﻿.text-xs {
    font-size: 0.75rem;
  }
  .text-sm {
    font-size: 0.875rem;
  }
  .text-base {
    font-size: 1rem;
  }
  .text-lg {
    font-size: 1.125rem;
    font-size: clamp(1rem, 1.2vw, 1.275rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
  }
  .text-xl {
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
  }
  .text-2xl {
    font-size: 1.5rem;
    font-size: clamp(1.1rem, 1.7vw, 1.675rem);
    line-height: clamp(1.4rem, 2vw, 2.075rem);
  }
  .text-3xl {
    font-size: 1.875rem;
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
  }
  .text-4xl {
    font-size: 2.25rem;
    font-size: clamp(1.5rem, 2.5vw, 2.175rem);
    line-height: clamp(1.8rem, 2.8vw, 2.475rem);
  }
  .text-5xl {
    font-size: 3rem;
  }
  .text-6xl {
    font-size: 4rem;
  }
  .text_6xl {
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: clamp(2.3rem, 5.2vw, 4.2rem);
  }
  .text-7xl {
    font-size: 5rem;
    font-size: clamp(2rem, 5vw, 5rem);
    line-height: clamp(2.3rem, 5.2vw, 5.2rem);
  }
  .font_montserrat {
    font-family: 'Montserrat', sans-serif;
  }
  .font_lato {
    font-family: 'Lato', sans-serif;
  }
  .error {
    color: red;
  }
  .genetic_medicine_toolkit {
    width: 1300px;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .genetic_medicine_toolkit {
      width: 1150px;
    }
    .genetic_medicine_toolkit .left {
      width: 200px;
    }
    .genetic_medicine_toolkit .middle {
      width: 950px;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .genetic_medicine_toolkit {
      width: 950px;
    }
    .genetic_medicine_toolkit .left {
      width: 150px;
    }
    .genetic_medicine_toolkit .middle {
      width: 800px;
    }
  }
  @media only screen and (max-width: 999px) {
    .genetic_medicine_toolkit {
      width: 95%;
      flex-wrap: wrap;
    }
  }
  .genetic_medicine_toolkit ul {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    margin-top: 55px;
  }
  @media only screen and (max-width: 999px) {
    .genetic_medicine_toolkit ul {
      justify-content: center;
      flex-wrap: wrap;
    }
  }
  .genetic_medicine_toolkit ul li {
    width: 33%;
    padding: 0px 20px;
    box-sizing: border-box;
    text-align: center;
  }
  @media only screen and (max-width: 999px) {
    .genetic_medicine_toolkit ul li {
      width: 50%;
      padding: 0px 10px;
      max-width: 150px;
      margin-bottom: 60px;
    }
  }
  .genetic_medicine_toolkit ul li img {
    width: 100%;
  }
  .genetic_medicine_toolkit ul li .title {
    color: #30c1db;
    font-size: 1.125rem;
    font-size: clamp(1rem, 1.2vw, 1.275rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    margin-top: 25px;
  }
  .genetic_medicine_toolkit ul li .title a {
    color: #30c1db;
    text-decoration: none;
  }
  .genetic_medicine_toolkit ul li .description {
    margin-top: 20px;
  }
  .genetic_medicine_toolkit .left {
    width: 240px;
    padding: 0px;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 999px) {
    .genetic_medicine_toolkit .left {
      width: 100%;
    }
  }
  .genetic_medicine_toolkit .left ul {
    margin-top: 80px;
  }
  @media only screen and (max-width: 999px) {
    .genetic_medicine_toolkit .left ul {
      margin-top: 0px;
    }
  }
  .genetic_medicine_toolkit .left li {
    width: 100%;
  }
  @media only screen and (max-width: 999px) {
    .genetic_medicine_toolkit .left li {
      max-width: 150px;
    }
  }
  .genetic_medicine_toolkit .right {
    width: 240px;
    padding: 0px;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 999px) {
    .genetic_medicine_toolkit .right {
      width: 100%;
    }
  }
  .genetic_medicine_toolkit .right ul {
    margin-top: 80px;
  }
  @media only screen and (max-width: 999px) {
    .genetic_medicine_toolkit .right ul {
      margin-top: 0px;
    }
  }
  .genetic_medicine_toolkit .right li {
    width: 100%;
  }
  @media only screen and (max-width: 999px) {
    .genetic_medicine_toolkit .right li {
      max-width: 150px;
    }
  }
  .genetic_medicine_toolkit .middle {
    border: 1px solid #30c1db;
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 30px;
    width: 800px;
    position: relative;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 999px) {
    .genetic_medicine_toolkit .middle {
      width: 95%;
      padding: 5px;
      margin: auto;
    }
  }
  .genetic_medicine_toolkit .middle .pillTitle {
    background-color: #30c1db;
    display: block;
    width: 270px;
    text-align: center;
    padding: 10px 30px;
    border-radius: 20px;
    color: white;
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
    position: relative;
    margin: auto;
    margin-top: -55px;
  }
  @media only screen and (max-width: 999px) {
    .genetic_medicine_toolkit .middle .pillTitle {
      width: 230px;
      margin-top: -25px;
    }
  }
  #homepage_header {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 220px;
    max-height: 480px;
    display: flex;
    align-items: center;
  }
  @media only screen and (max-width: 999px) {
    #homepage_header {
      min-height: 220px;
      max-height: 340px;
      align-items: flex-start;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    #homepage_header {
      max-height: 450px;
    }
  }
  @media only screen and (max-width: 768px) {
    #homepage_header {
      max-height: 440px;
    }
  }
  #homepage_header .textArea {
    z-index: 2;
    max-width: 600px;
    margin-left: 5%;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1600px) and (max-width: 1899px), only screen and (min-width: 1900px) {
    #homepage_header .textArea {
      max-width: 800px;
    }
  }
  @media only screen and (max-width: 999px) {
    #homepage_header .textArea {
      width: 85%;
      margin: auto;
      max-width: 600px;
      margin-top: 80px;
    }
  }
  #homepage_header .textArea .bar {
    width: 100px;
    height: 10px;
    display: block;
    border-radius: 45px;
    margin-bottom: 20px;
    background-color: #ec7700;
  }
  #homepage_header .textArea .title * {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: clamp(2.3rem, 5.2vw, 4.2rem);
    color: white;
    font-weight: 800;
  }
  #homepage_header .textArea .description {
    font-family: 'Lato', sans-serif;
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
    color: white;
    padding: 20px 0;
  }
  #homepage_header .backgroundVideoContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
  }
  #homepage_header .backgroundVideoContainer video {
    width: 2000px;
    height: 480px;
    object-fit: cover;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    #homepage_header .backgroundVideoContainer video {
      width: 1600px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    #homepage_header .backgroundVideoContainer video {
      width: 1400px;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    #homepage_header .backgroundVideoContainer video {
      width: 1200px;
      height: 450px;
    }
  }
  @media only screen and (max-width: 999px) {
    #homepage_header .backgroundVideoContainer video {
      width: 1000px;
      height: 440px;
    }
  }
  #homepage_news_container {
    width: 100%;
    position: relative;
    margin-top: -100px;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: right;
  }
  #homepage_news_container .molecules {
    width: 400px;
    top: -100px;
    position: absolute;
    right: 0px;
    z-index: 2;
    background-image: url(/Content/Images/homepage/microbes1.png);
    background-size: cover;
    height: 350px;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    #homepage_news_container .molecules {
      width: 350px;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    #homepage_news_container .molecules {
      width: 300px;
      height: 300px;
    }
  }
  @media only screen and (max-width: 999px) {
    #homepage_news_container .molecules {
      width: 250px;
      height: 250px;
      top: -50px;
    }
  }
  #homepage_news_container .blueBar {
    width: 40px;
    height: 4.5px;
    background-color: #54c7db;
    border-radius: 45px;
    margin-bottom: 10px;
  }
  #homepage_news_container .latestNews {
    width: 700px;
    background-color: white;
    padding: 50px;
    margin-right: 100px;
    margin-left: auto;
    border-radius: 20px;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    #homepage_news_container .latestNews {
      width: 580px;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    #homepage_news_container .latestNews {
      width: 450px;
    }
  }
  @media only screen and (max-width: 999px) {
    #homepage_news_container .latestNews {
      margin-top: 100px;
      margin-right: 0px;
    }
  }
  #homepage_news_container .latestNews .bar {
    width: 50px;
    height: 10px;
    display: block;
    border-radius: 45px;
    margin-bottom: 20px;
    background-color: #30c1db;
  }
  #homepage_news_container .latestNews h2 {
    color: #30c1db;
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
    font-family: 'Lato', sans-serif;
  }
  #homepage_news_container .latestNews .description {
    padding-top: 10px;
    max-width: 400px;
    line-height: 1.4rem;
    font-size: 1.125rem;
    font-size: clamp(1rem, 1.2vw, 1.275rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    font-family: 'Lato', sans-serif;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    #homepage_news_container .latestNews .description {
      max-width: 300px;
    }
  }
  @media only screen and (max-width: 999px) {
    #homepage_news_container .latestNews .description {
      max-width: 100%;
    }
  }
  #homepage_news_container .latestNews .description a {
    color: #000;
    text-decoration: none;
  }
  #homepage_news_container .latestNews .description a:hover {
    text-decoration: underline;
  }
  .title_description_centered {
    margin: auto;
    max-width: 800px;
    width: 95%;
  }
  .title_description_centered .bar {
    width: 100px;
    margin: auto;
    height: 10px;
    display: block;
    border-radius: 45px;
    margin-bottom: 20px;
    background-color: #ec7700;
  }
  .title_description_centered .title {
    font-size: 1.875rem;
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    text-align: center;
    font-weight: bold;
  }
  .title_description_centered .subTitle {
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
    margin-top: 10px;
    text-align: center;
  }
  .title_description_centered .description {
    font-size: 1.125rem;
    font-size: clamp(1rem, 1.2vw, 1.275rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    margin-top: 50px;
    text-align: center;
  }
  .partner {
    display: flex;
    align-items: flex-start;
    min-height: 30rem;
    position: relative;
  }
  .partner__container {
    width: 75%;
    margin-right: 100px;
    margin-left: auto;
    position: relative;
    padding: 100px 0px;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px) {
    .partner__container {
      width: 85%;
    }
  }
  @media only screen and (max-width: 999px) {
    .partner__container {
      width: 100%;
      margin-right: 0px;
      height: auto;
      padding: 10px 0px;
    }
  }
  .partner__block {
    display: flex;
    align-items: center;
    height: 400px;
    margin-bottom: 50px;
    position: relative;
  }
  .partner__block:last-child {
    margin-bottom: 0px;
  }
  @media only screen and (max-width: 999px) {
    .partner__block {
      height: auto;
      margin-bottom: 20px;
      height: 500px;
      flex-wrap: wrap;
      align-items: flex-start;
    }
  }
  .partner__block:hover {
    cursor: pointer;
  }
  .partner__block:hover .partner__box {
    width: 60%;
    cursor: pointer;
    background-color: #0782bd;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px) {
    .partner__block:hover .partner__box {
      width: 75%;
    }
  }
  @media only screen and (max-width: 999px) {
    .partner__block:hover .partner__box {
      margin-left: 0px;
    }
  }
  .partner__block:hover .partner__title {
    color: white;
    margin-left: 50px;
  }
  @media only screen and (max-width: 999px) {
    .partner__block:hover .partner__title {
      margin-left: 0px;
    }
  }
  .partner__block:hover .partner__title a {
    color: white;
  }
  .partner__block:hover .partner__description {
    color: white;
    margin-left: 50px;
  }
  @media only screen and (max-width: 999px) {
    .partner__block:hover .partner__description {
      margin-left: 0px;
    }
  }
  .partner__box {
    height: 75%;
    width: 50%;
    background-color: white;
    z-index: 8;
    position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border-radius: 10px;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px) {
    .partner__box {
      width: 50%;
    }
  }
  @media only screen and (max-width: 999px) {
    .partner__box {
      width: 100%;
      height: auto;
      align-items: flex-start;
      margin-bottom: 0px;
      position: relative;
      border-radius: 0px;
    }
  }
  .partner__arrow {
    background-image: url(/Content/Images/homepage/partner_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .partner__title {
    font-size: 2.25rem;
    font-size: clamp(1.5rem, 2.5vw, 2.175rem);
    line-height: clamp(1.8rem, 2.8vw, 2.475rem);
    color: #30c1db;
    margin-top: auto;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
  }
  .partner__title a {
    text-decoration: none;
    font-size: 2.25rem;
    font-size: clamp(1.5rem, 2.5vw, 2.175rem);
    line-height: clamp(1.8rem, 2.8vw, 2.475rem);
    color: #30c1db;
  }
  .partner__description {
    font-size: 1.125rem;
    font-size: clamp(1rem, 1.2vw, 1.275rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    color: #606060;
    margin-top: 20px;
    margin-bottom: auto;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
  }
  .partner__img {
    width: 75%;
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position-y: center;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px) {
    .partner__img {
      width: 85%;
    }
  }
  @media only screen and (max-width: 999px) {
    .partner__img {
      width: 100%;
      height: 300px;
      position: relative;
    }
  }
  .partner__img img {
    display: none;
  }
  .partner__background-color {
    background-color: #eaeaea;
    width: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
  }
  .partner__background-logo {
    background-image: url(/Content/Images/homepage/logoCircle.png);
    width: 600px;
    height: 600px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-size: cover;
    z-index: 5;
    background-position-x: -100px;
    opacity: 0.6;
    background-repeat: no-repeat;
  }
  @media only screen and (min-width: 1600px) and (max-width: 1899px) {
    .partner__background-logo {
      width: 500px;
      height: 500px;
    }
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1000px) and (max-width: 1199px) {
    .partner__background-logo {
      width: 400px;
      height: 400px;
    }
  }
  @media only screen and (max-width: 999px) {
    .partner__background-logo {
      display: none;
    }
  }
  /* overwrite CMS css*/
  body.sfPageEditor .partner__background-logo {
    display: none;
  }
  body.sfPageEditor .partner__block {
    display: block;
  }
  body.sfPageEditor .partner__box {
    display: block;
    position: relative;
    width: 100%;
  }
  body.sfPageEditor .partner__title {
    margin-bottom: 50px;
  }
  body.sfPageEditor .partner__description {
    margin-bottom: 50px;
  }
  .workflows {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 85.625%;
    margin-bottom: 4%;
  }
  @media only screen and (max-width: 999px) {
    .workflows {
      align-items: center;
      flex-direction: column;
      align-items: flex-start;
    }
  }
  .workflows__box {
    flex: 0 1 30.5%;
    position: relative;
    cursor: pointer;
  }
  @media only screen and (max-width: 999px) {
    .workflows__box {
      display: flex;
      justify-content: center;
      box-sizing: border-box;
      max-height: 350px;
    }
    .workflows__box:not(:last-of-type) {
      margin-bottom: 5%;
    }
  }
  .workflows__img {
    width: 100%;
  }
  .workflows__text-box {
    position: absolute;
    bottom: -7%;
    right: -7%;
    border-radius: 1.75rem;
    color: #fff;
    max-width: 300px;
    padding: 6.25% 6.25% 10% 6.25%;
    width: calc(26vw*0.575);
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .workflows__text-box {
      width: calc(26vw * 0.6);
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .workflows__text-box {
      width: calc(26vw * 0.7);
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .workflows__text-box {
      bottom: -5%;
      right: -5%;
      width: calc(27vw * 0.8);
    }
  }
  @media only screen and (max-width: 999px) {
    .workflows__text-box {
      bottom: 0;
      right: 0;
      max-width: 100%;
      width: 100%;
      border-radius: 0;
      box-sizing: inherit;
      padding: 5%;
    }
  }
  .workflows__text-box--blue {
    background-color: rgba(20, 150, 180, 0.9);
  }
  .workflows__text-box--orange {
    background-color: rgba(235, 123, 57, 0.9);
  }
  .workflows__text-box--green {
    background-color: rgba(61, 183, 171, 0.9);
  }
  .workflows__text-box-bar {
    height: 0.375rem;
    width: 2.875rem;
    background-color: #fff;
    border-radius: 2rem;
  }
  .workflows__text-box-heading {
    font-size: clamp(1.25rem, 2vw, 2rem);
    font-weight: 600;
    line-height: 1.25;
    margin: 0.25rem 0 1.125rem 0;
  }
  @media only screen and (max-width: 999px) {
    .workflows__text-box-heading {
      margin: 0.5rem 0 0.75rem 0;
    }
  }
  .workflows__text-box-heading a {
    color: white;
    text-decoration: none;
  }
  .workflows__text-box-heading a:hover {
    text-decoration: underline;
  }
  .workflows__text-box-item {
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    line-height: 1.6;
  }
  .testimonials {
    background-color: white;
    height: 50.75rem;
    position: relative;
  }
  .testimonials .backgroundColor {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    background-color: #00b1ad;
    z-index: 0;
  }
  @media only screen and (max-width: 999px) {
    .testimonials .backgroundColor {
      display: none;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .testimonials {
      height: 45rem;
    }
  }
  @media only screen and (max-width: 999px) {
    .testimonials {
      height: 41rem;
    }
  }
  .testimonials__wrapper {
    margin: 0 auto;
    position: relative;
    width: 80%;
    z-index: 1;
  }
  .testimonials__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .testimonials__card {
    font-size: clamp(1rem, 1.2vw, 1.25rem);
  }
  .testimonials__text-box {
    background-color: #fff;
    border: 2px solid #e6e7e8;
    border-radius: 1.875rem;
    padding: 12% 17% 20% 17%;
    min-height: 33rem;
  }
  @media only screen and (max-width: 825px) {
    .testimonials__text-box {
      padding: 8% 13% 19% 13%;
    }
  }
  @media only screen and (max-width: 999px) {
    .testimonials__text-box {
      min-height: 1rem;
    }
  }
  .testimonials__quotations {
    display: block;
    margin: 0 auto;
    width: 2rem;
  }
  .testimonials__copy {
    color: #6d6e71;
    line-height: 1.35;
    margin: 2rem 0 1.75rem 0;
  }
  .testimonials__copy strong {
    font-weight: bold;
  }
  .testimonials__copy em {
    font-style: italic;
  }
  .testimonials__button {
    background-color: #eb7b39;
    border-radius: 2rem;
    color: white;
    display: block;
    font-weight: 900;
    font-size: 0.875rem;
    margin: 0 auto;
    padding: 0.375rem 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 175ms ease-in-out;
    width: 92.5%;
  }
  @media (hover) {
    .testimonials__button:hover,
    .testimonials__button:active,
    .testimonials__button:focus {
      background-color: #e66417;
    }
  }
  .testimonials__card-inner {
    color: #fff;
    margin-top: -14%;
    position: relative;
  }
  @media only screen and (max-width: 825px) {
    .testimonials__card-inner {
      text-align: center;
    }
  }
  .testimonials__card-inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16%;
    width: 2px;
    height: 85.5%;
    background-color: #e6e7e8;
  }
  @media only screen and (max-width: 825px) {
    .testimonials__card-inner::before {
      display: none;
    }
  }
  .testimonials__profile-thumbnail {
    background-color: white;
    border-radius: 5rem;
    display: block;
    margin: 0 auto 2rem auto;
    width: 8rem;
    border: 1px solid #ece5e5;
  }
  .testimonials__card-inner-text-box {
    line-height: 1.1;
    margin: 0 auto;
    width: 55%;
  }
  @media only screen and (max-width: 825px) {
    .testimonials__card-inner-text-box {
      width: 100%;
    }
  }
  @media only screen and (max-width: 999px) {
    .testimonials__card-inner-text-box {
      color: black;
    }
  }
  .testimonials__card-name {
    font-weight: 900;
  }
  .testimonials__arrow {
    position: absolute;
    top: 19%;
    cursor: pointer;
    width: 1rem;
  }
  .testimonials__arrow--left {
    left: -7%;
  }
  .testimonials__arrow--right {
    right: -7%;
  }
  .v2GetStarted {
    height: 300px;
    background-image: url(/Content/Images/getStartedBackground.jpg);
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  @media only screen and (max-width: 999px) {
    .v2GetStarted {
      height: auto;
    }
  }
  .v2GetStarted .container {
    display: flex;
    width: 90%;
    max-width: 1400px;
    margin: auto;
    text-align: left;
    align-content: space-evenly;
  }
  @media only screen and (max-width: 999px) {
    .v2GetStarted .container {
      flex-wrap: wrap;
      padding: 3rem;
    }
  }
  .v2GetStarted .container .left {
    margin-left: 0px;
    flex: 1 0 auto;
  }
  @media only screen and (max-width: 999px) {
    .v2GetStarted .container .left {
      padding: 0;
      margin-bottom: 1.5rem;
    }
  }
  .v2GetStarted .container .left .bar {
    width: 100px;
    height: 10px;
    display: block;
    border-radius: 45px;
    margin-bottom: 20px;
    background-color: white;
  }
  .v2GetStarted .container .left .title {
    font-size: 1.875rem;
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    color: white;
  }
  .v2GetStarted .container .middle {
    color: white;
    padding: 0px 10%;
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
    flex: 0 1 auto;
  }
  @media only screen and (max-width: 999px) {
    .v2GetStarted .container .middle {
      padding: 0;
      margin-bottom: 2.5rem;
    }
  }
  .v2GetStarted .container .right {
    margin-right: 0px;
    flex: 1 0 auto;
  }
  @media only screen and (max-width: 999px) {
    .v2GetStarted .container .right {
      margin-bottom: 1.5rem;
    }
  }
  .v2GetStarted .container .right a {
    background-color: #1c2a79;
    color: white;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 900;
    padding: 0.375rem 2rem;
    text-decoration: none;
    text-align: center;
    transition: all 175ms ease-in-out;
    /*text-decoration:none;*/
    cursor: pointer;
  }
  .v2GetStarted .container .right a:hover {
    background-color: #21145f;
  }
  .v2StayInformed {
    height: 500px;
    background-image: url(/Content/Images/stayInformedBackground.jpg);
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .v2StayInformed .container {
    display: flex;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    text-align: left;
    align-content: space-evenly;
    background-color: #ffffffb8;
    padding: 100px;
    color: black;
    align-items: center;
  }
  @media only screen and (max-width: 999px) {
    .v2StayInformed .container {
      flex-wrap: wrap;
      padding: 3rem;
    }
  }
  .v2StayInformed .container .left {
    margin-left: 0px;
    flex: 1 0 auto;
    max-width: 200px;
  }
  @media only screen and (max-width: 999px) {
    .v2StayInformed .container .left {
      padding: 0;
      margin-bottom: 1.5rem;
      max-width: 100%;
    }
  }
  .v2StayInformed .container .left .bar {
    width: 100px;
    height: 10px;
    display: block;
    border-radius: 45px;
    margin-bottom: 20px;
    background-color: #30c1db;
  }
  .v2StayInformed .container .left .title {
    font-size: 1.875rem;
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    color: #231f20;
    font-weight: 800;
  }
  .v2StayInformed .container .middle {
    color: #6d6e71;
    padding: 0px 10%;
    flex: 0 1 auto;
    font-size: 1.125rem;
    font-size: clamp(1rem, 1.2vw, 1.275rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
  }
  @media only screen and (max-width: 999px) {
    .v2StayInformed .container .middle {
      padding: 0;
      margin-bottom: 2.5rem;
    }
  }
  .v2StayInformed .container .right {
    margin-right: 0px;
    flex: 1 0 auto;
  }
  @media only screen and (max-width: 999px) {
    .v2StayInformed .container .right {
      margin-bottom: 1.5rem;
    }
  }
  .v2StayInformed .container .right a {
    background-color: #ec7700;
    color: white;
    border-radius: 2rem;
    font-size: 1.2rem;
    font-weight: 900;
    padding: 0.375rem 2rem;
    text-decoration: none;
    text-align: center;
    transition: all 175ms ease-in-out;
    /*text-decoration:none;*/
  }
  .v2StayInformed .container .right a:hover {
    background-color: #21145f;
  }
  .footer {
    padding: 50px 30px;
    margin-top: 0px;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 999px) {
    .footer {
      flex-wrap: wrap;
    }
  }
  .footer__logo {
    margin-left: 0px;
  }
  @media only screen and (max-width: 999px) {
    .footer__logo {
      width: 100%;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .footer__logo {
      width: 100%;
    }
  }
  .footer__menu {
    min-width: 340px;
    margin-left: 50px;
    margin-right: auto;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
  @media only screen and (max-width: 999px) {
    .footer__menu {
      min-width: 300px;
      margin-left: 0px;
      margin-bottom: 20px;
      margin-top: 30px;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer__menu {
      min-width: 340px;
      margin-left: 100px;
      margin-bottom: 20px;
      margin-top: 0px;
    }
  }
  .footer__menu a {
    text-decoration: none;
    color: black;
  }
  .footer__menu ul {
    /*         display: flex;
              flex-direction: column;*/
    margin-left: 20px;
  }
  .footer__menu ul li {
    margin-bottom: 10px;
    float: none;
  }
  .footer__menu ul li:first-of-type {
    width: auto;
  }
  .footer__menu ul li ul {
    margin-top: 10px;
  }
  .footer__privacy {
    margin-right: 0px;
    text-align: right;
  }
  @media only screen and (max-width: 999px) {
    .footer__privacy {
      margin-left: 0;
      text-align: left;
      margin-top: 20px;
    }
  }
  .footer__privacy a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: black;
    font-size: 11px;
  }
  .scpl__row {
    display: flex;
  }
  @media only screen and (max-width: 768px) {
    .scpl__row {
      flex-direction: column;
    }
  }
  .scpl__box {
    flex: 1 1 50%;
  }
  .scpl__box--text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5% 0;
  }
  @media only screen and (max-width: 999px) {
    .scpl__box--text {
      padding: 15% 0px;
    }
  }
  .scpl__box--image {
    position: relative;
  }
  .scpl__box--image img {
    max-width: 100%;
    /*sitefinity preview window editor */
  }
  .scpl__text {
    color: #231f20;
    padding-left: 22.5%;
    width: 77.5%;
  }
  @media only screen and (max-width: 768px) {
    .scpl__text {
      padding-left: 10%;
      padding-right: 10%;
      width: 100%;
    }
  }
  .scpl__bar {
    height: 10px;
    width: 6.25rem;
    background-color: #ec7700;
    border-radius: 3rem;
    display: block;
  }
  @media only screen and (max-width: 999px) {
    .scpl__bar {
      height: 0.75rem;
      width: 3.25rem;
    }
  }
  .scpl__title {
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    font-weight: bold;
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    margin: 2.5rem 0;
    width: 35%;
  }
  @media only screen and (max-width: 768px) {
    .scpl__title {
      width: 100%;
    }
  }
  @media only screen and (max-width: 999px) {
    .scpl__title {
      margin: 1.25rem 0;
    }
  }
  .scpl__subtitle {
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
    margin-bottom: 3.5rem;
    width: 60%;
  }
  @media only screen and (max-width: 768px) {
    .scpl__subtitle {
      width: 100%;
      margin-bottom: 1.5rem;
    }
  }
  .scpl__copy {
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    width: 64%;
  }
  @media only screen and (max-width: 768px) {
    .scpl__copy {
      width: 100%;
    }
  }
  .scpl__copy img {
    max-width: 100%;
  }
  .scpl__image {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media only screen and (max-width: 768px) {
    .scpl__image {
      height: 40rem;
    }
  }
  .scpl__image-tag {
    position: absolute;
    bottom: 5%;
    right: -1.75rem;
    background-color: #efefef;
    border-right: 1.75rem solid #3eb7ab;
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    padding: 2rem 5rem 2rem 2rem;
    width: 38%;
  }
  @media only screen and (max-width: 768px) {
    .scpl__image-tag {
      right: 0;
    }
  }
  .scpr__row {
    display: flex;
  }
  @media only screen and (max-width: 768px) {
    .scpr__row {
      flex-direction: column;
    }
  }
  .scpr__box {
    flex: 1 1 50%;
  }
  .scpr__box--text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5% 0;
  }
  @media only screen and (max-width: 999px) {
    .scpr__box--text {
      padding: 15% 0px;
    }
  }
  .scpr__box--image {
    position: relative;
  }
  .scpr__box--image img {
    max-width: 100%;
    /*sitefinity preview window editor */
  }
  .scpr__text {
    color: #231f20;
    padding-left: 22.5%;
    width: 77.5%;
  }
  @media only screen and (max-width: 768px) {
    .scpr__text {
      padding-left: 10%;
      padding-right: 10%;
      width: 100%;
    }
  }
  .scpr__bar {
    height: 10px;
    width: 6.25rem;
    background-color: #ec7700;
    border-radius: 3rem;
  }
  @media only screen and (max-width: 999px) {
    .scpr__bar {
      height: 0.75rem;
      width: 3.25rem;
    }
  }
  .scpr__title {
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    font-weight: bold;
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    margin: 2.5rem 0;
    width: 35%;
  }
  @media only screen and (max-width: 768px) {
    .scpr__title {
      width: 100%;
      margin-bottom: 1.5rem;
    }
  }
  @media only screen and (max-width: 999px) {
    .scpr__title {
      margin: 1.25rem 0;
    }
  }
  .scpr__subtitle {
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
    margin-bottom: 3.5rem;
    width: 60%;
  }
  @media only screen and (max-width: 768px) {
    .scpr__subtitle {
      width: 100%;
      margin-bottom: 1.5rem;
    }
  }
  .scpr__copy {
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    width: 64%;
  }
  @media only screen and (max-width: 768px) {
    .scpr__copy {
      width: 100%;
    }
  }
  .scpr__copy img {
    max-width: 100%;
  }
  .scpr__image {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media only screen and (max-width: 768px) {
    .scpr__image {
      height: 40rem;
    }
  }
  .scpr__image-tag {
    position: absolute;
    bottom: 5%;
    left: -1.75rem;
    background-color: #efefef;
    border-left: 1.75rem solid #3eb7ab;
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    padding: 2rem 5rem 2rem 2rem;
    width: 38%;
  }
  @media only screen and (max-width: 768px) {
    .scpr__image-tag {
      left: 0;
    }
  }
  .tcp__row {
    display: flex;
  }
  @media only screen and (max-width: 768px) {
    .tcp__row {
      flex-direction: column;
    }
  }
  .tcp__box--image {
    flex: 1 0 33%;
  }
  .tcp__box--image img {
    max-width: 200px;
  }
  .tcp__box--text {
    background-color: #efefef;
    flex: 1 0 67%;
  }
  @media only screen and (max-width: 999px) {
    .tcp__box--text {
      padding: 15% 0px;
    }
  }
  .tcp__image {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media only screen and (max-width: 768px) {
    .tcp__image {
      height: 30rem;
    }
  }
  .tcp__image img {
    max-width: 100%;
    /*sitefinity preview window editor */
  }
  .tcp__text {
    color: #231f20;
    padding: 8.5% 6% 8.5% 8.5%;
  }
  .tcp__bar {
    height: 10px;
    width: 6.25rem;
    background-color: #ec7700;
    border-radius: 3rem;
  }
  @media only screen and (max-width: 999px) {
    .tcp__bar {
      height: 0.75rem;
      width: 3.25rem;
    }
  }
  .tcp__title {
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    font-weight: bold;
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    margin: 1rem 0;
  }
  @media only screen and (max-width: 999px) {
    .tcp__title {
      margin: 1.25rem 0;
    }
  }
  .tcp__subtitle {
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
  }
  .tcp__copy-row {
    display: flex;
    align-items: flex-start;
    margin-top: 3rem;
  }
  @media only screen and (max-width: 480px) {
    .tcp__copy-row {
      flex-direction: column;
      margin-top: 1rem;
    }
  }
  .tcp__copy {
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
  }
  .tcp__copy img {
    max-width: 100%;
  }
  .tcp__copy:first-of-type {
    margin-right: 2.5rem;
  }
  @media only screen and (max-width: 480px) {
    .tcp__copy:first-of-type {
      margin-right: 0;
      margin-bottom: 0.625rem;
    }
  }
  .tcct {
    color: #231f20;
    text-align: center;
  }
  @media only screen and (max-width: 768px) {
    .tcct {
      margin: 0 auto;
      width: 80%;
    }
  }
  .tcct__bar {
    height: 10px;
    width: 6.25rem;
    background-color: #ec7700;
    border-radius: 3rem;
    margin: 0 auto;
  }
  .tcct__title {
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    font-weight: bold;
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    margin: 2rem 0 1.25rem 0;
  }
  @media only screen and (max-width: 768px) {
    .tcct__title {
      margin: 1.5rem 0 0.75rem 0;
    }
  }
  @media only screen and (max-width: 999px) {
    .tcct__title {
      margin: 1.25rem 0;
    }
  }
  .tcct__subtitle {
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
  }
  .tcct__row {
    display: flex;
    justify-content: space-between;
    margin: 3rem auto 0 auto;
    text-align: left;
    width: 66%;
  }
  @media only screen and (max-width: 768px) {
    .tcct__row {
      flex-direction: column;
      margin-top: 1rem;
      width: 100%;
    }
  }
  .tcct__copy {
    flex: 0 0 29%;
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
  }
  .tcct__copy img {
    max-width: 100%;
  }
  @media only screen and (max-width: 768px) {
    .tcct__copy:not(:last-of-type) {
      margin-bottom: 0.625rem;
    }
  }
  .ifw__image {
    height: 40.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media only screen and (max-width: 768px) {
    .ifw__image {
      height: 32.5rem;
    }
  }
  .ifw__image img {
    max-width: 100%;
    /*sitefinity preview window editor */
  }
  .tclt {
    color: #231f20;
  }
  @media only screen and (max-width: 768px) {
    .tclt {
      margin: 0 auto;
      width: 80%;
    }
  }
  .tclt__bar {
    height: 10px;
    width: 6.25rem;
    background-color: #ec7700;
    border-radius: 3rem;
    margin-left: 17%;
  }
  @media only screen and (max-width: 768px) {
    .tclt__bar {
      margin-left: 0;
    }
  }
  @media only screen and (max-width: 999px) {
    .tclt__bar {
      height: 0.75rem;
      width: 3.25rem;
    }
  }
  .tclt__title {
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    font-weight: bold;
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    margin: 2rem 0 1.25rem 17%;
  }
  @media only screen and (max-width: 768px) {
    .tclt__title {
      margin-left: 0;
    }
  }
  @media only screen and (max-width: 999px) {
    .tclt__title {
      margin: 1.25rem 0;
    }
  }
  .tclt__subtitle {
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
    margin-left: 17%;
  }
  @media only screen and (max-width: 768px) {
    .tclt__subtitle {
      margin-left: 0;
    }
  }
  .tclt__row {
    display: flex;
    justify-content: space-between;
    margin: 3rem auto 0 auto;
    width: 66%;
  }
  @media only screen and (max-width: 768px) {
    .tclt__row {
      flex-direction: column;
      margin-top: 1rem;
      width: 100%;
    }
  }
  .tclt__copy {
    flex: 0 0 29%;
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
  }
  .tclt__copy img {
    max-width: 100%;
  }
  @media only screen and (max-width: 768px) {
    .tclt__copy:not(:last-of-type) {
      margin-bottom: 0.625rem;
    }
  }
  .tcop__image {
    height: 40.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media only screen and (max-width: 768px) {
    .tcop__image {
      height: 32.5rem;
    }
  }
  .tcop__image img {
    max-width: 100%;
    /*sitefinity preview window editor */
  }
  .tcop__text {
    background-color: #efefef;
    color: #231f20;
    margin: -9.5rem auto 0 auto;
    padding: 8.5% 6.5%;
    width: 70%;
  }
  .tcop__bar {
    height: 10px;
    width: 6.25rem;
    background-color: #ec7700;
    border-radius: 3rem;
  }
  @media only screen and (max-width: 999px) {
    .tcop__bar {
      height: 0.75rem;
      width: 3.25rem;
    }
  }
  .tcop__title {
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    font-weight: bold;
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    margin: 1rem 0;
  }
  .tcop__subtitle {
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
  }
  .tcop__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 2rem;
  }
  @media only screen and (max-width: 480px) {
    .tcop__row {
      flex-direction: column;
      margin-top: 1rem;
    }
  }
  .tcop__copy {
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    flex: 0 0 48%;
  }
  .tcop__copy img {
    max-width: 100%;
  }
  @media only screen and (max-width: 480px) {
    .tcop__copy:not(:last-of-type) {
      margin-bottom: 0.5rem;
    }
  }
  .v1GetStarted {
    width: 100%;
    display: flex;
    align-items: flex-start;
    align-content: flex-end;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 80px;
  }
  .v1GetStarted .background {
    width: 90%;
    background-color: #1496b4;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-image: url(/content/images/getStartedLogoWatermark.png?r23);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
    position: relative;
  }
  @media only screen and (max-width: 999px) {
    .v1GetStarted .background {
      width: 100%;
      border-radius: 0px;
    }
  }
  .v1GetStarted .background .content {
    margin-left: 200px;
    width: 50%;
    padding: 7% 0;
  }
  @media only screen and (max-width: 999px) {
    .v1GetStarted .background .content {
      width: 95%;
      margin: auto;
      box-sizing: border-box;
      padding: 10%;
    }
  }
  .v1GetStarted .background .content h3 {
    font-size: 2.25rem;
    font-size: clamp(1.5rem, 2.5vw, 2.175rem);
    line-height: clamp(1.8rem, 2.8vw, 2.475rem);
    color: white;
    margin-bottom: 20px;
  }
  .v1GetStarted .background .content p {
    font-size: 1.125rem;
    font-size: clamp(1rem, 1.2vw, 1.275rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    color: white;
  }
  .v1GetStarted .background .content a {
    background-color: #ec7700;
    color: #fff;
    border-radius: 2rem;
    font-size: 1.2rem;
    font-weight: 900;
    padding: 0.375rem 2rem;
    text-decoration: none;
    text-align: center;
    transition: all 175ms ease-in-out;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
  }
  .v1GetStarted .background .molecule {
    position: absolute;
    z-index: 2;
    left: -80px;
    bottom: -80px;
    width: 250px;
    height: 250px;
    background-image: url(/content/images/getStartedMolecule.png?r23);
    background-size: contain;
    background-repeat: no-repeat;
  }
  @media only screen and (max-width: 999px) {
    .v1GetStarted .background .molecule {
      display: none;
    }
  }
  .ocup {
    color: #231f20;
    position: relative;
  }
  @media only screen and (max-width: 768px) {
    .ocup {
      margin-bottom: 7.5%;
    }
  }
  .ocup__text {
    background-color: #efefef;
    margin-left: auto;
    padding: 8% 7% 8% 25%;
    width: 50%;
  }
  @media only screen and (max-width: 768px) {
    .ocup__text {
      margin: 0 auto;
      padding: 2.25rem 2.25rem 12rem 2.25rem;
      width: 70%;
    }
  }
  .ocup__bar {
    height: 10px;
    width: 6.25rem;
    background-color: #ec7700;
    border-radius: 3rem;
  }
  @media only screen and (max-width: 999px) {
    .ocup__bar {
      height: 0.75rem;
      width: 3.25rem;
    }
  }
  .ocup__title {
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    font-weight: bold;
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    margin: 1rem 0;
  }
  .ocup__subtitle {
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
  }
  .ocup__copy {
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    margin-top: 2rem;
  }
  @media only screen and (max-width: 768px) {
    .ocup__copy {
      margin-top: 1rem;
    }
  }
  .ocup__copy img {
    max-width: 100%;
  }
  .ocup__image {
    height: 84.5%;
    width: 35.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 2.5%;
    transform: translate(0, -50%);
  }
  @media only screen and (max-width: 768px) {
    .ocup__image {
      height: 15rem;
      width: 70vw;
      top: 90%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }
  .ocup__image img {
    max-width: 200px;
    /*sitefinity preview window editor */
  }
  .oclt {
    color: #231f20;
    margin: 0 auto;
    width: 66%;
  }
  @media only screen and (max-width: 768px) {
    .oclt {
      width: 80%;
    }
  }
  .oclt__bar {
    height: 10px;
    width: 6.25rem;
    background-color: #ec7700;
    border-radius: 3rem;
  }
  @media only screen and (max-width: 999px) {
    .oclt__bar {
      height: 0.75rem;
      width: 3.25rem;
    }
  }
  .oclt__title {
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    font-weight: bold;
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    margin: 1rem 0;
  }
  @media only screen and (max-width: 999px) {
    .oclt__title {
      margin: 1.25rem 0;
    }
  }
  .oclt__subtitle {
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
  }
  .oclt__copy {
    flex: 0 0 29%;
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    margin-top: 1rem;
  }
  .oclt__copy img {
    max-width: 100%;
    /*sitefinity preview window editor */
  }
  .bbtc {
    color: #231f20;
    position: relative;
    margin-top: 10%;
  }
  .bbtc__text {
    background-color: #efefef;
    margin-left: auto;
    padding: 7% 11% 10% 17%;
    width: 55%;
  }
  @media only screen and (max-width: 768px) {
    .bbtc__text {
      margin: 0 auto;
      padding: 2.25rem 2.25rem 12rem 2.25rem;
      width: 70%;
    }
  }
  .bbtc__bar {
    height: 10px;
    width: 6.25rem;
    background-color: #ec7700;
    border-radius: 3rem;
  }
  .bbtc__title {
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    font-weight: bold;
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    margin: 1rem 0;
  }
  .bbtc__subtitle {
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
  }
  .bbtc__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  @media only screen and (max-width: 480px) {
    .bbtc__row {
      flex-direction: column;
      margin: 1rem 0;
    }
  }
  .bbtc__copy {
    flex: 0 1 47.5%;
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    margin-bottom: 1rem;
  }
  .bbtc__copy img {
    max-width: 100%;
  }
  .bbtc__image {
    position: absolute;
    top: -9.5%;
    left: 0;
    height: 95%;
    max-height: 65.5rem;
    width: 26.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media only screen and (max-width: 768px) {
    .bbtc__image {
      height: 15rem;
      width: 70vw;
      top: 91.5%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }
  .bbtc__image img {
    max-width: 100%;
    /*sitefinity preview window editor */
  }
  .toolkit5Column {
    width: 1300px;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .toolkit5Column {
      width: 1150px;
    }
    .toolkit5Column .left {
      width: 200px;
    }
    .toolkit5Column .middle {
      width: 950px;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .toolkit5Column {
      width: 950px;
    }
    .toolkit5Column .left {
      width: 150px;
    }
    .toolkit5Column .middle {
      width: 800px;
    }
  }
  @media only screen and (max-width: 999px) {
    .toolkit5Column {
      width: 95%;
      flex-wrap: wrap;
    }
  }
  .toolkit5Column ul {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    margin-top: 35px;
  }
  @media only screen and (max-width: 999px) {
    .toolkit5Column ul {
      justify-content: center;
      flex-wrap: wrap;
    }
  }
  .toolkit5Column ul li {
    width: 33%;
    padding: 0px 20px;
    box-sizing: border-box;
    text-align: center;
  }
  @media only screen and (max-width: 999px) {
    .toolkit5Column ul li {
      width: 50%;
      padding: 0px 10px;
      max-width: 150px;
      margin-bottom: 60px;
    }
  }
  .toolkit5Column ul li img {
    width: 100%;
  }
  .toolkit5Column ul li .title {
    color: #30c1db;
    font-size: 1.125rem;
    font-size: clamp(1rem, 1.2vw, 1.275rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    margin-top: 25px;
  }
  .toolkit5Column ul li .title a {
    color: #30c1db;
    text-decoration: none;
  }
  .toolkit5Column ul li .description {
    margin-top: 20px;
  }
  .toolkit5Column .left {
    width: 235px;
    padding: 0px;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 999px) {
    .toolkit5Column .left {
      width: 100%;
    }
  }
  .toolkit5Column .left ul {
    margin-top: 60px;
  }
  @media only screen and (max-width: 999px) {
    .toolkit5Column .left ul {
      margin-top: 0px;
    }
  }
  .toolkit5Column .left li {
    width: 100%;
  }
  @media only screen and (max-width: 999px) {
    .toolkit5Column .left li {
      max-width: 150px;
    }
  }
  .toolkit5Column .right {
    width: 234px;
    padding: 0px;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 999px) {
    .toolkit5Column .right {
      width: 100%;
    }
  }
  .toolkit5Column .right ul {
    margin-top: 60px;
  }
  @media only screen and (max-width: 999px) {
    .toolkit5Column .right ul {
      margin-top: 0px;
    }
  }
  .toolkit5Column .right li {
    width: 100%;
  }
  @media only screen and (max-width: 999px) {
    .toolkit5Column .right li {
      max-width: 150px;
    }
  }
  .toolkit5Column .middle {
    border: 1px solid #30c1db;
    padding: 10px 10px 60px 10px;
    background-color: #fff;
    border-radius: 30px;
    width: 730px;
    position: relative;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 999px) {
    .toolkit5Column .middle {
      width: 95%;
      padding: 5px;
      margin: auto;
    }
  }
  .toolkit5Column .middle .pillTitle {
    background-color: #30c1db;
    display: block;
    width: 270px;
    text-align: center;
    padding: 10px 30px;
    border-radius: 20px;
    color: white;
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
    position: relative;
    margin: auto;
    margin-top: -35px;
  }
  @media only screen and (max-width: 999px) {
    .toolkit5Column .middle .pillTitle {
      width: 230px;
      margin-top: -25px;
    }
  }
  .fiveByTwenty {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .fiveByTwenty__container {
    width: 20%;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 999px) {
    .fiveByTwenty__container {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  .fiveByTwenty__container.padding5px {
    padding: 5px;
  }
  .fiveByTwenty__container.padding10px {
    padding: 10px;
  }
  .fiveByTwenty__container.padding15px {
    padding: 15px;
  }
  .fiveByTwenty__container.padding20px {
    padding: 20px;
  }
  .fiveByTwenty__container.padding25px {
    padding: 25px;
  }
  .fiveByTwenty__container.padding30px {
    padding: 30px;
  }
  .fourByTwentyFive {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .fourByTwentyFive__container {
    width: 25%;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 999px) {
    .fourByTwentyFive__container {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  .fourByTwentyFive__container.padding5px {
    padding: 5px;
  }
  .fourByTwentyFive__container.padding10px {
    padding: 10px;
  }
  .fourByTwentyFive__container.padding15px {
    padding: 15px;
  }
  .fourByTwentyFive__container.padding20px {
    padding: 20px;
  }
  .fourByTwentyFive__container.padding25px {
    padding: 25px;
  }
  .fourByTwentyFive__container.padding30px {
    padding: 30px;
  }
  .threeByThirtyThree {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .threeByThirtyThree__container {
    width: 33%;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 999px) {
    .threeByThirtyThree__container {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  .threeByThirtyThree__container.padding5px {
    padding: 5px;
  }
  .threeByThirtyThree__container.padding10px {
    padding: 10px;
  }
  .threeByThirtyThree__container.padding15px {
    padding: 15px;
  }
  .threeByThirtyThree__container.padding20px {
    padding: 20px;
  }
  .threeByThirtyThree__container.padding25px {
    padding: 25px;
  }
  .threeByThirtyThree__container.padding30px {
    padding: 30px;
  }
  .vstl {
    color: #231f20;
    position: relative;
  }
  @media only screen and (max-width: 768px) {
    .vstl {
      margin-bottom: 7.5%;
    }
  }
  .vstl__text {
    background-color: #efefef;
    margin-left: auto;
    padding: 8% 7% 8% 25%;
    width: 50%;
  }
  @media only screen and (max-width: 768px) {
    .vstl__text {
      margin: 0 auto;
      padding: 2.25rem 2.25rem 12rem 2.25rem;
      width: 70%;
    }
  }
  .vstl__bar {
    height: 1rem;
    width: 6.25rem;
    background-color: #ec7700;
    border-radius: 3rem;
  }
  @media only screen and (max-width: 999px) {
    .vstl__bar {
      height: 0.75rem;
      width: 3.25rem;
    }
  }
  .vstl__title {
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    font-weight: bold;
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    margin: 1rem 0;
  }
  .vstl__copy {
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    margin-top: 2rem;
  }
  @media only screen and (max-width: 768px) {
    .vstl__copy {
      margin-top: 1rem;
    }
  }
  .vstl__copy img {
    max-width: 100%;
  }
  .vstl__thumbnail-wrapper {
    height: 84.5%;
    width: 35.5%;
    position: absolute;
    top: 50%;
    left: 2.5%;
    transform: translate(0, -50%);
  }
  @media only screen and (max-width: 768px) {
    .vstl__thumbnail-wrapper {
      height: 15rem;
      width: 70vw;
      top: 90%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }
  .vstl__thumbnail {
    background: center / cover no-repeat;
    height: 100%;
  }
  .vstl__thumbnail img {
    max-width: 200px;
    /*sitefinity preview window editor */
  }
  .vstl__play-btn {
    border-bottom-left-radius: 50% 10%;
    border-bottom-right-radius: 50% 10%;
    border-top-left-radius: 50% 10%;
    border-top-right-radius: 50% 10%;
    height: 6rem;
    width: calc(6rem * 1.3333);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #4d4d4d;
    color: #fff;
    margin: 1.25rem auto;
    text-align: center;
    text-indent: 0.2rem;
    transition: all 175ms ease-in-out;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .vstl__play-btn {
      height: 5rem;
      width: calc(5rem * 1.3333);
    }
  }
  @media only screen and (max-width: 999px) {
    .vstl__play-btn {
      height: 4rem;
      width: calc(4rem * 1.3333);
    }
  }
  .vstl__play-btn::before {
    content: '';
    position: absolute;
    top: 9%;
    right: -5%;
    bottom: 9%;
    left: -5%;
    background: inherit;
    border-bottom-left-radius: 5% 50%;
    border-bottom-right-radius: 5% 50%;
    border-top-left-radius: 5% 50%;
    border-top-right-radius: 5% 50%;
  }
  .vstl__play-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: calc(6rem * 0.25) 0 calc(6rem * 0.25) calc(6rem * 0.4375);
    margin: calc(-6rem * 0.25) 0 0 calc(-6rem * 0.1875);
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .vstl__play-btn::after {
      border-width: calc(5rem * 0.25) 0 calc(5rem * 0.25) calc(5rem * 0.4375);
      margin: calc(-5rem * 0.25) 0 0 calc(-5rem * 0.1875);
    }
  }
  @media only screen and (max-width: 999px) {
    .vstl__play-btn::after {
      border-width: calc(4rem * 0.25) 0 calc(4rem * 0.25) calc(4rem * 0.4375);
      margin: calc(-4rem * 0.25) 0 0 calc(-4rem * 0.1875);
    }
  }
  .vstl__play-btn:hover {
    background: #ec7700;
    box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
  }
  .vstl__video-url {
    display: none;
  }
  .sfPageEditor .vstr__video-url {
    display: block;
  }
  .vstr {
    color: #231f20;
    position: relative;
  }
  @media only screen and (max-width: 768px) {
    .vstr {
      margin-bottom: 7.5%;
    }
  }
  .vstr__text {
    background-color: #efefef;
    margin-right: auto;
    padding: 8% 25% 8% 7%;
    width: 50%;
  }
  @media only screen and (max-width: 768px) {
    .vstr__text {
      margin: 0 auto;
      padding: 2.25rem 2.25rem 12rem 2.25rem;
      width: 70%;
    }
  }
  .vstr__bar {
    height: 1rem;
    width: 6.25rem;
    background-color: #ec7700;
    border-radius: 3rem;
  }
  @media only screen and (max-width: 999px) {
    .vstr__bar {
      height: 0.75rem;
      width: 3.25rem;
    }
  }
  .vstr__title {
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    font-weight: bold;
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    margin: 1rem 0;
  }
  .vstr__copy {
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    margin-top: 2rem;
  }
  @media only screen and (max-width: 768px) {
    .vstr__copy {
      margin-top: 1rem;
    }
  }
  .vstr__copy img {
    max-width: 100%;
  }
  .vstr__thumbnail-wrapper {
    height: 84.5%;
    width: 35.5%;
    position: absolute;
    top: 50%;
    right: 2.5%;
    transform: translate(0, -50%);
  }
  @media only screen and (max-width: 768px) {
    .vstr__thumbnail-wrapper {
      height: 15rem;
      width: 70vw;
      top: 90%;
      right: -20%;
      transform: translate(-50%, -50%);
    }
  }
  .vstr__thumbnail {
    background: center / cover no-repeat;
    height: 100%;
  }
  .vstr__thumbnail img {
    max-width: 200px;
    /*sitefinity preview window editor */
  }
  .vstr__play-btn {
    border-bottom-left-radius: 50% 10%;
    border-bottom-right-radius: 50% 10%;
    border-top-left-radius: 50% 10%;
    border-top-right-radius: 50% 10%;
    height: 6rem;
    width: calc(6rem * 1.3333);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #4d4d4d;
    color: #fff;
    margin: 1.25rem auto;
    text-align: center;
    text-indent: 0.2rem;
    transition: all 175ms ease-in-out;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .vstr__play-btn {
      height: 5rem;
      width: calc(5rem * 1.3333);
    }
  }
  @media only screen and (max-width: 999px) {
    .vstr__play-btn {
      height: 4rem;
      width: calc(4rem * 1.3333);
    }
  }
  .vstr__play-btn::before {
    content: '';
    position: absolute;
    top: 9%;
    right: -5%;
    bottom: 9%;
    left: -5%;
    background: inherit;
    border-bottom-left-radius: 5% 50%;
    border-bottom-right-radius: 5% 50%;
    border-top-left-radius: 5% 50%;
    border-top-right-radius: 5% 50%;
  }
  .vstr__play-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: calc(6rem * 0.25) 0 calc(6rem * 0.25) calc(6rem * 0.4375);
    margin: calc(-6rem * 0.25) 0 0 calc(-6rem * 0.1875);
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .vstr__play-btn::after {
      border-width: calc(5rem * 0.25) 0 calc(5rem * 0.25) calc(5rem * 0.4375);
      margin: calc(-5rem * 0.25) 0 0 calc(-5rem * 0.1875);
    }
  }
  @media only screen and (max-width: 999px) {
    .vstr__play-btn::after {
      border-width: calc(4rem * 0.25) 0 calc(4rem * 0.25) calc(4rem * 0.4375);
      margin: calc(-4rem * 0.25) 0 0 calc(-4rem * 0.1875);
    }
  }
  .vstr__play-btn:hover {
    background: #ec7700;
    box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
  }
  .vstr__video-url {
    display: none;
  }
  .sfPageEditor .vstl__video-url {
    display: block;
  }
  .fct__row {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    width: 68.5%;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .fct__row {
      width: 75%;
    }
  }
  @media only screen and (max-width: 999px) {
    .fct__row {
      align-items: center;
      flex-direction: column;
      width: 80%;
    }
  }
  @media only screen and (max-width: 415px) {
    .fct__row {
      width: 85%;
    }
  }
  .fct__box--left {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    margin-top: 4.75rem;
    padding-bottom: 3.75rem;
  }
  @media only screen and (max-width: 999px) {
    .fct__box--left {
      margin-top: 0;
      padding-bottom: 10%;
    }
  }
  .fct__box--middle {
    border: 1px solid #30c1db;
    border-radius: 2rem;
    flex: 0 0 55%;
    margin: 0 1.5rem;
    padding: 1.25rem 1.25rem 3.75rem 1.25rem;
  }
  @media only screen and (max-width: 999px) {
    .fct__box--middle {
      margin: 0;
      width: 85%;
    }
  }
  .fct__box--right {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    margin-top: 4.75rem;
    padding-bottom: 3.75rem;
  }
  @media only screen and (max-width: 999px) {
    .fct__box--right {
      margin-top: 10%;
      padding-bottom: 0;
    }
  }
  .fct__image {
    height: 10.5vw;
    width: 10.5vw;
    max-height: 12.75rem;
    max-width: 12.75rem;
  }
  @media only screen and (max-width: 768px) {
    .fct__image {
      height: 15vw;
      width: 15vw;
    }
  }
  @media only screen and (max-width: 480px) {
    .fct__image {
      height: 22.5vw;
      width: 22.5vw;
    }
  }
  .fct__image img {
    border: 0;
    border-radius: 50%;
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .fct__sub-heading {
    color: #30c1db;
    font-size: clamp(1rem, 1.2vw, 1.275rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    margin: 1.5rem 0;
  }
  @media only screen and (max-width: 580px) {
    .fct__sub-heading {
      margin: 0.75rem 0;
    }
  }
  .fct__button {
    background-color: #54c7db;
    border-radius: 2rem;
    color: #fff !important;
    margin-top: auto;
    transition: all 175ms ease-in-out;
  }
  @media (hover) {
    .fct__button:hover,
    .fct__button:active,
    .fct__button:focus {
      background-color: #2cb8d0;
      cursor: pointer;
    }
  }
  .fct__button a {
    color: inherit !important;
    display: block;
    padding: 0.625rem 1.25rem;
    text-decoration: none;
  }
  .fct__main-heading {
    background-color: #30c1db;
    border-radius: 1.25rem;
    color: #fff;
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
    margin: -2.25rem auto 0 auto;
    padding: 0.75rem 2rem;
    text-align: center;
    transform: translateY(-0.625rem);
    width: 45%;
  }
  @media only screen and (max-width: 415px) {
    .fct__main-heading {
      width: 50%;
    }
  }
  .fct__list {
    display: flex;
    justify-content: center;
    height: calc(100% - 3.438rem);
    margin-top: 2.5rem;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .fct__list {
      height: calc(100% - 3.063rem);
    }
  }
  @media only screen and (max-width: 580px) {
    .fct__list {
      align-items: center;
      flex-direction: column;
      height: auto;
    }
  }
  .fct__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1 0 30%;
  }
  .fct__item:not(:first-of-type):not(:last-of-type) {
    margin: 0 3.5%;
  }
  @media only screen and (max-width: 580px) {
    .fct__item:not(:first-of-type):not(:last-of-type) {
      margin: 13% 0;
    }
  }
  .sfPageEditor .fct__image img {
    height: auto;
  }
  .pp {
    margin: 0 auto;
    margin-top: 100px;
    width: 66%;
    display: flex;
  }
  @media only screen and (max-width: 999px) {
    .pp {
      flex-wrap: wrap-reverse;
      margin-top: 30px;
      width: 85%;
    }
  }
  .pp__list ul {
    margin-top: 50px;
  }
  .pp__list li {
    margin-top: 10px;
  }
  .pp__list li a {
    white-space: nowrap;
  }
  .pp__left {
    width: 145px;
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    margin-top: 1rem;
  }
  .pp__right {
    margin-left: 145px;
  }
  @media only screen and (max-width: 999px) {
    .pp__right {
      margin-left: 0px;
    }
  }
  .pp__right-title {
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    font-weight: bold;
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    margin: 1rem 0;
  }
  @media only screen and (max-width: 999px) {
    .pp__right-title {
      margin: 1.25rem 0;
    }
  }
  .pp__right-body {
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    line-height: clamp(1.2rem, 1.6vw, 1.575rem);
    margin-top: 1rem;
  }
  .pp__subtitle {
    font-size: clamp(1.2rem, 1.4vw, 1.475rem);
    line-height: clamp(1.4rem, 1.7vw, 1.775rem);
  }
  .customerWebinarsWrapper {
    margin-top: 4rem;
  }
  @media only screen and (max-width: 999px) {
    .customerWebinarsWrapper.oneline_paddingright {
      margin-right: 11.1111%;
    }
  }
  @media only screen and (max-width: 480px) {
    .customerWebinarsWrapper.oneline_paddingright {
      padding-right: 0;
    }
  }
  .customerWebinarsWrapper .webinarsWrapper {
    display: flex;
    margin-top: 4rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .customerWebinarsWrapper .webinarsWrapper {
      margin-bottom: 2rem;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .customerWebinarsWrapper .webinarsWrapper {
      margin-bottom: 1rem;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .customerWebinarsWrapper .webinarsWrapper {
      margin-bottom: 0;
    }
  }
  @media only screen and (max-width: 999px) {
    .customerWebinarsWrapper .webinarsWrapper {
      margin-top: 2rem;
      margin-bottom: 0;
    }
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar {
    width: 50%;
    margin-bottom: 5rem;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .customerWebinarsWrapper .webinarsWrapper .webinar {
      margin-bottom: 4rem;
    }
  }
  @media only screen and (max-width: 999px) {
    .customerWebinarsWrapper .webinarsWrapper .webinar {
      width: 100%;
      margin-bottom: 4rem;
    }
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar:nth-of-type(4n+1) .webinarTitle {
    background-color: #f2b63b;
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar:nth-of-type(4n+1) .timeslotLink {
    background-color: #f2b63b;
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar:nth-of-type(4n+1) .timeslotLink:hover {
    background-color: #ffcc32;
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar:nth-of-type(4n+2) .webinarTitle {
    background-color: #1c4970;
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar:nth-of-type(4n+2) .timeslotLink {
    background-color: #1c4970;
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar:nth-of-type(4n+2) .timeslotLink:hover {
    background-color: #122f48;
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar:nth-of-type(4n+3) .webinarTitle {
    background-color: #3eb7ab;
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar:nth-of-type(4n+3) .timeslotLink {
    background-color: #3eb7ab;
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar:nth-of-type(4n+3) .timeslotLink:hover {
    background-color: #30c1db;
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar:nth-of-type(4n+4) .webinarTitle {
    background-color: #ea692b;
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar:nth-of-type(4n+4) .timeslotLink {
    background-color: #ea692b;
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar:nth-of-type(4n+4) .timeslotLink:hover {
    background-color: #ec7700;
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar .webinarHeader {
    position: relative;
    margin-bottom: 5rem;
  }
  @media only screen and (max-width: 999px) {
    .customerWebinarsWrapper .webinarsWrapper .webinar .webinarHeader {
      margin-bottom: 1rem;
    }
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar .webinarHeader .webinarImage {
    width: 80%;
    padding-bottom: 50%;
    background-size: cover;
    background-position: center;
  }
  @media only screen and (max-width: 999px) {
    .customerWebinarsWrapper .webinarsWrapper .webinar .webinarHeader .webinarImage {
      width: 100%;
      padding-bottom: 65%;
      border-radius: 0.5rem 0.5rem 0 0;
    }
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar .webinarHeader .webinarTitle {
    position: absolute;
    right: 10%;
    bottom: -2.5rem;
    width: 50%;
    padding: 2.5rem 1.6rem;
    border-radius: 1rem;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .customerWebinarsWrapper .webinarsWrapper .webinar .webinarHeader .webinarTitle {
      padding: 2rem 1.4rem;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .customerWebinarsWrapper .webinarsWrapper .webinar .webinarHeader .webinarTitle {
      padding: 1.8rem 1.2rem;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .customerWebinarsWrapper .webinarsWrapper .webinar .webinarHeader .webinarTitle {
      padding: 1.4rem 1rem;
    }
  }
  @media only screen and (max-width: 999px) {
    .customerWebinarsWrapper .webinarsWrapper .webinar .webinarHeader .webinarTitle {
      position: relative;
      right: 0;
      bottom: 0;
      width: initial;
      margin-bottom: 1.5rem;
      padding: 1rem 0.5rem;
      border-radius: 0 0 0.5rem 0.5rem;
      text-align: center;
    }
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar .webinarHeader .webinarTitle .webinarNote {
    font-style: italic;
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar .timeslotsWrapper {
    width: 80%;
    text-align: center;
  }
  @media only screen and (max-width: 999px) {
    .customerWebinarsWrapper .webinarsWrapper .webinar .timeslotsWrapper {
      width: 100%;
    }
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar .timeslotsWrapper p {
    margin-bottom: 2rem;
    font-weight: 600;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .customerWebinarsWrapper .webinarsWrapper .webinar .timeslotsWrapper p {
      margin-bottom: 1.5rem;
    }
  }
  @media only screen and (max-width: 999px) {
    .customerWebinarsWrapper .webinarsWrapper .webinar .timeslotsWrapper p {
      margin-bottom: 1rem;
    }
  }
  .customerWebinarsWrapper .webinarsWrapper .webinar .timeslotsWrapper .timeslotLink {
    display: inline-block;
    text-align: center;
    padding: 0.75rem 2rem;
    border-radius: 1.5rem;
  }
  html body .areasOfInterestSubPageHeader .twolines_left {
    margin-left: 11.11111%;
  }
  .webinarWrapper {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
  @media only screen and (max-width: 999px) {
    .webinarWrapper {
      margin-top: 2rem;
    }
  }
  @media only screen and (max-width: 999px) {
    .webinarWrapper.twoline_paddingright {
      padding-right: 0;
      margin-left: 11.11111%;
      margin-right: 11.11111%;
    }
  }
  .webinarWrapper .webinar img {
    width: 100%;
    margin-bottom: 2rem;
  }
  @media only screen and (max-width: 999px) {
    .webinarWrapper .webinar img {
      max-width: 100% !important;
      margin-bottom: 1rem !important;
    }
  }
  .webinarWrapper .webinar .webinarTitle {
    line-height: 60px;
    margin-bottom: 2rem;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .webinarWrapper .webinar .webinarTitle {
      line-height: 52px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .webinarWrapper .webinar .webinarTitle {
      line-height: 50px;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .webinarWrapper .webinar .webinarTitle {
      line-height: 38px;
    }
  }
  @media only screen and (max-width: 999px) {
    .webinarWrapper .webinar .webinarTitle {
      line-height: 34px;
      margin-bottom: 1rem;
    }
  }
  .webinarWrapper .webinar .webinarDate {
    line-height: 60px;
    margin-bottom: 2rem;
  }
  .webinarWrapper .webinar .description {
    margin-bottom: 2rem;
  }
  @media only screen and (max-width: 999px) {
    .webinarWrapper .webinar .description {
      margin-bottom: 1rem;
    }
  }
  .webinarWrapper .webinar #prerequisites {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2.5rem;
  }
  .webinarWrapper .webinar #prerequisites li {
    display: flex;
    margin-bottom: 1.5rem;
  }
  .webinarWrapper .webinar #prerequisites li label {
    display: inline;
    margin-top: -6px;
    margin-left: 10px;
  }
  .webinarWrapper .webinar .sku {
    margin-bottom: 1.5rem;
  }
  @media only screen and (max-width: 999px) {
    .webinarWrapper .webinar .sku {
      margin-bottom: 1rem;
    }
  }
  .webinarWrapper .webinar .priceWrapper {
    margin-bottom: 2rem;
  }
  @media only screen and (max-width: 999px) {
    .webinarWrapper .webinar .priceWrapper {
      margin-bottom: 1rem;
    }
  }
  @media only screen and (max-width: 999px) {
    .webinarWrapper .webinar .cartWrapper span {
      display: block;
    }
  }
  .webinarWrapper .webinar .cartWrapper .quantityTextbox {
    width: 40px;
    padding: 10px;
  }
  .webinarWrapper .webinar .cartWrapper .button {
    display: inline;
    margin-left: 20px;
    border: none;
  }
  @media only screen and (max-width: 999px) {
    .webinarWrapper .webinar .cartWrapper .button {
      margin-left: 0;
      margin-top: 1rem;
    }
  }
  .webinarWrapper .webinar .error {
    display: none;
    padding-top: 10px;
  }
  .webinarWrapper .webinar .error.show {
    display: block;
  }
  .customerCoursesWrapper {
    margin-top: 4rem;
  }
  @media only screen and (max-width: 999px) {
    .customerCoursesWrapper.oneline_paddingright {
      margin-right: 11.1111%;
    }
  }
  @media only screen and (max-width: 480px) {
    .customerCoursesWrapper.oneline_paddingright {
      padding-right: 0;
    }
  }
  .customerCoursesWrapper .coursesWrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 4rem 0;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .customerCoursesWrapper .coursesWrapper {
      margin-bottom: 2rem;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .customerCoursesWrapper .coursesWrapper {
      margin-bottom: 1rem;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .customerCoursesWrapper .coursesWrapper {
      margin-bottom: 0;
    }
  }
  @media only screen and (max-width: 999px) {
    .customerCoursesWrapper .coursesWrapper {
      margin-top: 2rem;
      margin-bottom: 0;
    }
  }
  .customerCoursesWrapper .coursesWrapper .course {
    width: 50%;
    margin-bottom: 5rem;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .customerCoursesWrapper .coursesWrapper .course {
      margin-bottom: 4rem;
    }
  }
  @media only screen and (max-width: 999px) {
    .customerCoursesWrapper .coursesWrapper .course {
      width: 100%;
      margin-bottom: 4rem;
    }
  }
  .customerCoursesWrapper .coursesWrapper .course .courseTitle {
    opacity: 0.9;
  }
  .customerCoursesWrapper .coursesWrapper .course .courseTitle span {
    opacity: 1;
  }
  .customerCoursesWrapper .coursesWrapper .course:nth-of-type(4n+1) .courseTitle {
    background-color: #f2b63b;
  }
  .customerCoursesWrapper .coursesWrapper .course:nth-of-type(4n+1) .timeslotLink {
    background-color: #f2b63b;
  }
  .customerCoursesWrapper .coursesWrapper .course:nth-of-type(4n+1) .timeslotLink:hover {
    background-color: #ffcc32;
  }
  .customerCoursesWrapper .coursesWrapper .course:nth-of-type(4n+2) .courseTitle {
    background-color: #1c4970;
  }
  .customerCoursesWrapper .coursesWrapper .course:nth-of-type(4n+2) .timeslotLink {
    background-color: #1c4970;
  }
  .customerCoursesWrapper .coursesWrapper .course:nth-of-type(4n+2) .timeslotLink:hover {
    background-color: #122f48;
  }
  .customerCoursesWrapper .coursesWrapper .course:nth-of-type(4n+3) .courseTitle {
    background-color: #3eb7ab;
  }
  .customerCoursesWrapper .coursesWrapper .course:nth-of-type(4n+3) .timeslotLink {
    background-color: #3eb7ab;
  }
  .customerCoursesWrapper .coursesWrapper .course:nth-of-type(4n+3) .timeslotLink:hover {
    background-color: #30c1db;
  }
  .customerCoursesWrapper .coursesWrapper .course:nth-of-type(4n+4) .courseTitle {
    background-color: #ea692b;
  }
  .customerCoursesWrapper .coursesWrapper .course:nth-of-type(4n+4) .timeslotLink {
    background-color: #ea692b;
  }
  .customerCoursesWrapper .coursesWrapper .course:nth-of-type(4n+4) .timeslotLink:hover {
    background-color: #ec7700;
  }
  .customerCoursesWrapper .coursesWrapper .course .courseHeader {
    position: relative;
    margin-bottom: 5rem;
  }
  @media only screen and (max-width: 999px) {
    .customerCoursesWrapper .coursesWrapper .course .courseHeader {
      margin-bottom: 1rem;
    }
  }
  .customerCoursesWrapper .coursesWrapper .course .courseHeader .courseImage {
    width: 80%;
    padding-bottom: 50%;
    background-size: cover;
    background-position: center;
  }
  @media only screen and (max-width: 999px) {
    .customerCoursesWrapper .coursesWrapper .course .courseHeader .courseImage {
      width: 100%;
      padding-bottom: 65%;
      border-radius: 0.5rem 0.5rem 0 0;
    }
  }
  .customerCoursesWrapper .coursesWrapper .course .courseHeader .courseTitle {
    position: absolute;
    right: 10%;
    bottom: -2.5rem;
    width: 50%;
    padding: 2.5rem 1.6rem;
    border-radius: 1rem;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .customerCoursesWrapper .coursesWrapper .course .courseHeader .courseTitle {
      padding: 2rem 1.4rem;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .customerCoursesWrapper .coursesWrapper .course .courseHeader .courseTitle {
      padding: 1.8rem 1.2rem;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .customerCoursesWrapper .coursesWrapper .course .courseHeader .courseTitle {
      padding: 1.4rem 1rem;
    }
  }
  @media only screen and (max-width: 999px) {
    .customerCoursesWrapper .coursesWrapper .course .courseHeader .courseTitle {
      position: relative;
      right: 0;
      bottom: 0;
      width: initial;
      margin-bottom: 1.5rem;
      padding: 1rem 0.5rem;
      border-radius: 0 0 0.5rem 0.5rem;
      text-align: center;
    }
  }
  .customerCoursesWrapper .coursesWrapper .course .courseHeader .courseTitle .courseNote {
    font-style: italic;
    opacity: 1;
  }
  @media only screen and (max-width: 999px) {
    .customerCoursesWrapper .coursesWrapper .course .courseHeader .courseTitle .courseNote {
      margin-top: 0.5rem;
    }
  }
  .customerCoursesWrapper .coursesWrapper .course .timeslotsWrapper {
    width: 80%;
  }
  @media only screen and (max-width: 999px) {
    .customerCoursesWrapper .coursesWrapper .course .timeslotsWrapper {
      width: 100%;
    }
  }
  .customerCoursesWrapper .coursesWrapper .course .timeslotsWrapper p {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
  }
  .customerCoursesWrapper .coursesWrapper .course .timeslotsWrapper .timeslots {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  @media only screen and (max-width: 999px) {
    .customerCoursesWrapper .coursesWrapper .course .timeslotsWrapper .timeslots {
      width: 100%;
    }
  }
  .customerCoursesWrapper .coursesWrapper .course .timeslotsWrapper .timeslots li {
    width: 48%;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .customerCoursesWrapper .coursesWrapper .course .timeslotsWrapper .timeslots li {
      width: 44%;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .customerCoursesWrapper .coursesWrapper .course .timeslotsWrapper .timeslots li {
      width: 43%;
    }
  }
  @media only screen and (max-width: 999px) {
    .customerCoursesWrapper .coursesWrapper .course .timeslotsWrapper .timeslots li {
      width: 100%;
      text-align: center;
    }
  }
  .customerCoursesWrapper .coursesWrapper .course .timeslotsWrapper .timeslots li .timeslotLink {
    display: block;
    text-align: center;
    padding: 0.6rem 1rem;
    border-radius: 1.5rem;
  }
  @media only screen and (max-width: 999px) {
    .customerCoursesWrapper .coursesWrapper .course .timeslotsWrapper .timeslots li .timeslotLink {
      display: inline-block;
    }
  }
  .customerCoursesWrapper .coursesWrapper .course .timeslotsWrapper .timeslots li .timeslotLink.grey_background {
    background-color: #d0d2d3;
    cursor: pointer;
  }
  @media only screen and (max-width: 999px) {
    .courseWrapper {
      margin-top: 2rem;
    }
  }
  @media only screen and (max-width: 999px) {
    .courseWrapper.twoline_paddingright {
      padding-right: 0;
      margin-left: 11.11111%;
      margin-right: 11.11111%;
    }
  }
  .courseWrapper .course img {
    width: 100%;
    margin-bottom: 2rem;
  }
  @media only screen and (max-width: 999px) {
    .courseWrapper .course img {
      max-width: 100% !important;
      margin-bottom: 1rem !important;
    }
  }
  .courseWrapper .course .courseTitle {
    line-height: 60px;
    margin-bottom: 2rem;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .courseWrapper .course .courseTitle {
      line-height: 52px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .courseWrapper .course .courseTitle {
      line-height: 50px;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .courseWrapper .course .courseTitle {
      line-height: 38px;
    }
  }
  @media only screen and (max-width: 999px) {
    .courseWrapper .course .courseTitle {
      line-height: 34px;
      margin-bottom: 1rem;
    }
  }
  .courseWrapper .course .courseDate {
    line-height: 60px;
    margin-bottom: 2rem;
  }
  .courseWrapper .course .description {
    margin-bottom: 2rem;
  }
  @media only screen and (max-width: 999px) {
    .courseWrapper .course .description {
      margin-bottom: 1rem;
    }
  }
  .courseWrapper .course #prerequisites {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2.5rem;
  }
  .courseWrapper .course #prerequisites li {
    display: flex;
    margin-bottom: 1.5rem;
  }
  .courseWrapper .course #prerequisites li label {
    display: inline;
    margin-top: -6px;
    margin-left: 10px;
  }
  .courseWrapper .course .sku {
    margin-bottom: 1.5rem;
  }
  @media only screen and (max-width: 999px) {
    .courseWrapper .course .sku {
      margin-bottom: 1rem;
    }
  }
  .courseWrapper .course .priceWrapper {
    margin-bottom: 2rem;
  }
  @media only screen and (max-width: 999px) {
    .courseWrapper .course .priceWrapper {
      margin-bottom: 1rem;
    }
  }
  @media only screen and (max-width: 999px) {
    .courseWrapper .course .cartWrapper span {
      display: block;
    }
  }
  .courseWrapper .course .cartWrapper input[type=number] {
    width: 2.5rem;
    padding: 10px;
  }
  .courseWrapper .course .cartWrapper .button {
    display: inline-block;
    border: none;
    margin-left: 1.25rem;
  }
  @media only screen and (max-width: 999px) {
    .courseWrapper .course .cartWrapper .button {
      margin-left: 0;
      margin-top: 1rem;
    }
  }
  .courseWrapper .course .error {
    display: none;
    padding-top: 10px;
  }
  .courseWrapper .course .error.show {
    display: block;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .attendeeRegistrationWrapper {
      margin-right: 11.1111%;
    }
  }
  @media only screen and (max-width: 999px) {
    .attendeeRegistrationWrapper {
      margin-right: 11.1111%;
    }
  }
  .attendeeRegistrationWrapper .pageTitle {
    margin-top: 2.5rem;
    width: 850px;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .attendeeRegistrationWrapper .pageTitle {
      width: 100%;
    }
  }
  @media only screen and (max-width: 999px) {
    .attendeeRegistrationWrapper .pageTitle {
      width: 100%;
      margin-top: 2rem;
    }
  }
  .attendeeRegistrationWrapper .attendeeWrapper {
    margin-top: 2.5rem;
    width: 850px;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .attendeeRegistrationWrapper .attendeeWrapper {
      width: 100%;
    }
  }
  @media only screen and (max-width: 999px) {
    .attendeeRegistrationWrapper .attendeeWrapper {
      width: 100%;
    }
  }
  .attendeeRegistrationWrapper .attendeeWrapper .attendee {
    margin-bottom: 4rem;
    display: flex;
    flex-wrap: wrap;
    background-color: #f2f2f2;
    position: relative;
    padding: 3rem 2.5rem;
    border-radius: 15px;
  }
  @media only screen and (max-width: 480px) {
    .attendeeRegistrationWrapper .attendeeWrapper .attendee {
      margin-bottom: 2rem;
      padding: 2rem 1.5rem 1rem 1.5rem;
    }
  }
  .attendeeRegistrationWrapper .attendeeWrapper .attendee.hidden {
    display: none;
  }
  .attendeeRegistrationWrapper .attendeeWrapper .attendee > div {
    width: 50%;
  }
  @media only screen and (max-width: 480px) {
    .attendeeRegistrationWrapper .attendeeWrapper .attendee > div {
      width: 100%;
      margin-bottom: 1.25rem;
    }
  }
  .attendeeRegistrationWrapper .attendeeWrapper .attendee > div:nth-of-type(1),
  .attendeeRegistrationWrapper .attendeeWrapper .attendee > div:nth-of-type(2) {
    margin-bottom: 1.25rem;
  }
  .attendeeRegistrationWrapper .attendeeWrapper .attendee .deleteButton {
    color: #000;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-weight: bold;
    cursor: pointer;
  }
  @media only screen and (max-width: 999px) {
    .attendeeRegistrationWrapper .attendeeWrapper .attendee .deleteButton {
      top: 0.75rem;
      right: 1rem;
    }
  }
  .attendeeRegistrationWrapper .attendeeWrapper .attendee .deleteButton:hover {
    color: #3eb7ab;
  }
  .attendeeRegistrationWrapper .attendeeWrapper .attendee label {
    margin-bottom: 0.5rem;
    display: inline-block;
  }
  .attendeeRegistrationWrapper .attendeeWrapper .attendee h6 {
    margin-bottom: 0.5rem;
  }
  .attendeeRegistrationWrapper .attendeeWrapper .attendee input {
    display: block;
    padding: 0.5rem;
    width: 80%;
  }
  @media only screen and (max-width: 480px) {
    .attendeeRegistrationWrapper .attendeeWrapper .attendee input {
      width: 90%;
    }
  }
  .attendeeRegistrationWrapper .attendeeWrapper .attendee .field-validation-error {
    display: block;
  }
  .attendeeRegistrationWrapper .error {
    display: none;
  }
  .attendeeRegistrationWrapper .error.show {
    display: inline;
  }
  .attendeeRegistrationWrapper .noAttendeeError.show,
  .attendeeRegistrationWrapper .classSizeError.show {
    margin-top: 0.5rem;
    display: block;
    margin-bottom: 2rem;
  }
  .attendeeRegistrationWrapper .submitButton {
    margin: 0 auto;
    display: block;
    border: none;
  }
  @media only screen and (max-width: 480px) {
    .attendeeRegistrationWrapper .addAttendeeBtnWrapper {
      text-align: center;
      margin-bottom: 1.5rem;
    }
  }
  .attendeeRegistrationWrapper .addAttendeeBtnWrapper .addAttendeeBtn {
    display: inline-block;
  }
  .attendeeRegistrationError {
    margin-top: 2.5rem;
    margin-bottom: 4rem;
  }
  .stripeTransactionsWrapper {
    position: relative;
    z-index: 1;
    text-align: left;
    margin: 0 11.1111%;
  }
  .stripeTransactionsWrapper .searchBoxWrapper .clearSearch {
    display: none;
    font-weight: bolder;
    font-size: 0.8rem;
    cursor: pointer;
    margin-left: -20px;
    padding: 5px;
  }
  .stripeTransactionsWrapper .searchBoxWrapper .clearSearch.show {
    display: inline;
  }
  .stripeTransactionsWrapper .searchBoxWrapper .searchBox {
    margin-left: 0.5rem;
    padding: 0.5rem 35px 0.5rem 0.5rem;
    border: 1px solid grey;
    margin-bottom: 0.5rem;
  }
  .stripeTransactionsWrapper .stripeTransactionsTable {
    width: 100%;
  }
  .stripeTransactionsWrapper .stripeTransactionsTable colgroup col:first-of-type {
    width: 6.5%;
  }
  .stripeTransactionsWrapper .stripeTransactionsTable colgroup col:nth-of-type(2) {
    width: 16.5%;
  }
  .stripeTransactionsWrapper .stripeTransactionsTable colgroup col:nth-of-type(3) {
    width: 7%;
  }
  .stripeTransactionsWrapper .stripeTransactionsTable colgroup col:nth-of-type(4) {
    width: 9%;
  }
  .stripeTransactionsWrapper .stripeTransactionsTable colgroup col:nth-of-type(6) {
    width: 20%;
  }
  .stripeTransactionsWrapper .stripeTransactionsTable colgroup col:last-of-type {
    width: 8%;
  }
  .stripeTransactionsWrapper .stripeTransactionsTable thead tr th {
    padding: 0.5rem 0.75rem;
    box-sizing: border-box;
    border-bottom: 1px solid #bbbdbf;
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: center;
    background-image: url(/Content/Images/logosIcons/orangeUpArrow.png);
  }
  .stripeTransactionsWrapper .stripeTransactionsTable thead tr th:hover {
    cursor: pointer;
  }
  .stripeTransactionsWrapper .stripeTransactionsTable thead tr th:last-of-type {
    background-image: none;
  }
  .stripeTransactionsWrapper .stripeTransactionsTable thead tr th:last-of-type:hover {
    cursor: default;
  }
  .stripeTransactionsWrapper .stripeTransactionsTable thead tr th.down {
    background-image: url(/Content/Images/logosIcons/orangeDownArrow.png);
  }
  .stripeTransactionsWrapper .stripeTransactionsTable tbody tr td {
    padding: 0.5rem 0.75rem;
    line-height: 1.25rem;
  }
  .stripeTransactionsWrapper .stripeTransactionsTable tbody tr td:nth-of-type(2) {
    white-space: nowrap;
  }
  .stripeTransactionsWrapper .stripeTransactionsTable tbody tr td:last-of-type {
    white-space: nowrap;
  }
  .stripeTransactionsWrapper .stripeTransactionsTable tbody tr td .fancybox:hover {
    text-decoration: underline;
  }
  .orderConfirmationWrapper {
    margin-top: 60px;
  }
  @media only screen and (max-width: 999px) {
    .orderConfirmationWrapper {
      margin-top: 30px;
    }
  }
  .orderConfirmationWrapper .paymentWrapper {
    margin-top: 40px;
  }
  .orderConfirmationWrapper .paymentWrapper .selector div {
    width: 200px;
    display: inline-block;
  }
  .orderConfirmationWrapper .paymentWrapper > div {
    margin-bottom: 20px;
  }
  .orderConfirmationWrapper .paymentWrapper .paymentMethod {
    display: none;
  }
  .orderConfirmationWrapper .button {
    border: none;
    margin-top: 40px;
  }
  .orderConfirmationWrapper .paymentWrapper .paymentMethod .submitWrapper {
    margin-top: 40px;
  }
  .orderConfirmationWrapper .paymentWrapper .paymentMethod .button {
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
  }
  .orderConfirmationWrapper .paymentWrapper .paymentMethod .spinner {
    vertical-align: top;
    margin-top: -3px;
    margin-left: 65px;
    display: none;
  }
  .orderConfirmationWrapper .paymentWrapper .paymentMethod .spinner.show {
    display: inline-block;
  }
  .orderConfirmationWrapper .paymentWrapper .paymentMethod .cancelButton {
    margin-left: 10px;
  }
  .orderConfirmationWrapper .orderConfirmationButtonWrapper .button {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .orderConfirmationWrapper .error {
    color: red;
    margin-top: 0.5rem;
  }
  .customerPortalUserListWrapper {
    position: relative;
    z-index: 1;
    text-align: left;
    margin: 0 11.1111%;
  }
  .customerPortalUserListWrapper .successMessage {
    color: #30c1db;
    margin-bottom: 0.5rem;
  }
  .customerPortalUserListWrapper .button {
    display: inline-block;
    margin-bottom: 1.5rem;
  }
  .customerPortalUserListWrapper table {
    width: 100%;
  }
  .customerPortalUserListWrapper table colgroup col:first-of-type {
    width: 8%;
  }
  .customerPortalUserListWrapper table colgroup col:nth-of-type(2) {
    width: 10%;
  }
  .customerPortalUserListWrapper table colgroup col:nth-of-type(3) {
    width: 10%;
  }
  .customerPortalUserListWrapper table colgroup col:nth-of-type(4) {
    width: 20%;
  }
  .customerPortalUserListWrapper table colgroup col:nth-of-type(5) {
    width: 4%;
  }
  .customerPortalUserListWrapper table colgroup col:nth-of-type(6) {
    width: 4%;
  }
  .customerPortalUserListWrapper table colgroup col:last-of-type {
    width: 4%;
  }
  .customerPortalUserListWrapper table thead tr th {
    padding: 0.5rem 0.75rem;
    box-sizing: border-box;
    border-bottom: 1px solid #bbbdbf;
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: center;
    /*background-image: url(/Content/Images/logosIcons/orangeUpArrow.png);*/
  }
  .customerPortalUserListWrapper table thead tr th:hover {
    /*cursor: pointer;*/
  }
  .customerPortalUserListWrapper table thead tr th:last-of-type {
    background-image: none;
  }
  .customerPortalUserListWrapper table thead tr th:last-of-type:hover {
    cursor: default;
  }
  .customerPortalUserListWrapper table thead tr th.down {
    /*background-image: url(/Content/Images/logosIcons/orangeDownArrow.png);*/
  }
  .customerPortalUserListWrapper table tbody tr.hide {
    display: none;
  }
  .customerPortalUserListWrapper table tbody tr td {
    padding: 0.5rem 0.75rem;
    line-height: 1.25rem;
  }
  .customerPortalUserListWrapper table tbody tr td:nth-of-type(2) {
    white-space: nowrap;
  }
  .customerPortalUserListWrapper table tbody tr td:last-of-type {
    white-space: nowrap;
  }
  .customerPortalUserListWrapper table tbody tr td .fancybox {
    text-decoration: underline;
  }
  .customerPortalUserListWrapper table tbody tr td a {
    cursor: pointer;
  }
  .customerPortalUserListWrapper table tbody tr td a:hover {
    text-decoration: underline;
  }
  .customerPortalUserManagementWrapper {
    position: relative;
    z-index: 1;
    text-align: left;
    margin: 0 11.1111%;
  }
  .customerPortalUserManagementWrapper .button {
    border: none;
    display: inline-block;
    line-height: 19px;
  }
  .customerPortalUserManagementWrapper .successMessage {
    color: #30c1db;
    margin-top: 0.5rem;
  }
  .customerPortalUserManagementWrapper .hide {
    display: none;
  }
  .customerPortalUserManagementWrapper .show {
    display: block;
  }
  .customerPortalUserManagementWrapper .passwordButtonsWrapper a {
    cursor: pointer;
  }
  .customerPortalUserManagementWrapper .fieldWrapper {
    margin-bottom: 1.5rem;
  }
  .customerPortalUserManagementWrapper .fieldWrapper label {
    font-weight: bold;
    display: block;
    margin-bottom: 0.25rem;
  }
  .customerPortalUserManagementWrapper .fieldWrapper .textbox {
    background-color: white !important;
    border: none;
    border-bottom: 1px solid #b2b6b9;
    letter-spacing: 1px;
    padding: 0.5rem;
    display: block;
    width: 100%;
  }
  .customerPortalUserManagementWrapper .fieldWrapper select {
    background-color: white !important;
    border: none;
    border-bottom: 1px solid #b2b6b9;
    letter-spacing: 1px;
    padding: 0.5rem;
    display: block;
    width: 100%;
  }
  .customerPortalUserManagementWrapper .cancelButton {
    margin-left: 1rem;
  }
  .customerPortalUserManagementWrapper .emailField label {
    margin-bottom: 1rem;
  }
  .customerPortalUserManagementWrapper .emailField textarea {
    width: 100%;
    padding: 0.5rem;
  }
  .announcement {
    background-image: url('/Content/Images/homepage/announcementbgd.jpg');
    background-repeat: repeat-y;
    background-position-x: center;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .announcement__container {
    display: flex;
    max-width: 1800px;
    width: 80%;
    margin: auto;
  }
  @media only screen and (max-width: 999px) {
    .announcement__container {
      width: 90%;
      flex-direction: column;
    }
  }
  .announcement__logo {
    width: 40%;
    margin-right: 10%;
    text-align: right;
    position: relative;
  }
  .announcement__logo a.cytiva {
    display: block;
    width: 65%;
    height: 100%;
    position: absolute;
  }
  .announcement__logo a.pall {
    display: block;
    width: 35%;
    left: 65%;
    height: 100%;
    position: absolute;
  }
  @media only screen and (max-width: 999px) {
    .announcement__logo {
      text-align: center;
    }
  }
  .announcement__logo img {
    width: 100%;
    max-width: 500px;
    margin-top: 85px;
  }
  @media only screen and (min-width: 1600px) and (max-width: 1899px) {
    .announcement__logo img {
      margin-top: 66px;
    }
  }
  @media only screen and (min-width: 1900px) {
    .announcement__logo img {
      margin-top: 75px;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .announcement__logo img {
      margin-top: 120px;
    }
  }
  @media only screen and (max-width: 999px) {
    .announcement__logo img {
      margin-top: 0px;
    }
  }
  @media only screen and (max-width: 999px) {
    .announcement__logo {
      width: 100%;
    }
  }
  .announcement__text {
    width: 50%;
  }
  @media only screen and (max-width: 999px) {
    .announcement__text {
      width: 100%;
      margin-top: 25px;
    }
  }
  .announcement__text--bar {
    width: 100px;
    background-color: white;
    height: 10px;
    border-radius: 20px;
  }
  .announcement__text--title {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    color: white;
    width: 100%;
    margin-top: 20px;
  }
  .announcement__text--title a {
    color: white;
    text-decoration: underline;
  }
  .announcement__text--description {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: white;
  }
  .announcement__text--description a {
    color: white;
    text-decoration: underline;
  }
  .ii {
    min-height: 200px;
    max-height: 350px;
    margin-top: -90px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ii {
      margin-top: 2rem;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .ii {
      margin-top: 2rem;
    }
  }
  @media only screen and (max-width: 999px) {
    .ii {
      margin-top: 2rem;
      max-height: fit-content;
    }
  }
  .ii__container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin: 2rem auto;
  }
  @media only screen and (max-width: 999px) {
    .ii__container {
      display: block;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .ii__container {
      display: flex;
    }
  }
  .ii__text {
    width: 60%;
    font-size: 1.875rem;
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #0a3a6e;
  }
  @media only screen and (max-width: 999px) {
    .ii__text {
      width: 100%;
      text-align: center;
    }
  }
  .ii__text-description {
    max-width: 610px;
  }
  @media only screen and (max-width: 999px) {
    .ii__text-description {
      margin: auto;
    }
  }
  .ii__text-icons {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  @media only screen and (max-width: 999px) {
    .ii__text-icons {
      justify-content: center;
    }
  }
  .ii__text-iconCytiva {
    width: 10rem;
  }
  .ii__text-iconCytiva img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ii__text-iconPall {
    width: 6rem;
    margin-left: 1rem;
  }
  .ii__text-iconPall img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ii__icons {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ii__icons {
      width: 65%;
    }
  }
  @media only screen and (max-width: 999px) {
    .ii__icons {
      width: 85%;
      margin: auto;
    }
  }
  @media only screen and (max-width: 768px) {
    .ii__icons {
      width: 100%;
    }
  }
  .ii__icons-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  @media only screen and (max-width: 768px) {
    .ii__icons-list {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  .ii__icons-item {
    width: 20%;
    height: 12rem;
    text-align: center;
    margin: 2rem 1rem;
    cursor: pointer;
  }
  .ii__icons-item a {
    text-decoration: none;
  }
  .ii__icons-item:hover {
    filter: hue-rotate(195deg) brightness(100%) saturate(400%);
    -webkit-filter: hue-rotate(195deg) brightness(100%) saturate(400%);
  }
  .ii__icons-image {
    width: 65px;
    margin: 2rem auto;
  }
  .ii__icons-image img {
    width: 100%;
    height: 100%;
  }
  .ii__icons-title {
    color: #54c7db;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    max-width: 60px;
    margin: auto;
  }
  .tcit {
    max-width: 2000px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f1f2f2;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .tcit {
      display: flex;
    }
  }
  @media only screen and (max-width: 999px) {
    .tcit {
      display: block;
    }
  }
  .tcit__box {
    width: 33%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 4rem;
    height: 220px;
  }
  @media only screen and (max-width: 999px) {
    .tcit__box {
      width: 95%;
      margin: auto;
      height: fit-content;
      padding: 1rem;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .tcit__box {
      width: 33%;
      padding: 2rem;
    }
  }
  @media only screen and (max-width: 768px) {
    .tcit__box {
      width: 93%;
    }
  }
  @media only screen and (max-width: 480px) {
    .tcit__box {
      display: block;
      width: 90%;
    }
  }
  .tcit__box:hover {
    background-color: #e3e4e4;
  }
  .tcit__box-image {
    width: 40%;
  }
  @media only screen and (max-width: 999px) {
    .tcit__box-image {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
  @media only screen and (max-width: 480px) {
    .tcit__box-image {
      width: 80%;
      margin: auto;
    }
  }
  .tcit__box-image img {
    width: 80%;
    margin: auto;
  }
  @media only screen and (max-width: 999px) {
    .tcit__box-image img {
      width: 50%;
    }
  }
  @media only screen and (max-width: 768px) {
    .tcit__box-image img {
      width: 70%;
    }
  }
  .tcit__box-text {
    width: 60%;
  }
  @media only screen and (max-width: 999px) {
    .tcit__box-text {
      width: 50%;
    }
  }
  @media only screen and (max-width: 480px) {
    .tcit__box-text {
      width: 90%;
      margin: 1rem auto;
    }
  }
  .tcit__box-title {
    font-size: 1.875rem;
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    line-height: clamp(1.5rem, 2.3vw, 2.175rem);
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #0a3a6e;
  }
  .tcit__box-description {
    font-size: 14px;
    color: #6d6d6d;
    max-width: 215px;
    margin-top: 1rem;
  }
  @media only screen and (max-width: 480px) {
    .tcit__box-description {
      max-width: 100%;
    }
  }
  .wf2 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 10rem;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .wf2 {
      margin-bottom: 11rem;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .wf2 {
      margin-bottom: 11.5rem;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .wf2 {
      margin-bottom: 12rem;
    }
  }
  @media only screen and (max-width: 999px) {
    .wf2 {
      align-items: center;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: -4rem;
    }
  }
  .wf2__box {
    flex: 0 1 33.5%;
    position: relative;
    cursor: pointer;
  }
  @media only screen and (max-width: 999px) {
    .wf2__box {
      width: 100%;
      display: flex;
      justify-content: center;
      box-sizing: border-box;
      max-height: 550px;
    }
  }
  .wf2__img {
    width: 100%;
    height: 550px;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .wf2__img {
      height: 450px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .wf2__img {
      height: 350px;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .wf2__img {
      height: 300px;
    }
  }
  @media only screen and (max-width: 999px) {
    .wf2__img {
      height: 500px;
    }
  }
  .wf2__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
  .wf2__textBox {
    position: absolute;
    bottom: -16rem;
    height: 10rem;
    right: 0;
    left: 0;
    color: #fff;
    padding: 4rem 2rem 4rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
  }
  @media only screen and (max-width: 999px) {
    .wf2__textBox {
      bottom: 0;
      right: 0;
      max-width: 100%;
      width: 100%;
      border-radius: 0;
      box-sizing: inherit;
      padding: 5%;
    }
  }
  .wf2__textBox-content {
    margin-left: -10%;
  }
  @media only screen and (max-width: 999px) {
    .wf2__textBox-content {
      margin-left: -25%;
    }
  }
  .wf2__textBox--blue {
    background-color: rgba(20, 150, 180, 0.9);
  }
  .wf2__textBox--orange {
    background-color: rgba(235, 123, 57, 0.9);
  }
  .wf2__textBox--green {
    background-color: rgba(61, 183, 171, 0.9);
  }
  .wf2__text-box-heading {
    font-size: clamp(1.25rem, 2vw, 2.25rem);
    font-weight: 600;
    line-height: 1.25;
    margin: 0.25rem 0 1.125rem 0;
  }
  @media only screen and (max-width: 999px) {
    .wf2__text-box-heading {
      margin: 0.5rem 0 0.75rem 0;
    }
  }
  .wf2__text-box-heading a {
    color: white;
    text-decoration: none;
  }
  .wf2__text-box-heading a:hover {
    text-decoration: underline;
  }
  .wf2__text-box-item {
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    line-height: 1.6;
  }
  .nav {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
  }
  @media only screen and (max-width: 999px) {
    .nav {
      border-bottom: 1px solid #EDEDEE;
      padding: 2.25% 0;
      overflow-y: scroll;
    }
  }
  .nav a {
    color: inherit;
    text-decoration: none;
  }
  .nav.small .nav__item {
    padding: 1.5rem 1rem;
  }
  @media only screen and (max-width: 999px) {
    .nav.small .nav__item {
      padding: 3.5% 9.5% 3.5% 7%;
    }
  }
  .nav.small .nav__dropdown {
    top: 4.25rem;
  }
  .nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 97%;
  }
  @media only screen and (max-width: 999px) {
    .nav__inner {
      align-items: flex-start;
      flex-direction: column;
      width: 100%;
    }
  }
  .nav__box--logo {
    flex: 0 1 25%;
  }
  @media only screen and (max-width: 1680px) {
    .nav__box--logo {
      flex: 0 1 25%;
    }
  }
  @media only screen and (max-width: 1500px) {
    .nav__box--logo {
      flex: 0 1 20%;
    }
  }
  @media only screen and (max-width: 1325px) {
    .nav__box--logo {
      flex: 0 1 22%;
    }
  }
  @media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .nav__box--logo {
      flex: 0 1 24%;
    }
  }
  @media only screen and (max-width: 999px) {
    .nav__box--logo {
      display: flex;
      align-items: center;
      flex: 1;
      margin: 0 auto;
      width: 95%;
    }
  }
  .nav__box--menu {
    display: flex;
    flex: 1;
  }
  .nav__box--menu.visible {
    display: block;
  }
  @media only screen and (max-width: 999px) {
    .nav__box--menu {
      display: none;
      align-items: center;
      flex-direction: column;
      background-color: #fff;
      width: 100%;
      position: static;
      overflow-y: scroll;
    }
  }
  .nav__logo {
    width: 12.5rem;
  }
  @media only screen and (max-width: 1440px) {
    .nav__logo {
      width: 10rem;
    }
  }
  .nav__menu {
    display: flex;
    align-items: center;
    margin-left: 60px;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nav__menu {
      margin-left: 45px;
    }
  }
  @media only screen and (min-width: 1600px) and (max-width: 1899px) {
    .nav__menu {
      margin-left: 35px;
    }
  }
  @media only screen and (max-width: 999px) {
    .nav__menu {
      margin-left: unset;
      flex-direction: column;
      width: 100%;
      margin-top: 2rem;
    }
  }
  .nav__item {
    box-sizing: border-box;
    cursor: default;
    font-weight: bold;
    margin-right: 2rem;
    padding: 2.25rem 1rem;
    position: relative;
    transition: all 175ms ease-in-out;
  }
  @media only screen and (max-width: 1440px) {
    .nav__item {
      margin-right: 1rem;
    }
  }
  @media only screen and (max-width: 1280px) {
    .nav__item {
      margin-right: 0;
      padding: 2.25rem 0.875rem;
    }
  }
  @media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .nav__item {
      margin-right: 0;
      font-size: 0.9rem;
      padding: 2.25rem 0.875rem;
    }
  }
  @media only screen and (max-width: 999px) {
    .nav__item {
      border-bottom: 1px solid #ededee;
      padding: 3.5% 9.5% 3.5% 7%;
      text-align: left;
      width: 100%;
    }
  }
  .nav__item.visible:hover {
    transition: 0.3s;
  }
  .nav__item.visible:hover::before {
    transform: translateY(-50%) rotate(180deg);
  }
  @media (hover) {
    .nav__item:hover .nav__dropdown {
      display: block;
      border-radius: 0 0 2rem 2rem;
    }
    .nav__item:hover::after {
      opacity: 1;
    }
  }
  .nav__item::after {
    height: 5px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0;
    /*   transform: translateX(-50%);*/
    background-color: #ea692b;
    /*  border-radius: 2rem;*/
    opacity: 0;
    transition: all 175ms ease-in-out;
  }
  @media only screen and (max-width: 999px) {
    .nav__item::after {
      display: none;
    }
  }
  .nav__item::before { 
    content: '';
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    transform: translateY(-50%) rotate(0deg);
    border-top: 0.625rem solid #eb7b39;
    border-right: 0.375rem solid transparent;
    border-left: 0.375rem solid transparent;
    opacity: 0;
  }
  @media only screen and (max-width: 999px) {
    .nav__item::before {
      opacity: 1;
    }
  }
  .nav__get-started {
    color: #fff;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .nav__get-started {
      display: none;
    }
  }
  @media only screen and (max-width: 999px) {
    .nav__get-started {
      margin-top: 2.5rem;
    }
  }
  .nav__get-started a {
    background-color: #eb7b39;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 900;
    padding: 0.375rem 1.5rem;
    text-align: center;
    transition: all 175ms ease-in-out;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px) {
    .nav__get-started a {
      font-size: 0.9rem;
    }
  }
  @media only screen and (max-width: 999px) {
    .nav__get-started a {
      display: block;
    }
  }
  @media (hover) {
    .nav__get-started a:hover {
      background-color: #db5f16;
    }
  }
  .nav__search {
    display: none;
    width: 300px;
    margin-left: auto;
    align-items: center;
  }
  @media only screen and (min-width: 1600px) and (max-width: 1899px) {
    .nav__search {
      width: 250px;
    }
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nav__search {
      width: 250px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px) {
    .nav__search {
      width: 180px;
    }
  }
  @media only screen and (max-width: 999px) {
    .nav__search {
      margin-top: 25px;
      margin-right: auto;
    }
  }
  .nav__search-title {
    font-size: 0.8rem;
    display: none;
  }
  .nav__search-input {
    width: 250px;
    font-size: 0.9rem;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #bbbbbd;
    margin-right: 5px;
  }
  @media only screen and (min-width: 1600px) and (max-width: 1899px) {
    .nav__search-input {
      width: 200px;
    }
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nav__search-input {
      width: 200px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1000px) and (max-width: 1199px) {
    .nav__search-input {
      width: 130px;
    }
  }
  .nav__search-close {
    background-color: #5C6671;
    color: white !important;
    border-radius: 20px;
    width: 20px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-family: Arial;
    padding: 0;
    margin: 0;
  }
  .nav__search-close:hover {
    background-color: #30c1db;
  }
  .nav__icons-list {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  @media only screen and (max-width: 999px) {
    .nav__icons-list {
      justify-content: center;
      margin: 1.5% 0 0 0;
      padding-bottom: 5rem;
      width: 100%;
    }
  }
  .nav__icons-item:not(:last-of-type) {
    margin-right: 1.25rem;
  }
  @media only screen and (max-width: 1325px) {
    .nav__icons-item:not(:last-of-type) {
      margin-right: 0.75rem;
    }
  }
  .nav__icons-link {
    background-repeat: no-repeat;
    background-size: 1.25rem;
    color: #808080;
    display: block;
    text-decoration: none;
  }
  .nav__icons-link.login {
    background-image: url(/Content/Images/logosIcons/lock-v2.png);
    background-position-y: 0.15rem;
    font-size: 0.9rem;
    padding: 0.625rem 0 0.625rem 1.875rem;
  }
  .nav__icons-link.login:hover {
    text-decoration: underline;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nav__icons-link.login {
      color: transparent;
      display: block;
      margin-right: 0;
      padding-left: 0;
      width: 1.5rem;
    }
  }
  .nav__icons-link.search {
    background-image: url(/Content/Images/logosIcons/zoom-v2.png);
    font-size: 0.9rem;
    padding-left: 1.875rem;
  }
  .nav__icons-link.search:hover {
    text-decoration: underline;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nav__icons-link.search {
      color: transparent;
      display: block;
      margin-right: 0;
      padding-left: 0;
      width: 1.5rem;
    }
  }
  .nav__icons-link.twitter {
    height: 1.25rem;
    width: 1.25rem;
    background-image: url(/Content/Images/logosIcons/twitter-grey.png);
  }
  .nav__icons-link.linkedin {
    height: 1.25rem;
    width: 1.25rem;
    background-image: url(/Content/Images/logosIcons/linkedin-grey.png);
  }
  .nav__hamburger {
    display: none;
  }
  @media only screen and (max-width: 999px) {
    .nav__hamburger {
      padding: 10px;
      display: block;
      margin-left: auto;
    }
  }
  .nav__hamburger-line {
    height: 3px;
    width: 24px;
    background-color: #000;
  }
  .nav__hamburger-line:not(:last-of-type) {
    margin-bottom: 0.25rem;
  }
  .nav__dropdown {
    position: absolute;
    top: 5.75rem;
    left: 0%;
    background-color: #fff;
    display: none;
    padding: 0;
    transition: all 175ms ease-in-out;
    width: 17rem;
    border: 1px solid #ececec;
    border-top: 0px;
  }
  @media only screen and (max-width: 999px) {
    .nav__dropdown {
      position: static;
      width: 100%;
      border: 0;
    }
  }
  .nav__dropdown.visible {
    display: block;
  }
  .nav__dropdown-link {
    position: relative;
  }
  .nav__dropdown-link.hasSubItems {
    position: relative;
  }
  .nav__dropdown-link.hasSubItems > a::before {
    content: '';
    position: absolute;
    top: 0.2rem;
    right: 0rem;
    transform: rotate(0deg);
    border-top: 0.625rem solid #808080;
    border-right: 0.375rem solid transparent;
    border-left: 0.375rem solid transparent;
    opacity: 0;
  }
  @media only screen and (max-width: 999px) {
    .nav__dropdown-link.hasSubItems > a::before {
      opacity: 1;
    }
  }
  .nav__dropdown-link.hasSubItems.visible::before {
    transform: rotate(180deg);
  }
  .nav__dropdown-inner {
    position: relative;
    padding: 2.5rem 0 2.5rem 1rem;
  }
  @media only screen and (max-width: 999px) {
    .nav__dropdown-inner {
      padding: 1rem 1.5rem 1.5rem 1.5rem;
    }
  }
  .nav__dropdown-item {
    border-radius: 2rem 0 0 2rem;
    padding: 0.75rem 2.5rem 0.75rem 1.5rem;
    transition: all 175ms ease-in-out;
  }
  @media only screen and (max-width: 999px) {
    .nav__dropdown-item {
      border-bottom: 1px solid #ededee;
      border-radius: 0;
      padding: 0.7rem;
    }
  }
  @media (hover) {
    .nav__dropdown-item:hover {
      background-color: #f2f2f2;
    }
    .nav__dropdown-item:hover .nav__sub-dropdown {
      display: flex;
    }
  }
  @media (hover) and only screen and (max-width: 999px) {
    .nav__dropdown-item:hover {
      background-color: white;
    }
  }
  @media (hover) and only screen and (max-width: 999px) {
    .nav__dropdown-item:hover .nav__sub-dropdown {
      display: none;
    }
  }
  .nav__sub-dropdown {
    height: 100%;
    width: 15rem;
    position: absolute;
    top: 0;
    left: 90%;
    display: none;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    background-color: #f2f2f2;
    border-radius: 0 0 2rem 0;
    box-sizing: border-box;
    padding: 2.5rem 0;
    border: 1px solid #ececec;
  }
  @media only screen and (max-width: 999px) {
    .nav__sub-dropdown {
      border-radius: 0;
      border: 0;
      display: none;
      padding: 1.5rem;
      position: static;
      width: 100%;
      background-color: white;
    }
  }
  .nav__sub-dropdown.visible {
    display: block;
  }
  .nav__sub-dropdown-item {
    text-align: left;
    padding: 0px 30px;
    border-left: 5px solid #f2f2f2;
  }
  .nav__sub-dropdown-item--mobileOnly {
    display: none;
  }
  @media only screen and (max-width: 999px) {
    .nav__sub-dropdown-item--mobileOnly {
      display: block;
    }
  }
  @media only screen and (max-width: 999px) {
    .nav__sub-dropdown-item {
      border-bottom: 1px solid #ededee;
      padding: 10px 20px;
    }
  }
  .nav__sub-dropdown-item:hover {
    border-left: 10px solid #ec7700;
  }
  .nav__sub-dropdown-item:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
  @media only screen and (max-width: 999px) {
    .nav__sub-dropdown-item:not(:last-of-type) {
      margin-bottom: 0;
    }
  }
  body.precision {
    background-color: #ececec;
    font-size: 16px;
    line-height: 20px;
  }
  body.precision .contentContainer {
    background-color: #fff;
    margin: auto;
    max-width: 2000px;
    position: relative;
  }
  body.precision .spacer {
    height: clamp(3.5rem, 5vw, 6rem);
    width: 100%;
  }
  body.precisionNanoInnerMaster .spacer {
    height: clamp(3.5rem, 5vw, 6rem);
    width: 100%;
  }
  html body .areasOfInterestSubPageWrapper .sectionToggler a {
    max-width: 33% !important;
  }
  