@charset "UTF-8";
/*
Theme Name: IPI-ECX 2025
Description: The IPI Site Theme for the ECX Site
Author: Twelve Kites
Theme URI: https://12kites.com/
Author URI: https://12kites.com/
Template: salient
Version: 1.0
Tags: IPI-ECX
License: GNU General Public License
License URI: license.txt
*/
/* ECX (Salient) Accent Colours */
@import url("https://use.typekit.net/zxz8tnu.css");
/* Nectar and other buttons, aside from CPT-specific stuff */
/* EXISTING STYLES */
.hover-content a.nectar-button {
  margin-left: 20% !important;
  margin-top: 20px !important;
}

a.nectar-button.small.regular.regular-button {
  font-weight: 700;
  font-size: 14px;
  /*text-transform: capitalize;*/
}

.result a.nectar-button:hover {
  color: #fff !important;
}

a.nectar-button {
  margin-top: 10px;
  margin-bottom: 20px;
  /*text-transform: capitalize;*/
}

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

.ccbutton {
  background-color: #36454f !important;
}

.swiper-slide .content h2, .swiper-slide .content p, .swiper-slide .button a {
  font-family: proxima-nova, sans-serif;
}

a.nectar-button,
a.nectar-button.small.regular.regular-button,
.nectar-button span {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: normal;
  text-transform: lowercase;
}

.nectar-button span::first-letter,
a.nectar-button::first-letter,
a.nectar-button.small.regular.regular-button::first-letter {
  text-transform: uppercase;
}

body[data-button-style*=slightly_rounded] .col.dark .nectar-button.see-through-2 {
  border: none;
}

body[data-button-style*=slightly_rounded] .nectar-button.see-through-2 {
  color: #fff !important;
}

body[data-button-style*=slightly_rounded] .nectar-button.see-through-2:hover {
  color: #fff !important;
}

body.home[data-button-style=slightly_rounded_shadow] .nectar-button:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body[data-button-style=slightly_rounded_shadow] .nectar-button:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16) !important;
}

.nectar-button {
  text-transform: none;
  text-transform: capitalize;
}

.nectar-button.small {
  letter-spacing: 0;
  padding: 8px 40px;
}

.nectar-button:hover, .full-width-section .light .nectar-button:hover {
  opacity: 1;
}

/* END EXISTING STYLES */
/* NEW Styles */
a.nectar-button.industryBttns {
  min-width: 14rem !important;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

a.nectar-button.industryBttns span {
  font-size: 1.1rem;
}

@media only screen and (min-width: 1205px) and (max-width: 1375px) {
  a.nectar-button.industryBttns span {
    font-size: 0.95rem;
  }
  a.nectar-button.large.industryBttns {
    min-width: 12rem !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1204px) {
  a.nectar-button.industryBttns span {
    font-size: 0.95rem;
  }
  a.nectar-button.large.industryBttns {
    min-width: 9rem !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 691px) and (max-width: 999px) {
  a.nectar-button.industryBttns span {
    font-size: 1rem;
  }
  a.nectar-button.large.industryBttns {
    min-width: 14rem !important;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 690px) {
  a.nectar-button.industryBttns span {
    font-size: 0.95rem;
  }
  a.nectar-button.large.industryBttns {
    min-width: 12rem !important;
    /*padding-left: 0;
    padding-right: 0;*/
  }
}
/* CTA - Call to Action - Bar */
#ctabar p {
  text-align: center;
  padding-bottom: 0;
}

#ctabar a,
#ctabar a:link,
#ctabar a:visited {
  color: #fff;
  font-weight: normal;
  font-size: 20px;
}

body #ctabar [class^=icon-].icon-default-style {
  color: #fff !important;
  line-height: 40px !important;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  font-size: 38px !important;
}

#ctabar a.popup-with-form {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
}

.mfp-close-btn-in .mfp-close {
  transition: none !important;
  -webkit-transition: none !important;
}

/* Popup Animations */
/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
          perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
          transform: rotateY(60deg);
  opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 


/* END Popup Animations */
/* END CTA - Call to Action - Bar */
/* footer styles */
.footer-background {
  background-image: none !important;
}

#footer-widgets > div > div > div:nth-child(1) {
  width: 10%;
}

#footer-widgets > div > div > div:nth-child(2) {
  width: 55%;
  margin-right: 4%;
  padding-top: 0;
}

#footer-widgets > div > div > div:nth-child(3) {
  width: 25%;
  padding-left: 5%;
}

#footer-outer #footer-widgets .row {
  padding: 30px 0 0 !important;
}

.material #footer-outer #footer-widgets .col ul.menu-footer-quick-links li {
  padding: 0 !important;
}

#copyright .col.span_5 {
  width: 100%;
}

#copyright .span_7 {
  display: none;
}

#footer-outer #copyright, body {
  background-color: transparent !important;
}

#footer-outer #copyright {
  padding-top: 0 !important;
}

div#footer-logo-area {
  display: none;
}

img.footerLogo {
  width: 95px !important;
  max-width: none !important;
  max-width: initial !important;
}

#footer-outer #copyright p {
  line-height: 22px;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #2b3a42;
}

div#footer-outer {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 691px) and (max-width: 1000px) {
  #footer-widgets > div > div > div:nth-child(1) {
    width: 20% !important;
    margin-bottom: 0 !important;
  }
  #footer-widgets > div > div > div:nth-child(2) {
    width: 70% !important;
    margin-bottom: 0 !important;
  }
  #footer-widgets > div > div > div:nth-child(3) {
    width: 100% !important;
  }
  #footer-outer .widget {
    margin-bottom: 0;
  }
  ul#menu-footer-quick-links {
    text-align: left;
  }
  ul#menu-footer-quick-links li a {
    display: inline-block !important;
    margin-right: 15px !important;
    text-align: left;
  }
  ul#menu-footer-quick-links li {
    display: inline-block;
  }
  #footer-outer #copyright .col {
    width: 100%;
    padding-top: 2rem;
  }
}
.boilerplate {
  padding-bottom: 50px;
}

.boilerplate p {
  font-size: 1rem;
  line-height: 1.35rem;
  font-weight: 600;
}

#footer-widgets h4 {
  margin-top: 0;
  margin-bottom: 0 !important;
  font-size: 1.5rem !important;
}

.material #footer-outer #footer-widgets .col ul#menu-footer-quick-links li {
  padding: 2px 0 !important;
  line-height: 2.15rem;
}

ul#menu-footer-quick-links li a {
  font-size: 1.25rem;
  font-weight: 500;
  /* text-align: right; */
}

#footer-outer .row {
  padding: 30px 0 !important;
}

ul.social li {
  width: 25px;
  display: inline-block;
}

.xt svg {
  /* filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(155deg) brightness(108%) contrast(101%); */
  top: 4px !important;
  position: relative;
  -webkit-filter: invert(21%) sepia(15%) saturate(737%) hue-rotate(157deg) brightness(90%) contrast(94%);
          filter: invert(21%) sepia(15%) saturate(737%) hue-rotate(157deg) brightness(90%) contrast(94%);
}

@media (min-width: 690px) {
  #copyright .span_5 {
    width: 60%;
  }
  #copyright .span_7 {
    width: 35%;
  }
}
@media only screen and (max-width: 690px) {
  #footer-widgets > div > div > div:nth-child(1) {
    width: 100% !important;
    margin-bottom: 0 !important;
    text-align: center;
  }
  #footer-widgets > div > div > div:nth-child(2) {
    width: 100% !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    /*text-align: center;*/
  }
  #footer-widgets > div > div > div:nth-child(3) {
    width: 100% !important;
    padding-left: 0;
  }
  .material .widget ul#menu-footer-quick-links {
    /*text-align: center;*/
  }
  ul#menu-footer-quick-links li {
    display: inline-block;
  }
  .material .widget ul#menu-footer-quick-links li a {
    padding-right: 10px !important;
    /* text-align: center!important; */
  }
}
@media only screen and (min-width: 1000px) {
  #footer-outer .row {
    padding: 30px 0 !important;
  }
}
@media only screen and (max-width: 1000px) {
  #footer-logo-area > div > div > div > div:nth-child(2) {
    margin-left: 0 !important;
    width: 100% !important;
  }
  #search-filter form li, li.sf-field-search {
    width: 100% !important;
    padding: 5px 5px 10px !important;
    margin-left: 0 !important;
  }
  input.search-filter-reset, #search-filter input[type=submit] {
    margin-top: 0 !important;
  }
  li.sf-field-reset {
    margin-top: 10px !important;
    text-align: left !important;
  }
  .searchandfilter select.sf-input-select {
    padding: 2px !important;
  }
  body.post-type-archive-partners div#sfresults {
    margin-top: 25px;
  }
  .paddednews {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
/* Global Section Styles */
@media only screen and (min-width: 1px) and (max-width: 1000px) {
  .has-global-section h3 {
    text-align: center;
  }
}
/* Global sections used as headers for archive pages */
body.single-jobs .nectar-shape-divider-wrap,
body.post-type-archive-jobs .nectar-shape-divider-wrap,
body.post-type-archive-insights .nectar-shape-divider-wrap,
body.post-type-archive-events .nectar-shape-divider-wrap {
  position: absolute;
  top: auto;
  bottom: 0;
  /*left: 0;
  right: 0;
  width: 100%;*/
  height: 150px;
  z-index: 3;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
body.single-jobs svg.nectar-shape-divider,
body.post-type-archive-jobs svg.nectar-shape-divider,
body.post-type-archive-insights svg.nectar-shape-divider,
body.post-type-archive-events svg.nectar-shape-divider {
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 100%;
  position: absolute;
  fill: #fff;
}
body.single-jobs div#ajax-content-wrap,
body.post-type-archive-jobs div#ajax-content-wrap,
body.post-type-archive-insights div#ajax-content-wrap,
body.post-type-archive-events div#ajax-content-wrap {
  z-index: 999;
}
body.single-jobs div#content,
body.post-type-archive-jobs div#content,
body.post-type-archive-insights div#content,
body.post-type-archive-events div#content {
  background-color: #fff;
}

/* END Global Sections Styles  */
/* No Menu Template */
body.page-template-page-nomenu #top {
  min-height: 10px !important;
}

@media only screen and (max-width: 999px) and (min-width: 1px) {
  body.page-template-page-nomenu header#top div.row .col.span_3 {
    top: 0 !important;
  }
}
body.page-template-page-nomenu ul.ubermenu-nav {
  display: none;
  visibility: hidden;
}

body.page-template-page-nomenu #header-secondary-outer, #header-secondary-outer[data-mobile=display_full] {
  display: none !important;
  visibility: hidden !important;
}

body.page-template-page-nomenu .main-content {
  margin-top: 104px !important;
}

@media (min-width: 1000px) {
  body.page-template-page-nomenu .main-content {
    margin-top: 136px !important;
  }
}
@media (max-width: 999px) {
  body.page-template-page-nomenu .header-container-inline {
    margin-top: 0 !important;
  }
}
/*Pardot form */
iframe.pardotform {
  min-height: 625px;
}

div.short-form iframe.pardotform {
  min-height: 0 !important;
  min-height: initial !important;
}

body.page-contact .contactform {
  padding: 3% 3% 0% 3% !important;
}

/* Pop-up Prdot forms */
.iframe-container {
  /*overflow: hidden;*/
  padding-top: 56.25%;
  position: relative;
  width: 50%;
  margin: 0 auto;
  background-color: #ffffff;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  /*padding-top: 75%;*/
  padding-top: 56%;
}

/* My Stuff */
.mfp-inline-holder .mfp-content {
  /*width: 35%;*/
  padding: 2%;
}

div.mfp-with-anim.iframe-container {
  height: calc(100vh - 300px);
}

div#my-form {
  background-color: #fff;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

form#pardot-form {
  padding: 15px !important;
}

.mfp-close {
  right: 5px !important;
  top: 5px !important;
  color: #fff !important;
  background-color: #3B4D5A !important;
}

/* Salient Menu Items */
/* Off Canvas Menu */
/* Off Canvas Menu open impacts logo and top menu button so they remain visible */
#header-outer[data-transparent-header=true].transparent.side-widget-open #logo {
  -webkit-filter: brightness(0) invert(1) !important;
          filter: brightness(0) invert(1) !important;
}

#header-outer[data-transparent-header=true].transparent.side-widget-open #top nav > ul > .button_solid_color > a:before,
body.material #header-outer.transparent .slide-out-widget-area-toggle a .close-line {
  background-color: #fff !important;
}

#header-outer[data-lhe=animated_underline].transparent.side-widget-open #top nav > ul > li[class*=button_solid_color] > a {
  color: #62a1af !important;
}

/* Off canvas menu items */
#slide-out-widget-area.fullscreen-split .left-side {
  width: 100%;
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li {
  margin-bottom: 1.5rem;
}

#slide-out-widget-area .off-canvas-menu-container > ul > li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#slide-out-widget-area .off-canvas-menu-container > ul > li.hide {
  display: none !important;
}

/* Link icons */
.off-canvas-menu-container ul.menu li:before {
  content: "\f0c1";
  font-family: FontAwesome;
  font-size: 1rem;
  padding-right: 1rem;
  display: table-cell;
}

.off-canvas-menu-container.mobile-only ul.menu li:before {
  content: "\f08e";
}

/* Descriptions */
#slide-out-widget-area.fullscreen-split .off-canvas-menu-container li small {
  font-size: 0.85rem;
  padding-left: 0;
}

.off-canvas-menu-container ul.menu li.hide {
  display: none !important;
}

.off-canvas-menu-container.mobile-only {
  margin-bottom: 0 !important;
}

.off-canvas-menu-container.mobile-only li a {
  color: #62a1af !important;
  opacity: 1 !important;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 0.75rem !important;
  font-size: 1rem !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem !important;
  /* padding-right: 0.5rem!important; */
  text-align: center;
}

.off-canvas-menu-container.mobile-only li a:before {
  background-color: #fff !important;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  top: 30%;
  display: block;
  position: absolute;
  left: 0;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  height: 1.5rem;
  content: " ";
  z-index: -1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 10px;
}

#header-outer.transparent[data-permanent-transparent=false] #top .slide-out-widget-area-toggle.mobile-icon i:before,
#header-outer.transparent[data-permanent-transparent=false] #top .slide-out-widget-area-toggle.mobile-icon i:after {
  background-color: #fff !important;
}

/* Previous menu styling */
ul.sf-menu li a,
ul.sf-menu li a span {
  font-family: "proxima-nova";
  line-height: 1.75rem;
}

#header-outer .sf-menu li ul li a,
#header-outer li.menu-item > a .menu-title-text {
  font-size: 1rem;
  /*color: #2b3a42!important;*/
  line-height: 1rem;
  font-weight: 700;
}

#top nav ul li a, body[data-header-color=light] .mobile-header, body[data-header-color=light] .span_9 > .slide-out-widget-area-toggle a .label {
  color: #63a2b0;
}

/* ECX Menu changes */
body:not([data-header-format=left-header]) #header-outer nav > ul > .megamenu > ul > li > a {
  color: #63a2b0;
}

#header-outer .sf-menu li ul li a .item_desc {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #999;
}

/* In-Page Menus */
@media only screen and (max-width: 999px) {
  .page-submenu {
    border-radius: 26px;
    backdrop-filter: blur(4px) saturate(200%);
    background: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 1px 0 rgba(0, 20, 50, 0.02), 0 0 8px rgba(0, 20, 50, 0.03), 0 1px 2px rgba(0, 20, 50, 0.1), 0 20px 30px rgba(0, 20, 50, 0.1);
            box-shadow: 0 1px 0 rgba(0, 20, 50, 0.02), 0 0 8px rgba(0, 20, 50, 0.03), 0 1px 2px rgba(0, 20, 50, 0.1), 0 20px 30px rgba(0, 20, 50, 0.1);
    margin: 0px auto;
    display: block;
    text-align: center;
    z-index: 10;
    /*width: calc(-50px + 100vw);*/
    left: 16px;
    margin-top: 10px;
  }
  .page-submenu:before {
    background: hsla(0, 0%, 100%, 0) -webkit-gradient(linear, left top, left bottom, from(#f7faff), to(rgba(247, 250, 255, 0)));
    background: hsla(0, 0%, 100%, 0) linear-gradient(180deg, #f7faff, rgba(247, 250, 255, 0));
    height: 100%;
    border-radius: 26px;
    display: block;
    content: " ";
    width: 100%;
    z-index: -2;
    border: 0 solid hsla(0, 0%, 100%, 0);
  }
  .page-submenu:after {
    background: hsla(0, 0%, 100%, 0.66667);
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 1px 0 rgba(0, 20, 50, 0.02), 0 0 8px rgba(0, 20, 50, 0.03), 0 1px 2px rgba(0, 20, 50, 0.1), 0 20px 30px rgba(0, 20, 50, 0.1);
            box-shadow: 0 1px 0 rgba(0, 20, 50, 0.02), 0 0 8px rgba(0, 20, 50, 0.03), 0 1px 2px rgba(0, 20, 50, 0.1), 0 20px 30px rgba(0, 20, 50, 0.1);
  }
  .page-submenu .container ul {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: rgb(0, 0, 0);
    display: block;
    /*width: calc(-90px + 100vw);*/
    /*left: 0;*/
    -webkit-box-shadow: 0 1px 0 rgba(0, 20, 50, 0.02), 0 0 8px rgba(0, 20, 50, 0.03), 0 1px 2px rgba(0, 20, 50, 0.1), 0 20px 30px rgba(0, 20, 50, 0.1);
            box-shadow: 0 1px 0 rgba(0, 20, 50, 0.02), 0 0 8px rgba(0, 20, 50, 0.03), 0 1px 2px rgba(0, 20, 50, 0.1), 0 20px 30px rgba(0, 20, 50, 0.1);
    backdrop-filter: blur(4px) saturate(200%);
    /* border-radius: 26px; */
    margin-top: 1px;
  }
  /* Hide onload */
  .page-submenu .container ul {
    display: none;
  }
  .page-submenu .full-width-section {
    background-color: transparent !important;
  }
  .page-submenu .mobile-menu-link {
    border-left: none;
    border-right: none;
  }
  body .page-submenu li a {
    opacity: 1;
  }
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
  .page-submenu[data-bg-color="#ffffff"] ul li a {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .mobile-menu-link,
  .page-submenu a,
  .page-submenu ul li a {
    color: #62a1af !important;
  }
  .mobile-menu-link:hover,
  .page-submenu a:hover,
  .page-submenu ul li a:hover {
    color: var(--nectar-extra-color-1) !important;
  }
}
#in-page-menu {
  margin-top: 0 !important;
}

#in-page-menu .inner-wrap .row-bg {
  backdrop-filter: blur(4px) saturate(200%);
  background: rgba(255, 255, 255, 0.75) !important;
  -webkit-box-shadow: 0 1px 0 rgba(0, 20, 50, 0.02), 0 0 8px rgba(0, 20, 50, 0.03), 0 1px 2px rgba(0, 20, 50, 0.1), 0 20px 30px rgba(0, 20, 50, 0.1) !important;
          box-shadow: 0 1px 0 rgba(0, 20, 50, 0.02), 0 0 8px rgba(0, 20, 50, 0.03), 0 1px 2px rgba(0, 20, 50, 0.1), 0 20px 30px rgba(0, 20, 50, 0.1) !important;
}

#in-page-menu .row-bg-wrap {
  -webkit-box-shadow: 0 1px 0 rgba(0, 20, 50, 0.02), 0 0 8px rgba(0, 20, 50, 0.03), 0 1px 2px rgba(0, 20, 50, 0.1), 0 20px 30px rgba(0, 20, 50, 0.1) !important;
          box-shadow: 0 1px 0 rgba(0, 20, 50, 0.02), 0 0 8px rgba(0, 20, 50, 0.03), 0 1px 2px rgba(0, 20, 50, 0.1), 0 20px 30px rgba(0, 20, 50, 0.1) !important;
}

#in-page-menu .inner-wrap.row-bg-layer:after {
  content: " ";
  display: block;
  height: 2.75rem !important;
  backdrop-filter: blur(16px) saturate(100%) contrast(100%) !important;
  background: rgba(255, 255, 255, 0.2) !important;
  /* box-shadow: 0 1px 0 rgba(0, 20, 50, .02), 0 0 8px rgba(0, 20, 50, .03), 0 1px 2px rgba(0, 20, 50, .1), 0 20px 30px rgba(0, 20, 50, .1); */
  /* position: relative; */
  /* bottom: 0; */
  /* opacity: 0.2; */
}

#in-page-menu p.description {
  color: #000 !important;
}

/* Icons */
.nectar-menu-icon.svg-icon svg  {
  width: 24px !important;
  height: 24px !important;
}

.nectar-menu-icon.svg-icon svg path {
  fill: #63ab8f !important;
}

nav .sf-menu li ul.sub-menu li a .menu-title-text:after {
  background-color: #63ab8f;
}

nav .sf-menu li ul.sub-menu li a .menu-title-text:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.35s cubic-bezier(0.52, 0.01, 0.16, 1), -webkit-transform 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  background-color: #63a2b0;
}

nav .sf-menu li ul.sub-menu li a:hover .menu-title-text:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

nav > ul.sf-menu > li.menu-item > a > span.menu-title-text {
  font-size: 1rem !important;
}

ul.sf-menu > li > ul.sub-menu > li > ul.sub-menu > li > a > span {
  /*color: #2b3a42!important;
  font-size: 0.9rem;*/
}

#header-outer header .nectar-menu-icon {
  font-size: 1.25rem;
  top: 0;
  vertical-align: middle;
  line-height: 1.5rem;
  min-width: 1.5rem;
}

i.nectar-menu-icon {
  color: #5cb095;
}

/* Search Results */
body.search-results.material .container-wrap {
  margin-top: 50px;
}

p.search-intro {
  margin-left: 0;
  margin-top: 40px;
  font-weight: 600;
}

body.search-results #search-results[data-layout=list-no-sidebar] article:before {
  display: none !important;
}

body.search-results #search-results[data-layout=list-no-sidebar] article .inner-wrap > a {
  background-color: transparent;
}

.content-image-container {
  background-image: none !important;
  background-color: #fff;
}

body.search-results #search-results[data-layout=list-no-sidebar] article .inner-wrap > a img {
  display: none;
}

.content-type, .content-button {
  display: none;
}

body.search-results #search-results[data-layout=list-no-sidebar] .result .inner-wrap h2 {
  padding-top: 3px;
  padding-right: 0;
  display: inline;
}

body.search #search-results .result .inner-wrap h2 {
  text-align: left;
}

body.search-results #search-results[data-layout=list-no-sidebar] article .inner-wrap > a {
  pointer-events: none;
}

body.search-results #search-results[data-layout=list-no-sidebar] article {
  margin-bottom: 15px;
  padding-left: 0;
}

body.search-results .insight-body {
  padding: 0;
  text-align: left;
}

/*body.search-results #search-results .result p {
    display: inline-block;
}*/
body.search-results #search-results .result p:empty {
  display: none;
}

.searchres-link a {
  color: #63ab8f;
}

body.search-results #pagination[data-layout=list-no-sidebar] {
  text-align: left;
  /* margin-left: 175px; */
  /* margin-top: 30px; */
  margin-bottom: 30px;
  max-width: 1000px;
  margin: 30px auto;
}

body.search-results #pagination > div {
  float: left;
  margin: 0 5px 0 0;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.14);
  height: 32px;
}

body.search-results #pagination a:not(.page-numbers) {
  background-color: #63ab8f !important;
}

body.search-results #pagination .next a:hover, #pagination .prev a:hover {
  background-color: #333 !important;
}

/* END Search Results */
html, body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  color: #585b5d;
}

/*body[data-slide-out-widget-area-style="slide-out-from-right"] .ocm-effect-wrap {
    overflow: scroll!important;
}*/
body.material-ocm-open #slide-out-widget-area.slide-out-from-right .inner-wrap {
  margin-top: 2rem;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

html,
body,
div.spacer-for-bookmarks {
  scroll-margin-top: 15rem;
  scroll-padding-top: 15rem;
}

/*body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap {
    overflow: initial!important;
}*/
.bg-layer {
  will-change: transform;
}

/* Home background image */
body.home {
  background-image: url(/wp-content/uploads/2025/09/hexagonsbg.svg), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: url(/wp-content/uploads/2025/09/hexagonsbg.svg), linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  background-position: 65vw top;
}

body.material-ocm-open .container-wrap,
.ocm-effect-wrap.material-ocm-open,
.ocm-effect-wrap.material-ocm-open .ocm-effect-wrap-inner {
  background-color: #fff;
}

/* Salient back to top button */
a#to-top {
  right: auto;
  right: initial;
  left: 2rem;
}

h1, h2, h3, h4, h5, h6,
#page-header-bg h1, .nectar-box-roll .overlaid-content h1 {
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
}

h1, .h1 {
  font-size: 4.25rem;
  line-height: 4.25rem;
  font-weight: 900;
}

.titlerow h1 {
  color: #ffffff !important;
  font-size: 60px;
  font-weight: 400;
}

.titlerow h2 {
  color: #ffffff !important;
  font-size: 40px;
  font-weight: 300;
}

h2, .h2 {
  color: var(--nectar-extra-color-1) !important;
  font-size: 3rem;
  font-weight: 900;
  line-height: 3.5rem;
  margin-bottom: 2rem;
}

h2.accent,
.accent {
  color: var(--nectar-accent-color) !important;
}

h3, .h3 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 900;
}

h3.header {
  color: #fff !important;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.375rem;
  text-transform: uppercase;
}

h3.formtitle {
  color: #1b1f3a;
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
}

.IPIupdates h3 {
  color: #2b3a42;
}

.tkboxshad h3 {
  min-height: 2.5em;
}

h4, .h4 {
  color: #c0887b;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 2rem !important;
  font-weight: 700 !important;
}

h4.callout {
  font-size: 3rem !important;
  line-height: 3rem !important;
}

.IPIupdates h4 {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #333333;
  margin-top: 1.5rem;
  margin-bottom: 1rem !important;
}

body .nectar-milestone .number h4 {
  font-size: 4rem;
  margin-bottom: 0.5rem !important;
}

.wpb_text_column.wpb_zoomIn .wpb_wrapper h4 {
  margin-top: 0;
  color: #fff !important;
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.35rem;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  font-weight: 600;
}

.icons h5 {
  color: #384d5d;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.icons.small h5 {
  color: #384d5d;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

#header-row h5 {
  font-size: 1.75rem;
  line-height: 1.75rem;
  /*color: #63ab8f !important;*/
  margin-top: 1rem;
  font-weight: 900;
}

.IPIupdates h5 {
  font-weight: 600 !important;
  color: #333333 !important;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h6, .h6 {
  font-size: 1.15rem;
  line-height: 1.15rem;
  margin-bottom: 0.25rem;
  color: var(--nectar-accent-color) !important;
}

h2.h6 {
  font-weight: 700 !important;
  margin-bottom: 1.25rem;
}

.bold, b, strong {
  font-weight: 700;
}

/* Header rows */
#ecx-header-row h1 {
  font-size: 2.75vw;
}
#ecx-header-row p {
  font-size: 1.25rem !important;
  line-height: 1.75rem;
}

/* Homepage header row */
#ecx-header-row:not(.internal).wpb_row .row-bg {
  top: 8%;
  height: 72%;
  background-size: cover;
  border-radius: 30px;
}

/* Internal pages: ; header row */
#ecx-header-row.internal .row-bg {
  background-position: 50vw 0 !important;
  background-blend-mode: soft-light;
}

.multiply .row-bg {
  background-blend-mode: multiply;
}

/*#header-outer.transparent a#logo, 
#header-outer.side-widget-closed.transparent  a#logo, 
#header-outer.transparent nav ul .slide-out-widget-area-toggle a, 
#header-outer.side-widget-closed.transparent nav ul .slide-out-widget-area-toggle a{
-webkit-filter: brightness(0) invert(1) !important;
filter: brightness(0) invert(1) !important;
}*/
#header-outer.transparent #top #logo,
#header-outer.transparent #top #logo:hover,
#header-outer.transparent #top nav ul .slide-out-widget-area-toggle {
  -webkit-filter: brightness(0) invert(1) !important;
          filter: brightness(0) invert(1) !important;
}

img.pci-svg-logo {
  max-width: 292px !important;
}

img.solutions-svg-logo {
  /*max-width: 130px !important;*/
  height: 65px !important;
}

img.header-svg-hexagon {
  width: 175px !important;
}

img.header-svg-hexagon.semi-t {
  opacity: 0.75 !important;
}

.cta-heading {
  font-size: 2.5rem !important;
}

.span_12.light .wpb_text_column a:not(:hover) {
  opacity: 1;
}

/* Wavy effect button hovers */
.container.main-content .nectar-button-type a.link_text {
  text-decoration: none !important;
}

/* Cascade background */
.the-cascade .row-bg {
  background-position: 55vw top !important;
}

.the-cascade.left .row-bg {
  background-position: -55vw top !important;
}

/* Bleeding backgrounds */
/* Negative margins for backgrounds */
/*.the-cascade.tall-bg {
height: 1900px;
}*/
/* Wider img vs text (img right/text left)*/
.the-cascade.narrowed-text .vc_col-sm-6:nth-of-type(1) {
  width: 45% !important;
}

.the-cascade.narrowed-text .vc_col-sm-6:nth-of-type(2) {
  width: 55% !important;
}

@media only screen and (min-width: 1000px) and (max-width: 1250px) {
  #voice .cascading-image .inner-wrap {
    -webkit-transform: translateX(55px) translateY(0px) scale(1, 1) translateZ(0px) !important;
            transform: translateX(55px) translateY(0px) scale(1, 1) translateZ(0px) !important;
  }
}
@media only screen and (max-width: 999px) {
  .the-cascade.narrowed-text .vc_col-sm-6:nth-of-type(1),
  .the-cascade.narrowed-text .vc_col-sm-6:nth-of-type(2) {
    width: 100% !important;
  }
}
/*.the-cascade.narrowed-text .row-bg {
transform: translateZ(0) scale(0.75);
}*/
body.home .the-cascade.tall-bg .row-bg {
  opacity: 0.25;
}

.the-cascade.tall-bg .row-bg {
  background-position: 55vw top !important;
}

@media only screen and (max-width: 1200px) {
  .the-cascade.tall-bg .row-bg {
    background-position: 45vw top !important;
  }
}
/*@media only screen and (min-width:1000px) and (max-width:1199px) {
.the-cascade.adopt-bg {
margin-top: -1300px!important;
}
}
@media only screen and (min-width:691px) and (max-width:999px) {
.the-cascade.adopt-bg {
margin-top: -800px!important;
}
}
@media only screen and (max-width:690px) {
.the-cascade.adopt-bg {
margin-top: -930px!important;
}
}

.the-cascade.adopt-bg {
margin-top: -1350px;
}*/
.bgleft .row-bg {
  background-position: -50vw 0 !important;
  background-size: contain;
}

/*.bgleft.beige>.row-bg-wrap>.inner-wrap>.row-bg {
background-color: #F9F8F7;
}*/
@media only screen and (max-width: 1000px) {
  .bgleft .row-bg {
    background-position: -5vw 0 !important;
    background-size: cover;
  }
}
.cta-right {
  margin-top: -1.5rem !important;
}

.container-wrap,
.material .ocm-effect-wrap {
  background-color: transparent;
}

#header-outer[data-transparent-header=true][data-transparent-shadow-helper=true].transparent:not(.dark-slide):before {
  background: none;
}

/* Cascading images */
.shadow .cascading-image img {
  border-radius: 15px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0, rgba(0, 0, 0, 0.05) 0 2px 7px, rgba(0, 0, 0, 0.06) 0 12px 22px;
          box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0, rgba(0, 0, 0, 0.05) 0 2px 7px, rgba(0, 0, 0, 0.06) 0 12px 22px;
}

/*.cascading-image .bg-layer:first-of-type img {
    max-width: 550px!important;
}*/
.cascading-image[data-shadow=small_depth] .img-wrap {
  box-shadow: 10px 9px 7px -2px rgba(0, 0, 0, 0.58);
  -webkit-box-shadow: 10px 9px 7px -2px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 10px 9px 7px -2px rgba(0, 0, 0, 0.58);
}

@media only screen and (max-width: 1000px) {
  .nectar_cascading_images > .cascading-image:nth-of-type(2) .bg-layer > div {
    -webkit-transform: translateY(85%) !important;
            transform: translateY(85%) !important;
  }
  .nectar_cascading_images > .cascading-image:nth-of-type(1) .bg-layer > div > img {
    width: 500px !important;
  }
}
@media only screen and (min-width: 691px) and (max-width: 1000px) {
  .nectar_cascading_images > .cascading-image:nth-of-type(2) .bg-layer > div > img {
    max-width: 450px !important;
  }
}
@media only screen and (max-width: 690px) {
  .nectar_cascading_images > .cascading-image:nth-of-type(2) .bg-layer > div > img {
    max-width: 300px !important;
  }
}
/* Carousels */
.nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
  margin: 0;
}

.nectar-drag-indicator i.fa-angle-left,
.nectar-drag-indicator i.fa-angle-right {
  top: -23px !important;
}

.nectar-flickity.nectar-carousel[data-desktop-columns="1"][data-format=default] .cell .inner-wrap .wpb_row.vc_row.inner_row {
  border-radius: 15px;
}

.nectar-drag-indicator[data-type=solid] i {
  font-size: 40px;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .nectar-flickity.nectar-carousel .flickity-slider .inner-wrap > :last-child, .flickity-slider .wpb_row > .span_12 > .column_container:last-child {
    margin-bottom: 25px !important;
  }
  .flickity-slider .vc_col-sm-1\/5.wpb_column {
    width: 30%;
  }
  /*.flickity-slider .wpb_row>.span_12>.column_container:not(:has(img)) {
  	display: none!important;
  }*/
  .nectar-flickity:not(.masonry) .flickity-slider .cell img {
    display: block;
    margin: 0 auto;
  }
}
/*.flickity-viewport .cell:not(.is-selected) .box-bg {
filter: blur(25px);
}*/
/* New sectioned carousel for logos */
.nectar-flickity .img-with-aniamtion-wrap.custom-size {
  width: 100px;
  display: inline-block;
  max-width: 100px !important;
}

/* Fixed content sits left with right off-page horizontal scrolling */
#features.overflowing .nectar-carousel-flickity-fixed-content .nectar-flickity {
  margin-left: 0;
  width: 150%;
}

.overflowing .flickity-slider .cell img {
  -webkit-filter: brightness(0) invert(1) contrast(100%);
          filter: brightness(0) invert(1) contrast(100%);
}

/* Integration Carousel */
.nectar-flickity:not(.masonry) .flickity-slider .cell .svg-logos img {
  width: auto;
  max-height: 65px;
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots {
  bottom: 0 !important;
}

.integrations-carousel .hidden {
  display: none;
}

/* Fancy Box */
.nectar-fancy-box {
  padding: 15% 10%;
}
.nectar-fancy-box h3 {
  font-size: 1.85rem;
  line-height: 2rem;
  display: inline;
  padding-left: 1rem !important;
  vertical-align: bottom;
}
.nectar-fancy-box p {
  font-size: 1rem;
  line-height: 1.4rem;
}
.nectar-fancy-box .inner > .im-icon-wrap {
  display: inline;
}

.nectar-fancy-box[data-style=color_box_basic]:hover .box-bg:before {
  opacity: 1;
  background-color: #3b484c;
}

/* Highlighted Text */
.has-global-section .nectar-highlighted-text h2 {
  color: #fff !important;
}

/* Feature list icons */
.featurelist-icons .iwithtext:last-of-type {
  border-bottom: none;
}

.featurelist-icons.force-white h2 {
  color: #fff !important;
}

.featurelist-icons.force-white .iwithtext .iwt-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.featurelist-icons {
  border-radius: 20px 20px 0 0 !important;
}

.featurelist-icons .col .iwithtext .iwt-icon img:not([srcset]) {
  width: 55px;
}
.featurelist-icons .col .featurelist-icons.compliance .iwt-icon img {
  -webkit-filter: grayscale(1) brightness(1) invert(1) contrast(100%);
          filter: grayscale(1) brightness(1) invert(1) contrast(100%);
}
.featurelist-icons .col .iwithtext {
  margin-bottom: 10px !important;
  padding-top: 10px;
}
.featurelist-icons .col .iwithtext .iwt-text {
  padding-left: 0.75rem;
  font-size: 1.1rem;
  vertical-align: middle;
  display: table-cell;
  top: -0.4rem;
  position: relative;
}
.featurelist-icons .col .iwithtext .iwt-icon {
  position: relative;
  display: table-cell;
  width: 55px;
}

/* Coloured Carousel */
.coloured-carousel .compact-content h4 {
  font-weight: 900 !important;
  font-size: 2.2rem;
  margin-bottom: 0 !important;
}
.coloured-carousel .compact-content h5 {
  font-weight: 900 !important;
}
.coloured-carousel .compact-content h4, .coloured-carousel .compact-content h5, .coloured-carousel .compact-content p, .coloured-carousel .compact-content ul li {
  color: #fff !important;
}

p.elastic {
  display: block;
  clear: both;
  margin-top: 1rem;
}

.inline-cta-bttn {
  background-color: #62a1af;
  color: #fff;
  padding-top: 0.8em;
  padding-right: 1em;
  padding-bottom: 0.8em;
  padding-left: 1em;
  border-radius: 5px;
}

/* Testimonials */
.nectar-flickity.nectar-carousel[data-column-border=true] .flickity-slider .inner-wrap {
  border: none;
}

.nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content {
  /*width: 100%;
  position: relative;
  text-align: center;
  transform: none;*/
}

.material-ocm-open .container-wrap .nectar-carousel-flickity-fixed-content {
  overflow: hidden !important;
}

/* Cascading images */
.reduced .nectar_cascading_images .cascading-image:last-of-type {
  padding: 20% !important;
}

.xt svg {
  -webkit-filter: brightness(0) invert(1) contrast(100%);
  filter: brightness(0) invert(1) contrast(100%);
}

@media only screen and (min-width: 1300px) {
  .nectar-flickity.nectar-carousel[data-desktop-columns="4"][data-format=default] .cell {
    width: 30%;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1201px) {
  /*    body {
      background-position: 1100px -150px;
  }*/
  /*    .the-cascade .row-bg {
      background-position: 800px -150px!important;
  }
  .the-cascade.left .row-bg {
      background-position: -500px -30%!important;
  }*/
}
@media only screen and (max-width: 1200px) and (min-width: 1000px) {
  /*    body {
      background-position: 550px top;
  }
      .the-cascade .row-bg {
      background-position: 550px top!important;
  }
  .the-cascade.left .row-bg {
      background-position: -750px -18%!important;
  }*/
  /*#ecx-header-row:not(.internal) {
  	margin-top: 15%!important;
  }*/
}
@media only screen and (max-width: 999px) {
  #features {
    padding-top: 38% !important;
  }
}
@media only screen and (max-width: 999px) and (min-width: 691px) {
  /*    body {
      background-position: 600px top;
  }
      .the-cascade .row-bg {
      background-position: 600px top!important;
  }
  .the-cascade.left .row-bg {
      background-position: -500px -18%!important;
  }*/
  #ecx-header-row:not(.internal).wpb_row .row-bg {
    top: 0% !important;
  }
}
@media only screen and (min-width: 691px) {
  #ecx-header-row img.header-svg-hexagon {
    width: 175px !important;
  }
}
@media only screen and (max-width: 690px) {
  /*    body {
      background-position: 400px -150px;
  }
  	.the-cascade .row-bg {
      background-position: 400px -150px!important;
  }
  .the-cascade.left .row-bg {
      background-position: -400px -18%!important;
  }*/
  /*.container.main-content #ecx-header-row:not(.internal).wpb_row.top-level {
      margin-top: 10% !important;
  }*/
  #ecx-header-row:not(.internal).wpb_row .row-bg {
    top: 2% !important;
  }
  .cta-buttons {
    padding-top: 7vw !important;
  }
  .text-content {
    padding-left: 3%;
    padding-right: 3%;
  }
  #ecx-header-row img.header-svg-hexagon {
    width: 100px !important;
  }
  img.header-svg-hexagon.content {
    -webkit-transform: scale(0.5) !important;
            transform: scale(0.5) !important;
  }
  .why-ecx .nectar_cascading_images .cascading-image:nth-of-type(2) {
    width: 75%;
    left: 88%;
    top: 75%;
  }
  .why-ecx .nectar_cascading_images .cascading-image:nth-of-type(3) {
    width: 45%;
    top: 75%;
    left: 36%;
  }
  .recover .nectar_cascading_images .cascading-image:nth-of-type(1) .bg-layer {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  body .full-width-section.cta-spacer .row-bg-wrap {
    margin-left: -50vw !important;
    width: 100vw !important;
  }
  .cta-spacer {
    margin-top: -75% !important;
    padding-bottom: 75% !important;
  }
  .ECX-CTA-footer .row_col_wrap_12 {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  div#footer-outer {
    padding-bottom: 51px;
    top: -1px;
    padding-top: 0;
  }
}
.divider-border {
  margin: 35px 55px 35px auto;
  background-color: rgba(0, 0, 0, 0.5);
}

div.spacer-for-bookmarks {
  visibility: hidden;
  height: 140px;
  margin-top: -163px;
}

/* In-page Menu styling */
#in-page-menu .inner-wrap.row-bg-layer:after {
  content: " ";
  display: block;
  height: 2.75rem !important;
  backdrop-filter: blur(16px) saturate(100%) contrast(100%) !important;
  background: rgba(255, 255, 255, 0.2) !important;
  /* box-shadow: 0 1px 0 rgba(0, 20, 50, .02), 0 0 8px rgba(0, 20, 50, .03), 0 1px 2px rgba(0, 20, 50, .1), 0 20px 30px rgba(0, 20, 50, .1); */
  /* position: relative; */
  /* bottom: 0; */
  /* opacity: 0.2; */
  /*box-shadow: inset 2px 2px 1px 0 rgba(255, 255, 255, 0.5),
  inset -1px -1px 1px 1px rgba(255, 255, 255, 0.5);*/
  -webkit-box-shadow: inset 0px 0px 8px 11px rgba(255, 255, 255, 0.25), inset 6px 1px 10px 2px rgba(255, 255, 255, 0.95);
          box-shadow: inset 0px 0px 8px 11px rgba(255, 255, 255, 0.25), inset 6px 1px 10px 2px rgba(255, 255, 255, 0.95);
}
#in-page-menu h4 {
  margin-bottom: 0.75rem !important;
  /* text-shadow: rgba(247,246,244,0.9) 0px 0px 3px; */
  text-shadow: rgb(247, 246, 244) 2px -1px 5px;
  line-height: 1.8rem;
}
#in-page-menu h4 a,
#in-page-menu h4 a:link,
#in-page-menu h4 a:visited {
  font-size: 1rem;
  color: var(--nectar-accent-color) !important;
  text-decoration: none;
}
#in-page-menu h4 a:hover {
  color: #000 !important;
}
#in-page-menu p.description {
  font-size: 0.85rem;
  line-height: 1.25rem;
  font-weight: 700;
}
#in-page-menu .vc_col-sm-1\/5 {
  padding-right: 3%;
}

@media only screen and (max-width: 999px) {
  body.page-solutions #header-outer[data-transparent-header=true]:not(.side-widget-open) {
    background-color: #fff !important;
  }
  #on-page-mobile {
    display: block;
    /*top: 48px;*/
  }
  #spacer-sticky-nav,
  #in-page-menu {
    display: none;
  }
  .page-submenu[data-alignment=left] {
    text-align: left;
  }
  .nectar-sticky-row-wrap--top_after_nav {
    top: 100px;
  }
  .page-submenu .mobile-menu-link {
    padding: 16px 0 16px 1.5rem;
  }
  /*.page-submenu .mobile-menu-link:before {
  content: "Page ";
  }*/
  .page-submenu .mobile-menu-link:after {
    content: ": On This Page";
  }
  .page-submenu > .full-width-section {
    width: calc(85vw - var(--scroll-bar-w)) !important;
  }
  /*#spacer-sticky-nav,
  #in-page-menu p.description {
         display:none;
     }
     .nectar-sticky-row-wrap--top_after_nav {
         top: calc(var(--nectar-sticky-top-distance) - 75px)!important;
     }
  #in-page-menu {
  	padding-top: 65px!important;
  	padding-bottom: 15px!important;
  }
  #in-page-menu .vc_col-sm-1\/5.wpb_column {
  	margin-bottom: 0!important;
  }
  #header-outer #top #logo img,
  .slide-out-widget-area-toggle {
  	filter: brightness(0) invert(1) !important;
  }
  body.page-solutions #header-outer.scrolled-down {
  	background-color: var(--nectar-extra-color-1)!important;
  }
  body.page-solutions .ocm-effect-wrap-inner:has(#header-outer.scrolled-down) #in-page-menu {
  	padding-top: 85px !important;
  }*/
}
@media only screen and (min-width: 1000px) {
  #space-after-sticky-nav,
  #space-sticky-nav {
    display: none;
  }
  #on-page-mobile {
    display: none;
  }
}
/* Old site styles */
.darksection h1,
.darksection h2,
.darksection h3,
.darksection h4,
.darksection h5,
.darksection p {
  color: #ffffff !important;
}

.bold, b, strong {
  font-family: inherit !important;
}

/* The client insists on adding strong after an h4: Salient has a specific rule for font weights, so this corrects it */
h4 strong {
  font-weight: 700 !important;
}

@media only screen and (max-width: 690px) {
  .blog-title #single-below-header > span {
    padding: 0;
    border-left: none;
  }
  #header-row {
    padding-top: 0 !important;
    padding-bottom: 4rem !important;
  }
  h1 {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
  body.home h2 {
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
  }
  body .nectar-milestone .number h4 {
    font-size: 2.5rem !important;
  }
  .nectar-milestone .number .symbol-wrap {
    font-size: 2rem !important;
  }
}
/* Accent colours etc */
/*
	#585b5d Primary charcoal
	#384d5d Primary teal
	#ffa480 Primary peach
	#63a2b0 Secondary teal
	#ffd9ce Secondary peach
*/
.accent-color,
.accent-colour,
.blue,
.dark-blue {
  color: #62a1af !important;
}

.extra-color-1,
.extra-colour-1,
.green {
  color: #3b484c !important;
}

.extra-color-2,
.extra-colour-2,
.pink {
  color: #e6f0f1 !important;
}

.extra-color-3,
.extra-colour-3,
.white {
  color: #ebe5e0 !important;
}

a.nectar-button.accent-color span,
a.nectar-button.extra-color-1 span,
a.nectar-button.extra-color-2 span {
  color: #fff;
}

p {
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: 600;
  overflow-wrap: break-word;
}

*#header-row p {
  /*font-size: 1.25rem;
  line-height: 1.5rem;
  color: #fff !important;
  margin-top: 0;*/
  font-weight: 600;
  /*margin-bottom: 1rem;*/
}

/* CCC Cookie Consent */
#ccc-icon.ccc-icon--light {
  fill: #63ab8f !important;
}

.overlap-section {
  padding-bottom: 8rem !important;
}

.bold-head-section {
  margin-top: -4rem !important;
  min-height: 8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bold-head-section .vc_column-inner {
  padding-top: 2.5rem !important;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  padding-bottom: 2.5rem !important;
}

.bold-head-section p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
}

.bold-head-section div.row-bg {
  border-top-right-radius: 50px !important;
}

.clip-border-section {
  border: 4px solid #c2c4c4;
  border-radius: 20px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, calc(100% - 30px) 30px, 100% 30px, 100% 100%, 30px 100%, 30px calc(100% - 30px), 0 calc(100% - 30px));
  /* min-height: 300px; */
  /* min-height: 8rem; */
  padding-top: 2rem !important;
  /* padding-bottom: 1rem!important; */
}

.clip-border-section .wpb_wrapper {
  padding: 5px;
}

.clip-border-section h4 {
  color: #2b3a42;
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding: 0 2rem;
}

body .nectar-milestone .subject {
  font-size: 1.5rem;
  font-weight: 600;
}

.IPIupdates .wpb_text_column {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.icons .vc_col-sm-3 img {
  max-width: 40% !important;
}

.icons .vc_col-sm-4 img {
  max-width: 30%;
}

.icons .vc_col-sm-1\/5 img {
  max-width: 75%;
}

.darksection p {
  font-size: 14px;
  font-weight: 600;
}

.exccntact h2 {
  color: #ffffff !important;
}

.exccntact p {
  font-weight: 500;
}

blockquote p {
  /*color: #1998d5;*/
  line-height: 1.25em;
}

/* The links don't stand out - make them green and underlined...aside from the following situations */
.container.main-content a {
  color: #63ab8f;
  text-decoration: underline;
  font-weight: 900 !important;
}

/* Tabs */
.ui-tabs-nav a {
  font-weight: 600 !important;
  text-decoration: none !important;
}

a.nectar-button {
  color: #fff !important;
}

/* Buttons, News - Masonry posts, Categories, Pagination, Latest News, Icons */
a.nectar-button,
body.material .nectar-button.has-icon i,
.container.main-content .posts-container a,
span.meta-category a,
#pagination a,
.grav-wrap a,
h5.newstitle a,
h5.newstitle a:link,
a i,
.nectar-hor-list-item a {
  text-decoration: none !important;
}

ul, ol {
  margin-left: 50px;
}

ol {
  list-style: none;
  counter-reset: ipi-counter;
}

ol li {
  counter-increment: ipi-counter;
  list-style: none;
  margin-bottom: 20px;
}

ol li::before {
  content: counter(ipi-counter) ". ";
  color: #333;
  font-weight: bold;
  margin-right: 1em;
}