@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;450;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,800&family=Public+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  margin-top: 0px !important; }

body.admin-bar {
  padding-top: 32px; }

@media (max-width: 767.9px) {
  .container {
    padding-left: 25px;
    padding-right: 25px; } }

.containerk {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

h1, .h1 {
  color: #2A363D;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 72px; }
  @media (max-width: 991.9px) {
    h1, .h1 {
      font-size: 42px;
      line-height: 47px; } }

h2, .h2 {
  color: #2A363D;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 41px;
  line-height: 48px; }
  @media (max-width: 991.9px) {
    h2, .h2 {
      font-size: 30px;
      line-height: 36px; } }

h3, .h3 {
  color: #2A363D;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 42px; }
  @media (max-width: 991.9px) {
    h3, .h3 {
      font-size: 24px;
      line-height: 32px; } }

h4, .h4 {
  color: #4E606F;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 33px; }
  @media (max-width: 991.9px) {
    h4, .h4 {
      font-size: 20px;
      font-weight: 500;
      line-height: 28px; } }

h5, .h5 {
  color: #2A363D;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px; }
  @media (max-width: 991.9px) {
    h5, .h5 {
      font-size: 17px;
      line-height: 22px; } }

p, .p {
  color: #333333;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15.5px;
  line-height: 24px; }
  @media (max-width: 991.9px) {
    p, .p {
      font-size: 15.5px;
      line-height: 24px; } }
  p.title, .p.title {
    font-size: 18px;
    line-height: 30px; }
    @media (max-width: 991.9px) {
      p.title, .p.title {
        font-size: 16.5px;
        line-height: 25px; } }

.green-flag {
  position: relative;
  padding-top: 47px; }
  .green-flag:before {
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 28px 28px 0;
    border-color: transparent #a0b980 transparent transparent; }
  .green-flag:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    border-color: transparent #DFEBF0 transparent transparent; }

.caption {
  color: #89A3AF;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase; }
  @media (max-width: 767.9px) {
    .caption {
      font-size: 14px;
      line-height: 18px; } }

a.in-content {
  color: #367BB2;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out; }
  a.in-content:hover {
    color: #3794DF;
    text-decoration: underline; }

a.bttn, .bttn {
  background: #E8B227;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 48px;
  min-width: 220px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  height: 48px;
  color: #FFFFFF;
  transition: all .3s ease-in-out;
  display: inline-block;
  padding: 0 25px;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
  text-decoration: none; }
  @media (max-width: 767.9px) {
    a.bttn, .bttn {
      min-width: 290px; } }
  @media (max-width: 575.9px) {
    a.bttn, .bttn {
      min-width: 100%; } }
  a.bttn:hover, .bttn:hover {
    background: #D69F14; }
  a.bttn.disabled, .bttn.disabled {
    background: #D6D8DD;
    cursor: default; }
  a.bttn.light, .bttn.light {
    background: rgba(232, 178, 39, 0.16);
    color: #E8B227; }
    a.bttn.light:hover, .bttn.light:hover {
      color: #D69F14;
      background: rgba(232, 178, 39, 0.4); }
    a.bttn.light.disabled, .bttn.light.disabled {
      background: rgba(69, 71, 77, 0.08);
      color: #C8CAD0;
      cursor: default; }
  a.bttn.small, .bttn.small {
    line-height: 34px;
    height: 34px;
    min-width: 0;
    padding: 0 14px;
    text-transform: none; }
  a.bttn.round, .bttn.round {
    width: 48px;
    height: 48px;
    border-radius: 36px;
    min-width: 48px;
    padding: 0; }
    a.bttn.round.light, .bttn.round.light {
      background: rgba(232, 178, 39, 0.16);
      color: #E8B227; }
      a.bttn.round.light:hover, .bttn.round.light:hover {
        color: #D69F14;
        background: rgba(232, 178, 39, 0.4); }
    a.bttn.round.disabled, .bttn.round.disabled {
      background: rgba(69, 71, 77, 0.08);
      color: #C8CAD0;
      cursor: default; }
    a.bttn.round:before, .bttn.round:before {
      font-size: 14px;
      font-family: 'Font Awesome 6 Pro'; }
    a.bttn.round.left:before, .bttn.round.left:before {
      content: '\f053'; }
    a.bttn.round.right:before, .bttn.round.right:before {
      content: '\f054'; }
    a.bttn.round.down:before, .bttn.round.down:before {
      content: '\f078'; }
    a.bttn.round.up:before, .bttn.round.up:before {
      content: '\f077'; }

.bouncing-arrow {
  position: relative;
  height: 16px; }
  .bouncing-arrow:after {
    content: url("../images/arrow-down.svg");
    background-size: cover;
    width: 16px;
    background-repeat: no-repeat;
    color: #89A3AF; }
  .bouncing-arrow.yellow:after {
    color: #E8B227; }

a.bttn-text, .bttn-text {
  color: #E8B227;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.12em;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  text-decoration: none; }
  a.bttn-text:after, .bttn-text:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f054';
    margin-left: 5px;
    font-size: 14px;
    transition: all .3s ease-in-out; }
  a.bttn-text:hover, .bttn-text:hover {
    color: #D69F14; }
    a.bttn-text:hover:after, .bttn-text:hover:after {
      margin-left: 5px;
      content: '\f061'; }
  a.bttn-text.just-text:after, .bttn-text.just-text:after {
    margin-left: 0;
    display: none; }
  a.bttn-text.arrow:after, .bttn-text.arrow:after {
    content: '\f061'; }
  a.bttn-text.play:after, .bttn-text.play:after {
    content: '\f144';
    font-size: 19px;
    vertical-align: top;
    margin-left: 5px; }
  a.bttn-text.disbled, .bttn-text.disbled {
    background: #D6D8DD;
    cursor: default; }
  a.bttn-text.download:after, .bttn-text.download:after {
    content: '\f33d';
    margin-left: 5px; }

.gradient-text {
  background: -webkit-linear-gradient(0deg, #BF973D 0%, #BD866C 47.4%, #6E8695 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold; }

.arch {
  position: relative; }
  .arch .container {
    position: relative;
    z-index: 2; }
  .arch:after {
    content: '';
    width: 100%;
    height: 100px;
    height: 36%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px; }
  .arch.night:after {
    background-image: url("../images/bg-arches/arch_core-night.png"); }
  .arch.day:after {
    background-image: url("../images/bg-arches/arch_day-light.png"); }
  .arch.light1:after {
    background-image: url("../images/bg-arches/arch_light-01.png"); }
  .arch.light2:after {
    background-image: url("../images/bg-arches/arch_light-02.png"); }
  .arch.light3:after {
    background-image: url("../images/bg-arches/arch_light-03.png"); }
  .arch.white:after {
    background-image: url("../images/bg-arches/arch_white.png"); }

.diag {
  position: relative; }
  .diag .container {
    position: relative;
    z-index: 2; }
  .diag:after {
    width: 100%;
    height: 100px;
    height: 60%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    right: 0; }
  .diag:before {
    width: 100%;
    height: 100px;
    height: 60%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    right: 0; }
  .diag.bot-core-light:after {
    content: '';
    bottom: -1px;
    background-position: bottom center;
    background-image: url("../images/bg-diagonals/diagonal-bottom-core-day-light.png"); }
  .diag.bot-core-night:after {
    content: '';
    bottom: -1px;
    background-position: bottom center;
    background-image: url("../images/bg-diagonals/diagonal-bottom-core-night.png"); }
  .diag.bot-dark:after {
    content: '';
    bottom: -1px;
    background-position: bottom center;
    background-image: url("../images/bg-diagonals/diagonal-bottom-dark.png"); }
  .diag.bot-light1:after {
    content: '';
    bottom: -1px;
    background-position: bottom center;
    background-image: url("../images/bg-diagonals/diagonal-bottom-light_01.png"); }
  .diag.bot-light2:after {
    content: '';
    bottom: -1px;
    background-position: bottom center;
    background-image: url("../images/bg-diagonals/diagonal-bottom-light_02.png"); }
  .diag.bot-light3:after {
    content: '';
    bottom: -1px;
    background-position: bottom center;
    background-image: url("../images/bg-diagonals/diagonal-bottom-light_03.png"); }
  .diag.bot-white:after {
    content: '';
    bottom: -1px;
    background-position: bottom center;
    background-image: url("../images/bg-diagonals/diagonal-bottom-white.png"); }
  .diag.bot-blue:after {
    content: '';
    bottom: -1px;
    background-position: bottom center;
    background-image: url("../images/bg-diagonals/diagonal-bottom-blue.png"); }
  .diag.top-blue:before {
    content: '';
    top: -1px;
    background-position: top center;
    background-image: url("../images/bg-diagonals/diagonal-top-blue.png"); }
  .diag.top-core-light:before {
    content: '';
    top: -1px;
    background-position: top center;
    background-image: url("../images/bg-diagonals/diagonal-top-core-day-light.png"); }
  .diag.top-core-night:before {
    content: '';
    top: -1px;
    background-position: top center;
    background-image: url("../images/bg-diagonals/diagonal-top-core-night.png"); }
  .diag.top-light1:before {
    content: '';
    top: -1px;
    background-position: top center;
    background-image: url("../images/bg-diagonals/diagonal-top-light_01.png"); }
  .diag.top-light2:before {
    content: '';
    top: -1px;
    background-position: top center;
    background-image: url("../images/bg-diagonals/diagonal-top-light_02.png"); }
  .diag.top-light3:before {
    content: '';
    top: -1px;
    background-position: top center;
    background-image: url("../images/bg-diagonals/diagonal-top-light_03.png"); }
  .diag.top-white:before {
    content: '';
    top: -1px;
    background-position: top center;
    background-image: url("../images/bg-diagonals/diagonal-top-white.png"); }

.video-wrapper {
  position: relative;
  padding-bottom: 54.25%;
  /* 16:9 */
  height: 0;
  width: 100%; }

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

.sticky {
  position: fixed;
  top: 0;
  width: 100%; }
  .sticky.abs {
    position: absolute; }

.clickable-tile {
  cursor: pointer;
  transition: all .3s ease-in-out; }
  .clickable-tile:hover {
    box-shadow: 0px 0px 28px -6px rgba(55, 77, 86, 0.45) !important; }

@media print {
  .noprint {
    visibility: hidden; } }
.form-wrapper {
  padding: 45px 67px 53px;
  border-radius: 10px;
  position: relative;
  z-index: 2; }
  @media (max-width: 991.9px) {
    .form-wrapper {
      padding: 60px 10px 53px; } }
  .form-wrapper h2 {
    font-weight: bold;
    font-size: 50px;
    line-height: 56px;
    text-align: center;
    color: #333333;
    margin-bottom: 36px;
    position: relative;
    z-index: 2; }
    @media (max-width: 991.9px) {
      .form-wrapper h2 {
        font-size: 36px;
        line-height: 36px;
        margin: 0 auto 31px; } }
    @media (max-width: 335px) {
      .form-wrapper h2 {
        font-size: 34px; } }
  .form-wrapper .fields {
    position: relative;
    z-index: 2; }
  .form-wrapper p {
    font-weight: 400;
    font-size: 23px;
    line-height: 31px;
    text-align: center;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 33px; }
    @media (max-width: 991.9px) {
      .form-wrapper p {
        font-size: 17px;
        line-height: 29px;
        margin-bottom: 22px;
        text-align: left; } }
  .form-wrapper label {
    font-family: 'IBM Plex Sans';
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
    text-align: left;
    display: block; }
    @media (max-width: 991.9px) {
      .form-wrapper label {
        font-size: 17px;
        line-height: 29px;
        max-width: 100%;
        text-indent: -30px;
        padding-left: 30px; } }
    .form-wrapper label input {
      margin-right: 15px;
      vertical-align: middle; }
  .form-wrapper input[type="text"], .form-wrapper input[type="email"], .form-wrapper select, .form-wrapper textarea {
    background: #FFFFFF;
    border: 1px solid #D6D8DD;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 20px;
    line-height: 56px;
    height: 56px;
    color: #2A363D;
    padding: 0 30px 0 19px;
    width: calc(100% - 8px);
    margin: 0 0 20px; }
    .form-wrapper input[type="text"]::-ms-input-placeholder, .form-wrapper input[type="email"]::-ms-input-placeholder, .form-wrapper select::-ms-input-placeholder, .form-wrapper textarea::-ms-input-placeholder {
      /* Edge 12-18 */
      color: #717171; }
    .form-wrapper input[type="text"]::placeholder, .form-wrapper input[type="email"]::placeholder, .form-wrapper select::placeholder, .form-wrapper textarea::placeholder {
      color: #717171; }
    @media (max-width: 991.9px) {
      .form-wrapper input[type="text"], .form-wrapper input[type="email"], .form-wrapper select, .form-wrapper textarea {
        width: 100%;
        margin: 0 0 10px; } }
    .form-wrapper input[type="text"].disabled, .form-wrapper input[type="text"]:disabled, .form-wrapper input[type="email"].disabled, .form-wrapper input[type="email"]:disabled, .form-wrapper select.disabled, .form-wrapper select:disabled, .form-wrapper textarea.disabled, .form-wrapper textarea:disabled {
      background: #F8F9F9; }
  .form-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''; }
    .form-wrapper select:disabled {
      background: #F8F9F9; }
  .form-wrapper textarea {
    min-height: 147px; }
  .form-wrapper .select-wrapper {
    position: relative; }
    .form-wrapper .select-wrapper:after {
      content: '\f0d7';
      position: absolute;
      right: 25px;
      line-height: 56px;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 600;
      pointer-events: none; }
  .form-wrapper input.error, .form-wrapper select.error, .form-wrapper textarea.error, .form-wrapper select.error {
    border: 1px solid red !important; }
  .form-wrapper .error-notice {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: red;
    font-weight: bold;
    height: 0; }
  .form-wrapper .btn-wrapper {
    text-align: center;
    margin-top: 28px; }
  .form-wrapper .confirmation {
    font-size: 23px;
    line-height: 31px;
    text-align: center; }
    .form-wrapper .confirmation p {
      font-weight: 400; }

#flipShareModal .modal-dialog .modal-content {
  background: #F8F9F9;
  border-radius: 5px;
  position: relative;
  padding: 118px 0; }
  @media (max-width: 767.9px) {
    #flipShareModal .modal-dialog .modal-content {
      padding: 50px 0; } }
  #flipShareModal .modal-dialog .modal-content .close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer; }
    #flipShareModal .modal-dialog .modal-content .close-btn i {
      color: #333333;
      font-size: 22px; }
  #flipShareModal .modal-dialog .modal-content .modal-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center; }
  #flipShareModal .modal-dialog .modal-content .title {
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 31px;
    text-align: center;
    color: #374D56;
    margin-bottom: 19px; }
  #flipShareModal .modal-dialog .modal-content a.btn {
    min-width: 246px; }

.module-accordian .left-content {
  text-align: left;
  display: flex;
  align-self: center;
  justify-content: center;
  padding: 0 30px; }
  @media (max-width: 991.9px) {
    .module-accordian .left-content {
      display: none;
      padding: 0; } }
  .module-accordian .left-content .accordian-images {
    position: relative; }
    .module-accordian .left-content .accordian-images .accordian-image {
      opacity: 0;
      transition: all .3s ease-in-out;
      position: absolute;
      top: 0;
      z-index: 1; }
      .module-accordian .left-content .accordian-images .accordian-image:first-of-type {
        position: relative;
        z-index: 2; }
      .module-accordian .left-content .accordian-images .accordian-image img {
        max-width: 100%;
        width: 430px; }
      .module-accordian .left-content .accordian-images .accordian-image.open {
        opacity: 1;
        z-index: 3; }
.module-accordian .right-content {
  text-align: left; }
  .module-accordian .right-content .accordian-tab {
    padding: 15px 0 15px 26px;
    border-left: 2px solid rgba(137, 163, 175, 0.2); }
    @media (max-width: 991.9px) {
      .module-accordian .right-content .accordian-tab {
        padding-left: 0;
        border-left: 0; } }
    .module-accordian .right-content .accordian-tab .mobile-image {
      display: none;
      max-height: 0;
      opacity: 0;
      overflow: hidden; }
      @media (max-width: 991.9px) {
        .module-accordian .right-content .accordian-tab .mobile-image {
          display: block;
          text-align: left; } }
      .module-accordian .right-content .accordian-tab .mobile-image img {
        max-width: 520px;
        width: 100%; }
    .module-accordian .right-content .accordian-tab h5 {
      margin-bottom: 11px;
      color: #89A3AF;
      transition: all .3s ease-in-out;
      cursor: pointer; }
      @media (max-width: 991.9px) {
        .module-accordian .right-content .accordian-tab h5 {
          padding-left: 25px;
          position: relative;
          margin-bottom: 11px; }
          .module-accordian .right-content .accordian-tab h5:before {
            content: '\f054';
            font-size: 14px;
            font-family: 'Font Awesome 6 Pro';
            color: #89A3AF;
            position: absolute;
            left: -5px;
            top: 0;
            font-weight: bold; } }
    .module-accordian .right-content .accordian-tab p {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: all .25s;
      overflow: hidden;
      padding-bottom: 0;
      margin-bottom: 0px; }
      @media (max-width: 991.9px) {
        .module-accordian .right-content .accordian-tab p {
          padding-left: 25px; } }
      .module-accordian .right-content .accordian-tab p a {
        margin-top: 8px; }
    .module-accordian .right-content .accordian-tab.open {
      border-left: 2px solid #E8B227; }
      @media (max-width: 991.9px) {
        .module-accordian .right-content .accordian-tab.open {
          border-left: 0; } }
      .module-accordian .right-content .accordian-tab.open h5 {
        color: #374D56; }
        @media (max-width: 991.9px) {
          .module-accordian .right-content .accordian-tab.open h5 {
            margin-bottom: 11px; }
            .module-accordian .right-content .accordian-tab.open h5:before {
              content: '\f078';
              color: #E8B227; } }
      .module-accordian .right-content .accordian-tab.open p {
        opacity: 1; }
      @media (max-width: 991.9px) {
        .module-accordian .right-content .accordian-tab.open .mobile-image {
          opacity: 1;
          margin-bottom: 15px; } }

.module-videoCarousel .owl-item {
  opacity: .7;
  transition: all .3s ease-in-out; }
  .module-videoCarousel .owl-item.active {
    opacity: 1; }
    .module-videoCarousel .owl-item.active .video-card {
      border: 2px solid #E8C37C; }
      @media (max-width: 767.9px) {
        .module-videoCarousel .owl-item.active .video-card {
          border: 1px solid #E8C37C; } }
.module-videoCarousel .video-card {
  background-color: #fff;
  border: 2px solid transparent;
  transition: all .3s ease-in-out;
  border-radius: 10px;
  position: relative;
  max-width: 991px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  margin: 0 auto; }
  @media (max-width: 767.9px) {
    .module-videoCarousel .video-card {
      border: 1px solid transparent;
      display: block;
      background-color: #FFF;
      border-radius: 3px; } }
  .module-videoCarousel .video-card .video-wrapper {
    position: relative; }
    .module-videoCarousel .video-card .video-wrapper:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      border: 0;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.6);
      height: 100%; }
  .module-videoCarousel .video-card:hover a:after {
    margin-left: 10px; }
  .module-videoCarousel .video-card video {
    position: relative;
    width: 100%;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0; }
  .module-videoCarousel .video-card .right-content {
    position: absolute;
    right: 0;
    width: 40%;
    color: #fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    top: 0;
    bottom: 0;
    padding-right: 50px; }
    @media (max-width: 1200px) {
      .module-videoCarousel .video-card .right-content {
        width: 45%;
        padding-right: 20px; } }
    @media (max-width: 767.9px) {
      .module-videoCarousel .video-card .right-content {
        position: relative;
        background: #fff;
        width: 100%;
        color: #2A363D;
        padding: 32px 24px; } }
    .module-videoCarousel .video-card .right-content .caption {
      margin-bottom: 24px;
      text-align: left;
      color: #fff; }
      @media (max-width: 767.9px) {
        .module-videoCarousel .video-card .right-content .caption {
          color: #89A3AF; } }
    .module-videoCarousel .video-card .right-content h3 {
      margin-bottom: 24px;
      text-align: left;
      color: #fff; }
      @media (max-width: 767.9px) {
        .module-videoCarousel .video-card .right-content h3 {
          color: #2A363D; } }
    .module-videoCarousel .video-card .right-content p {
      margin-bottom: 28px;
      text-align: left;
      color: #fff; }
      @media (max-width: 767.9px) {
        .module-videoCarousel .video-card .right-content p {
          color: #2A363D; } }
    .module-videoCarousel .video-card .right-content a {
      color: #fff;
      text-align: left; }
      @media (max-width: 767.9px) {
        .module-videoCarousel .video-card .right-content a {
          color: #E8B227; } }
.module-videoCarousel .videologos {
  padding-top: 60px;
  position: relative; }
  @media (max-width: 767.9px) {
    .module-videoCarousel .videologos {
      padding-top: 20px; } }
  .module-videoCarousel .videologos:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 497px;
    margin: auto;
    height: 2px;
    background: #89A3AF;
    opacity: .2; }
    @media (max-width: 991.9px) {
      .module-videoCarousel .videologos:after {
        width: 80%; } }
  .module-videoCarousel .videologos ul {
    display: flex;
    justify-content: center; }
    .module-videoCarousel .videologos ul li {
      padding: 0 60px;
      cursor: pointer;
      opacity: .5;
      transition: all .3s ease-in-out; }
      @media (max-width: 767.9px) {
        .module-videoCarousel .videologos ul li {
          padding: 0 15px; } }
      .module-videoCarousel .videologos ul li img {
        max-height: 42px;
        height: 42px; }
        @media (max-width: 767.9px) {
          .module-videoCarousel .videologos ul li img {
            max-width: 100%;
            height: auto; } }
      .module-videoCarousel .videologos ul li:hover {
        opacity: .75; }
      .module-videoCarousel .videologos ul li.active {
        opacity: 1 !important; }

.module-midsectionCTA {
  height: 0; }
  .module-midsectionCTA .midsectionCTA-wrapper {
    background-image: url("../images/modules/midsectionCTA/left.png"), url("../images/modules/midsectionCTA/right.png");
    background-position: top left, bottom right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    padding: 41px 68px;
    background-color: #FFFFFF;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    transform: translateY(-40%); }
    @media (max-width: 991.9px) {
      .module-midsectionCTA .midsectionCTA-wrapper {
        background-image: url("../images/modules/midsectionCTA/mobile.png");
        background-size: cover;
        display: block;
        padding: 34px 44px;
        text-align: center; } }
    @media (max-width: 767.9px) {
      .module-midsectionCTA .midsectionCTA-wrapper {
        transform: translateY(-50%); } }
    .module-midsectionCTA .midsectionCTA-wrapper h3 {
      line-height: 48px;
      padding-right: 20px;
      margin-bottom: 0; }
      @media (max-width: 991.9px) {
        .module-midsectionCTA .midsectionCTA-wrapper h3 {
          margin-bottom: 18px;
          line-height: 32px;
          padding-right: 0px; } }
    @media (max-width: 767.9px) {
      .module-midsectionCTA .midsectionCTA-wrapper a {
        min-width: 100%; } }

.module-relatedPosts {
  position: relative; }
  .module-relatedPosts.onpage {
    transform: translateY(-90px);
    z-index: 1;
    margin-bottom: -90px; }
    @media (max-width: 767.9px) {
      .module-relatedPosts.onpage {
        height: auto;
        transform: none;
        padding-top: 30px; } }
    @media (max-width: 767.9px) {
      .module-relatedPosts.onpage .loop-wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll; }
        .module-relatedPosts.onpage .loop-wrapper > div {
          width: 90%; } }
  @media (min-width: 992px) {
    .module-relatedPosts .row .col:first-of-type a.post-card {
      margin-left: 0; }
    .module-relatedPosts .row .col:last-of-type a.post-card {
      margin-right: 0; } }
  @media (max-width: 991.9px) {
    .module-relatedPosts .row .col-md-6 {
      width: 100%; }
    .module-relatedPosts .row a.post-card .post-img {
      max-height: 400px; } }
  @media (max-width: 767.9px) {
    .module-relatedPosts .row a.post-card .post-img {
      max-height: 180px; } }
  @media (max-width: 767.9px) {
    .module-relatedPosts .row .col:first-of-type a.post-card {
      margin-left: 0; }
    .module-relatedPosts .row .col:last-of-type a.post-card {
      margin-right: 0; } }
  .module-relatedPosts:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 90px;
    background-color: #21323C;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1; }
  .module-relatedPosts .container {
    position: relative;
    z-index: 2; }
  .module-relatedPosts .footer-related {
    position: relative; }
    .module-relatedPosts .footer-related .bttn-text {
      display: inline-block;
      float: right; }
      @media (max-width: 767.9px) {
        .module-relatedPosts .footer-related .bttn-text {
          display: none; } }

.module-OverflowBoxes .container-fluid {
  padding-left: 0;
  padding-right: 0; }
.module-OverflowBoxes .owl-carousel .owl-stage {
  margin: 0 auto; }
.module-OverflowBoxes .owl-carousel button.owl-prev, .module-OverflowBoxes .owl-carousel button.owl-next {
  position: absolute;
  top: 50%;
  font-size: 50px !important;
  line-height: 50px !important;
  height: 50px;
  transition: all .3s ease-in-out; }
  .module-OverflowBoxes .owl-carousel button.owl-prev:hover, .module-OverflowBoxes .owl-carousel button.owl-next:hover {
    background: transparent !important;
    color: #fff !important; }
  .module-OverflowBoxes .owl-carousel button.owl-prev.disabled, .module-OverflowBoxes .owl-carousel button.owl-next.disabled {
    opacity: 0; }
  .module-OverflowBoxes .owl-carousel button.owl-prev span, .module-OverflowBoxes .owl-carousel button.owl-next span {
    display: inline-block;
    padding: 10px;
    background: #E8B227;
    border-radius: 25px;
    height: 50px;
    width: 50px;
    line-height: 17px;
    vertical-align: middle;
    color: #E8B227;
    transition: all .3s ease-in-out; }
    .module-OverflowBoxes .owl-carousel button.owl-prev span:after, .module-OverflowBoxes .owl-carousel button.owl-next span:after {
      font-family: 'Font Awesome 6 Pro';
      font-size: 24px;
      color: #fff;
      position: absolute;
      left: 0;
      right: 0;
      line-height: 33px;
      transition: all .3s ease-in-out; }
    .module-OverflowBoxes .owl-carousel button.owl-prev span:hover, .module-OverflowBoxes .owl-carousel button.owl-next span:hover {
      background: #D69F14;
      color: #D69F14; }
      .module-OverflowBoxes .owl-carousel button.owl-prev span:hover:after, .module-OverflowBoxes .owl-carousel button.owl-next span:hover:after {
        color: #FFF; }
.module-OverflowBoxes .owl-carousel button.owl-prev {
  left: 10px; }
  .module-OverflowBoxes .owl-carousel button.owl-prev span:after {
    content: '\f053'; }
.module-OverflowBoxes .owl-carousel button.owl-next {
  right: 10px; }
  .module-OverflowBoxes .owl-carousel button.owl-next span:after {
    content: '\f054'; }
.module-OverflowBoxes .owl-filter-bar {
  text-align: center;
  margin-bottom: 77px; }
  .module-OverflowBoxes .owl-filter-bar a.filter-btn {
    display: inline-block;
    border-radius: 25px;
    background: var(--Core-Day-Light, #F8F9F9);
    margin: 0 9px 9px;
    height: 34px;
    width: 121px;
    text-align: center;
    line-height: 34px;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: var(--Main-Blue, #89A3AF); }
    .module-OverflowBoxes .owl-filter-bar a.filter-btn.active {
      background: var(--Dark-Yellow, #D69F14);
      color: var(--White, #FFF); }
    .module-OverflowBoxes .owl-filter-bar a.filter-btn:hover {
      background: var(--Dark-Yellow, #D69F14);
      color: var(--White, #FFF); }
.module-OverflowBoxes .owl-theme .owl-dots .owl-dot.active span, .module-OverflowBoxes .owl-theme .owl-dots .owl-dot:hover span {
  background: #D69F14; }
.module-OverflowBoxes .owl-theme .owl-dots .owl-dot span {
  background: #89A3AF; }
.module-OverflowBoxes .box {
  text-align: left;
  background-color: #fff;
  margin: 0 10px;
  box-shadow: 0px 0px 28px -6px rgba(55, 77, 86, 0.15);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 110px 40px  145px;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 360px; }
  @media (max-width: 575.9px) {
    .module-OverflowBoxes .box {
      width: 300px;
      margin: 0 10px;
      padding: 110px 30px 90px; } }
  .module-OverflowBoxes .box.consulting {
    background-image: url(../images/modules/overflowBoxes/consulting.png); }
  .module-OverflowBoxes .box.applications {
    background-image: url(../images/modules/overflowBoxes/applications.png); }
  .module-OverflowBoxes .box.solutions {
    background-image: url(../images/modules/overflowBoxes/solutions.png); }
  .module-OverflowBoxes .box:before {
    content: '';
    height: 10px;
    background: linear-gradient(180deg, #F6DD9C 0%, #D08871 66.67%, #75868F 100%); }
  .module-OverflowBoxes .box .img-wrapper {
    margin-bottom: 32px; }
    .module-OverflowBoxes .box .img-wrapper img {
      width: 58px; }
  .module-OverflowBoxes .box .caption {
    margin-bottom: 16px; }
  .module-OverflowBoxes .box h3 {
    margin-bottom: 16px; }
  .module-OverflowBoxes .box p {
    margin-bottom: 16px; }
  .module-OverflowBoxes .box .download {
    border-top: 2px solid #EFF4F6;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #F8F9F9;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0 40px; }
    .module-OverflowBoxes .box .download a {
      line-height: 70px; }
    @media (max-width: 767.9px) {
      .module-OverflowBoxes .box .download {
        padding: 0 30px; } }

.module-formModal .modal-header {
  background: #2A363D;
  padding: 32px 40px 26px; }
  .module-formModal .modal-header img {
    max-width: 140.24px; }
  .module-formModal .modal-header a {
    color: #E8B227;
    text-decoration: none;
    transition: all .3s ease-in-out; }
    .module-formModal .modal-header a:hover {
      color: #D69F14; }
    .module-formModal .modal-header a i {
      font-size: 40px; }
    .module-formModal .modal-header a svg {
      height: 30px; }
.module-formModal .modal-body {
  background-image: url("../images/desktop/contact-us-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0;
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem; }
  .module-formModal .modal-body.thanks {
    background-image: none; }
.module-formModal .form-wrapper {
  padding: 45px 67px 53px;
  border-radius: 10px;
  position: relative;
  z-index: 2; }
  @media (max-width: 991.9px) {
    .module-formModal .form-wrapper {
      padding: 60px 10px 53px; } }
  .module-formModal .form-wrapper h2 {
    font-weight: bold;
    font-size: 50px;
    line-height: 56px;
    text-align: center;
    color: #333333;
    margin-bottom: 36px;
    position: relative;
    z-index: 2; }
    @media (max-width: 991.9px) {
      .module-formModal .form-wrapper h2 {
        font-size: 36px;
        line-height: 36px;
        margin: 0 auto 31px; } }
    @media (max-width: 335px) {
      .module-formModal .form-wrapper h2 {
        font-size: 34px; } }
  .module-formModal .form-wrapper .fields {
    position: relative;
    z-index: 2; }
  .module-formModal .form-wrapper p {
    font-weight: 400;
    font-size: 23px;
    line-height: 31px;
    text-align: center;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 33px; }
    @media (max-width: 991.9px) {
      .module-formModal .form-wrapper p {
        font-size: 17px;
        line-height: 29px;
        margin-bottom: 22px;
        text-align: left; } }
  .module-formModal .form-wrapper label {
    font-family: 'IBM Plex Sans';
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
    text-align: left;
    display: block; }
    @media (max-width: 991.9px) {
      .module-formModal .form-wrapper label {
        font-size: 17px;
        line-height: 29px;
        max-width: 100%;
        text-indent: -30px;
        padding-left: 30px; } }
    .module-formModal .form-wrapper label input {
      margin-right: 15px;
      vertical-align: middle; }
  .module-formModal .form-wrapper input[type="text"], .module-formModal .form-wrapper input[type="email"], .module-formModal .form-wrapper select {
    background: #FFFFFF;
    border: 1px solid #D6D8DD;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 20px;
    line-height: 56px;
    height: 56px;
    color: #7D828C;
    padding: 0 19px;
    width: calc(100% - 8px);
    margin: 0 0 20px; }
    @media (max-width: 991.9px) {
      .module-formModal .form-wrapper input[type="text"], .module-formModal .form-wrapper input[type="email"], .module-formModal .form-wrapper select {
        width: 100%;
        margin: 0 0 10px; } }
  .module-formModal .form-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''; }
  .module-formModal .form-wrapper .select-wrapper {
    position: relative; }
    .module-formModal .form-wrapper .select-wrapper:after {
      content: '\f078';
      position: absolute;
      right: 15px;
      line-height: 56px;
      font-family: 'Font Awesome 5 Pro'; }
  .module-formModal .form-wrapper input.error, .module-formModal .form-wrapper select.error {
    border: 1px solid red !important; }
  .module-formModal .form-wrapper .error-notice {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: red;
    font-weight: bold;
    height: 0; }
  .module-formModal .form-wrapper .btn-wrapper {
    text-align: center;
    margin-top: 28px; }
  .module-formModal .form-wrapper .confirmation {
    font-size: 23px;
    line-height: 31px;
    text-align: center; }
    .module-formModal .form-wrapper .confirmation p {
      font-weight: 400; }

.module-boxes-style1 {
  text-align: left; }
  .module-boxes-style1 .large-subbox {
    border-right: 2px solid #DFEBF0;
    padding-right: 40px; }
    @media (max-width: 991.9px) {
      .module-boxes-style1 .large-subbox {
        border-right: 0px solid #DFEBF0;
        border-bottom: 2px solid #DFEBF0;
        padding-right: 0px;
        padding-bottom: 17px; } }
  .module-boxes-style1 .box-wrapper {
    background: #F8F9F9;
    border: 1px solid #DFEBF0;
    border-radius: 3px;
    padding: 45px 45px 40px 65px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    position: relative;
    z-index: 1; }
    @media (max-width: 767.9px) {
      .module-boxes-style1 .box-wrapper {
        padding: 30px; } }
    .module-boxes-style1 .box-wrapper.box-7 {
      margin-right: 30px; }
      @media (max-width: 767.9px) {
        .module-boxes-style1 .box-wrapper.box-7 {
          margin-right: 0; } }
    .module-boxes-style1 .box-wrapper.box-6 {
      margin-right: 15px; }
      @media (max-width: 767.9px) {
        .module-boxes-style1 .box-wrapper.box-6 {
          margin-right: 0; } }
    .module-boxes-style1 .box-wrapper.box-6-last {
      margin-right: 0px;
      margin-left: 15px; }
      @media (max-width: 767.9px) {
        .module-boxes-style1 .box-wrapper.box-6-last {
          margin-right: 0;
          margin-left: 0; } }
    .module-boxes-style1 .box-wrapper .img-wrapper {
      position: relative;
      padding-bottom: 17px;
      margin-bottom: 14px; }
      .module-boxes-style1 .box-wrapper .img-wrapper img {
        width: 50px; }
      .module-boxes-style1 .box-wrapper .img-wrapper:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background: #E8B227;
        height: 3px;
        width: 175px; }
      .module-boxes-style1 .box-wrapper .img-wrapper.grey:after {
        background: #89A3AF; }
    .module-boxes-style1 .box-wrapper div.title {
      font-family: 'IBM Plex Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      line-height: 21px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #2A363D;
      margin-bottom: 7px; }
      .module-boxes-style1 .box-wrapper div.title.grey {
        color: #89A3AF; }
    .module-boxes-style1 .box-wrapper p, .module-boxes-style1 .box-wrapper ul {
      font-family: 'IBM Plex Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      line-height: 28px;
      color: #333333;
      margin-bottom: 0; }
      @media (max-width: 991.9px) {
        .module-boxes-style1 .box-wrapper p, .module-boxes-style1 .box-wrapper ul {
          font-size: 16px;
          line-height: 27px; } }
    .module-boxes-style1 .box-wrapper a {
      margin-top: 7px; }
    .module-boxes-style1 .box-wrapper .subbox {
      padding: 10px 0 10px 45px;
      align-self: center; }
      @media (max-width: 991.9px) {
        .module-boxes-style1 .box-wrapper .subbox {
          padding: 20px 0 0; } }
      .module-boxes-style1 .box-wrapper .subbox div.title {
        font-family: 'IBM Plex Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 19px;
        line-height: 32px;
        text-transform: none;
        margin-bottom: 27px;
        letter-spacing: 0; }
        @media (max-width: 991.9px) {
          .module-boxes-style1 .box-wrapper .subbox div.title {
            margin-bottom: 12px;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 27px; } }
      .module-boxes-style1 .box-wrapper .subbox p {
        line-height: 20px;
        margin-bottom: 19px; }
        .module-boxes-style1 .box-wrapper .subbox p i, .module-boxes-style1 .box-wrapper .subbox p svg {
          color: #E8B227;
          margin-right: 15px;
          font-size: 20px;
          vertical-align: middle;
          width: 22px; }
          @media (max-width: 767.9px) {
            .module-boxes-style1 .box-wrapper .subbox p i, .module-boxes-style1 .box-wrapper .subbox p svg {
              margin-right: 10px; } }
    .module-boxes-style1 .box-wrapper.last-box div.title {
      margin-bottom: 16px; }

.bouncing {
  animation: bouncing 10s ease infinite; }

@keyframes bouncing {
  0%, 100% {
    transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateY(10px); } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes textclip {
  to {
    background-position: 200% center; } }
@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0); } }
@keyframes scale {
  100% {
    transform: scale(1); } }
.animated-gradient {
  font-weight: bold;
  background: -webkit-linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 50%, #BF973D 50%, #BD866C 77.4%, #6E8695 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  transition: all 1.5s ease-in-out; }
  .animated-gradient.dark {
    background: -webkit-linear-gradient(0deg, #2A363D 0%, #2A363D 50%, #BF973D 50%, #BD866C 77.4%, #6E8695 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto; }
  .animated-gradient.slide {
    background-position: -100%; }

.text-fade {
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1); }
  .text-fade span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px); }
  .text-fade span:nth-child(1) {
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(2) {
    animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(3) {
    animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(4) {
    animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(5) {
    animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(6) {
    animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(7) {
    animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(8) {
    animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(9) {
    animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(10) {
    animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(11) {
    animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(12) {
    animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(13) {
    animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(14) {
    animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(15) {
    animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(16) {
    animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(17) {
    animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0); }
  .text-fade span:nth-child(18) {
    animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0); }

@media (max-width: 991.9px) {
  .custom_nav_mobile_underlay.open {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: #000;
    opacity: .4; } }

.custom_nav {
  position: relative;
  z-index: 1000;
  background: #FFF; }
  @media (max-width: 1200px) {
    .custom_nav .container {
      max-width: 100% !important; } }
  .custom_nav .inner-nav {
    display: flex;
    justify-content: space-between; }
    .custom_nav .inner-nav .logo-wrapper {
      padding: 28px 0 0px; }
      @media (max-width: 991.9px) {
        .custom_nav .inner-nav .logo-wrapper {
          padding: 30px 0; } }
      .custom_nav .inner-nav .logo-wrapper a {
        text-decoration: none; }
        .custom_nav .inner-nav .logo-wrapper a img {
          width: 165px; }
          @media (max-width: 991.9px) {
            .custom_nav .inner-nav .logo-wrapper a img {
              width: 131px; } }
    .custom_nav .inner-nav .mobile-toggle {
      display: none;
      padding: 26px 0;
      cursor: pointer; }
      .custom_nav .inner-nav .mobile-toggle i, .custom_nav .inner-nav .mobile-toggle svg {
        color: #333333;
        line-height: 36px;
        font-size: 28px;
        width: 24px; }
        .custom_nav .inner-nav .mobile-toggle i.fa-xmark, .custom_nav .inner-nav .mobile-toggle svg.fa-xmark {
          display: none; }
      .custom_nav .inner-nav .mobile-toggle.open i.fa-xmark, .custom_nav .inner-nav .mobile-toggle.open svg.fa-xmark {
        display: block; }
      .custom_nav .inner-nav .mobile-toggle.open i.fa-bars, .custom_nav .inner-nav .mobile-toggle.open svg.fa-bars {
        display: none; }
      @media (max-width: 991.9px) {
        .custom_nav .inner-nav .mobile-toggle {
          display: block; } }
    @media (max-width: 991.9px) {
      .custom_nav .inner-nav .nav-items-wrapper {
        max-height: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
        position: absolute;
        background: #fff;
        top: 90px;
        z-index: 1;
        width: 100%;
        left: 0;
        right: 0; }
        .custom_nav .inner-nav .nav-items-wrapper.open {
          max-height: 2000px;
          border-bottom: 2px solid #E8B227; } }
    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: flex; }
      @media (max-width: 991.9px) {
        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items {
          display: block; } }
      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item {
        padding: 0; }
        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item .nav-item-title {
          font-family: 'IBM Plex Sans';
          font-style: normal;
          font-weight: 500;
          font-size: 17px;
          line-height: 38px;
          text-align: right;
          color: #2A363D;
          padding: 32px 50px 32px 0;
          transition: all .3s ease-in-out;
          position: relative; }
          @media (max-width: 1200px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item .nav-item-title {
              padding: 32px 30px 32px 0; } }
          @media (max-width: 991.9px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item .nav-item-title {
              padding: 16px 25px 16px 25px;
              font-family: 'IBM Plex Sans';
              font-style: normal;
              font-weight: 600;
              font-size: 21px;
              line-height: 28px;
              color: #374D56;
              text-align: left;
              border-bottom: 1px solid #DFEBF0; } }
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item .nav-item-title > a {
            display: block;
            color: #2A363D;
            transition: all .3s ease-in-out; }
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item .nav-item-title.login a {
            color: #E8B227; }
        @media (min-width: 992px) {
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item:hover .nav-item-title {
            color: #D69F14; }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item:hover .nav-item-title > a {
              color: #D69F14; } }
        @media (max-width: 991.9px) {
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.open {
            background: #F8F9F9; }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.open .nav-item-title {
              color: #D69F14;
              border-bottom: 0; }
              .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.open .nav-item-title > a {
                color: #D69F14; } }
        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub {
          transition: all .3s ease-in-out; }
          @media (max-width: 991.9px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub {
              position: relative; } }
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .nav-item-title {
            cursor: pointer;
            transition: all .3s ease-in-out; }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .nav-item-title:after {
              content: '\f078';
              font-family: "Font Awesome 6 Pro";
              font-weight: 900;
              transition: all .3s ease-in-out;
              position: absolute;
              right: 34px;
              top: 34px;
              font-size: 14px;
              color: #717171; }
              @media (max-width: 1200px) {
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .nav-item-title:after {
                  right: 18px; } }
              @media (max-width: 991.9px) {
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .nav-item-title:after {
                  right: 25px;
                  content: '\f054';
                  top: 16px;
                  font-size: 16px;
                  color: #89A3AF; } }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .nav-item-title:before {
              content: '';
              border-bottom: 0px solid #E8B227;
              left: 0;
              right: 0;
              bottom: 0;
              z-index: 1;
              position: absolute;
              transform: translateX(-25px);
              transition: width .3s ease-in-out;
              width: 0px; }
              @media (max-width: 991.9px) {
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .nav-item-title:before {
                  display: none; } }
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper {
            max-height: 0;
            position: absolute;
            z-index: 1;
            transition: all .3s ease-in-out;
            overflow: hidden;
            top: 102px;
            left: 0;
            right: 0;
            background-color: #fff;
            box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.1);
            border-top: 1px solid #DFEBF0; }
            @media (max-width: 991.9px) {
              .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper {
                box-shadow: none;
                border-top: 0px solid #DFEBF0;
                top: 0px;
                background-color: #F8F9F9;
                position: relative; } }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu {
              display: flex;
              justify-content: space-around;
              padding: 38px 0 52px; }
              @media (max-width: 991.9px) {
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu {
                  display: block;
                  background: #F8F9F9;
                  padding: 0;
                  border-bottom: 1px solid #DFEBF0; } }
              .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm {
                padding: 0 23px;
                border-left: 1px solid #DFEBF0;
                flex-grow: 1; }
                @media (max-width: 991.9px) {
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .socials-wrapper {
                    display: flex;
                    flex-wrap: wrap;
                    padding-bottom: 15px;
                    position: relative; }
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .socials-wrapper:after {
                      content: '';
                      width: 2px;
                      background: #DFEBF0;
                      position: absolute;
                      height: 80%;
                      left: 0;
                      right: 0;
                      margin: auto;
                      top: -4px; }
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .socials-wrapper .submenu-item-wrapper {
                      width: 50%;
                      flex-grow: 1; }
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .socials-wrapper .submenu-item-wrapper:nth-of-type(even) a {
                      padding-left: 20px; } }
                @media (max-width: 991.9px) {
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper-social a.submenu-item {
                    border-bottom: 0px !important;
                    margin-bottom: 20px !important; } }
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper .super-title {
                  font-family: 'IBM Plex Sans';
                  font-style: normal;
                  font-weight: 300;
                  font-size: 14px;
                  line-height: 20px;
                  color: #717171;
                  margin-bottom: 10px; }
                  @media (max-width: 991.9px) {
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper .super-title {
                      font-weight: 500;
                      font-size: 14px;
                      line-height: 20px;
                      padding-left: 2px;
                      color: #89A3AF;
                      margin-top: 18px; } }
                  @media (max-width: 991.9px) {
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper .super-title.super-title-social {
                      margin-top: 16px; } }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper .super-title.extra-top {
                    margin-top: 16px; }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper .super-title.right {
                    text-align: right; }
                    @media (max-width: 991.9px) {
                      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper .super-title.right {
                        text-align: left; } }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper .super-title.no-dash:before {
                    display: none; }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper .super-title:before {
                    content: '';
                    width: 12px;
                    height: 2px;
                    background: #717171;
                    left: 0;
                    top: -5px;
                    z-index: 2;
                    position: relative;
                    display: inline-block;
                    margin-right: 2px; }
                    @media (max-width: 991.9px) {
                      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper .super-title:before {
                        width: 10px; } }
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item {
                  margin-bottom: 5px;
                  display: block;
                  border-radius: 11px;
                  transition: all .3s ease-in-out;
                  padding: 5px 17px; }
                  @media (max-width: 991.9px) {
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item {
                      border-bottom: 1px solid #DFEBF0;
                      padding: 11px 0px 11px;
                      margin-bottom: 0;
                      border-radius: 0; } }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item.social {
                    margin-bottom: 5px; }
                    @media (max-width: 991.9px) {
                      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item.social {
                        border-bottom: 0; } }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item:hover {
                    background: #EFF4F7; }
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item:hover .sub-title {
                      color: #2A363D; }
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item:hover .main-title {
                      color: #2A363D; }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .main-title {
                    font-family: 'IBM Plex Sans';
                    font-style: normal;
                    font-weight: 500;
                    font-size: 17px;
                    line-height: 23px;
                    color: #374D56;
                    white-space: nowrap; }
                    @media (max-width: 991.9px) {
                      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .main-title {
                        color: #2A363D; } }
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .main-title span.new {
                      font-family: 'IBM Plex Sans';
                      font-style: normal;
                      font-weight: 700;
                      font-size: 13px;
                      line-height: 23px;
                      text-align: center;
                      letter-spacing: 0.08em;
                      color: #A0B980;
                      background: #EFF4E8;
                      border: 1px solid #C9DCB2;
                      border-radius: 10px;
                      display: inline-block;
                      margin-left: 5px;
                      padding: 0 10px; }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .sub-title {
                    font-family: 'IBM Plex Sans';
                    font-style: normal;
                    font-weight: 300;
                    font-size: 14px;
                    line-height: 20px;
                    color: #717171;
                    transition: all .3s ease-in-out; }
                    @media (max-width: 991.9px) {
                      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .sub-title {
                        font-weight: 500; }
                        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .sub-title br {
                          display: none;
                          white-space: nowrap;
                          overflow: hidden; } }
                  .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .social-text {
                    font-family: 'IBM Plex Sans';
                    font-style: normal;
                    font-weight: 300;
                    font-size: 14px;
                    line-height: 20px;
                    color: #374D56; }
                    @media (max-width: 991.9px) {
                      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .social-text {
                        font-weight: 600; } }
                    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .social-text i, .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm .submenu-item-wrapper a.submenu-item .social-text svg {
                      width: 22px;
                      line-height: 16px;
                      font-size: 26px;
                      color: #374D56;
                      margin-right: 10px;
                      display: inline-block;
                      vertical-align: middle; }
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm:first-of-type {
                  border-left: 0px solid #DFEBF0; }
              @media (max-width: 991.9px) {
                .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub .submenu-wrapper .submenu .colm:last-of-type .submenu-item-wrapper a.submenu-item:last-of-type {
                  border-bottom: 0; } }
          @media (min-width: 992px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub:hover .nav-item-title:after {
              transform: rotate(-180deg);
              color: #E8B227;
              top: 31px; } }
  @media (min-width: 992px) and (max-width: 991.9px) {
    .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub:hover .nav-item-title:after {
      transform: none;
      color: #717171;
      top: 16px; } }
          @media (min-width: 992px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub:hover .nav-item-title:before {
              border-bottom: 3px solid #E8B227;
              width: 100%; }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub:hover .submenu-wrapper {
              max-height: 500px; } }
          @media (min-width: 992px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub.close .submenu-wrapper {
              max-height: 0px; } }
          @media (max-width: 991.9px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub.open .nav-item-title:after {
              transform: none;
              color: #717171;
              top: 16px; } }
          @media (max-width: 991.9px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.has-sub.open .submenu-wrapper {
              max-height: 1000px; } }
        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.no-sub .nav-item-title {
          padding: 32px 30px 32px 0; }
          @media (max-width: 1200px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.no-sub .nav-item-title {
              padding: 32px 30px 32px 0; } }
          @media (max-width: 991.9px) {
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.no-sub .nav-item-title {
              padding: 16px 25px 16px 25px;
              font-family: 'IBM Plex Sans';
              font-style: normal;
              font-weight: 600;
              font-size: 21px;
              line-height: 28px;
              color: #374D56;
              text-align: left; } }
        @media (max-width: 991.9px) {
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item.login .nav-item-title {
            color: #D69F14; } }
        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.nav-item a {
          text-decoration: none; }
      .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.vertb {
        padding: 32px 30px 32px 0; }
        @media (max-width: 1200px) {
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.vertb {
            padding: 32px 30px 32px 0; } }
        @media (max-width: 991.9px) {
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.vertb {
            padding: 32px 15px 32px 0;
            display: none; } }
        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.vertb .line {
          background: #DFEBF0;
          width: 1px;
          height: 38px; }
      @media (max-width: 991.9px) {
        .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn {
          background: #F8F9F9; }
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn.mobile-btn1 {
            padding-top: 24px; }
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn.mobile-btn2 {
            padding-bottom: 24px; }
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn a {
            height: 58px;
            border: 0;
            font-family: 'IBM Plex Sans';
            font-style: normal;
            font-weight: bold;
            font-size: 16px;
            line-height: 58px;
            text-align: center;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #FFFFFF;
            text-align: center;
            padding: 0 30px;
            display: inline-block;
            transition: all .3s ease-in-out;
            border-radius: 0;
            white-space: nowrap;
            min-width: 228px;
            background: #E8B227;
            border-radius: 36px;
            color: #FFFFFF !important; }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn a:visited {
              color: #FFFFFF; }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn a:hover {
              color: #FFFFFF;
              background-color: #DD9300; }
            .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn a.login {
              background: transparent;
              color: #E8B227 !important;
              line-height: 56px;
              border: 2px solid #E8B227; }
              .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn a.login:hover {
                color: #FFFFFF !important;
                background-color: #D69F14;
                border: 2px solid #D69F14; }
          .custom_nav .inner-nav .nav-items-wrapper ul.nav-items li.mobile-btn .nav-item-title {
            border: 0; } }

.sub-nav-cta-wrapper {
  background: linear-gradient(89.13deg, #E4F1EC 6.38%, #F1EBDF 49.73%, #F9F8ED 96.85%);
  padding: 21px 0;
  position: relative; }
  @media (max-width: 767.9px) {
    .sub-nav-cta-wrapper {
      padding: 26px 0 25px; } }
  .sub-nav-cta-wrapper .container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background-color: transparent !important; }
  @media (min-width: 576px) {
    .sub-nav-cta-wrapper .container {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .sub-nav-cta-wrapper .container {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .sub-nav-cta-wrapper .container {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .sub-nav-cta-wrapper .container {
      max-width: 1140px; } }
  .sub-nav-cta-wrapper .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between; }
  .sub-nav-cta-wrapper .close-btn {
    position: absolute;
    right: 18px;
    font-size: 20px;
    cursor: pointer;
    color: #89A3AF;
    top: calc(50% - 15px); }
    @media (max-width: 767.9px) {
      .sub-nav-cta-wrapper .close-btn {
        top: 18px; } }
  .sub-nav-cta-wrapper .flex-wrapper {
    display: flex;
    justify-content: center;
    margin: auto; }
    @media (max-width: 1200px) {
      .sub-nav-cta-wrapper .flex-wrapper {
        padding: 0 40px; } }
    @media (max-width: 991.9px) {
      .sub-nav-cta-wrapper .flex-wrapper {
        flex-direction: column;
        padding: 0 0px; } }
    .sub-nav-cta-wrapper .flex-wrapper .left-content {
      text-align: right;
      padding-right: 10px;
      border-right: 2px solid rgba(137, 163, 175, 0.2);
      margin-right: 10px;
      align-content: center; }
      .sub-nav-cta-wrapper .flex-wrapper .left-content br {
        display: none; }
      @media (max-width: 991.9px) {
        .sub-nav-cta-wrapper .flex-wrapper .left-content {
          text-align: center;
          padding-right: 0px;
          border-right: 0px solid rgba(137, 163, 175, 0.2);
          margin-right: 0px; }
          .sub-nav-cta-wrapper .flex-wrapper .left-content br {
            display: block; } }
    .sub-nav-cta-wrapper .flex-wrapper .center-content {
      text-align: justify;
      padding-right: 10px;
      border-right: 2px solid rgba(137, 163, 175, 0.2);
      margin-right: 10px; }
      @media (max-width: 991.9px) {
        .sub-nav-cta-wrapper .flex-wrapper .center-content {
          text-align: center;
          padding-right: 0px;
          border-right: 0px solid rgba(137, 163, 175, 0.2);
          margin-right: 0px;
          margin-top: 5px;
          margin-bottom: 5px; }
          .sub-nav-cta-wrapper .flex-wrapper .center-content br {
            display: block; } }
    .sub-nav-cta-wrapper .flex-wrapper .right-content {
      align-self: center; }
      .sub-nav-cta-wrapper .flex-wrapper .right-content a.bttn:nth-of-type(2) {
        margin-left: 10px; }
      @media (max-width: 991.9px) {
        .sub-nav-cta-wrapper .flex-wrapper .right-content {
          text-align: center; } }
      @media (max-width: 767.9px) {
        .sub-nav-cta-wrapper .flex-wrapper .right-content a.bttn:nth-of-type(2) {
          margin-left: 0px;
          margin-top: 10px; } }
    .sub-nav-cta-wrapper .flex-wrapper .divider {
      display: inline-block; }
      @media (max-width: 991.9px) {
        .sub-nav-cta-wrapper .flex-wrapper .divider {
          display: none; } }
    .sub-nav-cta-wrapper .flex-wrapper span {
      font-family: IBM Plex Sans;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      display: block; }
      @media (max-width: 991.9px) {
        .sub-nav-cta-wrapper .flex-wrapper span {
          font-size: 14px;
          line-height: normal; } }
    .sub-nav-cta-wrapper .flex-wrapper span.yellow {
      color: #E8B227;
      text-transform: uppercase;
      letter-spacing: 1.68px; }
    .sub-nav-cta-wrapper .flex-wrapper span.grey {
      color: #89A3AF;
      text-transform: uppercase;
      letter-spacing: 1.68px; }
    .sub-nav-cta-wrapper .flex-wrapper p {
      color: #333;
      font-family: IBM Plex Sans;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 0; }
      @media (max-width: 991.9px) {
        .sub-nav-cta-wrapper .flex-wrapper p {
          font-size: 14px;
          line-height: 19px; } }
    .sub-nav-cta-wrapper .flex-wrapper a.bttn {
      height: 34px;
      padding: 0 30px;
      white-space: nowrap;
      border-radius: 25px;
      line-height: 34px;
      min-width: none;
      color: #FFF;
      text-align: center;
      font-family: IBM Plex Sans;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      align-content: center;
      text-transform: none; }
      .sub-nav-cta-wrapper .flex-wrapper a.bttn:visited {
        color: #FFFFFF; }
      .sub-nav-cta-wrapper .flex-wrapper a.bttn.outline {
        background: transparent;
        color: #D69F14;
        border: 2px solid #E8B227;
        height: 34px; }
        .sub-nav-cta-wrapper .flex-wrapper a.bttn.outline:hover {
          background: #D69F14;
          border: 2px solid #D69F14;
          color: #fff; }
      .sub-nav-cta-wrapper .flex-wrapper a.bttn:hover {
        color: #FFFFFF; }

body.page-template-default #main-content h1 {
  color: #2A363D;
  font-family: 'Public Sans';
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  margin: 60px 0 40px; }
body.page-template-default #main-content h3 {
  margin-top: 30px;
  margin-bottom: 17px; }
body.page-template-default #main-content p {
  color: #333;
  font-size: 18px;
  line-height: 30px; }
  @media (max-width: 767.9px) {
    body.page-template-default #main-content p {
      font-size: 16.5px;
      line-height: 25px; } }
body.page-template-default #main-content ul li {
  color: #333;
  font-size: 18px;
  line-height: 30px; }
  @media (max-width: 767.9px) {
    body.page-template-default #main-content ul li {
      font-size: 16.5px;
      line-height: 25px; } }

body.error404 .top-section {
  padding-top: 148px;
  text-align: center; }
  @media (max-width: 767.9px) {
    body.error404 .top-section {
      padding-top: 100px; } }
  body.error404 .top-section h1 {
    color: var(--light-sky-03, #DFEBF0);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Public Sans';
    font-size: 199.5px;
    font-style: normal;
    font-weight: 800;
    line-height: 122px;
    /* 117.073% */ }
    @media (max-width: 767.9px) {
      body.error404 .top-section h1 {
        font-size: 120px;
        font-style: normal;
        font-weight: 800;
        line-height: 70px; } }
body.error404 .bottom-section {
  text-align: center;
  background: var(--light-sky-03, #DFEBF0);
  padding: 45px 25px 150px; }
  @media (max-width: 767.9px) {
    body.error404 .bottom-section {
      padding: 45px 25px 100px; } }
  body.error404 .bottom-section h1 {
    margin-bottom: 24px;
    color: var(--main-blue, #89A3AF); }
  body.error404 .bottom-section h4 {
    margin-bottom: 40px;
    color: #2A363D; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.pill {
  background: #89A3AF;
  border-radius: 25px;
  padding: 4px 4px 4px 11px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #F8F9F9;
  height: 34px;
  display: inline-block;
  margin: 0 10px 10px; }
  .pill span.pillclose {
    background-color: #f8f9f9;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    margin-left: 11px;
    display: inline-block;
    cursor: pointer; }
    .pill span.pillclose svg {
      height: 12px;
      color: #89A3AF; }

a.post-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 28px -6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 15px;
  text-decoration: none;
  overflow: hidden;
  display: block;
  position: relative; }
  a.post-card:hover {
    box-shadow: 0px 0px 28px -6px rgba(55, 77, 86, 0.45); }
  @media (max-width: 1200px) {
    a.post-card {
      margin: 8px; } }
  @media (max-width: 991.9px) {
    a.post-card {
      margin: 15px 0; } }
  a.post-card .post-img {
    max-height: 180px;
    overflow: hidden;
    position: relative; }
    a.post-card .post-img .event-logo {
      position: absolute;
      left: -2px;
      bottom: 20px;
      background-color: #fff;
      padding: 20px; }
      a.post-card .post-img .event-logo img {
        max-width: 116px;
        max-height: 28px; }
    a.post-card .post-img img {
      width: 100%; }
  a.post-card .post-details {
    padding: 24px 20px; }
    a.post-card .post-details .type {
      margin-bottom: 4px;
      text-transform: uppercase; }
    a.post-card .post-details .upcoming-date {
      color: #E8B227;
      font-family: 'IBM Plex Sans';
      font-size: 15px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      margin-bottom: 12px;
      margin-top: -10px; }
      a.post-card .post-details .upcoming-date span {
        color: #89A3AF;
        max-width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        overflow: hidden; }
    a.post-card .post-details .title {
      margin-bottom: 8px;
      min-height: 50px;
      font-family: 'Public Sans'; }
    a.post-card .post-details .date {
      font-family: 'IBM Plex Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      color: #89A3AF; }

.tag-wrapper {
  margin-top: 30px; }
  .tag-wrapper a.tag {
    flex: 1 0 30%;
    /* Adjust the width as needed */
    background: #DFEBF0;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #89A3AF;
    border-radius: 25px;
    display: inline-block;
    line-height: 34px;
    height: 34px;
    padding: 0 20px;
    margin-right: 12px;
    margin-bottom: 12px;
    text-decoration: none;
    transition: all .3s ease-in-out; }
    .tag-wrapper a.tag:hover {
      background-color: #89A3AF;
      color: #F8F9F9;
      text-decoration: none; }

.inline-cta {
  border-radius: 10px;
  background: #EFF4F6;
  margin-bottom: 20px;
  text-align: left;
  padding: 21px 26px;
  border-left: 12px solid #DFEBF0; }
  .inline-cta p.title {
    margin-bottom: 8px; }
  .inline-cta a {
    margin-bottom: 0; }

.social-links {
  margin-bottom: 42px; }
  @media (max-width: 767.9px) {
    .social-links {
      margin-bottom: 0; } }
  .social-links ul {
    margin-bottom: 0; }
    .social-links ul li, .social-links ul li.list-inline-item {
      margin-right: 18px;
      margin-bottom: 18px; }
      @media (max-width: 1440) {
        .social-links ul li, .social-links ul li.list-inline-item {
          margin-right: 12px;
          margin-bottom: 12px; } }
      .social-links ul li.divider, .social-links ul li.list-inline-item.divider {
        color: #D6D8DD;
        vertical-align: top;
        line-height: 47px; }
      .social-links ul li a, .social-links ul li .fake-link, .social-links ul li.list-inline-item a, .social-links ul li.list-inline-item .fake-link {
        height: 47px;
        width: 47px;
        border-radius: 47px;
        background: rgba(137, 163, 175, 0.1);
        color: #89A3AF!important;
        text-align: center;
        cursor: pointer;
        align-items: center;
        align-content: center;
        align-self: center;
        display: flex;
        justify-content: center;
        text-decoration: none;
        transition: all .3s ease-in-out; }
        .social-links ul li a:hover, .social-links ul li .fake-link:hover, .social-links ul li.list-inline-item a:hover, .social-links ul li.list-inline-item .fake-link:hover {
          text-decoration: none;
          color: #D69F14; }
        .social-links ul li a svg, .social-links ul li .fake-link svg, .social-links ul li.list-inline-item a svg, .social-links ul li.list-inline-item .fake-link svg {
          line-height: 47px;
          height: 23px; }

.subscribe-wrapper.small {
  background-image: url(../images/modules/subscribeCTA/subscribe_bg.png);
  background-position: bottom right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 32px 34px 40px;
  margin-bottom: 30px;
  position: relative; }
  .subscribe-wrapper.small .form-wrapper {
    padding: 0; }
    .subscribe-wrapper.small .form-wrapper h3 {
      margin-bottom: 11px;
      padding-right: 25px; }
    .subscribe-wrapper.small .form-wrapper input {
      margin-bottom: 20px;
      background: #FFFFFF;
      border: 1px solid #D6D8DD;
      border-radius: 10px;
      padding: 13px 11px 9px 20px;
      width: 100%; }
      .subscribe-wrapper.small .form-wrapper input::-webkit-input-placeholder {
        color: #89A3AF; }
      .subscribe-wrapper.small .form-wrapper input:-moz-placeholder {
        color: #89A3AF; }
      .subscribe-wrapper.small .form-wrapper input::-moz-placeholder {
        color: #89A3AF; }
      .subscribe-wrapper.small .form-wrapper input:-ms-input-placeholder {
        color: #89A3AF; }
      .subscribe-wrapper.small .form-wrapper input::placeholder {
        color: #89A3AF; }
    .subscribe-wrapper.small .form-wrapper p {
      margin-bottom: 45px; }
    .subscribe-wrapper.small .form-wrapper a {
      width: 100%; }
  .subscribe-wrapper.small .confirmation-wrapper {
    display: none;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 32px 34px 40px;
    justify-content: center;
    flex-direction: column; }
    .subscribe-wrapper.small .confirmation-wrapper .green-check {
      width: 46px;
      height: 46px;
      background: #C9DCB2;
      text-align: center;
      line-height: 46px;
      color: #FFF;
      font-size: 28px;
      border-radius: 46px;
      margin: 0 auto 8px; }
  .subscribe-wrapper.small.confirmation .form-wrapper {
    opacity: 0; }
  .subscribe-wrapper.small.confirmation .confirmation-wrapper {
    display: flex; }
.subscribe-wrapper.large {
  position: relative; }
  .subscribe-wrapper.large:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 45px;
    background-color: #21323C;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1; }
  .subscribe-wrapper.large .subscribe-inner-wrapper {
    background-image: url("../images/modules/midsectionCTA/left.png"), url("../images/modules/midsectionCTA/right.png");
    background-position: top left, bottom right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    padding: 41px 68px;
    background-color: #FFFFFF;
    border-radius: 10px;
    z-index: 1;
    position: relative; }
    @media (max-width: 1200px) {
      .subscribe-wrapper.large .subscribe-inner-wrapper {
        display: block; } }
    @media (max-width: 991.9px) {
      .subscribe-wrapper.large .subscribe-inner-wrapper {
        background-image: url("../images/modules/midsectionCTA/mobile.png");
        background-size: cover;
        display: block;
        padding: 34px 44px;
        text-align: center; } }
    .subscribe-wrapper.large .subscribe-inner-wrapper h3 {
      line-height: 42px;
      padding-right: 30px;
      margin-bottom: 0;
      min-width: 400px;
      text-align: right;
      border-right: 2px solid rgba(137, 163, 175, 0.2); }
      @media (max-width: 1200px) {
        .subscribe-wrapper.large .subscribe-inner-wrapper h3 {
          margin-bottom: 18px;
          text-align: center;
          border-right: 0; }
          .subscribe-wrapper.large .subscribe-inner-wrapper h3 br {
            display: none; } }
      @media (max-width: 991.9px) {
        .subscribe-wrapper.large .subscribe-inner-wrapper h3 {
          margin-bottom: 18px;
          line-height: 32px;
          padding-right: 0px;
          min-width: 0;
          text-align: left; } }
    .subscribe-wrapper.large .subscribe-inner-wrapper .form-wrapper {
      padding: 0;
      display: flex;
      justify-content: flex-start;
      width: 100%;
      align-items: center; }
      @media (max-width: 991.9px) {
        .subscribe-wrapper.large .subscribe-inner-wrapper .form-wrapper {
          display: block; } }
      .subscribe-wrapper.large .subscribe-inner-wrapper .form-wrapper input {
        background: #FFFFFF;
        border: 1px solid #D6D8DD;
        border-radius: 10px;
        padding: 13px 11px 9px 20px;
        width: 100%;
        flex-grow: 1;
        margin: 0 20px 0 28px; }
        @media (max-width: 991.9px) {
          .subscribe-wrapper.large .subscribe-inner-wrapper .form-wrapper input {
            margin: 0 0 18px 0; } }
        .subscribe-wrapper.large .subscribe-inner-wrapper .form-wrapper input::-webkit-input-placeholder {
          color: #89A3AF; }
        .subscribe-wrapper.large .subscribe-inner-wrapper .form-wrapper input:-moz-placeholder {
          color: #89A3AF; }
        .subscribe-wrapper.large .subscribe-inner-wrapper .form-wrapper input::-moz-placeholder {
          color: #89A3AF; }
        .subscribe-wrapper.large .subscribe-inner-wrapper .form-wrapper input:-ms-input-placeholder {
          color: #89A3AF; }
        .subscribe-wrapper.large .subscribe-inner-wrapper .form-wrapper input::placeholder {
          color: #89A3AF; }
    .subscribe-wrapper.large .subscribe-inner-wrapper .confirmation-wrapper {
      display: none;
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 32px 34px 40px;
      justify-content: center;
      flex-direction: column; }
      .subscribe-wrapper.large .subscribe-inner-wrapper .confirmation-wrapper .green-check {
        width: 46px;
        height: 46px;
        background: #C9DCB2;
        text-align: center;
        line-height: 46px;
        color: #FFF;
        font-size: 28px;
        border-radius: 46px;
        margin: 0 auto 8px; }
    .subscribe-wrapper.large .subscribe-inner-wrapper.confirmation h3 {
      opacity: 0; }
    .subscribe-wrapper.large .subscribe-inner-wrapper.confirmation .form-wrapper {
      opacity: 0; }
    .subscribe-wrapper.large .subscribe-inner-wrapper.confirmation .confirmation-wrapper {
      display: flex; }

.blog-post-wrapper {
  background: #F8F9F9; }
  .blog-post-wrapper h1 {
    color: #2A363D;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 41px;
    line-height: 48px; }
    @media (max-width: 767.9px) {
      .blog-post-wrapper h1 {
        font-size: 30px;
        line-height: 36px; } }
  .blog-post-wrapper h2 {
    color: #2A363D;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 42px; }
    @media (max-width: 767.9px) {
      .blog-post-wrapper h2 {
        font-size: 24px;
        line-height: 32px; } }
  .blog-post-wrapper .wp-caption {
    max-width: 100%; }
  .blog-post-wrapper section#hero {
    padding: 45px 0;
    position: relative; }
    @media (max-width: 991.9px) {
      .blog-post-wrapper section#hero {
        padding: 70% 25px 0;
        background-position: top center;
        background-size: contain;
        background-size: 100% auto; } }
    @media (max-width: 767.9px) {
      .blog-post-wrapper section#hero {
        padding: 50% 0 0; } }
    .blog-post-wrapper section#hero .blog-featured-image {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto 100%;
      position: absolute;
      z-index: 1;
      max-width: 55%;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media (max-width: 991.9px) {
        .blog-post-wrapper section#hero .blog-featured-image {
          max-width: 100%;
          background-size: contain;
          background-position: top center; } }
    .blog-post-wrapper section#hero .blog-title-card {
      max-width: 100%;
      width: 60%;
      margin-left: auto;
      background: #EFF4F7;
      padding: 110px 53px;
      position: relative;
      z-index: 2; }
      @media (max-width: 991.9px) {
        .blog-post-wrapper section#hero .blog-title-card {
          width: 100%;
          padding: 35px 32px; } }
      .blog-post-wrapper section#hero .blog-title-card .crumbs {
        margin-bottom: 36px;
        display: flex;
        justify-content: start; }
        .blog-post-wrapper section#hero .blog-title-card .crumbs .crumb:after {
          content: '/';
          margin: 0 8px;
          color: #89A3AF; }
        .blog-post-wrapper section#hero .blog-title-card .crumbs .crumb:last-of-type:after {
          display: none; }
        .blog-post-wrapper section#hero .blog-title-card .crumbs .crumb a {
          font-family: 'Public Sans';
          font-style: normal;
          font-weight: 600;
          font-size: 14px;
          line-height: 16px;
          color: #89A3AF;
          cursor: pointer;
          text-decoration: none; }
          @media (max-width: 991.9px) {
            .blog-post-wrapper section#hero .blog-title-card .crumbs .crumb a {
              font-size: 14px;
              line-height: 16px; } }
          .blog-post-wrapper section#hero .blog-title-card .crumbs .crumb a:hover {
            text-decoration: none; }
      .blog-post-wrapper section#hero .blog-title-card h1 {
        margin-bottom: 36px;
        max-width: 548px; }
        @media (max-width: 991.9px) {
          .blog-post-wrapper section#hero .blog-title-card h1 {
            max-width: 100%;
            margin-bottom: 37px; } }
      .blog-post-wrapper section#hero .blog-title-card .details {
        margin-bottom: 36px;
        display: flex;
        justify-content: start; }
        .blog-post-wrapper section#hero .blog-title-card .details > div:after {
          color: #D6D8DD;
          content: '|';
          margin: 0 8px; }
        .blog-post-wrapper section#hero .blog-title-card .details > div:last-of-type:after {
          display: none; }

.event-post-wrapper {
  background: #F8F9F9; }
  .event-post-wrapper h1 {
    color: #2A363D;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 41px;
    line-height: 48px; }
    @media (max-width: 767.9px) {
      .event-post-wrapper h1 {
        font-size: 30px;
        line-height: 36px; } }
  .event-post-wrapper h2 {
    color: #2A363D;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 42px; }
    @media (max-width: 767.9px) {
      .event-post-wrapper h2 {
        font-size: 24px;
        line-height: 32px; } }
  .event-post-wrapper section#hero {
    padding: 45px 0;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 55% auto; }
    @media (max-width: 991.9px) {
      .event-post-wrapper section#hero {
        padding: 70% 25px 0;
        background-position: top center;
        background-size: contain;
        background-size: 100% auto; } }
    .event-post-wrapper section#hero .event-title-card {
      max-width: 100%;
      width: 60%;
      margin-left: auto;
      background: #EFF4F7;
      padding: 110px 53px 56px;
      position: relative; }
      @media (max-width: 991.9px) {
        .event-post-wrapper section#hero .event-title-card {
          width: 100%;
          padding: 35px 32px; } }
      .event-post-wrapper section#hero .event-title-card .event-logo {
        position: absolute;
        top: -2px;
        left: 60px;
        background-color: #fff;
        padding: 20px; }
        .event-post-wrapper section#hero .event-title-card .event-logo img {
          max-width: 116px;
          max-height: 48px; }
      .event-post-wrapper section#hero .event-title-card .crumbs {
        margin-bottom: 30px;
        display: flex;
        justify-content: start; }
        .event-post-wrapper section#hero .event-title-card .crumbs .crumb:after {
          content: '/';
          margin: 0 8px;
          color: #89A3AF; }
        .event-post-wrapper section#hero .event-title-card .crumbs .crumb:last-of-type:after {
          display: none; }
        .event-post-wrapper section#hero .event-title-card .crumbs .crumb a {
          font-family: 'Public Sans';
          font-style: normal;
          font-weight: 600;
          font-size: 14px;
          line-height: 16px;
          color: #89A3AF;
          cursor: pointer;
          text-decoration: none; }
          @media (max-width: 991.9px) {
            .event-post-wrapper section#hero .event-title-card .crumbs .crumb a {
              font-size: 14px;
              line-height: 16px; } }
          .event-post-wrapper section#hero .event-title-card .crumbs .crumb a:hover {
            text-decoration: none; }
      .event-post-wrapper section#hero .event-title-card h1 {
        margin-bottom: 26px;
        max-width: 548px; }
        @media (max-width: 991.9px) {
          .event-post-wrapper section#hero .event-title-card h1 {
            max-width: 100%;
            margin-bottom: 37px; } }
      .event-post-wrapper section#hero .event-title-card .event-loc-time p {
        font-family: 'IBM Plex Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #374D56;
        margin-bottom: 21px;
        padding-left: 16px;
        border-left: 2px solid #E8B227;
        text-align: left;
        max-width: 548px; }
        .event-post-wrapper section#hero .event-title-card .event-loc-time p span {
          color: #89A3AF; }
      .event-post-wrapper section#hero .event-title-card .event-excerpt p {
        font-weight: 400;
        font-size: 17px;
        line-height: 28px;
        color: #374D56;
        max-width: 100%;
        margin-bottom: 42px;
        font-family: 'IBM Plex Sans';
        font-style: normal;
        text-align: left;
        max-width: 548px; }
      .event-post-wrapper section#hero .event-title-card .details {
        margin-bottom: 36px;
        display: flex;
        justify-content: start; }
        .event-post-wrapper section#hero .event-title-card .details > div:after {
          color: #D6D8DD;
          content: '|';
          margin: 0 8px; }
        .event-post-wrapper section#hero .event-title-card .details > div:last-of-type:after {
          display: none; }

.press-post-wrapper {
  background: #FFF;
  position: relative; }
  .press-post-wrapper:before {
    content: '';
    height: 105px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #F8F9F9;
    z-index: 0; }
  .press-post-wrapper h1 {
    color: #2A363D;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 41px;
    line-height: 48px; }
    @media (max-width: 767.9px) {
      .press-post-wrapper h1 {
        font-size: 30px;
        line-height: 36px; } }
  .press-post-wrapper h2 {
    color: #2A363D;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 42px; }
    @media (max-width: 767.9px) {
      .press-post-wrapper h2 {
        font-size: 24px;
        line-height: 32px; } }
  .press-post-wrapper section {
    position: relative;
    z-index: 1; }
    .press-post-wrapper section#hero .hero-img {
      margin-bottom: 44px; }
      .press-post-wrapper section#hero .hero-img img {
        width: 100%; }
    .press-post-wrapper section#hero h1 {
      text-align: left;
      margin-bottom: 24px; }
    .press-post-wrapper section#hero .details {
      margin-bottom: 36px;
      display: flex;
      justify-content: start; }
      .press-post-wrapper section#hero .details .press-room a {
        color: #89A3AF;
        text-decoration: none; }
      .press-post-wrapper section#hero .details > div {
        font-family: 'Public Sans';
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
        @media (max-width: 767.9px) {
          .press-post-wrapper section#hero .details > div {
            font-size: 12px; } }
        .press-post-wrapper section#hero .details > div:after {
          color: #D6D8DD;
          content: '|';
          margin: 0 8px; }
          @media (max-width: 767.9px) {
            .press-post-wrapper section#hero .details > div:after {
              margin: 0 5px; } }
        .press-post-wrapper section#hero .details > div:last-of-type:after {
          display: none; }
    .press-post-wrapper section#content {
      margin-bottom: 65px; }
      .press-post-wrapper section#content hr {
        border-top: 2px solid #DFEBF0;
        margin: 45px 0;
        max-width: 560px;
        opacity: 1; }
      .press-post-wrapper section#content img {
        max-width: 100%; }
      .press-post-wrapper section#content a {
        color: #3D84CA; }
    .press-post-wrapper section#viewAll {
      background-color: #E7F0F3;
      text-align: center;
      padding: 65px 0; }
      .press-post-wrapper section#viewAll h2 {
        margin-bottom: 24px; }

.report-post-wrapper {
  background: #FFF;
  position: relative; }
  .report-post-wrapper h1 {
    color: #2A363D;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 41px;
    line-height: 48px; }
    @media (max-width: 767.9px) {
      .report-post-wrapper h1 {
        font-size: 30px;
        line-height: 36px; } }
  .report-post-wrapper h2 {
    color: #2A363D;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 42px; }
    @media (max-width: 767.9px) {
      .report-post-wrapper h2 {
        font-size: 24px;
        line-height: 32px; } }
  .report-post-wrapper section#hero {
    position: relative;
    z-index: 1; }
    .report-post-wrapper section#hero.full-post-hero {
      background-color: #EFF4F6;
      text-align: center;
      padding: 33px 0 25px; }
      @media (max-width: 991.9px) {
        .report-post-wrapper section#hero.full-post-hero {
          text-align: left; } }
      .report-post-wrapper section#hero.full-post-hero .crumbs {
        margin-bottom: 30px; }
        .report-post-wrapper section#hero.full-post-hero .crumbs .crumb {
          display: inline-block; }
          .report-post-wrapper section#hero.full-post-hero .crumbs .crumb:after {
            content: '/';
            margin: 0 8px;
            color: #89A3AF; }
          .report-post-wrapper section#hero.full-post-hero .crumbs .crumb:last-of-type:after {
            display: none; }
          .report-post-wrapper section#hero.full-post-hero .crumbs .crumb a {
            font-family: 'Public Sans';
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 16px;
            color: #89A3AF;
            cursor: pointer;
            text-decoration: none; }
            @media (max-width: 991.9px) {
              .report-post-wrapper section#hero.full-post-hero .crumbs .crumb a {
                font-size: 14px;
                line-height: 16px; } }
            .report-post-wrapper section#hero.full-post-hero .crumbs .crumb a:hover {
              text-decoration: none; }
      .report-post-wrapper section#hero.full-post-hero h1 {
        margin-bottom: 38px; }
  .report-post-wrapper section#report-details {
    position: relative;
    z-index: 2;
    padding: 0 0 135px 0; }
    @media (max-width: 991.9px) {
      .report-post-wrapper section#report-details {
        padding: 0 0 60px 0; } }
    .report-post-wrapper section#report-details .left-content {
      text-align: center;
      transform: translateY(-25px); }
      @media (max-width: 991.9px) {
        .report-post-wrapper section#report-details .left-content {
          transform: translateY(0);
          padding-top: 25px; } }
      .report-post-wrapper section#report-details .left-content .img-wrapper {
        margin-bottom: 41px;
        overflow: hidden;
        border-radius: 5px; }
        .report-post-wrapper section#report-details .left-content .img-wrapper img {
          max-width: 100%;
          width: 100%; }
      .report-post-wrapper section#report-details .left-content p {
        font-style: italic; }
    .report-post-wrapper section#report-details .right-content {
      padding-left: 58px;
      padding-top: 33px; }
      @media (max-width: 991.9px) {
        .report-post-wrapper section#report-details .right-content {
          padding-left: 0; } }
      .report-post-wrapper section#report-details .right-content p {
        font-family: 'IBM Plex Sans';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; }
  .report-post-wrapper section#additional {
    margin-top: -50px;
    margin-bottom: 100px;
    position: relative;
    z-index: 2; }
    .report-post-wrapper section#additional p {
      font-family: 'IBM Plex Sans';
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px; }
  .report-post-wrapper section#register {
    padding-bottom: 105px; }
    .report-post-wrapper section#register p.title {
      margin-bottom: 44px; }
    .report-post-wrapper section#register .form-wrapper {
      border-radius: 10px;
      background: #EFF4F6;
      padding: 60px 67px 83px; }
      @media (max-width: 767.9px) {
        .report-post-wrapper section#register .form-wrapper {
          padding: 60px 10px 53px; } }
      .report-post-wrapper section#register .form-wrapper label {
        font-family: 'IBM Plex Sans';
        font-size: 17px;
        line-height: 28px;
        font-weight: 400;
        margin-bottom: 8px;
        display: block;
        text-align: left; }
        @media (max-width: 991.9px) {
          .report-post-wrapper section#register .form-wrapper label {
            font-size: 17px;
            line-height: 29px;
            max-width: 100%;
            text-indent: -30px;
            padding-left: 30px; } }
        .report-post-wrapper section#register .form-wrapper label span {
          color: #717171; }
      .report-post-wrapper section#register .form-wrapper input[type="text"], .report-post-wrapper section#register .form-wrapper input[type="email"], .report-post-wrapper section#register .form-wrapper select {
        background: #FFFFFF;
        border: 1px solid #D6D8DD;
        box-sizing: border-box;
        border-radius: 10px;
        line-height: 56px;
        height: 56px;
        color: #717171;
        font-family: 'IBM Plex Sans';
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        padding: 0 19px;
        width: calc(100% - 8px);
        margin: 0 0 35px; }
        @media (max-width: 991.9px) {
          .report-post-wrapper section#register .form-wrapper input[type="text"], .report-post-wrapper section#register .form-wrapper input[type="email"], .report-post-wrapper section#register .form-wrapper select {
            width: 100%;
            margin: 0 0 10px; } }
      .report-post-wrapper section#register .form-wrapper select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: ''; }
      .report-post-wrapper section#register .form-wrapper .select-wrapper {
        position: relative; }
        .report-post-wrapper section#register .form-wrapper .select-wrapper:after {
          content: '\f078';
          position: absolute;
          right: 15px;
          line-height: 56px;
          font-family: 'Font Awesome 6 Pro'; }
      .report-post-wrapper section#register .form-wrapper input.error {
        border: 1px solid red !important; }
      .report-post-wrapper section#register .form-wrapper .error-notice {
        text-align: center;
        font-size: 15px;
        line-height: 22px;
        color: red;
        margin-bottom: 8px;
        font-weight: bold;
        margin-top: -20px; }
      .report-post-wrapper section#register .form-wrapper .btn-wrapper {
        text-align: center;
        margin-top: 28px; }
        .report-post-wrapper section#register .form-wrapper .btn-wrapper p {
          margin-top: 70px;
          color: #89A3AF; }
          .report-post-wrapper section#register .form-wrapper .btn-wrapper p a {
            color: #3D84CA;
            text-decoration: none; }
  .report-post-wrapper section#related {
    padding-bottom: 119px; }
    .report-post-wrapper section#related:before {
      display: none; }
  .report-post-wrapper #subscribeCTALarge {
    background-color: #DFEBF0; }
    .report-post-wrapper #subscribeCTALarge .subscribe-inner-wrapper {
      transform: translateY(-25px); }

.video-post-wrapper {
  background: #FFF;
  position: relative; }
  .video-post-wrapper h1 {
    color: #2A363D;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 41px;
    line-height: 48px; }
    @media (max-width: 767.9px) {
      .video-post-wrapper h1 {
        font-size: 30px;
        line-height: 36px; } }
  .video-post-wrapper h2 {
    color: #2A363D;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 42px; }
    @media (max-width: 767.9px) {
      .video-post-wrapper h2 {
        font-size: 24px;
        line-height: 32px; } }
  .video-post-wrapper section#hero {
    position: relative;
    z-index: 1; }
    .video-post-wrapper section#hero.full-post-hero {
      background-color: #EFF4F6;
      text-align: center;
      padding: 33px 0 25px; }
      @media (max-width: 991.9px) {
        .video-post-wrapper section#hero.full-post-hero {
          text-align: left; } }
      .video-post-wrapper section#hero.full-post-hero .crumbs {
        margin-bottom: 30px; }
        .video-post-wrapper section#hero.full-post-hero .crumbs .crumb {
          display: inline-block; }
          .video-post-wrapper section#hero.full-post-hero .crumbs .crumb:after {
            content: '/';
            margin: 0 8px;
            color: #89A3AF; }
          .video-post-wrapper section#hero.full-post-hero .crumbs .crumb:last-of-type:after {
            display: none; }
          .video-post-wrapper section#hero.full-post-hero .crumbs .crumb a {
            font-family: 'Public Sans';
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 16px;
            color: #89A3AF;
            cursor: pointer;
            text-decoration: none; }
            @media (max-width: 991.9px) {
              .video-post-wrapper section#hero.full-post-hero .crumbs .crumb a {
                font-size: 14px;
                line-height: 16px; } }
            .video-post-wrapper section#hero.full-post-hero .crumbs .crumb a:hover {
              text-decoration: none; }
      .video-post-wrapper section#hero.full-post-hero h1 {
        margin-bottom: 38px; }
  .video-post-wrapper section#video-details {
    position: relative;
    z-index: 2;
    padding: 0 0 32px 0; }
    @media (max-width: 991.9px) {
      .video-post-wrapper section#video-details {
        padding: 0 0 60px 0; } }
    .video-post-wrapper section#video-details .left-content {
      text-align: center;
      transform: translateY(-25px); }
      @media (max-width: 991.9px) {
        .video-post-wrapper section#video-details .left-content {
          transform: translateY(0);
          padding-top: 25px; } }
    .video-post-wrapper section#video-details .right-content {
      padding-left: 31px;
      padding-top: 0;
      transform: translateY(-25px); }
      .video-post-wrapper section#video-details .right-content a img {
        width: 100%;
        max-width: 100%; }
  .video-post-wrapper section#description {
    margin-top: -25px;
    margin-bottom: 100px;
    position: relative;
    z-index: 2; }
    .video-post-wrapper section#description p {
      font-family: 'IBM Plex Sans';
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px; }

.webinar-post-wrapper {
  background: #F8F9F9;
  position: relative; }
  .webinar-post-wrapper h1 {
    color: #2A363D;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 41px;
    line-height: 48px; }
    @media (max-width: 767.9px) {
      .webinar-post-wrapper h1 {
        font-size: 30px;
        line-height: 36px; } }
  .webinar-post-wrapper h2 {
    color: #2A363D;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 42px; }
    @media (max-width: 767.9px) {
      .webinar-post-wrapper h2 {
        font-size: 24px;
        line-height: 32px; } }
  .webinar-post-wrapper section#hero {
    position: relative;
    z-index: 1; }
    .webinar-post-wrapper section#hero.full-post-hero {
      background-color: #EFF4F6;
      text-align: center;
      padding: 33px 0 25px; }
      @media (max-width: 991.9px) {
        .webinar-post-wrapper section#hero.full-post-hero {
          text-align: left; } }
      .webinar-post-wrapper section#hero.full-post-hero .crumbs {
        margin-bottom: 30px; }
        .webinar-post-wrapper section#hero.full-post-hero .crumbs .crumb {
          display: inline-block; }
          .webinar-post-wrapper section#hero.full-post-hero .crumbs .crumb:after {
            content: '/';
            margin: 0 8px;
            color: #89A3AF; }
          .webinar-post-wrapper section#hero.full-post-hero .crumbs .crumb:last-of-type:after {
            display: none; }
          .webinar-post-wrapper section#hero.full-post-hero .crumbs .crumb a {
            font-family: 'Public Sans';
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 16px;
            color: #89A3AF;
            cursor: pointer;
            text-decoration: none; }
            @media (max-width: 991.9px) {
              .webinar-post-wrapper section#hero.full-post-hero .crumbs .crumb a {
                font-size: 14px;
                line-height: 16px; } }
            .webinar-post-wrapper section#hero.full-post-hero .crumbs .crumb a:hover {
              text-decoration: none; }
      .webinar-post-wrapper section#hero.full-post-hero h1 {
        margin-bottom: 30px; }
      .webinar-post-wrapper section#hero.full-post-hero .date-info {
        color: #89A3AF;
        text-align: center;
        font-family: 'IBM Plex Sans';
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        margin-bottom: 45px; }
        .webinar-post-wrapper section#hero.full-post-hero .date-info span {
          color: #E8B227; }
  .webinar-post-wrapper section#report-details {
    position: relative;
    z-index: 2;
    padding: 0 0 135px 0; }
    @media (max-width: 991.9px) {
      .webinar-post-wrapper section#report-details {
        padding: 0 0 60px 0; } }
    .webinar-post-wrapper section#report-details .left-content {
      text-align: center;
      transform: translateY(-25px); }
      @media (max-width: 991.9px) {
        .webinar-post-wrapper section#report-details .left-content {
          transform: translateY(0);
          padding-top: 25px; } }
      .webinar-post-wrapper section#report-details .left-content .img-wrapper {
        margin-bottom: 41px;
        overflow: hidden;
        border-radius: 5px; }
        .webinar-post-wrapper section#report-details .left-content .img-wrapper img {
          max-width: 100%;
          width: 100%; }
      .webinar-post-wrapper section#report-details .left-content p {
        font-style: italic; }
    .webinar-post-wrapper section#report-details .right-content {
      padding-left: 58px;
      padding-top: 33px; }
      @media (max-width: 991.9px) {
        .webinar-post-wrapper section#report-details .right-content {
          padding-left: 0; } }
      .webinar-post-wrapper section#report-details .right-content p {
        font-family: 'IBM Plex Sans';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; }
    .webinar-post-wrapper section#report-details .speakers {
      margin-top: 30px; }
      .webinar-post-wrapper section#report-details .speakers .speaker {
        position: relative;
        z-index: 3;
        text-align: center;
        padding: 0 10px;
        margin-bottom: 38px;
        padding: 0px;
        display: flex;
        color: #2A363D;
        font-family: 'IBM Plex Sans';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px; }
        .webinar-post-wrapper section#report-details .speakers .speaker .img-wrapper {
          margin-bottom: 0;
          background-image: url(../images/blog/desktop/speaker-bg.png);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: bottom right;
          width: 80px;
          height: 80px; }
          .webinar-post-wrapper section#report-details .speakers .speaker .img-wrapper img {
            width: 95%; }
        .webinar-post-wrapper section#report-details .speakers .speaker .name {
          font-weight: 700; }
        .webinar-post-wrapper section#report-details .speakers .speaker .info {
          margin-left: 17px;
          align-self: center;
          align-content: center;
          align-items: center;
          text-align: left;
          width: calc(100% - 80px); }
    .webinar-post-wrapper section#report-details.show-on-change {
      padding-bottom: 80px; }
      .webinar-post-wrapper section#report-details.show-on-change .right-content {
        padding-left: 0;
        padding-top: 0; }
  .webinar-post-wrapper section#additional {
    margin-top: -50px;
    margin-bottom: 100px;
    position: relative;
    z-index: 2; }
    .webinar-post-wrapper section#additional p {
      font-family: 'IBM Plex Sans';
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px; }
  .webinar-post-wrapper section#register {
    padding-bottom: 105px; }
    .webinar-post-wrapper section#register p.title {
      margin-bottom: 44px; }
    .webinar-post-wrapper section#register .form-wrapper {
      border-radius: 10px;
      background: #EFF4F6;
      padding: 60px 67px 83px; }
      .webinar-post-wrapper section#register .form-wrapper label {
        font-family: 'IBM Plex Sans';
        font-size: 17px;
        line-height: 28px;
        font-weight: 400;
        margin-bottom: 8px;
        display: block;
        text-align: left; }
        @media (max-width: 991.9px) {
          .webinar-post-wrapper section#register .form-wrapper label {
            font-size: 17px;
            line-height: 29px;
            max-width: 100%;
            text-indent: -30px;
            padding-left: 30px; } }
        .webinar-post-wrapper section#register .form-wrapper label span {
          color: #717171; }
      .webinar-post-wrapper section#register .form-wrapper input[type="text"], .webinar-post-wrapper section#register .form-wrapper input[type="email"], .webinar-post-wrapper section#register .form-wrapper select {
        background: #FFFFFF;
        border: 1px solid #D6D8DD;
        box-sizing: border-box;
        border-radius: 10px;
        line-height: 56px;
        height: 56px;
        color: #717171;
        font-family: 'IBM Plex Sans';
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        padding: 0 19px;
        width: calc(100% - 8px);
        margin: 0 0 35px; }
        @media (max-width: 991.9px) {
          .webinar-post-wrapper section#register .form-wrapper input[type="text"], .webinar-post-wrapper section#register .form-wrapper input[type="email"], .webinar-post-wrapper section#register .form-wrapper select {
            width: 100%;
            margin: 0 0 10px; } }
      .webinar-post-wrapper section#register .form-wrapper select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: ''; }
      .webinar-post-wrapper section#register .form-wrapper .select-wrapper {
        position: relative; }
        .webinar-post-wrapper section#register .form-wrapper .select-wrapper:after {
          content: '\f078';
          position: absolute;
          right: 15px;
          line-height: 56px;
          font-family: 'Font Awesome 6 Pro'; }
      .webinar-post-wrapper section#register .form-wrapper input.error {
        border: 1px solid red !important; }
      .webinar-post-wrapper section#register .form-wrapper .error-notice {
        text-align: center;
        font-size: 15px;
        line-height: 22px;
        color: red;
        margin-bottom: 8px;
        font-weight: bold;
        margin-top: -20px; }
      .webinar-post-wrapper section#register .form-wrapper .btn-wrapper {
        text-align: center;
        margin-top: 28px; }
        .webinar-post-wrapper section#register .form-wrapper .btn-wrapper p {
          margin-top: 70px;
          color: #89A3AF; }
          .webinar-post-wrapper section#register .form-wrapper .btn-wrapper p a {
            color: #3D84CA;
            text-decoration: none; }
      .webinar-post-wrapper section#register .form-wrapper .confirmation {
        text-align: center; }
        .webinar-post-wrapper section#register .form-wrapper .confirmation .img-wrapper {
          margin-bottom: 43px; }
        .webinar-post-wrapper section#register .form-wrapper .confirmation h3 {
          margin-bottom: 8px; }
        .webinar-post-wrapper section#register .form-wrapper .confirmation h4 {
          margin-bottom: 43px;
          color: #333333; }
  .webinar-post-wrapper section#related {
    padding-bottom: 119px; }
    .webinar-post-wrapper section#related:before {
      display: none; }
  .webinar-post-wrapper section#video {
    transform: translateY(-25px);
    margin-bottom: 10px;
    position: relative;
    z-index: 1; }
    @media (max-width: 991.9px) {
      .webinar-post-wrapper section#video {
        transform: translateY(0);
        padding-top: 25px; } }
    .webinar-post-wrapper section#video .video-player {
      overflow: hidden;
      border-radius: 5px;
      position: relative;
      cursor: pointer; }
    .webinar-post-wrapper section#video .img-wrapper {
      overflow: hidden;
      border-radius: 5px;
      position: relative;
      cursor: pointer; }
      .webinar-post-wrapper section#video .img-wrapper:hover svg {
        transition: all .3s ease-in-out;
        transform: scale(1.2); }
      .webinar-post-wrapper section#video .img-wrapper svg {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        text-align: center;
        top: 0;
        bottom: 0;
        margin: auto; }
      .webinar-post-wrapper section#video .img-wrapper img {
        width: 100%; }
    .webinar-post-wrapper section#video .video-cta {
      background-color: #fff;
      padding: 22px 20px 28px;
      text-align: center;
      border-radius: 0 0 5px 5px; }
      .webinar-post-wrapper section#video .video-cta p.title {
        margin-bottom: 10px; }
  .webinar-post-wrapper .show-on-change {
    display: none;
    max-width: 713px;
    margin-left: auto;
    margin-right: auto; }
  .webinar-post-wrapper #subscribeCTALarge {
    background-color: #DFEBF0; }
    .webinar-post-wrapper #subscribeCTALarge .subscribe-inner-wrapper {
      transform: translateY(-25px); }

.blog-content-wrapper .left-content .sections {
  margin-bottom: 60px; }
  .blog-content-wrapper .left-content .sections section {
    padding-top: 60px; }
    .blog-content-wrapper .left-content .sections section .section-title {
      margin-bottom: 40px; }
    .blog-content-wrapper .left-content .sections section .subsection {
      margin-bottom: 40px; }
      .blog-content-wrapper .left-content .sections section .subsection.subsection-agenda-date:not(:last-child) {
        margin-bottom: 20px; }
      .blog-content-wrapper .left-content .sections section .subsection:last-of-type {
        margin-bottom: 0; }
      .blog-content-wrapper .left-content .sections section .subsection .p-wrapper p, .blog-content-wrapper .left-content .sections section .subsection .p-wrapper ol, .blog-content-wrapper .left-content .sections section .subsection .p-wrapper li {
        color: #2A363D;
        font-family: 'IBM Plex Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px; }
        @media (max-width: 991.9px) {
          .blog-content-wrapper .left-content .sections section .subsection .p-wrapper p, .blog-content-wrapper .left-content .sections section .subsection .p-wrapper ol, .blog-content-wrapper .left-content .sections section .subsection .p-wrapper li {
            font-size: 16.5px;
            line-height: 25px; } }
        .blog-content-wrapper .left-content .sections section .subsection .p-wrapper p a, .blog-content-wrapper .left-content .sections section .subsection .p-wrapper ol a, .blog-content-wrapper .left-content .sections section .subsection .p-wrapper li a {
          color: #3D84CA;
          text-decoration: none;
          font-weight: 500; }
      .blog-content-wrapper .left-content .sections section .subsection .p-wrapper ol {
        padding-left: 20px; }
      .blog-content-wrapper .left-content .sections section .subsection .p-wrapper img {
        max-width: 100%;
        height: auto; }
      .blog-content-wrapper .left-content .sections section .subsection .excerpt-wrapper {
        background: #EFF4F7;
        border-radius: 10px;
        padding: 36px 50px;
        border-left: 12px solid #DFEBF0; }
        .blog-content-wrapper .left-content .sections section .subsection .excerpt-wrapper .text {
          font-family: 'IBM Plex Sans';
          font-style: italic;
          font-weight: 400;
          font-size: 23px;
          line-height: 33px;
          color: #2A363D;
          margin-bottom: 27px; }
        .blog-content-wrapper .left-content .sections section .subsection .excerpt-wrapper .d-flex .img-wrapper {
          margin-bottom: 0;
          background-image: url(../images/blog/desktop/speaker-bg.png);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: bottom right;
          width: 80px;
          height: 80px;
          margin-right: 17px; }
          .blog-content-wrapper .left-content .sections section .subsection .excerpt-wrapper .d-flex .img-wrapper img {
            width: 95%; }
        .blog-content-wrapper .left-content .sections section .subsection .excerpt-wrapper .d-flex .text-wrapper {
          align-content: center; }
          .blog-content-wrapper .left-content .sections section .subsection .excerpt-wrapper .d-flex .text-wrapper .ex-name {
            font-family: 'IBM Plex Sans';
            font-style: italic;
            font-weight: 700;
            font-size: 15.5px;
            line-height: 24px;
            color: #2A363D; }
          .blog-content-wrapper .left-content .sections section .subsection .excerpt-wrapper .d-flex .text-wrapper .ex-title {
            font-family: 'IBM Plex Sans';
            font-style: italic;
            font-weight: 400;
            font-size: 15.5px;
            line-height: 24px;
            color: #2A363D; }
      .blog-content-wrapper .left-content .sections section .subsection .image-wrapper {
        text-align: center; }
        .blog-content-wrapper .left-content .sections section .subsection .image-wrapper img {
          max-width: 100%;
          height: auto; }
        .blog-content-wrapper .left-content .sections section .subsection .image-wrapper p.img-caption {
          margin-top: 11px;
          font-style: italic;
          color: #717171;
          text-align: center; }
      .blog-content-wrapper .left-content .sections section .subsection .product-cta-wrapper {
        background: #E7F0F3;
        border-radius: 10px;
        padding: 40px; }
        .blog-content-wrapper .left-content .sections section .subsection .product-cta-wrapper p {
          margin-bottom: 10px; }
        .blog-content-wrapper .left-content .sections section .subsection .product-cta-wrapper a {
          margin-bottom: 0; }
      .blog-content-wrapper .left-content .sections section .subsection .form-cta-wrapper {
        background: #E7F0F3;
        border-radius: 10px;
        padding: 40px; }
        .blog-content-wrapper .left-content .sections section .subsection .form-cta-wrapper p {
          margin-bottom: 10px; }
        .blog-content-wrapper .left-content .sections section .subsection .form-cta-wrapper a {
          margin-bottom: 0; }
      .blog-content-wrapper .left-content .sections section .subsection .divider-wrapper {
        height: 2px;
        opacity: 0.4;
        background: #89A3AF; }


       .container .sections section .subsection .divider-wrapper {
          height: 2px;
          opacity: 1;
          background:#374d56;
         margin: 68px 0px;
         } 

            .subsection.subsection-content {
              margin-top: 32px;
          }

         .container .sections section .subsection .subsection-textfield .p-wrapper  {
             color: #0c1114;
             font-family: 'IBM Plex Sans';
             font-style: normal;
             font-weight: 400;
             font-size: 23px;
             line-height: 33px;
         }
         
         .container .sections section .subsection .divider-wrapper-sm  {
          height: 2px;
          opacity: 0.4;
          background: #89A3AF;
          width: 70%;
          margin: 68px 0px 32px 0px ;
         }


      .blog-content-wrapper .left-content .sections section .subsection .related-wrapper > .caption {
        margin-bottom: 11px; }
      .blog-content-wrapper .left-content .sections section .subsection .related-wrapper a.related-post {
        background: #FFFFFF;
        box-shadow: 0px 0px 28px -6px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
        overflow: hidden; }
        @media (max-width: 767.9px) {
          .blog-content-wrapper .left-content .sections section .subsection .related-wrapper a.related-post {
            display: block; } }
        .blog-content-wrapper .left-content .sections section .subsection .related-wrapper a.related-post .featured-img img {
          max-width: 257.76px;
          height: 100%; }
          @media (max-width: 767.9px) {
            .blog-content-wrapper .left-content .sections section .subsection .related-wrapper a.related-post .featured-img img {
              max-width: 100%;
              height: auto; } }
        .blog-content-wrapper .left-content .sections section .subsection .related-wrapper a.related-post .featured-details {
          padding: 15px 20px;
          flex-grow: 1; }
          .blog-content-wrapper .left-content .sections section .subsection .related-wrapper a.related-post .featured-details .title {
            margin-bottom: 10px;
            min-height: 44px; }
          .blog-content-wrapper .left-content .sections section .subsection .related-wrapper a.related-post .featured-details .date {
            font-family: 'IBM Plex Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            color: #89A3AF; }
      .blog-content-wrapper .left-content .sections section .subsection .happy-hour .details {
        font-family: 'IBM Plex Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #89A3AF;
        border-left: 3px solid #E8B227;
        padding-left: 13px;
        margin-bottom: 30px; }
        .blog-content-wrapper .left-content .sections section .subsection .happy-hour .details span {
          color: #374D56; }
      .blog-content-wrapper .left-content .sections section .subsection .happy-hour .description {
        margin-bottom: 40px; }
      .blog-content-wrapper .left-content .sections section .subsection .happy-hour img {
        width: 100%; }
      .blog-content-wrapper .left-content .sections section .subsection .agenda-date {
        background: #EFF4F6;
        border-radius: 10px;
        padding: 34px 40px;
        margin-bottom: 26px; }
        .blog-content-wrapper .left-content .sections section .subsection .agenda-date .title {
          color: #374D56;
          margin-bottom: 20px; }
        .blog-content-wrapper .left-content .sections section .subsection .agenda-date .entries .entry {
          font-weight: 700;
          border-left: 2px solid #E8B227;
          padding-left: 13px;
          margin-left: 60px;
          margin-bottom: 30px; }
          .blog-content-wrapper .left-content .sections section .subsection .agenda-date .entries .entry span {
            color: #89A3AF; }
      .blog-content-wrapper .left-content .sections section .subsection .speakers .speaker {
        position: relative;
        z-index: 3;
        text-align: center;
        padding: 0 10px;
        margin-bottom: 38px;
        padding: 0px;
        display: flex;
        color: #2A363D;
        font-family: 'IBM Plex Sans';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px; }
        .blog-content-wrapper .left-content .sections section .subsection .speakers .speaker .img-wrapper {
          margin-bottom: 0;
          background-image: url(../images/blog/desktop/speaker-bg.png);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: bottom right;
          width: 80px;
          height: 80px; }
          .blog-content-wrapper .left-content .sections section .subsection .speakers .speaker .img-wrapper img {
            width: 95%; }
        .blog-content-wrapper .left-content .sections section .subsection .speakers .speaker .name {
          font-weight: 700; }
        .blog-content-wrapper .left-content .sections section .subsection .speakers .speaker .info {
          margin-left: 17px;
          align-self: center;
          align-content: center;
          align-items: center;
          text-align: left; }
.blog-content-wrapper .right-content {
  position: relative;
  padding-left: 100px; }
  @media (max-width: 1200px) {
    .blog-content-wrapper .right-content {
      padding-left: 40px; } }
  .blog-content-wrapper .right-content .desktop-side-panel {
    padding-top: 135px;
    position: relative;
    top: 0;
    transition: all .3s ease-in-out; }
    .blog-content-wrapper .right-content .desktop-side-panel.sticky {
      padding-top: 30px;
      position: fixed; }
      .blog-content-wrapper .right-content .desktop-side-panel.sticky.abs {
        position: absolute; }
    .blog-content-wrapper .right-content .desktop-side-panel .caption {
      margin-bottom: 11px;
      border-bottom: 2px solid #89A3AF;
      opacity: 0.5;
      padding-bottom: 17px; }
    .blog-content-wrapper .right-content .desktop-side-panel .header-links .header-link {
      font-family: 'IBM Plex Sans';
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 28px;
      color: #89A3AF;
      transition: all .3s ease-in-out;
      padding: 10px 0;
      cursor: pointer; }
      .blog-content-wrapper .right-content .desktop-side-panel .header-links .header-link.active {
        color: #374D56; }
      .blog-content-wrapper .right-content .desktop-side-panel .header-links .header-link:not(.active):hover {
        color: #D69F14; }
    .blog-content-wrapper .right-content .desktop-side-panel .social-links {
      margin-top: 32px; }
.blog-content-wrapper .footer-related {
  margin-bottom: 60px; }

.resources-archive-wrapper, .resources-search-wrapper, .press-archive-wrapper, .event-archive-wrapper, .video-archive-wrapper {
  background: #F8F9F9; }
  .resources-archive-wrapper .archive-nav, .resources-search-wrapper .archive-nav, .press-archive-wrapper .archive-nav, .event-archive-wrapper .archive-nav, .video-archive-wrapper .archive-nav {
    border-bottom: 2px solid #DFEBF0;
    background: #F8F9F9;
    position: relative; }
    .resources-archive-wrapper .archive-nav .title-row, .resources-search-wrapper .archive-nav .title-row, .press-archive-wrapper .archive-nav .title-row, .event-archive-wrapper .archive-nav .title-row, .video-archive-wrapper .archive-nav .title-row {
      padding: 40px 0; }
      @media (max-width: 767.9px) {
        .resources-archive-wrapper .archive-nav .title-row, .resources-search-wrapper .archive-nav .title-row, .press-archive-wrapper .archive-nav .title-row, .event-archive-wrapper .archive-nav .title-row, .video-archive-wrapper .archive-nav .title-row {
          padding: 40px 25px; } }
      .resources-archive-wrapper .archive-nav .title-row h3, .resources-search-wrapper .archive-nav .title-row h3, .press-archive-wrapper .archive-nav .title-row h3, .event-archive-wrapper .archive-nav .title-row h3, .video-archive-wrapper .archive-nav .title-row h3 {
        color: #89A3AF; }
    @media (max-width: 767.9px) {
      .resources-archive-wrapper .archive-nav .container, .resources-search-wrapper .archive-nav .container, .press-archive-wrapper .archive-nav .container, .event-archive-wrapper .archive-nav .container, .video-archive-wrapper .archive-nav .container {
        padding: 0; } }
    .resources-archive-wrapper .archive-nav .nav-row, .resources-search-wrapper .archive-nav .nav-row, .press-archive-wrapper .archive-nav .nav-row, .event-archive-wrapper .archive-nav .nav-row, .video-archive-wrapper .archive-nav .nav-row {
      z-index: 2;
      position: relative;
      margin-bottom: -2px; }
      .resources-archive-wrapper .archive-nav .nav-row ul, .resources-search-wrapper .archive-nav .nav-row ul, .press-archive-wrapper .archive-nav .nav-row ul, .event-archive-wrapper .archive-nav .nav-row ul, .video-archive-wrapper .archive-nav .nav-row ul {
        padding: 0;
        margin: 0; }
        @media (max-width: 767.9px) {
          .resources-archive-wrapper .archive-nav .nav-row ul, .resources-search-wrapper .archive-nav .nav-row ul, .press-archive-wrapper .archive-nav .nav-row ul, .event-archive-wrapper .archive-nav .nav-row ul, .video-archive-wrapper .archive-nav .nav-row ul {
            display: flex;
            flex-wrap: nowrap;
            overflow: auto;
            padding-left: 25px; } }
        .resources-archive-wrapper .archive-nav .nav-row ul li, .resources-search-wrapper .archive-nav .nav-row ul li, .press-archive-wrapper .archive-nav .nav-row ul li, .event-archive-wrapper .archive-nav .nav-row ul li, .video-archive-wrapper .archive-nav .nav-row ul li {
          margin-right: 0; }
          @media (max-width: 767.9px) {
            .resources-archive-wrapper .archive-nav .nav-row ul li, .resources-search-wrapper .archive-nav .nav-row ul li, .press-archive-wrapper .archive-nav .nav-row ul li, .event-archive-wrapper .archive-nav .nav-row ul li, .video-archive-wrapper .archive-nav .nav-row ul li {
              text-wrap: nowrap; } }
          .resources-archive-wrapper .archive-nav .nav-row ul li a, .resources-archive-wrapper .archive-nav .nav-row ul li .search, .resources-search-wrapper .archive-nav .nav-row ul li a, .resources-search-wrapper .archive-nav .nav-row ul li .search, .press-archive-wrapper .archive-nav .nav-row ul li a, .press-archive-wrapper .archive-nav .nav-row ul li .search, .event-archive-wrapper .archive-nav .nav-row ul li a, .event-archive-wrapper .archive-nav .nav-row ul li .search, .video-archive-wrapper .archive-nav .nav-row ul li a, .video-archive-wrapper .archive-nav .nav-row ul li .search {
            font-family: 'IBM Plex Sans';
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 18px;
            color: #89A3AF;
            text-decoration: none;
            padding: 10px 20px 32px;
            margin-right: 30px;
            border-bottom: 2px solid transparent;
            display: inline-block;
            transition: all .3s ease-in-out; }
            @media (max-width: 991.9px) {
              .resources-archive-wrapper .archive-nav .nav-row ul li a, .resources-archive-wrapper .archive-nav .nav-row ul li .search, .resources-search-wrapper .archive-nav .nav-row ul li a, .resources-search-wrapper .archive-nav .nav-row ul li .search, .press-archive-wrapper .archive-nav .nav-row ul li a, .press-archive-wrapper .archive-nav .nav-row ul li .search, .event-archive-wrapper .archive-nav .nav-row ul li a, .event-archive-wrapper .archive-nav .nav-row ul li .search, .video-archive-wrapper .archive-nav .nav-row ul li a, .video-archive-wrapper .archive-nav .nav-row ul li .search {
                margin-right: 8px;
                padding: 10px 12px 29px; } }
            .resources-archive-wrapper .archive-nav .nav-row ul li a svg, .resources-archive-wrapper .archive-nav .nav-row ul li .search svg, .resources-search-wrapper .archive-nav .nav-row ul li a svg, .resources-search-wrapper .archive-nav .nav-row ul li .search svg, .press-archive-wrapper .archive-nav .nav-row ul li a svg, .press-archive-wrapper .archive-nav .nav-row ul li .search svg, .event-archive-wrapper .archive-nav .nav-row ul li a svg, .event-archive-wrapper .archive-nav .nav-row ul li .search svg, .video-archive-wrapper .archive-nav .nav-row ul li a svg, .video-archive-wrapper .archive-nav .nav-row ul li .search svg {
              margin-right: 10px;
              height: 16px;
              vertical-align: text-top; }
              @media (max-width: 991.9px) {
                .resources-archive-wrapper .archive-nav .nav-row ul li a svg, .resources-archive-wrapper .archive-nav .nav-row ul li .search svg, .resources-search-wrapper .archive-nav .nav-row ul li a svg, .resources-search-wrapper .archive-nav .nav-row ul li .search svg, .press-archive-wrapper .archive-nav .nav-row ul li a svg, .press-archive-wrapper .archive-nav .nav-row ul li .search svg, .event-archive-wrapper .archive-nav .nav-row ul li a svg, .event-archive-wrapper .archive-nav .nav-row ul li .search svg, .video-archive-wrapper .archive-nav .nav-row ul li a svg, .video-archive-wrapper .archive-nav .nav-row ul li .search svg {
                  margin-right: 8px; } }
            .resources-archive-wrapper .archive-nav .nav-row ul li a:hover, .resources-archive-wrapper .archive-nav .nav-row ul li .search:hover, .resources-search-wrapper .archive-nav .nav-row ul li a:hover, .resources-search-wrapper .archive-nav .nav-row ul li .search:hover, .press-archive-wrapper .archive-nav .nav-row ul li a:hover, .press-archive-wrapper .archive-nav .nav-row ul li .search:hover, .event-archive-wrapper .archive-nav .nav-row ul li a:hover, .event-archive-wrapper .archive-nav .nav-row ul li .search:hover, .video-archive-wrapper .archive-nav .nav-row ul li a:hover, .video-archive-wrapper .archive-nav .nav-row ul li .search:hover {
              text-decoration: none;
              color: #D69F14; }
          .resources-archive-wrapper .archive-nav .nav-row ul li .search, .resources-search-wrapper .archive-nav .nav-row ul li .search, .press-archive-wrapper .archive-nav .nav-row ul li .search, .event-archive-wrapper .archive-nav .nav-row ul li .search, .video-archive-wrapper .archive-nav .nav-row ul li .search {
            cursor: pointer;
            color: #2A363D;
            margin-right: 0; }
            .resources-archive-wrapper .archive-nav .nav-row ul li .search svg, .resources-search-wrapper .archive-nav .nav-row ul li .search svg, .press-archive-wrapper .archive-nav .nav-row ul li .search svg, .event-archive-wrapper .archive-nav .nav-row ul li .search svg, .video-archive-wrapper .archive-nav .nav-row ul li .search svg {
              margin-right: 0px;
              margin-left: 10px; }
            @media (max-width: 767.9px) {
              .resources-archive-wrapper .archive-nav .nav-row ul li .search, .resources-search-wrapper .archive-nav .nav-row ul li .search, .press-archive-wrapper .archive-nav .nav-row ul li .search, .event-archive-wrapper .archive-nav .nav-row ul li .search, .video-archive-wrapper .archive-nav .nav-row ul li .search {
                position: absolute;
                top: 25px;
                right: 25px;
                color: #89A3AF; }
                .resources-archive-wrapper .archive-nav .nav-row ul li .search .show, .resources-search-wrapper .archive-nav .nav-row ul li .search .show, .press-archive-wrapper .archive-nav .nav-row ul li .search .show, .event-archive-wrapper .archive-nav .nav-row ul li .search .show, .video-archive-wrapper .archive-nav .nav-row ul li .search .show {
                  display: none; } }
          .resources-archive-wrapper .archive-nav .nav-row ul li.active a, .resources-archive-wrapper .archive-nav .nav-row ul li.active > div, .resources-search-wrapper .archive-nav .nav-row ul li.active a, .resources-search-wrapper .archive-nav .nav-row ul li.active > div, .press-archive-wrapper .archive-nav .nav-row ul li.active a, .press-archive-wrapper .archive-nav .nav-row ul li.active > div, .event-archive-wrapper .archive-nav .nav-row ul li.active a, .event-archive-wrapper .archive-nav .nav-row ul li.active > div, .video-archive-wrapper .archive-nav .nav-row ul li.active a, .video-archive-wrapper .archive-nav .nav-row ul li.active > div {
            color: #D69F14;
            border-bottom: 2px solid #D69F14; }
          .resources-archive-wrapper .archive-nav .nav-row ul li.divider, .resources-search-wrapper .archive-nav .nav-row ul li.divider, .press-archive-wrapper .archive-nav .nav-row ul li.divider, .event-archive-wrapper .archive-nav .nav-row ul li.divider, .video-archive-wrapper .archive-nav .nav-row ul li.divider {
            position: relative;
            padding-right: 30px; }
            @media (max-width: 991.9px) {
              .resources-archive-wrapper .archive-nav .nav-row ul li.divider, .resources-search-wrapper .archive-nav .nav-row ul li.divider, .press-archive-wrapper .archive-nav .nav-row ul li.divider, .event-archive-wrapper .archive-nav .nav-row ul li.divider, .video-archive-wrapper .archive-nav .nav-row ul li.divider {
                padding-right: 8px; } }
            @media (max-width: 767.9px) {
              .resources-archive-wrapper .archive-nav .nav-row ul li.divider, .resources-search-wrapper .archive-nav .nav-row ul li.divider, .press-archive-wrapper .archive-nav .nav-row ul li.divider, .event-archive-wrapper .archive-nav .nav-row ul li.divider, .video-archive-wrapper .archive-nav .nav-row ul li.divider {
                display: none; } }
            .resources-archive-wrapper .archive-nav .nav-row ul li.divider:before, .resources-search-wrapper .archive-nav .nav-row ul li.divider:before, .press-archive-wrapper .archive-nav .nav-row ul li.divider:before, .event-archive-wrapper .archive-nav .nav-row ul li.divider:before, .video-archive-wrapper .archive-nav .nav-row ul li.divider:before {
              content: '';
              background-color: rgba(137, 163, 175, 0.2);
              height: 24px;
              width: 2px;
              display: block;
              position: relative;
              top: 7px; }
    .resources-archive-wrapper .archive-nav .search-bar, .resources-search-wrapper .archive-nav .search-bar, .press-archive-wrapper .archive-nav .search-bar, .event-archive-wrapper .archive-nav .search-bar, .video-archive-wrapper .archive-nav .search-bar {
      background-color: #fff;
      transition: height .3s ease-in-out;
      max-height: 0;
      overflow: hidden;
      position: relative; }
      @media (max-width: 767.9px) {
        .resources-archive-wrapper .archive-nav .search-bar, .resources-search-wrapper .archive-nav .search-bar, .press-archive-wrapper .archive-nav .search-bar, .event-archive-wrapper .archive-nav .search-bar, .video-archive-wrapper .archive-nav .search-bar {
          background-color: transparent; }
          .resources-archive-wrapper .archive-nav .search-bar a.bttn, .resources-search-wrapper .archive-nav .search-bar a.bttn, .press-archive-wrapper .archive-nav .search-bar a.bttn, .event-archive-wrapper .archive-nav .search-bar a.bttn, .video-archive-wrapper .archive-nav .search-bar a.bttn {
            display: none; }
          .resources-archive-wrapper .archive-nav .search-bar .close-btn, .resources-search-wrapper .archive-nav .search-bar .close-btn, .press-archive-wrapper .archive-nav .search-bar .close-btn, .event-archive-wrapper .archive-nav .search-bar .close-btn, .video-archive-wrapper .archive-nav .search-bar .close-btn {
            display: none; }
          .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper {
            margin-right: 0; } }
      .resources-archive-wrapper .archive-nav .search-bar.open, .resources-search-wrapper .archive-nav .search-bar.open, .press-archive-wrapper .archive-nav .search-bar.open, .event-archive-wrapper .archive-nav .search-bar.open, .video-archive-wrapper .archive-nav .search-bar.open {
        border-top: 2px solid #DFEBF0;
        max-height: 200px; }
      .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner {
        display: flex;
        justify-content: space-between;
        padding: 14px 0; }
        .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper {
          position: relative;
          margin-right: 20px;
          width: 100%;
          flex-grow: 1; }
          @media (max-width: 767.9px) {
            .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper {
              margin-left: 20px; } }
          .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input {
            width: 100%;
            background: #FFFFFF;
            border: 1px solid #D6D8DD;
            border-radius: 10px;
            font-family: 'IBM Plex Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 15.5px;
            line-height: 24px;
            color: #2A363D;
            padding: 11px 50px 11px 18px; }
            .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input::-webkit-input-placeholder, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input::-webkit-input-placeholder, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input::-webkit-input-placeholder, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input::-webkit-input-placeholder, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input::-webkit-input-placeholder {
              color: #89A3AF; }
            .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input:-moz-placeholder, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input:-moz-placeholder, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input:-moz-placeholder, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input:-moz-placeholder, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input:-moz-placeholder {
              color: #89A3AF; }
            .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input::-moz-placeholder, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input::-moz-placeholder, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input::-moz-placeholder, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input::-moz-placeholder, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input::-moz-placeholder {
              color: #89A3AF; }
            .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input:-ms-input-placeholder, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input:-ms-input-placeholder, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input:-ms-input-placeholder, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input:-ms-input-placeholder, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input:-ms-input-placeholder {
              color: #89A3AF; }
            .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input::placeholder, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input::placeholder, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input::placeholder, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input::placeholder, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper input::placeholder {
              color: #89A3AF; }
          .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper svg, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper svg, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper svg, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper svg, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner .input-wrapper svg {
            height: 16px;
            position: absolute;
            right: 21px;
            top: 17px;
            color: #89A3AF; }
        .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner a.bttn, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner a.bttn, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner a.bttn, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner a.bttn, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner a.bttn {
          margin-right: 27px;
          max-width: 190px; }
        .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner .filter, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter {
          cursor: pointer;
          border-left: 2px solid rgba(137, 163, 175, 0.2);
          padding: 0px 10px 0px 36px;
          font-family: 'IBM Plex Sans';
          font-style: normal;
          font-weight: 600;
          font-size: 14px;
          line-height: 18px;
          color: #89A3AF;
          white-space: nowrap;
          align-self: center; }
          .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter svg, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner .filter svg, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter svg, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter svg, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter svg {
            margin-left: 10px;
            height: 16px;
            vertical-align: text-top;
            color: #89A3AF; }
          .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter .hide, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner .filter .hide, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter .hide, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter .hide, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter .hide {
            display: none; }
          .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter.open .show, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner .filter.open .show, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter.open .show, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter.open .show, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter.open .show {
            display: none; }
          .resources-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter.open .hide, .resources-search-wrapper .archive-nav .search-bar .search-bar-inner .filter.open .hide, .press-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter.open .hide, .event-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter.open .hide, .video-archive-wrapper .archive-nav .search-bar .search-bar-inner .filter.open .hide {
            display: inline-block; }
      .resources-archive-wrapper .archive-nav .search-bar .close-btn, .resources-search-wrapper .archive-nav .search-bar .close-btn, .press-archive-wrapper .archive-nav .search-bar .close-btn, .event-archive-wrapper .archive-nav .search-bar .close-btn, .video-archive-wrapper .archive-nav .search-bar .close-btn {
        position: absolute;
        right: 30px;
        top: 23px;
        padding: 5px;
        cursor: pointer;
        color: #D9D9D9; }
        .resources-archive-wrapper .archive-nav .search-bar .close-btn svg, .resources-search-wrapper .archive-nav .search-bar .close-btn svg, .press-archive-wrapper .archive-nav .search-bar .close-btn svg, .event-archive-wrapper .archive-nav .search-bar .close-btn svg, .video-archive-wrapper .archive-nav .search-bar .close-btn svg {
          height: 16px; }
  .resources-archive-wrapper section#featured, .resources-search-wrapper section#featured, .press-archive-wrapper section#featured, .event-archive-wrapper section#featured, .video-archive-wrapper section#featured {
    padding-top: 54px;
    background-color: #EFF4F6;
    padding-bottom: 53px;
    margin-bottom: 50px; }
    .resources-archive-wrapper section#featured .caption-row, .resources-search-wrapper section#featured .caption-row, .press-archive-wrapper section#featured .caption-row, .event-archive-wrapper section#featured .caption-row, .video-archive-wrapper section#featured .caption-row {
      padding-bottom: 11px;
      padding-left: 20px; }
    .resources-archive-wrapper section#featured .left-content a.featured-card-large, .resources-search-wrapper section#featured .left-content a.featured-card-large, .press-archive-wrapper section#featured .left-content a.featured-card-large, .event-archive-wrapper section#featured .left-content a.featured-card-large, .video-archive-wrapper section#featured .left-content a.featured-card-large {
      box-shadow: 0px 0px 28px -6px rgba(0, 0, 0, 0.15);
      border-radius: 10px;
      background-color: #fff;
      overflow: hidden;
      display: block;
      text-decoration: none;
      position: relative;
      height: 100%; }
      .resources-archive-wrapper section#featured .left-content a.featured-card-large .featured-img, .resources-search-wrapper section#featured .left-content a.featured-card-large .featured-img, .press-archive-wrapper section#featured .left-content a.featured-card-large .featured-img, .event-archive-wrapper section#featured .left-content a.featured-card-large .featured-img, .video-archive-wrapper section#featured .left-content a.featured-card-large .featured-img {
        max-height: 400px;
        overflow: hidden;
        position: relative; }
        .resources-archive-wrapper section#featured .left-content a.featured-card-large .featured-img .event-logo, .resources-search-wrapper section#featured .left-content a.featured-card-large .featured-img .event-logo, .press-archive-wrapper section#featured .left-content a.featured-card-large .featured-img .event-logo, .event-archive-wrapper section#featured .left-content a.featured-card-large .featured-img .event-logo, .video-archive-wrapper section#featured .left-content a.featured-card-large .featured-img .event-logo {
          position: absolute;
          left: -2px;
          bottom: 20px;
          background-color: #fff;
          padding: 48px; }
          .resources-archive-wrapper section#featured .left-content a.featured-card-large .featured-img .event-logo img, .resources-search-wrapper section#featured .left-content a.featured-card-large .featured-img .event-logo img, .press-archive-wrapper section#featured .left-content a.featured-card-large .featured-img .event-logo img, .event-archive-wrapper section#featured .left-content a.featured-card-large .featured-img .event-logo img, .video-archive-wrapper section#featured .left-content a.featured-card-large .featured-img .event-logo img {
            width: 190px; }
        .resources-archive-wrapper section#featured .left-content a.featured-card-large .featured-img img, .resources-search-wrapper section#featured .left-content a.featured-card-large .featured-img img, .press-archive-wrapper section#featured .left-content a.featured-card-large .featured-img img, .event-archive-wrapper section#featured .left-content a.featured-card-large .featured-img img, .video-archive-wrapper section#featured .left-content a.featured-card-large .featured-img img {
          width: 100%; }
      .resources-archive-wrapper section#featured .left-content a.featured-card-large .featured-details, .resources-search-wrapper section#featured .left-content a.featured-card-large .featured-details, .press-archive-wrapper section#featured .left-content a.featured-card-large .featured-details, .event-archive-wrapper section#featured .left-content a.featured-card-large .featured-details, .video-archive-wrapper section#featured .left-content a.featured-card-large .featured-details {
        padding: 40px; }
        .resources-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .type, .resources-search-wrapper section#featured .left-content a.featured-card-large .featured-details .type, .press-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .type, .event-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .type, .video-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .type {
          margin-bottom: 9px; }
        .resources-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .upcoming-date, .resources-search-wrapper section#featured .left-content a.featured-card-large .featured-details .upcoming-date, .press-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .upcoming-date, .event-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .upcoming-date, .video-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .upcoming-date {
          color: #E8B227;
          font-family: 'IBM Plex Sans';
          font-size: 15px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          letter-spacing: 1.8px;
          text-transform: uppercase;
          margin-bottom: 12px;
          margin-top: -10px; }
          .resources-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .upcoming-date span, .resources-search-wrapper section#featured .left-content a.featured-card-large .featured-details .upcoming-date span, .press-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .upcoming-date span, .event-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .upcoming-date span, .video-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .upcoming-date span {
            color: #89A3AF;
            overflow: hidden;
            max-width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden; }
        .resources-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .title, .resources-search-wrapper section#featured .left-content a.featured-card-large .featured-details .title, .press-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .title, .event-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .title, .video-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .title {
          margin-bottom: 14px;
          font-family: 'Public Sans'; }
        .resources-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .date, .resources-search-wrapper section#featured .left-content a.featured-card-large .featured-details .date, .press-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .date, .event-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .date, .video-archive-wrapper section#featured .left-content a.featured-card-large .featured-details .date {
          font-family: 'IBM Plex Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          color: #89A3AF; }
    .resources-archive-wrapper section#featured .right-content, .resources-search-wrapper section#featured .right-content, .press-archive-wrapper section#featured .right-content, .event-archive-wrapper section#featured .right-content, .video-archive-wrapper section#featured .right-content {
      padding-left: 30px; }
      @media (max-width: 991.9px) {
        .resources-archive-wrapper section#featured .right-content, .resources-search-wrapper section#featured .right-content, .press-archive-wrapper section#featured .right-content, .event-archive-wrapper section#featured .right-content, .video-archive-wrapper section#featured .right-content {
          padding-left: 12px;
          margin-top: 30px; }
          .resources-archive-wrapper section#featured .right-content .row > div:nth-of-type(odd), .resources-search-wrapper section#featured .right-content .row > div:nth-of-type(odd), .press-archive-wrapper section#featured .right-content .row > div:nth-of-type(odd), .event-archive-wrapper section#featured .right-content .row > div:nth-of-type(odd), .video-archive-wrapper section#featured .right-content .row > div:nth-of-type(odd) {
            padding-right: 10px; }
          .resources-archive-wrapper section#featured .right-content .row > div:nth-of-type(even), .resources-search-wrapper section#featured .right-content .row > div:nth-of-type(even), .press-archive-wrapper section#featured .right-content .row > div:nth-of-type(even), .event-archive-wrapper section#featured .right-content .row > div:nth-of-type(even), .video-archive-wrapper section#featured .right-content .row > div:nth-of-type(even) {
            padding-left: 10px; } }
      @media (max-width: 575.9px) {
        .resources-archive-wrapper section#featured .right-content .row > div:nth-of-type(odd), .resources-search-wrapper section#featured .right-content .row > div:nth-of-type(odd), .press-archive-wrapper section#featured .right-content .row > div:nth-of-type(odd), .event-archive-wrapper section#featured .right-content .row > div:nth-of-type(odd), .video-archive-wrapper section#featured .right-content .row > div:nth-of-type(odd) {
          padding-right: 0px; }
        .resources-archive-wrapper section#featured .right-content .row > div:nth-of-type(even), .resources-search-wrapper section#featured .right-content .row > div:nth-of-type(even), .press-archive-wrapper section#featured .right-content .row > div:nth-of-type(even), .event-archive-wrapper section#featured .right-content .row > div:nth-of-type(even), .video-archive-wrapper section#featured .right-content .row > div:nth-of-type(even) {
          padding-left: 0px; } }
      .resources-archive-wrapper section#featured .right-content .row > div:first-of-type a.featured-card-small, .resources-search-wrapper section#featured .right-content .row > div:first-of-type a.featured-card-small, .press-archive-wrapper section#featured .right-content .row > div:first-of-type a.featured-card-small, .event-archive-wrapper section#featured .right-content .row > div:first-of-type a.featured-card-small, .video-archive-wrapper section#featured .right-content .row > div:first-of-type a.featured-card-small {
        margin-top: 0; }
      .resources-archive-wrapper section#featured .right-content a.featured-card-small, .resources-search-wrapper section#featured .right-content a.featured-card-small, .press-archive-wrapper section#featured .right-content a.featured-card-small, .event-archive-wrapper section#featured .right-content a.featured-card-small, .video-archive-wrapper section#featured .right-content a.featured-card-small {
        border-top: 10px solid #89A3AF;
        box-shadow: 0px 0px 28px -6px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        background-color: #fff;
        margin-top: 30px;
        display: block;
        text-decoration: none;
        position: relative; }
        @media (max-width: 991.9px) {
          .resources-archive-wrapper section#featured .right-content a.featured-card-small, .resources-search-wrapper section#featured .right-content a.featured-card-small, .press-archive-wrapper section#featured .right-content a.featured-card-small, .event-archive-wrapper section#featured .right-content a.featured-card-small, .video-archive-wrapper section#featured .right-content a.featured-card-small {
            margin-top: 0; } }
        @media (max-width: 575.9px) {
          .resources-archive-wrapper section#featured .right-content a.featured-card-small, .resources-search-wrapper section#featured .right-content a.featured-card-small, .press-archive-wrapper section#featured .right-content a.featured-card-small, .event-archive-wrapper section#featured .right-content a.featured-card-small, .video-archive-wrapper section#featured .right-content a.featured-card-small {
            margin-top: 30px; } }
        .resources-archive-wrapper section#featured .right-content a.featured-card-small .featured-img, .resources-search-wrapper section#featured .right-content a.featured-card-small .featured-img, .press-archive-wrapper section#featured .right-content a.featured-card-small .featured-img, .event-archive-wrapper section#featured .right-content a.featured-card-small .featured-img, .video-archive-wrapper section#featured .right-content a.featured-card-small .featured-img {
          max-height: 180px;
          overflow: hidden;
          position: relative; }
          .resources-archive-wrapper section#featured .right-content a.featured-card-small .featured-img .event-logo, .resources-search-wrapper section#featured .right-content a.featured-card-small .featured-img .event-logo, .press-archive-wrapper section#featured .right-content a.featured-card-small .featured-img .event-logo, .event-archive-wrapper section#featured .right-content a.featured-card-small .featured-img .event-logo, .video-archive-wrapper section#featured .right-content a.featured-card-small .featured-img .event-logo {
            position: absolute;
            left: -2px;
            bottom: 20px;
            background-color: #fff;
            padding: 20px; }
            .resources-archive-wrapper section#featured .right-content a.featured-card-small .featured-img .event-logo img, .resources-search-wrapper section#featured .right-content a.featured-card-small .featured-img .event-logo img, .press-archive-wrapper section#featured .right-content a.featured-card-small .featured-img .event-logo img, .event-archive-wrapper section#featured .right-content a.featured-card-small .featured-img .event-logo img, .video-archive-wrapper section#featured .right-content a.featured-card-small .featured-img .event-logo img {
              max-width: 116px;
              max-height: 28px; }
          .resources-archive-wrapper section#featured .right-content a.featured-card-small .featured-img img, .resources-search-wrapper section#featured .right-content a.featured-card-small .featured-img img, .press-archive-wrapper section#featured .right-content a.featured-card-small .featured-img img, .event-archive-wrapper section#featured .right-content a.featured-card-small .featured-img img, .video-archive-wrapper section#featured .right-content a.featured-card-small .featured-img img {
            width: 100%; }
        .resources-archive-wrapper section#featured .right-content a.featured-card-small .featured-details, .resources-search-wrapper section#featured .right-content a.featured-card-small .featured-details, .press-archive-wrapper section#featured .right-content a.featured-card-small .featured-details, .event-archive-wrapper section#featured .right-content a.featured-card-small .featured-details, .video-archive-wrapper section#featured .right-content a.featured-card-small .featured-details {
          padding: 24px 20px; }
          .resources-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .type, .resources-search-wrapper section#featured .right-content a.featured-card-small .featured-details .type, .press-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .type, .event-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .type, .video-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .type {
            margin-bottom: 4px; }
          .resources-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .upcoming-date, .resources-search-wrapper section#featured .right-content a.featured-card-small .featured-details .upcoming-date, .press-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .upcoming-date, .event-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .upcoming-date, .video-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .upcoming-date {
            color: #E8B227;
            font-family: 'IBM Plex Sans';
            font-size: 15px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 1.8px;
            text-transform: uppercase;
            margin-bottom: 12px;
            margin-top: -10px; }
            .resources-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .upcoming-date span, .resources-search-wrapper section#featured .right-content a.featured-card-small .featured-details .upcoming-date span, .press-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .upcoming-date span, .event-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .upcoming-date span, .video-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .upcoming-date span {
              color: #89A3AF;
              max-width: 100%;
              text-overflow: ellipsis;
              white-space: nowrap;
              display: inline-block;
              overflow: hidden; }
          .resources-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .title, .resources-search-wrapper section#featured .right-content a.featured-card-small .featured-details .title, .press-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .title, .event-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .title, .video-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .title {
            margin-bottom: 8px;
            font-family: 'Public Sans'; }
          .resources-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .date, .resources-search-wrapper section#featured .right-content a.featured-card-small .featured-details .date, .press-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .date, .event-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .date, .video-archive-wrapper section#featured .right-content a.featured-card-small .featured-details .date {
            font-family: 'IBM Plex Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            color: #89A3AF; }
      .resources-archive-wrapper section#featured .right-content .col-12:first-of-type a.featured-card-small, .resources-search-wrapper section#featured .right-content .col-12:first-of-type a.featured-card-small, .press-archive-wrapper section#featured .right-content .col-12:first-of-type a.featured-card-small, .event-archive-wrapper section#featured .right-content .col-12:first-of-type a.featured-card-small, .video-archive-wrapper section#featured .right-content .col-12:first-of-type a.featured-card-small {
        margin-top: 0px; }
  .resources-archive-wrapper section#upcomingWebinar, .resources-search-wrapper section#upcomingWebinar, .press-archive-wrapper section#upcomingWebinar, .event-archive-wrapper section#upcomingWebinar, .video-archive-wrapper section#upcomingWebinar {
    margin-top: 54px;
    margin-bottom: 93px; }
    .resources-archive-wrapper section#upcomingWebinar .caption-row, .resources-search-wrapper section#upcomingWebinar .caption-row, .press-archive-wrapper section#upcomingWebinar .caption-row, .event-archive-wrapper section#upcomingWebinar .caption-row, .video-archive-wrapper section#upcomingWebinar .caption-row {
      margin-bottom: 11px; }
    .resources-archive-wrapper section#upcomingWebinar .owl-item .col-md-4, .resources-search-wrapper section#upcomingWebinar .owl-item .col-md-4, .press-archive-wrapper section#upcomingWebinar .owl-item .col-md-4, .event-archive-wrapper section#upcomingWebinar .owl-item .col-md-4, .video-archive-wrapper section#upcomingWebinar .owl-item .col-md-4 {
      width: 100%; }
    .resources-archive-wrapper section#upcomingWebinar .cnav, .resources-search-wrapper section#upcomingWebinar .cnav, .press-archive-wrapper section#upcomingWebinar .cnav, .event-archive-wrapper section#upcomingWebinar .cnav, .video-archive-wrapper section#upcomingWebinar .cnav {
      position: absolute;
      top: -27px;
      right: 20px;
      display: flex;
      z-index: 2;
      color: #89A3AF; }
      .resources-archive-wrapper section#upcomingWebinar .cnav .cnavbtn, .resources-search-wrapper section#upcomingWebinar .cnav .cnavbtn, .press-archive-wrapper section#upcomingWebinar .cnav .cnavbtn, .event-archive-wrapper section#upcomingWebinar .cnav .cnavbtn, .video-archive-wrapper section#upcomingWebinar .cnav .cnavbtn {
        padding: 5px 10px;
        cursor: pointer;
        transition: all .3s ease-in-out; }
        .resources-archive-wrapper section#upcomingWebinar .cnav .cnavbtn:hover, .resources-search-wrapper section#upcomingWebinar .cnav .cnavbtn:hover, .press-archive-wrapper section#upcomingWebinar .cnav .cnavbtn:hover, .event-archive-wrapper section#upcomingWebinar .cnav .cnavbtn:hover, .video-archive-wrapper section#upcomingWebinar .cnav .cnavbtn:hover {
          color: #E8B227; }
  .resources-archive-wrapper section#filters, .resources-search-wrapper section#filters, .press-archive-wrapper section#filters, .event-archive-wrapper section#filters, .video-archive-wrapper section#filters {
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 991.9px) {
      .resources-archive-wrapper section#filters, .resources-search-wrapper section#filters, .press-archive-wrapper section#filters, .event-archive-wrapper section#filters, .video-archive-wrapper section#filters {
        margin-bottom: 0; } }
    @media (max-width: 767.9px) {
      .resources-archive-wrapper section#filters, .resources-search-wrapper section#filters, .press-archive-wrapper section#filters, .event-archive-wrapper section#filters, .video-archive-wrapper section#filters {
        margin-top: 20px; } }
    .resources-archive-wrapper section#filters h2, .resources-search-wrapper section#filters h2, .press-archive-wrapper section#filters h2, .event-archive-wrapper section#filters h2, .video-archive-wrapper section#filters h2 {
      margin-bottom: 56px; }
    .resources-archive-wrapper section#filters .filter-bar, .resources-search-wrapper section#filters .filter-bar, .press-archive-wrapper section#filters .filter-bar, .event-archive-wrapper section#filters .filter-bar, .video-archive-wrapper section#filters .filter-bar {
      transition: all .3s ease-in-out; }
      .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner {
        display: flex;
        justify-content: center; }
        @media (max-width: 767.9px) {
          .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner {
            flex-wrap: wrap; } }
        .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown {
          position: relative;
          display: inline-block;
          min-width: 175px;
          margin: 0 10px; }
          @media (max-width: 767.9px) {
            .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown {
              width: calc(50% - 10px);
              min-width: auto; }
              .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown:nth-of-type(odd), .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown:nth-of-type(odd), .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown:nth-of-type(odd), .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown:nth-of-type(odd), .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown:nth-of-type(odd) {
                margin: 0 10px 10px 0; }
              .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown:nth-of-type(even), .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown:nth-of-type(even), .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown:nth-of-type(even), .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown:nth-of-type(even), .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown:nth-of-type(even) {
                margin: 0 0 10px 10px; } }
          .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown:after, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown:after, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown:after, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown:after, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown:after {
            content: '\f0d7';
            position: absolute;
            z-index: 1;
            right: 16px;
            top: 5px;
            font-family: 'Font Awesome 6 Pro';
            font-size: 20px;
            color: #89A3AF;
            font-weight: 600;
            pointer-events: none; }
          .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-header, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-header, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-header, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-header, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            background: #FFFFFF;
            border-radius: 25px;
            font-family: 'IBM Plex Sans';
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 18px;
            color: #89A3AF;
            padding: 10px 20px;
            width: 100%; }
            .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-header .header-text, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-header .header-text, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-header .header-text, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-header .header-text, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-header .header-text {
              font-weight: bold; }
          .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list {
            display: none;
            background: #FFFFFF;
            box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
            border-radius: 4px;
            position: absolute;
            width: 100%;
            z-index: 2;
            text-align: left;
            padding: 14px 12px 14px;
            top: 0px; }
            .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .title, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .title, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .title, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .title, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .title {
              font-family: 'IBM Plex Sans';
              font-style: normal;
              font-weight: 600;
              font-size: 14px;
              line-height: 18px;
              color: #89A3AF;
              padding: 0px 0px 25px 10px;
              position: relative;
              cursor: pointer; }
              .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .title:after, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .title:after, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .title:after, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .title:after, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .title:after {
                content: '\f00d';
                position: absolute;
                z-index: 1;
                right: 1px;
                top: 1px;
                font-family: 'Font Awesome 6 Pro';
                font-size: 20px;
                color: #89A3AF;
                font-weight: 600;
                pointer-events: none;
                cursor: pointer; }
            .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options {
              margin-left: 8px;
              position: relative;
              max-height: 300px;
              overflow-y: auto; }
              .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label {
                display: block;
                margin-bottom: 20px;
                font-family: 'IBM Plex Sans';
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 18px;
                color: #2A363D;
                padding-left: 20px;
                cursor: pointer;
                position: relative; }
                .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label span, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label span, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label span, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label span, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label span {
                  margin-left: 5px;
                  display: inline-block; }
                  .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label span:before, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label span:before, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label span:before, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label span:before, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label span:before {
                    transition: all .3s ease-in-out;
                    content: '';
                    position: absolute;
                    left: 0;
                    height: 16px;
                    width: 16px;
                    border: 2px solid #89A3AF;
                    border-radius: 3px;
                    z-index: 1; }
                  .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label span:after, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label span:after, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label span:after, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label span:after, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label span:after {
                    transition: all .3s ease-in-out;
                    content: '\f00c';
                    position: absolute;
                    left: 2px;
                    font-family: 'Font Awesome 6 Pro';
                    font-size: 4px;
                    color: #FFF;
                    font-weight: 600;
                    z-index: 2;
                    top: 0; }
                .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input {
                  margin-right: 11px;
                  position: absolute;
                  opacity: 0;
                  cursor: pointer; }
                  .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input:hover ~ span:before, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input:hover ~ span:before, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input:hover ~ span:before, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input:hover ~ span:before, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input:hover ~ span:before {
                    border: 2px solid #D69F14; }
                  .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input:checked ~ span:before, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input:checked ~ span:before, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input:checked ~ span:before, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input:checked ~ span:before, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input:checked ~ span:before {
                    border: 2px solid #D69F14;
                    background-color: #D69F14; }
                  .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input:checked ~ span:after, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input:checked ~ span:after, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input:checked ~ span:after, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input:checked ~ span:after, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .options label input:checked ~ span:after {
                    color: #FFF;
                    font-size: 14px; }
            .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container {
              margin-top: -5px;
              background: transparent;
              padding: 12px 8px;
              border-radius: 3px; }
              .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container:hover, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container:hover, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container:hover, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container:hover, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container:hover {
                background: #F8F9F9; }
              .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container .apply-button, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container .apply-button, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container .apply-button, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container .apply-button, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container .apply-button {
                font-family: 'IBM Plex Sans';
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                line-height: 18px;
                color: #E8B227;
                cursor: pointer;
                border: 0;
                background: transparent; }
                .resources-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container .apply-button:disabled, .resources-search-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container .apply-button:disabled, .press-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container .apply-button:disabled, .event-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container .apply-button:disabled, .video-archive-wrapper section#filters .filter-bar .filter-bar-inner .custom-dropdown .dropdown-list .apply-button-container .apply-button:disabled {
                  cursor: not-allowed;
                  color: #D6D8DD; }
    .resources-archive-wrapper section#filters .filter-pills, .resources-search-wrapper section#filters .filter-pills, .press-archive-wrapper section#filters .filter-pills, .event-archive-wrapper section#filters .filter-pills, .video-archive-wrapper section#filters .filter-pills {
      margin-top: 30px;
      min-height: 44px; }
  .resources-archive-wrapper section#posts, .resources-search-wrapper section#posts, .press-archive-wrapper section#posts, .event-archive-wrapper section#posts, .video-archive-wrapper section#posts {
    margin-bottom: 40px; }
    .resources-archive-wrapper section#posts .posts-wrapper, .resources-search-wrapper section#posts .posts-wrapper, .press-archive-wrapper section#posts .posts-wrapper, .event-archive-wrapper section#posts .posts-wrapper, .video-archive-wrapper section#posts .posts-wrapper {
      margin: 0 -15px; }
      .resources-archive-wrapper section#posts .posts-wrapper .no-results h2, .resources-search-wrapper section#posts .posts-wrapper .no-results h2, .press-archive-wrapper section#posts .posts-wrapper .no-results h2, .event-archive-wrapper section#posts .posts-wrapper .no-results h2, .video-archive-wrapper section#posts .posts-wrapper .no-results h2 {
        color: #89A3AF; }
    .resources-archive-wrapper section#posts .pagination, .resources-search-wrapper section#posts .pagination, .press-archive-wrapper section#posts .pagination, .event-archive-wrapper section#posts .pagination, .video-archive-wrapper section#posts .pagination {
      text-align: center;
      justify-content: center;
      margin-bottom: 40px;
      margin-top: 40px; }
      .resources-archive-wrapper section#posts .pagination a, .resources-archive-wrapper section#posts .pagination span, .resources-search-wrapper section#posts .pagination a, .resources-search-wrapper section#posts .pagination span, .press-archive-wrapper section#posts .pagination a, .press-archive-wrapper section#posts .pagination span, .event-archive-wrapper section#posts .pagination a, .event-archive-wrapper section#posts .pagination span, .video-archive-wrapper section#posts .pagination a, .video-archive-wrapper section#posts .pagination span {
        font-family: 'IBM Plex Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 19px;
        text-align: center;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #89A3AF;
        padding: 5px;
        margin: 0 15px;
        display: inline-block; }
        @media (max-width: 575.9px) {
          .resources-archive-wrapper section#posts .pagination a, .resources-archive-wrapper section#posts .pagination span, .resources-search-wrapper section#posts .pagination a, .resources-search-wrapper section#posts .pagination span, .press-archive-wrapper section#posts .pagination a, .press-archive-wrapper section#posts .pagination span, .event-archive-wrapper section#posts .pagination a, .event-archive-wrapper section#posts .pagination span, .video-archive-wrapper section#posts .pagination a, .video-archive-wrapper section#posts .pagination span {
            margin: 0 10px; } }
      .resources-archive-wrapper section#posts .pagination .page-numbers, .resources-search-wrapper section#posts .pagination .page-numbers, .press-archive-wrapper section#posts .pagination .page-numbers, .event-archive-wrapper section#posts .pagination .page-numbers, .video-archive-wrapper section#posts .pagination .page-numbers {
        display: none; }
        .resources-archive-wrapper section#posts .pagination .page-numbers.adjacent, .resources-search-wrapper section#posts .pagination .page-numbers.adjacent, .press-archive-wrapper section#posts .pagination .page-numbers.adjacent, .event-archive-wrapper section#posts .pagination .page-numbers.adjacent, .video-archive-wrapper section#posts .pagination .page-numbers.adjacent {
          display: inline-block; }
        .resources-archive-wrapper section#posts .pagination .page-numbers.before-elipses, .resources-search-wrapper section#posts .pagination .page-numbers.before-elipses, .press-archive-wrapper section#posts .pagination .page-numbers.before-elipses, .event-archive-wrapper section#posts .pagination .page-numbers.before-elipses, .video-archive-wrapper section#posts .pagination .page-numbers.before-elipses {
          font-family: 'IBM Plex Sans';
          font-style: normal;
          font-weight: 700;
          font-size: 15px;
          line-height: 19px;
          text-align: center;
          letter-spacing: 0.12em;
          text-transform: uppercase;
          color: #2A363D;
          padding: 5px;
          margin: 0 15px;
          display: inline-block; }
        .resources-archive-wrapper section#posts .pagination .page-numbers.after-elipses, .resources-search-wrapper section#posts .pagination .page-numbers.after-elipses, .press-archive-wrapper section#posts .pagination .page-numbers.after-elipses, .event-archive-wrapper section#posts .pagination .page-numbers.after-elipses, .video-archive-wrapper section#posts .pagination .page-numbers.after-elipses {
          font-family: 'IBM Plex Sans';
          font-style: normal;
          font-weight: 700;
          font-size: 15px;
          line-height: 19px;
          text-align: center;
          letter-spacing: 0.12em;
          text-transform: uppercase;
          color: #2A363D;
          padding: 5px;
          margin: 0 15px;
          display: inline-block; }
        .resources-archive-wrapper section#posts .pagination .page-numbers.current, .resources-search-wrapper section#posts .pagination .page-numbers.current, .press-archive-wrapper section#posts .pagination .page-numbers.current, .event-archive-wrapper section#posts .pagination .page-numbers.current, .video-archive-wrapper section#posts .pagination .page-numbers.current {
          display: inline-block; }
        .resources-archive-wrapper section#posts .pagination .page-numbers.first, .resources-search-wrapper section#posts .pagination .page-numbers.first, .press-archive-wrapper section#posts .pagination .page-numbers.first, .event-archive-wrapper section#posts .pagination .page-numbers.first, .video-archive-wrapper section#posts .pagination .page-numbers.first {
          display: inline-block; }
          .resources-archive-wrapper section#posts .pagination .page-numbers.first:before, .resources-search-wrapper section#posts .pagination .page-numbers.first:before, .press-archive-wrapper section#posts .pagination .page-numbers.first:before, .event-archive-wrapper section#posts .pagination .page-numbers.first:before, .video-archive-wrapper section#posts .pagination .page-numbers.first:before {
            display: none; }
        .resources-archive-wrapper section#posts .pagination .page-numbers.last, .resources-search-wrapper section#posts .pagination .page-numbers.last, .press-archive-wrapper section#posts .pagination .page-numbers.last, .event-archive-wrapper section#posts .pagination .page-numbers.last, .video-archive-wrapper section#posts .pagination .page-numbers.last {
          display: inline-block; }
          .resources-archive-wrapper section#posts .pagination .page-numbers.last:after, .resources-search-wrapper section#posts .pagination .page-numbers.last:after, .press-archive-wrapper section#posts .pagination .page-numbers.last:after, .event-archive-wrapper section#posts .pagination .page-numbers.last:after, .video-archive-wrapper section#posts .pagination .page-numbers.last:after {
            display: none; }
      .resources-archive-wrapper section#posts .pagination span, .resources-search-wrapper section#posts .pagination span, .press-archive-wrapper section#posts .pagination span, .event-archive-wrapper section#posts .pagination span, .video-archive-wrapper section#posts .pagination span {
        color: #2A363D; }
      .resources-archive-wrapper section#posts .pagination a, .resources-search-wrapper section#posts .pagination a, .press-archive-wrapper section#posts .pagination a, .event-archive-wrapper section#posts .pagination a, .video-archive-wrapper section#posts .pagination a {
        text-decoration: none;
        transition: all .3s ease-in-out; }
        .resources-archive-wrapper section#posts .pagination a:hover, .resources-search-wrapper section#posts .pagination a:hover, .press-archive-wrapper section#posts .pagination a:hover, .event-archive-wrapper section#posts .pagination a:hover, .video-archive-wrapper section#posts .pagination a:hover {
          color: #D69F14; }

.resources-search-wrapper section#searchDetails {
  padding: 110px 0;
  text-align: center;
  background: #EFF4F6; }
  .resources-search-wrapper section#searchDetails h4 {
    color: #89A3AF;
    margin-bottom: 6px; }
    .resources-search-wrapper section#searchDetails h4.search-text {
      color: #374D56; }
  .resources-search-wrapper section#searchDetails .search-pills {
    margin-bottom: 29px; }
.resources-search-wrapper #filters {
  padding-top: 59px; }

.press-archive-wrapper {
  background: #F8F9F9; }
  .press-archive-wrapper .pressMediaCTA {
    background-image: url(../images/modules/subscribeCTA/subscribe_bg.png);
    background-position: bottom right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 32px 45px 40px;
    margin-bottom: 30px;
    position: relative; }
    .press-archive-wrapper .pressMediaCTA h4 {
      color: #374D56; }
    .press-archive-wrapper .pressMediaCTA a {
      font-weight: bold;
      color: #3D84CA;
      text-decoration: none; }
  .press-archive-wrapper .press-twitter-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center; }
    .press-archive-wrapper .press-twitter-wrapper h2 {
      margin-bottom: 24px; }
    .press-archive-wrapper .press-twitter-wrapper .btn-wrapper {
      margin-bottom: 72px; }
  .press-archive-wrapper #ctf .ctf-tweets {
    display: flex;
    justify-content: space-between;
    margin: 0 -9px; }
    @media (max-width: 991.9px) {
      .press-archive-wrapper #ctf .ctf-tweets {
        display: block; } }
    .press-archive-wrapper #ctf .ctf-tweets .ctf-item {
      border-radius: 19px;
      background-color: #fff;
      text-align: center;
      padding: 60px 25px;
      margin: 0 9px;
      flex-grow: 1;
      text-align: center;
      flex-basis: 100%;
      position: relative; }
      @media (max-width: 991.9px) {
        .press-archive-wrapper #ctf .ctf-tweets .ctf-item {
          margin-bottom: 20px; } }
      .press-archive-wrapper #ctf .ctf-tweets .ctf-item p {
        color: #333333;
        font-family: 'IBM Plex Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 15.5px;
        line-height: 24px; }
        @media (max-width: 767.9px) {
          .press-archive-wrapper #ctf .ctf-tweets .ctf-item p {
            font-size: 15.5px;
            line-height: 24px; } }
      .press-archive-wrapper #ctf .ctf-tweets .ctf-item a {
        text-decoration: none;
        color: #374D56;
        font-weight: 400;
        font-size: 15.5px;
        line-height: 24px; }
      .press-archive-wrapper #ctf .ctf-tweets .ctf-item .ctf-author-box-link {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 25px; }
      .press-archive-wrapper #ctf .ctf-tweets .ctf-item .ctf-corner-logo {
        display: block;
        float: none;
        color: #1b95e0;
        font-size: 24px;
        position: absolute;
        left: 0;
        right: 0;
        top: 20px; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
footer {
  position: relative;
  z-index: 2; }
  footer .top-row {
    padding: 60px 0 0px;
    background: #21323C; }
    footer .top-row svg {
      width: 158.526px;
      margin-bottom: 30px; }
    footer .top-row .container {
      border-bottom: 2px solid #374D56; }
  footer .middle-row {
    background: #21323C;
    padding: 33px 0 40px; }
    @media (max-width: 991.9px) {
      footer .middle-row {
        padding-bottom: 0; } }
    footer .middle-row .foot-nav-section {
      margin-bottom: 20px;
      height: 50%; }
      @media (max-width: 991.9px) {
        footer .middle-row .foot-nav-section {
          height: auto; } }
    @media (max-width: 991.9px) {
      footer .middle-row .left-content {
        margin-bottom: 20px; } }
    @media (max-width: 575.9px) {
      footer .middle-row .left-content {
        margin-bottom: 0px; }
        footer .middle-row .left-content .foot-nav-section {
          margin-bottom: 20px; } }
    footer .middle-row #footerSubscribeWrapper {
      max-width: 356px; }
      footer .middle-row #footerSubscribeWrapper #footEmail {
        border-radius: 3px;
        border: 1px solid var(--Main-Blue, #89A3AF);
        height: 32px;
        color: rgba(255, 255, 255, 0.9);
        font-family: 'IBM Plex Sans';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        display: block;
        width: 100%;
        background-color: transparent;
        padding: 0 12px; }
        footer .middle-row #footerSubscribeWrapper #footEmail.error {
          border: 1px solid #E3A7A7 !important; }
      footer .middle-row #footerSubscribeWrapper .error-notice-foot {
        color: var(--Light-Red, #E3A7A7);
        text-align: right;
        font-family: 'IBM Plex Sans';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 29px;
        height: 0;
        text-align: right; }
    footer .middle-row #footConfirm {
      font-weight: bold;
      color: #E8B227;
      margin: 40px 0; }
    @media (max-width: 767.9px) {
      footer .middle-row .right-content .foot-nav-section {
        margin-bottom: 20px; }
        footer .middle-row .right-content .foot-nav-section:nth-of-type(even) {
          padding-left: 5px; }
        footer .middle-row .right-content .foot-nav-section:nth-of-type(odd) {
          padding-right: 5px; } }
    footer .middle-row .col {
      padding-right: 20px; }
      @media (max-width: 991.9px) {
        footer .middle-row .col {
          padding-right: 0; } }
    footer .middle-row p {
      margin-bottom: 13px;
      color: rgba(255, 255, 255, 0.9);
      max-width: 373px;
      margin-right: auto; }
    footer .middle-row a.bttn-text {
      display: inline-block;
      margin-bottom: 30px;
      margin-top: 16px; }
    footer .middle-row .caption {
      color: #9DB8C5;
      margin-bottom: 17px; }
      @media (max-width: 767.9px) {
        footer .middle-row .caption {
          margin-bottom: 12px; } }
    footer .middle-row a:not(.bttn-text) {
      color: var(--Light-Sky-03, #DFEBF0);
      font-family: 'IBM Plex Sans';
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 27px;
      text-decoration: none;
      display: block;
      transition: all .3s ease-in-out; }
      @media (max-width: 991.9px) {
        footer .middle-row a:not(.bttn-text) {
          margin-bottom: 5px; } }
      @media (max-width: 767.9px) {
        footer .middle-row a:not(.bttn-text) {
          font-size: 13px; } }
      footer .middle-row a:not(.bttn-text):hover {
        color: #E8C37C; }
    footer .middle-row .socials-wrapper svg {
      width: 22px;
      height: auto;
      margin-right: 9px;
      vertical-align: middle; }
    @media (max-width: 767.9px) {
      footer .middle-row .socials-wrapper {
        display: flex; }
        footer .middle-row .socials-wrapper svg {
          width: 30px;
          margin-right: 25px; }
        footer .middle-row .socials-wrapper span {
          display: none; } }
  footer .bot-row {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-family: 'IBM Plex Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 76px;
    background: #2E414D;
    height: 76px; }
    @media (max-width: 575.9px) {
      footer .bot-row {
        font-size: 13px; } }
    footer .bot-row a {
      color: rgba(255, 255, 255, 0.7);
      text-align: center;
      font-family: 'IBM Plex Sans';
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 76px;
      text-decoration: none;
      transition: all .3s ease-in-out; }
      @media (max-width: 575.9px) {
        footer .bot-row a {
          font-size: 13px; } }
      footer .bot-row a:hover {
        color: #E8C37C; }

/*# sourceMappingURL=style.css.map */
