/*
 * Breakpoint Mixins
*/
@font-face {
  font-family: "polls";
  src: url("../fonts//polls.eot?2fmrtv");
  src: url("../fonts//polls.eot?2fmrtv#iefix") format("embedded-opentype"), url("../fonts//polls.woff2?2fmrtv") format("woff2"), url("../fonts//polls.ttf?2fmrtv") format("truetype"), url("../fonts//polls.woff?2fmrtv") format("woff"), url("../fonts//polls.svg?2fmrtv#polls") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "polls" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon.icon-youtube {
  position: relative;
  display: inline-block;
}
.icon.icon-youtube .icon-youtube-path2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.icon.icon-link {
  position: relative;
}
.icon.icon-link .icon-link-path2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.icon.icon-twitter {
  position: relative;
  display: inline-block;
}
.icon.icon-twitter .icon-twitter-path2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.icon-right-arrow::before {
  content: "\e902";
}

.icon-twitter-path1::before {
  content: "\e903";
}

.icon-twitter-path2::before {
  content: "\e90a";
}

.icon-facebook::before {
  content: "\e904";
}

.icon-news::before {
  content: "\e905";
}

.icon-youtube-path1::before {
  content: "\e900";
}

.icon-youtube-path2::before {
  content: "\e901";
}

.icon-download::before {
  content: "\e906";
}

.icon-speech-marks::before {
  content: "\e907";
}

.icon-search::before {
  content: "\e908";
}

.icon-chevron-down::before {
  content: "\e909";
}

.icon-left-arrow::before {
  content: "\e90c";
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  font-family: "Neue Helvetica W05", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #192B3A;
  margin: 0;
  padding: 0;
}
@media (min-width: 1300px) {
  html, body {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}

.blocks section {
  margin-top: 35px;
}
@media (min-width: 1300px) {
  .blocks section {
    margin-top: 70px;
  }
}
.blocks section:first-of-type {
  margin-top: 0px;
}

.posttype-category {
  display: flex;
  align-items: center;
}
.posttype-category .sideline {
  background-color: #1D4D98;
  display: block;
  width: 2px;
  height: 23px;
}
.posttype-category .text {
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.28px;
}

.container {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 1300px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: 1252px;
  }
}
@media (min-width: 1650px) {
  .container {
    width: 1544px;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
header .logo {
  display: block;
  margin: 0;
  width: 185px;
  padding: 14px 0;
  transition: 250ms ease width;
}
header .burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 20px;
  background-color: transparent;
  border: 0;
  margin: 0 0 0 auto;
  padding: 0;
  cursor: pointer;
}
header .burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #004D9D;
  border-radius: 5px;
  margin-top: 10px;
  transition: 250ms ease background-color, 250ms ease transform;
}
header .burger span:first-of-type {
  margin-top: 0;
}
header nav {
  display: block;
  position: absolute;
  top: 49px;
  left: 0;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  transition: 250ms ease;
}
header nav ul {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header nav ul .menu-item-has-children a {
  position: relative;
}
header nav ul .menu-item-has-children a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 14px;
  width: 14px;
  margin: auto;
  display: block;
  content: "\e909";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "polls" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  transition: 250ms ease;
}
header nav ul .menu-item-has-children a::after {
  display: none;
}
header nav ul .menu-item-has-children:hover .sub-menu {
  display: block;
}
header nav ul a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 80%;
  margin: auto;
  color: #192B3A;
}
header nav .icon {
  font-size: 22px;
}
header nav .icon-contact-us {
  display: none;
}
header nav .sub-menu {
  display: none;
  position: absolute;
  background: #ffffff;
  height: auto;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
}
header nav .sub-menu a::before {
  display: none !important;
}
header .search-open-button {
  display: none;
}
header.navbar-stuck a {
  color: #192B3A;
}
header.navbar-stuck .burger span {
  background-color: #004D9D;
}
@media (max-width: 1023.98px) {
  header nav ul {
    transform: translateY(-10px);
    opacity: 0;
    transition: 750ms ease-in-out;
  }
  header nav ul .menu-item-has-children.open .sub-menu {
    display: block;
  }
  header nav ul .menu-item-has-children.open a::before {
    transform: rotate(180deg);
  }
  header.open {
    background-color: #fff;
    height: 49px;
  }
  header.open .burger span {
    background-color: #192B3A;
  }
  header.open .burger span:first-of-type {
    transform: rotate(45deg) translateY(5px) translateX(5px);
  }
  header.open .burger span:last-of-type {
    transform: rotate(-45deg) translateY(-3px) translateX(3px);
  }
  header.open nav {
    opacity: 1;
    background-color: #fff;
    height: calc(100vh - 49px);
  }
  header.open nav ul {
    transform: translateY(0px);
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  header {
    transition: 250ms ease background-color, 250ms ease padding;
  }
  header .logo {
    width: 226px;
  }
  header .burger {
    display: none;
  }
  header nav {
    display: block;
    position: unset;
    background-color: transparent;
    backdrop-filter: none;
    height: 100%;
    opacity: 1;
    overflow: unset;
    transition: unset;
  }
  header nav ul {
    margin: 0;
    border-top: 0;
  }
  header nav ul .menu-item-has-children a {
    display: block;
    padding-right: 35px;
  }
  header nav ul .menu-item-has-children a::before {
    position: absolute;
    right: 17px;
    left: unset;
    font-size: 12px;
    height: 17px;
  }
  header nav, header nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header nav ul a, header nav a {
    display: block;
    position: relative;
    padding: 15px 10px;
    font-size: 15px;
    text-decoration: none;
    color: #192B3A;
    width: auto;
    margin: 0;
    border: 0;
  }
  header nav ul a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0px;
    margin: auto;
    background-color: #004D9D;
    transition: 250ms ease width;
  }
  header nav .current-menu-item a::after, header nav ul a:hover::after {
    width: 30px;
  }
  header nav .contact-text {
    display: none;
  }
  header nav .icon-contact-us {
    display: block;
  }
  header nav .icon {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  header {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  header .logo {
    padding: 22px 0;
    width: 244px;
  }
  header nav ul a, header nav a {
    padding: 15px 13px;
    font-size: 16px;
  }
  header .search-open-button {
    display: block;
    padding: 13px 15px;
    border-radius: 50%;
    background-color: #004D9D;
  }
  header .search-open-button i {
    font-size: 16px;
    color: #fff;
  }
}
@media (min-width: 1650px) {
  header nav {
    margin-right: -25px;
  }
  header nav a {
    padding: 15px 25px;
  }
}

.navbar-fix {
  height: 43px;
}
.navbar-fix.extra {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .navbar-fix {
    height: 48px;
  }
}
@media (min-width: 1300px) {
  .navbar-fix {
    height: 64px;
  }
  .navbar-fix.extra {
    margin-bottom: 50px;
  }
}

body.admin-bar header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar header {
    top: 46px;
  }
}

.aspect-16-9 {
  position: relative;
  padding-bottom: 56.25%;
}
.aspect-16-9 img {
  position: absolute !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}
.aspect-16-9 iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 1200px) {
  .aspect-16-9-md {
    position: relative;
    padding-bottom: 56.25%;
  }
  .aspect-16-9-md img {
    position: absolute !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
  }
  .aspect-16-9-md iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .aspect-16-9-md {
    position: relative;
    padding-bottom: 56.25%;
  }
  .aspect-16-9-md img {
    position: absolute !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
  }
  .aspect-16-9-md iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1300px) {
  .aspect-16-9-lg {
    position: relative;
    padding-bottom: 56.25%;
  }
  .aspect-16-9-lg img {
    position: absolute !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
  }
  .aspect-16-9-lg iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1650px) {
  .aspect-16-9-xl {
    position: relative;
    padding-bottom: 56.25%;
  }
  .aspect-16-9-xl img {
    position: absolute !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
  }
  .aspect-16-9-xl iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
  }
}
.row {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -5px;
  margin-right: -5px;
}
.row .col, .row .col-12 {
  width: 100%;
  padding: 0 5px;
}
@media (min-width: 1300px) {
  .row .col-lg-6 {
    width: 50%;
    padding: 0 5px;
  }
}
@media (min-width: 1650px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row .col-lg-6 {
    width: 50%;
    padding: 0 20px;
  }
}

.tiles-container.news-page {
  margin-bottom: 120px;
}
@media (min-width: 1300px) {
  .tiles-container {
    margin-left: 14px;
    margin-right: 14px;
  }
}

.tiles-layout {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media (min-width: 768px) {
  .tiles-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .tiles-layout .span-horizontal {
    grid-column: 1/span 2;
  }
  .tiles-layout .span-vertical {
    grid-row: 1/span 2;
  }
}
@media (min-width: 768px) {
  .tiles-layout.layout-narrow-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1650px) {
  .tiles-layout.layout-narrow-cards {
    grid-template-columns: repeat(4, 1fr);
  }
  .tiles-layout.layout-narrow-cards .post-item:nth-child(5) {
    grid-column: 1/span 2;
  }
  .tiles-layout.layout-narrow-cards .post-item:nth-child(6) {
    grid-column: 3/span 2;
  }
  .tiles-layout.layout-narrow-cards .post-item:nth-child(5), .tiles-layout.layout-narrow-cards .post-item:nth-child(6) {
    display: grid;
    grid-template-columns: 365px 1fr;
  }
  .tiles-layout.layout-narrow-cards .post-item:nth-child(5) .aspect-16-9, .tiles-layout.layout-narrow-cards .post-item:nth-child(6) .aspect-16-9 {
    padding-bottom: 0;
    height: 100%;
  }
  .tiles-layout.layout-narrow-cards .post-item:nth-child(5) .post-image, .tiles-layout.layout-narrow-cards .post-item:nth-child(6) .post-image {
    position: relative !important;
    height: 100%;
  }
  .tiles-layout.layout-narrow-cards .post-item:nth-child(5) .title, .tiles-layout.layout-narrow-cards .post-item:nth-child(6) .title {
    height: 70px;
  }
  .tiles-layout.layout-narrow-cards .post-item:nth-child(5) .post-details, .tiles-layout.layout-narrow-cards .post-item:nth-child(6) .post-details {
    border: none;
  }
}
@media (min-width: 1300px) {
  .tiles-layout.card-layout {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .tiles-layout.card-layout .span-horizontal {
    grid-column: 1/span 3;
  }
  .tiles-layout.card-layout .span-vertical {
    grid-row: 1/span 3;
  }
}
@media (min-width: 768px) {
  .tiles-layout.publication-layout {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1300px) {
  .tiles-layout.publication-layout {
    grid-template-columns: repeat(3, 1fr);
    gap: 67px;
  }
}
@media (min-width: 768px) {
  .tiles-layout.dual-card-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1300px) {
  .tiles-layout.dual-card-row {
    gap: 40px;
    margin-bottom: 40px;
  }
}

.slick-initialized .slick-list {
  overflow: hidden;
}
.slick-initialized .slick-track {
  display: flex;
}

.btn {
  display: inline-flex;
  color: #192B3A;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1;
  background-color: transparent;
  border: none;
  padding: 23px 39px 19px 39px;
  margin: 0;
  appearance: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
}
.btn.btn-block {
  display: block;
}
.btn.btn-rounded {
  border-radius: 50px;
}
.btn.btn-ghost {
  background-color: transparent;
  font-size: inherit;
  color: #192B3A;
  border: 2px solid #BBC0C4;
}
.btn.btn-large {
  padding: 23px 105px;
}
.btn.btn-thin {
  font-size: 14px;
  padding: 19px 49px;
}
.btn.btn-primary {
  background-color: #004D9D;
  color: #fff;
}
.btn.btn-primary.btn-ghost {
  background-color: transparent;
  color: #004D9D;
  border: 2px solid #004D9D;
}
.btn.btn-gray {
  background-color: #EBEBEB;
}
.btn.btn-gray.btn-selected {
  border: 2px solid #004D9D !important;
}
@media (min-width: 1300px) {
  .btn.btn-large {
    padding: 25px 105px;
  }
}

.social-links {
  display: none;
}
.social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-links ul li {
  margin-bottom: 5px;
}
.social-links ul li:last-of-type {
  margin-bottom: 0;
}
.social-links ul li.youtube-icon a {
  position: relative;
  height: 65px;
}
.social-links ul li.youtube-icon .youtube-label {
  font-size: 12px;
  letter-spacing: 0.24px;
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #c3c3c3;
  width: 100%;
  display: block;
  text-align: center;
}
.social-links ul a {
  display: block;
  color: #004D9D;
  text-decoration: none;
  overflow: hidden;
}
.social-links ul a i {
  position: relative;
  display: block;
  border-radius: 50%;
}
.social-links ul a i::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 75%;
  width: 75%;
  border-radius: 50%;
  z-index: -1;
}
@media (min-width: 1650px) {
  .social-links {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 100;
    right: 10px;
    top: 150px;
    bottom: 0;
    height: 168px;
  }
  .social-links ul li {
    margin-bottom: 18px;
  }
  .social-links a {
    font-size: 42px;
    height: 44px;
    width: 42px;
  }
  .social-links .icon-youtube {
    height: 43px;
    width: 42px;
  }
}

.form-group {
  position: relative;
  margin-bottom: 10px;
}
.form-group label {
  display: none;
}
.form-group br {
  display: none;
}
.form-group .invalid-message {
  margin: 5px 0 15px 0;
  padding: 0 17px;
  color: #ff0000;
  font-size: 14px;
}
.form-group .invalid-message::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "polls" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  padding-right: 5px;
}

.form-control {
  display: block;
  width: 100%;
  font-family: "Neue Helvetica W05", "Helvetica Neue", sans-serif;
  font-size: inherit;
  border-radius: 6px;
  border: 1px solid #BBC0C4;
  padding: 24px 17px;
  transition: 250ms ease border-color;
}
.form-control.invalid {
  border-color: #ff0000;
}
.form-control.valid {
  border-color: #55c555;
}
.form-control:focus {
  outline: 0;
  border-color: #004D9D;
}

textarea.form-control {
  min-height: 240px;
  min-width: 100%;
}

.search-form {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
  background-color: rgba(28, 43, 57, 0.95);
  display: none;
}
.search-form .container {
  position: relative;
  height: 100%;
}
.search-form .close-button {
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: transparent;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  transition: 250ms ease top;
}
.search-form .close-button i {
  font-size: 24px;
}
.search-form .form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.search-form .form-wrapper form {
  position: relative;
  max-width: 836px;
  margin: auto;
  flex-grow: 1;
}
.search-form .form-control {
  width: 100%;
  padding: 18px 68px 18px 38px;
  border-radius: 50px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.search-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}
.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  padding: 18px 18px;
  border: 0;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}
.search-form .search-submit .icon {
  font-size: 20px;
}
@media (min-width: 1650px) {
  .search-form .close-button {
    top: 20px;
    padding: 15px 25px;
  }
  .search-form.scrolled .close-button {
    top: 10px;
  }
}

.section-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
}
.section-header .title {
  display: flex;
  align-items: center;
}
.section-header .title .icon {
  color: #004D9D;
}
.section-header .title span {
  margin-left: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.24px;
  position: relative;
  top: 1px;
}
.section-header .viewall {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #000;
  text-decoration: none;
}
.section-header .back-link {
  text-decoration: none;
  color: #000;
}
.section-header .back-link .icon {
  font-size: 14px;
  color: #000;
}
.section-header .back-link span {
  position: relative;
  top: -1px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1300px) {
  .section-header .title span {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
  .section-header .viewall {
    font-size: 16px;
  }
  .section-header.no-lg-viewall .viewall {
    display: none;
  }
}

.book-order-card {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.book-order-card img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.book-order-card .btn {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  border-radius: 50px;
  margin: 0 auto;
}
@media screen and (min-width: 313px) {
  .book-order-card .btn {
    display: block;
    width: 168px;
    padding: 13px 29px 10px 29px;
  }
}
@media (min-width: 768px) {
  .book-order-card .btn {
    width: 256px;
    padding: 23px 39px 19px 39px;
  }
}
@media (min-width: 1300px) {
  .book-order-card {
    min-height: 372px;
  }
  .book-order-card img {
    object-fit: cover;
    object-position: center;
    height: 100%;
  }
}
@media (min-width: 1650px) {
  .book-order-card {
    min-height: 490px;
  }
}

footer {
  padding: 100px 0;
  border-top: 3px solid #ebebeb;
}
footer .logo {
  display: none;
  margin: 0;
  width: 100%;
}
footer .social {
  display: flex;
  justify-content: center;
  margin: 0 auto 41px auto;
}
footer .social a {
  font-size: 42px;
  color: #004D9D;
  text-decoration: none;
  margin-right: 25px;
}
footer .social a:last-of-type {
  margin-right: 0;
}
footer .social a.youtube-icon {
  position: relative;
}
footer .social a.youtube-icon .youtube-label {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  bottom: -15px;
}
footer .legal-menu {
  text-align: center;
  font-size: 12px;
}
footer .legal-menu .copyright {
  font-weight: 700;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
}
footer .legal-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .legal-menu ul a {
  text-decoration: none;
  color: #192B3A;
}
footer .legal-menu ul a .divider {
  display: inline-block;
  margin: 0 10px;
}
footer .legal-menu ul li:last-of-type .divider {
  display: none;
}
@media (min-width: 1300px) {
  footer {
    padding: 115px 0;
  }
  footer .footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 47px;
  }
  footer .footer-row .logo {
    display: block;
    width: 210px;
  }
  footer .footer-row .social {
    width: auto;
    margin: 0;
  }
  footer .legal-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .legal-menu .copyright {
    position: relative;
    top: 2px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.header-carousel {
  position: relative;
}
.header-carousel .carousel {
  position: relative;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.header-carousel .carousel .slick-track {
  display: flex;
  position: relative;
  z-index: 1;
}
.header-carousel .carousel .slick-track .carousel-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
.header-carousel .carousel .slick-track .carousel-slide .carousel-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.header-carousel .carousel .slick-track .carousel-slide .carousel-inner .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-top: 105px;
  padding-bottom: 246px;
}
.header-carousel .carousel .slick-track .carousel-slide .carousel-inner .latest-news-header {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.header-carousel .carousel .slick-track .carousel-slide .carousel-inner .latest-news-header span {
  font-weight: 800;
  font-size: 12px;
}
.header-carousel .carousel .slick-track .carousel-slide .carousel-inner .latest-news-header .icon {
  color: #004D9D;
  margin-right: 4px;
}
.header-carousel .carousel .slick-track .carousel-slide .carousel-inner .title {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 24px;
  max-width: 299px;
  line-height: 1.03;
}
.header-carousel .carousel .slick-track .carousel-slide .carousel-inner .title .title-inner {
  display: inline;
  position: relative;
  left: 16px;
  background-color: #004D9D;
  padding: 5px 0;
}
.header-carousel .carousel .slick-track .carousel-slide .carousel-inner .title .title-inner > span {
  position: relative;
  left: -16px;
  padding: 5px 0;
  background-color: #004D9D;
}
.header-carousel .carousel .slick-track .carousel-slide .carousel-inner .title .title-inner > span > span {
  position: relative;
  left: 8px;
}
.header-carousel .carousel .slick-track .carousel-slide .carousel-inner .link {
  display: flex;
  font-weight: 500;
  align-items: center;
  color: #fff;
  margin-top: 18px;
  text-decoration: none;
}
.header-carousel .carousel .slick-track .carousel-slide .carousel-inner .link .icon {
  padding-left: 7px;
  font-size: 11px;
}
.header-carousel .carousel .slick-track .carousel-slide .bg {
  display: block;
  width: 100%;
  height: 622px;
  margin: 0;
  object-fit: cover;
}
.header-carousel .carousel .slick-track .carousel-slide .bg.desktop {
  display: none;
}
.header-carousel .carousel .slick-track .carousel-slide .bg.color {
  background-color: #03264c;
}
.header-carousel .carousel .slick-track .carousel-slide .bg-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(transparent, rgba(28, 43, 57, 0.75));
}
.header-carousel .carousel .slick-dots {
  position: absolute;
  bottom: 210px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-carousel .carousel .slick-dots li {
  margin: 0 9px 0 0;
}
.header-carousel .carousel .slick-dots li button {
  display: block;
  padding: 0;
  background-color: #F5F5F7;
  width: 8px;
  height: 8px;
  border: 0;
  color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 250ms ease background-color;
}
.header-carousel .carousel .slick-dots li.slick-active button {
  background-color: #004D9D;
}
.header-carousel .carousel .slick-dots li:last-of-type {
  margin-right: 0;
}
.header-carousel .carousel .dir-btn {
  display: none;
  background-color: transparent;
  border: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.header-carousel .carousel .dir-btn.slick-prev {
  left: 50px;
}
.header-carousel .carousel .dir-btn.slick-next {
  right: 50px;
}
.header-carousel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 43, 57, 0.25);
  z-index: 1;
}
.header-carousel.publications .header-book-cover {
  display: block;
  width: 156px;
  margin: 0 auto 20px auto;
}
.header-carousel.publications .slick-track .carousel-slide .bg {
  height: 621px;
}
.header-carousel.publications .slick-track .carousel-slide .carousel-inner .container {
  justify-content: flex-end;
  padding-bottom: 91px;
  text-align: center;
}
.header-carousel.publications .slick-track .carousel-slide .carousel-inner .container .title {
  max-width: 100%;
  margin-bottom: 13px;
}
.header-carousel.publications .slick-track .carousel-slide .carousel-inner .container .description {
  margin-bottom: 20px;
}
.header-carousel.publications .slick-track .carousel-slide .carousel-inner .container .btn {
  max-width: 264px;
}
.header-carousel .carousel-details-overlay {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 41px 22px;
}
.header-carousel .carousel-details-overlay .recent-articles {
  display: none;
}
.header-carousel .carousel-details-overlay .newsletter-signup .signup-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.header-carousel .carousel-details-overlay .newsletter-signup .form-inner {
  display: flex;
}
.header-carousel .carousel-details-overlay .newsletter-signup .form-inner .input-control {
  font-family: "Neue Helvetica W05", "Helvetica Neue", sans-serif;
  padding: 16px;
  flex-grow: 1;
  background-color: transparent;
  border: 1px solid #fff;
  border-right: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #fff;
}
.header-carousel .carousel-details-overlay .newsletter-signup .form-inner .input-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header-carousel .carousel-details-overlay .newsletter-signup .form-inner .input-control:focus {
  outline: 0;
}
.header-carousel .carousel-details-overlay .newsletter-signup .form-inner .btn {
  font-family: "Neue Helvetica W05", "Helvetica Neue", sans-serif;
  padding: 0;
  background-color: #fff;
  width: 113px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 16px 30px 14px 30px;
  font-size: 12px;
  letter-spacing: 0.24px;
  font-weight: 700;
  flex-shrink: 0;
}
.header-carousel .carousel-details-overlay .newsletter-signup .signup-notice {
  margin-top: 10px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.2px;
}
.header-carousel .carousel-details-overlay .newsletter-signup .signup-notice a {
  color: inherit;
}
.header-carousel.full-height .carousel .slick-track .carousel-slide .bg {
  min-height: 508px;
  height: 80vh;
}
.header-carousel.header-carousel .overlay {
  background-color: rgba(28, 43, 57, 0.75);
}
@media (min-width: 768px) {
  .header-carousel .carousel .slick-track .carousel-slide .carousel-inner .container {
    padding-top: 250px;
  }
  .header-carousel .carousel .slick-track .carousel-slide .carousel-inner .title {
    font-size: 32px;
    max-width: 465px;
  }
  .header-carousel .carousel .slick-track .carousel-slide .bg.desktop {
    display: block;
  }
  .header-carousel .carousel .slick-track .carousel-slide .bg.mobile {
    display: none;
  }
  .header-carousel.publications .header-book-cover {
    width: 166px;
    margin: 0 0 20px 0;
  }
  .header-carousel.publications .carousel .slick-track .carousel-slide .carousel-inner .container {
    text-align: left;
  }
  .header-carousel.publications .carousel .slick-track .carousel-slide .carousel-inner .container {
    padding-left: 75px;
    padding-right: 75px;
  }
  .header-carousel.publications .carousel .slick-track .carousel-slide .carousel-inner .header-row-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-carousel.publications .carousel .slick-track .carousel-slide .carousel-inner .header-row-wrapper .cover-container {
    order: 2;
  }
  .header-carousel.publications .carousel .slick-track .carousel-slide .carousel-inner .header-row-wrapper .cover-container .header-book-cover {
    margin: 0;
    width: 256px;
  }
  .header-carousel.publications .carousel .slick-track .carousel-slide .carousel-inner .header-row-wrapper .content-wrapper {
    order: 1;
  }
  .header-carousel.publications .carousel .slick-track .carousel-slide .carousel-inner .title {
    margin-bottom: 30px;
  }
  .header-carousel.publications .carousel .slick-track .carousel-slide .carousel-inner .description {
    margin-bottom: 37px;
  }
}
@media (min-width: 1300px) {
  .header-carousel .carousel .slick-track .carousel-slide .carousel-inner .container {
    padding-top: 0;
    justify-content: flex-end;
    padding-bottom: 92px;
  }
  .header-carousel .carousel .slick-track .carousel-slide .carousel-inner .posttype-category {
    margin-bottom: 36px;
  }
  .header-carousel .carousel .slick-track .carousel-slide .carousel-inner .posttype-category .sideline {
    height: 37px;
  }
  .header-carousel .carousel .slick-track .carousel-slide .carousel-inner .posttype-category .text {
    padding: 0 20px;
    font-size: 22px;
    letter-spacing: 0.44px;
  }
  .header-carousel .carousel .slick-track .carousel-slide .carousel-inner .title {
    font-size: 54px;
    max-width: 668px;
    line-height: 1.03;
  }
  .header-carousel .carousel .slick-track .carousel-slide .carousel-inner .link {
    font-size: 18px;
    letter-spacing: 0.36px;
    margin-top: 26px;
  }
  .header-carousel .carousel .slick-track .carousel-slide .carousel-inner .bg {
    min-height: 720px;
  }
  .header-carousel .carousel .dir-btn {
    display: block;
    font-size: 34px;
  }
  .header-carousel .carousel .dir-btn.slick-prev {
    left: 20px;
  }
  .header-carousel .carousel .dir-btn.slick-next {
    right: 50px;
  }
  .header-carousel .carousel .slick-dots {
    bottom: 40px;
  }
  .header-carousel .carousel .slick-dots li {
    margin-right: 10px;
  }
  .header-carousel .carousel .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .header-carousel .carousel .slick-track .carousel-slide .bg {
    height: 872px;
  }
  .header-carousel .carousel-details-overlay {
    height: 100%;
    top: 0;
    width: 476px;
    right: 0;
  }
  .header-carousel .carousel-details-overlay .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .header-carousel .carousel-details-overlay .recent-articles {
    display: block;
    margin-bottom: 35px;
  }
  .header-carousel .carousel-details-overlay .recent-articles .recent-article {
    display: flex;
    height: 112px;
    align-items: center;
    background-color: #fff;
    color: #192B3A;
    text-decoration: none;
    margin-bottom: 10px;
  }
  .header-carousel .carousel-details-overlay .recent-articles .recent-article .details-wrapper {
    padding: 20px;
    font-weight: 700;
    font-size: 14px;
  }
  .header-carousel .carousel-details-overlay .recent-articles .recent-article .img-wrapper {
    width: 175px;
    height: 100%;
    flex-shrink: 0;
  }
  .header-carousel .carousel-details-overlay .recent-articles .recent-article .img-wrapper .no-img {
    background-color: #004D9D;
    width: 100%;
    height: 100%;
  }
  .header-carousel .carousel-details-overlay .recent-articles .recent-article .img-wrapper .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header-carousel .carousel-details-overlay .recent-articles .recent-article:last-of-type {
    margin-bottom: 0;
  }
  .header-carousel .carousel-details-overlay .newsletter-signup .signup-title {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .header-carousel .carousel-details-overlay .newsletter-signup .form-inner .input-control {
    padding: 21px 27px;
  }
  .header-carousel .carousel-details-overlay .newsletter-signup .form-inner .btn {
    font-size: 16px;
    width: 161px;
  }
  .header-carousel .carousel-details-overlay .newsletter-signup .signup-notice {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
@media (min-width: 1650px) {
  .header-carousel .carousel .slick-track .carousel-slide .bg {
    max-height: 1080px;
  }
  .header-carousel .carousel .slick-track .carousel-slide .carousel-inner .title {
    font-size: 64px;
    max-width: 778px;
  }
  .header-carousel .carousel .dir-btn.slick-prev {
    left: 10px;
  }
  .header-carousel .carousel .dir-btn.slick-next {
    right: 50px;
  }
  .header-carousel .carousel-details-overlay {
    min-width: 676px;
    width: 35%;
    padding: 38px;
  }
  .header-carousel .carousel-details-overlay .wrapper {
    width: 450px;
  }
  .header-carousel.publications .carousel .slick-track .carousel-slide .bg {
    max-height: 1080px;
    min-height: 856px;
    height: 80vh;
  }
  .header-carousel.publications .carousel .slick-track .carousel-slide .carousel-inner .header-row-wrapper .cover-container .header-book-cover {
    width: 356px;
  }
}

.ios .header-carousel.full-height .carousel .slick-track .carousel-slide .bg {
  height: calc(100vh - 80px);
}

section.header {
  position: relative;
  height: 510px;
}
section.header .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
section.header .header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 100px 0 105px 0;
}
section.header .header-wrapper.align-top-sm {
  justify-content: flex-start;
}
section.header .header-wrapper.align-bottom-sm {
  justify-content: flex-end;
}
section.header .header-wrapper.align-align-center-sm {
  justify-content: flex-end;
  text-align: center;
}
section.header .header-wrapper.text-center-sm {
  text-align: center;
}
section.header h1 {
  font-size: 42px;
  font-weight: 800;
  margin: 15px 0;
}
section.header .subtitle {
  font-size: 14px;
  margin-bottom: 23px;
}
section.header .subtitle p {
  margin: 0;
}
section.header .subtitle p a {
  color: #fff;
  text-decoration: underline;
}
section.header .bg {
  display: block;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  object-fit: cover;
}
section.header .bg.desktop {
  display: none;
}
section.header .btn .icon {
  font-size: 10px;
  padding-left: 5px;
}
section.header .posttype-category {
  margin-bottom: 10px;
}
section.header .effect {
  display: block;
  margin: 0;
  width: 100%;
  height: 40px;
  background-position-y: bottom;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
section.header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 43, 58, 0.4);
  z-index: 2;
}
section.header.publication-header {
  max-height: 580px;
  height: 560px;
}
section.header.publication-header .bg {
  object-fit: cover;
  object-position: center;
}
section.header.publication-header .header-wrapper {
  text-align: center;
  justify-content: flex-end;
  padding-bottom: 69px;
}
section.header.publication-header .header-wrapper h1 {
  margin-bottom: 20px;
  line-height: 1;
}
section.header.publication-header .header-wrapper .subtitle {
  font-size: 12px;
  margin-bottom: 30px;
}
section.header.publication-header .header-wrapper .btn {
  max-width: 209px;
  margin: 0 auto;
}
section.header.publication-header .cover-container .header-book-cover {
  display: block;
  height: 208px;
  width: auto;
  margin: 0 auto 14px auto;
}
section.header.full-height {
  height: 100vh;
}
@media (max-width: 1300px) {
  section.header.no-btn-sm .btn {
    text-align: left;
    background-color: transparent;
    padding: 0;
  }
}
@media (min-width: 768px) {
  section.header .header-wrapper {
    width: 499px;
  }
  section.header .header-wrapper.align-top-sm {
    justify-content: center;
  }
  section.header .header-wrapper.align-bottom-sm {
    justify-content: center;
  }
  section.header .header-wrapper.align-align-center-sm {
    justify-content: center;
    text-align: left;
  }
  section.header .posttype-category {
    margin-bottom: 18px;
  }
  section.header .posttype-category .text {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
  section.header h1 {
    margin: 0 0 13px 0;
    font-size: 56px;
  }
  section.header .subtitle {
    font-size: 18px;
    letter-spacing: 0.36px;
    margin-bottom: 57px;
  }
  section.header .subtitle p {
    margin: 0;
  }
  section.header .btn {
    width: fit-content;
  }
  section.header .bg.mobile {
    display: none;
  }
  section.header .bg.desktop {
    display: block;
  }
  section.header.publication-header {
    max-height: unset;
  }
  section.header.publication-header .header-wrapper {
    text-align: left;
    justify-content: center;
    width: 100%;
  }
  section.header.publication-header .header-wrapper .content-wrapper {
    width: 499px;
    flex-shrink: 0;
  }
  section.header.publication-header .header-wrapper h1 {
    margin-bottom: 30px;
  }
  section.header.publication-header .header-wrapper .btn {
    font-size: 16px;
    margin: 0;
    max-width: unset;
  }
  section.header.publication-header .header-wrapper .subtitle {
    font-size: inherit;
    margin-bottom: 70px;
  }
  section.header.publication-header .header-row-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.header.publication-header .header-row-wrapper .cover-container {
    order: 2;
    padding-right: 45px;
  }
  section.header.publication-header .header-row-wrapper .cover-container .header-book-cover {
    height: 255px;
  }
  section.header.publication-header .header-row-wrapper .content-wrapper {
    order: 1;
  }
}
@media (min-width: 1024px) {
  section.header.publication-header .header-row-wrapper .cover-container {
    padding-right: 45px;
  }
  section.header.publication-header .header-row-wrapper .cover-container .header-book-cover {
    height: 354px;
  }
}
@media (min-width: 1300px) {
  section.header {
    min-height: 672px;
    height: 85vh;
  }
  section.header.full-height {
    height: 100vh;
  }
  section.header.publication-header {
    height: 795px;
  }
  section.header.publication-header .header-wrapper h1 {
    font-size: 90px;
    max-width: 525px;
  }
  section.header.publication-header .header-row-wrapper .cover-container {
    padding-right: 45px;
  }
  section.header.publication-header .header-row-wrapper .cover-container .header-book-cover {
    height: 554px;
  }
}
@media (min-width: 1650px) {
  section.header {
    max-height: 1080px;
    min-height: 856px;
    height: 80vh;
  }
  section.header .header-wrapper {
    width: 100%;
  }
  section.header .header-wrapper.text-center-sm {
    text-align: left;
  }
  section.header .posttype-category {
    margin-bottom: 28px;
  }
  section.header .posttype-category .text {
    font-size: 22px;
    letter-spacing: 0.44px;
  }
  section.header h1 {
    max-width: 100%;
    font-size: 70px;
  }
  section.header .subtitle {
    font-size: 21px;
    letter-spacing: 0.42px;
    margin-bottom: 57px;
    width: 665px;
  }
  section.header .subtitle p {
    margin: 0;
  }
  section.header.publication-header .header-row-wrapper .cover-container {
    padding-right: 75px;
  }
  section.header.publication-header .header-row-wrapper .cover-container .header-book-cover {
    height: 583px;
  }
}

.post-grid .header {
  margin-bottom: 30px;
}
.post-grid .header .title {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}
.post-grid .header .learn-more {
  display: flex;
  align-items: center;
}
.post-grid .header .learn-more i {
  font-size: 10px;
  margin-left: 6px;
}
.post-grid .post-item {
  position: relative;
  color: #192B3A;
  text-decoration: none;
  border: 1px solid #BBC0C4;
  width: 100%;
}
.post-grid .post-item .post-image {
  display: block;
  margin: 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.post-grid .post-item .post-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 95%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 38px 22px;
  color: #fff;
}
.post-grid .post-item .post-date {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #748289;
  margin-bottom: 19px;
}
.post-grid .post-item .category {
  color: #004D9D;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  min-height: 17px;
}
.post-grid .post-item .title {
  position: relative;
  font-size: 21px;
  line-height: 1.23;
  font-weight: 700;
  margin-bottom: 17px;
}
.post-grid .post-item .learn-more {
  color: #fff;
  text-decoration: none;
}
.post-grid .post-item .learn-more i {
  font-size: 12px;
  margin-left: 2px;
}
.post-grid .post-item .excerpt {
  display: none;
}
.post-grid .post-item.item-card .post-details {
  position: relative;
  height: auto;
  background-image: none;
  color: #192B3A;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 150ms ease background-color;
}
.post-grid .post-item.item-card .title {
  height: 78px;
  margin-bottom: 9px;
  overflow: hidden;
}
.post-grid .post-item.item-card:hover .post-details {
  background-color: #EBEBEB;
}
.post-grid .load-more {
  display: block;
  color: #192B3A;
  text-align: center;
  text-align: center;
  margin: 100px 0;
  font-weight: 700;
}
.post-grid .grid-header {
  align-items: center;
  margin-bottom: 30px;
}
.post-grid .grid-header .title, .post-grid .grid-header h2 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 18px;
}
.post-grid .grid-header .subtitle {
  font-weight: 300;
}
.post-grid .grid-header .btn {
  padding: 8px 16px;
  font-weight: 400;
  border-width: 1px;
  margin-right: 5px;
  border-color: #748289;
}
.post-grid .grid-header .btn:last-of-type {
  margin-right: 0px;
}
.post-grid .grid-header .btn.btn-primary {
  color: #192B3A;
  border-color: #004D9D;
  border-width: 2px;
}
.post-grid .grid-header .widget_archive select {
  border: 1px solid #748289;
  display: block;
  padding: 8px;
  border-radius: 5px;
  font-family: 400;
  width: 25%;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1kb3duIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNjQ2IDQuNjQ2YS41LjUgMCAwIDEgLjcwOCAwTDggMTAuMjkzbDUuNjQ2LTUuNjQ3YS41LjUgMCAwIDEgLjcwOC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDggMGwtNi02YS41LjUgMCAwIDEgMC0uNzA4eiIvPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: 99% center;
}
.post-grid .grid-header .col {
  margin-top: 18px;
}
.post-grid .grid-header .col.news-grid-datefilter {
  max-width: 256px;
}
.post-grid .grid-header .col:first-of-type {
  margin-top: 0;
}
.post-grid.news-page .grid-header .header-controls {
  display: flex;
  width: 100%;
  overflow-x: auto;
}
.post-grid.news-page .grid-header .header-controls .btn {
  flex-shrink: 0;
  padding: 15px 28px 12px 28px;
  font-weight: bold;
  line-height: 1;
}
.post-grid.news-page .grid-header .header-controls .widget_archive select {
  padding: 15px;
}
.post-grid.search-page {
  padding-top: 120px;
}
.post-grid.search-page .grid-header .title, .post-grid.search-page .grid-header h2 {
  margin-bottom: 7px;
}
.post-grid.search-page .grid-header .subtitle {
  font-size: 14px;
}
@media (max-width: 1300px) {
  .post-grid .post-item.item-card-xs .post-details {
    position: relative;
    height: auto;
    background-image: none;
    color: #192B3A;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .post-grid .post-item.item-card-xs .title {
    margin-bottom: 14px;
  }
}
@media (min-width: 1300px) {
  .post-grid .header {
    margin-top: -50px;
    margin-bottom: 33px;
  }
  .post-grid .header .title {
    font-size: 28px;
    letter-spacing: 0.56px;
  }
  .post-grid .layout .post-item {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .post-grid .layout .post-item .posttype-category .text {
    font-size: 12px;
    padding: 0 8px;
  }
  .post-grid .layout .post-item .post-image {
    width: 50%;
    height: 100%;
    max-height: 300px;
    flex-shrink: 0;
  }
  .post-grid .layout .post-item .excerpt {
    display: block;
  }
  .post-grid .layout .post-item .post-date {
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .post-grid .layout .post-item .post-details {
    position: relative;
    background: transparent;
    display: block;
    color: #192B3A;
    padding: 40px;
    height: auto;
    border-top: 1px solid #BBC0C4;
  }
  .post-grid .layout .post-item .title {
    font-size: 18px;
    line-height: 1.11;
    font-weight: 700;
    letter-spacing: 0.36px;
    margin-bottom: 8px;
    max-height: 57px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .post-grid .layout .post-item .learn-more {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #192B3A;
    font-weight: 700;
  }
  .post-grid .layout .post-item .learn-more i {
    font-size: 8px;
    margin-left: 6px;
  }
  .post-grid .layout .post-item.span-horizontal .post-details {
    padding-right: 107px;
  }
  .post-grid .layout .post-item.span-horizontal .post-image {
    flex: 0 0 50%;
    min-height: 100%;
    max-height: 450px;
  }
  .post-grid .layout .post-item.span-horizontal .post-date {
    margin-top: 55px;
    margin-bottom: 18px;
  }
  .post-grid .layout .post-item.span-horizontal .title {
    font-size: 28px;
    letter-spacing: 0.56px;
    max-height: 100%;
  }
  .post-grid .layout .post-item.span-horizontal .excerpt {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 1.23;
    margin-bottom: 10px;
    max-height: 60px;
    overflow: hidden;
  }
  .post-grid .post-item.item-card, .post-grid .post-item.item-card-lg {
    padding: 0px;
    display: block;
  }
  .post-grid .post-item.item-card .post-image, .post-grid .post-item.item-card-lg .post-image {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
  .post-grid .post-item.item-card .post-details, .post-grid .post-item.item-card-lg .post-details {
    padding: 35px;
    margin: 0;
  }
  .post-grid .post-item.item-card .title, .post-grid .post-item.item-card-lg .title {
    height: 97px;
    -webkit-line-clamp: initial;
    overflow: hidden;
  }
  .post-grid .post-item.item-card .title span, .post-grid .post-item.item-card-lg .title span {
    max-height: 74px;
  }
  .post-grid .grid-header {
    display: flex;
    align-items: center;
    margin-bottom: 75px;
  }
  .post-grid .grid-header .title, .post-grid .grid-header h2 {
    font-size: 28px;
    letter-spacing: 0.56px;
    margin-bottom: 0;
    margin-right: 32px;
  }
  .post-grid .grid-header .btn {
    padding: 21px 28px;
    margin-right: 10px;
  }
  .post-grid .grid-header .widget_archive select {
    width: 100%;
    padding: 16px;
  }
  .post-grid.news-page {
    padding-bottom: 165px;
  }
  .post-grid.news-page .grid-header {
    display: block;
  }
  .post-grid.search-page {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1650px) {
  .post-grid .header .title {
    font-size: 42px;
    letter-spacing: 0.84px;
  }
  .post-grid .layout .post-item .title {
    font-size: 21px;
    letter-spacing: 0.42px;
    margin-bottom: 14px;
    max-height: 100%;
  }
  .post-grid .layout .post-item .posttype-category .text {
    font-size: 14px;
    padding: 0 10px;
  }
  .post-grid .layout .post-item.span-horizontal .post-details {
    padding: 85px;
    margin-left: 0;
  }
  .post-grid .layout .post-item.span-horizontal .post-image {
    max-height: 550px;
  }
  .post-grid .layout .post-item.span-horizontal .post-date {
    margin-top: 5px;
    margin-bottom: 28px;
  }
  .post-grid .layout .post-item.span-horizontal .title {
    font-size: 42px;
    letter-spacing: 0.84px;
  }
  .post-grid .layout .post-item.span-horizontal .excerpt {
    font-size: 18px;
    letter-spacing: 0.42px;
    margin-bottom: 20px;
    max-height: 100%;
  }
  .post-grid.news-page .grid-header .col {
    width: auto;
  }
}

.tile-grid .tile-item {
  width: 100%;
  position: relative;
}
.tile-grid .tile-item .tile-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 60px 38px;
}
.tile-grid .tile-item .tile .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.tile-grid .tile-item .tile .excerpt {
  font-size: 14px;
  line-height: 1.42;
  margin-bottom: 17px;
}
.tile-grid .tile-item .tile .excerpt p {
  margin-top: 0;
}
.tile-grid .tile-item .tile .excerpt p:last-of-type {
  margin-bottom: 0;
}
.tile-grid .tile-item .tile .learn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.tile-grid .tile-item .tile .learn-more i {
  font-size: 8px;
  margin-left: 6px;
}
.tile-grid .tile-item .video-link {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
}
.tile-grid .tile-item .video-link i {
  font-size: 34px;
}
.tile-grid .tile-item .video-link span {
  font-size: 12px;
  padding: 0 13px;
}
.tile-grid .tile-item .tile-bg {
  display: block;
  width: 100%;
  height: 540px;
  margin: 0;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .tile-grid .tile-item .tile-content {
    padding: 45px 20px;
  }
  .tile-grid .tile-item .tile-bg {
    height: 100%;
  }
}
@media (min-width: 1300px) {
  .tile-grid .tile-item .tile-content {
    padding: 108px 0;
  }
  .tile-grid .tile-item .tile {
    width: 100%;
    margin: 0 auto;
  }
  .tile-grid .tile-item .tile .title {
    font-size: 42px;
    letter-spacing: 0.84px;
    font-weight: 800;
    margin-bottom: 16px;
  }
  .tile-grid .tile-item .tile .excerpt {
    font-size: 18px;
    width: 475px;
    margin: 0 auto 29px auto;
  }
  .tile-grid .tile-item .tile-bg {
    height: 100%;
  }
  .tile-grid .tile-item .video-link span {
    font-size: 18px;
    padding: 0 21px;
  }
  .tile-grid .tile-item .video-link i {
    font-size: 45px;
  }
}

section.carousel {
  color: #fff;
  position: relative;
}
section.carousel .carousel-inner {
  position: relative;
  z-index: 5;
}
section.carousel .carousel-inner .dir-btn {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  color: #fff;
  cursor: pointer;
}
section.carousel .carousel-inner .dir-btn i {
  font-size: 35px;
}
section.carousel .carousel-slide {
  padding: 100px 0;
  text-align: center;
}
section.carousel .carousel-slide img {
  display: none;
  margin: 0;
}
section.carousel .carousel-slide h3 {
  margin: 0 0 24px 0;
  font-weight: 700;
}
section.carousel .carousel-slide p {
  font-size: 12px;
}
section.carousel .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none !important;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.carousel .slick-dots li {
  margin: 0 17px 0 0;
}
section.carousel .slick-dots li button {
  display: block;
  padding: 0;
  background-color: #F5F5F7;
  width: 15px;
  height: 15px;
  border: 0;
  color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 250ms ease background-color;
}
section.carousel .slick-dots li.slick-active button {
  background-color: #004D9D;
}
section.carousel .slick-dots li:last-of-type {
  margin-right: 0;
}
section.carousel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 43, 57, 0.5);
  z-index: 1;
}
section.carousel .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (min-width: 1300px) {
  section.carousel {
    padding: 134px 0;
  }
  section.carousel .carousel-inner {
    padding: 0 95px;
  }
  section.carousel .carousel-inner .dir-btn {
    display: block;
  }
  section.carousel .carousel-inner .dir-btn i {
    font-size: 35px;
  }
  section.carousel .carousel-inner .dir-btn.slick-prev {
    left: 0px;
  }
  section.carousel .carousel-inner .dir-btn.slick-next {
    right: 0px;
  }
  section.carousel .carousel-slide {
    padding: 0;
    text-align: left;
  }
  section.carousel .carousel-slide .container {
    width: 100%;
    display: flex;
    align-items: center;
  }
  section.carousel .carousel-slide .container h3 {
    font-size: 28px;
    letter-spacing: 0.56px;
    margin-bottom: 23px;
  }
  section.carousel .carousel-slide .container p {
    font-size: 18px;
  }
  section.carousel .carousel-slide .container .slide-content {
    font-size: 18px;
    padding-right: 58px;
    flex-grow: 1;
  }
  section.carousel .carousel-slide .container img {
    display: block;
    width: 341px;
  }
  section.carousel .slick-dots {
    display: flex !important;
    bottom: -28px;
  }
  section.carousel .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 1650px) {
  section.carousel .carousel-slide .container h3 {
    font-size: 38px;
    letter-spacing: 0.76px;
    margin-bottom: 33px;
  }
  section.carousel .carousel-slide .container .slide-content {
    font-size: 21px;
  }
  section.carousel .carousel-slide .container img {
    width: 441px;
  }
}

.text-hero {
  position: relative;
  text-align: center;
  background-color: #F5F5F7;
  padding: 119px 0;
}
.text-hero .title {
  max-width: 280px;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.36px;
  font-weight: 800;
  margin: 0 auto 15px auto;
}
.text-hero .sub-title {
  max-width: 270px;
  font-size: 12px;
  font-weight: 300;
  margin: 0 auto 25px auto;
}
.text-hero .top-effect {
  position: absolute;
  top: 0;
  width: 100%;
  height: 15px;
  background-size: contain;
  background-repeat: repeat-x;
}
.text-hero .socials-list {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}
.text-hero .socials-list a {
  display: block;
  margin: 0 10px;
  color: #004D9D;
  text-decoration: none;
  font-size: 42px;
}
.text-hero .socials-list a .icon-facebook {
  position: relative;
}
.text-hero .socials-list a .icon-facebook::before {
  position: relative;
  z-index: 2;
}
.text-hero .socials-list a .icon-facebook::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(0.7);
}
.text-hero.no-spacing {
  margin-top: 0px !important;
}
.text-hero.keep-updated {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #192B3A;
  color: #fff;
}
.text-hero.keep-updated .title {
  max-width: none;
}
.text-hero.keep-updated .content {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.21;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.text-hero.keep-updated .form-inner {
  display: flex;
  margin: 20px auto 0 auto;
  max-width: 916px;
}
.text-hero.keep-updated .form-inner .input-control {
  font-family: "Neue Helvetica W05", "Helvetica Neue", sans-serif;
  padding: 16px;
  flex-grow: 1;
  background-color: #fff;
  border: 1px solid #fff;
  border-right: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #141414;
}
.text-hero.keep-updated .form-inner .input-control:focus {
  outline: 0;
}
.text-hero.keep-updated .form-inner .btn {
  font-family: "Neue Helvetica W05", "Helvetica Neue", sans-serif;
  font-size: 16px;
  padding: 0;
  background-color: #004D9D;
  color: #fff;
  width: 113px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 16px 30px 14px 30px;
  font-size: 12px;
  letter-spacing: 0.24px;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .text-hero .title {
    max-width: 467px;
    font-size: 21px;
    margin-bottom: 18px;
  }
  .text-hero .sub-title {
    font-size: 18px;
    max-width: 467px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1300px) {
  .text-hero {
    padding: 170px 0;
  }
  .text-hero .title {
    font-size: 38px;
    letter-spacing: 0.84px;
  }
  .text-hero .title.theme-font {
    font-size: 53px;
  }
  .text-hero .sub-title {
    font-size: 21px;
    max-width: 836px;
    margin: 0 auto 28px auto;
  }
  .text-hero.keep-updated {
    margin-top: 100px;
    padding: 122px 0;
  }
  .text-hero.keep-updated .title {
    margin-bottom: 12px;
  }
  .text-hero.keep-updated .content {
    margin-top: 12px;
    margin-bottom: 40px;
    font-size: 21px;
    width: 100%;
  }
  .text-hero .socials-list {
    margin: 0 -16px;
  }
  .text-hero .socials-list a {
    margin: 0 16px;
    font-size: 65px;
  }
}

.text-block .title {
  font-size: 38px;
  text-align: center;
  margin-bottom: 35px;
}
.text-block .content {
  text-align: center;
  max-width: 330px;
  margin: auto;
}
.text-block .content a {
  color: #192B3A;
  text-decoration: underline;
}
.text-block .img, .text-block .video-poster {
  display: block;
  width: 100%;
  margin-top: 49px;
}
.text-block .img {
  margin: 0;
}
.text-block .video-poster {
  text-decoration: none;
  position: relative;
}
.text-block .video-poster .graphic-warning {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #FECF2F;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.28px;
}
.text-block .video-poster .watch-link-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.text-block .video-poster .watch-link-wrapper .watch-link {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(7px);
}
.text-block .video-poster .watch-link-wrapper .icon {
  font-size: 35px;
}
.text-block .video-poster .watch-link-wrapper span {
  font-size: 12px;
  padding: 0 13px;
}
.text-block .video-poster .img {
  min-height: 250px;
  object-fit: cover;
}
.text-block .pretitle {
  font-size: 16px;
  letter-spacing: 0.32px;
  margin-bottom: 12px;
  text-align: center;
}
.text-block .btn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  width: fit-content;
}
.text-block .btn i {
  position: relative;
  top: -2px;
  font-size: 11px;
  margin-left: 5px;
}
.text-block.media-top .container, .text-block.media-left .container {
  display: flex;
  flex-direction: column;
}
.text-block.media-top .content-wrapper, .text-block.media-left .content-wrapper {
  order: 2;
}
.text-block.media-top .img, .text-block.media-left .img {
  order: 1;
  margin-bottom: 48px;
}
.text-block.media-left .pretitle, .text-block.media-left .title, .text-block.media-left .content, .text-block.media-right .pretitle, .text-block.media-right .title, .text-block.media-right .content {
  text-align: left;
}
.text-block.has-media .content {
  max-width: 100%;
}
.text-block.align-left .content, .text-block.align-left .title {
  text-align: left;
}
.text-block.wide .content {
  max-width: 100% !important;
}
.text-block.style-blog .title {
  font-size: 22px;
  line-height: 1.27;
  font-weight: 800;
  text-align: left;
  margin-bottom: 30px;
}
.text-block.style-blog .content {
  font-size: 16px;
  text-align: left;
  font-weight: 300;
  max-width: 100%;
  line-height: 1.62;
}
.text-block.style-blog .content strong {
  font-size: 18px;
}
.text-block.style-blog .btn {
  margin-top: 30px;
}
.text-block.style-text-page {
  padding: 50px 0;
}
.text-block.style-text-page .title {
  font-size: 32px;
  font-weight: 700;
  font-weight: 800;
  color: #004D9D;
}
.text-block.style-text-page h1, .text-block.style-text-page h2, .text-block.style-text-page h3, .text-block.style-text-page h4, .text-block.style-text-page h5, .text-block.style-text-page h6 {
  color: #004D9D;
}
@media (min-width: 768px) {
  .text-block.style-blog .content-wrapper, .text-block.style-blog .img {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
  .text-block.style-blog .title {
    font-size: 28px;
  }
  .text-block.style-blog .btn {
    margin-top: 39px;
    margin-right: auto;
    margin-left: 0;
  }
  .text-block.style-text-page .title {
    font-size: 34px;
  }
}
@media (min-width: 1300px) {
  .text-block .title {
    font-size: 60px;
    margin-bottom: 38px;
  }
  .text-block .content {
    max-width: 752px;
    margin: 0 auto;
  }
  .text-block .img, .text-block .video-poster {
    margin-top: 43px;
  }
  .text-block .video-poster .graphic-warning {
    font-size: 14px;
    letter-spacing: 0.28px;
    margin: 0;
    text-align: left;
    bottom: 31px;
    left: 51px;
  }
  .text-block .video-poster .watch-link-wrapper {
    height: 55px;
  }
  .text-block .video-poster .watch-link-wrapper span {
    font-size: 18px;
    padding: 0 22px;
  }
  .text-block .video-poster .watch-link-wrapper .icon {
    font-size: 55px;
  }
  .text-block .pretitle {
    font-size: 21px;
    letter-spacing: 0.42px;
    margin-bottom: 16px;
  }
  .text-block .btn {
    margin-top: 69px;
  }
  .text-block.media-top .img, .text-block.media-top .video-poster {
    margin-top: 0px;
    margin-bottom: 73px;
  }
  .text-block.media-left .container, .text-block.media-right .container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .text-block.media-left .img, .text-block.media-left .video-poster, .text-block.media-right .img, .text-block.media-right .video-poster {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .text-block.media-left .content, .text-block.media-left .title, .text-block.media-left .pretitle, .text-block.media-right .content, .text-block.media-right .title, .text-block.media-right .pretitle {
    text-align: left;
  }
  .text-block.media-left .pretitle, .text-block.media-right .pretitle {
    font-size: 18px;
  }
  .text-block.media-left .title, .text-block.media-right .title {
    font-size: 50px;
  }
  .text-block.media-left .btn, .text-block.media-right .btn {
    margin-left: 0;
    margin-right: 0;
  }
  .text-block.media-left .img {
    order: 1;
    padding-right: 35px;
  }
  .text-block.media-left .content-wrapper {
    order: 2;
    padding-left: 35px;
  }
  .text-block.media-right .img {
    padding-left: 35px;
  }
  .text-block.media-right .content-wrapper {
    padding-right: 35px;
  }
  .text-block.has-media .content {
    max-width: inherit;
  }
  .text-block.style-blog .content-wrapper, .text-block.style-blog .img {
    max-width: 1016px;
    margin-left: auto;
    margin-right: auto;
  }
  .text-block.style-blog .title {
    font-size: 46px;
    line-height: 1.13;
    margin-bottom: 60px;
  }
  .text-block.style-blog .content {
    font-size: 18px;
    line-height: 1.55;
  }
  .text-block.style-blog .content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .text-block.style-blog .btn {
    margin-top: 40px;
  }
}
@media (min-width: 1650px) {
  .text-block .img, .text-block .video-poster {
    margin-top: 73px;
  }
  .text-block .video-poster .graphic-warning {
    font-size: 16px;
    letter-spacing: 0.32px;
    bottom: 51px;
    left: 61px;
  }
  .text-block.media-left .img, .text-block.media-right .img {
    width: 100%;
  }
  .text-block.media-left .pretitle, .text-block.media-right .pretitle {
    font-size: 21px;
  }
  .text-block.media-left .title, .text-block.media-right .title {
    font-size: 60px;
  }
  .text-block.media-left .img {
    padding-right: 65px;
  }
  .text-block.media-left .content-wrapper {
    padding-left: 65px;
  }
  .text-block.media-right .img {
    padding-left: 65px;
  }
  .text-block.media-right .content-wrapper {
    padding-right: 65px;
  }
}

.theme-bravery .text-hero .title {
  font-size: 36px;
}
@media (min-width: 1300px) {
  .theme-bravery .text-hero .title {
    font-size: 53px;
  }
}

section.book-details .layout .cover-container .cover {
  width: 252px;
  margin: 0 auto;
  position: relative;
}
section.book-details .layout .cover-container img {
  display: block;
  margin: 0;
  width: 100%;
}
section.book-details .layout .cover-container .preorder-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  color: #fff;
  background-color: #004D9D;
  font-weight: 700;
  position: absolute;
  right: -20px;
  bottom: 40px;
}
section.book-details .layout .details {
  margin-top: 40px;
}
section.book-details .layout .details h2 {
  margin: 0 0 30px 0;
  font-weight: 800;
}
section.book-details .layout .details h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
section.book-details .layout .details .content {
  font-weight: 300;
}
section.book-details .layout .details .content a {
  color: #192B3A;
  text-decoration: underline;
}
section.book-details .layout .order-layout {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  margin-top: 48px;
}
section.book-details .layout .order-layout .order-col {
  padding: 40px;
  border-radius: 4px;
  background-color: #F5F5F7;
}
section.book-details .layout .order-layout .order-col .platform {
  font-weight: 700;
  margin-bottom: 10px;
}
section.book-details .layout .order-layout .order-col .platform-details {
  font-size: 14px;
  color: #748289;
  line-height: 1.44;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  section.book-details .layout {
    display: flex;
    flex-wrap: nowrap;
  }
  section.book-details .layout .cover-container {
    margin-right: 35px;
    flex-shrink: 0;
  }
  section.book-details .layout .cover-container .cover {
    position: sticky;
    top: 100px;
  }
  section.book-details .layout .details {
    margin-top: 0;
  }
  section.book-details .layout .details h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  section.book-details .layout .details h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section.book-details .layout .order-layout .order-col {
    padding: 32px;
  }
  section.book-details .layout .order-layout .order-col .platform {
    font-size: 21px;
    letter-spacing: 0.42px;
    margin-bottom: 9px;
  }
  section.book-details .layout .order-layout .order-col .platform-details {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  section.book-details {
    margin-top: 105px;
  }
  section.book-details .layout .cover-container {
    margin-right: 35px;
  }
  section.book-details .layout .cover-container .cover {
    position: relative;
    top: 0;
    width: 100%;
  }
  section.book-details .layout .cover-container img {
    width: 373px;
  }
  section.book-details .layout .cover-container .preorder-badge {
    font-size: 16px;
    letter-spacing: 0.16px;
    width: 128px;
    height: 128px;
    bottom: 45px;
  }
  section.book-details .layout .details h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  section.book-details .layout .details h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  section.book-details .layout .order-layout {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 10px;
  }
}
@media (min-width: 1650px) {
  section.book-details .layout .cover-container {
    margin-right: 55px;
  }
  section.book-details .layout .cover-container img {
    width: 473px;
  }
  section.book-details .layout .cover-container .preorder-badge {
    font-size: 19px;
    letter-spacing: 0.19px;
    width: 168px;
    height: 168px;
    bottom: 75px;
  }
  section.book-details .layout .details h2 {
    font-size: 46px;
    margin-bottom: 40px;
  }
  section.book-details .layout .details h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  section.book-details .layout .order-layout {
    gap: 40px;
  }
  section.book-details .layout .order-layout .order-col {
    padding: 52px;
  }
  section.book-details .layout .order-layout .order-col .platform-details {
    font-size: 18px;
  }
}

.news-article {
  padding: 25px 0 75px 0;
}
.news-article .container {
  padding-top: 50px;
}
.news-article h1 {
  margin: 0;
}
.news-article a:has(img.expands-when-clicked) {
  cursor: auto;
  pointer-events: none;
}
.news-article a img.expands-when-clicked {
  pointer-events: none;
  cursor: auto;
}
.news-article .expanded-image-container {
  display: none;
}
.news-article .article-detail {
  margin: 0 auto 54px auto;
}
.news-article .article-detail ul {
  display: flex;
  padding: 0;
  margin: 0 -10px;
  list-style: none;
  font-size: 14px;
}
.news-article .article-detail ul li {
  position: relative;
  padding: 0 10px;
}
.news-article .article-detail ul li a {
  color: #141414;
  text-decoration: none;
}
.news-article .article-detail ul li a:hover {
  text-decoration: underline;
}
.news-article .article-detail ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #004D9D;
}
.news-article .article-detail ul li:last-of-type::after {
  display: none;
}
.news-article .aspect-16-9 {
  margin: 0 0 54px 0;
}
.news-article .aspect-16-9 .banner-img {
  display: block;
  width: 100%;
}
.news-article .content {
  margin: auto;
  font-weight: 300;
  line-height: 1.5;
}
.news-article .content blockquote {
  position: relative;
  background-color: #004D9D;
  color: #fff;
  margin: 20px 0;
  font-size: 22px;
  padding: 31px 31px 31px 100px;
}
.news-article .content blockquote .quote-by {
  font-style: italic;
}
.news-article .content blockquote::before {
  content: "\e907";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "polls" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 49px;
  height: 49px;
  width: 49px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 31px;
  margin: auto;
}
.news-article .content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.news-article .content a {
  color: #192B3A;
  text-decoration: underline;
}
.news-article .content .article-moreonsite {
  color: #004D9D;
  text-decoration: none;
}
.news-article .content .article-moreonsite i {
  font-size: 14px;
}
.news-article .content .article-moreonsite.btn {
  color: #fff;
}
.news-article .content .article-moreonsite.btn i {
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.news-article .related-images {
  margin-top: 56px;
}
.news-article .related-images .related-inner {
  margin-left: -5px;
  margin-right: -5px;
}
.news-article .related-images .slick-track {
  justify-content: space-between;
}
.news-article .related-images .slick-slide {
  padding: 0 5px;
}
.news-article .related-images .slick-slide img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.news-article .available-pdfs {
  margin-top: 65px;
}
.news-article .available-pdfs .pdf-download {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 16px;
}
.news-article .available-pdfs .pdf-download .icon-wrapper {
  display: block;
  height: 40px;
  width: 40px;
  background-color: #004D9D;
  color: #fff;
  padding: 10px;
  margin-right: 10px;
}
.news-article .available-pdfs .pdf-download .icon-wrapper .icon {
  font-size: 20px;
}
.news-article .available-pdfs .pdf-download:last-of-type {
  margin-bottom: 0;
}
.news-article .chart-container {
  width: 100%;
  margin: 30px 0;
}
@media (min-width: 1300px) {
  .news-article {
    padding: 80px 0 150px 0;
  }
  .news-article .container {
    padding-top: 109px;
  }
  .news-article .container blockquote {
    padding: 31px 61px 31px 181px;
  }
  .news-article .container blockquote::before {
    left: 61px;
    font-size: 80px;
    height: 80px;
    width: 80px;
  }
  .news-article .article-detail {
    margin-bottom: 75px;
  }
  .news-article .article-detail h1 {
    font-size: 46px;
    font-weight: 800;
  }
  .news-article .article-detail ul {
    margin: 19px -15px 0 -15px;
    font-size: 16px;
  }
  .news-article .article-detail ul li {
    padding: 0 15px;
  }
  .news-article .article-detail ul li::after {
    width: 2px;
  }
  .news-article .article-detail, .news-article .content {
    width: 975px;
  }
  .news-article .content {
    line-height: 1.44;
  }
  .news-article .related-images {
    margin-top: 76px;
  }
  .news-article .chart-container {
    margin: 75px 0;
  }
}
@media (min-width: 1650px) {
  .news-article .container {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .news-article a:has(img.expands-when-clicked) {
    cursor: pointer;
    pointer-events: auto;
  }
  .news-article a img.expands-when-clicked {
    cursor: pointer;
    pointer-events: auto;
  }
  .news-article .expanded-image-container:has(img:not([src=""])) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 100px;
  }
  .news-article .expanded-image-container:has(img:not([src=""])) .expanded-image-content {
    width: 100%;
    z-index: 1000;
    height: 100%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .news-article .expanded-image-container:has(img:not([src=""])) img {
    max-width: 100%;
    max-height: 100%;
  }
  .news-article .expanded-image-container:has(img:not([src=""])) span {
    --image-x-offset: 0px;
    --image-y-offset: 0px;
    position: absolute;
    right: calc(var(--image-x-offset) - 25px);
    top: var(--image-y-offset);
    cursor: pointer;
    background-color: #F5F5F7;
    border: solid 2px #004D9D;
    color: #004D9D;
    transform: translate(100%, -50%);
    border-radius: 50%;
    padding: 6.5px;
  }
}

section.highlighted-block {
  background-color: #192B3A;
  color: #fff;
}
section.highlighted-block a {
  color: #fff;
  text-decoration: underline;
}
section.highlighted-block .image-wrapper {
  margin-left: -100%;
  margin-left: calc(50% - 50vw);
  margin-right: -100%;
  margin-right: calc(50% - 50vw);
}
section.highlighted-block .image-wrapper img {
  display: block;
  width: 100%;
}
section.highlighted-block .content-wrapper {
  padding: 40px 0 60px 0;
}
section.highlighted-block .title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 25px;
}
section.highlighted-block .title.title-image {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: contain;
  object-position: left;
  margin-bottom: 0;
}
section.highlighted-block .content {
  margin-top: 18px;
  margin-bottom: 35px;
  font-weight: 300;
  line-height: 1.375;
}
section.highlighted-block .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
  text-decoration: none;
  max-width: 293px;
}
section.highlighted-block .btn i {
  font-size: 11px;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
section.highlighted-block.grouped {
  margin-top: 15px;
}
@media (min-width: 768px) {
  section.highlighted-block .container {
    display: flex;
  }
  section.highlighted-block .image-wrapper {
    width: 50%;
    flex-shrink: 0;
    overflow: hidden;
  }
  section.highlighted-block .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.highlighted-block.position-left .image-wrapper {
    margin-right: 0px;
  }
  section.highlighted-block.position-left .content-wrapper {
    padding-left: 20px;
  }
  section.highlighted-block.position-right .image-wrapper {
    margin-left: 0px;
    order: 2;
  }
  section.highlighted-block.position-right .content-wrapper {
    order: 1;
    padding-right: 20px;
  }
}
@media (min-width: 1300px) {
  section.highlighted-block .container {
    min-height: 876px;
  }
  section.highlighted-block .image-wrapper {
    width: 65%;
  }
  section.highlighted-block .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  section.highlighted-block .title {
    font-size: 42px;
    letter-spacing: 0.84px;
  }
  section.highlighted-block .content {
    font-size: 21px;
  }
  section.highlighted-block.position-left .content-wrapper {
    padding-left: 50px;
  }
  section.highlighted-block.position-right .content-wrapper {
    padding-right: 50px;
  }
}
@media (min-width: 1650px) {
  section.highlighted-block .container {
    justify-content: space-between;
    min-height: 1080px;
  }
  section.highlighted-block .content-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  section.highlighted-block .image-wrapper img {
    width: 75%;
    min-width: 1098px;
  }
  section.highlighted-block.position-left .content-wrapper {
    padding-left: 132px;
  }
  section.highlighted-block.position-right .content-wrapper {
    padding-right: 132px;
  }
}

section.questions-answers {
  margin-top: 59px;
}
section.questions-answers .question {
  padding: 28px 0;
  border-bottom: 3px solid #EBEBEB;
}
section.questions-answers .question .question-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
section.questions-answers .question .question-head .regards {
  font-size: 18px;
  font-weight: 700;
  color: #004D9D;
}
section.questions-answers .question .question-head .date {
  white-space: nowrap;
  flex-wrap: nowrap;
}
section.questions-answers .question .question-body {
  font-weight: 300;
}
section.questions-answers .question .question-body .read-answer {
  display: block;
  margin-top: 10px;
  color: #192B3A;
  text-decoration: underline;
}
section.questions-answers .question:last-of-type {
  border-bottom: none;
}
section.questions-answers .show-more {
  display: block;
  margin: 75px 0;
  text-align: center;
  font-weight: 700;
  text-decoration: underline;
  color: #192B3A;
}
@media (min-width: 768px) {
  section.questions-answers .container {
    width: 630px;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  section.questions-answers {
    margin-top: 60px;
  }
  section.questions-answers .question {
    padding: 48px 0;
  }
  section.questions-answers .question .question-head {
    margin-bottom: 18px;
  }
  section.questions-answers .question .question-head .regards {
    font-size: 21px;
  }
  section.questions-answers .question .question-body .read-answer {
    margin-top: 18px;
  }
  section.questions-answers .show-more {
    margin: 123px 0;
  }
}
@media (min-width: 1300px) {
  section.questions-answers .container {
    width: 1016px;
  }
}

.form-split {
  padding: 67px 0;
}
.form-split .content {
  margin-bottom: 35px;
}
.form-split .title {
  font-size: 32px;
  font-weight: 800;
  color: #004D9D;
  line-height: 1;
}
.form-split .subcontent {
  margin-top: 17px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.38;
}
.form-split .subcontent a {
  color: #192B3A;
  text-decoration: underline;
}
.form-split .btn {
  margin-top: 42px;
  display: block;
  width: 100%;
  max-width: 264px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .form-split .container {
    display: flex;
    justify-content: space-between;
  }
  .form-split .container .content {
    width: 45%;
    margin-bottom: 0;
  }
  .form-split .container .title {
    font-size: 55px;
  }
  .form-split .container .subcontent {
    margin-top: 10px;
  }
  .form-split .container .form {
    width: 45%;
  }
  .form-split .btn {
    font-size: 18px;
  }
  .form-split.side-left .container {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1300px) {
  .form-split {
    padding: 143px 0;
  }
  .form-split .container {
    display: flex;
    justify-content: space-between;
  }
  .form-split .container .content {
    width: 470px;
    margin-bottom: 0;
  }
  .form-split .container .title {
    font-size: 70px;
  }
  .form-split .container .subcontent {
    margin-top: 20px;
  }
  .form-split .container .form {
    width: 520px;
  }
}
@media (min-width: 1650px) {
  .form-split .container .content {
    width: 572px;
    letter-spacing: 0px;
  }
  .form-split .container .title {
    font-size: 90px;
  }
  .form-split .container .subcontent {
    font-size: 21px;
  }
  .form-split .container .form {
    width: 620px;
    margin-right: 130px;
  }
}

.gallery .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .gallery .content {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1300px) {
  .gallery .content {
    max-width: 1016px;
  }
}

section.gallery.no-spacing {
  margin-top: 0;
  margin-bottom: -80px;
}
@media (min-width: 1300px) {
  section.gallery.no-spacing {
    margin-bottom: -140px;
  }
}

section.new-book-banner {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #000;
}
section.new-book-banner img {
  display: block;
  width: 100%;
  max-width: 1170px;
  border: 2px solid #fff;
}
section.new-book-banner .container {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  section.new-book-banner .container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  section.new-book-banner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  section.new-book-banner img {
    width: 80%;
    margin: 0 auto;
  }
}

.trending-topics .topics-carousel-wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.trending-topics .category {
  display: block;
  position: relative;
  width: 204px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
}
.trending-topics .category .bg {
  display: block;
  width: 100%;
  margin: 0;
}
.trending-topics .category .bg.bg-noimg {
  height: 284px;
  background-color: #004D9D;
  border-radius: 10px;
}
.trending-topics .category .name {
  position: absolute;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  bottom: 20px;
  left: 16px;
}
.trending-topics .category .overlay {
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}
.trending-topics .category:first-of-type {
  margin-left: 22px;
}
.trending-topics .category:last-of-type {
  margin-right: 0px;
}
.trending-topics .container {
  position: relative;
}
.trending-topics .dir-btn {
  display: block;
  position: absolute;
  right: 80px;
  top: 5px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.trending-topics .dir-btn.slick-prev {
  right: 100px;
}
@media (min-width: 1300px) {
  .trending-topics .topics-carousel-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  .trending-topics .section-header .viewall .icon {
    display: none;
  }
  .trending-topics .category {
    margin-right: 16px;
  }
}
@media (min-width: 1650px) {
  .trending-topics .category:first-of-type {
    margin-left: 0;
  }
}

.category-list .categories-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
.category-list .letter-heading {
  font-size: 20px;
  padding-bottom: 15px;
  color: #004D9D;
  font-weight: 700;
  border-bottom: 1px solid #BBC0C4;
  margin-bottom: 15px;
}
.category-list .categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-list .categories ul a {
  display: block;
  padding: 5px 0;
  color: #192B3A;
  text-decoration: none;
}
.category-list .categories ul a:hover {
  text-decoration: underline;
}
@media (min-width: 1300px) {
  .category-list .categories-grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 40px;
    row-gap: 77px;
  }
  .category-list .letter-heading {
    font-size: 32px;
    padding-bottom: 32px;
    margin-bottom: 40px;
  }
  .category-list .categories ul a {
    padding: 0 0 16px 0;
  }
}

.category-header {
  padding-top: 45px;
}
.category-header h1 {
  font-size: 26px;
  margin: 35px 0 0 0;
  text-align: center;
}
.category-header .tabs {
  background-color: #EBEBEB;
  border-radius: 27px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 75px;
}
.category-header .tabs .tab-button {
  display: block;
  border-radius: 27px;
  padding: 15px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #192B3A;
  text-transform: uppercase;
}
.category-header .tabs .tab-button.current {
  background-color: #004D9D;
  color: #fff;
  font-weight: 700;
}
.category-header .tabs .tab-button.current span {
  position: relative;
  top: 3px;
}
@media (min-width: 768px) {
  .category-header {
    padding-top: 75px;
  }
  .category-header h1 {
    font-size: 64px;
    margin-top: 104px;
  }
  .category-header .tabs {
    max-width: 398px;
    margin: 25px auto 0 auto;
  }
  .category-header .tabs .tab-button {
    text-align: center;
    flex-grow: 1;
    padding: 16px;
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}