/*****************************************************************
   Style Index
------------------------------------------------------------------
  
*****************************************************************/
/************************************************************************************
=========================== 00 Import Stylesheets =================================
************************************************************************************/
/*****************************************************************
   Style Index
------------------------------------------------------------------
   01 Base Elements
   02 Custom General Classes
   03 Custom Checkbox and Radio
   04 Custom select Box
   05 Toggle Hamburger to Cross
   06 Header
      6.1 Search box (Big box coming from top)
   07 Footer
   08 General Section Styles
   09 General Card Styles
   10 Sticky Nav of Product Page
   11 Icon Box Various Styles
   12 Loader Styles

   *****************************************************************/
/* 01 Base Elements
----------------------------------------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  color: #343f50;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300; }

p {
  color: #343F50;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 2.9rem;
  margin-bottom: 24px; }

a {
  color: #16659d;
  outline: 0;
  text-decoration: underline;
  font-family: 'Roboto', sans-serif; }
  a:visited {
    color: #16659d; }
  a:hover, a:focus {
    color: #ff671f; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, ul a, ol a, li a {
  color: #16659d;
  outline: 0;
  text-decoration: underline;
  font-family: 'Roboto', sans-serif; }
  h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, ul a:visited, ol a:visited, li a:visited {
    color: #16659d; }
  h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus, ul a:hover, ul a:focus, ol a:hover, ol a:focus, li a:hover, li a:focus {
    color: #ff671f; }

h1, h2, h3, h4, h5, h6, ul, ol, figure {
  margin: 0;
  padding: 0; }

p a {
  text-decoration: underline; }
  p a:visited {
    color: #16659d; }
  p a:hover, p a:focus {
    color: #ff671f !important; }

ul {
  padding-left: 30px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif; }
  ul li {
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 2.9rem; }

ul.nav, ul.nav li, ul.footer-list, ul.footer-list li, ul.slider-list, ul.slider-list li, ul#post-grid, ul#post-grid li, ul#post-data-wrapper, ul#post-data-wrapper li, div.list-section > ul, div.list-section > ul li, ul.posts, ul.posts li, ul.hs-error-msgs, ul.hs-error-msgs li, ul.inputs-list, ul.inputs-list li, ul.collapsable-nav, ul.collapsable-nav li, ul#menu-topmenu, ul#menu-topmenu li, div#selected-category-tags ul, div#selected-category-tags ul li, .resources-slider ul, .resources-slider ul li {
  list-style-type: none; }

ul.nav, ul.footer-list, ul.slider-list, ul#post-grid, ul#post-data-wrapper, div.list-section > ul, ul.posts, ul.hs-error-msgs, ul.inputs-list, ul.collapsable-nav, div.copyright-wrap ul, ul#menu-topmenu, div#selected-category-tags ul, ul.social-icons {
  padding-left: 0px;
  margin-bottom: 0px; }

ol {
  padding: 0 10px !important;
  margin: 0 10px !important; }

ol, ol li {
  list-style-type: decimal; }

ul, ul li {
  list-style: disc; }

.blog_post ul, .blog_post ol, .resources-content-wrapper ul, .resources-content-wrapper ol {
  margin-top: 15px;
  margin-bottom: 20px !important; }
  .blog_post ul li, .blog_post ol li, .resources-content-wrapper ul li, .resources-content-wrapper ol li {
    color: #343F50;
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 2.9rem; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: #343F50;
  font-family: 'Roboto', sans-serif; }

h1 {
  font-size: 4.5rem;
  font-weight: 300;
  margin-bottom: 35px;
  letter-spacing: 0px;
  line-height: 5.4rem; }

h2 {
  font-weight: 300;
  font-size: 3rem;
  margin-bottom: 10px;
  line-height: 4.2rem; }

h3 {
  font-weight: 300;
  font-size: 2.2rem;
  margin-bottom: 5px;
  line-height: 3.2rem;
  letter-spacing: 0px; }

h4 {
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 3rem;
  margin-bottom: 5px; }

h5 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: 0px;
  line-height: 2.8rem; }

h6 {
  font-size: 1.33rem;
  margin-bottom: 8px;
  letter-spacing: 0.25px; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 26px;
  margin-bottom: 6px; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem; }
  h2 {
    font-size: 2.71rem;
    line-height: 3.7rem; }
  h3 {
    font-size: 2.3rem;
    line-height: 3.3rem; } }

label {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #16659d;
  margin-bottom: 10px; }

input, input.form-control, .form-control, .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  border: 1px solid #d9d8d8;
  background: transparent;
  height: 48px;
  padding: 6px 12px !important;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }
  input:hover, input:focus, input.form-control:hover, input.form-control:focus, .form-control:hover, .form-control:focus, .form-control[disabled]:hover, .form-control[disabled]:focus, .form-control[readonly]:hover, .form-control[readonly]:focus, fieldset[disabled] .form-control:hover, fieldset[disabled] .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cfcccc !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #cfcccc !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #cfcccc !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #cfcccc !important; }

select {
  height: 45px;
  padding: 6px 12px; }

textarea {
  background: #fff;
  padding: 6px 12px;
  width: 100%;
  outline: 0;
  border: 1px solid #d9d8d8;
  resize: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }
  textarea:focus {
    outline: 0;
    border-color: #d9d8d8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }

.checkbox, .radio {
  margin: 0;
  padding: 0; }

button, button:focus {
  outline: 0; }

table {
  background: #fff;
  color: #343f50; }
  table thead tr th, table thead tr td {
    font-weight: 500;
    padding: 30px;
    color: #343F50;
    border-bottom: 1px solid #343f50;
    padding: 30px !important; }
  table tbody tr {
    border-bottom: 1px solid #343f50; }
    table tbody tr td {
      padding: 30px !important;
      color: #343F50; }
    table tbody tr th {
      font-weight: 500;
      padding: 30px;
      color: #343F50;
      border-bottom: 1px solid #343f50;
      padding: 30px !important; }

table tbody tr:last-child {
  border-bottom: 1px solid #fff; }

.table-responsive {
  margin-bottom: 20px; }

/* 03 Custom General Classes
	----------------------------------------------------------------------------------------------------*/
.color-white {
  color: #fff; }

.card-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.relative {
  position: relative; }

.static {
  position: static; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fullwidth-container-sm, .container {
    width: 100%; } }

.row.std-gutter {
  margin-left: -15px;
  margin-right: -15px; }
  .row.std-gutter [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .row.std-gutter {
      margin-left: 7.5px;
      margin-right: 7.5px; }
      .row.std-gutter [class*="col-"] {
        padding-left: 7.5px;
        padding-right: 7.5px; } }

.member-grid .row.std-gutter {
  margin-left: 0;
  margin-right: 0; }
  .member-grid .row.std-gutter [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.row.zero-gutter {
  margin-left: 0;
  margin-right: 0; }
  .row.zero-gutter [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .row.zero-gutter {
      margin-left: initial;
      margin-right: initial; }
      .row.zero-gutter [class*="col-"] {
        padding-left: initial;
        padding-right: initial; } }

.no-rt-border {
  border-right: 0 !important; }
  .no-rt-border:after, .no-rt-border:before {
    content: none; }

.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border: none;
  background: inherit; }

.dropdown:hover .dropdown-menu {
  margin-top: 0; }

.btn, a.btn {
  display: inline-block;
  line-height: 20px;
  border-radius: 0px;
  white-space: normal;
  text-align: center;
  font-size: 1.7rem;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  border-collapse: separate;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  /**New buttons for UI refresh*/ }
  .btn.small-btn, a.btn.small-btn {
    padding: 10px 25px !important; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .btn.small-btn, a.btn.small-btn {
        padding: 12px 28px !important; } }
    @media screen and (max-width: 1200px) {
      .btn.small-btn, a.btn.small-btn {
        padding: 12px 25px !important; } }
  .btn.medium-btn, a.btn.medium-btn {
    padding: 15px 65px !important; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .btn.medium-btn, a.btn.medium-btn {
        padding: 12px 28px !important; } }
  .btn:focus, .btn:visited, .btn:active, .btn:focus:active, a.btn:focus, a.btn:visited, a.btn:active, a.btn:focus:active {
    outline: 0; }
  .btn.primary-btn, a.btn.primary-btn {
    color: #fff !important;
    background: #ff671f !important;
    border: 2px solid #ff671f !important;
    transition-duration: 0.5s;
    text-decoration: none !important; }
    .btn.primary-btn:hover, a.btn.primary-btn:hover {
      transition-duration: 0.5s;
      color: #ff671f !important;
      background: #fff !important; }
  .btn.primary-btn-reverse, a.btn.primary-btn-reverse {
    color: #ff671f !important;
    background: #fff !important;
    border: 2px solid #ff671f !important;
    text-decoration: none !important; }
    .btn.primary-btn-reverse:hover, a.btn.primary-btn-reverse:hover {
      transition-duration: 0.5s;
      color: #fff !important;
      background: #ff671f !important; }
  .btn.secondary-btn, a.btn.secondary-btn {
    color: #fff !important;
    background: #16659d !important;
    border: 2px solid #16659d !important;
    transition-duration: 0.5s;
    text-decoration: none !important; }
    .btn.secondary-btn:hover, a.btn.secondary-btn:hover {
      color: #16659d !important;
      background: #fff !important;
      transition-duration: 0.5s; }
  .btn.secondary-btn-reverse, a.btn.secondary-btn-reverse {
    color: #fff !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    transition-duration: 0.5s;
    text-decoration: none !important; }
    .btn.secondary-btn-reverse:hover, a.btn.secondary-btn-reverse:hover {
      color: #fff !important;
      background: #343f50 !important;
      transition-duration: 0.5s; }
  .btn.tertiary-btn, a.btn.tertiary-btn {
    line-height: 1 !important;
    color: #343F50 !important;
    background: transparent !important;
    padding: 0;
    font-size: 1.6rem;
    box-shadow: none;
    font-weight: 500;
    position: relative;
    border: 0px;
    transition-duration: 0.5s;
    text-decoration: none !important; }
    .btn.tertiary-btn:after, .btn.tertiary-btn:before, a.btn.tertiary-btn:after, a.btn.tertiary-btn:before {
      color: #343f50 !important;
      padding-left: 7px;
      font-family: 'FontAwesome';
      position: relative;
      top: 1px;
      font-size: 18px;
      box-shadow: none;
      padding-right: 0px; }
    .btn.tertiary-btn:before, a.btn.tertiary-btn:before {
      padding-left: 0px;
      padding-right: 10px; }
  .btn.watch-btn, a.btn.watch-btn {
    line-height: 1 !important;
    color: #343f50 !important;
    background: transparent !important;
    padding: 0;
    font-size: 1.8rem;
    box-shadow: none;
    font-weight: normal !important;
    position: relative;
    border: 0px;
    transition-duration: 0.5s; }
    .btn.watch-btn:after, .btn.watch-btn:before, a.btn.watch-btn:after, a.btn.watch-btn:before {
      color: #343f50 !important;
      padding-left: 7px;
      font-family: 'FontAwesome';
      position: relative;
      top: 1px;
      font-size: 18px;
      box-shadow: none;
      padding-right: 0px; }
    .btn.watch-btn:before, a.btn.watch-btn:before {
      padding-left: 0px;
      padding-right: 10px; }
  .btn.angle-right:after, a.btn.angle-right:after {
    content: "\f105";
    position: absolute;
    top: 0px; }
  .btn.angle-left:before, a.btn.angle-left:before {
    content: "\f104";
    top: 0px; }
  .btn .desaturated-blue, a.btn .desaturated-blue {
    color: #16659d !important; }
  .btn .dark-blue, a.btn .dark-blue {
    color: #343F50 !important; }
  .btn.caret-left:before, a.btn.caret-left:before {
    content: "\f0d9"; }
  .btn.caret-down:after, a.btn.caret-down:after {
    content: "\f0d7"; }
  .btn.video-btn, a.btn.video-btn {
    font-size: 1.8rem;
    font-weight: normal !important;
    text-decoration: none !important; }
    .btn.video-btn:after, a.btn.video-btn:after {
      content: url("../images/video-play-icon-dark-blue.svg");
      position: absolute;
      top: -3px; }
  .btn.tertiary-btn.cyan-blue, a.btn.tertiary-btn.cyan-blue {
    color: #16659d !important; }
    .btn.tertiary-btn.cyan-blue:after, .btn.tertiary-btn.cyan-blue:before, a.btn.tertiary-btn.cyan-blue:after, a.btn.tertiary-btn.cyan-blue:before {
      color: #16659d !important; }
  .btn.tertiary-btn.dark-blue, a.btn.tertiary-btn.dark-blue {
    color: #16659d !important; }
    .btn.tertiary-btn.dark-blue:after, .btn.tertiary-btn.dark-blue:before, a.btn.tertiary-btn.dark-blue:after, a.btn.tertiary-btn.dark-blue:before {
      color: #16659d !important; }

/* 04 Custom Checkbox and Radio
----------------------------------------------------------------------------------------------------*/
[type="checkbox"] {
  position: absolute;
  left: -9999px; }

.checkbox [type="checkbox"] + .css-label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 22px;
  color: #343F50; }
  .checkbox [type="checkbox"] + .css-label:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #d0c4c4;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: all .2s;
    background: transparent; }
  .checkbox [type="checkbox"] + .css-label .icon {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 6px;
    transition: all .2s;
    color: #fff;
    opacity: 0;
    transform: scale(0); }

.checkbox [type="checkbox"]:checked + .css-label:before {
  border: 1px solid #15b4d4;
  background: #15b4d4; }

.checkbox [type="checkbox"]:checked + .css-label .icon {
  opacity: 1;
  transform: scale(1); }

.checkbox-right {
  position: relative; }
  .checkbox-right [type="checkbox"] + .css-label {
    cursor: pointer;
    padding-right: 30px;
    line-height: 22px;
    color: #343F50;
    width: 100%; }
    .checkbox-right [type="checkbox"] + .css-label:before {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 22px;
      height: 22px;
      border: 1px solid #d0c4c4;
      background: transparent;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      transition: all .2s;
      background: transparent; }
    .checkbox-right [type="checkbox"] + .css-label .icon {
      width: 10px;
      height: 10px;
      position: absolute;
      top: 4px;
      right: 11px;
      transition: all .2s;
      color: #fff;
      opacity: 0;
      transform: scale(0); }
  .checkbox-right [type="checkbox"]:checked + .css-label:before {
    border: 1px solid #15b4d4;
    background: #15b4d4; }
  .checkbox-right [type="checkbox"]:checked + .css-label .icon {
    opacity: 1;
    transform: scale(1); }

input[type=radio] {
  position: absolute;
  left: -9999px; }

input[type=radio] + .css-label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 24px;
  color: #343F50; }

input[type=radio] + .css-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #d0c4c4;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all .2s;
  background: transparent; }

input[type=radio]:checked + .css-label:after {
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%; }

[type="radio"]:not(:checked) + .css-label:after {
  opacity: 0;
  transform: scale(0); }

[type="radio"]:checked + .css-label:after {
  opacity: 1;
  transform: scale(1); }

/* 05 Custom select Box
----------------------------------------------------------------------------------------------------*/
.s-hidden {
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: black;
  width: 100%;
  padding: 0; }

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 0 10px;
  line-height: 48px;
  height: 48px;
  border: 1px solid #d9d8d8; }

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #16659d transparent transparent transparent;
  position: absolute;
  top: 21px;
  right: 10px; }

.styledSelect:active, .styledSelect.active {
  background-color: #eee; }

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 10px; }

.options li:hover {
  background-color: #16659d;
  color: white; }

/* 06 Hamburger Icon Toggle to Cross
----------------------------------------------------------------------------------------------------*/
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: transparent; }

.menu-toggle-icon[aria-expanded="true"] span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%; }

.menu-toggle-icon[aria-expanded="true"] span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-toggle-icon[aria-expanded="true"] span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu-toggle-icon[aria-expanded="true"] span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%; }

.menu-toggle-icon {
  width: 35px;
  height: 22px;
  position: relative;
  top: 5px;
  margin: 30px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  padding: 0;
  border: none;
  background: transparent; }
  .menu-toggle-icon:hover {
    background: transparent; }
  .menu-toggle-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 95%;
    background: #343f50;
    border-radius: 40px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .menu-toggle-icon span:nth-child(1) {
      top: 0px; }
    .menu-toggle-icon span:nth-child(2), .menu-toggle-icon span:nth-child(3) {
      top: 8px; }
    .menu-toggle-icon span:nth-child(4) {
      top: 16px; }
  .menu-toggle-icon.dropdown-toggle {
    margin-top: 0;
    top: 0px;
    height: 89px;
    display: inline-block;
    padding: 30px 0; }
    .menu-toggle-icon.dropdown-toggle span {
      width: 30px; }
      .menu-toggle-icon.dropdown-toggle span:nth-child(1) {
        top: 30px; }
      .menu-toggle-icon.dropdown-toggle span:nth-child(2), .menu-toggle-icon.dropdown-toggle span:nth-child(3) {
        top: 40px; }
      .menu-toggle-icon.dropdown-toggle span:nth-child(4) {
        top: 50px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .menu-toggle-icon {
      width: 25px; } }

/* 07 Header
----------------------------------------------------------------------------------------------------*/
header .nav-container {
  z-index: 9;
  position: fixed;
  width: 100%;
  background: white;
  border: none;
  transform: translateY(0px); }
  header .nav-container.fixed-on-top {
    transform: translateY(-175px); }

header {
  transition: all 0.6s;
  padding: 0px !important;
  /*
		.dropdown-submenu > a:after {
		  display: block;
		  content: "\f105 ";
		  float: right;  
		  color: #fff;
		  font-family: "FontAwesome";
		  position: relative;
		  top: -4px;
		  font-size: 18px;
		  box-shadow: none;
		  padding-right: 0px;
		  padding-left: 8px;
		  float: right;
		}*/ }
  header .bg-dark-blue .close-cta .hide-on-mobile {
    display: none; }
  header .dropdown-submenu {
    border: 0; }
  header .navbar-nav > li > .dropdown-menu.multi-level {
    border: 0;
    background-color: #e7e7e7; }
  header .dropdown-submenu > .dropdown-menu {
    margin-top: 0px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  header .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  header .dropdown-submenu:hover > a:after {
    border-left-color: #fff; }
  header .dropdown-submenu:hover {
    background: #343f50;
    color: #fff; }
    header .dropdown-submenu:hover a {
      color: #fff; }
      header .dropdown-submenu:hover a .caret:after {
        color: #fff; }
  header .dropdown-submenu.pull-left > .dropdown-menu {
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px; }
  header .dd-dept-2 {
    box-shadow: none;
    border: 0px;
    background: #343f50;
    margin-top: 0px !important;
    width: auto !important;
    max-width: 600px !important;
    padding-top: 0px !important;
    border-top: 1px solid #eee;
    box-shadow: 3px 3px 8px -5px rgba(0, 0, 0, 0.16); }
    header .dd-dept-2 p {
      font-size: 12px;
      margin-bottom: 5px;
      line-height: 2rem;
      white-space: nowrap; }
  header .wss-smart-area {
    padding: 11px 20px; }
    header .wss-smart-area .menu-dept-1 {
      font-size: 1.4rem; }
      header .wss-smart-area .menu-dept-1 a {
        padding-bottom: 0px; }
    header .wss-smart-area .resource-type {
      color: #16659d; }
    header .wss-smart-area .resource-title {
      color: #343f50;
      font-size: 1.5rem; }
  header .smart-area-nav-list {
    padding: 0px;
    background: #fff;
    min-width: 350px; }
    header .smart-area-nav-list .vc_column-inner {
      padding: 0px; }
      header .smart-area-nav-list .vc_column-inner ul {
        padding-left: 0px; }
        header .smart-area-nav-list .vc_column-inner ul .menu-dept-1 {
          background: #fff;
          font-size: 1.6rem;
          padding: 9.7px 40px;
          color: #343f50; }
          header .smart-area-nav-list .vc_column-inner ul .menu-dept-1 a {
            text-decoration: none;
            white-space: nowrap;
            color: #343f50 !important; }
          header .smart-area-nav-list .vc_column-inner ul .menu-dept-1:hover {
            background: #eee; }
            header .smart-area-nav-list .vc_column-inner ul .menu-dept-1:hover a {
              background: #eee; }
  header ul.multi-level li a {
    padding: 15px 20px;
    color: #fff;
    font-weight: 300;
    font-size: 1.3rem;
    text-decoration: none; }
  header ul.multi-level li .action-area {
    bottom: 20px;
    left: 0px; }
    header ul.multi-level li .action-area a {
      font-weight: normal;
      padding-left: 20px !important;
      text-decoration: none; }
    header ul.multi-level li .action-area .secondary-reverse-btn {
      border: 2px solid #16659d;
      padding: 5px 20px; }
      header ul.multi-level li .action-area .secondary-reverse-btn:hover {
        background: #16659d;
        color: #fff; }
  header .dropdown-menu > li > a:focus,
  header .dropdown-menu > li > a:hover {
    background-color: #fff; }
  header #wss-menu {
    padding: 4px 30px; }
  header .multi-level {
    height: auto;
    top: 100%; }
    header .multi-level.depth-0 {
      background-color: #343f50 !important;
      min-width: 200px; }
      header .multi-level.depth-0 li a {
        color: #fff;
        text-decoration: none; }
      header .multi-level.depth-0 li:hover {
        background: #fff;
        color: #343f50 !important; }
        header .multi-level.depth-0 li:hover > a {
          background: #fff;
          color: #343f50 !important;
          text-decoration: none; }
          header .multi-level.depth-0 li:hover > a:after {
            color: #343f50; }
      header .multi-level.depth-0 li:focus a, header .multi-level.depth-0 li:focus-within a {
        background: #fff;
        color: #343f50 !important;
        text-decoration: none; }
      header .multi-level.depth-0 li.challenges-heading a {
        font-size: 1.3rem;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.4) !important;
        padding-left: 20px; }
      header .multi-level.depth-0 li.challenges-heading:hover {
        background: none !important;
        color: rgba(255, 255, 255, 0.4) !important;
        cursor: default !important; }
        header .multi-level.depth-0 li.challenges-heading:hover > a {
          background: none !important;
          color: rgba(255, 255, 255, 0.4) !important;
          cursor: default !important; }
    header .multi-level.depth-1 {
      height: 100%;
      margin-top: 0px !important;
      box-shadow: none;
      background: #fff;
      color: #343f50;
      border: 0px;
      min-width: 190px;
      border-top: 1px solid #eee;
      box-shadow: 3px 3px 8px -5px rgba(0, 0, 0, 0.16); }
      header .multi-level.depth-1 a {
        color: #343f50 !important;
        text-decoration: none; }
        header .multi-level.depth-1 a:hover {
          background: #eee !important; }
        header .multi-level.depth-1 a:after {
          color: #343f50 !important; }
      header .multi-level.depth-1 li:hover {
        background: #eee !important;
        color: #343f50 !important; }
        header .multi-level.depth-1 li:hover a {
          background: #eee !important;
          text-decoration: none; }
  header .caret {
    border-top: 0px dashed !important;
    border-right: 0px solid transparent !important;
    border-left: 0px solid transparent !important; }
    header .caret::after {
      content: "\f107";
      color: #343f50;
      font-family: "FontAwesome";
      position: relative;
      top: -10px;
      font-size: 15px;
      box-shadow: none;
      padding-right: 0px; }
  header #menu-primary-2-0 {
    float: right; }
    header #menu-primary-2-0 .demo-link {
      background: #ff671f;
      text-align: center;
      text-decoration: none;
      line-height: 1;
      padding: 20px 20px; }
      header #menu-primary-2-0 .demo-link a {
        color: #fff;
        font-size: 1.1rem;
        padding: 20px 0px;
        text-transform: inherit;
        line-height: 1;
        text-decoration: none; }
  header #menu-primary-2-0 li:nth-child(1) ul.depth-0 li a {
    padding-left: 30px; }
  header #menu-primary-2-0 li:nth-child(1) ul.depth-0 li.challenges-heading a {
    padding-left: 20px; }
  header .onee-primary-navbar {
    border-bottom: 1px solid #eee; }

.challenges-parent ul.depth-0 li a {
  padding-left: 25px; }

.challenges-parent ul.depth-0 li.challenges-heading a {
  padding-left: 15px; }

/**Navigation shrink*/
.navigation-visible {
  background-color: #444F5F !important;
  height: 40px; }
  .navigation-visible .multi-level {
    top: 100%; }
  .navigation-visible .navbar-header {
    padding-top: 0px  !important;
    padding-bottom: 0px !important; }
  .navigation-visible .header-wrap .navbar-default .navbar-brand img {
    height: 30px; }
  .navigation-visible .header-wrap .navbar-default .navbar-nav.collapsable-nav > li > a {
    padding: 10px 15px;
    font-size: 1.1rem;
    color: #fff; }
    .navigation-visible .header-wrap .navbar-default .navbar-nav.collapsable-nav > li > a .caret::after {
      color: #fff !important; }
    .navigation-visible .header-wrap .navbar-default .navbar-nav.collapsable-nav > li > a:hover {
      background: none !important; }
  .navigation-visible .header-wrap .navbar-default .navbar-toggle {
    margin-top: 8px; }
  .navigation-visible .header-wrap .navbar-default .navbar-nav .get-in-touch-btn .action-area {
    padding-top: 5px;
    padding-bottom: 0px; }
    .navigation-visible .header-wrap .navbar-default .navbar-nav .get-in-touch-btn .action-area a.btn {
      padding: 2px 12px; }
  .navigation-visible .demo-link {
    height: 39px;
    padding: 5px 15px !important;
    line-height: 1; }
    .navigation-visible .demo-link a {
      font-size: 1.1rem !important;
      padding: 0px !important;
      line-height: 1  !important; }
  .navigation-visible .navbar-default.nav-border-bottom {
    height: 40px;
    min-height: 40px; }
  .navigation-visible #search-wrap {
    padding: 7px 10px 0px 10px;
    padding-left: 0px; }
    .navigation-visible #search-wrap:hover {
      background: none; }
  .navigation-visible #search-wrap a {
    padding: 8px;
    top: 0px;
    color: #fff;
    padding-left: 15px; }
    .navigation-visible #search-wrap a:hover {
      background: none !important;
      color: #fff !important; }
  .navigation-visible .menu-toggle-icon {
    height: 48px; }
    .navigation-visible .menu-toggle-icon.open {
      height: 18px; }
      .navigation-visible .menu-toggle-icon.open span {
        background: #343f50; }
    .navigation-visible .menu-toggle-icon span {
      background: #fff; }
    .navigation-visible .menu-toggle-icon.dropdown-toggle span:nth-child(1) {
      top: 15px; }
    .navigation-visible .menu-toggle-icon.dropdown-toggle span:nth-child(2) {
      top: 22.5px; }
    .navigation-visible .menu-toggle-icon.dropdown-toggle span:nth-child(3) {
      top: 22.5px; }
    .navigation-visible .menu-toggle-icon.dropdown-toggle span:nth-child(4) {
      top: 30px; }

.navbar-nav.mobile-only li a.arr-right:after {
  float: right;
  top: -6px !important; }

.navbar-nav.mobile-only .suggestive_form {
  width: 95%;
  position: relative; }
  .navbar-nav.mobile-only .suggestive_form input {
    margin: 0 9px;
    border: 1px solid #dedede;
    border-radius: 40px;
    margin-top: 30px; }
  .navbar-nav.mobile-only .suggestive_form .search-icon {
    top: 10px;
    left: 91%; }

.navbar-default .navbar-nav > .open > a {
  background-color: transparent; }

#menu-primary-2-0 .aboutus-submenu ul.dd-dept-2 {
  width: 360px !important;
  right: 0;
  left: auto;
  border-top: 0px; }

#menu-primary-2-0 .solutions-submenu ul.dd-dept-2 {
  width: 560px !important;
  border-top: 0px;
  left: 1px; }

#menu-primary-2-0 .why1E-submenu ul.dd-dept-2 {
  width: 250px !important;
  border-top: 0px;
  left: 1px; }

#menu-primary-2-0 .products-submenu ul.dd-dept-2 {
  width: 560px !important;
  border-top: 0px;
  left: 1px; }
  @media only screen and (max-width: 1265px) {
    #menu-primary-2-0 .products-submenu ul.dd-dept-2 {
      width: 450px !important; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  #menu-mobile-menu-2-0 .nav-arrow-down {
    display: none; } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-199px); } }

@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(-199px); } }

@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0); }
  100% {
    -o-transform: translateY(-199px); } }

@keyframes slideUp {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-199px); } }

.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp; }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-199px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-199px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-199px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes slideDown {
  0% {
    transform: translateY(-199px); }
  100% {
    transform: translateY(0); } }

.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown; }

@-webkit-keyframes slideUpTop {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-90%); } }

@-moz-keyframes slideUpTop {
  0% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(-90%); } }

@-o-keyframes slideUpTop {
  0% {
    -o-transform: translateY(0); }
  100% {
    -o-transform: translateY(-90%); } }

@keyframes slideUpTop {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-90%); } }

@-webkit-keyframes slideDownTop {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes slideDownTop {
  0% {
    -moz-transform: translateY(-100%); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes slideDownTop {
  0% {
    -o-transform: translateY(-100%); }
  100% {
    -o-transform: translateY(0); } }

@keyframes slideDownTop {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

.animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity; }

.header-wrap .universal-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  position: absolute;
  right: 0;
  top: 0px;
  display: inline-block;
  width: 100%; }
  .header-wrap .universal-nav ul {
    float: right; }
    .header-wrap .universal-nav ul li {
      float: left;
      position: relative;
      background: transparent;
      font-size: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.11); }
      .header-wrap .universal-nav ul li a {
        color: #337ab7;
        font-size: 12px;
        padding: 4px 45px;
        display: inline-block;
        border-bottom: 2px solid transparent; }
      .header-wrap .universal-nav ul li:hover a, .header-wrap .universal-nav ul li.active a {
        border-bottom-color: #ff671f; }

.header-wrap .nav-border-bottom {
  background: transparent;
  border-bottom: 1px solid #eee;
  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.1); }

.header-wrap .navbar-default {
  position: relative;
  border-bottom: 0px !important; }
  .header-wrap .navbar-default .navbar-collapse {
    border-color: #f7f7f7; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .header-wrap .navbar-default .navbar-collapse {
        overflow-x: hidden;
        background: #fff; } }
  .header-wrap .navbar-default .navbar-header {
    margin-left: 0;
    margin-right: 0;
    padding: 5px 20px 5px 0px; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .header-wrap .navbar-default .navbar-header {
        padding-right: 0px; } }
  .header-wrap .navbar-default .navbar-toggle {
    margin: 13px 0px; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .header-wrap .navbar-default .navbar-toggle {
        margin-top: 18px; } }
  .header-wrap .navbar-default .navbar-nav {
    /*   border-bottom: 4px solid #fff;*/
    margin-bottom: -7px; }
    .header-wrap .navbar-default .navbar-nav .search-wrap {
      position: relative; }
      .header-wrap .navbar-default .navbar-nav .search-wrap a {
        padding: 10px;
        display: inline-block;
        padding: 36px 25px;
        /*border-bottom: 5px solid #f7f7f7;*/
        margin-bottom: -4px;
        margin-left: 2px;
        color: #343f50;
        text-decoration: none; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          .header-wrap .navbar-default .navbar-nav .search-wrap a {
            padding: 36px 15px; } }
        .header-wrap .navbar-default .navbar-nav .search-wrap a:hover {
          background: transparent;
          border-bottom-color: #ff671f;
          color: #343f50; }
        .header-wrap .navbar-default .navbar-nav .search-wrap a.search-open + form {
          transform: translateX(-225px); }
      .header-wrap .navbar-default .navbar-nav .search-wrap .new-events {
        color: #343f50 !important;
        font-size: 1.6rem; }
      .header-wrap .navbar-default .navbar-nav .search-wrap form {
        display: none; }
        @media screen and (min-width: 320px) and (max-width: 767px) {
          .header-wrap .navbar-default .navbar-nav .search-wrap form {
            display: inline-block;
            position: relative;
            width: 100%; }
            .header-wrap .navbar-default .navbar-nav .search-wrap form .search-input {
              border-radius: 40px;
              width: 100%;
              background: #fff;
              border: 2px solid #ff671f;
              padding-right: 50px !important; }
            .header-wrap .navbar-default .navbar-nav .search-wrap form .search-icon {
              top: 6px;
              left: 88%;
              font-size: 23px; }
            .header-wrap .navbar-default .navbar-nav .search-wrap form .close-search {
              top: 30%; }
            .header-wrap .navbar-default .navbar-nav .search-wrap form .search-btn {
              background: #ff671f;
              padding: 5px 8px;
              position: absolute;
              top: 3px;
              right: 5px; }
              .header-wrap .navbar-default .navbar-nav .search-wrap form .search-btn i {
                color: #fff; } }
      .header-wrap .navbar-default .navbar-nav .search-wrap.search-below .search-form {
        right: 0;
        background: #fff;
        padding: 20px;
        transform: translateY(200px);
        opacity: 0; }
        .header-wrap .navbar-default .navbar-nav .search-wrap.search-below .search-form .search-btn {
          top: 24px;
          right: 24px; }
        .header-wrap .navbar-default .navbar-nav .search-wrap.search-below .search-form .suggestions-list {
          padding-top: 15px; }
          .header-wrap .navbar-default .navbar-nav .search-wrap.search-below .search-form .suggestions-list li a {
            padding: 10px;
            display: block;
            border: none; }
      .header-wrap .navbar-default .navbar-nav .search-wrap.search-below .close-search {
        display: none; }
      .header-wrap .navbar-default .navbar-nav .search-wrap.search-below.search-open .open-search-link {
        display: none; }
      .header-wrap .navbar-default .navbar-nav .search-wrap.search-below.search-open .search-form {
        transform: translateY(67px);
        opacity: 1; }
      .header-wrap .navbar-default .navbar-nav .search-wrap.search-below.search-open .close-search {
        display: block; }
    .header-wrap .navbar-default .navbar-nav .get-in-touch-btn .action-area {
      padding: 18px 12px;
      padding-right: 0px;
      margin-top: 0px; }
      .header-wrap .navbar-default .navbar-nav .get-in-touch-btn .action-area .small-btn {
        padding: 5px 20px !important;
        font-size: 14px; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .header-wrap .navbar-default .navbar-nav.collapsable-nav {
        padding-top: 25px; } }
    .header-wrap .navbar-default .navbar-nav.collapsable-nav > li {
      float: left; }
      .header-wrap .navbar-default .navbar-nav.collapsable-nav > li > a {
        display: inline-block;
        padding: 26px 20px;
        color: #343f50;
        text-transform: uppercase;
        font-size: 1.3rem;
        margin-bottom: -5px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        text-decoration: none;
        padding-right: 27px;
        cursor: default; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          .header-wrap .navbar-default .navbar-nav.collapsable-nav > li > a {
            padding: 26px 7px;
            padding-right: 20px; } }
        .header-wrap .navbar-default .navbar-nav.collapsable-nav > li > a:hover {
          background: #343f50 !important;
          color: #fff; }
          .header-wrap .navbar-default .navbar-nav.collapsable-nav > li > a:hover .caret:after {
            color: #fff !important; }
        .header-wrap .navbar-default .navbar-nav.collapsable-nav > li > a span.fa-bars {
          font-size: 1.6rem; }
      .header-wrap .navbar-default .navbar-nav.collapsable-nav > li .hideshow {
        position: relative; }
        .header-wrap .navbar-default .navbar-nav.collapsable-nav > li .hideshow ul {
          position: absolute;
          background: #f3f3f3;
          display: none;
          left: -103px; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .header-wrap .navbar-default .navbar-nav.collapsable-nav > li .dropdown-menu {
          overflow-y: scroll;
          height: 87vh;
          background: #FFF;
          overflow-x: hidden; } }
      .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.active > a, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.active:focus, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.active:hover, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.open > a, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.open:focus, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.open:hover {
        background: #343f50;
        border-bottom-color: #ff671f;
        color: #fff; }
        .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.active > a .caret, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.active:focus .caret, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.active:hover .caret, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.open > a .caret, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.open:focus .caret, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.open:hover .caret {
          color: #fff; }
          .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.active > a .caret:after, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.active:focus .caret:after, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.active:hover .caret:after, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.open > a .caret:after, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.open:focus .caret:after, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.open:hover .caret:after {
            color: #fff; }
      .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.mega-menu-click-option.open > a, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.mega-menu-click-option.open:focus, .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.mega-menu-click-option.open:hover {
        background: transparent !important;
        color: #343f50; }
      .header-wrap .navbar-default .navbar-nav.collapsable-nav > li.dropdown-submenu:hover a {
        color: #fff; }
  .header-wrap .navbar-default .navbar-brand {
    height: auto;
    padding: 5px 0; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .header-wrap .navbar-default .navbar-brand {
        padding: 5px;
        padding-left: 0px; } }
    .header-wrap .navbar-default .navbar-brand img {
      height: 55px; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .header-wrap .navbar-default .navbar-brand img {
          height: 50px;
          padding-left: 0px; } }
  .header-wrap .navbar-default .caret {
    color: #343F50;
    margin-left: 7px;
    transition: all 0.5s ease; }
  .header-wrap .navbar-default .custom-dropdown {
    position: static; }
    .header-wrap .navbar-default .custom-dropdown .dropdown-menu {
      padding: 0;
      width: auto;
      background: transparent;
      border: none;
      top: 80% !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
      .header-wrap .navbar-default .custom-dropdown .dropdown-menu > li > a {
        padding: 10px 20px;
        text-decoration: none; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .header-wrap .navbar-default .custom-dropdown .dropdown-menu {
          top: 0% !important;
          background: #fff;
          height: 70vh; } }
    .header-wrap .navbar-default .custom-dropdown .menu-toggle-icon + .dropdown-menu {
      padding: 5px 0;
      min-width: 160px;
      background-color: #fff;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      background-color: white; }
    .header-wrap .navbar-default .custom-dropdown li > div.vc_row {
      padding: 2% 3% 2% 3%;
      margin: 0 auto;
      left: auto;
      right: 0 !important;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      border-collapse: separate;
      background: #fff; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .header-wrap .navbar-default .custom-dropdown li > div.vc_row {
          margin: 0px !important;
          box-shadow: none !important; } }
      .header-wrap .navbar-default .custom-dropdown li > div.vc_row .text-area {
        margin-bottom: 0; }
      .header-wrap .navbar-default .custom-dropdown li > div.vc_row .separator {
        background: #d0c4c4;
        height: 1px;
        margin-bottom: 30px; }

@media screen and (min-width: 1200px) {
  .header-wrap .navbar-default .navbar-nav .collapsable-nav > li > a {
    padding: 35px 18px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-wrap .navbar-default .dd-menu-wrap {
    padding: 50px; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header-wrap .universal-nav {
    position: static;
    border: none;
    border-top: 1px solid #d0c4c4;
    margin-top: 15px;
    padding: 15px 0; }
    .header-wrap .universal-nav ul {
      float: none; }
      .header-wrap .universal-nav ul li {
        float: none;
        display: block;
        border: none; }
        .header-wrap .universal-nav ul li:before {
          content: none; }
        .header-wrap .universal-nav ul li a {
          border: none;
          width: 100%;
          padding: 10px 10px;
          text-decoration: none; }
  .header-wrap .primary-nav {
    margin: 0;
    border: none; }
  .header-wrap .header-custom-container > .navbar-collapse {
    padding: 0;
    position: absolute;
    background: #fff;
    width: 100%;
    overflow-x: hidden;
    z-index: 3;
    overflow-y: scroll;
    margin-bottom: 20px;
    transition: all 0.9s;
    -webkit-transition: all 0.9s;
    left: 0px; }
    .header-wrap .header-custom-container > .navbar-collapse .navbar-nav.mobile-only .nav-arrow-down {
      display: none; }
  .header-wrap .navbar-default .navbar-nav {
    margin: 0;
    height: 92vh;
    padding-top: 20px; }
    .header-wrap .navbar-default .navbar-nav .search-wrap {
      padding: 15px; }
      .header-wrap .navbar-default .navbar-nav .search-wrap a {
        display: none;
        text-decoration: none; }
      .header-wrap .navbar-default .navbar-nav .search-wrap form.mobile-only-form {
        display: none; } }
      @media screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 767px) {
        .header-wrap .navbar-default .navbar-nav .search-wrap form.mobile-only-form {
          display: inline-block; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
    .header-wrap .navbar-default .navbar-nav li {
      float: none; }
      .header-wrap .navbar-default .navbar-nav li.search-wrap {
        float: none; }
      .header-wrap .navbar-default .navbar-nav li a {
        margin: 0;
        border: none;
        padding: 10px 15px;
        width: 100%;
        text-decoration: none; }
    .header-wrap .navbar-default .navbar-nav .collapsable-nav > li {
      float: none;
      height: 48px; }
      .header-wrap .navbar-default .navbar-nav .collapsable-nav > li a {
        padding: 0px 30px;
        border: none;
        text-align: left;
        font-size: 1.6rem;
        padding-left: 15px;
        text-decoration: none;
        background-color: transparent;
        font-weight: 400; }
  .header-wrap .navbar-default .caret {
    float: right;
    position: relative;
    top: 7px;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(-90deg); }
  .header-wrap .navbar-default .dropdown.open .caret {
    transform: rotate(0deg); }
  .header-wrap .navbar-default .dropdown-menu > li > a {
    padding: 10px 15px;
    text-decoration: none; } }

li > ul {
  margin-left: 0px; }

.nav-grey header .nav-container {
  background: #f8f8f8 !important; }

.nav-grey header .onee-primary-navbar {
  border-bottom: 0px !important;
  background: #f8f8f8 !important; }

.nav-grey .onee-primary-navbar.navigation-visible .header-wrap {
  border-bottom: 0px solid #eee;
  padding-bottom: 0px; }

.nav-grey .sticky-nav {
  height: 42px; }

.nav-grey header .onee-primary-navbar.navigation-visible {
  background-color: #444F5F !important; }

.nav-grey .sticky-nav.sticky_nav_top {
  border-bottom: 0px !important;
  border-top: 1px solid #eee; }

.nav-grey .sticky-nav ul li.current-menu-item, .nav-grey.sticky-nav ul li:hover {
  border-bottom: 2px solid #16659d !important; }

/* 7.1 Search box (Big box coming from top)
----------------------------------------------------------------------------------------------------*/
.search-box {
  transform: translateY(-120%);
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 10; }
  .search-box .search-well {
    opacity: 1;
    transition: all ease-in 0.2s 0.2s;
    -webkit-transition: all ease-in 0.2s 0.2s;
    -moz-transition: all ease-in 0.2s 0.2s;
    -ms-transition: all ease-in 0.2s 0.2s;
    -o-transition: all ease-in 0.2s 0.2s;
    position: relative;
    z-index: 5;
    max-width: 600px;
    margin: 0 auto; }
    .search-box .search-well form {
      position: static; }
    .search-box .search-well .search-input {
      height: 40px;
      border-radius: 50px;
      border: 1px solid #343F50;
      color: #ffffff;
      background: transparent;
      min-width: 300px;
      padding: 40px;
      font-size: 18px;
      box-shadow: none;
      color: #333;
      max-width: 650px;
      margin: 50px 0px;
      padding: 6px 30px !important;
      padding-right: 65px !important;
      position: relative;
      padding-top: 10px !important; }
      .search-box .search-well .search-input.opened {
        margin-bottom: 15px; }
    .search-box .search-well #suggestive_result {
      min-width: 300px;
      max-width: 650px;
      margin-bottom: 20px; }
      .search-box .search-well #suggestive_result ul {
        list-style: none;
        padding-left: 0; }
        .search-box .search-well #suggestive_result ul li {
          list-style: none;
          font-size: 1.6rem;
          line-height: 33px;
          padding: 0 35px; }
          .search-box .search-well #suggestive_result ul li a {
            color: #16659D; }
          .search-box .search-well #suggestive_result ul li:hover {
            background-color: #EAEAEA; }
          .search-box .search-well #suggestive_result ul li:last-child {
            margin-top: 20px; }
            .search-box .search-well #suggestive_result ul li:last-child a {
              line-height: 1 !important;
              color: #15b4d4 !important;
              background: transparent !important;
              padding: 0;
              font-size: 14px;
              box-shadow: none;
              font-weight: normal !important;
              position: relative;
              border: 0px; }
              .search-box .search-well #suggestive_result ul li:last-child a:after {
                content: url(../images/more-light-blue.svg);
                position: absolute;
                transition: all .3s ease-in;
                top: 3px;
                padding-left: 10px; }
    .search-box .search-well .close-search {
      -webkit-appearance: inherit !important;
      text-decoration: none; }
      .search-box .search-well .close-search:after {
        padding-left: 7px;
        font-family: 'FontAwesome';
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 18px;
        box-shadow: none;
        padding-right: 0px;
        content: "\f057";
        color: #c1c1c1; }
    .search-box .search-well .opened + .close-search {
      top: 9%; }
  .search-box.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    position: fixed; }
    .search-box.active .container .search-well {
      background: #fff;
      padding: 10px 30px;
      opacity: 1;
      max-width: 600px;
      margin: 0 auto;
      background: #fff;
      max-width: 600px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
      box-shadow: rgba(0, 0, 0, 0.4) 0 0 30px; }
      .search-box.active .container .search-well .search-icon {
        top: 65px !important;
        left: 90% !important; }
      .search-box.active .container .search-well .sort-wrap .styledSelect {
        border-radius: 30px;
        margin-top: 45px; }
        .search-box.active .container .search-well .sort-wrap .styledSelect:after {
          content: none; }

.suggestive_form .suggestive_search {
  padding-left: 35px; }

#suggestive_result ul li:last-child {
  color: #343F50 !important; }

/******Whats new*********/
.upcoming-events .search-well {
  margin: 0 auto; }
  .upcoming-events .search-well .close-mask {
    -webkit-appearance: inherit !important; }
    .upcoming-events .search-well .close-mask:after {
      padding-left: 7px;
      font-family: 'FontAwesome';
      position: absolute;
      right: 0px;
      top: 1px;
      font-size: 18px;
      box-shadow: none;
      padding-right: 0px;
      content: "\f057";
      color: #fff; }
  .upcoming-events .search-well .opened + .close-mask {
    top: 9%; }
  .upcoming-events .search-well .card-height {
    height: 350px !important; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .upcoming-events .search-well .card-height {
        height: 400px !important; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .upcoming-events.active .container-fluid {
    overflow: scroll; } }

.upcoming-events.active .container-fluid .search-well {
  opacity: 1;
  margin: 0 auto;
  margin-top: 1%;
  max-width: 1266px;
  position: relative; }
  .upcoming-events.active .container-fluid .search-well .search-icon {
    top: 65px !important;
    left: 90% !important; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .upcoming-events.active .container-fluid .search-well {
      padding: 10px 0px; }
      .upcoming-events.active .container-fluid .search-well .equal-height-cards {
        margin: 0px !important;
        padding: 0px !important; }
        .upcoming-events.active .container-fluid .search-well .equal-height-cards .card-layout .action-area a.tertiary-btn {
          padding-right: 15px !important; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .upcoming-events .search-well .equal-height-cards {
    overflow: scroll;
    height: 90vh; }
  .upcoming-events .search-well {
    margin-top: 50px; } }

/* 08 Footer
----------------------------------------------------------------------------------------------------*/
footer {
  background-color: #FFF;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 20px; }
  footer .footer-sidebar-header h4 {
    margin-bottom: 0px; }
  footer .sidebar-wrap {
    margin: 0 -20px;
    position: relative; }
    footer .sidebar-wrap .footer-branding-wrap a {
      display: inline-block;
      width: 100%;
      float: none;
      height: auto;
      padding: 0 6px;
      text-decoration: none; }
      footer .sidebar-wrap .footer-branding-wrap a:hover {
        color: #ff671f; }
    footer .sidebar-wrap .footer-branding-wrap figure {
      width: 60px;
      height: auto; }
  footer .footer-links-wrap {
    padding: 50px 50px 15px;
    background: #343f50; }
    footer .footer-links-wrap .footer-list {
      font-size: 0.8rem; }
      footer .footer-links-wrap .footer-list li {
        margin-bottom: 5px;
        text-decoration: none; }
        footer .footer-links-wrap .footer-list li a {
          color: rgba(255, 255, 255, 0.8);
          text-decoration: none;
          font-family: 'Roboto', sans-serif;
          font-size: 1.4rem; }
          footer .footer-links-wrap .footer-list li a:hover {
            color: #ff671f; }
    footer .footer-links-wrap .social-wrap .social-info-heading {
      font-size: 1.3rem;
      color: rgba(255, 255, 255, 0.8);
      margin-bottom: 5px; }
    footer .footer-links-wrap .social-wrap .social-icons li {
      display: inline-block;
      padding-right: 0px; }
      footer .footer-links-wrap .social-wrap .social-icons li:nth-child(1) {
        font-size: 1.2rem; }
      footer .footer-links-wrap .social-wrap .social-icons li a {
        color: rgba(255, 255, 255, 0.8);
        font-size: 1.5rem;
        padding: 0 3px; }
        footer .footer-links-wrap .social-wrap .social-icons li a span {
          background-color: rgba(255, 255, 255, 0.8);
          border-radius: 50%; }
          footer .footer-links-wrap .social-wrap .social-icons li a span .fa-circle-o {
            color: rgba(255, 255, 255, 0); }
          footer .footer-links-wrap .social-wrap .social-icons li a span .fa-stack-1x {
            color: #343f50;
            font-size: 1.1em; }
        footer .footer-links-wrap .social-wrap .social-icons li a:hover {
          color: #15b4d4; }
        @media screen and (min-width: 320px) and (max-width: 767px) {
          footer .footer-links-wrap .social-wrap .social-icons li a {
            font-size: 2rem;
            padding: 0  5px; } }
    footer .footer-links-wrap .affordance_forms div.input {
      display: inline; }
      footer .footer-links-wrap .affordance_forms div.input input {
        width: 100%;
        margin-bottom: 25px;
        margin-top: 0px; }
      footer .footer-links-wrap .affordance_forms div.input .error {
        background-color: #FFF; }
    footer .footer-links-wrap .affordance_forms .hs_submit input {
      width: 100%; }
    footer .footer-links-wrap .contact-info p {
      color: rgba(255, 255, 255, 0.8) !important;
      font-size: 1.2rem;
      margin-bottom: 0px;
      line-height: 2; }
      footer .footer-links-wrap .contact-info p a {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.8) !important; }
        footer .footer-links-wrap .contact-info p a:hover {
          text-decoration: none;
          color: #ff671f !important; }
  footer .copyright-wrap ul {
    display: inline-block; }
    footer .copyright-wrap ul li {
      display: inline-block;
      width: auto;
      color: rgba(255, 255, 255, 0.8);
      position: relative;
      line-height: 1;
      font-size: 1.2rem; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        footer .copyright-wrap ul li {
          margin-left: 0px; } }
      footer .copyright-wrap ul li a {
        color: rgba(255, 255, 255, 0.8);
        font-size: 1.2rem; }
    footer .copyright-wrap ul li.copyright-text {
      margin: 0 !important; }
    footer .copyright-wrap ul.links-list li:last-child:after {
      content: none; }
  footer .copyright-wrap ul#menu-copy-right li:after {
    content: '|';
    display: inline-block;
    position: absolute;
    top: 0; }
  footer .copyright-wrap ul#menu-copy-right li:last-child:after {
    content: none !important; }
  footer .hs-email {
    width: 80%;
    float: left;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px; }
    footer .hs-email input.hs-input {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
    footer .hs-email ul.hs-error-msgs li label.hs-error-msg {
      display: inherit !important;
      font-size: 1.3rem;
      line-height: 2rem; }
  footer .hs-submit {
    width: 20%;
    float: left; }
  footer .subscribe_now .hs_submit .actions .hs-button {
    background: #55b7cb;
    margin-top: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    color: transparent !important;
    border: 0px;
    padding: 0px !important;
    border-radius: 0px 5px 5px 0px; }
    footer .subscribe_now .hs_submit .actions .hs-button:hover {
      background: #55b7cb !important;
      border: 2px solid #55b7cb; }
  footer .subscribe_now .hs_submit .actions:after {
    content: "\f178";
    color: #fff !important;
    cursor: pointer;
    font-family: "FontAwesome";
    position: absolute;
    font-size: 18px;
    padding-right: 0px;
    top: 44px;
    right: 57px; }
    @media only screen and (max-width: 1200px) {
      footer .subscribe_now .hs_submit .actions:after {
        right: 46px; } }
    @media only screen and (max-width: 768px) {
      footer .subscribe_now .hs_submit .actions:after {
        right: 53px !important; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      footer .subscribe_now .hs_submit .actions:after {
        right: 37px; } }
  footer .customers-wrap {
    text-align: center;
    position: relative;
    background: #efefef;
    padding: 15px 0px 10px;
    /* &:before {
			  content: url("../images/wave-up.svg");
			  width: 100%;
			  position: absolute;
			  z-index: -1;
			  left: 0px;
			  right: 0px;
			  margin: 0 auto;
			  bottom: 100px;
			}*/ }
    footer .customers-wrap .customer-logos figure img {
      height: 70px; }
  footer #custom_html-2 h5,
  footer #custom_html-2 p {
    color: rgba(255, 255, 255, 0.8); }
  footer #custom_html-2 .subscribe_now form input {
    height: 40px !important; }
  footer #custom_html-2 .subscribe_now form .hs_submit .actions .hs-button {
    width: 45px; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      footer #custom_html-2 .subscribe_now form .hs_submit .actions .hs-button {
        margin-left: -25px; } }
  footer #custom_html-2 .footer-sidebar-content {
    overflow: hidden; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    footer .customers-wrap:before {
      bottom: 85px; }
    footer .customer-logos img {
      height: 60px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    footer {
      margin-top: 0px; }
      footer .customers-wrap:before {
        bottom: 120px; }
      footer .customer-logos img {
        height: 60px; }
      footer .customers-wrap h4 {
        font-size: 1.4rem;
        line-height: 2.2rem;
        max-width: 80%;
        margin: 0 auto;
        padding: 20px 0px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    footer .hs-email {
      width: 70%; }
    footer .hs-submit {
      width: 30%; }
    footer .subscribe_now .hs_submit .actions:after {
      top: 44px;
      right: 59px; } }
  @media screen and (min-width: 461px) and (max-width: 991px) {
    footer .sidebar-wrap .bottom-sidebar {
      margin-left: 0; } }
  @media screen and (min-width: 992px) and (max-width: 1024px) {
    footer .footer-links-wrap {
      padding: 50px 30px 15px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    footer .footer-links-wrap {
      padding: 30px 15px 0px;
      text-align: center; }
      footer .footer-links-wrap .footer-list li {
        margin-bottom: 20px;
        width: 49%;
        float: left; }
      footer .footer-links-wrap .social-wrap {
        margin-bottom: 30px; }
        footer .footer-links-wrap .social-wrap .social-icons {
          text-align: center; }
    footer .sidebar-wrap {
      margin: 0; }
      footer .sidebar-wrap .sidebar {
        margin-bottom: 0px; }
      footer .sidebar-wrap .footer-sidebar-header {
        margin-bottom: 15px; }
      footer .sidebar-wrap .bottom-sidebar {
        position: static;
        margin-left: 0; }
        footer .sidebar-wrap .bottom-sidebar .footer-sidebar-header {
          margin-bottom: 20px; }
    footer .copyright-wrap ul li.copyright-text {
      margin-bottom: 10px; }
      footer .copyright-wrap ul li.copyright-text:after {
        content: none; }
    footer .copyright-wrap ul .links-list li {
      margin-bottom: 0; }
      footer .copyright-wrap ul .links-list li a {
        font-size: 1.2rem; } }

.footer-fallback {
  display: none; }

/* 09 General Section Styles
----------------------------------------------------------------------------------------------------*/
.full-stretch, .vc_section.container-1266 {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important; }

.container-1440, .vc_section.container-1266 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto !important;
  margin-right: auto !important; }

.container-1266, .vc_section.container-1266 {
  width: 100%;
  max-width: 1266px;
  margin-left: auto !important;
  margin-right: auto !important;
  /*@media only screen and (max-width:1265px) {
			padding: 0 20px !important; 
			&.vc_row {
				margin-left: -15px !important; 
				margin-right: -15px !important; 
			}
		}
		@include mobile-media-query {
			padding: 0  10px !important; 
			&.vc_row {
				margin-left: auto !important; 
				margin-right: auto !important; 
			}
		}*/ }

.container-pad {
  padding-left: 15px;
  padding-right: 15px; }

.bordered-sec-heading {
  font-family: 'Roboto', sans-serif;
  color: #343F50;
  line-height: 1.4;
  text-align: center; }

.resources-heading h1 {
  margin-bottom: 20px;
  margin-left: 50px;
  line-height: 4.5rem; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .resources-heading h1 {
      margin-left: 0px !important;
      font-size: 2.6rem;
      line-height: 3.5rem; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .resources-heading h1 {
      margin-left: 0px !important; } }

.resources-heading .card-tags, .resources-heading h5 {
  margin-left: 50px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .resources-heading .card-tags, .resources-heading h5 {
      margin-left: 0px !important; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .resources-heading .card-tags, .resources-heading h5 {
      margin-left: 0px !important; } }

section .section-heading-area .sec-heading {
  margin-bottom: 30px;
  font-size: 1.87rem;
  color: #15b4d4; }

.expandable-content-wrap .hidden-content {
  display: none; }

/* 13 Loader Styles
	----------------------------------------------------------------------------------------------------*/
.loader-wrapper {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.icon {
  display: inline-block; }

/************************************************************************************
=========================== 01 Homepage Styles =================================
************************************************************************************/
/* 1.2 Below Banner Blog and Events Cards
----------------------------------------------------------------------------------------------------*/
.event-list {
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif; }
  .event-list .event-date {
    float: left;
    display: table;
    width: 75px;
    height: 75px;
    border: 2px solid #16659d;
    border-radius: 50%;
    padding: 10px;
    text-align: center; }
    .event-list .event-date .table-layout {
      display: table-cell;
      vertical-align: middle; }
    .event-list .event-date span {
      width: 100%;
      color: #16659d;
      font-size: 1.2rem;
      text-align: center;
      text-transform: capitalize;
      display: block; }
      .event-list .event-date span.month {
        font-size: 1.5rem; }
  .event-list .event-details {
    width: calc(100% - 75px);
    padding-left: 20px;
    float: left; }
    .event-list .event-details .card-tags {
      margin-bottom: 10px;
      height: auto !important; }
    .event-list .event-details .event-heading {
      color: #16659d;
      font-size: 22px;
      margin-bottom: 0; }
      .event-list .event-details .event-heading a {
        color: #16659d;
        margin-bottom: 0;
        font-size: 2rem;
        font-family: "Roboto", sans-serif;
        line-height: 2.5rem;
        overflow: hidden; }
  .event-list:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .event-list .event-date span.month {
      font-size: 1.7rem; }
    .event-list .event-details .event-heading {
      font-size: 1.6rem; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .card-layout.event-card {
    margin-left: -15px; } }

/* 1.5 Latest Resources Section
----------------------------------------------------------------------------------------------------*/
.slider-container .slider-wrap {
  overflow: hidden; }
  .slider-container .slider-wrap ul.slider-list {
    font-size: 0;
    white-space: nowrap;
    -webkit-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
    .slider-container .slider-wrap ul.slider-list li .case-study-slide .heading {
      color: #fff; }

.slider-container .nav-btns > span {
  cursor: pointer;
  position: absolute;
  top: 100px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  z-index: 1; }
  .slider-container .nav-btns > span.prev {
    left: 0px; }
  .slider-container .nav-btns > span.next {
    right: 0px; }
  .slider-container .nav-btns > span.disabled {
    opacity: 0.5;
    pointer-events: none; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .slider-container {
    padding: 0 10px; } }

/* 2.1 Case Study Slider
----------------------------------------------------------------------------------------------------*/
.case-study-wrapper {
  font-size: 0;
  position: relative; }
  .case-study-wrapper .background-wrap {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1; }
    .case-study-wrapper .background-wrap:before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 100%;
      background: rgba(9, 46, 72, 0.88); }
  .case-study-wrapper .case-study-slider {
    position: relative;
    margin: 0 170px; }
    .case-study-wrapper .case-study-slider .slider-wrap {
      text-align: center;
      padding: 40px 0;
      color: #fff; }
      .case-study-wrapper .case-study-slider .slider-wrap ul li {
        display: inline-block;
        width: 100%;
        white-space: normal; }
    .case-study-wrapper .case-study-slider .nav-btns > span {
      color: #ff671f;
      font-size: 40px;
      top: 50%;
      transform: translateY(-50%); }
      .case-study-wrapper .case-study-slider .nav-btns > span.prev {
        left: -80px; }
      .case-study-wrapper .case-study-slider .nav-btns > span.next {
        right: -80px; }
    .case-study-wrapper .case-study-slider .nav-dots {
      position: absolute;
      bottom: 40px;
      left: 50%;
      transform: translateX(-50%); }
      .case-study-wrapper .case-study-slider .nav-dots li {
        width: 10px;
        height: 10px;
        background: #9ca0a2;
        border-radius: 50%;
        display: inline-block;
        margin: 0 4px;
        cursor: pointer;
        transition: all 0.3s ease; }
        .case-study-wrapper .case-study-slider .nav-dots li.active {
          background: #fff; }
    .case-study-wrapper .case-study-slider .case-study-slide {
      text-align: center; }
      .case-study-wrapper .case-study-slider .case-study-slide figure {
        max-width: 160px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px; }
        .case-study-wrapper .case-study-slider .case-study-slide figure img {
          max-height: 70px; }
      .case-study-wrapper .case-study-slider .case-study-slide .heading {
        margin-bottom: 25px;
        line-height: 3.5rem;
        color: #fff;
        font-size: 2.4rem;
        font-family: "Roboto", sans-serif;
        font-weight: 400; }
        .case-study-wrapper .case-study-slider .case-study-slide .heading div {
          font-size: 1.5rem;
          line-height: 2.2rem;
          margin-top: 10px; }
      .case-study-wrapper .case-study-slider .case-study-slide .btn {
        margin-bottom: 25px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .case-study-wrapper .case-study-slider {
      margin: 0; }
      .case-study-wrapper .case-study-slider .nav-btns {
        text-align: center;
        position: relative;
        bottom: 30px; }
        .case-study-wrapper .case-study-slider .nav-btns > span {
          display: inline-block;
          position: static;
          transform: none; }
        .case-study-wrapper .case-study-slider .nav-btns .nav-dots {
          display: inline-block;
          position: relative;
          bottom: 10px;
          left: 0;
          transform: none; }
      .case-study-wrapper .case-study-slider .case-study-slide figure {
        margin-bottom: 30px; }
      .case-study-wrapper .case-study-slider .case-study-slide .heading {
        margin-bottom: 25px;
        font-size: 28px; }
      .case-study-wrapper .case-study-slider .case-study-slide .btn {
        margin-bottom: 0px; } }

/* 1.8 Resources page
----------------------------------------------------------------------------------------------------*/
.section-wrapper .resources-heading {
  color: #16659d;
  margin-bottom: 20px; }
  .section-wrapper .resources-heading h1 {
    line-height: 3.5rem; }

/* Effect 3: Scale up */
.grid {
  padding-left: 0; }
  .grid li {
    opacity: 0;
    list-style-type: none; }

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
  opacity: 1; }

.grid.effect-3 li.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards; }

@-webkit-keyframes scaleUp {
  0% { }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes scaleUp {
  0% { }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/* Effect 3: Scale up */
.grid li {
  opacity: 0; }

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
  opacity: 1; }

.grid.effect-3 li.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards; }

@-webkit-keyframes scaleUp {
  0% { }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes scaleUp {
  0% { }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/*Blogs article page ----------------------------------------------------------------------------------------------------*/
.blog_post {
  padding: 30px 15px 50px 15px;
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }
  .blog_post h4 {
    color: #16659d; }
  .blog_post .action-area .btn,
  .blog_post .action-area a.btn {
    padding: 8px 15px;
    background-color: #ff671f;
    border: 2px solid #ff671f; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .blog_post {
      padding: 20px 0px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .blog_post {
      padding: 50px 20px; } }

.blog_post_share {
  border-top: 1px solid rgba(70, 70, 70, 0.4);
  margin: 50px 10px;
  padding-top: 20px; }
  .blog_post_share .blog_post_spacing {
    padding: 0 20px;
    padding-left: 0px; }
    .blog_post_share .blog_post_spacing h4 {
      color: #16659d;
      display: inline-block;
      width: auto;
      padding-bottom: 8px; }
      .blog_post_share .blog_post_spacing h4 a {
        color: #16659d;
        display: inline-block;
        width: auto;
        font-size: 1.6rem;
        font-family: "Roboto", sans-serif; }
    .blog_post_share .blog_post_spacing .blog_security {
      padding: 0px; }
      .blog_post_share .blog_post_spacing .blog_security h5 {
        color: #343f50;
        display: inline;
        font-size: 1.7rem; }
      .blog_post_share .blog_post_spacing .blog_security p {
        color: #16659d;
        display: inline; }
        .blog_post_share .blog_post_spacing .blog_security p a {
          color: #16659d !important;
          display: inline;
          text-decoration: underline;
          font-size: 1.6rem;
          font-family: "Roboto", sans-serif; }
          .blog_post_share .blog_post_spacing .blog_security p a:hover {
            color: #15b4d4; }
      .blog_post_share .blog_post_spacing .blog_security .blog_tags {
        padding-top: 10px;
        display: inline; }
        .blog_post_share .blog_post_spacing .blog_security .blog_tags .blog_tag_title {
          display: inline; }
          .blog_post_share .blog_post_spacing .blog_security .blog_tags .blog_tag_title a {
            color: #16659d !important;
            display: inline;
            text-decoration: underline;
            font-size: 1.6rem;
            font-family: "Roboto", sans-serif; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .blog_post_share .blog_post_spacing .blog_security {
          padding-left: 0px; } }
    .blog_post_share .blog_post_spacing .blog_social {
      padding: 5px 0px; }
      .blog_post_share .blog_post_spacing .blog_social .share-icons h5 {
        color: #343f50;
        display: inline;
        padding-right: 10px;
        font-size: 1.7rem; }
      .blog_post_share .blog_post_spacing .blog_social .share-icons p {
        display: inline;
        padding-right: 10px; }
      .blog_post_share .blog_post_spacing .blog_social .share-icons span {
        margin-right: 10px;
        display: inline; }
        .blog_post_share .blog_post_spacing .blog_social .share-icons span a {
          display: inline;
          vertical-align: middle;
          text-align: center;
          text-decoration: none; }
          .blog_post_share .blog_post_spacing .blog_social .share-icons span a i {
            color: #343f50;
            font-size: 1.8rem;
            display: inline; }
            .blog_post_share .blog_post_spacing .blog_social .share-icons span a i:hover {
              color: #15b4d4; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .blog_post_share .blog_post_spacing .blog_social {
          border-right: 0px;
          padding-left: 0px; }
          .blog_post_share .blog_post_spacing .blog_social .share-icons h5 {
            display: inline; } }
    .blog_post_share .blog_post_spacing .prev-next-links {
      padding: 30px 20px; }
      .blog_post_share .blog_post_spacing .prev-next-links .action-area {
        overflow: hidden; }
        .blog_post_share .blog_post_spacing .prev-next-links .action-area .navigation .nav-links .nav-previous a {
          color: #16659d; }
        .blog_post_share .blog_post_spacing .prev-next-links .action-area .navigation .nav-links .nav-previous:before {
          content: "\f100";
          color: #ff671f !important;
          padding-right: 7px;
          font-family: "FontAwesome";
          position: relative;
          top: 1px;
          font-size: 18px;
          box-shadow: none; }
        .blog_post_share .blog_post_spacing .prev-next-links .action-area .navigation .nav-links .nav-next a {
          color: #16659d; }
        .blog_post_share .blog_post_spacing .prev-next-links .action-area .navigation .nav-links .nav-next:after {
          content: "\f101";
          color: #ff671f !important;
          padding-left: 7px;
          font-family: "FontAwesome";
          position: relative;
          top: 1px;
          font-size: 18px;
          box-shadow: none; }
    .blog_post_share .blog_post_spacing:last-child {
      border-bottom: 0px; }
  .blog_post_share .row {
    margin: 0px; }

.blog_related_content {
  background: #fff;
  padding: 30px;
  padding-right: 15%; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .blog_related_content {
      padding-right: 20px;
      padding-left: 20px; } }
  .blog_related_content .blog_case_study .card-content {
    padding: 20px 0; }
    .blog_related_content .blog_case_study .card-content .card-heading {
      font-size: 1.5rem; }
    .blog_related_content .blog_case_study .card-content .content-heading {
      font-size: 2rem; }
    .blog_related_content .blog_case_study .card-content .text-area {
      margin-bottom: 10px; }
    .blog_related_content .blog_case_study .card-content .action-area {
      margin-top: 10px;
      width: 100%; }
      .blog_related_content .blog_case_study .card-content .action-area a {
        font-size: 1.3rem;
        color: #337ab7; }
  .blog_related_content .recentPostWrapper ul.recentPost li .resource .content_wrapper h4 {
    display: inline-block;
    width: auto;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.7rem; }
  .blog_related_content .recentPostWrapper ul.recentPost li .resource .content_wrapper h3 {
    font-size: 1.9rem;
    margin-bottom: 10px; }
  .blog_related_content .recentPostWrapper ul.recentPost li .resource .action a {
    line-height: 1 !important;
    color: #16659d !important;
    background: transparent !important;
    padding: 0;
    font-size: 14px;
    box-shadow: none;
    font-weight: normal !important; }
    .blog_related_content .recentPostWrapper ul.recentPost li .resource .action a:after {
      color: #ff671f !important;
      padding-left: 7px;
      font-family: "FontAwesome";
      position: relative;
      top: 1px;
      font-size: 18px;
      box-shadow: none;
      content: "\f105"; }

.widget_categories ul li.cat-item {
  color: #343f50;
  font-weight: 500;
  background: #cccccc;
  padding: 3px 12px;
  /* border-radius: 5px; */
  margin: 5px;
  display: inline-block; }

.resources-content-wrapper .blog_post_share .blog_post_spacing .blog_social {
  border-right: 1px solid #edebeb !important;
  padding: 0px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .resources-content-wrapper .blog_post_share .blog_post_spacing .blog_social {
      border-right: 0px solid #edebeb !important; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .resources-content-wrapper .blog_post_share .blog_post_spacing .blog_social {
      border-right: 0px solid #edebeb !important; } }
  .resources-content-wrapper .blog_post_share .blog_post_spacing .blog_social h4 {
    font-size: 1.6rem; }
  .resources-content-wrapper .blog_post_share .blog_post_spacing .blog_social .share-icons span {
    margin-right: 5px; }
    .resources-content-wrapper .blog_post_share .blog_post_spacing .blog_social .share-icons span a {
      height: 35px;
      width: 35px; }
      .resources-content-wrapper .blog_post_share .blog_post_spacing .blog_social .share-icons span a i {
        font-size: 1.6rem; }

.resources-content-wrapper .blog_post_share .blog_post_spacing h4 {
  font-size: 1.6rem; }

.resources-content-wrapper .blog_post_share .blog_post_spacing .blog_rating {
  padding: 0px 20px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .resources-content-wrapper .blog_post_share .blog_post_spacing .blog_rating {
      padding: 0px;
      padding-top: 20px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .resources-content-wrapper .blog_post_share .blog_post_spacing .blog_rating {
      padding: 0px;
      padding-top: 20px; } }

.resources-content-wrapper .blog_post_share .blog_post_spacing:last-child {
  margin-bottom: 30px; }

/**Style for visual composer home page*/
.tabs_wrapper .vc_tta-tabs-container {
  background-color: #f7f7f8;
  border-bottom: 0px; }
  .tabs_wrapper .vc_tta-tabs-container ul {
    background-color: #f7f7f8 !important; }
    .tabs_wrapper .vc_tta-tabs-container ul li.vc_tta-tab a {
      background-color: #82837e !important;
      color: #fff !important;
      padding: 25px 100px !important;
      font-size: 2rem; }
    .tabs_wrapper .vc_tta-tabs-container ul li.vc_tta-tab:first-child {
      margin-left: 20px !important; }
    .tabs_wrapper .vc_tta-tabs-container ul li.vc_active {
      background-color: #f7f7f8; }
      .tabs_wrapper .vc_tta-tabs-container ul li.vc_active a {
        background-color: #ff671f !important; }

.tabs_wrapper .vc_tta-panel-body {
  padding: 0px !important;
  border-radius: 0px !important; }
  .tabs_wrapper .vc_tta-panel-body h5 {
    margin-top: 7.5px;
    margin-bottom: 8px; }

/**Styles for visual composer resources page***/
.resource-card-img-wrapper {
  background: transparent;
  border-radius: 0px;
  box-shadow: none; }
  .resource-card-img-wrapper .image-area .bg-image {
    height: 400px !important; }
  .resource-card-img-wrapper .card-content {
    padding-right: 25%; }

/***Styles for bread crumb**/
.bread-crumb-wrapper {
  margin: 75px auto 0px;
  width: 100%; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .bread-crumb-wrapper {
      margin: 113px auto 0;
      padding: 0 20px; } }
  .bread-crumb-wrapper .affordance-breadcrumb {
    max-width: 1440px;
    margin: 0 auto;
    color: #999;
    text-align: left;
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 11px;
    line-height: 2rem; }
    .bread-crumb-wrapper .affordance-breadcrumb ul {
      padding-left: 0px !important; }
    .bread-crumb-wrapper .affordance-breadcrumb a,
    .bread-crumb-wrapper .affordance-breadcrumb span {
      color: #999;
      line-height: 2rem;
      font-size: 1.2rem;
      text-decoration: none; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .bread-crumb-wrapper .affordance-breadcrumb {
        line-height: 24px; } }
  .bread-crumb-wrapper .affordance-breadcrumb ul {
    margin-bottom: 0px; }
    .bread-crumb-wrapper .affordance-breadcrumb ul li {
      display: inline;
      line-height: 2rem;
      font-size: 11px; }
  .bread-crumb-wrapper.breadcrumb-grey > .row {
    background: #efefef; }
    .bread-crumb-wrapper.breadcrumb-grey > .row .affordance-breadcrumb {
      background: #efefef; }

.delimeter {
  padding: 0 7px; }

/***Search icon style**/
.search-icon {
  position: absolute;
  top: 7px;
  left: 93%;
  font-size: 20px;
  cursor: pointer;
  color: #16659d; }

/***Mobile mega menu **/
@media screen and (min-width: 320px) and (max-width: 767px) {
  li.custom-dropdown .dropdown-menu {
    position: absolute !important;
    top: 0px;
    transform: translate(103vw, 0);
    -webkit-transform: -webkit-translate(103vw, 0);
    /* Safari */
    transition: transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    /* Safari */
    display: inherit; }
    li.custom-dropdown .dropdown-menu .vc_row {
      padding: 0px;
      margin: 0px; }
      li.custom-dropdown .dropdown-menu .vc_row .secondary-product-item {
        margin-bottom: 0px; }
        li.custom-dropdown .dropdown-menu .vc_row .secondary-product-item .text-area {
          margin-bottom: 0px; }
    li.custom-dropdown .dropdown-menu .separator {
      background: #d0c4c4;
      height: 1px;
      margin-bottom: 30px; }
    li.custom-dropdown .dropdown-menu .mega-menu-list {
      margin-bottom: 0px;
      color: #16659d;
      margin-bottom: 5px;
      font-family: "Roboto", sans-serif;
      font-size: 15px; }
      li.custom-dropdown .dropdown-menu .mega-menu-list .fa-caret-left {
        color: #ff671f;
        padding-right: 10px; }
    li.custom-dropdown .dropdown-menu a.btn.tertiary-btn.angle-right {
      line-height: 25px; }
    li.custom-dropdown .dropdown-menu.mega-menu-animation {
      -webkit-transform: translate(0, 0) !important;
      /* Safari */
      transform: translate(0, 0) !important;
      display: block;
      width: 100% !important; }
  .btn {
    text-align: left; } }

/***Styles for modal up**/
.video-popUp {
  position: relative; }
  .video-popUp figure img {
    width: 100%; }
  .video-popUp .btn-play {
    position: absolute;
    top: 0px; }

.video-modal {
  background: url("/assets/images/Video.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative; }
  .video-modal a {
    box-shadow: none !important;
    position: absolute;
    top: 40%;
    left: 45%; }

#player .vp-player-layout {
  width: 100% !important;
  left: 0 !important; }

/**Pagination Style**/
.customPagination {
  text-align: center;
  position: relative;
  margin: 20px 0;
  margin-bottom: 40px; }
  .customPagination .paging_wrap,
  .customPagination .std-paging_wrap {
    font-size: 11px;
    /* Pagination text size */
    line-height: 13px;
    padding-left: 0;
    border-radius: 50%; }
    .customPagination .paging_wrap .pagination,
    .customPagination .std-paging_wrap .pagination {
      margin: 0; }
      .customPagination .paging_wrap .pagination .pagination-next,
      .customPagination .paging_wrap .pagination .pagination-last,
      .customPagination .paging_wrap .pagination .next,
      .customPagination .paging_wrap .pagination .previous,
      .customPagination .paging_wrap .pagination .paging_nav,
      .customPagination .paging_wrap .pagination .inactive .paging_nav,
      .customPagination .paging_wrap .pagination .last,
      .customPagination .std-paging_wrap .pagination .pagination-next,
      .customPagination .std-paging_wrap .pagination .pagination-last,
      .customPagination .std-paging_wrap .pagination .next,
      .customPagination .std-paging_wrap .pagination .previous,
      .customPagination .std-paging_wrap .pagination .paging_nav,
      .customPagination .std-paging_wrap .pagination .inactive .paging_nav,
      .customPagination .std-paging_wrap .pagination .last {
        border: 0px;
        color: #16659d;
        width: 68px;
        line-height: 2.5; }
      .customPagination .paging_wrap .pagination .last,
      .customPagination .std-paging_wrap .pagination .last {
        padding-left: 0px;
        margin-left: 0px; }
      .customPagination .paging_wrap .pagination .paging_nav,
      .customPagination .std-paging_wrap .pagination .paging_nav {
        padding-right: 0px;
        margin-right: 0px; }
      .customPagination .paging_wrap .pagination a.next > a.inactive,
      .customPagination .std-paging_wrap .pagination a.next > a.inactive {
        width: 65px; }
      .customPagination .paging_wrap .pagination a:last-child,
      .customPagination .paging_wrap .pagination .paging_nav,
      .customPagination .std-paging_wrap .pagination a:last-child,
      .customPagination .std-paging_wrap .pagination .paging_nav {
        border: 0px;
        color: #16659d; }
    .customPagination .paging_wrap span,
    .customPagination .paging_wrap a,
    .customPagination .std-paging_wrap span,
    .customPagination .std-paging_wrap a {
      display: block;
      float: left;
      margin: 2px 2px 0px 0;
      padding: 8px 10px 8px 10px;
      text-decoration: none;
      width: auto;
      background: #555;
      /* Pagination non-active background color */
      -webkit-transition: background 0.15s ease-in-out;
      -moz-transition: background 0.15s ease-in-out;
      -ms-transition: background 0.15s ease-in-out;
      -o-transition: background 0.15s ease-in-out;
      transition: background 0.15s ease-in-out;
      font-size: 13px; }
    .customPagination .paging_wrap span:first-child,
    .customPagination .std-paging_wrap span:first-child {
      display: none; }
    .customPagination .paging_wrap a,
    .customPagination .paging_wrap a:visited,
    .customPagination .std-paging_wrap a,
    .customPagination .std-paging_wrap a:visited {
      border: 1px solid #a7a7a7;
      background: transparent !important;
      border-radius: 50%;
      color: #16659d;
      margin: 2px 3px; }
      .customPagination .paging_wrap a.inactive,
      .customPagination .paging_wrap a:visited.inactive,
      .customPagination .std-paging_wrap a.inactive,
      .customPagination .std-paging_wrap a:visited.inactive {
        width: 45px;
        height: 45px;
        line-height: 2.5; }
    .customPagination .paging_wrap .current,
    .customPagination .std-paging_wrap .current {
      background: #16659d !important;
      color: #fff !important;
      border: 1px solid #a7a7a7;
      border-radius: 50%;
      margin: 2px 3px;
      width: 45px;
      height: 45px;
      line-height: 2.5; }
  .customPagination.ajaxclick {
    margin-top: 0px; }
  .customPagination .records-wrap {
    position: absolute;
    right: 0;
    top: -6px; }
    .customPagination .records-wrap .styledSelect:after {
      top: 14px; }
    .customPagination .records-wrap span {
      margin-right: 15px;
      font-size: 13px;
      font-family: "Roboto-Light", sans-serif;
      line-height: 18px;
      color: #343f50; }
    .customPagination .records-wrap .form-group {
      display: inline-block;
      margin-bottom: 0; }
      .customPagination .records-wrap .form-group .select {
        padding: 0 20px;
        display: block; }
        .customPagination .records-wrap .form-group .select .styledSelect {
          padding: 0 10px 0 0px;
          font-size: 17px;
          top: 5px;
          line-height: 30px;
          height: 30px; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .customPagination .records-wrap {
        position: relative;
        margin-top: 21px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .customPagination .records-wrap {
        position: relative;
        margin-top: 21px; } }
    .customPagination .records-wrap .form-control {
      height: 36px; }
    .customPagination .records-wrap .options li {
      padding: 6px 10px; }
  .customPagination .per-page-dd label {
    font-size: 1.3rem;
    line-height: 42px; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .customPagination .per-page-dd label {
        margin-right: 10px; } }
  .customPagination .per-page-dd .select {
    float: right;
    width: 100px;
    margin-right: 20px; }

/***See more cards button***/
.heading-wrapper {
  display: inline-block;
  width: 100%; }
  .heading-wrapper .see-more-section {
    float: right;
    margin-top: 30px; }
    .heading-wrapper .see-more-section .see-more-content {
      padding-right: 15px; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .heading-wrapper .see-more-section {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
        margin-top: 0; } }

.bg-white {
  background: #fff; }

.row.sticky-static-row {
  position: static !important; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .row.sticky-static-row {
      position: relative !important; } }

.sticky-panel.sticky-panel-right {
  right: 0; }

.sticky-panel .filter-inner-wrap {
  letter-spacing: -0.2px; }

.sticky-panel .list-section {
  margin-bottom: 0px; }
  .sticky-panel .list-section .list-heading {
    font-family: "Roboto", sans-serif;
    font-size: 1.8rem;
    line-height: 24px;
    color: #16659d;
    display: inline-block;
    width: auto;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d0c4c4; }
  .sticky-panel .list-section ul li {
    margin-bottom: 3px;
    list-style-type: none; }
  .sticky-panel .list-section .css-label {
    margin-bottom: 0;
    line-height: 32px;
    width: 100%;
    margin-bottom: 8px;
    padding-left: 30px; }
    .sticky-panel .list-section .css-label:before {
      top: 6px; }
    .sticky-panel .list-section .css-label .icon {
      top: 8px;
      left: 2px; }
  .sticky-panel .list-section .filter-name {
    font-family: "Roboto-Light", sans-serif;
    font-size: 1.4rem;
    color: #16659d;
    display: inline-block;
    width: 80%;
    line-height: 1.9; }
  .sticky-panel .list-section .filter-count {
    font-family: "Roboto-Light", sans-serif;
    font-size: 1.1rem;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #16659d;
    line-height: 28px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #15b4d4; }

.sticky-panel .action-area {
  display: none;
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0px;
  width: 100%;
  border-top: 1px solid #d0c4c4;
  background: #fff; }
  .sticky-panel .action-area .apply-filter,
  .sticky-panel .action-area .close-filter,
  .sticky-panel .action-area .clear-filter {
    float: left;
    width: 33%;
    height: 50px;
    line-height: 45px;
    z-index: 5;
    padding: 0;
    text-align: center;
    color: #ff671f;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #c5c5c5;
    background: #f7f7f7; }
  .sticky-panel .action-area .apply-filter {
    color: #ff671f; }

.sticky-panel.fixed-on-top {
  position: fixed !important; }

@media screen and (min-width: 1440px) {
  .sticky-panel.sticky-panel-left {
    width: 350px !important;
    position: absolute; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .sticky-panel {
    padding: 0 !important;
    opacity: 0;
    width: 100% !important;
    transform: translateY(100%);
    transition: all 0.6s ease;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 10;
    margin-bottom: 0; }
    .sticky-panel.filters-on {
      opacity: 1;
      transform: translateY(0);
      display: block;
      height: 100vh;
      padding-top: 0px !important;
      max-width: 100vw; }
    .sticky-panel .filter-inner-wrap {
      padding: 30px 15px;
      height: 100vh;
      overflow-y: scroll;
      padding-top: 75px; }
    .sticky-panel .action-area {
      display: block;
      z-index: 11; }
      .sticky-panel .action-area .close-filter,
      .sticky-panel .action-area .apply-filter {
        z-index: 12; } }

.sticky-panel.privacy-sticky-panel {
  position: fixed;
  width: 350px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .sticky-panel.privacy-sticky-panel {
      position: relative !important;
      transform: none;
      opacity: 1;
      padding: 7.5px !important; }
      .sticky-panel.privacy-sticky-panel.filters-on {
        opacity: 1;
        transform: translateY(0); }
      .sticky-panel.privacy-sticky-panel .filter-inner-wrap {
        padding: 30px 15px;
        height: 100vh;
        overflow-y: scroll; }
      .sticky-panel.privacy-sticky-panel .action-area {
        display: block; } }

input,
input.form-control,
.form-control,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #fff; }

.search-actions-wrap .results-wrap {
  margin-top: 10px;
  margin-bottom: 40px;
  float: left; }
  .search-actions-wrap .results-wrap .results-count {
    margin: 0px;
    color: #16659d;
    padding-right: 10px;
    float: left;
    line-height: 32px; }
  .search-actions-wrap .results-wrap .btn {
    float: right;
    -webkit-appearance: inherit; }

.search-actions-wrap .sort-wrap {
  margin-bottom: 40px;
  float: right; }
  .search-actions-wrap .sort-wrap .form-group {
    margin-bottom: 0; }
  .search-actions-wrap .sort-wrap label {
    float: left;
    width: 60px;
    font-size: 1.3rem;
    line-height: 48px;
    color: #16659d;
    margin-bottom: 0; }
  .search-actions-wrap .sort-wrap .select,
  .search-actions-wrap .sort-wrap select {
    float: left;
    width: 200px; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .search-actions-wrap .results-wrap {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px; }
    .search-actions-wrap .results-wrap .btn {
      float: none; }
  .search-actions-wrap .sort-wrap {
    float: none;
    width: 100%;
    overflow: hidden; }
    .search-actions-wrap .sort-wrap .select {
      width: calc(100% - 60px); } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .search-actions-wrap .results-wrap {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px; }
    .search-actions-wrap .results-wrap .btn {
      float: none; }
  .search-actions-wrap .sort-wrap {
    float: none;
    width: 100%;
    padding-bottom: 30px; }
    .search-actions-wrap .sort-wrap .select,
    .search-actions-wrap .sort-wrap select {
      width: calc(100% - 60px); } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .search-filter-wrap {
    margin-bottom: 30px; }
    .search-filter-wrap .filters-heading-xs {
      display: block;
      float: right;
      line-height: 42px;
      padding: 0 20px; }
    .search-filter-wrap .sticky-panel-left {
      position: static;
      height: auto;
      width: 100%;
      margin-top: 20px; } }

/***tabs accordian repsonsive***/
.tabbed-content .nav-tabs {
  margin-right: 0;
  margin-left: 2%;
  border: none; }
  .tabbed-content .nav-tabs li {
    display: inline-block;
    background: #a7a7a7;
    width: 48%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background: #a7a7a7;
    display: table;
    margin-right: 2%; }
    .tabbed-content .nav-tabs li a {
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      color: #fff;
      display: table-cell;
      vertical-align: middle;
      border: none;
      background: inherit;
      padding: 15px 0; }
      .tabbed-content .nav-tabs li a:hover {
        background: inherit; }
    .tabbed-content .nav-tabs li:last-child {
      margin-right: 0; }
    .tabbed-content .nav-tabs li.active {
      background: #ff671f; }
      .tabbed-content .nav-tabs li.active a {
        background: #ff671f;
        color: #fff;
        border: none; }

.tabbed-content .tab-content {
  background: #fff;
  padding: 32px 10%;
  height: 650px; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .tabbed-content .nav-tabs li a {
    padding: 10px 5px; }
  .tabbed-content .tab-content {
    padding: 20px;
    height: auto; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tabbed-content .tab-content {
    height: auto;
    padding: 32px 40px; } }

/***Get in touch form***/
.affordance_forms .heading-wrapper {
  padding-left: 0px !important; }
  .affordance_forms .heading-wrapper .content-heading-36 {
    color: #16659d !important; }

.affordance_forms .hs-input {
  width: 100%;
  margin-bottom: 0px; }

.affordance_forms form label {
  margin-bottom: 2px; }

.affordance_forms form .hs-input {
  width: 100%;
  margin-bottom: 10px; }

.affordance_forms form fieldset.form-columns-2 {
  margin-bottom: 10px;
  width: 100%; }
  .affordance_forms form fieldset.form-columns-2 .hs-form-field {
    display: inline-block; }
    .affordance_forms form fieldset.form-columns-2 .hs-form-field div.input select {
      width: 100% !important;
      padding: 10px !important; }
    .affordance_forms form fieldset.form-columns-2 .hs-form-field:nth-child(1) {
      width: 49%;
      margin-right: 2%; }
      .affordance_forms form fieldset.form-columns-2 .hs-form-field:nth-child(1) .hs-input {
        width: 100%; }
      .affordance_forms form fieldset.form-columns-2 .hs-form-field:nth-child(1) .error {
        border: 2px solid red; }
    .affordance_forms form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
      width: 49%;
      margin-right: 0%; }
      .affordance_forms form fieldset.form-columns-2 .hs-form-field:nth-child(2) .hs-input {
        width: 100%; }
      .affordance_forms form fieldset.form-columns-2 .hs-form-field:nth-child(2) .error {
        border: 2px solid red; }

.affordance_forms form fieldset.form-columns-1 {
  margin-bottom: 10px;
  width: 100%;
  margin-right: 0%; }
  .affordance_forms form fieldset.form-columns-1 .hs-form-field {
    width: 100%; }
  .affordance_forms form fieldset.form-columns-1 .input {
    width: 100%; }
    .affordance_forms form fieldset.form-columns-1 .input .hs-input {
      width: 100%; }
    .affordance_forms form fieldset.form-columns-1 .input .error {
      border: 2px solid red; }
  .affordance_forms form fieldset.form-columns-1 .inputs-list li.hs-form-checkbox {
    width: 100%;
    display: inline-block;
    line-height: 1.9rem; }
    .affordance_forms form fieldset.form-columns-1 .inputs-list li.hs-form-checkbox label {
      position: relative;
      min-height: 30px; }
    .affordance_forms form fieldset.form-columns-1 .inputs-list li.hs-form-checkbox span {
      font-size: 1.2rem; }
  .affordance_forms form fieldset.form-columns-1 .hs-state {
    margin-top: 10px; }

.affordance_forms form select {
  width: 100% !important; }
  .affordance_forms form select.error {
    padding: 6px 12px;
    color: #343f50 !important; }

.affordance_forms form .hs-button {
  margin-top: 10px; }

.affordance_forms form input.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #343f50 !important; }

.affordance_forms form input.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #343f50 !important; }

.affordance_forms form input.error:-ms-input-placeholder {
  /* IE 10+ */
  color: #343f50 !important; }

.affordance_forms form input.error:-moz-placeholder {
  /* Firefox 18- */
  color: #343f50 !important; }

.affordance_forms form [type="checkbox"] {
  position: absolute !important;
  width: 15px !important;
  height: 15px;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  appearance: checkbox;
  margin-bottom: 0px;
  top: 0px;
  left: 0px; }

.affordance_forms form .hs-dependent-field .hs-form-checkbox font {
  font-size: 15px !important; }

.affordance_forms .hs_submit .actions .hs-button {
  color: #fff;
  background: #ff671f;
  border: 2px solid #ff671f;
  padding: 10px 70px !important;
  border-radius: 4px;
  line-height: 7px;
  margin-top: 0px !important;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400; }
  .affordance_forms .hs_submit .actions .hs-button:hover {
    color: #ff671f;
    background: #fff;
    border: 2px solid #ff671f; }

.affordance_forms .hs-error-msgs {
  float: left; }
  .affordance_forms .hs-error-msgs li label {
    color: #ea5d5f !important;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif; }

.affordance_forms .hs-form-required {
  visibility: hidden; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .affordance_forms fieldset {
    width: 100%;
    margin-bottom: 0px; }
    .affordance_forms fieldset > div {
      width: 100%; }
      .affordance_forms fieldset > div div.input input {
        width: 100%; }
      .affordance_forms fieldset > div div.input select {
        width: 100%; }
  .affordance_forms [type="checkbox"] {
    margin-top: 20px; } }

/*
.subscribe_now {
	.hs_submit{
		.actions{
			.hs-button{
				color: #fff;
				background: #343f50;
				border: 2px solid #fff;
				padding: 10px 70px !important;
				border-radius: $btn-radius;
				line-height: 7px;
				margin-top:0px !important;
				font: {
					family: $body-font-family;
					size: $base-font-size;
					weight: 500 ;
				}
				&:hover {
					color: #343f50;
					background: #fff;
				}
			}
		}
	}
}*/
.resourceGatedWrapper fieldset {
  margin-bottom: 5px !important;
  width: 100% !important;
  margin-bottom: 0px; }
  .resourceGatedWrapper fieldset > div {
    width: 100% !important; }
    .resourceGatedWrapper fieldset > div div.input input {
      width: 100%;
      margin-bottom: 10px !important; }
    .resourceGatedWrapper fieldset > div div.input select {
      width: 100% !important;
      padding: 10px !important; }
    .resourceGatedWrapper fieldset > div div.input ul li label {
      color: #343f50 !important;
      font-size: 1.2rem; }
  .resourceGatedWrapper fieldset ul.inputs-list li.hs-form-booleancheckbox label input {
    width: 20px !important;
    margin-top: 20px; }

.getInTouch-form .heading-wrapper .content-heading-36 {
  color: #fff !important; }

.getInTouch-form form fieldset > div div.input input {
  background: #fff;
  color: #343f50;
  border-radius: 0px; }

.getInTouch-form form fieldset > div div.input select {
  background: #fff;
  color: #343f50;
  border-radius: 0px;
  padding: 10px; }

.getInTouch-form form fieldset > div div.input ul li label {
  color: #fff; }
  .getInTouch-form form fieldset > div div.input ul li label input span {
    color: #fff; }

.getInTouch-form form fieldset label {
  color: #fff; }

.getInTouch-form form fieldset .hs-error-msgs li label {
  color: #ea5d5f !important;
  display: block; }

.getInTouch-form form .hs_submit .actions .hs-button {
  color: #fff;
  background: #15b4d4;
  border: 2px solid #15b4d4;
  padding: 16px 52px !important;
  border-radius: 43px;
  line-height: 7px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500; }
  .getInTouch-form form .hs_submit .actions .hs-button:hover {
    color: #15b4d4;
    background: #fff; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .getInTouch-form form fieldset {
    width: 100%;
    margin-bottom: 0px; }
    .getInTouch-form form fieldset > div {
      width: 100%; }
      .getInTouch-form form fieldset > div div.input input {
        width: 100%; }
      .getInTouch-form form fieldset > div div.input select {
        width: 100%; }
  .getInTouch-form form [type="checkbox"] {
    margin-top: 20px; } }

.getInTouch-form .submitted-message {
  color: #fff; }
  .getInTouch-form .submitted-message h3 {
    color: #fff; }

.form-description {
  overflow: inherit; }

.contact-form {
  background: #fff;
  box-shadow: 3px 0px 80px 0px rgba(0, 0, 0, 0.26);
  border-radius: 10px;
  margin-top: 50px;
  padding: 50px; }

.resources-hubspot-form .gatedForm form > div > label,
.resources-hubspot-form .gatedForm form > div > div > label,
.gatedForm form > div > div > div > label {
  display: none; }

.hide-form-label form label {
  display: none; }

/**Header box shadow**/
.column-box-shadow > div {
  box-shadow: 10px 5px 13px rgba(167, 163, 163, 0.16); }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .column-box-shadow > div {
      box-shadow: none;
      background: transparent; } }

/**Resource gated webinar ***/
.background-white {
  background: #fff; }
  .background-white .download_wrapper {
    padding: 2%;
    margin: 1%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px; }

.resources-header-wrapper {
  background: #fff;
  overflow: hidden; }
  .resources-header-wrapper .featured-image {
    text-align: right; }
  .resources-header-wrapper .content-heading {
    padding: 5% 15%; }
    .resources-header-wrapper .content-heading .main-heading {
      font-family: "Roboto", sans-serif;
      font-size: 5.2rem;
      line-height: 56px;
      color: #16659d;
      margin-bottom: 15px; }
    .resources-header-wrapper .content-heading .sub-heading {
      color: #16659d;
      line-height: 28px;
      padding: 0 10% 0 0;
      font-family: "Roboto", sans-serif;
      font-size: 2.2rem; }

.resources-content-wrapper {
  padding: 0px;
  overflow: hidden; }
  .resources-content-wrapper .speaker-section {
    margin-top: 5%; }
    .resources-content-wrapper .speaker-section span {
      font-size: 2.2rem;
      font-family: "Roboto", sans-serif;
      line-height: 22px;
      color: #16659d; }
    .resources-content-wrapper .speaker-section ul {
      margin-top: 3%;
      padding-left: 0px;
      list-style-type: none; }
      .resources-content-wrapper .speaker-section ul li {
        padding: 2% 0;
        list-style-type: none;
        border-top: 1px solid #e6e6e6;
        overflow: hidden; }
        .resources-content-wrapper .speaker-section ul li .speaker-image {
          float: left; }
          .resources-content-wrapper .speaker-section ul li .speaker-image figure img {
            border-radius: 50%;
            height: 85px;
            width: 85px; }
        .resources-content-wrapper .speaker-section ul li .speaker-details .name {
          font-size: 1.4rem;
          font-family: "Roboto", sans-serif;
          line-height: 20px;
          color: #16659d;
          font-weight: 500; }
        .resources-content-wrapper .speaker-section ul li .speaker-details .role {
          font-size: 1.4rem;
          font-family: "Roboto", sans-serif;
          font-weight: 300;
          line-height: 22px;
          color: #343f50; }
        .resources-content-wrapper .speaker-section ul li .speaker-details {
          margin-top: 25px;
          margin-left: 10px;
          float: left; }
        .resources-content-wrapper .speaker-section ul li:nth-child(1) {
          border-top: 0px; }
    .resources-content-wrapper .speaker-section.speakers-horizontal ul li {
      border-top: 0px !important;
      width: 50%;
      float: left;
      padding-right: 15px; }
      .resources-content-wrapper .speaker-section.speakers-horizontal ul li .speaker-image {
        padding-right: 20px; }
      .resources-content-wrapper .speaker-section.speakers-horizontal ul li .speaker-details {
        margin-top: 15px;
        margin-left: 0px;
        float: none; }

.resources-hubspot-form {
  padding: 0 2%;
  padding-left: 0px; }
  .resources-hubspot-form .resource-form-heading {
    color: #16659d;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem; }
  .resources-hubspot-form input {
    width: 100%; }
  .resources-hubspot-form .actions .hs-button {
    color: #fff;
    background: #15b4d4;
    border: 2px solid #15b4d4;
    padding: 16px 52px;
    border-radius: 43px;
    line-height: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500; }
    .resources-hubspot-form .actions .hs-button:hover {
      color: #15b4d4;
      background: #fff; }

.resource_download_button_area {
  margin-top: 20px; }
  .resource_download_button_area .download_resource_btn {
    width: 100%; }
  .resource_download_button_area em {
    display: block;
    margin-top: 10px; }

.custom-content-bg-wrap {
  background: url("../images/wss-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1; }
  .custom-content-bg-wrap:before {
    content: "";
    background: rgba(9, 46, 72, 0.6);
    display: inline-block;
    width: 100%;
    height: 100%; }

.custom-content-layout1 {
  position: relative; }
  .custom-content-layout1 .image-area {
    float: left;
    padding-right: 15px; }
  .custom-content-layout1 .heading-area {
    float: left;
    width: calc(100% - 100px); }
  .custom-content-layout1 .description {
    color: #fff; }
  .custom-content-layout1 .action-area {
    margin-top: 20px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .custom-content-layout1 .image-area {
      width: 70px; }
    .custom-content-layout1 .heading-area {
      width: calc(100% - 70px); } }

.custom-content-layout2 {
  position: relative; }
  .custom-content-layout2 .custom-content-bg-wrap {
    background: #fff; }
    .custom-content-layout2 .custom-content-bg-wrap:before {
      content: none; }
  .custom-content-layout2 .image-area {
    float: left; }
  .custom-content-layout2 .primary-title-28 {
    color: #16659d;
    width: 80%; }
  .custom-content-layout2 .secondary-bordered-title-18 {
    color: #ff671f;
    margin-bottom: 5px; }
  .custom-content-layout2 .content-area {
    float: left;
    width: calc(100% - 100px);
    padding-left: 20px; }
  .custom-content-layout2 .action-area {
    margin-top: 20px; }
  .custom-content-layout2.inverted .custom-content-bg-wrap {
    background: url("../images/wss-bg.jpg"); }
    .custom-content-layout2.inverted .custom-content-bg-wrap:before {
      content: ""; }
  .custom-content-layout2.inverted .primary-title-28,
  .custom-content-layout2.inverted .description {
    color: #fff; }

.custom-content-layout3 .primary-title-28 {
  color: #16659d;
  margin-bottom: 10px; }

.custom-content-layout3 .action-area {
  margin-top: 20px; }

.title-dark-blue {
  color: #16659d; }
  .title-dark-blue a {
    color: #16659d; }

/***Video styling***/
.video-wrapper {
  -webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.53);
  box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.53); }

.product-video {
  margin-right: -145px !important; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .product-video {
      margin-right: 0px !important; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .product-video {
      margin-right: 0px !important; } }

.button-hide .action-area a {
  display: none !important; }

.vertical-center .vc_column-inner {
  display: flex !important;
  justify-content: center !important; }

/**btn groups**/
@media screen and (min-width: 320px) and (max-width: 767px) {
  .button-group .btn {
    width: 100%;
    margin-bottom: 10px; } }

.button-group a:nth-child(3) {
  margin-top: 10px; }

/***custom classes***/
.mobile-only {
  display: none; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .custom-pad-zero-xs .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .vc_column-inner {
    /* padding-left: 0px !important;
    padding-right: 0px !important;*/ }
  .mobile-only {
    display: block; }
  .custom-margin-zero-xs {
    margin-top: 5%; }
  .content-mobile-padding .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

/***Visual composer classes**/
.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

/***Image play button ***/
.custom-image-radius > img {
  border-radius: 10px 10px 10px 10px !important; }

.image-radius img {
  border-radius: 10px !important; }

.custom-image-video a {
  position: relative; }
  .custom-image-video a figure img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 30%;
    max-width: 100px;
    transition-duration: 0.15s; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .custom-image-video a figure img {
        width: 30%; } }
    .custom-image-video a figure img:hover {
      transform: scale(1.2, 1.2);
      transition-duration: 0.3s; }

.custom-image-videoaimg {
  border-radius: 15px; }

.resource-product-video a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%; }

/**About us page **/
.color-orange {
  color: #ff671f; }

.blog_post a {
  font-size: inherit !important; }

.blog_post h1 a,
.blog_post h2 a,
.blog_post h3 a,
.blog_post h4 a,
.blog_post h5 a,
.blog_post h6 a {
  font-size: inherit !important;
  color: inherit !important; }

.blog_post p a {
  font-size: inherit !important; }

/**Column overlay background****/
.cols-overlay-wrapper .vc_column-inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

/***Error page styling**/
.error-404 {
  margin-top: 50px;
  text-align: center; }
  .error-404 .page-content {
    margin-top: 20px;
    /**background: rgba(236, 233, 233, 0.27);**/
    padding: 20px 20px 10px 20px; }
    .error-404 .page-content label {
      width: 50%; }
      .error-404 .page-content label input.search-field {
        width: 100%;
        border: 2px solid #343f50;
        border-radius: 40px;
        height: 48px;
        padding: 6px 30px !important; }
    .error-404 .page-content .search-submit {
      color: #fff;
      background: #343f50;
      border: 5px solid #343f50;
      padding: 16px 52px !important;
      border-radius: 43px;
      line-height: 7px;
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 500;
      margin-left: 5px; }
    .error-404 .page-content .page-tags {
      margin: 60px;
      list-style-type: none; }
      .error-404 .page-content .page-tags li {
        list-style-type: none;
        display: inline-block;
        margin: 0 5px; }
        @media screen and (min-width: 320px) and (max-width: 767px) {
          .error-404 .page-content .page-tags li {
            display: block;
            margin: 10px; } }
        .error-404 .page-content .page-tags li a {
          padding: 12px 40px !important;
          margin-bottom: 10px;
          /*color: #343f50;
						padding: 10px 15px;
						border: 2px solid #343f50;
						border-radius: 5px;  
						font-weight: bold;*/ }

.content-none-form {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 10px 20px; }
  .content-none-form label {
    width: 80%; }
    .content-none-form label input.search-field {
      width: 100%; }
  .content-none-form .search-submit {
    color: #fff;
    background: #15b4d4;
    border: 2px solid #15b4d4;
    padding: 16px 52px !important;
    border-radius: 43px;
    line-height: 7px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-left: 15px; }

/***CTA wrapper**/
.call-to-action-wrapper {
  background-color: #092e48;
  padding: 3% 5% 2% 5%; }
  .call-to-action-wrapper p {
    color: #fff; }
  .call-to-action-wrapper h4 {
    color: #ff671f; }
  .call-to-action-wrapper .cta-btn-small {
    padding: 12px 28px !important; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .call-to-action-wrapper .cta-btn-small {
        left: 10px;
        right: 10px;
        width: 100%; } }

.custom-cta {
  text-align: center;
  margin-top: 20px; }

/**Featured image page***/
.featured-image-wrapper {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 270px;
  border-radius: 10px;
  position: relative; }
  .featured-image-wrapper .recource-action-area {
    position: absolute;
    bottom: 10px;
    left: 50px; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .featured-image-wrapper .recource-action-area {
        left: 10px;
        right: 10px; }
        .featured-image-wrapper .recource-action-area a {
          width: 100%; } }

.submitted-message {
  font-weight: 600; }

@supports (-ms-ime-align: auto) {
  .edge-spacing-class .vc_column-inner {
    padding-left: 90px !important;
    padding-right: 90px !important;
    padding-top: 90px !important;
    padding-bottom: 90px !important; } }

.ajaxLoader {
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.5);
  top: -12px;
  height: 90%; }
  .ajaxLoader .loader-img {
    background-image: url("../images/spinner.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/****Archive section wrapper*****/
.archive-section-wrapper .blogger-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 2% 2% 3% 2%;
  overflow: hidden;
  margin-bottom: 40px; }
  .archive-section-wrapper .blogger-wrapper .image-wrapper {
    text-align: center; }
    .archive-section-wrapper .blogger-wrapper .image-wrapper img {
      width: 200px;
      height: 200px;
      border-radius: 50%; }
  .archive-section-wrapper .blogger-wrapper .resources-heading h1 {
    margin-left: 0px !important; }

.sitemap-row ul {
  padding-left: 0; }
  .sitemap-row ul li {
    list-style-type: none; }
    .sitemap-row ul li a {
      color: #16659d !important; }
  .sitemap-row ul.children .children {
    padding-left: 30px; }

.sitemap-row p {
  margin-bottom: 10px; }
  .sitemap-row p > a {
    color: #16659d !important;
    font-weight: 600;
    text-decoration: none !important; }

.close-btn-position {
  position: relative; }
  .close-btn-position .mfp-close {
    top: 0px;
    right: 10px;
    color: #fff !important;
    text-decoration: none;
    z-index: 1045;
    cursor: pointer; }

article .blogs_image_area {
  width: 100%;
  border-radius: 10px 10px 10px 10px; }

.transcript-wrapper .heading-wrapper h4 {
  color: #343f50; }

.transcript-wrapper .transcript {
  font-style: italic;
  font-size: 13px;
  line-height: 20px; }

.submenu-pad-bottom {
  text-align: left !important;
  padding-bottom: 15px !important; }

.bg-image-position > div {
  background-size: cover;
  background-position: center; }

blockquote {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: italic !important;
  line-height: 26px; }

.desktop-border-right {
  border-right: 1px solid #eaeaea;
  margin-right: 15px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .desktop-border-right {
      border-right: 0px !important; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .desktop-border-right {
      border-right: 0px !important; } }

.content-overflow-four-line .card-content .text-area p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.content-overflow-nine-line .card-content .text-area p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical; }

#latestArticleWrapper {
  padding-top: 20px; }
  #latestArticleWrapper .heading-wrapper .bordered-sec-heading {
    margin-top: 15px; }
  #latestArticleWrapper .resources-heading h1 {
    margin-bottom: 15px; }
  #latestArticleWrapper .heading-wrapper .see-more-section {
    margin-top: 15px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    #latestArticleWrapper .resources-heading h1 {
      margin-left: 0px;
      margin-bottom: 20px !important; }
    #latestArticleWrapper .heading-wrapper .bordered-sec-heading {
      margin-left: 0px;
      margin: 0 0 30px 0; } }

.affordance-tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 0px; }
  .affordance-tabs ul li a {
    padding: 0.5em 1em;
    border-radius: 5px;
    border-color: #e3e3e3;
    background-color: #ebebeb;
    color: #666;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .affordance-tabs ul li a:hover, .affordance-tabs ul li a.active {
      background-color: #343f50 !important;
      color: #fff !important; }

.affordance-tab-item {
  margin-bottom: 2px; }
  .affordance-tab-item::before {
    cursor: pointer;
    color: #666;
    background: #ebebeb;
    padding: 0.5em;
    display: block; }
  .affordance-tab-item.active::before {
    background-color: #343f50 !important;
    color: #fff !important; }
  .affordance-tab-item.active .item-content {
    padding-top: 1rem;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .affordance-tab-item .qa-list li {
    margin-bottom: 14px; }
    .affordance-tab-item .qa-list li .question {
      font-weight: 500; }

@media all and (min-width: 800px) {
  .affordance-tab-item.active .item-content {
    padding-top: 1rem; } }

.affordance-tabbed-content .affordance-tabs {
  display: none; }

.affordance-tabbed-content .affordance-tab-item {
  min-height: 2em; }
  .affordance-tabbed-content .affordance-tab-item::before {
    content: attr(data-title); }
  .affordance-tabbed-content .affordance-tab-item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0; }
  .affordance-tabbed-content .affordance-tab-item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto; }

@media all and (min-width: 800px) {
  .affordance-tabbed-content .affordance-tabs {
    display: block; }
    .affordance-tabbed-content .affordance-tabs li {
      display: inline-block; }
      .affordance-tabbed-content .affordance-tabs li a {
        display: block;
        margin-right: 3px; }
  .affordance-tabbed-content .affordance-tab-item {
    min-height: 0; }
    .affordance-tabbed-content .affordance-tab-item::before {
      display: none; } }

.description_wrapper {
  margin-left: 50px;
  margin-bottom: 10px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .description_wrapper {
      margin-left: 0px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .description_wrapper {
      margin-left: 0px; } }

.blogs-white-bg-wrapper .description_wrapper {
  width: 36%; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .blogs-white-bg-wrapper .description_wrapper {
      width: 100% !important; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .blogs-white-bg-wrapper .description_wrapper {
      width: 100% !important; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .blogs-white-bg-wrapper .bordered-sec-heading {
    margin-left: 0px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .blogs-white-bg-wrapper .bordered-sec-heading,
  .blogs-white-bg-wrapper .resources-heading h1 {
    margin-left: 0px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .blogs-banner-wrapper .bordered-sec-heading {
    margin-left: 0px; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .blogs-banner-wrapper .bordered-sec-heading {
    margin-left: 0px; } }

.blogs-action-area {
  margin-bottom: 30px !important; }
  .blogs-action-area .mega-menu-style {
    margin-bottom: 0px !important; }

/***ROI Tool **/
.input-symbol-dollar:after {
  color: #cdcdcd !important;
  content: " US $";
  left: 10px;
  position: absolute;
  top: -3px;
  font-size: 1.8rem; }

.input-symbol-dollar {
  position: relative; }

.roi-value {
  border: 1px solid #c9c9c9;
  text-transform: none;
  width: 100%;
  font-weight: 400;
  height: 42px !important;
  padding-left: 50px !important;
  font-size: 1.8rem;
  display: inline-block !important; }

.progress-range-bar input {
  margin: 40px 20px 20px 20px;
  padding: 0px !important;
  height: 2px;
  border: 2px solid #d9d8d8; }

.roi-range {
  position: relative;
  width: 100%;
  height: 5px;
  background: transparent !important; }

.roi-range input {
  width: 100%;
  position: absolute;
  top: 2px;
  height: 0;
  -webkit-appearance: none;
  border: 0px;
  background: transparent; }

.roi-range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important; }

.roi-range input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important; }

.roi-range input::-ms-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important; }

.roi-range input::-ms-fill-lower {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important; }

input[type="range"]:focus::-ms-fill-upper {
  background: #ccc; }

.roi-range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2; }

.roi-range input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2; }

.roi-range input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2; }

.roi-range input:focus {
  background: none;
  outline: none; }

.roi-range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

.range-labels {
  margin: 18px -103px 0;
  padding: 0;
  list-style: none;
  margin-bottom: 87px; }

.range-labels li {
  position: relative;
  float: left;
  width: 16.6667%;
  text-align: center;
  color: #b2b2b2;
  font-size: 14px;
  cursor: pointer; }

.range-labels li::before {
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 5px;
  height: 5px;
  background: #b2b2b2;
  border-radius: 50%; }

.range-labels .active {
  color: #37adbf; }

.range-labels .selected::before {
  background: #37adbf; }

.range-labels .active.selected::before {
  display: none; }

.select-wrapper .form-group .form-fields {
  /*    width:40%;*/
  margin-right: 1%;
  display: inline;
  float: left; }
  .select-wrapper .form-group .form-fields .select-radio .radio {
    /* display:inline;*/
    display: block;
    padding: 8px 0px; }
    .select-wrapper .form-group .form-fields .select-radio .radio [type="radio"]:checked + label,
    .select-wrapper .form-group .form-fields .select-radio .radio [type="radio"]:not(:checked) + label {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;
      color: #666; }
    .select-wrapper .form-group .form-fields .select-radio .radio [type="radio"]:checked + label:before,
    .select-wrapper .form-group .form-fields .select-radio .radio [type="radio"]:not(:checked) + label:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #ddd;
      border-radius: 100%;
      background: #fff; }
    .select-wrapper .form-group .form-fields .select-radio .radio [type="radio"]:checked + label:after,
    .select-wrapper .form-group .form-fields .select-radio .radio [type="radio"]:not(:checked) + label:after {
      content: "";
      width: 14px;
      height: 14px;
      background: #15b4d4;
      position: absolute;
      top: 3px;
      left: 3px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .select-wrapper .form-group .form-fields .select-radio .radio [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0); }
    .select-wrapper .form-group .form-fields .select-radio .radio [type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }

.calculate-section {
  margin-top: 40px; }

.calc-roi .action-area {
  text-align: center;
  margin: 10px 0px; }

.calc-roi .results-area {
  background-color: #092e48;
  padding: 50px;
  border-radius: 10px;
  margin: 20px 0px; }
  .calc-roi .results-area .roi-results {
    text-align: center;
    margin: 20px 0px; }
    .calc-roi .results-area .roi-results h2 {
      color: #fff; }
    .calc-roi .results-area .roi-results h3 {
      color: #ff671f; }
    .calc-roi .results-area .roi-results h5 {
      color: #15b4d4; }

/***Horizontal card layout **/
.horizontal-card {
  padding-bottom: 0px !important; }
  .horizontal-card .card-height .image-area {
    width: 50%;
    float: left; }
  .horizontal-card .card-height .card-content {
    width: 50%;
    float: left;
    padding: 25px 40px 10px; }
    .horizontal-card .card-height .card-content .action-area {
      position: static; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .horizontal-card .card-height .image-area,
    .horizontal-card .card-height .card-content {
      width: 100%;
      float: none; }
    .horizontal-card .card-height .action-area {
      position: absolute; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .horizontal-card .card-height .image-area,
    .horizontal-card .card-height .card-content {
      width: 100%;
      float: none; }
    .horizontal-card .card-height .action-area {
      position: absolute; } }

.boxShadow {
  box-shadow: 0px 10px 20px rgba(100, 128, 142, 0.25); }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about-us {
    background: #e3e4e4 !important; }
  .about-us ul.dropdown-menu {
    background-color: #fff !important;
    margin-right: 160px;
    margin-top: -88px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important; } }

@media only screen and (max-width: 768px) {
  .cards-grid {
    margin: 0 15px; } }

.error-404 {
  padding-bottom: 200px; }

.custom-button-card-layout .action-area {
  bottom: 20px;
  left: 40px;
  right: 40px; }
  .custom-button-card-layout .action-area .btn.small-btn,
  .custom-button-card-layout .action-area a.btn.small-btn {
    padding: 12px 30px !important; }

.custom-image-video {
  margin-bottom: -20px !important;
  padding: 0 20px; }

.footer-svg {
  position: relative;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
  width: 100%;
  height: 50vh; }
  .footer-svg svg {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .footer-svg svg path {
      fill: #fff; }

.bg-dark-blue {
  display: block;
  height: 50px;
  background: #16659d; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .bg-dark-blue {
      height: auto; } }
  .bg-dark-blue .upcoming-event-wrapper .event-cta a {
    color: #fff;
    text-decoration: underline !important;
	padding-left: 10px;
	}
  .bg-dark-blue .close-cta {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 10px; }
    .bg-dark-blue .close-cta a {
      text-align: center;
      cursor: pointer;
      position: absolute;
      right: 1%;
      top: 16px;
      color: #fff;
      font-size: 1.3rem;
      z-index: 1;
      text-decoration: none !important; }

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .bg-dark-blue {
    height: auto; }
    .bg-dark-blue .close-cta {
      width: 10%;
      height: 30px;
      display: inline;
      float: none; }
  .hide-on-mobile {
    display: none; }
  .breaking-news-ticker {
    min-height: 80px !important;
    height: auto;
    width: 85%;
    display: inline; }
  .upcoming-event-wrapper {
    width: 86%; }
  .upcoming-event-wrapper .event-cta {
    float: none;
    /*display: block;*/
    padding-left: 10px; }
  .bg-dark-blue .close-cta a {
    text-align: right;
    position: inherit;
    display: block; }
    .bg-dark-blue .close-cta a:before {
      right: 0px;
      top: -10px; }
  .bn-news ul li:nth-child(odd),
  .bn-news ul li:nth-child(even) {
    box-shadow: none;
    text-align: left;
    padding-left: 25px; }
  .bn-news ul li {
    text-align: left;
    padding-right: 40px;
    height: auto !important;
    padding-top: 11px !important;
    font-size: 1.2rem; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bg-dark-blue {
    height: auto; } }

.card-layoutv2 {
  background: #fff;
  white-space: normal;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px rgba(100, 128, 142, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(100, 128, 142, 0.25);
  -moz-box-shadow: 0px 0px 5px rgba(100, 128, 142, 0.25);
  -o-box-shadow: 0px 0px 5px rgba(100, 128, 142, 0.25);
  border-collapse: separate;
  margin-bottom: 15px;
  position: relative;
  /* padding-bottom: 40px; */
  transition-duration: 0.3s; }
  .card-layoutv2 .image-area img {
    width: 100%;
    height: auto; }
  .card-layoutv2 .card-content {
    padding: 25px 25px 40px; }
    .card-layoutv2 .card-content .card-heading {
      font-family: "Roboto", sans-serif;
      font-size: 1.3rem;
      font-weight: 300;
      line-height: 1.6rem;
      color: #999;
      display: inline-block;
      width: auto;
      padding-bottom: 4px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ff671f; }
    .card-layoutv2 .card-content .content-heading {
      font-weight: 300;
      font-size: 2rem;
      line-height: 3rem; }
      .card-layoutv2 .card-content .content-heading a {
        font-size: 2rem;
        font-family: "Roboto", sans-serif;
        color: #16659d;
        line-height: 2.5rem;
        overflow: hidden;
        font-weight: 300; }
    .card-layoutv2 .card-content .description {
      color: #343f50; }
    .card-layoutv2 .card-content .card-tags {
      position: absolute;
      bottom: 15px;
      color: #999;
      font-size: 1.3rem;
      font-weight: 300; }
      .card-layoutv2 .card-content .card-tags span {
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 1.6rem;
        color: #999; }
  .card-layoutv2 .action-area {
    position: absolute;
    bottom: 30px;
    right: 40px; }
  .card-layoutv2:hover {
    box-shadow: 0px 0px 15px rgba(100, 128, 142, 0.5);
    transition-duration: 0.3s; }

.custom-card-layout .card-layoutv2 {
  padding-bottom: 0px; }

.event-card .card-tags {
  position: relative !important;
  margin-bottom: 5px !important;
  bottom: 0px !important; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .event-card .action-area {
    bottom: 15px;
    right: 40px; } }

.list-layout .text-area:after {
  content: " ";
  border: 1px solid #dcdcdd;
  width: 30px;
  margin: 15px 0px; }

.list-layout .text-area:last-child:after {
  border: 1px solid transparent;
  content: "";
  margin: 0px; }

.featured-video-wrapper .featured-video-image {
  padding-bottom: 0px;
  background: #fff;
  white-space: normal;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 20px rgba(100, 128, 142, 0.25);
  box-shadow: 0px 10px 20px rgba(100, 128, 142, 0.25);
  -moz-box-shadow: 0px 10px 20px rgba(100, 128, 142, 0.25);
  -o-box-shadow: 0px 10px 20px rgba(100, 128, 142, 0.25);
  border-collapse: separate;
  margin-bottom: 15px;
  position: relative; }
  .featured-video-wrapper .featured-video-image .image-area {
    background-size: cover;
    position: relative; }
    .featured-video-wrapper .featured-video-image .image-area img {
      width: 85px;
      position: absolute;
      bottom: 0px;
      right: 0px;
      top: 0px;
      left: 0px;
      margin: auto;
      cursor: pointer;
      transition-duration: 0.15s; }
      .featured-video-wrapper .featured-video-image .image-area img:hover {
        transform: scale(1.2, 1.2);
        transition-duration: 0.3s; }

.clickable-div {
  display: block;
  width: 100%;
  height: 100%; }
  .clickable-div:hover .tertiary-btn:after {
    transform: translate(10px, 0); }
  .clickable-div .pipe-separator {
    padding: 0 5px; }

.header-background {
  height: 500px; }
  .header-background .orange-bg {
    background-image: url("../images/header-circle.svg"); }
    @media only screen and (max-width: 992px) {
      .header-background .orange-bg {
        background-image: url("../images/mobile_product_bg.png");
        background-size: 95% !important;
        background-position: top right;
        height: 550px !important; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .header-background .orange-bg {
        height: 250px !important; } }
  .header-background .light-blue-bg {
    background-image: url("../images/header-circle-light-blue.svg"); }
    @media only screen and (max-width: 992px) {
      .header-background .light-blue-bg {
        background-image: url("../images/mobile_product_bg-light-blue.png");
        background-size: 95% !important;
        background-position: top right;
        height: 550px !important; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .header-background .light-blue-bg {
        height: 250px !important; } }
  .header-background .dark-blue-bg {
    background-image: url("../images/header-circle-dark-blue.svg"); }
    @media only screen and (max-width: 992px) {
      .header-background .dark-blue-bg {
        background-image: url("../images/mobile_product_bg-dark-blue.png");
        background-size: 95% !important;
        background-position: top right;
        height: 550px !important; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .header-background .dark-blue-bg {
        height: 250px !important; } }
  .header-background .product-right-bg {
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -110px;
    height: 600px;
    z-index: -2; }
    @media only screen and (min-width: 1751px) {
      .header-background .product-right-bg {
        background-size: 85%;
        height: 700px; } }
    @media only screen and (max-width: 1751px) {
      .header-background .product-right-bg {
        background-size: 95%;
        height: 700px; } }
    @media only screen and (max-width: 1700px) {
      .header-background .product-right-bg {
        height: 650px;
        background-size: cover; } }
  .header-background .product-white-bg,
  .header-background .header-white-bg {
    background: url("../images//header-circle-desktop.svg") no-repeat;
    height: 600px;
    background-size: cover;
    background-position: bottom left;
    position: absolute;
    right: 0;
    left: 0px;
    top: -50px;
    z-index: -1;
    width: 100%; }
    @media only screen and (min-width: 1751px) {
      .header-background .product-white-bg,
      .header-background .header-white-bg {
        background-size: 85%;
        height: 700px; } }
    @media only screen and (max-width: 1751px) {
      .header-background .product-white-bg,
      .header-background .header-white-bg {
        background-size: 92%;
        height: 700px; } }
    @media only screen and (max-width: 1700px) {
      .header-background .product-white-bg,
      .header-background .header-white-bg {
        height: 650px;
        background-size: cover; } }
    @media only screen and (max-width: 1450px) {
      .header-background .product-white-bg,
      .header-background .header-white-bg {
        background: url("../images/header-circle-small.svg") no-repeat;
        background-size: cover; } }
    @media only screen and (max-width: 1200px) {
      .header-background .product-white-bg,
      .header-background .header-white-bg {
        background: url("../images/header-circle-small.svg") no-repeat;
        background-size: cover; } }
    @media only screen and (max-width: 992px) {
      .header-background .product-white-bg,
      .header-background .header-white-bg {
        display: none; } }
  .header-background .header-right-bg {
    background-image: url("../images/circle-homepage-right-3.png");
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -50px;
    height: 600px;
    z-index: -2; }
    @media only screen and (min-width: 1751px) {
      .header-background .header-right-bg {
        background-size: 85%;
        height: 700px; } }
    @media only screen and (max-width: 1751px) {
      .header-background .header-right-bg {
        background-size: 95%;
        height: 700px; } }
    @media only screen and (max-width: 1700px) {
      .header-background .header-right-bg {
        height: 650px;
        background-size: cover; } }
    @media only screen and (max-width: 768px) {
      .header-background .header-right-bg {
        height: 500px;
        background-size: cover;
        background-position: top right;
        left: 0px;
        top: 0px; } }
    @media only screen and (max-width: 767px) {
      .header-background .header-right-bg {
        height: 200px; } }
  @media only screen and (max-width: 1200px) {
    .header-background .header-white-bg {
      background-position: top; } }
  @media only screen and (max-width: 992px) {
    .header-background .header-white-bg {
      display: block;
      background-size: cover; } }
  @media only screen and (max-width: 767px) {
    .header-background .header-white-bg {
      display: none; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .header-background {
      min-height: 150px;
      height: auto !important; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header-background.no-breadcrumb-wrapper {
    height: 200px;
    margin-top: 240px !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-background.no-breadcrumb-wrapper {
    height: 450px; } }

.p-left-30 {
  padding-left: 30px !important; }

.read-stories-link-wrap {
  margin-bottom: 100px; }

.nav-arrow-down {
  content: url("../images/arrow-down.png");
  margin-left: 7px; }

.nav-arr-down > a:after {
  font-family: "FontAwesome";
  position: relative;
  top: -1px;
  font-size: 18px;
  box-shadow: none;
  padding-right: 0px;
  padding-left: 8px;
  float: right; }

.dd-custom > li > a.dropdown-toggle {
  padding: 35px 24px !important; }

.dd-custom.dd-portals .parent-menu {
  height: auto !important; }
  .dd-custom.dd-portals .parent-menu .parent-list > li {
    padding: 0 25px 0 20px !important; }
  .dd-custom.dd-portals .parent-menu .parent-list li a:after {
    padding-left: 7px;
    font-family: "FontAwesome";
    top: -1px;
    font-size: 12px; }

.dd-custom.dd-portals a {
  display: inline-block;
  padding: 18px 10px;
  color: #343f50 !important;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: -5px;
  margin-left: 2px;
  font-family: "Roboto", sans-serif; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .dd-custom.dd-portals a {
      padding: 10px 35px !important; } }
  .dd-custom.dd-portals a:hover {
    background: transparent;
    border-bottom-color: #ff671f;
    color: #343f50; }

.dd-custom.dd-portals ul {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background: #fff !important;
  border-radius: 10px; }
  .dd-custom.dd-portals ul li {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; }
    .dd-custom.dd-portals ul li a {
      text-transform: capitalize !important; }
    .dd-custom.dd-portals ul li:hover {
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
      background-color: #eaeaea !important; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .dd-custom.dd-portals ul li:hover {
      background-color: transparent !important; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .dd-custom.dd-portals {
    border-top: 1px solid #000;
    margin: 20px 30px; }
    .dd-custom.dd-portals a {
      padding-left: 0px !important; }
    .dd-custom.dd-portals a.arr-right:after {
      top: -5px !important;
      right: -35px !important; } }

.dd-custom .dropdown-menu {
  width: auto !important;
  left: auto !important; }
  .dd-custom .dropdown-menu li a {
    color: #16659d;
    padding: 15px 25px 15px 20px;
    display: block;
    font-size: 1.6rem; }
  .dd-custom .dropdown-menu #wss-menu ul.dropdown-menu {
    left: 100% !important;
    top: 0px;
    box-shadow: none !important; }
  .dd-custom .dropdown-menu .parent-menu {
    float: left;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 350px;
    min-width: 232px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35) !important; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .dd-custom .dropdown-menu .parent-menu {
        box-shadow: none !important;
        width: 100%;
        min-height: 340px;
        height: auto; } }
    .dd-custom .dropdown-menu .parent-menu ul.parent-list {
      padding-left: 0px;
      padding-top: 20px; }
      .dd-custom .dropdown-menu .parent-menu ul.parent-list li.challenges-heading {
        border-top: 1px solid #eee;
        margin-top: 5px; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .dd-custom .dropdown-menu .parent-menu ul.parent-list > li {
          padding: 5px 25px 5px 0px; }
          .dd-custom .dropdown-menu .parent-menu ul.parent-list > li a {
            border: none;
            padding: 10px 15px;
            width: 100%;
            display: inline-block;
            color: #343f50;
            font-weight: 500;
            font-size: 1.6rem;
            margin-bottom: -5px;
            margin-left: 2px;
            font-family: "Roboto", sans-serif;
            line-height: 1.2; }
            .dd-custom .dropdown-menu .parent-menu ul.parent-list > li a:hover {
              background-color: #f7f7f7; }
            .dd-custom .dropdown-menu .parent-menu ul.parent-list > li a span.small-nav-text {
              font-size: 1.3rem;
              font-weight: 400; }
          .dd-custom .dropdown-menu .parent-menu ul.parent-list > li.mobile-nomad {
            margin-top: -15px; }
            .dd-custom .dropdown-menu .parent-menu ul.parent-list > li.mobile-nomad a {
              padding-top: 0px; } }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .dd-custom .dropdown-menu .parent-menu ul.parent-list > li .child-list li a {
          text-transform: capitalize; } }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .dd-custom .dropdown-menu .parent-menu ul.parent-list > li .child-list h3 a {
          font-size: 1.9rem; } }
      .dd-custom .dropdown-menu .parent-menu ul.parent-list > li:hover {
        background-color: #eaeaea; }
        @media screen and (min-width: 320px) and (max-width: 767px) {
          .dd-custom .dropdown-menu .parent-menu ul.parent-list > li:hover {
            background-color: transparent !important; } }
        .dd-custom .dropdown-menu .parent-menu ul.parent-list > li:hover .arr-right:after {
          content: "\f105";
          color: #ff671f; }
      .dd-custom .dropdown-menu .parent-menu ul.parent-list > li:last-child:hover {
        background-color: transparent; }
      .dd-custom .dropdown-menu .parent-menu ul.parent-list > li a.arr-right:after {
        content: "\f105";
        color: #16659d;
        font-family: "FontAwesome";
        position: relative;
        top: -1px;
        font-size: 18px;
        box-shadow: none;
        padding-right: 0px;
        padding-left: 8px;
        float: right; }
      .dd-custom .dropdown-menu .parent-menu ul.parent-list .back-btn {
        padding: 0px;
        font-size: 14px; }
        .dd-custom .dropdown-menu .parent-menu ul.parent-list .back-btn:before {
          content: "\f104";
          font-family: "FontAwesome";
          position: relative;
          top: 1px;
          padding-right: 10px; }
    @media screen and (min-width: 768px) {
      .dd-custom .dropdown-menu .parent-menu .action-area {
        position: absolute;
        bottom: 25px; }
        .dd-custom .dropdown-menu .parent-menu .action-area a.tertiary-btn {
          padding-right: 0px; }
        .dd-custom .dropdown-menu .parent-menu .action-area a.btn.tertiary-btn:after {
          right: -25px;
          top: 15px; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .dd-custom .dropdown-menu .parent-menu .action-area a.btn.tertiary-btn:after {
        top: 10px; } }
  .dd-custom .dropdown-menu .child-menu > div {
    padding: 0px;
    height: 339px;
    margin-left: -10px;
    display: block;
    position: absolute;
    white-space: nowrap;
    left: 10%;
    opacity: 0;
    min-width: 600px;
    width: 100%;
    min-height: 93%;
    top: 0;
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    z-index: -1;
    /*transform: translate(-10em,0);*/
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .dd-custom .dropdown-menu .child-menu > div {
        left: 9px;
        top: 15%; } }
    .dd-custom .dropdown-menu .child-menu > div ul.child-list {
      padding: 0px;
      padding-top: 15px;
      background-color: #f2f2f2;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      min-width: 325px;
      height: 100%;
      box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35) !important; }
      .dd-custom .dropdown-menu .child-menu > div ul.child-list > li {
        padding: 5px 0px; }
        .dd-custom .dropdown-menu .child-menu > div ul.child-list > li a {
          cursor: pointer;
          color: #343f50;
          padding: 10px 30px;
          width: 100%;
          display: inline-block; }
          .dd-custom .dropdown-menu .child-menu > div ul.child-list > li a:hover {
            background-color: #dedede; }
        .dd-custom .dropdown-menu .child-menu > div ul.child-list > li h3 {
          padding: 3px 30px;
          padding-left: 0px; }
          .dd-custom .dropdown-menu .child-menu > div ul.child-list > li h3 a {
            font-size: 2rem;
            color: #343f50; }
          .dd-custom .dropdown-menu .child-menu > div ul.child-list > li h3:hover {
            background-color: #dedede; }
        .dd-custom .dropdown-menu .child-menu > div ul.child-list > li p {
          font-size: 1.4rem;
          padding: 0px 10px;
          color: #343f50;
          margin-bottom: 0px;
          font-style: italic;
          padding-left: 30px; }
          @media screen and (min-width: 320px) and (max-width: 767px) {
            .dd-custom .dropdown-menu .child-menu > div ul.child-list > li p {
              padding-left: 60px; } }
        .dd-custom .dropdown-menu .child-menu > div ul.child-list > li ul {
          padding-left: 0px; }
        .dd-custom .dropdown-menu .child-menu > div ul.child-list > li h5,
        .dd-custom .dropdown-menu .child-menu > div ul.child-list > li li {
          padding: 10px 30px;
          margin-top: 0px; }
          .dd-custom .dropdown-menu .child-menu > div ul.child-list > li h5 a,
          .dd-custom .dropdown-menu .child-menu > div ul.child-list > li li a {
            cursor: pointer;
            color: #343f50; }
          .dd-custom .dropdown-menu .child-menu > div ul.child-list > li h5:hover,
          .dd-custom .dropdown-menu .child-menu > div ul.child-list > li li:hover {
            background-color: #dedede; }
    .dd-custom .dropdown-menu .child-menu > div .event-submenu {
      display: none;
      width: 200px;
      margin-left: 0px;
      padding-left: 0px;
      z-index: -1;
      padding-right: 0px; }
  .dd-custom .dropdown-menu .event-submenu {
    float: left;
    white-space: normal;
    margin: 5px 0px;
    background: #16659d;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
    .dd-custom .dropdown-menu .event-submenu .events-wrapper {
      background: #16659d;
      border-bottom-right-radius: 10px;
      padding: 10px 15px;
      display: block;
      height: 230px;
      max-width: 200px;
      color: #fff; }
      .dd-custom .dropdown-menu .event-submenu .events-wrapper .event-type {
        padding: 0px 0px 5px 0px;
        font-size: 1.3rem; }
      .dd-custom .dropdown-menu .event-submenu .events-wrapper .event-title {
        padding: 0px 0px 10px 0px;
        font-weight: 500; }
      .dd-custom .dropdown-menu .event-submenu .events-wrapper .event-time {
        font-size: 1.3rem; }
      .dd-custom .dropdown-menu .event-submenu .events-wrapper .action-area {
        position: absolute;
        bottom: 25px; }
        .dd-custom .dropdown-menu .event-submenu .events-wrapper .action-area a {
          border: 1px solid #fff;
          border-radius: 15px;
          color: #fff;
          padding: 5px 20px; }
          .dd-custom .dropdown-menu .event-submenu .events-wrapper .action-area a:hover {
            background: #fff;
            color: #16659d; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .dd-custom .dropdown-menu .event-submenu {
        display: none !important; } }
    .dd-custom .dropdown-menu .event-submenu .image-area {
      background: #16659d;
      border-bottom-right-radius: 30px;
      border-top-right-radius: 10px;
      display: block;
      max-width: 200px; }
      .dd-custom .dropdown-menu .event-submenu .image-area img {
        border-bottom-right-radius: 30px;
        border-top-right-radius: 10px;
        background: #16659d; }

.inverted-primary .action-area .primary-btn {
  padding: 7px 40px !important;
  margin-left: 15px;
  border: 2px solid #ff671f !important;
  color: #ff671f !important;
  background: transparent !important; }
  .inverted-primary .action-area .primary-btn:hover {
    background: #ff671f !important;
    color: #fff !important; }

.custom-burger-menu .parent-menu .child-menu > div {
  width: 200px;
  min-width: 200px; }
  .custom-burger-menu .parent-menu .child-menu > div ul.child-list {
    min-width: 200px; }

.mask-layer {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
  top: 0;
  opacity: 0; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: auto;
    left: auto; } }

/****Affordance Title Box */
.affordance-title-box {
  padding: 20px 0px; }
  .affordance-title-box .page-title {
    margin-bottom: 15px !important; }
  .affordance-title-box .product-strap-line {
    font-size: 2.2rem;
    color: #343f50;
    font-weight: 500;
    margin-bottom: 10px; }

.banner-logo a.navbar-brand {
  width: 80px;
  margin-bottom: 20px;
  padding: 0px;
  height: 80px; }

/****Affordance Button Group** */
@media only screen and (max-width: 1200px) {
  .aff2-btn-group-v1 a.btn.small-btn {
    padding: 7px 30px !important; } }

.aff2-btn-group-v1 a.tertiary-btn {
  text-align: left;
  padding: 4px 0px;
  padding-left: 10px !important;
  line-height: 38px !important; }

.aff2-btn-group-v1 a.watch-btn:after {
  top: 10px; }

.aff2-btn-group-v1 a.angle-right:after {
  top: 4px !important; }

.aff2-btn-group-v1.btn-grp a.tertiary-btn {
  line-height: 1 !important; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .aff2-btn-group-v1 a.btn {
    display: block !important;
    padding: 5px 0px !important;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
    float: none; }
  .aff2-btn-group-v1 a.tertiary-btn {
    display: block;
    text-align: center;
    padding: 5px 0px;
    margin-left: 0px; }
    .aff2-btn-group-v1 a.tertiary-btn.angle-right:after {
      top: 5px; } }

.btn-grp-primary {
  display: inline !important;
  margin-right: 15px;
  float: left; }

/**Generic classes**/
.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.c-dark-blue {
  color: #343f50 !important; }

.bg-light-blue {
  background-color: rgba(21, 180, 212, 0.1); }

.align-center {
  text-align: center; }

.breadcrumb-align-right {
  text-align: right; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .breadcrumb-align-right {
      text-align: left; } }

.mobile-only {
  display: none !important; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header-custom-container {
    padding: 0 !important;
    background: #fff; } }

.pl-50 {
  padding-left: 50px; }

.pr-50 {
  padding-right: 50px; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .custom-card-layout.mobileSlider .card-layoutv2 {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px; }
  .custom-card-layout.mobileSlider .owl-nav .owl-next {
    right: -5px; }
  .custom-card-layout.mobileSlider .owl-nav .owl-prev {
    left: -5px; }
  .webinar-mobile .image-area {
    height: 162px !important; }
  .mobile-only {
    display: block !important; }
  .col-hidden-xs,
  .desktop-only {
    display: none !important; }
  .mb-0 {
    margin-bottom: 0px; }
  .pl-50 {
    padding-left: 0px; }
  .pr-50 {
    padding-right: 0px; }
  .no-arr-right .arr-right:after {
    content: none !important; }
  svg path.cls-1 {
    stroke: #807878; }
  .txt-center-mobile {
    text-align: center !important; }
  .bannerWithoutVideo {
    display: none; } }

@media screen and (min-width: 768px) {
  .desktop-only {
    display: block; }
  .mobile-only {
    display: none !important; } }

a.arr-right:after {
  content: "\f105";
  color: #16659d;
  font-family: "FontAwesome";
  position: relative;
  top: 1px;
  font-size: 18px;
  box-shadow: none;
  padding-right: 0px; }

a.arr-right:hover {
  color: #ff671f; }

.list-l3 {
  display: block;
  left: 100%;
  padding: 1em 0;
  position: absolute;
  white-space: nowrap;
  left: 100%;
  min-width: 200px;
  width: 100%;
  min-height: 100%;
  top: 0;
  background-color: #f2f2f2;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.product-video-banner {
  position: relative;
  padding: 10%; }
  .product-video-banner > img {
    border-radius: 10px; }
  .product-video-banner .play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    left: 0px;
    margin: auto;
    transition-duration: 0.15s; }
    .product-video-banner .play-btn:hover {
      transform: scale(1.2, 1.2);
      transition-duration: 0.3s; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .product-video-banner {
      padding: 10% 0; } }

.blog_author figure {
  margin-bottom: 20px; }
  .blog_author figure img {
    width: 90px;
    height: 90px;
    border-radius: 50%; }

.blog_author .blog_detail span {
  color: #343f50; }

/***Resources Case study**/
.resource_video {
  margin-top: 30px; }
  .resource_video .blog_post {
    padding: 0px; }

.play-btn-blue {
  height: 80px;
  width: 80px !important; }

.nongated_resource_heading h1,
.gated_resource_heading h1 {
  font-size: 4.5rem;
  font-weight: 300;
  letter-spacing: 0px;
  margin-bottom: 35px;
  line-height: 5.5rem; }

.nongated_resource_heading h5,
.gated_resource_heading h5 {
  font-weight: 400; }

.blog_post_spacing .category_tags h5 {
  color: #343f50;
  display: inline; }

.blog_post_spacing .category_tags a {
  color: #16659d;
  text-decoration: underline; }

.resource-btn {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px; }

.cta_button.btn--rounded {
  padding: 0px !important;
  border: 0px !important; }

a.cta_button.btn--rounded.angle-right:after {
  top: 0px !important; }

/**Filters CSS - starts**/
.filter-wrapper {
  background: #f7f7f7;
  border: 1px solid #ededed;
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.16);
  min-height: 67px;
  margin: 0 15px;
  position: relative;
  z-index: 2; }

.filters-dropdown.dropdown {
  margin: 0 15px; }

.styledSelect {
  background: #f7f7f7;
  color: #343f50; }

.d-float-left {
  float: left; }

.reset-filters,
.cards-per-page,
.order-by,
.search-count {
  display: table !important;
  height: 65px;
  /*padding: 0 15px;*/
  border-right: 1px solid #ededed;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #343f50; }

.search-count .post_count_num {
  display: table-cell;
  vertical-align: middle; }

.search-count,
.reset-filters {
  /* display: inline;
  padding-top: 25px;
  text-align: center;
  padding: 13px 15px;*/
  font-size: 1.4rem; }

.reset-filters {
  border-right: 0px !important;
  text-align: right; }
  .reset-filters div {
    display: table-cell;
    vertical-align: middle; }
  .reset-filters.disabled a {
    color: #b9b9b9 !important;
    cursor: initial;
    visibility: hidden !important; }

.filter-wrapper .search-filter {
  border-right: 1px solid #ededed; }

.filter-wrapper .filters-search-icon {
  position: absolute;
  background-image: url("../images/search-icon.png");
  width: 22px;
  height: 22px;
  right: 5%;
  left: auto;
  top: 21px; }

.filter-wrapper a.filters[aria-expanded="true"] .filter-icon {
  background: url("../images/filter-close.svg") no-repeat; }

.filter-wrapper a.filters[aria-expanded="false"] .filter-icon {
  background: url("../images/filter-open.svg") no-repeat; }

.filter-icon {
  width: 26px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 22px; }

.filter-wrapper .search-filter .navbar-form .btn {
  padding: 0px !important;
  border: 0px !important; }

.filters {
  display: table;
  height: 65px;
  padding: 0 15px;
  border-right: 1px solid #ededed;
  font-family: "Roboto", sans-serif;
  color: #2f5261;
  font-size: 13px;
  width: 100%; }

.filters .text,
.cards-per-page .text,
.order-by .text {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.filter-wrapper ul,
.navbar-form,
.search-filter .form-group .form-control {
  width: 100%; }

.filter-wrapper ul li.dropdown {
  width: 49%; }

.filter-wrapper ul li.order-by {
  width: 49%;
  border-right: 0px !important; }

.filters .text {
  padding-left: 20px;
  color: #16659d;
  font-size: 1.5rem;
  padding-right: 15px; }

.search-filter,
.search-filter .form-group {
  position: relative; }

.search-filter .form-group {
  width: 75%; }

.search-filter .form-group .form-control {
  border: 1px solid transparent;
  background: transparent;
  padding: 0px !important; }

.filter-wrapper ul li.dropdown a.dropdown-toggle {
  color: #343f50;
  font-size: 13px; }

.reset-filters a.text {
  color: #16659d;
  font-size: 1.5rem;
  font-weight: 500; }

.filter-wrapper .caret {
  border-top: 10px dashed;
  border-top: 4px solid\9;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.filters-on {
  opacity: 0;
  transform: translateY(100vh);
  display: block;
  height: 100vh;
  padding-top: 50px !important; }

.blog-type-list .form-fields .list-section {
  margin-bottom: 10px; }

.topics-list .checkbox span {
  width: 50%;
  float: left; }

.filter-wrapper .styledSelect:active,
.styledSelect.active {
  background: transparent; }

.filter-wrapper .select ul.options {
  border: #ededed;
  top: 122%; }

.sticky-panel .list-section .css-label .icon {
  top: 8px;
  left: 2px; }

.filter-wrapper .styledSelect {
  border: 0px transparent; }

.filter-wrapper .styledSelect:after {
  border-color: #343f50 transparent transparent transparent; }

ul.equal-height-cards {
  padding-left: 0px; }

.cards-per-page .per-page-heading {
  margin-top: 22px;
  text-align: center;
  font-size: 1.4rem;
  padding: 0; }

.cards-per-page .per-page-dd {
  margin-bottom: 0px;
  padding-top: 8px; }
  .cards-per-page .per-page-dd ul li {
    width: 100% !important; }

.order-by .sort-heading {
  margin-top: 22px;
  padding: 0;
  font-size: 1.4rem; }

.order-by .sort-dd {
  margin-bottom: 0px;
  padding: 8px 0px 0px; }
  .order-by .sort-dd ul li {
    width: 100% !important; }

#blog_per_page,
#blogSort {
  border: 0px;
  background: transparent; }

.d-mobile-only,
.reset-filters.d-mobile-only {
  display: none !important; }

.cards-per-page.m-width-100 {
  width: 55% !important; }

.order-by.m-width-100 {
  width: 44% !important; }

.resources-filters .list-section .checkbox:nth-child(1) {
  margin-top: -5px; }

.resources-filters .list-section .checkbox {
  width: 33.33%;
  float: left;
  height: 40px; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .resources-filters .list-section .checkbox {
    width: 100%; } }

@media only screen and (max-width: 1265px) {
  .filter-wrapper {
    margin: 0 0px; } }

@media only screen and (max-width: 992px) {
  .filter-wrapper {
    width: 100%; }
  .navb,
  .reset-filters,
  .search-count {
    border-top: 1px solid #ededed; }
  .reset-filters {
    border: 0px !important; }
    .reset-filters a {
      display: table-cell;
      vertical-align: middle; }
  .press-release-wrapper .year-dd {
    border-right: 0px !important; }
  .m-width-100 {
    width: 49% !important;
    float: left; }
  .search-filter {
    margin-bottom: 15px; }
  .filters {
    border-right: 0px !important;
    border-left: 0px !important; }
  .search-count {
    border-left: 1px solid #ededed; }
  .topics-list .radio span {
    width: 100%; }
  .order-by .text {
    display: inline; }
  .filter-wrapper .search-filter .navbar-form {
    height: 35px;
    padding-top: 0px;
    margin-left: -5px;
    margin-top: 0px; }
  .filter-wrapper .filters-search-icon {
    top: 12px; }
  .open-filter {
    overflow: hidden;
    padding-top: 20px; }
    .open-filter:before {
      content: url(../images/filter-open.svg);
      position: absolute;
      width: 70px;
      height: 30px;
      left: -10px;
      bottom: -10px; }
    .open-filter span {
      color: #15b4d4; }
  .filter-wrapper .search-filter {
    border: 1px solid #154b34;
    border-radius: 40px;
    margin-top: 20px; }
  .filter-wrapper .sticky-mobile-panel {
    padding: 0 !important;
    opacity: 0;
    width: 100% !important;
    transform: translateY(100%);
    transition: all 0.6s ease;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 10;
    margin-bottom: 0; }
  .filters-on {
    opacity: 1;
    transform: translateY(0);
    display: block;
    height: 100vh; }
  .filter-wrapper ul li {
    width: 100%; }
  .filter-wrapper .dropdown-menu {
    background-color: #fff !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important; }
  .equal-height-cards {
    margin: 0 10px; }
  .filter-search-mobile {
    margin: 0 auto;
    position: relative; }
    .filter-search-mobile #openSearch {
      border-radius: 40px; }
    .filter-search-mobile #search_by_keyword {
      text-align: left;
      padding: 0px !important;
      border: 0px !important; }
    .filter-search-mobile .filters-search-icon {
      position: absolute;
      background-image: url(../images/search-icon.png);
      width: 22px;
      height: 22px;
      right: 5%;
      left: auto;
      top: 20%; }
  .reset-filters.disabled {
    display: none !important; } }

.dropdown-backdrop {
  display: none; }

.pad0 {
  padding-left: 0px !important; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .back-btn:before {
    content: "\f104";
    font-family: "FontAwesome";
    position: relative;
    top: 0px;
    padding-right: 10px; }
  .mobile-pad0 {
    padding: 0px !important; }
  .mobile-topics {
    border: 0px !important; }
  .topics-list .checkbox span {
    width: 100%;
    float: none !important; }
  /*.filters-pb {
		padding-bottom: 85px !important;
	}*/
  .equal-height-cards {
    margin: 0 -15px; }
  .d-mobile-only,
  .reset-filters.d-mobile-only {
    display: block !important; }
  .filter-wrapper .search-filter {
    width: 90%; }
  .filters {
    width: 0;
    padding: 0px; }
  .search-count {
    width: 50% !important; }
  .reset-filters a.text {
    display: table-cell;
    vertical-align: middle; }
  .navb,
  .search-count,
  .reset-filters,
  .cards-per-page {
    border-right: 0px;
    border-left: 0px;
    border-top: 0px; }
  .filter-wrapper {
    width: 100%;
    background: transparent !important;
    border: 0px transparent;
    box-shadow: none !important; }
  .navb {
    margin: 0px; }
  .m-width-100 {
    width: 100% !important; }
  .cards-per-page .per-page-heading {
    text-align: left; }
  .d-mobile-only,
  .reset-filters.d-mobile-only {
    display: block !important; }
  #upcoming-events {
    position: absolute;
    right: 25px; } }

/**Submenu**/
.filter-menu {
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  margin-top: -1px;
  padding: 0px !important;
  position: relative;
  z-index: 1; }
  .filter-menu.open {
    display: block !important; }
  .filter-menu:hover {
    margin-top: -2px !important; }
  .filter-menu .form-group {
    margin-bottom: 0px; }

.col-heading {
  margin-bottom: 10px; }

.col-heading .text {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  color: #2f5261; }

label {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #324a5a !important; }

.topics-list .radio span {
  width: 50%;
  float: left; }

.select-wrapper .form-group .form-fields {
  width: 100%; }

.select-wrapper .form-group .form-fields .select-radio .radio {
  overflow: hidden; }

.p-20 {
  padding: 20px; }

.br-right {
  border-right: 1px solid #ededed; }

.br-bottom {
  border-bottom: 1px solid #ededed; }

.br-left {
  border-left: 1px solid #ededed; }

/**Filters CSS - ends**/
/***Single Slide - Slider*/
.slider-wrapper {
  font-size: 0;
  position: relative; }
  .slider-wrapper .background-wrap {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1; }
  .slider-wrapper .slider-container {
    position: relative;
    margin: 0 170px; }
    .slider-wrapper .slider-container .slider-wrap {
      text-align: center;
      padding: 40px 0; }
      .slider-wrapper .slider-container .slider-wrap ul li {
        display: inline-block;
        width: 100%;
        white-space: normal; }
    .slider-wrapper .slider-container .nav-btns > span {
      color: #ff671f;
      font-size: 40px;
      top: 40%;
      transform: translateY(-50%); }
      .slider-wrapper .slider-container .nav-btns > span.prev {
        left: -80px; }
      .slider-wrapper .slider-container .nav-btns > span.next {
        right: -80px; }
    .slider-wrapper .slider-container .nav-dots {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%); }
      .slider-wrapper .slider-container .nav-dots li {
        width: 10px;
        height: 10px;
        background: #343f50;
        border-radius: 50%;
        display: inline-block;
        margin: 0 4px;
        cursor: pointer;
        transition: all 0.3s ease; }
        .slider-wrapper .slider-container .nav-dots li.active {
          background: #ff671f; }
    .slider-wrapper .slider-container .case-study-slide {
      text-align: center; }
      .slider-wrapper .slider-container .case-study-slide figure {
        max-width: 160px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px; }
        .slider-wrapper .slider-container .case-study-slide figure img {
          max-height: 70px; }
      .slider-wrapper .slider-container .case-study-slide .heading {
        margin-bottom: 25px;
        line-height: 3.5rem;
        color: #16659d !important;
        font-size: 2.4rem;
        font-family: "Roboto", sans-serif;
        font-weight: 400; }
        .slider-wrapper .slider-container .case-study-slide .heading div {
          font-size: 1.5rem;
          line-height: 2.2rem;
          margin-top: 10px; }
      .slider-wrapper .slider-container .case-study-slide p {
        color: #16659d; }
      .slider-wrapper .slider-container .case-study-slide .btn {
        margin-bottom: 25px; }
      .slider-wrapper .slider-container .case-study-slide .customer-quotesv2 {
        margin: 0 10px;
        text-align: left; }
  .slider-wrapper.tabs-slider .nav-btns .prev,
  .slider-wrapper.tabs-slider .nav-btns .next {
    display: none; }
  .slider-wrapper.tabs-slider .nav-btns .nav-dots {
    bottom: -50px; }
    .slider-wrapper.tabs-slider .nav-btns .nav-dots li {
      width: 100px;
      height: auto;
      padding: 10px;
      background: none;
      border-radius: 0px;
      filter: grayscale(100%); }
      .slider-wrapper.tabs-slider .nav-btns .nav-dots li.active {
        filter: grayscale(0);
        background: none; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .slider-wrapper .case-study-slider {
      margin: 0; }
      .slider-wrapper .case-study-slider .nav-btns {
        text-align: center;
        position: relative;
        bottom: 30px; }
        .slider-wrapper .case-study-slider .nav-btns > span {
          display: inline-block;
          position: static;
          transform: none; }
        .slider-wrapper .case-study-slider .nav-btns .nav-dots {
          display: inline-block;
          position: relative;
          bottom: 10px;
          left: 0;
          transform: none; }
      .slider-wrapper .case-study-slider .case-study-slide figure {
        margin-bottom: 30px; }
      .slider-wrapper .case-study-slider .case-study-slide .heading {
        margin-bottom: 25px;
        font-size: 28px; }
      .slider-wrapper .case-study-slider .case-study-slide .btn {
        margin-bottom: 0px; }
    .slider-wrapper .slider-container {
      margin: 0 20px; }
      .slider-wrapper .slider-container .nav-btns > span.prev {
        left: -8px; }
      .slider-wrapper .slider-container .nav-btns > span.next {
        right: -8px; } }

.aff-tabs {
  border-bottom: 0px !important;
  margin-top: 20px;
  text-align: center;
  display: flex;
  list-style: none;
  justify-content: center; }
  .aff-tabs > li.active > a,
  .aff-tabs li.active > a:hover,
  .aff-tabs > li > a:hover,
  .aff-tabs > li.active > a:focus,
  .aff-tabs li.active > a:visited {
    border: none;
    background: none;
    filter: grayscale(0%); }
  .aff-tabs li:hover {
    cursor: pointer;
    border: none;
    background: none; }
  .aff-tabs li a {
    filter: grayscale(100%);
    border: none;
    background: none; }
    .aff-tabs li a img {
      height: 70px; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .aff-tabs li a img {
          height: auto;
          width: 100px; } }
    .aff-tabs li a:hover {
      border: none;
      background: none; }

.blue_background_gradient {
  background-image: linear-gradient(#fff, rgba(21, 180, 212, 0.16));
  padding-top: 50px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .blue_background_gradient {
      padding-top: 60px; } }

.section-heading {
  color: #343f50;
  line-height: 1.4; }

.module_heading,
.related-content-heading {
  font-size: 3rem;
  color: #343f50;
  line-height: 1.4;
  text-align: center; }

.blogsAjaxLoader {
  position: relative; }
  .blogsAjaxLoader .ajaxLoader {
    position: absolute !important; }
    .blogsAjaxLoader .ajaxLoader .loader-img {
      top: 10% !important; }

.blog_author .author {
  color: #16659d;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

.blog_author .blog_detail span,
.blog_author .blog_detail a {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #343f50; }

.featured-image-br,
.featured-image-br .vc_column-inner,
.resources-featured-image img {
  border-radius: 10px 10px 10px 10px; }

.press-release-wrapper .year-dd {
  border-right: 1px solid #ededed; }
  .press-release-wrapper .year-dd .styledSelect {
    margin-top: 10px; }
  .press-release-wrapper .year-dd ul.options li {
    width: 100%; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .press-release-wrapper .year-dd {
    padding-left: 0px; } }

.press-releases-cards .image-area {
  padding: 10%;
  text-align: center; }
  .press-releases-cards .image-area img {
    border-bottom-right-radius: 0px !important;
    width: auto; }

.press-releases-cards .card-content {
  padding-top: 20px;
  padding-bottom: 40px; }
  .press-releases-cards .card-content h3 {
    font-size: 2.2rem; }
  .press-releases-cards .card-content .card-tags {
    position: inherit !important; }

/******Affordance 2.0 - Visual Composer Custom vertical tabs**********/
.aff2-vertical-tabs .vc_tta-tabs {
  border: 1.5px solid #f7f7f7;
  border-radius: 15px; }
  .aff2-vertical-tabs .vc_tta-tabs .vc_tta-tabs-container {
    margin-bottom: 0px !important; }
    .aff2-vertical-tabs .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
      background: #eee;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px; }
      .aff2-vertical-tabs .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
        border-radius: 0px;
        border-bottom: 1px solid #d2d2d2;
        background: #eee !important;
        border-top-left-radius: 15px; }
        .aff2-vertical-tabs .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(1) {
          border-top-left-radius: 15px !important; }
          .aff2-vertical-tabs .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(1) a {
            border-top-left-radius: 15px !important; }
        .aff2-vertical-tabs .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
          background-color: #eee !important;
          color: #16659d !important;
          border-color: #eee !important; }
          .aff2-vertical-tabs .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span {
            color: #16659d !important; }
        .aff2-vertical-tabs .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
          background: #fff !important; }
          .aff2-vertical-tabs .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
            color: #ff671f !important;
            background: #fff !important;
            border: 0px; }
  .aff2-vertical-tabs .vc_tta-tabs .vc_tta-panels-container {
    background: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 25px 10px; }
    .aff2-vertical-tabs .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
      background-color: #fff !important;
      border-color: #fff !important; }
      .aff2-vertical-tabs .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
        border-color: #fff !important; }

/***Search Results page */
#SearchWrapper .filter-menu {
  width: 250px !important; }

/**Submenu slider**/
.submenu-slide {
  transform: translate(0px, 0px) !important;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out; }

#gridContainer {
  margin-top: 50px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    #gridContainer {
      margin-top: 0px; } }

.search-submenu .checkbox {
  width: 25%;
  float: left; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .search-submenu .checkbox {
      width: 100%;
      float: none; } }

.search-submenu ul.list-section li:nth-child(1) {
  margin-top: -5px !important; }

.pt-15 {
  padding-top: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.new-events:before {
  content: "\f111";
  color: #2fc652;
  font-family: "FontAwesome";
  position: relative;
  top: 0px;
  font-size: 10px;
  box-shadow: none;
  padding-right: 5px; }

.invalid {
  color: red !important; }

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .tab-hidden {
    display: none !important; }
  .tab-visible {
    display: block !important; }
  .dd-custom .dropdown-menu .parent-menu {
    height: 455px; } }

.tab-visible {
  display: none; }

.search-wrap-tab {
  padding: 0 10px;
  margin-bottom: 10px; }
  .search-wrap-tab a {
    display: none !important; }
  .search-wrap-tab form {
    display: block !important;
    position: relative;
    padding: 0 5px; }
    .search-wrap-tab form .search-input {
      border-radius: 25px; }
    .search-wrap-tab form .search-icon {
      left: 80%;
      top: 10px; }
  .search-wrap-tab > .inverted-primary .action-area {
    bottom: 15px;
    width: 91%; }

.wd-100,
.wd-100 img {
  width: 100%;
  /***@include small-tab-media-query {
		height: 52px !important;
	}
	@include mobile-media-query {
		height: 104px !important;
	}**/ }

.wd-100.customer-case-study img {
  background: transparent;
  box-shadow: 0px 0px 20px rgba(100, 128, 142, 0.25);
  border-radius: 12px; }

.bshadow {
  box-shadow: 0px 0px 10px rgba(100, 128, 142, 0.25); }

.footer-fallback {
  display: none; }

.pad10 {
  padding: 10px; }

/**Cards parent ---- cad-layoutv2 event-card horizontal-card**/
/**notification animation panel*****/
.breaking-news-ticker {
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
  line-height: 40px;
  overflow: hidden;
  border-radius: 2px;
  text-align: auto;
  font-size: 14px; }

.breaking-news-ticker * {
  box-sizing: border-box; }

.breaking-news-ticker.bn-fixed-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0; }

.breaking-news-ticker.bn-fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0; }

.demo-align-right {
  text-align: right; }

.demo-button {
  display: inline-block;
  padding: 7px 20px;
  background: #fff;
  border: solid 1px #2eb872;
  border-radius: 3px;
  color: #2eb872;
  text-decoration: none; }

.demo-button:hover {
  color: #fff;
  background: #2eb872; }

.demo-section-box {
  width: 100%;
  background-color: transparent !important; }

/*********************************/
/*title styles start**************/
.bn-label {
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  background-color: #ce2525;
  text-align: center;
  color: #fff;
  font-weight: bold;
  z-index: 3;
  padding: 0 15px;
  white-space: nowrap; }

/*title styles end****************/
/*********************************/
/*news item style start **********/
.bn-news {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  overflow: hidden; }

.bn-news ul {
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute; }

.bn-news ul li {
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 6px 0px;
  height: 50px;
  padding-top: 11px; }
  @media only screen and (max-width: 1065px) {
    .bn-news ul li {
      text-align: left;
      padding-left: 30px;
      font-size: 1.4rem;
      width: 97vw; } }
  @media only screen and (max-width: 1024px) {
    .bn-news ul li {
      line-height: 1.8rem; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .bn-news ul li {
      width: 100%; } }

.bn-news ul li:nth-child(odd) {
  background-color: #16659d; }

.bn-news ul li:nth-child(even) {
  background-color: #15b4d4; }

.bn-news ul li a {
  text-decoration: none;
  color: #fff;
  position: relative;
  display: inline;
  overflow: hidden; }

.bn-news ul li a:hover {
  color: #fff; }

.bn-loader-text {
  padding: 0 10px; }

.bn-seperator {
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 30px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative; }

.bn-seperator.bn-news-dot {
  margin-right: 0; }

.bn-seperator.bn-news-dot:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px; }

.bn-prefix {
  color: #d65d7a;
  margin-right: 15px;
  padding-left: 10px; }

.bn-positive {
  color: #0b8457;
  font-weight: bold; }

.bn-negative {
  color: #dc2f2f;
  font-weight: bold; }

/*news item style end ************/
/*********************************/
/*controls style start ***********/
.bn-controls {
  width: auto;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bn-controls button {
  width: 30px;
  float: left;
  height: 100%;
  cursor: pointer;
  border: none;
  border-left: solid 1px #eee;
  text-align: center;
  background-color: #f6f6f6;
  outline: none; }

.bn-controls button:hover {
  background-color: #eee; }

.bn-arrow {
  margin: 0;
  display: inline-block;
  height: 8px;
  position: relative;
  width: 8px;
  top: -2px; }

.bn-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px; }

.bn-arrow.bn-next {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  left: -3px; }

.bn-arrow.bn-prev {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 3px; }

.bn-arrow::after {
  border-color: #999999; }

.bn-arrow::before {
  background-color: #999999; }

.bn-play {
  position: relative;
  background: #999999;
  width: 0;
  height: 12px;
  display: inline-block;
  margin-left: -5px; }

.bn-play::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #999999;
  border-width: 8px;
  margin-top: -8px; }

.bn-pause {
  position: relative;
  width: 0;
  height: 14px;
  display: inline-block;
  top: 1px;
  left: -1px; }

.bn-pause::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 3px;
  background-color: #999999; }

.bn-pause::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: -3px;
  background-color: #999999; }

/*controls style end *************/
/*********************************/
.bn-direction-rtl {
  direction: rtl; }

.bn-direction-rtl .bn-label {
  left: auto;
  right: 0; }

.bn-direction-rtl .bn-controls {
  right: auto;
  left: 0; }

.bn-direction-rtl .bn-seperator {
  margin-left: 15px;
  margin-right: 0;
  float: right; }

.bn-direction-rtl .bn-prefix {
  margin-left: 15px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px; }

.bn-direction-rtl .bn-controls button {
  border-left: none;
  border-right: solid 1px #eee; }

.bn-effect-scroll .bn-news ul {
  display: block;
  width: 100%;
  position: relative; }

.bn-effect-scroll .bn-news ul li {
  display: list-item;
  float: left;
  position: relative;
  width: auto; }

.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
  float: right; }

.bn-news a,
.bn-news a:visited {
  color: #fff; }

/*********************************/
/*********************************/
/*****Slider on mobile******/
.slider-mobile {
  display: none; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .slider-mobile {
    position: relative;
    display: block; }
    .slider-mobile .owl-nav .owl-prev {
      top: 35%;
      position: absolute;
      font-size: 6rem !important;
      left: -15px;
      color: #dad5d5 !important; }
      .slider-mobile .owl-nav .owl-prev span.prev img {
        height: 55px; }
    .slider-mobile .owl-nav .owl-next {
      top: 35%;
      position: absolute;
      font-size: 6rem !important;
      right: -15px;
      color: #dad5d5 !important; }
      .slider-mobile .owl-nav .owl-next span.next img {
        height: 55px; }
    .slider-mobile .owl-dots {
      text-align: center;
      padding-bottom: 20px; }
      .slider-mobile .owl-dots .owl-dot {
        transition: all 0.9s;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #dad5d5;
        position: relative;
        margin: 0 5px; }
        .slider-mobile .owl-dots .owl-dot.active {
          background: #ff671f; }
    .slider-mobile .owl-item .item {
      padding: 0px !important; }
    .slider-mobile .owl-item .icon-box-layout {
      padding: 10px !important; }
    .slider-mobile .card-layoutv2 {
      background: #f8f8f8; }
      .slider-mobile .card-layoutv2 .card-content-heading {
        padding-bottom: 0px !important;
        background: #fff;
        font-weight: 500; }
      .slider-mobile .card-layoutv2 .arrow-separator {
        border-left: 135px solid transparent;
        border-right: 135px solid transparent;
        border-top: 35px solid #fff; }
      .slider-mobile .card-layoutv2 .card-description {
        font-size: 1.4rem;
        line-height: 2.5rem; }
      .slider-mobile .card-layoutv2:hover {
        box-shadow: 0px 0px 5px 0px rgba(100, 128, 142, 0.25);
        transition-duration: 0s; }
      .slider-mobile .card-layoutv2 .action-area {
        position: initial !important; }
    .slider-mobile .br-right,
    .slider-mobile .br-bottom,
    .slider-mobile .br-left {
      border: 0px !important; }
    .slider-mobile .custom-content-layout3 .action-area {
      position: inherit !important; }
    .slider-mobile .custom-content-layout3 .box_heading {
      color: #16659d !important; }
    .slider-mobile .custom-content-layout3 .content-area p {
      line-height: 2.1rem; } }

/******************************/
/****Home banner element******/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-banner-tab .affordance-title-box {
    width: 50%; }
    .home-banner-tab .affordance-title-box .aff2-btn-group-v1 {
      padding-right: 20px;
      margin-right: 20px; }
      .home-banner-tab .affordance-title-box .aff2-btn-group-v1 a.btn-grp-primary {
        margin-bottom: 20px; } }

/*********************************/
/***** Filters for tabs **********/
@media only screen and (max-width: 768px) {
  .filters {
    height: 0px; }
  #gridContainer {
    margin-top: 0px; }
  .filter-wrapper {
    width: 100%;
    background: transparent !important;
    border: 0px transparent;
    box-shadow: none !important;
    padding-left: 25px; }
    .filter-wrapper.blog-filter-wrapper {
      padding-left: 15px !important; }
    .filter-wrapper .mobile-only {
      display: block !important;
      overflow: inherit;
      text-decoration: none !important; }
    .filter-wrapper .desktop-only {
      display: none !important; }
  .sticky-panel {
    padding: 0 !important;
    opacity: 0;
    width: 100% !important;
    transform: translateY(100%);
    transition: all 0.6s ease;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 10;
    margin-bottom: 0; }
    .sticky-panel.filters-on {
      opacity: 1;
      transform: translateY(0);
      display: block;
      height: 100vh;
      padding-top: 0px !important; }
    .sticky-panel .filter-inner-wrap {
      padding: 30px 15px;
      height: 100vh;
      overflow-y: scroll;
      padding-top: 75px; }
    .sticky-panel .action-area {
      display: block;
      z-index: 11; }
      .sticky-panel .action-area .close-filter,
      .sticky-panel .action-area .apply-filter {
        z-index: 12; }
  .col-heading .items-selected {
    display: none; }
  .br-right {
    border-right: 0px; } }

/**Press releases detail **/
#secondary {
  margin-top: 15px; }
  #secondary h5 {
    font-size: 2.2rem; }

/***Author archive page**/
.archive-wrapper .image-wrapper img {
  border-radius: 50%; }

/***BLog details page mobile view**/
@media screen and (min-width: 320px) and (max-width: 767px) {
  .blog_author .card-tags > a {
    float: left; }
  .blog_author .card-tags .blog_info_meta {
    float: left;
    width: 65%;
    margin-left: 15px; } }

/***Ashish's Style**/
#iframe_error .error {
  display: none !important; }

#wrapper .error {
  display: none !important; }

/**Hamburger menu**/
.hamburger-menu > a {
  color: transparent !important; }

.hamburger-menu > a:after {
  content: url(../images/hamburger-menu.svg);
  width: 100px;
  height: 70px;
  top: -4px;
  position: relative;
  left: -15px; }

.hamburger-menu .caret {
  display: none; }

/**Search Icon update */
#search-wrap {
  padding: 20px 10px;
  padding-left: 0px; }
  #search-wrap a {
    display: initial;
    padding: 14px;
    position: relative;
    top: 5px; }
    #search-wrap a:hover {
      background: none !important;
      color: #343f50 !important; }
    #search-wrap a:after {
      content: "\f002";
      font-family: "FontAwesome";
      position: relative;
      top: -4px;
      font-size: 16px;
      box-shadow: none;
      padding-right: 0px; }

/**Menu fade effect  
ul#menu-primary-2-0 .dropdown-menu, ul#menu-topmenu .dropdown-menu  {
	//opacity: 0;
}**/
ul#menu-primary-2-0 .dept-0 {
  opacity: 1 !important;
  display: block !important; }

.mask-animation {
  opacity: 1 !important;
  display: block !important;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in; }

/**Sections in modal pop up*/
#whats-new {
  margin: 30px 0px; }

.close-cta a:before {
  /*padding-left: 7px;
  font-family: "FontAwesome";
  content: "\f057";
  color: #cccfd3;
  border-radius: 50%;*/
  content: url("../images/dismiss.svg");
  position: absolute;
  top: -4px;
  font-size: 22px;
  box-shadow: none;
  right: 0px;
  z-index: 1025; }

.mfp-close {
  color: rgba(255, 255, 255, 0) !important;
  content: none; }
  .mfp-close::after {
    padding-left: 7px;
    font-family: "FontAwesome";
    position: relative;
    top: 1px;
    font-size: 18px;
    box-shadow: none;
    padding-right: 0px;
    content: "\f057";
    color: #fff; }

.wistia_placebo_close_button {
  top: 50px !important;
  width: 30px !important;
  height: 30px !important; }
  .wistia_placebo_close_button img {
    opacity: 0; }
  .wistia_placebo_close_button::after {
    padding-left: 7px;
    font-family: "FontAwesome";
    position: relative;
    top: 1px;
    font-size: 18px;
    box-shadow: none;
    padding-right: 0px;
    content: "\f057";
    color: #fff; }

#detail-report-form {
  padding: 30px !important; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .tabs-slider .slider-container {
    margin: 0 10px !important; }
    .tabs-slider .slider-container .nav-btns > span.prev {
      left: -25px !important; }
    .tabs-slider .slider-container .nav-btns .prev,
    .tabs-slider .slider-container .nav-btns .next {
      display: block !important; }
    .tabs-slider .slider-container .nav-btns > span.next {
      right: -25px !important; }
    .tabs-slider .slider-container .customer-quotesv2 .customer-image {
      margin-top: -25px; }
    .tabs-slider .slider-container .case-study-slide .customer-quotesv2 {
      margin: 0px !important; } }

/***For MS */
.image-radius img {
  border-radius: 15px; }

.secondary-bordered-title-18 {
  font-size: 3.8rem; }

.ms_hubspot_form:before {
  content: url("../images/microsite_background.PNG");
  position: absolute;
  z-index: -2;
  background-size: cover;
  opacity: 0.15; }

.ms_hubspot_form .hub_form_wrapper {
  padding: 6% 10%; }
  .ms_hubspot_form .hub_form_wrapper .hs-input {
    width: 90%;
    padding: 0 15px;
    height: 42px;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-appearance: none;
    display: inline-block;
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2; }
  .ms_hubspot_form .hub_form_wrapper input.hs-input.error {
    border-color: #c87872; }
  .ms_hubspot_form .hub_form_wrapper .hs-form-field label {
    font-family: Roboto;
    font-size: 13px; }
  .ms_hubspot_form .hub_form_wrapper .hs-form-required {
    color: red; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  #menu-windows-10-2020 li ul.dropdown-menu li {
    display: none !important; }
  #menu-windows-10-2020 li ul.dropdown-menu li.menu-item {
    display: block !important; } }

/**IE Fallbacks**/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  #footer-svg {
    display: none; }
  .header-background .product-white-bg,
  .header-background .header-white-bg {
    height: 500px; }
  .footer-fallback {
    display: block;
    width: 100vw; }
    .footer-fallback.ie-blue-bg-wrapper {
      background: rgba(21, 180, 212, 0.16); }
  .product-white-bg,
  .header-white-bg {
    background: url("../images/white-circle-IE.png") no-repeat !important;
    top: -120px !important;
    height: 700px !important;
    background-size: 96% !important;
    width: 73% !important; }
  .header-background .product-right-bg {
    top: -160px;
    width: 87% !important;
    margin-left: 25% !important; }
  ul.aff-tabs {
    background-color: #f7f7f7;
    border-radius: 0px 0px 10px 10px;
    margin: 0 20px; }
    ul.aff-tabs li.active {
      background-color: #fff;
      border-radius: 15px;
      margin: 10px; }
  #search-wrap a {
    display: initial;
    padding: 5px;
    top: 0px; } }

@media only screen and (max-width: 1700px) {
  _:-ms-fullscreen,
  :root .product-white-bg,
  _:-ms-fullscreen,
  :root .header-white-bg {
    background: url("../images/IE-header-circle-small.png") no-repeat !important;
    top: -120px !important;
    height: 700px !important;
    background-size: 96% !important;
    width: 73% !important; }
  _:-ms-fullscreen,
  :root .header-background .product-right-bg {
    width: 110% !important; } }

/***In page navigation*/
.in-page-nav-list {
  float: right;
  padding-bottom: 0px;
  margin-bottom: 0px !important; }

.in-page-nav-list li {
  display: inline;
  padding-bottom: 11px; }
  .in-page-nav-list li:hover {
    border-bottom: 2px solid #16659d; }

.in-page-nav-list li a {
  color: #343f50;
  text-decoration: none;
  padding: 0 10px 10px 10px; }
  .in-page-nav-list li a:hover {
    color: #16659d; }

.in-page-nav-list li.current-menu-item {
  color: #16659d;
  border-bottom: 2px solid #16659d;
  font-weight: bold; }

.in-page-nav-list li.current-menu-item a {
  color: #16659d;
  font-weight: bold; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .in-page-nav-list li.current-menu-item {
    line-height: 5rem; }
  #menu-solutions-2-0 {
    padding-left: 0px; } }

/**greyed number**/
.count-greyed {
  color: #bababa;
  font-size: 4rem; }

.widget {
  margin-bottom: 0px !important; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .sidebar.first-sidebar {
    padding-left: 0px; } }

/***Section margin */
.section-m-top {
  margin-top: 70px !important; }
  @media only screen and (max-width: 992px) {
    .section-m-top {
      margin-top: 20px !important; } }

.section-mtop-200 {
  margin-top: 230px !important; }

.section-mtop-120 {
  margin-top: 120px !important; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .section-m-top,
  .section-mtop-200,
  .section-m-top,
  .section-mtop-120 {
    margin-top: 20px !important; }
  .section-mtop-200 {
    margin-top: 50px !important; }
  .pad-right-0 {
    padding-right: 15px !important; } }

.banner-background-wave {
  position: relative;
  z-index: -1; }

.banner-background-wave::after {
  content: " ";
  height: calc(0.08*100vw);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0px;
  right: 0px;
  margin: 0 auto; }

.banner-background-wave::after {
  content: url("../images/wave-new-white.svg");
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0px;
  right: 0px;
  margin: 0 auto; }

@media only screen and (min-width: 2050px) {
  .banner-background-wave::after {
    content: url("../images/wave-dn-2.svg"); } }

.banner-background-wave + section.vc_section {
  padding-top: 0px !important; }
  .banner-background-wave + section.vc_section .vc_single_image-wrapper > img {
    width: 500px !important; }

/**Comparison table**/
.comparison-table {
  max-width: 950px;
  margin: 0 auto;
  table-layout: fixed; }
  .comparison-table thead tr th {
    border: 1px solid #eee;
    border-bottom: 3px solid #16659d;
    vertical-align: top;
    color: #16659d;
    text-align: center;
    padding: 10px !important;
    text-decoration: none;
    white-space: initial !important;
    font-weight: 400;
    border-top: 1px solid #eee !important;
    vertical-align: top; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .comparison-table thead tr th {
        font-size: 1.4rem; } }
  .comparison-table thead tr .no-border {
    border: 0px !important; }
  .comparison-table tbody tr {
    border-bottom: 0px; }
    .comparison-table tbody tr .no-border {
      border: 0px !important; }
    .comparison-table tbody tr td:nth-child(1) {
      color: #16659d;
      font-weight: 400;
      text-align: left; }
    .comparison-table tbody tr td {
      border: 1px solid #eee;
      text-align: center;
      padding: 15px !important;
      font-size: 1.3rem;
      white-space: initial !important;
      vertical-align: middle; }
      .comparison-table tbody tr td.align-left {
        text-align: left; }
      .comparison-table tbody tr td.free-include-heading {
        background: #f3f3f3;
        color: #16659d;
        font-weight: 400; }
      .comparison-table tbody tr td .fa-check {
        font-size: 24px; }
      .comparison-table tbody tr td span.tdDesc {
        display: block;
        font-size: 13px; }
    .comparison-table tbody tr.free-includes {
      height: 15px; }
      .comparison-table tbody tr.free-includes ul {
        padding-left: 10px;
        text-align: left; }
        .comparison-table tbody tr.free-includes ul li {
          list-style-type: none;
          font-size: 1.1rem;
          line-height: 2rem;
          padding-bottom: 4px; }
    .comparison-table tbody tr th {
      border-bottom: 1px solid #eee;
      padding: 11px 14px !important;
      color: #343f50;
      font-weight: 400;
      font-size: 1.3rem;
      vertical-align: middle; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .comparison-table tbody tr th {
          text-align: center; } }
      .comparison-table tbody tr th:nth-child(1) {
        border-top: 0px !important; }
      .comparison-table tbody tr th a {
        color: #343f50; }
        .comparison-table tbody tr th a:hover {
          color: #ff671f; }
    .comparison-table tbody tr:nth-child(1) th {
      padding: 12px 5px !important;
      font-size: 1.6rem; }
    .comparison-table tbody tr:nth-child(5) {
      border-top: 2px solid #d8d8d8; }
      .comparison-table tbody tr:nth-child(5) th {
        color: #343f50;
        padding: 17px 5px !important;
        border-bottom: 0px; }
  .comparison-table .fixed-col {
    position: absolute;
    left: 0;
    width: 170px;
    white-space: normal; }
  .comparison-table .col-highlight {
    color: #16659d !important;
    background: #e4f3f7 !important; }
  .comparison-table .includedList li {
    font-size: 1.3rem; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .comparison-table {
      table-layout: auto !important; }
      .comparison-table tbody tr td {
        padding: 25px !important; }
      .comparison-table tbody tr:nth-child(1) th {
        font-size: 1.3rem; }
      .comparison-table .mobile-hide {
        display: none; }
      .comparison-table thead tr th {
        height: auto !important; }
      .comparison-table tbody tr th:nth-child(1),
      .comparison-table thead tr td:nth-child(1) {
        color: #16659d;
        font-weight: 400;
        text-align: left;
        position: absolute;
        left: 0;
        width: 125px;
        white-space: normal;
        padding: 22px 14px !important; }
      .comparison-table tbody tr th:nth-child(1) {
        border-bottom: 0px; } }
  .comparison-table .small-size {
    font-size: 1.3rem !important; }

.comparison-table th,
.comparison-table td {
  vertical-align: middle; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .fixed-col-table {
    margin-left: 85px;
    width: calc(100% - 65px); }
  .block-overflow-x {
    overflow-x: hidden !important; } }

#dataGridWrapper {
  padding-top: 5%;
  padding-bottom: 5%; }

/**CSS for product pages**/
/**If there are three buttons in a group*/
.btn-grp-three .aff2-btn-group-v1 .action-area .primary-btn {
  float: left;
  display: block; }

.btn-grp-three .aff2-btn-group-v1 .action-area .tertiary-btn {
  font-size: 1.3rem;
  height: 20px;
  top: -12px;
  text-align: left;
  left: -25px; }

.btn-grp-three .aff2-btn-group-v1 .action-area a:nth-child(2) {
  left: -32px !important; }

ul.list-with-separator {
  padding-left: 0px;
  padding-top: 20px; }

ul.list-with-separator li {
  font-size: 1.8rem;
  list-style-type: none;
  color: #16659d;
  padding-bottom: 20px; }

.slider-wrapper .slider-container .slider-wrap {
  padding-top: 5px !important; }

.section-separator {
  border-top: 1px solid #7d7d7d;
  width: 95%;
  margin: 20px auto;
  padding-bottom: 20px;
  margin-top: 0px; }

.list-separator {
  border-top: 1px solid #e5e5e5;
  width: 15%; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .btn-grp-three .aff2-btn-group-v1 .action-area .primary-btn {
    float: none; }
  .btn-grp-three .aff2-btn-group-v1 .action-area .tertiary-btn {
    top: 0px;
    text-align: center;
    left: 0 !important; }
  .btn-grp-three .aff2-btn-group-v1 .action-area a:nth-child(2) {
    left: 0px !important; }
  .aff2-btn-group-v1 a.tertiary-btn.angle-right:after {
    top: 5px !important; } }

/**p font increased*/
.custom-p19 p {
  font-size: 1.9rem;
  line-height: 3rem; }

.custom-image-video > a > img,
.wistia_click_to_play > a > img {
  border-radius: 15px; }

/**Getting started page**/
.getting-started-wrapper {
  background: #fafafa;
  border-radius: 15px;
  /* padding: 0px 20px; */
  box-shadow: 0px 0px 5px 1px #eee;
  color: #16659d;
  margin-bottom: 50px;
  max-width: 1266px;
  width: 97%;
  position: relative; }
  .getting-started-wrapper .heading-wrap h2 {
    padding: 10px;
    color: #16659d;
    padding-top: 40px;
    font-size: 2.4rem;
    line-height: 3.6rem; }
  .getting-started-wrapper .content-wrap {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 1px #eee;
    padding: 40px; }
  .getting-started-wrapper.left-margin {
    margin-left: 50px;
    width: 99%; }
  .getting-started-wrapper.connector-right .content-wrap:after {
    content: url("../images/connector-right.svg");
    position: absolute;
    right: -40px;
    top: 40%;
    z-index: -1; }
  .getting-started-wrapper.connector-left .heading-wrap:after {
    content: url("../images/connector-left.svg");
    position: absolute;
    left: -40px;
    top: 150%;
    z-index: -1; }
  .getting-started-wrapper:nth-child(3) .content-wrap:after {
    top: 60%; }
  .getting-started-wrapper.content-pad .content-wrap {
    padding-bottom: 100px; }
  .getting-started-wrapper.content-pad .heading-wrap:after {
    top: 65% !important; }
  .getting-started-wrapper.content-pad .heading-wrap h2 {
    font-size: 2.4rem;
    line-height: 3.5rem; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .getting-started-wrapper {
      margin: 15px !important;
      width: 90%;
      margin-bottom: 100px !important; }
      .getting-started-wrapper.left-margin {
        margin-left: 0px;
        width: 90%; }
      .getting-started-wrapper.connector-right .content-wrap:after {
        content: url("../images/connector-mobile.svg") !important;
        position: absolute;
        bottom: 0px;
        top: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: -1;
        height: 100px;
        text-align: center; }
      .getting-started-wrapper.connector-left .heading-wrap:after {
        content: none; }
      .getting-started-wrapper.connector-left .content-wrap:after {
        content: url("../images/connector-mobile.svg") !important;
        position: absolute;
        bottom: 0px;
        top: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: -1;
        height: 100px;
        text-align: center; }
      .getting-started-wrapper .content-wrap {
        padding: 20px; } }

.custom-quotes-slider .customer-detail {
  width: 60% !important;
  float: left !important; }

.custom-quotes-slider .customer-logo {
  width: 40% !important;
  float: left !important;
  text-align: right !important; }

.custom-quotes-slider .customer-quotesv2 .customer-image {
  width: 20% !important;
  float: right !important; }

.custom-quotes-slider .customer-quotesv2 .customer-quotes-content {
  width: 80% !important;
  float: left !important;
  padding-bottom: 0px !important; }

.custom-quotes-slider .customer-quotesv2 .customer-image .image-area {
  border-top-right-radius: 0px !important; }

.custom-quotes-slider .customer-quotesv2 .customer-quotes-content .quote-description {
  padding: 0px; }

.productQuote .customer-quotes-content {
  padding-bottom: 0px !important; }

.productQuote .customer-detail {
  width: 60% !important;
  float: left !important; }

.productQuote .customer-logo {
  width: 40% !important;
  float: left !important;
  text-align: right !important; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .productQuote .customer-detail,
  .productQuote .customer-logo {
    width: 100% !important; } }

a.clickable-div,
a.filters,
.reset-filters a.text,
a.vc_single_image-wrapper,
.pad10 a {
  text-decoration: none; }

.demo-btn {
  padding-top: 20px; }
  .demo-btn a {
    color: #fff; }

.sidebar-wrap .section-separator {
  padding-bottom: 0px;
  margin: 25px auto; }

h4.vc_tta-panel-title {
  line-height: 2.8rem !important; }

.mainHeading {
  text-align: center; }

.awardsBox .vc_single_image-wrapper img {
  width: auto;
  height: 120px; }

/**Smart slider*/
.smart-slider-wrapper .slider-container {
  margin: 0 75px !important; }
  .smart-slider-wrapper .slider-container .case-study-slide figure img {
    max-height: 100px !important; }
  .smart-slider-wrapper .slider-container .nav-dots {
    bottom: 0px; }
    .smart-slider-wrapper .slider-container .nav-dots li {
      background: #ccc !important; }
    .smart-slider-wrapper .slider-container .nav-dots li.active {
      background: #16659d !important; }

.smart-slider-wrapper .customer-quotesv2 .customer-quotes-content {
  width: 100% !important;
  padding: 10px 40px !important;
  padding-bottom: 0px !important; }
  .smart-slider-wrapper .customer-quotesv2 .customer-quotes-content .quote-description {
    padding-bottom: 0px !important; }
    .smart-slider-wrapper .customer-quotesv2 .customer-quotes-content .quote-description .customer-detail {
      width: 60% !important; }

.smart-slider-wrapper .customer-quotes-content .quote-description .customer-detail {
  width: 60% !important; }

.smart-slider-wrapper .customer-logo {
  width: 20% !important;
  float: right !important; }
  .smart-slider-wrapper .customer-logo figure {
    text-align: right; }

.smart-slider-wrapper .customer-quotes-content .action-area {
  width: 35% !important;
  text-align: right !important;
  float: right;
  padding-right: 20px; }

.smart-slider-wrapper .report_slide {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 0px; }
  .smart-slider-wrapper .report_slide .col-background > .vc_column-inner {
    background-position: left !important;
    background-size: cover !important;
    background-repeat: no-repeat; }

.smart-slider-wrapper .slider-case-study {
  height: 100%;
  padding: 24px; }
  .smart-slider-wrapper .slider-case-study .col-background {
    position: relative; }
    .smart-slider-wrapper .slider-case-study .col-background > .vc_column-inner img {
      position: absolute;
      bottom: 0px; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .smart-slider-wrapper .slider-container {
    margin: 0 10px !important; }
  .smart-slider-wrapper .customer-quotesv2 .customer-quotes-content {
    padding: 10px 15px 0px 15px !important; }
  .smart-slider-wrapper .customer-logo,
  .smart-slider-wrapper .customer-quotes-content .action-area {
    width: 100% !important;
    float: none !important;
    text-align: center !important; }
  .smart-slider-wrapper .report_slide {
    padding: 15px !important; }
    .smart-slider-wrapper .report_slide .col-background > .vc_column-inner {
      background-position: center !important;
      background-size: contain !important;
      background-repeat: no-repeat; } }

/*Vertical tabs for Solutions and Challenges**/
.custom-vtabs .vc_tta-panels,
.custom-vtabs .vc_tta-panels .vc_tta-panel-body {
  background: #fff !important;
  border: 0px !important; }

.custom-vtabs .vc_tta-tabs-container {
  width: 30%;
  overflow: unset !important; }
  .custom-vtabs .vc_tta-tabs-container .vc_tta-tabs-list {
    border-radius: 10px;
    overflow: unset !important; }
    .custom-vtabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(1) > a {
      border-top-left-radius: 10px !important;
      border-top-right-radius: 10px !important; }
    .custom-vtabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child > a {
      border-bottom-left-radius: 10px !important;
      border-bottom-right-radius: 10px !important;
      border-bottom: 1px solid #e3e3e3 !important; }
    .custom-vtabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
      margin-top: 0px !important;
      box-shadow: 0px 0px 6px 1px #e3e3e3; }
      .custom-vtabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
        border-radius: 0px !important;
        padding: 35px 20px !important;
        border: none !important;
        border-bottom: 1px solid #e3e3e3 !important;
        background: #fff !important; }
      .custom-vtabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
        position: relative; }
        .custom-vtabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
          background: #eee !important;
          font-weight: 500;
          color: #16659d !important; }
        .custom-vtabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:after {
          content: "\f0da";
          padding-left: 7px;
          font-family: "FontAwesome";
          position: absolute;
          top: 20px;
          font-size: 4rem;
          color: #eee !important;
          right: -14px;
          z-index: 10; }
    .custom-vtabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:nth-child(1) {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px; }
    .custom-vtabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:last-child {
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px; }

.custom-vtabs .vc_tta-panels-container {
  width: 50%; }
  .custom-vtabs .vc_tta-panels-container .vc_tta-panels {
    padding-left: 60px; }
  .custom-vtabs .vc_tta-panels-container .vc_tta-panel-body {
    padding-right: 0px !important; }

.custom-vtabs .wpb-js-composer
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left
.vc_tta-tab
> a {
  border-bottom-left-radius: 0px;
  background-color: white;
  border-bottom: 0px; }

.custom-vtabs .tertiary-btn.dark-blue,
.custom-vtabs .btn.tertiary-btn.dark-blue,
.custom-vtabs a.btn.tertiary-btn.dark-blue,
.custom-vtabs .btn.tertiary-btn.dark-blue:after {
  color: #343f50 !important; }

@media only screen and (max-width: 767px) {
  .custom-vtabs .vc_tta-panels-container .vc_tta-panels {
    padding-left: 0px; }
  .custom-vtabs .vc_tta-tabs-container .vc_active:after {
    content: none; } }

/**Image overlay**/
.image-overlay {
  position: relative;
  width: 100%;
  padding: 0px; }
  .image-overlay .image {
    display: block;
    width: 100%;
    height: auto; }
  .image-overlay .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #16659d;
    border-radius: 15px; }
    .image-overlay .overlay .text {
      color: white;
      font-size: 1.4rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      text-decoration: none; }
  .image-overlay:hover .overlay {
    opacity: 1; }

/**Button in navigation **/
#affordance-cta-box {
  position: relative;
  max-width: 1266px !important; }
  #affordance-cta-box a.mfp-close {
    top: 0;
    right: 25px;
    color: #fff !important;
    text-decoration: none;
    z-index: 1045;
    cursor: pointer; }

/**Challenges section*/
.challenges-quotes {
  border-top: 0px !important;
  border-bottom: 0px !important;
  padding-top: 0px !important; }
  .challenges-quotes .description {
    font-style: normal !important;
    font-size: 2rem !important;
    line-height: 3.5rem !important;
    color: #16659d;
    font-family: "Roboto", sans-serif;
    font-style: italic !important;
    line-height: 2.8rem;
    font-weight: 300 !important;
    background-image: url("/wp-content/themes/affordance/images/quote-mark.svg");
    background-repeat: no-repeat;
    background-position-y: 0px;
    padding-top: 25px; }
  .challenges-quotes .quote-description .customer-detail .customer-image {
    width: 30%;
    float: left; }
    .challenges-quotes .quote-description .customer-detail .customer-image img {
      border-radius: 50%;
      width: 80px;
      margin-bottom: 15px; }
  .challenges-quotes .quote-description .customer-detail .customer-info {
    width: 70%;
    float: left;
    padding-top: 10px;
    margin-top: 5px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .challenges-quotes .quote-description .customer-detail .customer-info {
        padding-left: 10px;
        padding-top: 0px; } }
    .challenges-quotes .quote-description .customer-detail .customer-info .name {
      color: #16659d;
      font-size: 1.4rem;
      font-family: "Roboto", sans-serif;
      font-weight: 500; }
    .challenges-quotes .quote-description .customer-detail .customer-info .designation {
      font-size: 1.4rem;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      color: #343f50; }

.quote-box {
  border-top: 0px !important;
  border-bottom: 0px !important;
  padding-top: 0px !important; }
  .quote-box .description {
    font-style: normal !important;
    font-size: 2rem !important;
    line-height: 3.5rem !important;
    color: #16659d;
    font-family: "Roboto", sans-serif;
    line-height: 2.8rem;
    font-weight: 300 !important; }
  .quote-box.quote-italics .description {
    font-style: italic !important;
    background-image: url("/wp-content/themes/affordance/images/quote-mark.svg");
    background-repeat: no-repeat;
    background-position-y: 0px;
    padding-top: 25px; }
  .quote-box .quote-description .customer-detail .customer-image {
    padding-right: 12px;
    float: left; }
    .quote-box .quote-description .customer-detail .customer-image img {
      border-radius: 50%;
      width: 80px;
      margin-bottom: 15px; }
  .quote-box .quote-description .customer-detail .customer-info {
    float: left;
    padding-top: 10px;
    margin-top: 5px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .quote-box .quote-description .customer-detail .customer-info {
        padding-left: 10px;
        padding-top: 0px; } }
    .quote-box .quote-description .customer-detail .customer-info .name {
      color: #16659d;
      font-size: 1.4rem;
      font-family: "Roboto", sans-serif;
      font-weight: 500; }
    .quote-box .quote-description .customer-detail .customer-info .designation {
      font-size: 1.4rem;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      color: #343f50; }

/**Smart slider mobile*/
.smart-mslider .mslider-cards {
  padding: 20px 10px; }
  .smart-mslider .mslider-cards .customer-quotes-content p {
    font-style: normal !important;
    font-size: 1.8rem !important;
    line-height: 3rem !important;
    color: #16659d;
    font-family: "Roboto", sans-serif;
    font-style: italic !important;
    line-height: 2.8rem;
    font-weight: 300 !important;
    background-image: url("/wp-content/themes/affordance/images/quote-mark.svg");
    background-repeat: no-repeat;
    background-position-y: 0px;
    padding-top: 25px; }
  .smart-mslider .mslider-cards .customer-quotes-content .quote-description .customer-detail .name {
    color: #16659d;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }
  .smart-mslider .mslider-cards .customer-quotes-content .quote-description .customer-detail .designation {
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #343f50; }
  .smart-mslider .mslider-cards .customer-quotes-content .quote-description .customer-logo {
    width: 50%;
    margin-top: 20px; }
  .smart-mslider .mslider-cards:hover {
    box-shadow: none !important; }

/***List layout card*/
.card-layoutv2.list-layout {
  box-shadow: none !important; }
  .card-layoutv2.list-layout:hover {
    box-shadow: none !important; }
  .card-layoutv2.list-layout .card-content {
    padding: 0px; }
    .card-layoutv2.list-layout .card-content .text-area h4 a {
      text-decoration: none; }
    .card-layoutv2.list-layout .card-content .text-area .date-list-wrapper {
      font-size: 1.3rem;
      font-weight: 300;
      line-height: 1.6rem;
      color: #999; }

.sticky-nav {
  height: 45px;
  position: fixed;
  width: 100%;
  overflow: hidden;
  z-index: 8;
  padding-top: 10px;
  border-bottom: 1px solid #eee; }
  .sticky-nav .navbar-brand {
    padding: 5px 15px;
    text-decoration: none;
    padding-top: 10px;
    color: #343f50 !important;
    font-weight: bold;
    font-size: 1.5rem;
    padding-left: 0px; }
  .sticky-nav ul {
    margin-right: 5px;
    text-align: center;
    margin-bottom: 0px;
    padding-left: 0px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .sticky-nav ul {
        display: table; } }
    .sticky-nav ul li.menu-item {
      display: table-cell; }
      .sticky-nav ul li.menu-item a {
        text-decoration: none !important;
        font-size: 1.3rem;
        padding: 0 10px 5px 10px; }
    .sticky-nav ul li.current-menu-item {
      border-bottom: 4px solid #16659d;
      color: #16659d;
      font-weight: 700;
      text-align: center; }
    .sticky-nav ul li:hover {
      border-bottom: 4px solid #16659d;
      color: #16659d !important; }
      .sticky-nav ul li:hover a {
        color: #16659d !important; }
  .sticky-nav.sticky_nav_top {
    border-bottom: 1px solid #d8d8d8;
    max-width: 1266px;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    background: #efefef; }
  .sticky-nav.sticky_nav_fixed_top {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    background: #efefef; }
  .sticky-nav.sticky_nav {
    max-width: 100% !important;
    width: 100% !important;
    background: #efefef; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .sticky-nav.sticky_nav_top, .sticky-nav.sticky_nav_fixed_top, .sticky-nav.sticky_nav {
      text-align: center; }
    .sticky-nav .navbar-brand {
      display: none; }
    .sticky-nav ul.navbar-right {
      float: none !important;
      padding-left: 0px;
      width: 100%; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .sticky-nav {
      display: none; } }

/**Resource case study featured images*/
.resources-mobile-padding .featured-image-br > .vc_column-inner {
  background-position: center !important; }

/***close button**/
#speak-with-expert,
#get-in-touch {
  margin: 50px; }
  #speak-with-expert .affordance_forms form,
  #get-in-touch .affordance_forms form {
    padding-bottom: 25px; }

/**mobile challenges/solutions heading **/
.challenges-heading a {
  font-style: italic; }

/**get in touch button in header pop up**/
.affordance-cta-box-content {
  margin: 50px 0px; }

.tab-only {
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .tab-only {
      display: block;
      padding-right: 15px; } }

.hideon-tab {
  display: block; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .hideon-tab {
      display: none; } }

.width-auto {
  width: auto !important; }

.first-section {
  padding-top: 80px !important;
  padding-bottom: 40px; }
  @media only screen and (max-width: 992px) {
    .first-section {
      padding-top: 80px !important; }
      .first-section h1 {
        text-align: center; }
      .first-section .left-alignment .action-area {
        text-align: center !important; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .first-section {
      padding-top: 30px !important;
      padding-bottom: 10px; } }

@media only screen and (max-width: 992px) {
  #main .first-section .left-alignment .action-area {
    text-align: center !important;
    margin-bottom: 20px; } }

.no-breadcrumb-wrapper {
  margin-top: 70px; }

@supports (-ms-ime-align: auto) {
  /**Affordance tabs fix on edge */
  .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
    overflow: hidden !important; }
  .custom-vtabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
    border-right: 1px solid #eee !important; } }

.close-cta a.mfp-close:after {
  padding-left: 7px;
  font-family: "FontAwesome";
  position: relative;
  top: 1px;
  font-size: 35px;
  box-shadow: none;
  content: "\f057";
  color: #343f50;
  z-index: 1025;
  background: #ffffff;
  border-radius: 50%; }

#blogPostWrapper .first-section {
  padding-top: 60px !important; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  button.mobileSearch {
    background: none;
    border: none;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important; }
    button.mobileSearch.active {
      box-shadow: none !important; }
  .filter-search-mobile input {
    border-radius: 40px; }
  .p-20.pl-30.br-right.br-left.mobile-topics.mobile-pad0 {
    padding-left: 20px !important; } }

.hs_error_rollup .hs-error-msgs {
  float: none; }

.pt-20 {
  padding-top: 20px; }

.pl-30 {
  padding-left: 30px; }

.pb-0 {
  padding-bottom: 0px; }

.topics-list.select-wrapper {
  margin-top: 20px; }

.pagination-wrapper .invalid {
  color: red !important;
  border-color: red !important; }

.dropdown:hover .filter-menu.dropdown-menu {
  margin-top: -1px !important; }

.suggestive_search.invalid {
  color: red !important;
  border-color: red !important; }

.affordance_forms form .hs-fieldtype-select .input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%; }
  .affordance_forms form .hs-fieldtype-select .input select.hs-input {
    background-color: #fff;
    color: #666;
    font-size: inherit;
    padding: 0.5em;
    padding-right: 2.5em;
    border: 0;
    margin: 0;
    border-radius: 3px;
    text-indent: 0.01px;
    text-overflow: "";
    -webkit-appearance: button; }
    .affordance_forms form .hs-fieldtype-select .input select.hs-input::-ms-expand {
      display: none; }
  .affordance_forms form .hs-fieldtype-select .input select.error {
    color: #666 !important; }
  .affordance_forms form .hs-fieldtype-select .input::after, .affordance_forms form .hs-fieldtype-select .input::before {
    content: "";
    position: absolute;
    pointer-events: none; }
  .affordance_forms form .hs-fieldtype-select .input::after {
    content: "\f107";
    font-family: "FontAwesome";
    /* height: 1em; */
    font-size: 2rem;
    line-height: 1;
    right: 1rem;
    top: 52%;
    margin-top: -0.5em;
    color: rgba(0, 0, 0, 0.4); }
  .affordance_forms form .hs-fieldtype-select .input::before {
    width: 2em;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 0 3px 3px 0px;
    background-color: #ececec; }
  .affordance_forms form .hs-fieldtype-select .input select[disabled] {
    color: #666; }
    .affordance_forms form .hs-fieldtype-select .input select[disabled]::after {
      color: #666; }

.gatedForm .hs_submit {
  margin-top: 15px !important; }

/**BCP css**/
#bcp_detail_info {
  position: relative;
  max-width: 600px; }

#bcp_detail_info .close-cta a.bcp-close:after {
  display: none !important; }

#bcp_detail_info .close-cta a.bcp-close:before {
  padding-left: 7px;
  font-family: "FontAwesome";
  position: relative;
  top: 1px;
  font-size: 35px;
  box-shadow: none;
  content: "\f057";
  color: #343f50;
  z-index: 1025;
  background: #ffffff;
  border-radius: 50%;
  right: 25px !important; }

.bcp-wrapper .event-cta a {
  text-decoration: underline !important; }

.bcp-wrapper .bn-news ul li:nth-child(odd) {
  background-color: #a93308; }

@media only screen and (max-width: 768px) {
  .bcp-wrapper .bn-news ul li {
    white-space: inherit !important; }
  .bcp-wrapper .upcoming-event-wrapper {
    width: 100% !important; }
  .breaking-news-ticker {
    min-height: 80px !important; }
  .bn-news {
    left: 10px;
    right: 10px; }
  .bn-news ul li a {
    padding: 0 0px; } }

.blogger-wrapper .taxonomy-description {
  text-align: left; }

.overLapView {
  /**Tablet***/
  /*Mobile**/ }
  .overLapView .customer-quotesv2 .action-area a.btn:hover {
    background: #ff671f !important;
    color: #fff !important; }
  .overLapView .customer-quotesv2 {
    box-shadow: none !important;
    border-radius: 0px !important;
    margin: 0 0 !important; }
  .overLapView .customer-quotesv2 .action-area a.btn {
    color: #fff !important;
    border: 2px solid #ff671f !important;
    background: transparent !important;
    padding: 10px 35px;
    border-radius: 0px !important; }
  .overLapView.slider-wrapper .slider-container .slider-wrap {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .overLapView.slider-wrapper .slider-container .case-study-slide .btn {
    margin-bottom: 0px !important; }
  .overLapView.slider-wrapper .slider-container .nav-btns > span {
    display: none !important; }
  .overLapView.slider-wrapper .slider-container .case-study-slide figure {
    max-width: 100% !important; }
  .overLapView.smart-slider-wrapper .slider-container {
    margin: 0 0 !important; }
  .overLapView.smart-slider-wrapper .slider-container .nav-dots {
    bottom: 75px !important;
    left: 11% !important; }
  .overLapView.smart-slider-wrapper .slider-container .nav-dots li.active {
    background: #ff671f !important; }
  .overLapView.smart-slider-wrapper .slider-container .case-study-slide figure img {
    max-height: 100% !important; }
  .overLapView .casestudy-slide {
    position: relative;
    height: 600px; }
  .overLapView .casestudy-slide .content-column {
    position: absolute;
    z-index: 3;
    left: 10%; }
  .overLapView .casestudy-slide .image-column {
    position: absolute;
    z-index: 2;
    left: 45%;
    top: 20%; }
  .overLapView .custom-image-video > a > img,
  .overLapView .wistia_click_to_play > a > img {
    border-radius: 0px;
    margin-bottom: -50px;
    height: 400px;
    width: 600px; }
  @media only screen and (max-width: 992px) {
    .overLapView .slider-container .nav-dots {
      bottom: 50px !important;
      left: 50% !important; }
    .overLapView .case-study-slide .customer-quotesv2 {
      padding-bottom: 30px; }
    .overLapView .casestudy-slide .content-column {
      position: relative !important;
      left: 0px; }
    .overLapView .casestudy-slide .image-column {
      position: relative !important;
      left: 0px;
      top: 0px; }
    .overLapView .casestudy-slide {
      height: auto; }
    .overLapView .customer-quotesv2 {
      height: 100% !important; }
    .overLapView .custom-image-video > a > img,
    .overLapView .wistia_click_to_play > a > img {
      padding-top: 0px;
      width: auto;
      height: auto; }
    .overLapView .custom-image-video {
      padding: 0 0px; }
    .overLapView .custom-col-pad > .vc_column-inner {
      padding-top: 12%;
      padding-right: 12%;
      padding-bottom: 12%;
      padding-left: 12%; } }
  @media only screen and (max-width: 767px) {
    .overLapView .quotes-slider > .vc_column_container > .vc_column-inner {
      padding-bottom: 18% !important; }
    .overLapView .case-study-slide .customer-quotesv2 {
      padding-bottom: 30px; }
    .overLapView .content-column p {
      height: 100% !important; }
    .overLapView .slider-container {
      padding: 0 0px; }
    .overLapView .custom-col-pad > .vc_column-inner {
      padding-top: 10%;
      padding-right: 6%;
      padding-bottom: 10%;
      padding-left: 6%; }
    .overLapView .custom-image-video > a > img,
    .overLapView .wistia_click_to_play > a > img {
      width: auto;
      height: auto; } }

/***Forms styling update 31 March 2020*****/
.affordance_forms form .hs-fieldtype-select .input::before {
  border-radius: 0;
  background-color: #ffffff;
  /*box-shadow: inset -3px 2px 4px 0px #dfdfdf;*/ }

.affordance_forms form .hs-input, .affordance_forms form .hs-fieldtype-select .input {
  border-radius: 0px !important;
  font-weight: 400; }

/*.affordance_forms form .hs-input {     box-shadow: inset 2px 2px 4px 0px #dfdfdf; }*/
.affordance_forms form .hs-input {
  margin-bottom: 0px; }

.hsAffForm .hs_submit .actions {
  text-align: right; }

input:focus, input:active {
  outline: none; }

.affordance_forms form fieldset > div > label, fieldset > div > .hs_country > label {
  display: none; }

.affordance_forms form fieldset.form-columns-2 {
  margin-bottom: 22px; }

.affordance_forms form fieldset.form-columns-1 {
  margin-bottom: 22px; }

.affordance_forms form select.hs-input option, .affordance_forms form .hs-fieldtype-select .input select.error {
  font-weight: 400;
  font-size: 1.6rem !important;
  font-family: "Roboto", sans-serif;
  color: #bdbdbd; }

.affordance_forms form select.hs-input option {
  color: #141414; }

.affordance_forms form select.hs-input option:disabled {
  color: #bdbdbd !important; }

.affordance_forms .hs_submit {
  margin-top: -20px; }

.affordance_forms .hs-error-msgs {
  padding-top: 5px; }

.affordance_forms .hs-error-msgs li label, .affordance_forms .hs-error-msgs, .affordance_forms .hs-error-msgs li {
  font-size: 1.2rem;
  margin-bottom: 0px;
  line-height: 1; }

.resources-hubspot-form .hs-form-field .invalid.error {
  border: 2px solid red; }

.resources-hubspot-form .hs-form-field ul.hs-error-msgs {
  margin-top: 0px; }

.resourceGatedWrapper fieldset > div div.input input {
  margin-bottom: 0px !important; }

.formDataWraper .resourceGatedWrapper .hs-form-field {
  margin-top: 20px; }

.resources-hubspot-form .hs-form-field {
  margin-bottom: 25px; }

.form-columns-2 div.input ul.inputs-list li.hs-form-booleancheckbox {
  position: relative; }

.form-columns-2 div.input ul.inputs-list li.hs-form-booleancheckbox label span {
  display: block;
  margin-left: 25px;
  margin-top: 15px; }

.subscribe_now .hs_submit {
  margin-top: 0px !important; }

.hs-opt_in {
  position: relative; }
  .hs-opt_in .hs-form-checkbox span {
    display: block;
    margin-left: 25px; }

.wistiaHubspotFormWrapper {
  width: 75% !important;
  margin-top: 10px !important; }
  .wistiaHubspotFormWrapper li.hs-form-checkbox {
    position: relative; }
    .wistiaHubspotFormWrapper li.hs-form-checkbox span {
      display: block;
      margin-left: 25px;
      margin-top: 15px;
      line-height: 1.5; }
  .wistiaHubspotFormWrapper input.hs-input[type="checkbox"] {
    position: absolute !important;
    width: 15px !important;
    height: 15px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    appearance: checkbox;
    margin-bottom: 0px;
    top: 4px;
    left: 0px; }
  .wistiaHubspotFormWrapper .hs-button.primary {
    background-color: #ff671f !important; }
  .wistiaHubspotFormWrapper .hs-error-msg, .wistiaHubspotFormWrapper ul.hs-error-msgs li label.hs-main-font-element {
    color: #ea5d5f !important;
    font-size: 1.3rem;
    font-family: "Roboto", sans-serif; }
  .wistiaHubspotFormWrapper fieldset.form-columns-1 select.hs-input {
    width: 100% !important; }

#wistia_chrome_26 .hs-button.primary {
  background-color: #ff671f !important;
  padding: 10px 20px !important; }

/**
.hs-form-field label {
  position: absolute;
  font-family: "Roboto", sans-serif;
  padding-left: 15px;
   pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.9) translateY(100%);
  transform: scale(0.9) translateY(100%);
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  font-size: 1.6rem;
  color: #bdbdbd !important;
  font-weight: 400;
}
.affordance_forms form fieldset.form-columns-2  .hs-form-field label { 
  top: -5px;
}

.hs-form-field label.animate-label {
  -webkit-transform: scale(0.8) translateY(0%);
  transform: scale(0.8) translateY(0%);
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.affordance_forms .hs-error-msgs li label {
  position: relative;
  transform: none;
  transition: none;
  padding-left: 0px;
}
***/
@media only screen and (max-width: 950px) {
  .breaking-news-ticker {
    min-height: 60px !important; } }

@media only screen and (max-width: 590px) {
  .breaking-news-ticker {
    min-height: 80px !important; } }

@media only screen and (max-width: 390px) {
  .breaking-news-ticker {
    min-height: 92px !important; } }
