.bg-white {
  background-color: white;
}

.bg-cream {
  background-color: #F6F1ED;
}

.bg-dark-blue {
  background-color: #1c2244;
}

.inner-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 50px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gap20 {
  gap: 20px;
}

.gap30 {
  gap: 30px;
}

.standard-padding {
  padding: 70px 0;
}

.new-top-hero-block {
  padding: 50px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  min-height: 40vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.new-top-hero-block .new-top-hero-block-container {
  position: relative;
  width: 100%;
}
.new-top-hero-block .bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.new-top-hero-block .bg-video .bg-vid-container {
  width: 100%;
  height: 100%;
}
.new-top-hero-block .bg-video .bg-vid-container .vimeo-container {
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.new-top-hero-block .bg-video .bg-vid-container .vimeo-container iframe {
  width: 100%;
  height: 100%;
}
.new-top-hero-block .text-box {
  width: 50%;
  padding: 50px 50px 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: rgba(28, 34, 68, 0.8);
}
.new-top-hero-block .text-box .text-box-inner {
  width: 100%;
  max-width: 540px;
  color: white;
}
.new-top-hero-block .text-box h1 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0 !important;
}
.new-top-hero-block .text-box h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0 !important;
}
.new-top-hero-block .text-box p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  padding: 0 !important;
}
.new-top-hero-block .text-box .btn .white {
  background-color: white !important;
  color: #1c2244 !important;
  margin: 0 !important;
  border-color: white !important;
}
.new-top-hero-block .text-box .btn .white:hover {
  background-color: #1c2244 !important;
  color: white !important;
  border-color: white !important;
}

.new-get-a-demo-bar-block {
  padding: 30px 0;
}
.new-get-a-demo-bar-block .new-get-a-demo-bar-block-container .text p.btn {
  padding: 0 !important;
}
.new-get-a-demo-bar-block .new-get-a-demo-bar-block-container .text p.btn a {
  margin: 0 !important;
}
.new-get-a-demo-bar-block .new-get-a-demo-bar-block-container p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #1c2244;
}
.new-get-a-demo-bar-block .new-get-a-demo-bar-block-container img {
  height: 50px;
  width: auto;
}

.new-three-tiles-block .new-three-tiles-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-three-tiles-block .new-three-tiles-container h4 {
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 600;
  color: #1c2244;
}
.new-three-tiles-block .new-three-tiles-container .tile {
  width: calc(33.333% - 14px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-three-tiles-block .new-three-tiles-container .tile .img-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
}
.new-three-tiles-block .new-three-tiles-container .tile .img-container .img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.new-three-tiles-block .new-three-tiles-container .tile .img-container .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.new-three-tiles-block .new-three-tiles-container .tile .text-container {
  padding: 20px;
}
.new-three-tiles-block .new-three-tiles-container .tile .text-container h6 {
  color: white;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.new-three-tiles-block .new-three-tiles-container .tile .text-container span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #009DC5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-three-tiles-block .new-three-tiles-container .tile:hover {
  background-color: #009DC5;
}
.new-three-tiles-block .new-three-tiles-container .tile:hover .text-container span {
  color: #1c2244;
}
.new-three-tiles-block .new-three-tiles-container .text-section {
  width: 100%;
  padding-top: 50px;
  max-width: 780px;
  margin: auto;
}
.new-three-tiles-block .new-three-tiles-container .text-section p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.new-three-tiles-block .new-three-tiles-container .text-section p:last-of-type {
  margin-bottom: 0;
}
.new-three-tiles-block .new-three-tiles-container .text-section ul {
  margin: 20px 0;
}
.new-three-tiles-block .new-three-tiles-container .text-section ul li {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.new-three-tiles-block .new-three-tiles-container .text-section ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 11px;
  background-color: #1c2244;
  border-radius: 50%;
}

.new-three-latest-articles-block .new-three-latest-articles-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-three-latest-articles-block .new-three-latest-articles-container h4 {
  width: 100%;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #1c2244;
}
.new-three-latest-articles-block .new-three-latest-articles-container .resource {
  width: calc(33.333% - 14px);
}
.new-three-latest-articles-block .new-three-latest-articles-container .resource .img-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  margin-bottom: 30px;
}
.new-three-latest-articles-block .new-three-latest-articles-container .resource .img-container .img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.new-three-latest-articles-block .new-three-latest-articles-container .resource .img-container .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.new-three-latest-articles-block .new-three-latest-articles-container .resource .categories {
  margin-bottom: 10px;
}
.new-three-latest-articles-block .new-three-latest-articles-container .resource .categories a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  color: black;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid black;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.new-three-latest-articles-block .new-three-latest-articles-container .resource .categories a:hover {
  color: #009DC5;
  text-decoration: none;
}
.new-three-latest-articles-block .new-three-latest-articles-container .resource .categories a:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.new-three-latest-articles-block .new-three-latest-articles-container .resource a {
  color: #009DC5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-three-latest-articles-block .new-three-latest-articles-container .resource a:hover {
  text-decoration: underline;
}
.new-three-latest-articles-block .new-three-latest-articles-container .resource h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #009DC5;
  margin-bottom: 20px;
}
.new-three-latest-articles-block .new-three-latest-articles-container .resource .expert {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding-left: 30px;
  color: #00677F;
}
.new-three-latest-articles-block .new-three-latest-articles-container .resource .expert::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 22px;
  background-image: url(../img/icons/export-icon.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.new-single-column-text-block {
  padding-bottom: 20px;
}
.new-single-column-text-block .new-single-column-text-block-container h4 {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 50px;
  max-width: 780px;
  margin: auto;
  font-weight: 600;
  color: #1c2244;
}
.new-single-column-text-block .new-single-column-text-block-container .text-section {
  width: 100%;
  padding-bottom: 50px;
  max-width: 780px;
  margin: auto;
}
.new-single-column-text-block .new-single-column-text-block-container .text-section p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.new-single-column-text-block .new-single-column-text-block-container .text-section p:last-of-type {
  margin-bottom: 0;
}
.new-single-column-text-block .new-single-column-text-block-container .text-section ul {
  margin: 20px 0;
}
.new-single-column-text-block .new-single-column-text-block-container .text-section ul li {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.new-single-column-text-block .new-single-column-text-block-container .text-section ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 11px;
  background-color: #1c2244;
  border-radius: 50%;
}

.new-video-block .img-container {
  position: relative;
  width: 100%;
  height: 480px;
}
.new-video-block .img-container .img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.new-video-block .img-container .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.new-video-block .img-container .vid-popup-trigger {
  position: absolute;
  border: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.new-video-block .img-container .vid-popup-trigger img {
  display: block;
  width: 90px;
  height: auto;
  margin: 0 auto 20px auto;
}
.new-video-block .img-container .vid-popup-trigger img.state2 {
  display: none;
}
.new-video-block .img-container .vid-popup-trigger span {
  display: block;
  color: white;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.new-video-block .img-container .vid-popup-trigger:hover {
  background-color: transparent;
}
.new-video-block .img-container .vid-popup-trigger:hover img.state1 {
  display: none;
}
.new-video-block .img-container .vid-popup-trigger:hover img.state2 {
  display: block;
}
.new-video-block .vid-popup-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 99999;
}
.new-video-block .vid-popup-container .inner-container {
  position: relative;
}
.new-video-block .vid-popup-container .vid-popup-inner {
  padding: 50px 0;
}
.new-video-block .vid-popup-container .vid-popup-inner .vimeo {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.new-video-block .vid-popup-container .vid-popup-inner .vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.new-video-block .vid-popup-container .vid-popup-close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 50px;
  top: 20px;
  background-color: transparent;
  border: 0;
  background-image: url(../img/icons/close-icon-white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.new-video-block .vid-popup-container.active {
  display: block;
}

footer dt.footer-updates {
  padding-top: 30px !important;
}

@media (min-width: 1600px) {
  .inner-container {
    max-width: 1440px;
  }
  .new-top-hero-block .text-box .text-box-inner {
    max-width: 620px;
  }
}
@media (max-width: 768px) {
  .inner-container {
    padding: 0 30px;
  }
  .new-top-hero-block {
    padding: 0;
    display: block;
  }
  .new-top-hero-block .bg-video {
    position: static;
    width: 100%;
  }
  .new-top-hero-block .bg-video .bg-vid-container .vimeo-container {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .new-top-hero-block .text-box {
    width: 100%;
    padding: 30px 30px 10px 30px;
  }
  .new-top-hero-block .text-box .text-box-inner {
    max-width: 100%;
  }
  .new-get-a-demo-bar-block .new-get-a-demo-bar-block-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .new-get-a-demo-bar-block .new-get-a-demo-bar-block-container p {
    width: 100%;
    text-align: center;
  }
  .new-get-a-demo-bar-block .new-get-a-demo-bar-block-container .text {
    width: 100%;
  }
  .new-three-tiles-block .new-three-tiles-container h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .new-three-tiles-block .new-three-tiles-container .tile {
    width: 100%;
  }
  .new-three-latest-articles-block {
    padding-bottom: 50px;
  }
  .new-three-latest-articles-block .new-three-latest-articles-container h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .new-three-latest-articles-block .new-three-latest-articles-container .resource {
    width: 100%;
    margin-bottom: 20px;
  }
  .new-single-column-text-block .new-single-column-text-block-container h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .new-video-block .img-container {
    height: 56.25vw;
  }
}