@charset "UTF-8";
/**
 * Breakpoint width, min and max follows Boostrap sizing as a guide.
 *
 * @see https://getbootstrap.com/docs/5.2/layout/grid/#grid-options
 */
.search input[type=text], .site-header a,
.hamburger-nav a, body.search a, body.search p, body.search ol, body.search ul, body.search li,
.page-template-template-sections a,
.page-template-template-sections p,
.page-template-template-sections ol,
.page-template-template-sections ul,
.page-template-template-sections li,
.page-template-template-regular a,
.page-template-template-regular p,
.page-template-template-regular ol,
.page-template-template-regular ul,
.page-template-template-regular li,
.single a,
.single p,
.single ol,
.single ul,
.single li,
.home a,
.home p,
.home ol,
.home ul,
.home li, body.search,
body.page-template-template-sections,
body.page-template-template-regular,
body.single,
body.home {
  font-family: "Lato", sans-serif;
}

body.search h1, body.search h2, body.search h3, body.search h4, body.search h5, body.search h6,
.page-template-template-sections h1,
.page-template-template-sections h2,
.page-template-template-sections h3,
.page-template-template-sections h4,
.page-template-template-sections h5,
.page-template-template-sections h6,
.page-template-template-regular h1,
.page-template-template-regular h2,
.page-template-template-regular h3,
.page-template-template-regular h4,
.page-template-template-regular h5,
.page-template-template-regular h6,
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6,
.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
  font-family: "Lato", sans-serif;
}

/**
 * These styles will turn into site wide styles once work begins on other templates,
 * for now these styles are localized to the front-page and specific templates.
 */
body.search,
body.page-template-template-sections,
body.page-template-template-regular,
body.single,
body.home {
  background-color: #fff;
  color: #222;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}

body.search h1, body.search h2, body.search h3, body.search h4, body.search h5, body.search h6,
body.search p, body.search ul, body.search ol,
.page-template-template-sections h1,
.page-template-template-sections h2,
.page-template-template-sections h3,
.page-template-template-sections h4,
.page-template-template-sections h5,
.page-template-template-sections h6,
.page-template-template-sections p,
.page-template-template-sections ul,
.page-template-template-sections ol,
.page-template-template-regular h1,
.page-template-template-regular h2,
.page-template-template-regular h3,
.page-template-template-regular h4,
.page-template-template-regular h5,
.page-template-template-regular h6,
.page-template-template-regular p,
.page-template-template-regular ul,
.page-template-template-regular ol,
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6,
.single p,
.single ul,
.single ol,
.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6,
.home p,
.home ul,
.home ol {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
body.search h1, body.search h2, body.search h3, body.search h4, body.search h5, body.search h6,
.page-template-template-sections h1,
.page-template-template-sections h2,
.page-template-template-sections h3,
.page-template-template-sections h4,
.page-template-template-sections h5,
.page-template-template-sections h6,
.page-template-template-regular h1,
.page-template-template-regular h2,
.page-template-template-regular h3,
.page-template-template-regular h4,
.page-template-template-regular h5,
.page-template-template-regular h6,
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6,
.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
  font-weight: 700;
  line-height: 1.2;
}
body.search h1,
.page-template-template-sections h1,
.page-template-template-regular h1,
.single h1,
.home h1 {
  font-weight: 900;
}
body.search ul, body.search ol,
.page-template-template-sections ul,
.page-template-template-sections ol,
.page-template-template-regular ul,
.page-template-template-regular ol,
.single ul,
.single ol,
.home ul,
.home ol {
  list-style-type: initial;
  padding-left: 30px;
  padding-left: 3rem;
}
body.search li,
.page-template-template-sections li,
.page-template-template-regular li,
.single li,
.home li {
  list-style-type: inherit;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
body.search img,
.page-template-template-sections img,
.page-template-template-regular img,
.single img,
.home img {
  height: auto;
  max-width: 100%;
}

.page-template-template-regular .site-main {
  padding: 40px 0;
  padding: 4rem 0;
}

.single .site-main h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media (min-width: 576px) {
  .single .site-main h2 {
    font-size: 2.8rem;
  }
}
.single .site-main h3 {
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 576px) {
  .single .site-main h3 {
    font-size: 2.4rem;
  }
}

.home h2 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media (min-width: 576px) {
  .home h2 {
    font-size: 3.4rem;
  }
}

.text--color-white {
  color: #fff;
}
.text--align-justify {
  text-align: justify;
  text-justify: inter-word;
}
.text--align-center {
  text-align: center;
}
.text--align-right {
  text-align: right;
}
.text--align-left {
  text-align: left;
}
.text--transform-uppercase {
  text-transform: uppercase;
}
.text--transform-none {
  text-transform: none;
}
.text--small, .text--size-90 {
  font-size: 90%;
}
.text--smaller, .text--size-80 {
  font-size: 80%;
}
.text--size-70 {
  font-size: 70%;
}
.text--size-60 {
  font-size: 60%;
}
.text--size-50 {
  font-size: 50%;
}

.site-btn,
.site-btn-tmp {
  background-color: #f89c20;
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 15px;
  padding: 0.8rem 1.5rem;
  transition: all 0.2s ease-out;
  transition-property: background-color, color;
}
.site-btn:focus, .site-btn:hover,
.site-btn-tmp:focus,
.site-btn-tmp:hover {
  background-color: #323232;
  color: #fff;
}
.site-btn .icon,
.site-btn-tmp .icon {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 8px;
  margin-right: 0.8rem;
}
.site-btn--small,
.site-btn-tmp--small {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 7px 12px;
  padding: 0.7rem 1.2rem;
}
.site-btn--small .icon,
.site-btn-tmp--small .icon {
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 6px;
  margin-right: 0.6rem;
}
.site-btn--large,
.site-btn-tmp--large {
  font-size: 1.1em;
  font-weight: 900;
  padding: 12px 22px;
  padding: 1.2rem 2.2rem;
}
.site-btn--large .icon,
.site-btn-tmp--large .icon {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 10px;
  margin-right: 1rem;
}
.site-btn--color-light:hover,
.site-btn-tmp--color-light:hover {
  background-color: #fff;
  color: #192e58;
}

.site-btn-tmp {
  color: #fff !important;
}
.site-btn-tmp:hover {
  background-color: #fff !important;
  color: #192e58 !important;
}

.play-btn {
  align-items: center;
  background: rgba(248, 156, 32, 0.25);
  border: 2px solid #f89c20;
  color: #fff;
  display: inline-block;
  justify-content: center;
  overflow: hidden;
  padding: 20px 60px;
  padding: 2rem 6rem;
  position: relative;
  text-indent: -500px;
}
.play-btn:focus, .play-btn:hover {
  border-color: #fff;
  color: #fff;
}
.play-btn:before {
  content: "\ea1c";
  font-family: "icomoon" !important;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  left: calc(50% - 1.5rem);
  position: absolute;
  text-indent: 0;
  top: calc(50% - 1.5rem);
  z-index: 2;
}
.play-btn:after {
  background: rgba(248, 156, 32, 0.5) url() no-repeat top right;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBmaWxsPSIjZjg5YzIwIiBkPSJNMTAwIDB2MTAwSDBMMTAwIDBaIi8+PC9zdmc+");
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

#htb-btn {
  background-color: #f89c20;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px 15px;
  padding: 0.5rem 1.5rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
@media (min-width: 1400px) {
  #htb-btn {
    right: -40px;
  }
}

.popup-video .mfp-content {
  max-width: 1200px;
}

.mfp-content .mfp-figure:after {
  background-color: #fff;
}

.logo-carousel {
  overflow: hidden;
  padding: 15px 0;
  padding: 1.5rem 0;
}
.logo-carousel__items {
  height: 80px;
}
.logo-carousel__items .item {
  margin: 0 15px;
  max-height: 80px;
  max-width: 180px;
}
.logo-carousel__items .cycle-slide {
  float: none;
}

.resources {
  padding: 30px 0 0;
  padding: 3rem 0 0;
}

.resource-posts {
  align-items: stretch;
  display: grid;
  grid-template: auto/repeat(4, minmax(0, 1fr));
  gap: 30px;
  gap: 3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.resource-posts:before, .resource-posts:after {
  content: none;
}

.resource-post {
  aspect-ratio: 16/9;
  background: #f6f7f8 url() no-repeat top right;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTAwLDBsLTEwMCwwbDAsMTAwbDEwMCwtMTAwWiIvPjwvc3ZnPg==");
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  color: #000;
  margin: 0 15px;
  margin: 0 1.5rem;
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding: 2rem;
  position: relative;
  transition: all 0.3s ease-out;
  transition-property: background-color;
  width: 100%;
}
.resource-post:focus, .resource-post:hover {
  background-color: #fef5e8;
  color: #000;
}
@media (min-width: 576px) {
  .resource-post {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}
@media (min-width: 768px) {
  .resource-post {
    aspect-ratio: 1/1;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .resource-post {
    aspect-ratio: 3/4;
  }
}
.resource-post__label {
  color: #999b9d;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  transition-property: color;
}
.resource-post:hover .resource-post__label {
  color: #192e58;
}
.resource-post__headline,
.resource-post h3.resource-post__headline {
  color: #192e58;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.3s ease-out;
  transition-property: color;
}
@media (min-width: 768px) {
  .resource-post__headline,
  .resource-post h3.resource-post__headline {
    align-items: flex-start;
    display: flex;
    min-height: 4.5rem;
  }
}
@media (min-width: 992px) {
  .resource-post__headline,
  .resource-post h3.resource-post__headline {
    min-height: 6.5rem;
  }
}
.resource-post:hover .resource-post__headline, .resource-post:hover h3.resource-post__headline {
  color: #f89c20;
}
.resource-post__meta {
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.resource-post__content {
  font-weight: 400;
  color: #666885;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .resource-post__content {
    font-size: 1.5rem;
  }
}
.resource-post__media {
  background-color: orange;
  margin: -20px -20px 20px;
  margin: -2rem -2rem 2rem;
}
.resource-post__media-image,
.resource-post img.resource-post__media-image {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.resource-post__action {
  background-color: #fff;
  color: #347ab6;
  border-top: 1px solid #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  margin: -20px;
  margin: -2rem;
  margin-top: auto;
  padding: 10px 20px;
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  transition-property: background-color, color;
}
@media (hover: none) {
  .resource-post__action {
    background-color: #f89c20;
    color: #fff;
  }
}
.resource-post:hover .resource-post__action {
  background-color: #f89c20;
  color: #fff;
}

.testimonial {
  align-items: center;
  background: linear-gradient(rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.4)), #dad9e0;
  color: inherit;
  display: flex;
  padding: 50px 0;
  padding: 5rem 0;
}
.testimonial__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .testimonial__wrapper {
    flex-direction: row;
  }
}
.testimonial__preview {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .testimonial__preview {
    margin-bottom: 0;
    margin-right: 3rem;
    width: 30%;
  }
}
body .testimonial__image {
  max-height: 150px;
  max-width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial__quote {
  font-weight: 400;
  text-align: center;
  width: 90%;
}
@media (min-width: 768px) {
  .testimonial__quote {
    text-align: left;
    width: 60%;
  }
}
.testimonial__headline {
  border-bottom: 1px solid #fff;
  color: #192e58;
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
}
.testimonial__headline-action {
  color: inherit;
}
.testimonial__headline-action:hover {
  color: inherit;
}
.testimonial__content {
  font-size: 20px;
  font-size: 2rem;
}
.testimonial__source {
  font-weight: 700;
  margin-top: 15px;
  margin-top: 1.5rem;
}
.testimonial__source:before {
  content: "—";
  padding-right: 5px;
  padding-right: 0.5rem;
}
.testimonial__action {
  margin-top: 30px;
  margin-top: 3rem;
}
.testimonial__action:focus, .testimonial__action:hover {
  background-color: #323232;
  color: #fff;
}

.page-nav {
  background-color: #f5f5f5;
  padding: 30px 0;
  padding: 3rem 0;
}
.page-nav--go-back .page-nav__link {
  align-items: center;
  color: #666;
  display: flex;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  transition: color 300ms ease-out;
}
.page-nav--go-back .page-nav__link:hover {
  color: #f89c20;
}
.page-nav--go-back .page-nav__link-icon {
  margin-right: 15px;
  margin-right: 1.5rem;
}

.social-share {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  justify-content: center;
}
@media (min-width: 576px) {
  .social-share {
    flex-direction: row;
  }
}
.social-share__link {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin: 5px 0;
  margin: 0.5rem 0;
  padding: 10px 20px;
  padding: 1rem 2rem;
  text-align: center;
  transition: all 300ms ease-out;
  transition-property: background-color, color;
  width: auto;
}
@media (min-width: 576px) {
  .social-share__link {
    margin: 0 0.5rem;
  }
}
.social-share__link:hover {
  background-color: #fff;
}
.social-share__link-icon {
  color: #fff;
  margin-right: 5px;
  margin-right: 0.5rem;
}
.social-share__link--linkedin {
  background-color: #0274B3;
  border: 1px solid #0274B3;
  color: #fff;
}
.social-share__link--linkedin:hover {
  color: #0274B3;
}
.social-share__link--twitter {
  background-color: #51abf1;
  border: 1px solid #51abf1;
}
.social-share__link--twitter:hover {
  color: #51abf1;
}
.social-share__link:hover .social-share__link-icon {
  color: inherit;
}

.section {
  padding: 50px 0;
  padding: 5rem 0;
}
.section h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section h1 {
    font-size: 3.8rem;
  }
}
@media (min-width: 992px) {
  .section h1 {
    font-size: 4.8rem;
  }
}

.page-template-template-sections .site-main .hero {
  align-items: center;
  display: flex;
  padding: 0;
}
.page-template-template-sections .site-main .hero .container {
  background: transparent url() no-repeat top right;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBmaWxsPSIjZjZmN2Y4IiBkPSJNMTAwIDB2MTAwSDBMMTAwIDBaIi8+PC9zdmc+");
  background-size: 1500px 1500px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 50px;
  padding-bottom: 5rem;
  padding-top: 50px;
  padding-top: 5rem;
}
@media (max-width: 991px) {
  .page-template-template-sections .site-main .hero .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .page-template-template-sections .site-main .hero .container {
    flex-direction: row;
  }
}
.page-template-template-sections .site-main .hero__headline {
  color: #192e58;
  font-weight: 700;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  width: 100%;
}
.page-template-template-sections .site-main .hero__subheadline {
  color: #192e58;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .page-template-template-sections .site-main .hero__subheadline {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .page-template-template-sections .site-main .hero__subheadline {
    font-size: 2.4rem;
  }
}
.page-template-template-sections .site-main .hero__content {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .page-template-template-sections .site-main .hero__body {
    width: 35%;
  }
}
.page-template-template-sections .site-main .hero__media {
  width: 100%;
  margin-top: 20px;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .page-template-template-sections .site-main .hero__media {
    margin: 0;
    padding: 0 5rem;
    width: 65%;
  }
}

.section--ocnos-flex-product-brief .section__media {
  display: flex;
  justify-content: center;
}
.section--ocnos-flex-product-brief img {
  width: 65%;
}

.page-template-template-sections .info-list .container:after, .page-template-template-sections .info-list .container:before {
  content: none;
}
.page-template-template-sections .info-list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  box-sizing: border-box;
}
.page-template-template-sections .info-list__item {
  background: transparent url() no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBmaWxsPSIjZmVlYmQyIiBkPSJNMTAwIDB2MTAwSDBMMTAwIDBaIi8+PC9zdmc+"), url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBmaWxsPSIjZmVmNWU4IiBkPSJNMTAwIDB2MTAwSDBMMTAwIDBaIi8+PC9zdmc+");
  background-size: 600px 500px;
  background-position: top 100px right, top right;
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-template-sections .info-list__item {
    background-size: 500px 500px;
    width: calc(50% - 22.5px);
  }
}
@media (min-width: 992px) {
  .page-template-template-sections .info-list__item {
    width: calc(33.33% - 20px);
  }
}
.page-template-template-sections .info-list .count-2 .info-list__item {
  aspect-ratio: 10/4;
}
@media (min-width: 768px) {
  .page-template-template-sections .info-list .count-2 .info-list__item {
    width: calc(50% - 22.5px);
  }
}
@media (min-width: 768px) {
  .page-template-template-sections .info-list .count-4 .info-list__item {
    width: calc(50% - 22.5px);
  }
}
@media (min-width: 1200px) {
  .page-template-template-sections .info-list .count-4 .info-list__item {
    background-size: 400px 500px;
    width: calc(25% - 22.5px);
  }
}
.page-template-template-sections .info-list__item-headline {
  color: #192e58;
  font-size: 30px;
  font-size: 3rem;
}
.page-template-template-sections .info-list__item-subheadline {
  color: #192e58;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.page-template-template-sections .info-list__item-content {
  line-height: 1.4;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.page-template-template-sections .info-list__item-actions {
  margin-top: auto;
  text-align: right;
}

.section__headline {
  color: #192e58;
}
.section--bg-color-alt {
  background-color: #F5F5F7;
}
.section__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  gap: 1rem;
}

.featured-content {
  font-weight: 400;
}
.featured-content .container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .featured-content .container {
    flex-direction: row;
  }
}
.featured-content .col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
@media (min-width: 960px) {
  .featured-content .col {
    flex: 1;
  }
}
.featured-content .col-content,
.featured-content .col-image {
  margin: 0;
  margin-top: 30px;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .featured-content .col-content,
  .featured-content .col-image {
    margin: 0;
    margin-left: 6rem;
  }
}
.featured-content--content-left .col-content,
.featured-content--content-left .col-image {
  order: -1;
  margin: 0;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .featured-content--content-left .col-content,
  .featured-content--content-left .col-image {
    margin: 0;
    margin-right: 6rem;
  }
}
.featured-content .section__headline {
  text-transform: uppercase;
}
.featured-content .section__actions {
  margin: 15px 0;
  margin: 1.5rem 0;
}
.featured-content .section__media {
  display: flex;
  justify-content: center;
}
.featured-content img {
  max-height: 450px;
}
.featured-content__secondary-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  gap: 1rem;
  justify-content: center;
  margin-top: 15px;
  margin-top: 1.5rem;
}
.featured-content .col:first-child:last-child .section__actions {
  justify-content: center;
}

/*
    // maybe implement site-wide later
    .x_row {
        @include site-container-xl-max;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        width: 100%;
        @media (min-width: $site-lg-width) {
            padding: 0;
        }
    }

    .x_col {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        @media (min-width: $site-lg-width) {
            flex: 1;
        }
    }

    // 5, 10, 15, 20, 25, 30, 33, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95
    // x-col-40, x-col-60
*/
.call-out {
  background-color: #F5F5F7;
}
.call-out .container {
  align-items: center;
  background-color: #192e58;
  display: flex;
  gap: 30px;
  justify-content: center;
  overflow: hidden;
  padding-top: 30px;
  padding-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  position: relative;
}
@media (min-width: 768px) {
  .call-out .container {
    padding-left: 6rem;
  }
}
@media (min-width: 992px) {
  .call-out .container {
    padding-left: 15rem;
    padding-right: 5rem;
  }
}
.call-out .container:before, .call-out .container:after {
  aspect-ratio: 34/25;
  background: transparent url() no-repeat top left;
  background-size: contain;
  content: "";
  height: 101%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .call-out .container:before, .call-out .container:after {
    display: none;
  }
}
.call-out .container:before {
  background-image: url(/wp-content/themes/ip-infusion/images/call-out-left.svg);
  left: -1px;
}
.call-out .container:after {
  background-image: url(/wp-content/themes/ip-infusion/images/call-out-right.svg);
  background-position: top right;
  right: -1px;
}
.call-out__body {
  text-align: center;
  z-index: 1;
}
.call-out__headline {
  color: #fff;
  margin: 0 !important;
  text-transform: uppercase;
}
.call-out__action {
  margin-top: 15px;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .call-out__media {
    display: none;
  }
}
.call-out img {
  height: 100%;
  min-width: 100px;
  max-width: 300px;
}

.table-filter {
  display: flex;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  width: 100%;
}
.table-filter__groups {
  display: flex;
  gap: 10px;
  gap: 1rem;
}
.table-filter__group {
  display: flex;
  gap: 5px;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.table-filter__reset-link {
  align-self: flex-start;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  margin-left: 10px;
  margin-left: 1rem;
}
.table-filter__search {
  margin-left: auto;
}
.table-filter .search input,
.table-filter input.search,
.table-filter select, .table-filter__term {
  border-radius: 4px;
}
.table-filter .search input,
.table-filter input.search,
.table-filter select {
  border: 1px solid #f89c20;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px;
  padding: 0.5rem 1rem;
}
.table-filter .search input[disabled],
.table-filter input.search[disabled],
.table-filter select[disabled] {
  border: 1px solid #999;
  color: #999;
}
.table-filter__terms {
  display: flex;
  gap: 5px;
  margin: 5px 0;
}
.table-filter__term {
  background-color: #ddd;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 5px;
}
.table-filter__term:hover {
  text-decoration: line-through;
}

.announcement-bar {
  align-items: center;
  background: #f89c20;
  background: #192e58;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  line-height: 1.4;
  padding: 5px 0;
  padding: 0.5rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1031;
}
@media (min-width: 783px) {
  .announcement-bar {
    height: 40px;
  }
}
.admin-bar .announcement-bar {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .announcement-bar {
    top: 32px;
  }
}
.announcement-bar__title {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
@media (min-width: 783px) {
  .announcement-bar__title {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
.announcement-bar__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 783px) {
  .announcement-bar__wrapper {
    flex-direction: row;
  }
}
.announcement-bar__preview {
  display: none;
}
.announcement-bar__action .announcement-bar__link {
  background-color: #347ab6;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  padding: 0.2em 0.8em;
}
.announcement-bar-placeholder {
  height: 70px;
}
@media (min-width: 783px) {
  .announcement-bar-placeholder {
    height: 40px;
  }
}

/**
 * Make sure admin-bar is always fixed.
 *
 * @see wp-includes/admin-bar.php adds html margin-top !important styles which are tricky to override
 */
#wpadminbar {
  position: fixed;
}

/**
 * Position navigation relative to admin-bar and/or announcement-bar.
 *
 * @see sass/_vars.scss
 */
.admin-bar .navigation .navbar {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .navigation .navbar {
    top: 32px;
  }
}
.announcement-bar--active .navigation .navbar {
  top: 70px;
}
@media (min-width: 783px) {
  .announcement-bar--active .navigation .navbar {
    top: 40px;
  }
}
.announcement-bar--active.admin-bar .navigation .navbar {
  top: 116px;
}
@media (min-width: 783px) {
  .announcement-bar--active.admin-bar .navigation .navbar {
    top: 72px;
  }
}

@media (min-width: 576px) {
  #content {
    margin-top: 80px;
  }
}

.site-header .menu, .site-header .sub-menu,
.hamburger-nav .menu,
.hamburger-nav .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .menu-item,
.hamburger-nav .menu-item {
  margin: 0;
  padding: 0;
}
.site-header .menu-item.hidden > .menu-text,
.site-header .menu-item.hidden > .menu-link,
.hamburger-nav .menu-item.hidden > .menu-text,
.hamburger-nav .menu-item.hidden > .menu-link {
  display: none;
}
.site-header .menu-item.invisible > .menu-text,
.site-header .menu-item.invisible > .menu-link,
.hamburger-nav .menu-item.invisible > .menu-text,
.hamburger-nav .menu-item.invisible > .menu-link {
  visibility: hidden;
}
.site-header .menu-text,
.site-header .menu-link,
.hamburger-nav .menu-text,
.hamburger-nav .menu-link {
  color: #192e58;
  display: block;
  font-size: 0.95em;
  font-weight: 400;
  text-decoration: none;
}
.site-header .menu-link:hover,
.hamburger-nav .menu-link:hover {
  color: #347ab6;
}
.site-header .sub-menu-container-depth-3,
.hamburger-nav .sub-menu-container-depth-3 {
  margin-left: 15px;
  margin-left: 1.5rem;
}

.site-header {
  background-color: #fff;
  width: 100%;
  z-index: 999;
}
@media (min-width: 576px) {
  .site-header {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
  }
  .admin-bar .site-header {
    top: 46px;
  }
}
@media (min-width: 576px) and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}
@media (min-width: 576px) {
  .announcement-bar--active .site-header {
    top: 70px;
  }
}
@media (min-width: 576px) and (min-width: 783px) {
  .announcement-bar--active .site-header {
    top: 40px;
  }
}
@media (min-width: 576px) {
  .announcement-bar--active.admin-bar .site-header {
    top: 116px;
  }
}
@media (min-width: 576px) and (min-width: 783px) {
  .announcement-bar--active.admin-bar .site-header {
    top: 72px;
  }
}
.scrolling-down .site-header {
  transition: margin-top 300ms ease-out;
  margin-top: -80px;
}
.scrolling-up .site-header {
  transition: margin-top 300ms ease-out;
  margin-top: 0;
}
.site-header__primary .container {
  display: flex;
}
.site-header__primary .container:before, .site-header__primary .container:after {
  content: none;
}
.site-header__branding {
  align-items: center;
  display: flex;
  height: 80px;
}
.site-header__content {
  display: flex;
  flex-direction: column;
}
.site-header__content, .site-header__nav {
  margin-left: auto;
}
.site-header__nav2 {
  height: 100%;
}
.site-header__description {
  display: none;
}
.site-header__title {
  margin: 0 !important;
}
.site-header__logo {
  display: block;
  overflow: hidden;
  width: 140px;
}
.site-header .primary-menu {
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  position: relative;
}
.site-header .primary-menu .sub-menu-container {
  position: relative;
}
.site-header .primary-menu .menu-item-depth-0 {
  display: none;
}
@media (min-width: 992px) {
  .site-header .primary-menu .menu-item-depth-0 {
    display: block;
  }
}
.site-header .primary-menu .menu-item-depth-0 > .sub-menu-container {
  transition: visibility 200ms, opacity 200ms ease-out;
}
.site-header .primary-menu .menu-item-depth-0:hover > .sub-menu-container {
  opacity: 1;
  transition-delay: 200ms;
  visibility: visible;
}
.site-header .primary-menu .menu-item-depth-0 > .menu-text,
.site-header .primary-menu .menu-item-depth-0 > .menu-link {
  border: 3px solid transparent;
  border-left: 0;
  border-right: 0;
}
.site-header .primary-menu .menu-item-depth-0:hover > .menu-text, .site-header .primary-menu .menu-item-depth-0:hover > .menu-link {
  border-bottom: 3px solid #f89c20;
  color: #f89c20;
}
.site-header .primary-menu .menu-text-depth-0,
.site-header .primary-menu .menu-link-depth-0 {
  align-items: center;
  color: #192e58;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100%;
  margin: 0 10px;
  margin: 0 1rem;
}
.site-header .primary-menu .sub-menu-container-depth-1 {
  background-color: rgba(244, 245, 246, 0.95);
  display: flex;
  opacity: 0;
  padding: 25px 5px;
  padding: 2.5rem 0.5rem;
  position: absolute;
  visibility: hidden;
}
.site-header .primary-menu .sub-menu-depth-1 {
  display: flex;
}
.site-header .primary-menu .menu-item-depth-1 {
  min-width: 240px;
  padding: 0 25px;
  padding: 0 2.5rem;
  border-left: 1px solid #fff;
}
.site-header .primary-menu .menu-item-depth-1:first-child {
  border: 0;
}
.site-header .primary-menu .menu-text-depth-1,
.site-header .primary-menu .menu-link-depth-1 {
  margin-bottom: 3px;
  margin-bottom: 0.3rem;
}
.site-header .primary-menu .heading > .menu-text-depth-1,
.site-header .primary-menu .heading > .menu-link-depth-1 {
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
}
.site-header .primary-menu .menu-item-depth-2 {
  margin-top: 3px;
  margin-top: 0.3rem;
}
.site-header .primary-menu .menu-item-depth-2:first-child {
  margin-top: 0;
}
.site-header .primary-menu .sub-menu-container-depth-3 {
  margin-left: 15px;
  margin-left: 1.5rem;
}
.site-header .primary-menu .snap-left,
.site-header .primary-menu .snap-right {
  position: static;
}
.site-header .primary-menu .snap-left .sub-menu-container {
  left: 0;
  transform: none;
}
.site-header .primary-menu .snap-right .sub-menu-container {
  right: 0;
  transform: none;
}
.site-header .primary-menu .menu-item--search,
.site-header .primary-menu .menu-item--hamburger {
  display: block;
}
.site-header .primary-menu .menu-item--search > .menu-text,
.site-header .primary-menu .menu-item--search > .menu-link,
.site-header .primary-menu .menu-item--hamburger > .menu-text,
.site-header .primary-menu .menu-item--hamburger > .menu-link {
  border: none !important;
  overflow: hidden;
  margin: 0;
  padding: 0 15px;
  padding: 0 1.5rem;
  text-indent: 200%;
  white-space: nowrap;
  width: 60px;
}
.site-header .primary-menu .menu-item--search path,
.site-header .primary-menu .menu-item--search rect,
.site-header .primary-menu .menu-item--hamburger path,
.site-header .primary-menu .menu-item--hamburger rect {
  fill: #192e58;
}
.site-header .primary-menu .menu-item--search:hover path,
.site-header .primary-menu .menu-item--search:hover rect,
.site-header .primary-menu .menu-item--hamburger:hover path,
.site-header .primary-menu .menu-item--hamburger:hover rect {
  fill: #f89c20;
}
@media (min-width: 992px) {
  .site-header .primary-menu .menu-item--hamburger {
    display: none;
  }
}
.site-header .primary-menu .menu-item--htb {
  align-self: center;
  border: 0;
}
.site-header .primary-menu .menu-item--htb > .menu-link {
  border: 0;
  background-color: #f89c20;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  margin-right: 0;
  padding: 12px 16px;
  padding: 1.2rem 1.6rem;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  transition-property: background-color, color;
}
.site-header .primary-menu .menu-item--htb:hover > .menu-link {
  background-color: #192e58;
  color: #fff;
  border: 0;
}
.site-header .primary-menu .heading > .menu-text,
.site-header .primary-menu .heading > .menu-link {
  font-weight: 700;
}

.hamburger-nav {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1050;
}
.hamburger-nav--on {
  overflow: hidden;
}
@media (min-width: 992px) {
  .hamburger-nav--on {
    overflow: auto;
  }
}
.hamburger-nav--on .hamburger-nav, .hamburger-nav--off .hamburger-nav {
  visibility: visible;
}
@media (min-width: 992px) {
  .hamburger-nav--on .hamburger-nav, .hamburger-nav--off .hamburger-nav {
    display: none;
  }
}
.hamburger-nav--off-complete .hamburger-nav {
  visibility: hidden;
}
.hamburger-nav__underlay {
  background-color: #333;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 300ms linear;
  width: 100%;
  z-index: 1;
}
.hamburger-nav--on .hamburger-nav__underlay {
  opacity: 0.5;
}
.hamburger-nav__body {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.admin-bar .hamburger-nav__body {
  height: calc(100% - 46px);
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .hamburger-nav__body {
    height: calc(100% - 32px);
    top: 32px;
  }
}
.hamburger-nav__bg {
  background-color: rgba(25, 46, 88, 0.97);
  background-color: #f4f5f6;
  box-shadow: -5px 0 50px -5px rgba(0, 0, 0, 0.5);
  height: 100%;
  opacity: 0.75;
  position: fixed;
  right: 0;
  margin-right: -300px;
  transition: all 300ms ease-out;
  transition-property: margin-right, opacity;
  width: 300px;
  z-index: 2;
}
@media (min-width: 992px) {
  .hamburger-nav__bg {
    display: none;
  }
}
.hamburger-nav--on .hamburger-nav__bg {
  opacity: 1;
  margin-right: 0;
}
.hamburger-nav__close {
  background-color: transparent;
  border: 0;
  color: #192e58;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  height: 50px;
  height: 5rem;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  transition: opacity 300ms ease-out;
  transition-delay: 500ms;
  width: 50px;
  width: 5rem;
  z-index: 1;
}
.hamburger-nav__close:hover {
  color: #347ab6;
}
.hamburger-nav--on .hamburger-nav__close {
  opacity: 1;
}
.hamburger-nav .menu-text,
.hamburger-nav .menu-link {
  padding: 5px 0;
  padding: 0.5rem 0;
}
.hamburger-nav .menu-link-depth-0 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 24px;
  margin-top: 2.4rem;
}
.hamburger-nav__content {
  font-size: 20px;
  font-size: 2rem;
  float: right;
  margin: 0;
  margin-right: -300px;
  opacity: 0;
  padding: 50px 30px;
  padding: 5rem 3rem;
  position: relative;
  width: 300px;
  transition: all 300ms ease-out;
  transition-property: margin-right, opacity;
}
.hamburger-nav--on .hamburger-nav__content {
  opacity: 1;
  margin-right: 0;
}
.hamburger-nav .menu-item--search,
.hamburger-nav .menu-item--hamburger {
  display: none;
}

#index-slider-wrapper,
.banner-row,
.banner-row-2,
.product-banner-row,
.coming-soon-banner-row,
.zebos-banner-row,
.evaluate-banner-row,
.solutions-banner,
.portal-banner-row,
.partner-banner,
.translate-banner,
.translate-zebos-banner,
.blog-detail-top-row {
  margin-top: 0;
}
@media (min-width: 576px) {
  #index-slider-wrapper,
  .banner-row,
  .banner-row-2,
  .product-banner-row,
  .coming-soon-banner-row,
  .zebos-banner-row,
  .evaluate-banner-row,
  .solutions-banner,
  .portal-banner-row,
  .partner-banner,
  .translate-banner,
  .translate-zebos-banner,
  .blog-detail-top-row {
    margin-top: 80px;
  }
}

.search {
  position: relative;
}
.search input[type=text] {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 46px;
  height: 4.6rem;
  padding: 0 15px;
  padding: 0 1.5rem;
  padding-right: 50px;
  padding-right: 5rem;
  width: 100%;
}
.search input[type=text]:focus-visible {
  border-color: #f89c20;
  outline: none;
  box-shadow: 0 0 5px 0 #f89c20;
}
.search ::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}
.search ::placeholder {
  color: #ddd;
  opacity: 1;
}
.search__submit {
  background-color: transparent;
  border-radius: 2px;
  border: none;
  height: 40px;
  height: 4rem;
  position: absolute;
  right: 5px;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  width: 4rem;
}
.search__submit path,
.search__submit rect {
  fill: #192e58;
}
:focus + .search__submit path,
:focus + .search__submit rect {
  fill: #f89c20;
}
.search__submit:hover path,
.search__submit:hover rect {
  fill: #f89c20;
}

.site-header .search-form {
  display: flex;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .search-field {
  font-size: 10px;
}
.site-header .search-submit {
  opacity: 0.5;
  border: 0;
  height: 31px;
  margin: 0;
  padding: 0;
  width: 31px;
}

.site-footer {
  background-color: #f89c20;
  font-weight: 400;
  padding: 0;
}
.site-footer__section--top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px 0;
  padding: 1.5rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__section--top {
    text-align: left;
  }
}
.site-footer__section--secondary {
  display: none;
  line-height: 1.4;
  padding: 30px 0;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .site-footer__section--secondary {
    display: block;
  }
}
.site-footer__section--secondary .menu,
.site-footer__section--secondary .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer__section--secondary .menu {
  display: flex;
  gap: 40px;
  gap: 4rem;
  justify-content: space-between;
}
.site-footer__section--secondary .menu-item {
  margin: 0;
  padding: 0;
}
.site-footer__section--secondary .sub-menu-depth-1 {
  margin-top: 5px;
  margin-top: 0.5rem;
}
.site-footer__section--secondary .menu-link {
  color: #192e58;
  font-size: 14px;
  font-size: 1.4rem;
}
.site-footer__section--secondary .menu-link:hover {
  text-decoration: underline;
}
.site-footer__section--secondary .menu-link-depth-0 {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.site-footer__section--secondary .menu-link-depth-0:hover {
  color: #192e58;
  text-decoration: none;
}
.site-footer__section--secondary .menu-link-depth-1 {
  color: #192e58;
}
.site-footer__section--primary {
  background-color: #192e58;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px 0;
  padding: 1rem 0;
}
.site-footer__section--primary .widgets {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .site-footer__section--primary .widgets {
    flex-direction: row;
  }
}
.site-footer__section--primary .widget {
  margin: 10px 0;
  margin: 1rem 0;
}
.site-footer__section--primary .widget:first-child {
  order: 99;
}
@media (min-width: 576px) {
  .site-footer__section--primary .widget:first-child {
    order: 0;
  }
}
.site-footer__section--primary p {
  margin: 0;
}
.site-footer .social-links {
  display: flex;
  margin: 0;
  padding: 0;
}
.site-footer .social-links li {
  list-style: none;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
  margin-left: 15px;
  margin-left: 1.5rem;
}
.site-footer .social-links a {
  color: #fff;
}
.site-footer .social-links a:hover {
  color: #f89c20;
}

.home .home-banner {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: center;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  position: relative;
}
.home .home-banner__content {
  margin-top: -40px;
  margin-top: -4rem;
  text-align: center;
}
.home .home-banner__headline {
  font-size: 50px;
  font-size: 5rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .home .home-banner__headline {
    font-size: 6rem;
  }
}
@media (min-width: 768px) {
  .home .home-banner__headline {
    font-size: 8rem;
  }
}
.home .home-banner__subheadline-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home .home-banner__subheadline-items li {
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .home .home-banner__subheadline-items {
    display: flex;
    justify-content: center;
  }
  .home .home-banner__subheadline-items li:before {
    content: "|";
    margin: 0 1.5rem;
  }
  .home .home-banner__subheadline-items li:first-child:before {
    content: "";
    margin: 0;
  }
}
.home .home-banner__subheadline {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .home .home-banner__subheadline {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .home .home-banner__subheadline {
    font-size: 2.4rem;
  }
}
.home .home-banner__actions {
  bottom: -4px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
}
.home .home-banner__action {
  background-color: #f89c20;
  border: 4px solid #fff;
  color: #192e58;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 20px;
  margin-left: 2rem;
  padding: 10px 15px;
  padding: 1rem 1.5rem;
  text-align: center;
  transition: all 0.2s ease-out;
  transition-property: background-color, color;
}
.home .home-banner__action:hover {
  background-color: #323232;
  color: #fff;
}
.home .home-banner__action span {
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
}

.home .home-promo {
  position: relative;
}
@media (max-width: 991px) {
  .home .home-promo .container {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .home .home-promo .container {
    display: flex;
    justify-content: center;
  }
}
.home .home-promo__stats {
  background: #fef5e8 url() no-repeat top right;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBmaWxsPSIjZmVlYmQyIiBkPSJNMTAwIDB2MTAwSDBMMTAwIDBaIi8+PC9zdmc+");
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 40px 0;
  padding: 4rem 0;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .home .home-promo__stats {
    align-items: center;
    aspect-ratio: 1/1;
    flex-direction: column;
    padding: 0;
    width: 35%;
  }
}
.home .home-promo__stat {
  color: #192e58;
  margin: 15px 0;
  margin: 1.5rem 0;
  width: 40%;
  z-index: 2;
}
@media (min-width: 768px) {
  .home .home-promo__stat {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .home .home-promo__stat {
    width: 60%;
  }
}
.home .home-promo__stat-quantity, .home .home-promo__stat-unit {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 576px) {
  .home .home-promo__stat-quantity, .home .home-promo__stat-unit {
    font-size: 2rem;
  }
}
.home .home-promo__stat-quantity {
  color: #f89c20;
  font-size: 50px;
  font-size: 5rem;
}
@media (min-width: 576px) {
  .home .home-promo__stat-quantity {
    font-size: 6rem;
  }
}
.home .home-promo__stat-unit {
  text-transform: uppercase;
}
.home .home-promo__content {
  color: #fff;
  padding: 30px;
  padding: 3rem;
  position: relative;
}
@media (min-width: 576px) {
  .home .home-promo__content {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 992px) {
  .home .home-promo__content {
    width: 65%;
  }
}
.home .home-promo__logo {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.home .home-promo__headline {
  font-size: 24px;
  font-size: 2.4rem;
}
.home .home-promo__action {
  left: calc(50% - 60px);
}
@media (min-width: 576px) {
  .home .home-promo__action {
    position: absolute;
    top: 50%;
  }
}

.home-news {
  padding: 50px 0 15px;
  padding: 5rem 0 1.5rem;
}

.single .site-main {
  padding-bottom: 50px;
  padding-bottom: 5rem;
  padding-top: 50px;
  padding-top: 5rem;
}
.single .site-main a {
  font-weight: 400;
}
.single .site-main ol, .single .site-main ul {
  font-family: inherit;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  margin-left: 15px;
  margin-left: 1.5rem;
  padding: 0;
  padding-left: 20px;
  padding-left: 2rem;
}
.single .site-main ul li {
  list-style-type: disc;
}
.single .site-main ol li {
  list-style-type: decimal;
}
.single .site-main li {
  margin-top: 5px;
  margin-top: 0.5rem;
}
.single .site-main li:first-child {
  margin-top: 0;
}
.single .site-main div,
.single .site-main figure,
.single .site-main table {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.single #content .container,
.single .site-main {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
@media (min-width: 576px) {
  .single #content .container,
  .single .site-main {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .single #content .container,
  .single .site-main {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .single #content .container,
  .single .site-main {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .single #content .container,
  .single .site-main {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .single #content .container,
  .single .site-main {
    width: 1320px;
  }
}
@media (min-width: 992px) {
  .single #content .container,
  .single .site-main {
    width: 960px;
  }
}
@media (min-width: 860px) {
  .single.single-blog #content .container,
  .single.single-blog .site-main, .single.single-news_events #content .container,
  .single.single-news_events .site-main {
    width: 800px;
  }
}
.single .social-share {
  margin-top: 50px;
  margin-top: 5rem;
}

.template-legacy .site-main img {
  display: block;
  margin: 0 auto;
}

.resource-section-navigation .desktop-wrapper ul li a {
  padding: 30px 15px;
}

body.search .site-main {
  padding: 40px 0;
  padding: 4rem 0;
}
body.search .search-form {
  position: relative;
}
body.search label {
  display: block;
}
body.search .search-field {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  height: 60px;
  padding: 0 20px;
  padding: 0 2rem;
  width: 100%;
}
body.search .search-submit {
  background-color: transparent;
  border: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 56px;
}
body.search .hentry {
  margin-top: 30px;
  margin-top: 3rem;
}
body.search .hentry h3 {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

.search-page__search {
  margin-top: 30px;
  margin-top: 3rem;
}
.search-page__content {
  margin-top: 60px;
  margin-top: 6rem;
}
.search-page__footer {
  margin-top: 30px;
  margin-top: 3rem;
}

.pagination_links {
  display: flex;
  justify-content: center;
}
.pagination_links .page-numbers {
  padding: 20px;
  padding: 2rem;
}

body.pdfgen--display .pdfgen--display-hide--output-show, body.pdfgen--display .pdfgen--display-hide, body.pdfgen--display .pdfgen--output-show {
  display: none !important;
}

body.pdfgen--output .pdfgen--display-show--output-hide, body.pdfgen--output .pdfgen--display-show, body.pdfgen--output .pdfgen--output-hide {
  display: none !important;
}

.partner-finder {
  background-color: #fff;
  padding: 40px 0;
  padding: 4rem 0;
  /*
      &__filter-term.depth-0.active ~ .depth-1,
      &__filter-term.depth-0.active ~ .depth-2,
      &__filter-term.depth-0.active ~ .depth-3,
      &__filter-term.depth-0.active ~ .depth-4,
      &__filter-term.depth-0.active ~ .depth-5,

      &__filter-term.depth-1.active ~ .depth-2,
      &__filter-term.depth-1.active ~ .depth-3,
      &__filter-term.depth-1.active ~ .depth-4,
      &__filter-term.depth-1.active ~ .depth-5,

      &__filter-term.depth-2.active ~ .depth-3,
      &__filter-term.depth-2.active ~ .depth-4,
      &__filter-term.depth-2.active ~ .depth-5,

      &__filter-term.depth-3.active ~ .depth-4,
      &__filter-term.depth-3.active ~ .depth-5,

      &__filter-term.depth-4.active ~ .depth-5 {
          .icon:before {
              content: "\e909";
          }
      }
  */
}
.partner-finder .container {
  display: flex;
}
.partner-finder__sidebar {
  flex: 0 0 20%;
  margin-right: 30px;
  margin-right: 3rem;
}
.partner-finder__posts {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
}
@media (min-width: 768px) {
  .partner-finder__posts {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .partner-finder__posts {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .partner-finder__posts {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.partner-finder__post {
  border: 1px solid #ddd;
  padding: 20px;
  padding: 2rem;
  text-align: center;
}
.partner-finder .cb-partial--depth-0 .icon:before,
.partner-finder .cb-partial--depth-1 .icon:before,
.partner-finder .cb-partial--depth-2 .icon:before,
.partner-finder .cb-partial--depth-3 .icon:before,
.partner-finder .cb-partial--depth-4 .icon:before {
  content: "\e909";
}
.partner-finder__filter-link {
  align-items: center;
  display: inline-flex;
  font-weight: 500;
  padding: 4px 8px;
  padding: 0.4rem 0.8rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}
.partner-finder__filter-link:hover {
  color: #f89c20;
}
.partner-finder__filter-link.active {
  background-color: #347ab6;
  color: #fff;
}
.partner-finder__filter-link.disabled {
  color: #999;
}
.partner-finder__filter-link .icon {
  margin-right: 5px;
  margin-right: 0.5rem;
}
.partner-finder__filter-link .icon:before {
  content: "\e905";
  font-size: 14px;
  font-size: 1.4rem;
}
.partner-finder__filter-link.active .icon:before {
  content: "\e906" !important;
}
.partner-finder__filter-link.active ~ .depth-1 {
  background-color: red;
}
.partner-finder .radio .icon:before {
  content: "\e90d";
}
.partner-finder .radio .active .icon:before {
  content: "\e90c" !important;
}
.partner-finder__partner-name {
  color: #333;
  font-weight: 600;
  margin-bottom: 3px;
}
.partner-finder__filter-headline {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
.partner-finder__filter-terms {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.partner-finder__filter-term.depth-1 {
  margin-left: 15px;
  margin-left: 1.5rem;
}
.partner-finder__filter-term.depth-2 {
  margin-left: 30px;
  margin-left: 3rem;
}
.partner-finder__filter-term.depth-3 {
  margin-left: 45px;
  margin-left: 4.5rem;
}
/*# sourceMappingURL=front.css.map */
