/** Colors */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-padding-top: 200px;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ##########################
breakpoints
########################## */
/* ##########################
remy fonts
########################## */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 25px;
  color: #004270;
  font-weight: 400;
}

h1 {
  font-size: 55px;
  font-size: 3.4375rem;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.single-team h1 em {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  font-style: italic;
}

h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
}
h2 em {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 1280px) {
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 1280px) {
  h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
h3 + small {
  margin-top: -10px;
  display: block;
  line-height: 1.5;
  color: #004270;
  margin-bottom: 30px;
}

.main > .category-transcript h3 {
  float: left;
  margin: 0 10px 0 0;
  font-size: 1.25rem;
  line-height: 1.4;
}
.main ul {
  margin: 0 0 30px;
  padding: unset;
  list-style: none;
}
.main ul > li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
}
.main ul > li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #004270;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 100%;
}
.main ol {
  margin: 0 0 30px;
  padding: unset;
  list-style: upper-roman;
}
.main ol > li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  margin-left: 25px;
}
.main ol > li::before {
  content: "";
  display: none;
}

p,
ul,
ol {
  margin: 0 0 25px;
  line-height: 1.5;
  color: inherit;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 1280px) {
  p,
  ul,
  ol {
    font-size: 16px;
    font-size: 1rem;
  }
}
p + h1, p + h2, p + h3, p + h4, p + h5,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5 {
  margin-top: 55px;
}

em {
  color: #004270;
}

a {
  color: #ddaa00;
  text-decoration: none;
}

blockquote p {
  font-size: 24px;
  font-size: 1.5rem;
  padding: unset;
  line-height: 1.5;
}
blockquote p:last-child {
  margin-bottom: 0;
}

address {
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.5;
  color: #222;
}

span.i-d-wrap {
  border-bottom: dashed 1px #004270;
}
span.i-d-wrap a {
  text-decoration: none !important;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  * {
    zoom: 0.99;
  }
}
@media (max-width: 1349px) {
  * {
    zoom: 0;
  }
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.wrapper {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 0 60px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .container {
    padding: 0 30px;
  }
}

.row {
  display: flex;
}
.row.full > .col {
  width: 100%;
}
.row.thirds > .col {
  width: 33.333%;
}
.row.fourths > .col {
  width: 25%;
}
@media (max-width: 1023px) {
  .row {
    flex-wrap: wrap;
  }
  .row > .col {
    width: 100% !important;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-link {
  margin-top: 35px;
}
.embed-link > a {
  font-size: 125%;
  font-weight: bold;
  color: #004270;
  text-decoration: underline;
}
.embed-link > a:hover {
  text-decoration: none;
}

.svg--content img {
  max-width: 100%;
  height: auto;
}

.pt-1 {
  padding-top: 25px !important;
}
@media (max-width: 767px) {
  .pt-1 {
    padding-top: 10px;
  }
}

.pt-2 {
  padding-top: 50px !important;
}
@media (max-width: 767px) {
  .pt-2 {
    padding-top: 25px;
  }
}

.pt-3 {
  padding-top: 75px !important;
}
@media (max-width: 767px) {
  .pt-3 {
    padding-top: 25px;
  }
}

.pt-4 {
  padding-top: 100px !important;
}
@media (max-width: 767px) {
  .pt-4 {
    padding-top: 50px;
  }
}

.pt-5 {
  padding-top: 150px !important;
}
@media (max-width: 767px) {
  .pt-5 {
    padding-top: 75px;
  }
}

.pb-1 {
  padding-bottom: 25px !important;
}
@media (max-width: 767px) {
  .pb-1 {
    padding-bottom: 10px;
  }
}

.pb-2 {
  padding-bottom: 50px !important;
}
@media (max-width: 767px) {
  .pb-2 {
    padding-bottom: 25px;
  }
}

.pb-3 {
  padding-bottom: 75px !important;
}
@media (max-width: 767px) {
  .pb-3 {
    padding-bottom: 25px;
  }
}

.pb-4 {
  padding-bottom: 100px !important;
}
@media (max-width: 767px) {
  .pb-4 {
    padding-bottom: 50px;
  }
}

.pb-5 {
  padding-bottom: 150px !important;
}
@media (max-width: 767px) {
  .pb-5 {
    padding-bottom: 75px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  opacity: 1;
  visibility: visible;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.js--card-slider .slick-slider .slick-track {
  display: flex !important;
}

.js--card-slider .slick-slider .slick-slide {
  height: inherit !important;
}

.js--card-slider .slick-slider .slick-slide > div {
  height: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-badge a {
  color: #004270;
}
.product-badge a .chevron::after {
  background: url(/wp-content/themes/skylinewealth/dist/images/icon-chevron-blue.svg) 50% no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  left: 10px;
  position: relative;
  top: -1px;
  width: 8px;
}
.product-badge a :hover {
  text-decoration: underline;
}

header.banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
header.banner.fixed {
  position: absolute;
}
header.banner.fact-sheet {
  top: 60px !important;
}
header.banner.fact-sheet .brand svg {
  fill: #004270;
}
@media (max-width: 1280px) {
  header.banner.fact-sheet .brand svg {
    max-width: 120px !important;
  }
}
header.banner.fact-sheet .brand svg .d, header.banner.fact-sheet .brand svg .f {
  fill: #004270;
}
header.banner.fact-sheet .brand svg .e {
  fill: #004270;
}
header.banner.non-retail #speak-nav {
  color: #303132 !important;
}
header.banner.non-retail #speak-nav::after {
  background: url(../images/icon-chevron-darkgray.svg) center center no-repeat !important;
}
header.banner.non-retail #speak-nav:hover {
  color: #ddaa00 !important;
  background-color: #303132 !important;
}
header.banner.non-retail #speak-nav:hover::after {
  background: url(../images/icon-chevron-gold.svg) center center no-repeat !important;
  background-size: contain;
  filter: unset !important;
}
.admin-bar header.banner {
  top: 32px;
}
header.banner img {
  width: 153px;
  height: auto;
}
.single-team header.banner, .is--nav__solid header.banner {
  background-color: #fff;
  box-shadow: 0 -5px 35px #303132;
}
@media (max-width: 767px) {
  .single-team header.banner, .is--nav__solid header.banner {
    box-shadow: 0 -15px 35px #303132;
  }
}
.is--nav__hidden header.banner {
  transform: translate3d(0, -100%, 0);
  transition-delay: 0.3s;
}
@media (max-width: 1280px) {
  header.banner {
    width: 100vw;
  }
  .single-team header.banner, .is--nav__solid header.banner {
    background-color: #222;
  }
  .is--mobile-nav__active header.banner {
    height: 100%;
    background-color: #222;
  }
}

header.banner .container {
  justify-content: flex-end;
  display: flex;
  position: relative;
  padding: 60px 60px 5px;
  overflow: unset;
}
header.banner .container .logo-non-retail img {
  width: 220px;
}
@media (max-width: 1280px) {
  header.banner .container .logo-non-retail img {
    width: 130px !important;
  }
}
@media (max-width: 767px) {
  header.banner .container .logo-non-retail img {
    width: 100px !important;
  }
}
@media (max-width: 1280px) {
  header.banner .container {
    padding: 60px 30px 10px;
  }
}

header.banner .container .brand {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translate3d(0, -50%, 0);
}
header.banner .container .brand.disabled {
  pointer-events: none;
}
header.banner .container .brand span {
  display: none;
}
header.banner .container .brand svg {
  fill: #fff;
}
header.banner .container .brand svg .g {
  -webkit-clip-path: url(#blocks-clip);
          clip-path: url(#blocks-clip);
}
.single-team header.banner .container .brand svg .c, .is--nav__solid header.banner .container .brand svg .c {
  fill: none;
}
.single-team header.banner .container .brand svg .c, .single-team header.banner .container .brand svg .d, .single-team header.banner .container .brand svg .e, .single-team header.banner .container .brand svg .f, .is--nav__solid header.banner .container .brand svg .c, .is--nav__solid header.banner .container .brand svg .d, .is--nav__solid header.banner .container .brand svg .e, .is--nav__solid header.banner .container .brand svg .f {
  stroke-width: 0;
}
.single-team header.banner .container .brand svg .d, .single-team header.banner .container .brand svg .e, .is--nav__solid header.banner .container .brand svg .d, .is--nav__solid header.banner .container .brand svg .e {
  fill-rule: evenodd;
}
.single-team header.banner .container .brand svg .d, .single-team header.banner .container .brand svg .f, .is--nav__solid header.banner .container .brand svg .d, .is--nav__solid header.banner .container .brand svg .f {
  fill: #124370;
}
@media (max-width: 1280px) {
  .single-team header.banner .container .brand svg .d, .single-team header.banner .container .brand svg .f, .is--nav__solid header.banner .container .brand svg .d, .is--nav__solid header.banner .container .brand svg .f {
    fill: #fff;
  }
}
.single-team header.banner .container .brand svg .e, .is--nav__solid header.banner .container .brand svg .e {
  fill: #849cc2;
}
@media (max-width: 1280px) {
  .single-team header.banner .container .brand svg .e, .is--nav__solid header.banner .container .brand svg .e {
    fill: #fff;
  }
}
@media (max-width: 1280px) {
  header.banner .container .brand svg {
    max-width: 78px;
  }
}
@media (max-width: 1280px) {
  header.banner .container .brand {
    z-index: 10;
    left: 30px;
  }
}

header.banner .container .nav-utility {
  position: absolute;
  top: 0;
  right: 60px;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
header.banner .container .nav-utility .col {
  display: flex;
  align-items: center;
}
header.banner .container .nav-utility .col svg {
  margin-right: 10px;
}
header.banner .container .nav-utility .col ul {
  display: flex;
  padding: 0;
  margin: 0;
  margin-right: 55px;
  align-items: center;
}
header.banner .container .nav-utility .col ul li {
  list-style: none;
}
header.banner .container .nav-utility .col ul li a {
  display: block;
  line-height: 1;
}
header.banner .container .nav-utility .col ul li:not(:last-child) {
  padding-right: 25px;
}
header.banner .container .nav-utility .col ul li img {
  filter: invert(1) brightness(100) contrast(100);
  height: 30px;
  width: auto;
}
.single-team header.banner .container .nav-utility .col ul li img, .is--nav__solid header.banner .container .nav-utility .col ul li img {
  filter: unset;
}
@media (max-width: 1280px) {
  header.banner .container .nav-utility .col ul {
    padding: 30px 0;
  }
  .single-team header.banner .container .nav-utility .col ul li img, .is--nav__solid header.banner .container .nav-utility .col ul li img {
    filter: invert(1) brightness(100) contrast(100);
  }
}
@media (max-width: 1280px) {
  header.banner .container .nav-utility {
    position: fixed;
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
    background-color: #222;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 0 30px;
  }
  .is--mobile-nav__active header.banner .container .nav-utility {
    opacity: 1;
    visibility: visible;
    justify-content: space-between;
  }
  header.banner .container .nav-utility .menu-utility-navigation-container {
    padding: 0;
  }
}

header.banner #menu-utility-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.banner #menu-utility-navigation > li a {
  color: #fff;
  display: block;
  font-weight: 600;
}
.single-team header.banner #menu-utility-navigation > li a, .is--nav__solid header.banner #menu-utility-navigation > li a {
  color: #004270;
}
header.banner #menu-utility-navigation > li:last-child a {
  padding-left: 40px;
  position: relative;
  display: block;
  line-height: 33px;
  height: 33px;
}
header.banner #menu-utility-navigation > li:last-child a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon-login.svg) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1280px) {
  header.banner #menu-utility-navigation {
    padding: 0;
  }
  header.banner #menu-utility-navigation > li a {
    font-size: 16px;
    font-size: 1rem;
  }
  .single-team header.banner #menu-utility-navigation > li a, .is--nav__solid header.banner #menu-utility-navigation > li a {
    color: #fff;
  }
}

@media (max-width: 1280px) {
  header.banner .container .nav-primary {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100vw;
    padding: 0 30px;
    bottom: 108px;
    overflow-y: scroll;
    background-color: #222;
    opacity: 0;
    visibility: hidden;
  }
  .admin-bar header.banner .container .nav-primary {
    top: 122px;
  }
  .is--mobile-nav__active header.banner .container .nav-primary {
    opacity: 1;
    visibility: visible;
  }
}

header.banner #menu-primary-navigation {
  display: flex;
  list-style: none;
  padding: 40px 0 0;
}
header.banner #menu-primary-navigation > li {
  margin: 0 15px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
}
header.banner #menu-primary-navigation > li:last-child {
  margin-right: 0;
}
header.banner #menu-primary-navigation > li:hover > a,
header.banner #menu-primary-navigation > li.current-menu-ancestor > a,
header.banner #menu-primary-navigation > li.current-menu-item > a {
  color: #ddaa00;
}
.is--nav__solid header.banner #menu-primary-navigation > li:hover > a,
.is--nav__solid header.banner #menu-primary-navigation > li.current-menu-ancestor > a,
.is--nav__solid header.banner #menu-primary-navigation > li.current-menu-item > a {
  opacity: 0.9;
}
header.banner #menu-primary-navigation > li > a {
  color: #fff;
  display: inline-block;
  padding: 13px 0;
}
.single-team header.banner #menu-primary-navigation > li > a, .is--nav__solid header.banner #menu-primary-navigation > li > a {
  color: #004270;
}
header.banner #menu-primary-navigation > li:last-child a {
  padding: 13px 40px;
  line-height: inherit;
}
@media (max-width: 1280px) {
  header.banner #menu-primary-navigation > li:last-child a {
    padding: 20px;
  }
}
header.banner #menu-primary-navigation > li.menu-item-has-children {
  padding-right: 30px;
}
header.banner #menu-primary-navigation > li.menu-item-has-children > button {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 13px;
  right: 0;
  border: 0;
  background: none;
  text-indent: 200%;
  overflow: hidden;
  font-size: 0;
}
header.banner #menu-primary-navigation > li.menu-item-has-children > button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../images/icon-chevron.svg) center center no-repeat;
  top: 0;
  left: 0;
}
header.banner #menu-primary-navigation > li:hover ul {
  opacity: 1;
  visibility: visible;
}
header.banner #menu-primary-navigation > li > ul {
  position: absolute;
  bottom: 0;
  transform: translate3d(0, 100%, 0);
  list-style: none;
  margin: 0;
  min-width: 275px;
  visibility: hidden;
  opacity: 0;
  padding: 30px 0 0 0;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}
header.banner #menu-primary-navigation > li > ul::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0.9;
}
header.banner #menu-primary-navigation > li > ul > li {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
header.banner #menu-primary-navigation > li > ul > li:last-child {
  margin-bottom: 0;
}
header.banner #menu-primary-navigation > li > ul > li ul {
  display: none;
}
header.banner #menu-primary-navigation > li > ul > li > a {
  display: flex;
  align-items: center;
  font-weight: normal;
  padding: 20px;
  transition: all 0.3s ease-in;
}
header.banner #menu-primary-navigation > li > ul > li:hover > a,
header.banner #menu-primary-navigation > li > ul > li.current-menu-parent > a,
header.banner #menu-primary-navigation > li > ul > li.current-menu-item > a {
  background-color: #ddaa00;
}
header.banner #menu-primary-navigation > li > ul > li > a {
  color: #004270;
}
@media (max-width: 1280px) {
  header.banner #menu-primary-navigation {
    display: block;
    margin: 0;
    padding-top: 0;
  }
  header.banner #menu-primary-navigation > li > ul {
    position: relative;
    bottom: auto;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    padding-top: 0;
    display: none;
    margin-right: -30px;
  }
  header.banner #menu-primary-navigation > li > ul::before {
    top: 0;
    opacity: 0.03;
  }
  header.banner #menu-primary-navigation > li a::after {
    display: none;
  }
  header.banner #menu-primary-navigation > li {
    margin: 0;
    padding: 0;
    display: block;
  }
  header.banner #menu-primary-navigation > li:hover ul {
    opacity: 1;
    visibility: visible;
  }
  header.banner #menu-primary-navigation > li:last-child {
    margin-top: 30px;
  }
  header.banner #menu-primary-navigation > li:last-child a {
    color: #004270;
  }
  .single-team header.banner #menu-primary-navigation > li:last-child a, .is--nav__solid header.banner #menu-primary-navigation > li:last-child a {
    color: #004270;
  }
  header.banner #menu-primary-navigation > li.menu-item-has-children.is--active > ul {
    display: block;
  }
  .single-team header.banner #menu-primary-navigation > li > a, .is--nav__solid header.banner #menu-primary-navigation > li > a {
    color: #fff;
  }
  header.banner #menu-primary-navigation li:hover > a {
    color: #fff;
    background-color: none;
  }
  header.banner #menu-primary-navigation > li.current-menu-parent:hover > a,
  header.banner #menu-primary-navigation > li.current-menu-item:hover > a {
    color: #ddaa00;
  }
  header.banner #menu-primary-navigation > li.current-menu-item > a {
    background-color: none;
    color: #ddaa00;
  }
  header.banner #menu-primary-navigation > li > ul > li > a {
    color: #fff;
    padding: 15px 20px;
  }
  .single-team header.banner #menu-primary-navigation > li > ul > li > a, .is--nav__solid header.banner #menu-primary-navigation > li > ul > li > a {
    color: #fff;
  }
  header.banner #menu-primary-navigation > li > ul > li:hover > a {
    color: #fff;
    background: none;
  }
  header.banner #menu-primary-navigation > li > ul > li.current-menu-parent > a,
  header.banner #menu-primary-navigation > li > ul > li.current-menu-item > a {
    color: #ddaa00;
    background: none;
  }
  header.banner #menu-primary-navigation > li > ul > li.current-menu-item:hover > a {
    background: none;
    color: #ddaa00;
  }
}

header.banner .hamburger {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 20px;
  display: none;
  transform: translateX(0) translateY(-50%) translateZ(0);
  cursor: pointer;
  z-index: 20;
}
@media (max-width: 1280px) {
  header.banner .hamburger {
    display: block;
  }
}
header.banner .hamburger::before, header.banner .hamburger::after {
  content: "";
  width: 100%;
  display: block;
  height: 4px;
  background-color: #fff;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
header.banner .hamburger::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0) translateZ(0);
  transform-origin: center center;
}
.is--mobile-nav__active header.banner .hamburger::before {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg);
}
header.banner .hamburger::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0) translateZ(0);
  transform-origin: center center;
}
.is--mobile-nav__active header.banner .hamburger::after {
  bottom: calc(50% - 4px);
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(-45deg);
}
header.banner .hamburger span {
  width: 100%;
  display: block;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
}
.is--mobile-nav__active header.banner .hamburger span {
  display: none;
}

.contact-us header.banner #menu-primary-navigation > li.current-menu-item > a {
  color: #004270;
}
.contact-us header.banner #menu-primary-navigation > li.current-menu-item > a:hover {
  color: #fff;
}

.footer-layout {
  color: #555;
  background-color: #f8f8f8;
  padding-top: 70px;
}
.footer-layout > .container > .footer-layout--associations {
  text-align: center;
  border-bottom: 1px solid #a8b7c8;
  margin-bottom: 80px;
}
.footer-layout > .container > .footer-layout--associations > ul {
  list-style: none;
  margin: 0 auto 60px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  gap: 15px;
}
.footer-layout > .container > .footer-layout--associations > ul > li {
  width: 33%;
}
.footer-layout > .container > .footer-layout--associations > ul > li:nth-child(2) > .svg--content > img {
  mix-blend-mode: multiply;
}
@media (max-width: 1280px) {
  .footer-layout > .container > .footer-layout--associations > ul {
    gap: 10px;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .footer-layout > .container > .footer-layout--associations > ul > li:nth-child(1) .svg--content > img,
  .footer-layout > .container > .footer-layout--associations > ul > li:nth-child(3) .svg--content > img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-layout > .container > .footer-layout--associations {
    margin-bottom: 50px;
  }
}
.footer-layout > .container > .footer-layout--top {
  display: flex;
}
.footer-layout > .container > .footer-layout--top .col {
  width: 50%;
}
.footer-layout > .container > .footer-layout--top .footer-layout--top__address {
  margin-top: 70px;
  font-weight: 600;
  display: block;
}
.footer-layout > .container > .footer-layout--top .footer-layout--top__subscribe {
  margin-top: 60px;
  gap: 0 40px;
}
.footer-layout > .container > .footer-layout--top .footer-layout--top__subscribe .col:nth-child(1) {
  width: 40%;
}
.footer-layout > .container > .footer-layout--top .footer-layout--top__subscribe .subscribe--form {
  width: 60%;
}
@media (max-width: 1280px) {
  .footer-layout > .container > .footer-layout--top .footer-layout--top__subscribe .subscribe--form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-layout > .container > .footer-layout--top {
    flex-wrap: wrap;
  }
  .footer-layout > .container > .footer-layout--top .col {
    width: 100%;
  }
  .footer-layout > .container > .footer-layout--top .footer-layout--top__address {
    margin-top: 30px;
  }
}
.footer-layout > .container > .footer-layout--bottom {
  align-items: center;
  border-top: 1px solid #a8b7c8;
  padding: 20px 0;
  margin-top: 60px;
  display: flex;
}
.footer-layout > .container > .footer-layout--bottom > .col:first-child {
  min-width: 240px;
  padding-right: 60px;
}
.footer-layout > .container > .footer-layout--bottom > .col:last-child {
  justify-content: right;
  display: flex;
  width: auto;
}
.footer-layout > .container > .footer-layout--bottom > .col:nth-child(2) {
  width: 100%;
}
.footer-layout > .container > .footer-layout--bottom .col ul {
  display: flex;
  padding: unset;
  margin: 0 -10px;
}
.footer-layout > .container > .footer-layout--bottom .col ul li {
  list-style: none;
}
.footer-layout > .container > .footer-layout--bottom .col ul li::after {
  content: "|";
  padding: 0 10px;
}
.footer-layout > .container > .footer-layout--bottom .col ul li:last-child {
  border-right: none;
}
.footer-layout > .container > .footer-layout--bottom .col ul li:last-child::after {
  content: "";
}
.footer-layout > .container > .footer-layout--bottom .col:nth-child(2) ul {
  flex-wrap: wrap;
  line-height: 2;
}
.footer-layout > .container > .footer-layout--bottom .col:last-child ul li::after {
  content: "";
}
@media (max-width: 1280px) {
  .footer-layout > .container > .footer-layout--bottom {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .footer-layout > .container > .footer-layout--bottom > .col:first-child {
    padding-right: unset;
    text-align: center;
  }
  .footer-layout > .container > .footer-layout--bottom > .col:last-child {
    justify-content: center;
  }
  .footer-layout > .container > .footer-layout--bottom .col ul {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer-layout > .container > .footer-layout--bottom {
    flex-wrap: wrap;
  }
  .footer-layout > .container > .footer-layout--bottom .col ul {
    width: 100%;
  }
  .footer-layout > .container > .footer-layout--bottom .col:not(:last-child) ul {
    display: block;
    text-align: center;
  }
  .footer-layout > .container > .footer-layout--bottom .col:not(:last-child) ul li {
    display: inline;
  }
}
.footer-layout a {
  color: #555;
}
.footer-layout a:hover {
  color: #222;
}
@media (max-width: 767px) {
  .footer-layout .brand {
    margin: 0 auto;
  }
}

#menu-footer-navigation {
  font-size: 16px;
  font-size: 1rem;
}

.entry-content .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 120px 60px 60px;
  overflow: hidden;
  max-width: 1120px;
}
@media (max-width: 1280px) {
  .entry-content .container {
    padding: 60px 30px 30px;
  }
}
.entry-content .container .post-key {
  background-color: #f4f7f8;
  padding: 25px 25px 1px;
  margin: -25px 0 25px 0;
  border: solid 2px #d5e0e4;
  border-radius: 3px;
}
.entry-content .container .post-key > p {
  font-weight: bold;
}
.entry-content .container .post-key > ul {
  margin-top: -20px;
}
.entry-content .container .post-tip {
  background-color: #faf3df;
  background-image: url(../images/icon-light-bulb-off.svg);
  background-position: 0 0px;
  background-repeat: no-repeat;
  background-size: contain;
  border: solid 2px #f7ebc9;
  border-radius: 3px;
  overflow: hidden;
  padding: 15px 25px 15px 75px;
  margin-bottom: 40px;
}
.entry-content .container .post-tip:hover {
  background-image: url(../images/icon-light-bulb-on.svg);
}
@media (max-width: 767px) {
  .entry-content .container .post-tip {
    background-image: url(../images/icon-light-bulb-on.svg);
    background-position: 98% 98%;
    background-size: 10%;
    padding: 15px 50px 15px 24px;
  }
}
.entry-content .container .post-cta {
  background: rgb(0, 39, 84);
  background: linear-gradient(160deg, rgb(0, 39, 84) 0%, rgb(0, 62, 135) 60%, rgb(0, 87, 187) 100%);
  max-width: 700px;
  color: #fff;
  display: flex;
  padding: 15px 30px;
  margin: 0 auto 25px;
}
@media (max-width: 767px) {
  .entry-content .container .post-cta {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.entry-content .container .post-cta > div:nth-of-type(1) {
  width: 60%;
  display: grid;
  align-content: center;
}
@media (max-width: 767px) {
  .entry-content .container .post-cta > div:nth-of-type(1) {
    width: 100%;
  }
}
.entry-content .container .post-cta > div:nth-of-type(1) > div:nth-of-type(1) {
  font-size: 1.3rem;
  padding-right: 55px;
}
@media (max-width: 767px) {
  .entry-content .container .post-cta > div:nth-of-type(1) > div:nth-of-type(1) {
    padding-right: unset;
  }
}
.entry-content .container .post-cta > div:nth-of-type(1) > div:nth-of-type(2) {
  font-size: 1.1rem;
  font-weight: bold;
  color: #ddaa00;
  padding-right: 150px;
}
@media (max-width: 767px) {
  .entry-content .container .post-cta > div:nth-of-type(1) > div:nth-of-type(2) {
    padding-right: unset;
  }
}
.entry-content .container .post-cta > div:nth-of-type(2) {
  width: 40%;
  display: grid;
  align-content: center;
}
@media (max-width: 767px) {
  .entry-content .container .post-cta > div:nth-of-type(2) {
    width: 100%;
  }
}
.entry-content .container .presenters {
  display: flex;
  gap: 40px;
  text-align: center;
}
.entry-content .container .presenters > div {
  width: 50%;
}
.entry-content .container .presenters > div img {
  width: 128px;
  margin: 10px 10px -10px;
  border: 2px solid #ddaa00;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.entry-content .container .presenters > div .profile {
  text-align: left;
}
@media (max-width: 1023px) {
  .entry-content .container .presenters > div {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .entry-content .container .presenters {
    flex-wrap: wrap;
    margin: 0 100px;
  }
}
@media (max-width: 767px) {
  .entry-content .container .presenters {
    margin: 0;
  }
}
.entry-content .container time {
  display: block;
  margin-bottom: 30px;
  color: #555;
  font-weight: 600;
}
.entry-content .container p {
  margin-bottom: 40px;
  color: #222;
  font-size: 20px;
  font-size: 1.25rem;
}
.entry-content .container li {
  color: #222;
}
.entry-content .container a {
  color: #004270;
  text-decoration: underline;
}
.entry-content .container a.button, .entry-content .container header.banner #menu-primary-navigation > li:last-child a, header.banner #menu-primary-navigation > li:last-child .entry-content .container a {
  color: #004270;
  text-decoration: none;
}
.entry-content .container a.button:hover, .entry-content .container header.banner #menu-primary-navigation > li:last-child a:hover, header.banner #menu-primary-navigation > li:last-child .entry-content .container a:hover {
  color: #fff;
}
.entry-content .container form {
  margin-top: 60px;
}
.entry-content .container form label {
  font-size: 20px;
  font-size: 1.25rem;
  color: #004270;
  font-weight: 600;
}
.entry-content .container form small {
  color: #222;
  font-weight: normal;
}
.entry-content .container form .wpcf7-form-control:not([type=submit]) {
  background-color: #f8f8f8;
  height: 60px;
  margin: 10px 0 30px 0;
  border: 0;
}
.entry-content .container form .wpcf7-form-control.wpcf7-textarea {
  height: 250px;
  padding: 20px;
}

@media (max-width: 767px) {
  .responsive-table tr:first-of-type:has(th) {
    visibility: hidden;
    height: 5px;
  }
  .responsive-table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  .responsive-table {
    border: 0;
  }
  .responsive-table caption {
    font-size: 1.3em;
  }
  .responsive-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .responsive-table tr {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .responsive-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: left;
    width: 100%;
  }
  .responsive-table td::before {
    content: attr(data-header);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .responsive-table td:last-child {
    border-bottom: 0;
  }
}
body#tinymce {
  margin: 12px !important;
}

.button, header.banner #menu-primary-navigation > li:last-child a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-block;
  padding: 20px 30px;
  cursor: pointer;
  width: auto;
  -webkit-appearance: none;
          appearance: none;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  border: 0;
  text-align: center;
  transition: all 0.2s ease-in;
  background-color: #ddaa00;
  color: #004270;
}
.button:hover, header.banner #menu-primary-navigation > li:last-child a:hover {
  color: #fff;
  background-color: #004270;
}
.button.primary-secondary, header.banner #menu-primary-navigation > li:last-child a.primary-secondary {
  background-color: #004270;
  color: #ddaa00;
}
.button.primary-white, header.banner #menu-primary-navigation > li:last-child a.primary-white {
  background-color: #004270;
  color: #fff;
}
.button.primary-offwhite, header.banner #menu-primary-navigation > li:last-child a.primary-offwhite {
  background-color: #004270;
  color: #f7f6f4;
}
.button.secondary-darkgray, header.banner #menu-primary-navigation > li:last-child a.secondary-darkgray {
  background-color: #ddaa00;
  color: #303132 !important;
}
.button.secondary-darkgray::after, header.banner #menu-primary-navigation > li:last-child a.secondary-darkgray::after {
  background: url(../images/icon-chevron-darkgray.svg) center center no-repeat;
  background-size: contain;
}
.button.secondary-primary, header.banner #menu-primary-navigation > li:last-child a.secondary-primary {
  background-color: #ddaa00;
  color: #004270;
}
.button.secondary-white, header.banner #menu-primary-navigation > li:last-child a.secondary-white {
  background-color: #ddaa00;
  color: #fff;
}
.button.secondary-offwhite, header.banner #menu-primary-navigation > li:last-child a.secondary-offwhite {
  background-color: #ddaa00;
  color: #f7f6f4;
}
.button.white-primary, header.banner #menu-primary-navigation > li:last-child a.white-primary {
  background-color: #fff;
  color: #004270;
}
.button.white-secondary, header.banner #menu-primary-navigation > li:last-child a.white-secondary {
  background-color: #fff;
  color: #ddaa00;
}
.button.gray-secondary, header.banner #menu-primary-navigation > li:last-child a.gray-secondary {
  background-color: #555;
  color: #ddaa00;
}
.button.gray-white, header.banner #menu-primary-navigation > li:last-child a.gray-white {
  background-color: #555;
  color: #fff;
}
.button.gray-offwhite, header.banner #menu-primary-navigation > li:last-child a.gray-offwhite {
  background-color: #555;
  color: #f7f6f4;
}
.button.hov-primary-secondary:hover, header.banner #menu-primary-navigation > li:last-child a.hov-primary-secondary:hover {
  background-color: #004270;
  color: #ddaa00;
}
.button.hov-primary-white:hover, header.banner #menu-primary-navigation > li:last-child a.hov-primary-white:hover {
  background-color: #004270;
  color: #fff;
}
.button.hov-primary-offwhite:hover, header.banner #menu-primary-navigation > li:last-child a.hov-primary-offwhite:hover {
  background-color: #004270;
  color: #f7f6f4;
}
.button.hov-secondary-darkgray:hover, header.banner #menu-primary-navigation > li:last-child a.hov-secondary-darkgray:hover {
  background-color: #303132;
  color: #ddaa00 !important;
}
.button.hov-secondary-darkgray:hover::after, header.banner #menu-primary-navigation > li:last-child a.hov-secondary-darkgray:hover::after {
  background: url(../images/icon-chevron-gold.svg) center center no-repeat;
  background-size: contain;
  filter: unset;
}
.button.hov-secondary-white:hover, header.banner #menu-primary-navigation > li:last-child a.hov-secondary-white:hover {
  background-color: #ddaa00;
  color: #fff;
}
.button.hov-secondary-offwhite:hover, header.banner #menu-primary-navigation > li:last-child a.hov-secondary-offwhite:hover {
  background-color: #ddaa00;
  color: #f7f6f4;
}
.button.hov-white-primary:hover, header.banner #menu-primary-navigation > li:last-child a.hov-white-primary:hover {
  background-color: #fff;
  color: #004270;
}
.button.hov-white-secondary:hover, header.banner #menu-primary-navigation > li:last-child a.hov-white-secondary:hover {
  background-color: #fff;
  color: #ddaa00;
}
.button.hov-gray-secondary:hover, header.banner #menu-primary-navigation > li:last-child a.hov-gray-secondary:hover {
  background-color: #555;
  color: #ddaa00;
}
.button.alt-hover:hover, header.banner #menu-primary-navigation > li:last-child a.alt-hover:hover, .button.hov-gray-white:hover, header.banner #menu-primary-navigation > li:last-child a.hov-gray-white:hover {
  background-color: #555;
  color: #fff;
}
.button.hov-gray-offwhite:hover, header.banner #menu-primary-navigation > li:last-child a.hov-gray-offwhite:hover {
  background-color: #555;
  color: #f7f6f4;
}
.button:hover::after, header.banner #menu-primary-navigation > li:last-child a:hover::after {
  filter: invert(100%) brightness(2);
}
.button::after, header.banner #menu-primary-navigation > li:last-child a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(../images/icon-chevron-blue.svg) center center no-repeat;
  background-size: contain;
  line-height: 1;
  margin-left: 15px;
  position: relative;
  top: 1px;
  transition: all 0.2s ease-in;
}
@media (max-width: 1280px) {
  .button, header.banner #menu-primary-navigation > li:last-child a {
    font-size: 16px;
    font-size: 1rem;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .button, header.banner #menu-primary-navigation > li:last-child a {
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button::after, header.banner #menu-primary-navigation > li:last-child a::after {
    position: static;
    top: auto;
    right: auto;
    transform: translate3d(0, 0, 0);
  }
}

.download-button {
  background-color: #004270;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  border: none;
}

.mb-15 {
  margin-bottom: 15px;
}

.wpcf7 *:focus-visible {
  outline-color: #004270;
}
.wpcf7 p {
  margin-bottom: 30px;
}
.footer-layout .wpcf7 p {
  margin-bottom: 10px;
}
.wpcf7 label {
  color: #004270;
}
.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-text,
.wpcf7 .textbox,
.wpcf7 .select,
.wpcf7 select,
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=number],
.wpcf7 input[type=date] {
  background-color: transparent;
  color: #555;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
  padding: 5px 20px;
  width: 100%;
  height: 60px;
  background-color: #f7f6f4;
  margin-top: 5px;
  font-size: 18px;
  font-size: 1.125rem;
}
.wpcf7 .wpcf7-textarea:-ms-input-placeholder, .wpcf7 .wpcf7-text:-ms-input-placeholder, .wpcf7 .textbox:-ms-input-placeholder, .wpcf7 .select:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder, .wpcf7 input[type=tel]:-ms-input-placeholder, .wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=number]:-ms-input-placeholder, .wpcf7 input[type=date]:-ms-input-placeholder {
  color: #555;
}
.wpcf7 .wpcf7-textarea::placeholder,
.wpcf7 .wpcf7-text::placeholder,
.wpcf7 .textbox::placeholder,
.wpcf7 .select::placeholder,
.wpcf7 select::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=number]::placeholder,
.wpcf7 input[type=date]::placeholder {
  color: #555;
}
.footer-layout .wpcf7 .wpcf7-textarea,
.footer-layout .wpcf7 .wpcf7-text,
.footer-layout .wpcf7 .textbox,
.footer-layout .wpcf7 .select,
.footer-layout .wpcf7 select,
.footer-layout .wpcf7 input[type=tel],
.footer-layout .wpcf7 input[type=text],
.footer-layout .wpcf7 input[type=number],
.footer-layout .wpcf7 input[type=date] {
  border: 1px solid #a8b7c8;
  height: 40px;
  margin-top: 0;
}
.wpcf7 .wpcf7-textarea {
  height: 250px;
  padding: 20px;
}
.wpcf7 .wpcf7-list-item {
  margin-left: 30px;
}
.wpcf7 .wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label::before, .wpcf7 .wpcf7-list-item .wpcf7-list-item-label::after {
  display: none;
}
.wpcf7 .wpcf7-list-item input[type=checkbox],
.wpcf7 .wpcf7-list-item input[type=radio] {
  -webkit-appearance: none;
          appearance: none;
  visibility: hidden;
  position: relative;
  width: 0;
  height: 0;
  margin: 0;
  top: 2px;
}
.wpcf7 .wpcf7-list-item input[type=checkbox]::before,
.wpcf7 .wpcf7-list-item input[type=radio]::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #a8b7c8;
  cursor: pointer;
  visibility: visible;
  transition: 0.3s;
}
.wpcf7 .wpcf7-list-item input[type=checkbox]:checked::before,
.wpcf7 .wpcf7-list-item input[type=radio]:checked::before {
  background-color: #004270;
  border-color: #fff;
}
.wpcf7 .wpcf7-list-item input[type=radio]::before {
  border-radius: 50%;
}
.wpcf7 input[type=file] {
  position: absolute;
  opacity: 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: unset;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: baseline;
  cursor: pointer;
}
.wpcf7 .wpcf7-form-control.button, .wpcf7 header.banner #menu-primary-navigation > li:last-child a.wpcf7-form-control, header.banner #menu-primary-navigation > li:last-child .wpcf7 a.wpcf7-form-control {
  padding: 20px 30px;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 5px 0 10px;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 18px;
  font-size: 1.125rem;
  border: 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  margin: 40px 0 0 0;
}
.wpcf7 .sent {
  color: #46b450;
}
.wpcf7 .sent .wpcf7-response-output {
  background-color: #f7fff7;
}
.wpcf7 .invalid,
.wpcf7 .unaccepted {
  color: #e74c3c;
}
.wpcf7 .invalid .wpcf7-response-output,
.wpcf7 .unaccepted .wpcf7-response-output {
  background-color: #ffefed;
}
@media (max-width: 1280px) {
  .wpcf7 .wpcf7-form-control.button, .wpcf7 header.banner #menu-primary-navigation > li:last-child a.wpcf7-form-control, header.banner #menu-primary-navigation > li:last-child .wpcf7 a.wpcf7-form-control {
    margin-top: 10px;
    padding: 20px;
    float: unset;
  }
}

table {
  width: 100%;
  margin: 60px 0;
  border-collapse: collapse;
}
table th, table td {
  padding: 10px;
}
@media (max-width: 767px) {
  table th, table td {
    padding: 5px;
    font-size: 85%;
  }
}
@media (max-width: 320px) {
  table th, table td {
    font-size: 75%;
  }
}
table th {
  text-align: left;
}
table tr:nth-child(odd) td, table tr:nth-child(odd) th {
  background-color: #e5e8ea;
}

.capital_gains_example {
  overflow: auto;
  width: 100%;
}
.capital_gains_example table {
  border: 2px solid #dededf;
  width: 100%;
  margin: 0 0 40px 0;
  border-collapse: collapse;
  background-color: #fff;
}
@media (max-width: 767px) {
  .capital_gains_example table {
    font-size: 60%;
  }
}
.capital_gains_example table caption {
  caption-side: top;
  text-align: left;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #004270;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .capital_gains_example table caption {
    font-size: 1.5rem;
  }
}
.capital_gains_example table thead tr > td:nth-of-type(1) {
  width: 45%;
}
.capital_gains_example table thead tr > td:nth-of-type(2) {
  width: 8%;
}
.capital_gains_example table thead th {
  text-align: center;
  border-bottom: 2px solid #000;
  padding: 5px;
}
.capital_gains_example table tbody th {
  font-weight: 100;
  text-align: left;
  padding: 5px;
  border: 2px solid #dededf;
}
.capital_gains_example table tr {
  height: 25px !important;
}
.capital_gains_example table tr:nth-child(odd) td, .capital_gains_example table tr:nth-child(odd) th {
  background-color: #fff;
}
.capital_gains_example table td {
  border: 2px solid #dededf;
  background-color: #fff;
  padding: 5px;
  text-align: right;
  white-space: nowrap;
}
.capital_gains_example table .excluded {
  background-color: #303132 !important;
  border-color: #303132;
}

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

br {
  clear: both;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  .hero-banner * {
    zoom: 0;
  }
}
@media (-webkit-device-pixel-ratio: 1.25" and "max-width: 1349px) {
  .hero-banner * {
    zoom: 0;
  }
}
.hero-banner {
  background-color: #004270;
  color: #fff;
}
.hero-banner.fact-sheet {
  color: #004270;
  background-color: unset;
}
.hero-banner > .container {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
}
.hero-banner > .container .js--hero-banner .hero-banner__content {
  min-height: 630px;
}
@media (max-width: 1350px) {
  .hero-banner > .container .js--hero-banner .hero-banner__content {
    min-height: 715px;
  }
}
@media (max-width: 1023px) {
  .hero-banner > .container .js--hero-banner .hero-banner__content {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .hero-banner > .container .js--hero-banner .hero-banner__content {
    min-height: 500px;
  }
}
.hero-banner > .container .js--hero-banner .slick-dots {
  display: flex;
  flex-direction: column;
  position: absolute;
  margin: 0;
  right: 60px;
  top: 500px;
}
.hero-banner > .container .js--hero-banner .slick-dots li {
  list-style: none;
}
.hero-banner > .container .js--hero-banner .slick-dots li button {
  font-size: 0;
  background-color: transparent;
  border: 1px solid #ddaa00;
  padding: 10px 5px;
  margin-top: 10px;
  cursor: pointer;
}
.hero-banner > .container .js--hero-banner .slick-dots li button:hover {
  background-color: #ddaa00;
  color: #fff;
  transition: 0.2s ease-in-out;
}
.hero-banner > .container .js--hero-banner .slick-dots li.slick-active button {
  background-color: #ddaa00;
}
.hero-banner > .container .js--hero-banner .slick-dots li::before {
  display: none;
}
@media (max-width: 1280px) {
  .hero-banner > .container .js--hero-banner .slick-dots {
    top: 130px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .hero-banner > .container .js--hero-banner .slick-dots {
    top: 100px;
    right: 10px;
  }
}
.hero-banner > .container .fundserv-badge .badge-inner {
  display: inline-block;
}
@media (max-width: 767px) {
  .hero-banner > .container .fundserv-badge .badge-inner {
    display: inline-flex;
    width: 100%;
  }
}
.hero-banner > .container .fundserv-badge .badge-inner .fundserv-title {
  line-height: 0;
  font-size: 1.25rem;
  color: #ddaa00;
}
@media (max-width: 767px) {
  .hero-banner > .container .fundserv-badge .badge-inner .fundserv-title {
    line-height: unset;
  }
}
.hero-banner > .container .hero-banner__content ul > li::before {
  background-color: #fff;
}
.hero-banner > .container .hero-banner__content > .text--content > .badge {
  display: inline-block;
  font-weight: 600;
  font-style: normal;
  background-color: #fff;
  color: #004270;
  height: 65px;
  margin-bottom: 30px;
  border-left: 10px solid #ddaa00;
  margin-right: 1px;
}
@media (max-width: 767px) {
  .hero-banner > .container .hero-banner__content > .text--content > .badge {
    margin-right: 5px;
    font-size: 12.5px;
    height: 45px;
    border-left: 6px solid #ddaa00;
    width: 47%;
  }
}
.hero-banner > .container .hero-banner__content > .text--content > .badge > a > .badge-inner {
  color: #004270;
}
.hero-banner > .container .hero-banner__content > .text--content > .badge > a:hover .fundserv-title {
  border-bottom: 1px solid #004270;
}
.hero-banner > .container .hero-banner__content > .text--content .a {
  background: #ddaa00;
  color: #004270;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  padding: 8px 0;
  width: 140px;
  margin-bottom: 25px;
}
.hero-banner > .container .badge-inner {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.hero-banner > .container .badge-inner .chevron:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(../images/icon-chevron-blue.svg) center center no-repeat;
  position: relative;
  top: -1px;
  left: 10px;
}
@media (max-width: 767px) {
  .hero-banner > .container .badge-inner .chevron:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-banner > .container .badge-inner {
    padding: 0 12px;
  }
}
.hero-banner > .container .hero-banner__content h1,
.hero-banner > .container .hero-banner__content .text--content-pdf h1,
.hero-banner > .container .hero-banner__content .text--content-center h1 {
  margin-bottom: 25px;
  color: #fff;
}
.hero-banner > .container .hero-banner__content h1 em,
.hero-banner > .container .hero-banner__content .text--content-pdf h1 em,
.hero-banner > .container .hero-banner__content .text--content-center h1 em {
  font-style: normal;
  color: #ddaa00;
}
.hero-banner > .container .hero-banner__content h1 {
  max-width: 60%;
}
.hero-banner > .container .hero-banner__content .text--content-pdf h1 {
  max-width: 80%;
}
.hero-banner > .container .hero-banner__content .text--content-center h1 {
  max-width: 100%;
}
.hero-banner > .container .hero-banner__content .text--content p {
  max-width: 40%;
  margin-bottom: 40px;
  color: #fff;
}
.hero-banner > .container .hero-banner__content .text--content-pdf,
.hero-banner > .container .hero-banner__content .text--content-center p {
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .hero-banner > .container .hero-banner__content .text--content h1,
  .hero-banner > .container .hero-banner__content .text--content-pdf h1,
  .hero-banner > .container .hero-banner__content .text--content-center h1 {
    font-size: 3rem;
  }
  .hero-banner > .container .hero-banner__content .text--content p,
  .hero-banner > .container .hero-banner__content .text--content-pdf p,
  .hero-banner > .container .hero-banner__content .text--content-center p {
    font-size: 1.25rem;
  }
  .hero-banner > .container .hero-banner__content .text--content h1,
  .hero-banner > .container .hero-banner__content .text--content p {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .hero-banner > .container .hero-banner__content .text--content h1,
  .hero-banner > .container .hero-banner__content .text--content-pdf h1,
  .hero-banner > .container .hero-banner__content .text--content-center h1 {
    font-size: 1.875rem;
    max-width: 100%;
  }
  .hero-banner > .container .hero-banner__content .text--content p,
  .hero-banner > .container .hero-banner__content .text--content-pdf p,
  .hero-banner > .container .hero-banner__content .text--content-center p {
    font-size: 1rem;
  }
  .hero-banner > .container .hero-banner__content .text--content h1,
  .hero-banner > .container .hero-banner__content .text--content p {
    max-width: 100%;
  }
}
@media (max-width: 320px) {
  .hero-banner > .container .hero-banner__content .text--content h1,
  .hero-banner > .container .hero-banner__content .text--content-pdf h1,
  .hero-banner > .container .hero-banner__content .text--content-center h1 {
    font-size: 1.475rem;
  }
}

.hero-banner .hero-banner__item {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 180px;
  position: relative;
}
.hero-banner .hero-banner__item .image--content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-banner .hero-banner__item .image--content img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-banner .hero-banner__item .image--content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002a47;
  z-index: 1;
  opacity: 0.8;
}
.hero-banner .hero-banner__item .image--content.brand-secondary::before {
  background-color: #ddaa00;
}
.hero-banner .hero-banner__item .image--content.background-gray::before {
  background-color: #f8f8f8;
}
.hero-banner .hero-banner__item .image--content.darkgray::before {
  background-color: #303132;
}
.hero-banner .hero-banner__item .image--content.lightgray::before {
  background-color: #e5e8ea;
}
.hero-banner .hero-banner__item .image--content.gray::before {
  background-color: #555;
}
.hero-banner .hero-banner__item .image--content.clear::before {
  background-color: unset;
}
.hero-banner .hero-banner__item .image--content__slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-banner .hero-banner__item .image--content__slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004270;
  z-index: 1;
  opacity: 0.8;
}
.hero-banner .hero-banner__item .image--content__slider .image--container {
  min-height: 80vh;
}
.hero-banner .hero-banner__item .image--content__slider .image--container img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-banner .hero-banner__item .hero-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .hero-banner .hero-banner__item .hero-banner__content {
    justify-content: flex-start;
    min-height: unset;
  }
}
.hero-banner .hero-banner__item .text--content {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 60px 60px 60px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  z-index: 10;
}
@media (max-width: 1280px) {
  .hero-banner .hero-banner__item .text--content {
    padding: 30px 30px 30px;
  }
}
.hero-banner .hero-banner__item .text--content-pdf-list {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 60px 60px 60px;
  overflow: hidden;
  display: flex;
  gap: 100px;
  justify-content: space-between;
  margin-bottom: 40px;
  z-index: 10;
}
@media (max-width: 1280px) {
  .hero-banner .hero-banner__item .text--content-pdf-list {
    padding: 30px 30px 30px;
  }
}
@media (max-width: 1023px) {
  .hero-banner .hero-banner__item .text--content-pdf-list {
    display: block;
  }
}
.hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(1) {
  width: 35%;
}
@media (max-width: 1023px) {
  .hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(1) {
    width: 100%;
    margin-bottom: 50px;
  }
}
.hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(1) > h1 {
  color: #004270;
}
.hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(1) > a {
  margin-top: 20px;
}
.hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  width: 65%;
}
@media (max-width: 1023px) {
  .hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) {
    width: 100%;
  }
}
.hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) > div {
  width: 50%;
}
@media (max-width: 767px) {
  .hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) > div {
    width: 100%;
  }
}
.hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) > div h2, .hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) > div h3, .hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) > div h4, .hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) > div h5 {
  font-size: 1.5rem;
  line-height: 1.1;
  justify-self: center;
  text-align: center;
  margin-bottom: 15px;
}
.hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) > div > img {
  width: 75%;
  justify-self: center;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) > div > img {
    width: 50%;
  }
}
.hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) > div > .button, .hero-banner .hero-banner__item header.banner #menu-primary-navigation > li:last-child .text--content-pdf-list > div:nth-child(2) > div > a, header.banner #menu-primary-navigation > li:last-child .hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) > div > a {
  justify-self: center;
  display: block;
  color: #fff;
  background: #004270;
  font-size: 1.2rem;
  padding: 15px 30px;
}
@media (max-width: 1023px) {
  .hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) > div > .button, .hero-banner .hero-banner__item header.banner #menu-primary-navigation > li:last-child .text--content-pdf-list > div:nth-child(2) > div > a, header.banner #menu-primary-navigation > li:last-child .hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) > div > a {
    width: auto;
    padding: 10px 20px;
  }
}
.hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) > div > .button::after, .hero-banner .hero-banner__item header.banner #menu-primary-navigation > li:last-child .text--content-pdf-list > div:nth-child(2) > div > a::after, header.banner #menu-primary-navigation > li:last-child .hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) > div > a::after {
  content: unset;
}
.hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) > div > .button:hover, .hero-banner .hero-banner__item header.banner #menu-primary-navigation > li:last-child .text--content-pdf-list > div:nth-child(2) > div > a:hover, header.banner #menu-primary-navigation > li:last-child .hero-banner .hero-banner__item .text--content-pdf-list > div:nth-child(2) > div > a:hover {
  color: #004270;
  background: #ddaa00;
}
.hero-banner .hero-banner__item .text--content-pdf-single {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 60px 60px 60px;
  overflow: hidden;
  display: flex;
  gap: 100px;
  justify-content: space-between;
  margin-bottom: 40px;
  z-index: 10;
}
@media (max-width: 1280px) {
  .hero-banner .hero-banner__item .text--content-pdf-single {
    padding: 30px 30px 30px;
  }
}
@media (max-width: 1023px) {
  .hero-banner .hero-banner__item .text--content-pdf-single {
    display: block;
  }
}
.hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(1) {
  width: 50%;
}
@media (max-width: 1023px) {
  .hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(1) {
    width: 100%;
    margin-bottom: 50px;
  }
}
.hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(1) > h1 {
  color: #004270;
}
.hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(1) > a {
  margin-top: 20px;
}
.hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  width: 50%;
}
@media (max-width: 1023px) {
  .hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(2) {
    width: 100%;
    justify-content: center;
  }
}
.hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(2) > div h2, .hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(2) > div h3, .hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(2) > div h4, .hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(2) > div h5 {
  font-size: 1.5rem;
  line-height: 1.1;
  justify-self: center;
  text-align: center;
  margin-bottom: 15px;
}
.hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(2) > div > img {
  width: 100%;
  justify-self: center;
  display: block;
  margin-bottom: 20px;
}
.hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(2) > div > .button, .hero-banner .hero-banner__item header.banner #menu-primary-navigation > li:last-child .text--content-pdf-single > div:nth-child(2) > div > a, header.banner #menu-primary-navigation > li:last-child .hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(2) > div > a {
  justify-self: center;
  display: block;
  color: #fff;
  background: #004270;
  font-size: 1.2rem;
  padding: 15px 30px;
}
@media (max-width: 1023px) {
  .hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(2) > div > .button, .hero-banner .hero-banner__item header.banner #menu-primary-navigation > li:last-child .text--content-pdf-single > div:nth-child(2) > div > a, header.banner #menu-primary-navigation > li:last-child .hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(2) > div > a {
    width: auto;
    padding: 10px 20px;
  }
}
.hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(2) > div > .button::after, .hero-banner .hero-banner__item header.banner #menu-primary-navigation > li:last-child .text--content-pdf-single > div:nth-child(2) > div > a::after, header.banner #menu-primary-navigation > li:last-child .hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(2) > div > a::after {
  content: unset;
}
.hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(2) > div > .button:hover, .hero-banner .hero-banner__item header.banner #menu-primary-navigation > li:last-child .text--content-pdf-single > div:nth-child(2) > div > a:hover, header.banner #menu-primary-navigation > li:last-child .hero-banner .hero-banner__item .text--content-pdf-single > div:nth-child(2) > div > a:hover {
  color: #004270;
  background: #ddaa00;
}
.hero-banner .hero-banner__item .text--content-pdf {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 60px 60px 60px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  z-index: 10;
}
@media (max-width: 1280px) {
  .hero-banner .hero-banner__item .text--content-pdf {
    padding: 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-banner__item .text--content-pdf {
    display: block;
  }
}
.hero-banner .hero-banner__item .text--content-pdf > div:nth-child(1) {
  width: 55%;
}
@media (max-width: 767px) {
  .hero-banner .hero-banner__item .text--content-pdf > div:nth-child(1) {
    width: 92%;
  }
}
.hero-banner .hero-banner__item .text--content-pdf > div:nth-child(1) > a {
  margin-top: 20px;
}
.hero-banner .hero-banner__item .text--content-pdf > div:nth-child(2) {
  width: 40%;
}
@media (max-width: 1280px) {
  .hero-banner .hero-banner__item .text--content-pdf > div:nth-child(2) {
    position: relative;
    left: -10vw;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-banner__item .text--content-pdf > div:nth-child(2) {
    display: none;
  }
}
.hero-banner .hero-banner__item .text--content-center {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 60px 60px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
  z-index: 10;
}
@media (max-width: 1280px) {
  .hero-banner .hero-banner__item .text--content-center {
    padding: 30px 30px 30px;
  }
}
@media (max-width: 1280px) {
  .hero-banner .hero-banner__item {
    padding-top: 100px;
    min-height: 80vh;
  }
  .hero-banner .hero-banner__item .text--content {
    padding: 0 30px 30px;
    margin-bottom: 0;
  }
}

.hero-banner__info {
  color: #fff;
  position: relative;
  z-index: 10;
}
.hero-banner__info .container {
  position: relative;
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 60px 60px 60px;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 1280px) {
  .hero-banner__info .container {
    padding: 30px 30px 30px;
  }
}
.hero-banner__info:not(.has--noBG)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #004270;
}
.hero-banner__info h2 {
  color: #fff;
}

.hero-banner__info.stats .container > .row {
  justify-content: space-between;
}
.hero-banner__info.stats .container > .row > .col:nth-child(1) {
  width: 33.33%;
  max-width: 360px;
}
.hero-banner__info.stats .container > .row > .col:nth-child(2) {
  width: 66.66%;
}
.hero-banner__info.stats .container > .row > .col h2 > span.skydev-stats {
  color: #ddaa00;
}
.hero-banner__info.stats .container > .row > .col h2 > span.skydev-stats > span:nth-of-type(1) {
  font-size: 150%;
  display: block;
  margin: -20px 0 -5px -5px;
}
@media (max-width: 1280px) {
  .hero-banner__info.stats .container > .row > .col h2 > span.skydev-stats > span:nth-of-type(1) {
    font-size: 175%;
    margin: -5px 0 -5px -5px;
  }
}
@media (max-width: 767px) {
  .hero-banner__info.stats .container > .row > .col h2 > span.skydev-stats > span:nth-of-type(1) {
    font-size: 175%;
    margin: -5px 0 0 -5px;
  }
}
.hero-banner__info.stats .container > .row > .col h2 > span.skydev-stats > span:nth-of-type(2) {
  font-size: 80%;
  display: block;
  margin: 0 -200px -20px 0;
}
@media (max-width: 767px) {
  .hero-banner__info.stats .container > .row > .col h2 > span.skydev-stats > span:nth-of-type(2) {
    margin: 0 0 -20px 0;
  }
}
.hero-banner__info.stats .container > .row .row > .col {
  width: 33.33% !important;
  text-align: center;
  max-width: 320px;
}
.hero-banner__info.stats .container > .row .row > .col strong {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 400;
}
.hero-banner__info.stats .container > .row .row > .col small {
  font-size: 16px;
  font-size: 1rem;
}
.hero-banner__info.stats .container > .row .row > .col span {
  display: block;
  max-width: 210px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .hero-banner__info.stats .container > .row > .col:last-child {
    margin-bottom: 0;
  }
  .hero-banner__info.stats .container > .row .row {
    justify-content: space-between;
  }
  .hero-banner__info.stats .container > .row .row > .col {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .hero-banner__info.stats .container > .row .row > .col {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .hero-banner__info.stats .container > .row .row > .col strong {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .hero-banner__info.stats .container > .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
  }
  .hero-banner__info.stats .container > .row .col {
    width: 100%;
  }
  .hero-banner__info.stats .container > .row .col:first-child small {
    position: absolute;
    bottom: 5px;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-size: 1.125rem;
    color: #879ec3;
  }
}

.hero-banner__info.lists .row {
  justify-content: space-between;
  gap: 20px;
}
.hero-banner__info.lists .row > .col {
  display: flex;
  width: 33.3333333333%;
  gap: 20px;
}
.hero-banner__info.lists .list--text p {
  margin-bottom: 0;
}
.hero-banner__info.lists .list--text a {
  line-height: 2.5;
}

.hero-banner__info.thin-cta .image--content::before {
  display: none;
}
@media (max-width: 1023px) {
  .hero-banner__info.thin-cta .image--content img {
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 0;
    width: 100%;
    top: auto;
    left: auto;
    transform: translate3d(0, 0, 0);
    min-width: 0;
    margin: 0 auto;
    width: auto;
  }
}

.image-only-banner {
  position: relative;
  overflow: hidden;
}
.image-only-banner .image--content {
  position: absolute;
  z-index: -1;
}
.image-only-banner .image--content, .image-only-banner .image--content::before,
.image-only-banner .image--content img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.image-only-banner .image--content::before {
  content: "";
  position: absolute;
  background-color: #002a47;
  opacity: 0.8;
  z-index: 1;
}
.image-only-banner .container {
  min-height: 350px;
}
@media (max-width: 767px) {
  .image-only-banner .container {
    min-height: 200px;
  }
}

.single-page-banner {
  position: relative;
  overflow: hidden;
}
.single-page-banner .image--content {
  position: absolute;
  z-index: -1;
}
.single-page-banner .image--content, .single-page-banner .image--content::before,
.single-page-banner .image--content img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.single-page-banner .image--content::before {
  content: "";
  position: absolute;
  background-color: #002a47;
  opacity: 0.8;
  z-index: 1;
}
.single-page-banner .text--content {
  position: relative;
  z-index: 10;
}
.single-page-banner .text--content .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 240px 60px 60px;
  overflow: hidden;
  min-height: 525px;
}
@media (max-width: 1280px) {
  .single-page-banner .text--content .container {
    padding: 120px 30px 30px;
  }
}
.single-page-banner .text--content .container em.badge {
  display: inline-block;
  font-weight: 600;
  font-style: normal;
  background-color: #fff;
  color: #004270;
  padding: 20px 30px;
  margin-bottom: 30px;
  border-left: 10px solid #ddaa00;
}
.single-page-banner .text--content .container > .row > .col {
  width: 50%;
}
.single-page-banner .text--content .container h1,
.single-page-banner .text--content .container p {
  color: #fff;
}
@media (max-width: 1280px) {
  .single-page-banner .text--content .container {
    min-height: 350px;
  }
}

#flip-cards > div.container {
  padding: 75px 60px;
}
@media (max-width: 767px) {
  #flip-cards > div.container {
    padding: 50px 25px;
  }
}
#flip-cards > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}
#flip-cards > div > div > .card {
  margin: 1rem;
  cursor: pointer;
  width: calc(33% - 1.8rem);
}
#flip-cards > div > div > .card.card-columns-4 {
  width: calc(25% - 2rem);
}
@media (max-width: 1350px) {
  #flip-cards > div > div > .card.card-columns-4 {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 1023px) {
  #flip-cards > div > div > .card.card-columns-4 {
    width: 100%;
  }
}
@media (max-width: 1350px) {
  #flip-cards > div > div > .card {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 1023px) {
  #flip-cards > div > div > .card {
    width: 100%;
  }
}
#flip-cards > div > div > .card > .flip-container {
  transform-style: preserve-3d;
  perspective: 1000px;
}
#flip-cards > div > div > .card > .flip-container > .front,
#flip-cards > div > div > .card > .flip-container > .back {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  text-align: center;
  min-height: 450px;
  height: auto;
  color: #fff;
  font-size: 1.5rem;
}
#flip-cards > div > div > .card > .flip-container > .front > .inner,
#flip-cards > div > div > .card > .flip-container > .back > .inner {
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
  outline: 1px solid transparent;
  perspective: inherit;
  z-index: 2;
}
@media (max-width: 1023px) {
  #flip-cards > div > div > .card > .flip-container > .front > .inner,
  #flip-cards > div > div > .card > .flip-container > .back > .inner {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  #flip-cards > div > div > .card > .flip-container > .front > .inner,
  #flip-cards > div > div > .card > .flip-container > .back > .inner {
    padding: 1rem;
  }
}
@media (max-width: 1023px) {
  #flip-cards > div > div > .card > .flip-container > .front,
  #flip-cards > div > div > .card > .flip-container > .back {
    min-height: 325px;
  }
}
@media (max-width: 767px) {
  #flip-cards > div > div > .card > .flip-container > .front,
  #flip-cards > div > div > .card > .flip-container > .back {
    min-height: 400px;
  }
}
#flip-cards > div > div > .card > .flip-container > .front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  position: relative;
  background-size: cover !important;
}
#flip-cards > div > div > .card > .flip-container > .front > .access {
  position: absolute;
  color: #fff;
  top: 10px;
  right: 15px;
  background-image: url(../images/icon-return-gold.svg);
  height: 30px;
  width: 30px;
  z-index: 100;
}
#flip-cards > div > div > .card > .flip-container > .front > .inner.bottom {
  top: unset;
  bottom: 20px;
  padding: unset;
}
#flip-cards > div > div > .card > .flip-container > .front > .inner.bottom > p {
  width: 75%;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
  background: #fff;
  color: #303132;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #flip-cards > div > div > .card > .flip-container > .front > .inner.bottom > p {
    padding: 7px 0;
  }
}
#flip-cards > div > div > .card > .flip-container > .front > .inner:not(.bottom) > p {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  position: relative;
}
#flip-cards > div > div > .card > .flip-container > .front > .inner:not(.bottom) > p:after {
  content: "";
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.75rem;
}
#flip-cards > div > div > .card > .flip-container > .front > .inner span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
#flip-cards > div > div > .card > .flip-container > .back {
  background: #cedce7;
  background: linear-gradient(45deg, #007ed7 0%, #004270 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}
#flip-cards > div > div > .card > .flip-container > .back.gray {
  background: linear-gradient(45deg, #7b7b7b 0%, #555 100%);
}
#flip-cards > div > div > .card > .flip-container > .back.darkgray {
  background: linear-gradient(45deg, #555859 0%, #303132 100%);
}
#flip-cards > div > div > .card > .flip-container > .back.gold {
  background: linear-gradient(45deg, #ddaa00 0%, #785b00 100%);
}
#flip-cards > div > div > .card > .flip-container > .back > .inner {
  transform: translateY(-50%) translateZ(60px) scale(0.94);
}
#flip-cards > div > div > .card > .flip-container > .back > .inner ul, #flip-cards > div > div > .card > .flip-container > .back > .inner p {
  font-size: 1.1rem;
  text-align: left;
}
@media (max-width: 1023px) {
  #flip-cards > div > div > .card > .flip-container > .back > .inner ul, #flip-cards > div > div > .card > .flip-container > .back > .inner p {
    font-size: 1rem;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  #flip-cards > div > div > .card > .flip-container > .back > .inner ul, #flip-cards > div > div > .card > .flip-container > .back > .inner p {
    font-size: 1.1rem;
    margin: 0 0 5px;
  }
}
#flip-cards > div > div > .card > .flip-container > .back > .inner ul > li {
  top: 5px;
}
#flip-cards > div > div > .card > .flip-container > .back > .inner ul > li:before {
  background-color: #fff;
}
@media (max-width: 1023px) {
  #flip-cards > div > div > .card > .flip-container > .back > .inner ul > li {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  #flip-cards > div > div > .card > .flip-container > .back > .inner ul {
    margin: 0 0 20px;
  }
}
#flip-cards > div > div > .card > .flip-container:hover > .front,
#flip-cards > div > div > .card > .flip-container:hover > .back {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
#flip-cards > div > div > .card > .flip-container:hover > .front {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}
#flip-cards > div > div > .card > .flip-container:hover > .back {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.front-cta {
  color: #004270;
}
.front-cta .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 150px 60px 150px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .front-cta .container {
    padding: 75px 30px 75px;
  }
}
.front-cta .container p {
  color: #555;
}
.front-cta .container .embed-container {
  z-index: 10;
}
.front-cta .container .embed-container > a > img {
  width: 100%;
  height: auto;
}
.front-cta .container .row {
  margin: 0 -45px;
}
.front-cta .container .row .col {
  width: 100%;
  padding: 0 45px;
}
.front-cta .container .row .col:first-child {
  max-width: 548px;
  position: relative;
  z-index: 10;
}
.front-cta .container .row .col:nth-child(2) {
  width: calc(100% - 548px);
  position: relative;
}
.front-cta .container .row .col:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 158px;
  height: 162px;
  background: url(../images/icon-skyline-tower.svg) center center no-repeat;
  transform: translate3d(-11px, -101.5px, 0);
  background-size: contain;
}
@media (max-width: 1023px) {
  .front-cta .container .row .col {
    margin-bottom: 30px;
  }
  .front-cta .container .row .col:first-child {
    max-width: 100%;
  }
  .front-cta .container .row .col:nth-child(2) {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .front-cta .container {
    text-align: left;
  }
}

.front-benefit {
  background-color: #f8f8f8;
  color: #555;
}
.front-benefit .container {
  text-align: center;
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 100px 60px 100px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .front-benefit .container {
    padding: 50px 30px 50px;
  }
}
.front-benefit .container p {
  margin: 0 auto 60px;
  max-width: 880px;
  color: #555;
}
.front-benefit .container ul {
  list-style: none;
  margin: 60px auto 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.front-benefit .container ul:not(.full) {
  max-width: 1320px;
}
.front-benefit .container ul > li {
  font-size: 18px;
  font-size: 1.125rem;
  flex: 1 1 0;
  padding: 0 50px;
  line-height: 1.5;
}
@media (max-width: 1350px) {
  .front-benefit .container ul > li {
    flex: 1 1 33%;
  }
}
@media (max-width: 1023px) {
  .front-benefit .container ul > li {
    flex: 1 1 50%;
  }
}
@media (max-width: 767px) {
  .front-benefit .container ul > li {
    flex: 1 1 100%;
    padding: 0 20px;
  }
}
.front-benefit .container ul > li::before {
  display: none;
}
.front-benefit .container ul > li h3 {
  min-height: 108px;
  padding: 0 30px;
}
@media (max-width: 1280px) {
  .front-benefit .container ul > li h3 {
    min-height: unset;
    margin-bottom: 15px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .front-benefit .container ul > li h3 {
    margin-bottom: 10px;
  }
}
.front-benefit .container a.button, .front-benefit .container header.banner #menu-primary-navigation > li:last-child a, header.banner #menu-primary-navigation > li:last-child .front-benefit .container a {
  margin: 60px 10px 0;
}
.front-benefit .container .svg--content {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}
.front-benefit .container .svg--content img {
  width: 100%;
}
@media (max-width: 1280px) {
  .front-benefit .container ul {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 50px;
  }
  .front-benefit .container a.button, .front-benefit .container header.banner #menu-primary-navigation > li:last-child a, header.banner #menu-primary-navigation > li:last-child .front-benefit .container a {
    margin: 60px 0 0;
  }
  .front-benefit .container a.button:last-child, .front-benefit .container header.banner #menu-primary-navigation > li:last-child a:last-child, header.banner #menu-primary-navigation > li:last-child .front-benefit .container a:last-child {
    margin-top: 20px;
  }
}

.accordion--header {
  background-color: #303132;
}

.accordion--header .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 80px 60px 80px;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 1280px) {
  .accordion--header .container {
    padding: 40px 30px 40px;
  }
}
.accordion--header .container h2 {
  color: inherit;
  text-align: left;
  margin: 0;
}
.accordion--header .container h2 p {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
}
.accordion--header .container h2 p em {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .accordion--header .container h2 p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.accordion--header .container em {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  color: inherit;
}
@media (max-width: 1280px) {
  .accordion--header .container {
    text-align: center;
  }
  .accordion--header .container em {
    margin-top: 20px;
  }
}

.accordion .accordion--header .container .row {
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 1280px) {
  .accordion .accordion--header .container .row {
    align-items: center;
  }
}

.accordion .accordion--header .container .row > .col:first-child {
  width: 33.33%;
  text-align: right;
}
.accordion .accordion--header .container .row > .col:nth-child(2) {
  width: 66.66%;
}
@media (max-width: 1280px) {
  .accordion .accordion--header .container .row > .col {
    margin-bottom: 30px;
  }
  .accordion .accordion--header .container .row > .col:first-child {
    width: 33.33% !important;
  }
  .accordion .accordion--header .container .row > .col:nth-child(2) {
    width: 66.66% !important;
  }
  .accordion .accordion--header .container .row > .col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .accordion .accordion--header .container .row > .col {
    text-align: center;
  }
  .accordion .accordion--header .container .row > .col h2 {
    text-align: center;
  }
  .accordion .accordion--header .container .row > .col:first-child {
    width: 100% !important;
    margin-bottom: 30px;
    text-align: center;
  }
  .accordion .accordion--header .container .row > .col:nth-child(2) {
    width: 100% !important;
    margin-bottom: 0;
  }
}

.accordion .accordion--content {
  display: flex;
  background-color: #e5e8ea;
  height: 800px;
}
@media (max-width: 1280px) {
  .accordion .accordion--content {
    flex-wrap: wrap;
    height: auto;
  }
}

.accordion .accordion--content .accordion--content__item {
  width: 20vw;
  max-width: 300px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
}
@media (max-width: 1023px) {
  .accordion .accordion--content .accordion--content__item {
    max-height: 160px;
    min-height: 0;
  }
  .accordion .accordion--content .accordion--content__item.is--active {
    max-height: 100%;
  }
  .accordion .accordion--content .accordion--content__item .accordion--content__content {
    padding: 200px 30px 30px;
  }
}
.accordion .accordion--content .accordion--content__item.is--active {
  width: 100%;
  max-width: 100vw;
}
.accordion .accordion--content .accordion--content__item.is--active h3 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out 0.3s, visibility 0.3s ease-out 0.3s;
}
.accordion .accordion--content .accordion--content__item h3 {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accordion .accordion--content .accordion--content__item em {
  position: absolute;
  top: 40px;
  right: 0;
  padding: 30px;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  color: #004270;
  z-index: 10;
  border-left: 10px solid #ddaa00;
  display: inline-block;
}
.accordion .accordion--content .accordion--content__item button {
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  color: #fff;
  padding: 0;
}
.accordion .accordion--content .accordion--content__item button::before {
  content: "Click to View Investment";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 100px;
  transform: translate3d(-50%, -50%, 0);
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #ddaa00;
  padding-bottom: 3px;
}
.accordion .accordion--content .accordion--content__item button span {
  display: none;
}
.accordion .accordion--content .accordion--content__item button img {
  width: 66.66%;
  max-width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 1023px) {
  .accordion .accordion--content .accordion--content__item button::before {
    margin-top: 50px;
  }
  .accordion .accordion--content .accordion--content__item button img {
    max-width: 100px;
    margin-top: -25px;
  }
}
.accordion .accordion--content .accordion--content__item:nth-child(1n) button {
  background-color: #1a568f;
}
.accordion .accordion--content .accordion--content__item:nth-child(2n) button {
  background-color: #004270;
}
.accordion .accordion--content .accordion--content__item:nth-child(3n) button {
  background-color: #023d65;
}
.accordion .accordion--content .accordion--content__item:nth-child(4n) button {
  background-color: #003253;
}
.accordion .accordion--content .accordion--content__item:nth-child(5n) button {
  background-color: #002138;
}
.accordion .accordion--content .accordion--content__item button:hover {
  filter: brightness(1.25);
  transition: 0.2s;
}
@media (max-width: 1280px) {
  .accordion .accordion--content .accordion--content__item {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
  }
  .accordion .accordion--content .accordion--content__item.is--active {
    min-height: 500px;
  }
  .accordion .accordion--content .accordion--content__item .accordion--content__content {
    padding: 60px 30px;
  }
  .accordion .accordion--content .accordion--content__item.is--active .accordion--content__content {
    min-height: 500px;
  }
}

.accordion .accordion--content .accordion--content__item .accordion--content__content {
  min-height: 700px;
  padding: 75px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  color: #fff;
  height: 100%;
}
.accordion .accordion--content .accordion--content__item .accordion--content__content .accordion-panel > img {
  position: absolute;
  top: 40%;
  left: 75px;
  transform: translate3d(0, -50%, 0);
  max-width: 150px;
  z-index: 10;
}
@media (max-width: 1280px) {
  .accordion .accordion--content .accordion--content__item .accordion--content__content {
    width: 100%;
    min-height: unset;
    padding: 30px 30px 60px;
    text-align: center;
    height: auto;
  }
  .accordion .accordion--content .accordion--content__item .accordion--content__content .accordion-panel > img {
    position: relative;
    left: 0;
  }
}
@media (max-width: 1023px) {
  .accordion .accordion--content .accordion--content__item .accordion--content__content {
    padding: 200px 30px 60px;
  }
}
.accordion .accordion--content .accordion--content__item .accordion--content__content .image--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.accordion .accordion--content .accordion--content__item .accordion--content__content .image--content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004270;
  z-index: 9;
  opacity: 0.8;
}
.accordion .accordion--content .accordion--content__item .accordion--content__content .image--content img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.accordion .accordion--content .accordion--content__item .accordion--content__content .text--content {
  z-index: 10;
  position: relative;
}
.accordion .accordion--content .accordion--content__item .accordion--content__content .text--content a {
  margin-top: 40px;
}
.accordion .accordion--content .accordion--content__item .accordion--content__content h4 {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
}
.accordion .accordion--content .accordion--content__item .accordion--content__content h4 em {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .accordion .accordion--content .accordion--content__item .accordion--content__content h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.award-winning .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 150px 60px 150px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1280px) {
  .award-winning .container {
    padding: 75px 30px 75px;
  }
}
.award-winning .container p {
  max-width: 690px;
  margin: 0 auto 30px;
  color: #555;
}
.award-winning .container ul {
  list-style: none;
  margin: 90px auto 70px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  gap: 15px;
}
.award-winning .container ul > li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  padding-left: 0;
}
.award-winning .container ul > li::before {
  display: none;
}
@media (max-width: 1280px) {
  .award-winning .container ul {
    margin: 90px 0 30px;
    padding: 0px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .award-winning .container ul .svg--content {
    min-width: max-content;
  }
  .award-winning .container ul .svg--content img {
    max-width: unset;
  }
  .award-winning .container ul::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1023px) {
  .award-winning .container ul {
    margin-top: 50px;
  }
  .award-winning .container ul > li {
    display: block;
    width: 100%;
  }
}

.video-tabs {
  position: relative;
}
.video-tabs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #f8f8f8;
}
@media (max-width: 1280px) {
  .video-tabs::before {
    width: 100%;
    height: 50%;
  }
}

.video-tabs .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 150px 60px 150px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1280px) {
  .video-tabs .container {
    padding: 75px 30px 75px;
  }
}
.video-tabs .container p {
  max-width: 690px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .video-tabs .container {
    text-align: center;
  }
}

.video-tabs .container .row {
  align-items: center;
}

.video-tabs .container .row > .col:first-child {
  width: 35%;
  padding-right: 100px;
}
.video-tabs .container .row > .col:nth-child(2) {
  width: 65%;
}
@media (max-width: 1023px) {
  .video-tabs .container .row > .col:first-child {
    padding-right: 0;
  }
}

.video-tabs .tabs {
  display: flex;
}
@media (max-width: 1023px) {
  .video-tabs .tabs {
    flex-wrap: wrap;
  }
}

.video-tabs .tabs .tabs--nav {
  display: flex;
  flex-direction: column;
  width: 200px;
  margin: -7px 0;
  padding-left: 14px;
}
@media (max-width: 1023px) {
  .video-tabs .tabs .tabs--nav {
    flex-direction: row;
    padding: 14px 0;
    margin: 0 -7px;
    width: 100%;
  }
}

.video-tabs .tabs .tabs--content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 200px);
}
@media (max-width: 1023px) {
  .video-tabs .tabs .tabs--content {
    width: 100%;
  }
}

.video-tabs .tabs .tabs--nav button {
  height: calc(25% - 14px);
  padding: 0;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
  margin: 7px 0;
  background-color: #222;
  cursor: pointer;
  opacity: 0.6;
}
.video-tabs .tabs .tabs--nav button.is--active {
  opacity: 1;
}
.video-tabs .tabs .tabs--nav button .image--content {
  overflow: hidden;
  height: 100%;
}
.video-tabs .tabs .tabs--nav button .image--content img {
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  max-width: 100%;
}
.video-tabs .tabs .tabs--nav button .image--content img:hover {
  filter: brightness(1.25);
  transition: 0.2s;
}
@media (max-width: 1023px) {
  .video-tabs .tabs .tabs--nav button {
    height: auto;
    margin: 0 7px;
    width: calc(25% - 14px);
  }
  .video-tabs .tabs .tabs--nav button .image--content img {
    max-width: 100%;
  }
}

.footer-cta {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.footer-cta .image--content img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.footer-cta .image--content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004270;
  z-index: 1;
  opacity: 0.6;
}
.footer-cta .text--content {
  position: relative;
  z-index: 10;
}

.footer-cta .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 150px 60px 150px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1280px) {
  .footer-cta .container {
    padding: 75px 30px 75px;
  }
}
.footer-cta .container h2 {
  color: #fff;
}

.footer-disclaimer .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 50px 60px 100px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .footer-disclaimer .container {
    padding: 25px 30px 50px;
  }
}
.footer-disclaimer .container .disclaimer-content {
  position: relative;
}
.footer-disclaimer .container .disclaimer-content a {
  color: #004270;
  text-decoration: underline;
}
.footer-disclaimer .container .disclaimer-content a:hover {
  text-decoration: none;
}
.footer-disclaimer .container h2 {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 1280px) {
  .footer-disclaimer .container h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.footer-disclaimer .container p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.7;
  color: #222;
}
@media (max-width: 1280px) {
  .footer-disclaimer .container h2 {
    width: 100%;
    max-width: 1610px;
    margin: 0 auto;
    padding: 50px 60px 50px;
    overflow: hidden;
    background-color: #f7f6f4;
    border: 1px solid #f7f6f4;
    position: relative;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .footer-disclaimer .container h2 {
    padding: 25px 30px 25px;
  }
}
@media (max-width: 1280px) {
  .footer-disclaimer .container h2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    transform: translate3d(-50%, -50%, 0);
    transition: 0.2s;
  }
  .footer-disclaimer .container h2[aria-expanded=false]::after {
    background: url(../images/icon-plus--secondary.svg) center center no-repeat;
  }
  .footer-disclaimer .container h2[aria-expanded=true]::after {
    background: url(../images/icon-minus--secondary.svg) center center no-repeat;
  }
  .footer-disclaimer .container div[aria-controls=disclaimer-toggle] {
    width: 100%;
    max-width: 1610px;
    margin: 0 auto;
    padding: 50px 60px 50px;
    overflow: hidden;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .footer-disclaimer .container div[aria-controls=disclaimer-toggle] {
    padding: 25px 30px 25px;
  }
}
@media (max-width: 1280px) {
  .footer-disclaimer .container h2[aria-expanded=true] ~ div[aria-controls=disclaimer-toggle] {
    display: block;
  }
  .footer-disclaimer .container h2[aria-expanded=false] ~ div[aria-controls=disclaimer-toggle] {
    display: none;
  }
}

.footer-footnotes .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 100px 60px 50px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .footer-footnotes .container {
    padding: 50px 30px 25px;
  }
}
.footer-footnotes .container .footer-content {
  position: relative;
}
.footer-footnotes .container .footer-content a {
  color: #004270;
}
.footer-footnotes .container h2 {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 1280px) {
  .footer-footnotes .container h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.footer-footnotes .container p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.7;
  color: #222;
}
@media (max-width: 1280px) {
  .footer-footnotes .container h2 {
    width: 100%;
    max-width: 1610px;
    margin: 0 auto;
    padding: 50px 60px 50px;
    overflow: hidden;
    background-color: #f7f6f4;
    border: 1px solid #f7f6f4;
    position: relative;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .footer-footnotes .container h2 {
    padding: 25px 30px 25px;
  }
}
@media (max-width: 1280px) {
  .footer-footnotes .container h2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    transform: translate3d(-50%, -50%, 0);
    transition: 0.2s;
  }
}

.page-video {
  color: #004270;
}
.page-video.only--content .container > .row {
  flex-wrap: wrap;
}
.page-video.only--content .container > .row h2 {
  width: 100%;
  display: block;
  text-align: center;
}
.page-video.only--content .container > .row > .col {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  text-align: center;
}
.page-video .has--content.reverse .row {
  flex-direction: row-reverse;
}
.page-video .has--content.reverse .row .page-video--iframe::after,
.page-video .has--content.reverse .row .page-video--placeholder::after {
  right: unset;
  left: 0;
  transform: translate3d(30%, -100px, 0);
}
@media (max-width: 1280px) {
  .page-video .has--content.reverse .row {
    flex-direction: column-reverse;
  }
  .page-video .has--content.reverse .row .page-video--iframe::after,
  .page-video .has--content.reverse .row .page-video--placeholder::after {
    right: 0;
    left: unset;
    transform: translate3d(-30%, -10px, 0);
  }
}

.page-video .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 150px 60px 100px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .page-video .container {
    padding: 75px 30px 50px;
  }
}
.page-video .container > .row {
  margin: 0 -45px;
}
.page-video .container > .row > .col {
  width: 100%;
  padding: 0 45px;
}
.page-video .container > .row > .col.page-video--content {
  max-width: 548px !important;
}
.page-video .container > .row > .col.page-video--iframe > a {
  color: #555;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  top: 10px;
}
.page-video .container > .row > .col.page-video--iframe > a:hover {
  text-decoration: none;
}
.page-video .container > .row > .col.page-video--iframe, .page-video .container > .row > .col.page-video--placeholder {
  width: calc(100% - 548px) !important;
  position: relative;
}
.page-video .container > .row > .col.page-video--iframe::after, .page-video .container > .row > .col.page-video--placeholder::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 158px;
  height: 162px;
  background: url(../images/icon-skyline-tower.svg) center center no-repeat;
  background-size: contain;
  transform: translate3d(-11px, -101.5px, 0);
  z-index: -10;
}
@media (max-width: 1280px) {
  .page-video .container > .row > .col {
    margin-bottom: 30px;
  }
  .page-video .container > .row > .col.page-video--content {
    max-width: 100%;
    position: relative;
    z-index: 5;
  }
  .page-video .container > .row > .col.page-video--iframe, .page-video .container > .row > .col.page-video--placeholder {
    width: 100% !important;
    margin-bottom: 0;
  }
}
.page-video .container img {
  width: 100%;
}
.page-video .container .embed-container {
  z-index: 10;
}
.page-video .container p {
  color: #555;
}
@media (max-width: 1280px) {
  .page-video .container {
    text-align: left;
  }
}

.three-col--side-title {
  background-color: #f7f6f4;
}
.three-col--side-title.has--bg {
  background-color: #fff;
  background: url(../images/three-col--side--bg.png) no-repeat center center;
  background-size: cover;
}

.three-col--side-title .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 150px 60px 150px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .three-col--side-title .container {
    padding: 75px 30px 75px;
  }
}
.three-col--side-title .container blockquote,
.three-col--side-title .container blockquote p {
  font-size: 24px;
  font-size: 1.5rem;
}
.three-col--side-title .container small {
  font-style: italic;
  color: #004270;
}
.three-col--side-title .container strong {
  color: #004270;
  font-weight: bolder;
}
.three-col--side-title .container li {
  margin-bottom: 30px;
}
.three-col--side-title .container li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .three-col--side-title .container > .row {
    flex-wrap: wrap;
  }
}

.three-col--side-title .container > .row > .col {
  width: 100%;
}
.three-col--side-title .container > .row > .col:first-child {
  max-width: 420px;
  padding-right: 120px;
}
.three-col--side-title .container > .row > .col:last-child {
  max-width: 1090px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .three-col--side-title .container > .row > .col:first-child {
    max-width: 100%;
    padding-right: 0;
  }
  .three-col--side-title .container > .row > .col:last-child {
    max-width: 100%;
  }
}

.three-col--side-title .container > .row > .col > .content {
  width: 50%;
  max-width: 535px;
  padding-right: 35px;
}
.three-col--side-title .container > .row > .col > .content.full {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding-right: 0;
}
.three-col--side-title .container > .row > .col > .content.full * {
  max-width: 500px;
}
.three-col--side-title .container > .row > .col > .content:last-child {
  padding-left: 35px;
  padding-right: 0;
  position: relative;
}
.three-col--side-title .container > .row > .col > .content.bg--light {
  max-width: 500px;
  padding: 75px 65px;
  background-color: #f7f6f4;
  margin: 0;
}
@media (max-width: 767px) {
  .three-col--side-title .container > .row > .col > .content {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .three-col--side-title .container > .row > .col > .content:last-child {
    padding-left: 0;
  }
  .three-col--side-title .container > .row > .col > .content.bg--light {
    max-width: 100%;
    padding: 75px 30px;
  }
}

.two-col--side-image.reverse > .container > .row {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .two-col--side-image + .two-col--side-image {
    margin-top: 0;
  }
  .two-col--side-image.reverse > .container > .row > .col:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  }
  .two-col--side-image:nth-child(even) {
    background-color: #f7f6f4;
  }
}
.two-col--side-image .container {
  padding: 60px;
}
@media (max-width: 1023px) {
  .two-col--side-image .container {
    padding: 60px 30px;
  }
}
.two-col--side-image .container.no-bottom-pad {
  padding-bottom: 0;
}
.two-col--side-image .container.no-bottom-pad > .row > .col:nth-child(2) {
  margin-bottom: -5px;
}
.two-col--side-image .container > .row {
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1023px) {
  .two-col--side-image .container > .row {
    flex-wrap: wrap;
    gap: 0;
  }
}
.two-col--side-image .container > .row > .col {
  max-width: 50%;
}
@media (max-width: 1023px) {
  .two-col--side-image .container > .row > .col {
    max-width: 100%;
  }
}
@media (max-width: 1350px) {
  .two-col--side-image .container > .row > .col:nth-child(2) {
    text-align: center;
  }
}
.two-col--side-image .container > .row > .col:nth-child(2) > img {
  max-width: 100%;
}
@media (max-width: 320px) {
  .two-col--side-image .container > .row > .col:nth-child(2) > img {
    max-width: 100% !important;
  }
}
@media (max-width: 1023px) {
  .two-col--side-image .container > .row > .col {
    margin-bottom: 30px;
  }
  .two-col--side-image .container > .row > .col:last-child {
    margin-bottom: 0;
  }
}

.timeline-slider {
  background-color: #f8f8f8;
  padding: 150px 0;
}
.timeline-slider h2 {
  margin-bottom: 80px;
}
@media (max-width: 1280px) {
  .timeline-slider {
    padding: 75px 0;
  }
  .timeline-slider .row {
    flex-wrap: nowrap;
  }
}

.timeline-slider .slick-dots {
  display: flex;
  justify-content: center;
  padding: unset;
  margin: unset;
  padding: 0 30px;
}
@media (max-width: 1280px) {
  .timeline-slider .slick-dots {
    margin-top: 30px;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.timeline-slider .slick-dots li {
  list-style: none;
  padding: unset;
}
.timeline-slider .slick-dots li::before {
  display: none;
}
.timeline-slider .slick-dots li button {
  font-size: 0;
  cursor: pointer;
  position: relative;
  height: 45px;
  width: 45px;
  background: none;
  border: 0;
}
.timeline-slider .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #e5e8ea;
  border-radius: 100%;
}
.timeline-slider .slick-dots li:hover button::before,
.timeline-slider .slick-dots li.slick-active button::before {
  background-color: #ddaa00;
}

.timeline-slider .slick-slide {
  width: 500px;
  position: relative;
  margin-right: 200px;
}
.timeline-slider .slick-slide h3 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
}
.timeline-slider .slick-slide h3 em {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .timeline-slider .slick-slide h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.timeline-slider .slick-slide p {
  color: #555;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 1280px) {
  .timeline-slider .slick-slide p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.timeline-slider .slick-slide strong {
  color: #004270;
}
.timeline-slider .slick-slide:last-child {
  margin-right: 0;
}
.timeline-slider .slick-slide:last-child::after {
  content: none;
}
.timeline-slider .slick-slide:last-child .timeline-slider__item::after {
  display: none;
}
@media (max-width: 1280px) {
  .timeline-slider .slick-slide {
    width: 80vw;
    max-width: 400px;
  }
}

.timeline-slider__item {
  padding-bottom: 60px;
}
.timeline-slider__item > .row {
  align-items: flex-start;
  width: 100%;
}
.timeline-slider__item .col {
  position: relative;
}
.timeline-slider__item .col:last-child {
  width: 60%;
  padding-left: 40px;
}
.timeline-slider__item .image--content {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.timeline-slider__item .image--content svg,
.timeline-slider__item .image--content img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate3d(-50%, -50%, 0);
  max-width: 100%;
}
.timeline-slider__item::after {
  content: "";
  position: absolute;
  top: 100px;
  right: -50px;
  width: 100px;
  height: 1px;
  background-color: #a8b7c8;
  transform: translate3d(100%, 0, 0) rotateZ(0);
}
@media (max-width: 1280px) {
  .timeline-slider__item {
    padding-bottom: 0;
  }
  .timeline-slider__item > .row {
    flex-direction: column;
  }
  .timeline-slider__item .col {
    width: auto !important;
  }
  .timeline-slider__item .col:last-child {
    padding-top: 30px;
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .timeline-slider__item::after {
    transform: translate3d(0, 0, 0) rotateZ(0);
  }
}

.timeline-slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translate3d(0, -50%, 0) rotateZ(90deg);
  z-index: 30;
  height: 80px;
  width: 70px;
  background: url(../images/icon-chevron.svg) center center no-repeat;
  background-size: 70px;
  text-indent: 200%;
  overflow: hidden;
  border: 0;
  cursor: pointer;
}
.timeline-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.timeline-slider .slick-arrow.slick-next {
  left: auto;
  right: 60px;
  transform: translate3d(0, -50%, 0) rotateZ(-90deg);
}

.col--cta {
  background-color: #004270;
  color: #fff;
}

.col--cta .container {
  padding: 0;
  max-width: 100%;
  text-align: center;
}
.col--cta .container h2 {
  color: inherit;
}
.col--cta .container h2 p {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
}
.col--cta .container h2 p em {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .col--cta .container h2 p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.col--cta .container .has-logo h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 60px;
}

.col--cta .container > .row > .col {
  position: relative;
  width: 100%;
  padding: 80px 60px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .col--cta .container > .row > .col {
    width: 100%;
    padding: 75px 30px;
  }
}

.col--cta .container .image--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.col--cta .container .image--content img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
}
.col--cta .container .image--content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004270;
  z-index: 1;
  opacity: 0.6;
}

.col--cta .container .text--content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  max-width: 630px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.col--cta .container .text--content .logo {
  margin-bottom: 60px;
}

.alt-contact-form {
  position: relative;
}
.alt-contact-form .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 150px 60px 150px;
  overflow: hidden;
  position: relative;
  overflow: visible;
  z-index: 0;
}
@media (max-width: 1280px) {
  .alt-contact-form .container {
    padding: 75px 30px 75px;
  }
}
.alt-contact-form .container .button, .alt-contact-form .container header.banner #menu-primary-navigation > li:last-child a, header.banner #menu-primary-navigation > li:last-child .alt-contact-form .container a {
  width: 100%;
  margin-top: 30px;
}
.alt-contact-form .container > .row {
  gap: 50px;
  justify-content: space-between;
}
.alt-contact-form .container > .row > .col {
  position: relative;
}
.alt-contact-form .container > .row > .col:nth-of-type(1) {
  width: 30%;
}
.alt-contact-form .container > .row > .col:nth-of-type(2) {
  width: 70%;
}
.alt-contact-form .container > .row > .col .skyline-form input:not(#general-contact-form-casl-consent, [type=submit]),
.alt-contact-form .container > .row > .col .skyline-form select,
.alt-contact-form .container > .row > .col .skyline-form textarea {
  width: 100%;
}
.alt-contact-form .container > .row > .col .skyline-form > div:nth-of-type(1),
.alt-contact-form .container > .row > .col .skyline-form > div:nth-of-type(2),
.alt-contact-form .container > .row > .col .skyline-form > div:nth-of-type(3),
.alt-contact-form .container > .row > .col .skyline-form > div:nth-of-type(4) {
  display: inline-block;
  width: 49%;
  margin: 10px 0;
}
.alt-contact-form .container > .row > .col .skyline-form > div:nth-of-type(1) > input,
.alt-contact-form .container > .row > .col .skyline-form > div:nth-of-type(2) > input,
.alt-contact-form .container > .row > .col .skyline-form > div:nth-of-type(3) > input,
.alt-contact-form .container > .row > .col .skyline-form > div:nth-of-type(4) > input {
  margin-bottom: -18px;
}
@media (max-width: 767px) {
  .alt-contact-form .container > .row > .col .skyline-form > div:nth-of-type(1),
  .alt-contact-form .container > .row > .col .skyline-form > div:nth-of-type(2),
  .alt-contact-form .container > .row > .col .skyline-form > div:nth-of-type(3),
  .alt-contact-form .container > .row > .col .skyline-form > div:nth-of-type(4) {
    width: 100%;
  }
}
.alt-contact-form .container > .row > .col .skyline-form > div:nth-of-type(2),
.alt-contact-form .container > .row > .col .skyline-form > div:nth-of-type(4) {
  float: right;
}
@media (max-width: 767px) {
  .alt-contact-form .container > .row > .col .skyline-form > div:nth-of-type(2),
  .alt-contact-form .container > .row > .col .skyline-form > div:nth-of-type(4) {
    float: unset;
  }
}
@media (max-width: 1023px) {
  .alt-contact-form .container > .row > .col .skyline-form {
    width: 100%;
    padding: 0;
    margin-top: -50px;
  }
}
.alt-contact-form .container > .row > .col .skyline-form #general-contact-form-error-first-name,
.alt-contact-form .container > .row > .col .skyline-form #general-contact-form-error-last-name,
.alt-contact-form .container > .row > .col .skyline-form #general-contact-form-error-email,
.alt-contact-form .container > .row > .col .skyline-form #general-contact-form-error-phone {
  margin: 18px 0 0;
}
.alt-contact-form .container > .row > .col .skyline-form #general-contact-form-error-message {
  margin-top: -5px;
}
.alt-contact-form .container > .row > .col .skyline-form .error .error-descriptor {
  width: 100%;
}
.alt-contact-form .container > .row > .col .skyline-form .form-error-list {
  width: 100%;
}

.all-access .all-access--header {
  background-color: #ddaa00;
  color: #fff;
}

.all-access .all-access--header .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 120px 60px 120px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .all-access .all-access--header .container {
    padding: 60px 30px 60px;
  }
}
.all-access .all-access--header .container h2 {
  color: inherit;
  margin: 0;
}

.all-access .all-access--body {
  background-color: #f8f8f8;
}

.all-access .all-access--body .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 150px 60px 150px;
  overflow: hidden;
  position: relative;
  overflow: visible;
  z-index: 0;
}
@media (max-width: 1280px) {
  .all-access .all-access--body .container {
    padding: 75px 30px 75px;
  }
}
.all-access .all-access--body .container li {
  margin-bottom: 30px;
  padding-left: 70px;
}
.all-access .all-access--body .container li::before {
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icon-check.svg) center center no-repeat;
}
.all-access .all-access--body .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 506px;
  height: 302px;
  background-image: url(../images/icon-skyline-watermark.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
  right: -32px;
  transform: translate3d(50%, 0, 0);
  opacity: 1;
}
@media (max-width: 1280px) {
  .all-access .all-access--body .container::after {
    right: 32px;
  }
}
@media (max-width: 1280px) {
  .all-access .all-access--body .container li::before {
    top: -5px;
  }
}

.all-access .all-access--body .container > .row {
  justify-content: space-between;
}

.all-access .all-access--body .container > .row > .col {
  width: 50%;
}
.all-access .all-access--body .container > .row > .col:nth-child(1) {
  max-width: 725px;
  padding-right: 175px;
}
.all-access .all-access--body .container > .row > .col:nth-child(2) {
  max-width: 790px;
}
.all-access .all-access--body .container > .row > .col:nth-child(2) .caption {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 50px;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .all-access .all-access--body .container > .row > .col:nth-child(2) .caption {
    font-size: 16px;
    font-size: 1rem;
  }
}
.all-access .all-access--body .container > .row > .col:nth-child(2) .embed-container {
  margin-top: -275px;
  margin-bottom: 50px;
}
.all-access .all-access--body .container > .row > .col:nth-child(2) .button, .all-access .all-access--body .container > .row > .col:nth-child(2) header.banner #menu-primary-navigation > li:last-child a, header.banner #menu-primary-navigation > li:last-child .all-access .all-access--body .container > .row > .col:nth-child(2) a {
  margin-bottom: 15px;
  margin-right: 15px;
}
.all-access .all-access--body .container > .row > .col:nth-child(2) .button:last-child, .all-access .all-access--body .container > .row > .col:nth-child(2) header.banner #menu-primary-navigation > li:last-child a:last-child, header.banner #menu-primary-navigation > li:last-child .all-access .all-access--body .container > .row > .col:nth-child(2) a:last-child {
  margin-right: 0;
}
@media (max-width: 1280px) {
  .all-access .all-access--body .container > .row > .col {
    margin-bottom: 30px;
  }
  .all-access .all-access--body .container > .row > .col:last-child {
    margin-bottom: 0;
  }
  .all-access .all-access--body .container > .row > .col:nth-child(1) {
    max-width: 100%;
  }
  .all-access .all-access--body .container > .row > .col:nth-child(2) {
    max-width: 100%;
  }
  .all-access .all-access--body .container > .row > .col:nth-child(2) .embed-container {
    margin-top: 0;
  }
  .all-access .all-access--body .container > .row > .col:nth-child(2) .button:last-child, .all-access .all-access--body .container > .row > .col:nth-child(2) header.banner #menu-primary-navigation > li:last-child a:last-child, header.banner #menu-primary-navigation > li:last-child .all-access .all-access--body .container > .row > .col:nth-child(2) a:last-child {
    float: none;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .all-access .all-access--body .container > .row > .col:nth-child(1) {
    padding-right: 0;
  }
}

.guide-form {
  position: relative;
}
.guide-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 60vw;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
  background-color: #004270;
}
@media (max-width: 1023px) {
  .guide-form::before {
    width: 100%;
    transform: translate3d(-50%, 0, 0);
  }
}

.guide-form .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 150px 60px 150px;
  overflow: hidden;
  position: relative;
  overflow: visible;
  z-index: 0;
}
@media (max-width: 1280px) {
  .guide-form .container {
    padding: 75px 30px 75px;
  }
}
.guide-form .container .button, .guide-form .container header.banner #menu-primary-navigation > li:last-child a, header.banner #menu-primary-navigation > li:last-child .guide-form .container a {
  width: 100%;
  margin-top: 30px;
}
.guide-form .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 506px;
  height: 302px;
  background-image: url(../images/icon-skyline-watermark.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
  left: -32px;
  transform: translate3d(-50%, 0, 0);
}
@media (max-width: 1280px) {
  .guide-form .container::after {
    left: 32px;
  }
}
.guide-form .container .col:has(form) {
  z-index: 2;
}
@media (max-width: 1023px) {
  .guide-form .container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.guide-form .container > .row {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.guide-form .container > .row > .col {
  width: 45%;
  max-width: 650px;
  position: relative;
}
.guide-form .container > .row > .col .image--content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.guide-form .container > .row > .col .image--content img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: auto;
}
@media (max-width: 1023px) {
  .guide-form .container > .row > .col {
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .guide-form .container > .row > .col .image--content {
    position: relative;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .guide-form .container > .row > .col .image--content img {
    position: relative;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    max-width: 560px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .guide-form .container > .row > .col:nth-child(1) {
    background-color: #fff;
    padding-top: 75px;
  }
  .guide-form .container > .row > .col:last-child {
    text-align: center;
  }
}

.gray-list-content {
  background: url(../images/pattern.png) center center repeat #303132;
  color: #fff;
  position: relative;
}

.gray-list-content .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 150px 60px 100px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .gray-list-content .container {
    padding: 75px 30px 50px;
  }
}
.gray-list-content .container p, .gray-list-content .container li {
  color: inherit;
}
.gray-list-content .container h2 {
  color: #ddaa00;
}
.gray-list-content .container li {
  margin-bottom: 30px;
  padding-left: 70px;
}
.gray-list-content .container li::before {
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icon-check.svg) center center no-repeat;
}

.gray-list-content .container > .row {
  margin: 0 -60px 60px;
}
.gray-list-content .container > .row:last-child {
  margin-bottom: 0;
}
.gray-list-content .container > .row > .col {
  padding: 0 60px;
}
.gray-list-content .container > .row > .col:nth-child(1) {
  width: 50%;
}
.gray-list-content .container > .row > .col:nth-child(2) {
  width: 50%;
}
.gray-list-content .container > .row.forty-sixty > .col:nth-child(1) {
  width: 40%;
}
.gray-list-content .container > .row.forty-sixty > .col:nth-child(2) {
  width: 60%;
}
.gray-list-content .container > .row.full > .col {
  width: 100%;
  text-align: center;
}
@media (max-width: 1023px) {
  .gray-list-content .container > .row {
    margin: 0 0 60px;
  }
  .gray-list-content .container > .row > .col {
    padding: 0;
  }
  .gray-list-content .container > .row.forty-sixty > .col:nth-child(1) {
    width: 100%;
  }
  .gray-list-content .container > .row.forty-sixty > .col:nth-child(2) {
    width: 100%;
  }
}

.accordion-content .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 0px 60px 40px;
  overflow: hidden;
  max-width: 1120px;
}
@media (max-width: 1280px) {
  .accordion-content .container {
    padding: 0px 30px 20px;
  }
}
.accordion-content .container h2 {
  text-transform: capitalize;
}
.accordion-content .accordion--content__item {
  position: relative;
  margin-bottom: 20px;
}
.accordion-content .accordion--content__item summary {
  background-color: #f8f8f8;
  width: 100%;
  padding: 40px 80px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.accordion-content .accordion--content__item summary::marker {
  font-size: 1.3rem;
  vertical-align: middle;
  color: #004270;
}
.accordion-content .accordion--content__item h3.title {
  position: relative;
  color: #004270;
  margin: 0;
  line-height: 1.5;
  text-align: left;
  z-index: 0;
  display: inline-block;
  max-width: calc(100% - 1.5rem);
  vertical-align: middle;
}
.accordion-content .accordion--content__item h4.title {
  font-size: 1.4rem;
}
.accordion-content .accordion--content__item .content {
  padding: 70px 80px;
  border: 3px solid #f8f8f8;
  border-top: 0;
}
.accordion-content .accordion--content__item .content .content--paragraph {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
}
.accordion-content .accordion--content__item .content .content--paragraph > .col {
  min-width: 50%;
}
.accordion-content .accordion--content__item .content .content--paragraph > .col + .col {
  padding-left: 40px;
}
.accordion-content .accordion--content__item .content .content--paragraph p,
.accordion-content .accordion--content__item .content .content--paragraph li {
  font-size: 20px;
  font-size: 1.25rem;
  color: #555;
}
@media (max-width: 1280px) {
  .accordion-content .accordion--content__item .content .content--paragraph > .col + .col {
    padding-left: unset;
  }
}
@media (max-width: 1023px) {
  .accordion-content .accordion--content__item .content .content--paragraph .col {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .accordion-content .accordion--content__item input.accordion--trigger {
    padding: 40px;
  }
  .accordion-content .accordion--content__item summary,
  .accordion-content .accordion--content__item .content {
    padding: 30px;
  }
  .accordion-content .accordion--content__item summary {
    padding-right: 70px;
  }
  .accordion-content .accordion--content__item h4.title {
    font-size: 1.3rem;
  }
}

.page-content.has--bg {
  background-color: #f7f6f4;
}
.page-content.has--watermark .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 506px;
  height: 302px;
  background-image: url(../images/icon-skyline-watermark.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
  left: -32px;
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
}
@media (max-width: 1280px) {
  .page-content.has--watermark .container::after {
    left: 32px;
  }
}

.page-content .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 100px 60px 100px;
  overflow: hidden;
  position: relative;
  overflow: visible;
  z-index: 0;
}
@media (max-width: 1280px) {
  .page-content .container {
    padding: 50px 30px 50px;
  }
}

.page-content .container > .row {
  justify-content: space-between;
  margin: 0 -60px;
}
.page-content .container > .row > .col {
  width: 50%;
  max-width: 770px;
  padding: 0 60px;
}
.page-content .container > .row > .col h2 {
  margin-top: -10px;
}
.page-content .container > .row.full {
  justify-content: center;
}
.page-content .container > .row.full > .col {
  width: 100%;
  text-align: center;
  max-width: 760px;
}
.page-content .container > .row.footer {
  padding-top: 115px;
}
.page-content .container > .row.footer > .col {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1280px) {
  .page-content .container > .row {
    gap: 20px;
    margin: 0;
  }
  .page-content .container > .row > .col {
    max-width: unset;
    padding: 0;
  }
}

.contact-us .page-content form label {
  font-size: 20px;
  font-size: 1.25rem;
  color: #004270;
  font-weight: 600;
}
.contact-us .page-content form small {
  color: #222;
  font-weight: normal;
}

.thin-cta {
  background-color: #004270;
  color: #fff;
}

.thin-cta .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 70px 60px 70px;
  overflow: hidden;
  position: relative;
  overflow: visible;
}
@media (max-width: 1280px) {
  .thin-cta .container {
    padding: 35px 30px 35px;
  }
}
.thin-cta .container *:not(.button) {
  color: inherit;
}
.thin-cta .container li::before {
  background-color: #fff;
}
.thin-cta .container .image--content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 300px;
  z-index: 10;
}
@media (max-width: 1350px) {
  .thin-cta .container .image--content {
    right: 5%;
  }
}
@media (max-width: 1023px) {
  .thin-cta .container .image--content {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .thin-cta .container .image--content {
    width: 100% !important;
  }
}
.thin-cta .container .image--content > img {
  position: relative;
  left: -40px;
}
@media (max-width: 767px) {
  .thin-cta .container .image--content > img {
    left: 0;
  }
}
.thin-cta .container .image--content > a {
  position: relative;
  top: -15px;
}
.thin-cta .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 506px;
  height: 302px;
  background-image: url(../images/icon-skyline-watermark.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
  right: -32px;
  transform: translate3d(50%, 0, 0);
}
@media (max-width: 1280px) {
  .thin-cta .container::after {
    right: 32px;
  }
}
@media (max-width: 1023px) {
  .thin-cta .container .image--content {
    position: relative;
    right: auto;
    top: auto;
    transform: translate3d(0, 0, 0);
    margin: 0 auto;
    width: 100%;
    padding: 30px 0 0;
    height: auto;
  }
  .thin-cta .container .image--content img {
    max-width: 100%;
    height: auto;
  }
}

.thin-cta .container > .row {
  position: relative;
  z-index: 10;
}
.thin-cta .container > .row > .col:nth-child(1) {
  max-width: 685px;
  padding-right: 150px;
}
.thin-cta .container > .row > .col:nth-child(2) {
  padding-right: 290px;
  z-index: 0;
}
@media (max-width: 1350px) {
  .thin-cta .container > .row {
    flex-wrap: wrap;
  }
  .thin-cta .container > .row > .col {
    width: 100%;
    margin-bottom: 15px;
  }
  .thin-cta .container > .row > .col:last-child {
    margin-bottom: 0;
  }
  .thin-cta .container > .row > .col:nth-child(1) {
    max-width: 100%;
    padding-right: 0;
  }
  .thin-cta .container > .row > .col:nth-child(2) {
    padding-right: 0;
  }
}

.three-col--card.has--bg {
  background-color: #f7f6f4;
}

.three-col--card .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 20px 60px 0px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .three-col--card .container {
    padding: 10px 30px 0px;
  }
}
.three-col--card .container article {
  margin-bottom: 50px;
}

.three-col--card .container > .row {
  margin: 0 -5px;
  flex-wrap: wrap;
}
.three-col--card .container > .row > .col {
  width: 33.333%;
  padding: 0 5px 10px;
}
.three-col--card .container > .row.full {
  justify-content: center;
}
.three-col--card .container > .row.full > .col {
  width: 100%;
  text-align: center;
  max-width: 760px;
}
.three-col--card .container > .row h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 1023px) {
  .three-col--card .container > .row > .col {
    padding-bottom: 30px;
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .three-col--card .container > .row > .col {
    width: 100% !important;
  }
}

.card-slider .slick-slide {
  width: 80vw;
  max-width: 500px;
  padding: 5px;
  height: 100%;
  display: block;
}

.card-slider .card-slide__item {
  height: 100%;
}

.card-slider .card,
.three-col--card .container .card {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-slider .card article,
.three-col--card .container .card article {
  height: 100%;
}
.card-slider .card::before,
.three-col--card .container .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e8ea;
  filter: blur(3px);
}
.card-slider .card .meta--date,
.three-col--card .container .card .meta--date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
  color: #555;
}
.card-slider .card .meta--category,
.three-col--card .container .card .meta--category {
  display: block;
  margin-bottom: 5px;
}
.card-slider .card .meta--tags,
.three-col--card .container .card .meta--tags {
  line-height: 1.5;
}
.card-slider .card .meta--tags,
.card-slider .card .meta--category,
.three-col--card .container .card .meta--tags,
.three-col--card .container .card .meta--category {
  display: block;
}
.card-slider .card .meta--tags a,
.card-slider .card .meta--category a,
.three-col--card .container .card .meta--tags a,
.three-col--card .container .card .meta--category a {
  color: #222;
}
.card-slider .card .meta--tags a:hover,
.card-slider .card .meta--category a:hover,
.three-col--card .container .card .meta--tags a:hover,
.three-col--card .container .card .meta--category a:hover {
  opacity: 0.6;
}
.card-slider .card h2,
.three-col--card .container .card h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .card-slider .card h2,
  .three-col--card .container .card h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.card-slider .card h2 a,
.three-col--card .container .card h2 a {
  color: #004270;
}
.card-slider .card h3 a,
.three-col--card .container .card h3 a {
  color: #004270;
}

.card-slider .card .image--content,
.three-col--card .container .card .image--content {
  background-color: #e5e8ea;
  position: relative;
  overflow: hidden;
  padding-top: 63.26%;
  height: 0;
  width: 100%;
}
.card-slider .card .image--content img,
.three-col--card .container .card .image--content img {
  min-height: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-height: 100%;
}

.card-slider .card .text--content,
.three-col--card .container .card .text--content {
  padding: 30px 50px;
  position: relative;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #222;
}
.card-slider .card .text--content > *,
.three-col--card .container .card .text--content > * {
  width: 100%;
}
.card-slider .card .text--content > *:last-child,
.three-col--card .container .card .text--content > *:last-child {
  align-self: flex-end;
}
.page-template-template-resources .card-slider .card .text--content,
.page-template-template-resources .three-col--card .container .card .text--content {
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .card-slider .card .text--content,
  .three-col--card .container .card .text--content {
    padding: 30px 30px;
  }
}
.profile-card > .full.white {
  background-color: #fff;
}
.profile-card > .full.offwhite {
  background-color: #f7f6f4;
}
.profile-card > .full.lightgray {
  background-color: #e5e8ea;
}
.profile-card > .full.backgroundgray {
  background-color: #f8f8f8;
}
.profile-card > .full > .profile-card--card.pad40 {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 40px 60px 40px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .profile-card > .full > .profile-card--card.pad40 {
    padding: 20px 30px 20px;
  }
}
.profile-card > .full > .profile-card--card.pad50 {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 50px 60px 50px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .profile-card > .full > .profile-card--card.pad50 {
    padding: 25px 30px 25px;
  }
}
.profile-card > .full > .profile-card--card.pad60 {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 60px 60px 60px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .profile-card > .full > .profile-card--card.pad60 {
    padding: 30px 30px 30px;
  }
}
.profile-card > .full > .profile-card--card.pad70 {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 70px 60px 70px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .profile-card > .full > .profile-card--card.pad70 {
    padding: 35px 30px 35px;
  }
}
.profile-card > .full > .profile-card--card.pad80 {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 80px 60px 80px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .profile-card > .full > .profile-card--card.pad80 {
    padding: 40px 30px 40px;
  }
}
.profile-card > .full > .profile-card--card img {
  width: 100%;
  height: auto;
}
.profile-card > .full > .profile-card--card .caption {
  display: block;
  font-style: italic;
  line-height: 1.5;
  color: #004270;
}
.profile-card > .full > .profile-card--card .caption strong {
  display: block;
  font-style: normal;
}
.profile-card > .full > .profile-card--card > .row {
  justify-content: space-between;
  column-gap: 60px;
}
.profile-card > .full > .profile-card--card > .row:not(.default) {
  flex-direction: row-reverse;
}
.profile-card > .full > .profile-card--card > .row > .col:nth-child(1) {
  max-width: 560px;
}
.profile-card > .full > .profile-card--card > .row > .col {
  width: 50%;
}
@media (max-width: 1023px) {
  .profile-card > .full > .profile-card--card > .row {
    flex-direction: column;
    justify-content: center;
  }
  .profile-card > .full > .profile-card--card > .row > .col:nth-child(1) {
    padding-left: 0;
    max-width: 100%;
    text-align: center;
  }
  .profile-card > .full > .profile-card--card > .row > .col {
    width: 100%;
    margin-bottom: 30px;
  }
  .profile-card > .full > .profile-card--card > .row > .col:last-child {
    margin-bottom: 0;
  }
}
.profile-card > .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 0px 60px 150px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .profile-card > .container {
    padding: 0px 30px 75px;
  }
}
.profile-card > .container > .profile-card--card {
  background-color: #f7f6f4;
}
.profile-card > .container > .profile-card--card.pad40 {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 40px 60px 40px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .profile-card > .container > .profile-card--card.pad40 {
    padding: 20px 30px 20px;
  }
}
.profile-card > .container > .profile-card--card.pad50 {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 50px 60px 50px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .profile-card > .container > .profile-card--card.pad50 {
    padding: 25px 30px 25px;
  }
}
.profile-card > .container > .profile-card--card.pad60 {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 60px 60px 60px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .profile-card > .container > .profile-card--card.pad60 {
    padding: 30px 30px 30px;
  }
}
.profile-card > .container > .profile-card--card.pad70 {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 70px 60px 70px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .profile-card > .container > .profile-card--card.pad70 {
    padding: 35px 30px 35px;
  }
}
.profile-card > .container > .profile-card--card.pad80 {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 80px 60px 80px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .profile-card > .container > .profile-card--card.pad80 {
    padding: 40px 30px 40px;
  }
}
.profile-card > .container > .profile-card--card img {
  width: 100%;
  height: auto;
}
.profile-card > .container > .profile-card--card .caption {
  display: block;
  font-style: italic;
  line-height: 1.5;
  color: #004270;
}
.profile-card > .container > .profile-card--card .caption strong {
  display: block;
  font-style: normal;
}
.profile-card > .container > .profile-card--card > .row {
  justify-content: space-between;
  column-gap: 60px;
}
.profile-card > .container > .profile-card--card > .row:not(.default) {
  flex-direction: row-reverse;
}
.profile-card > .container > .profile-card--card > .row > .col:nth-child(1) {
  max-width: 560px;
}
.profile-card > .container > .profile-card--card > .row > .col {
  width: 50%;
}
@media (max-width: 1023px) {
  .profile-card > .container > .profile-card--card > .row {
    flex-direction: column;
    justify-content: center;
  }
  .profile-card > .container > .profile-card--card > .row > .col:nth-child(1) {
    padding-left: 0;
    max-width: 100%;
    text-align: center;
  }
  .profile-card > .container > .profile-card--card > .row > .col {
    width: 100%;
    margin-bottom: 30px;
  }
  .profile-card > .container > .profile-card--card > .row > .col:last-child {
    margin-bottom: 0;
  }
}

.statistics .statistic-rows:nth-child(odd) {
  background-color: #f8f8f8;
}
.statistics .statistic-rows:nth-child(even) {
  background-color: #e5e8ea;
}

.statistics .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 75px 60px 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 120px 0;
  color: #004270;
  overflow: unset;
}
@media (max-width: 1280px) {
  .statistics .container {
    padding: 37.5px 30px 20px;
  }
}
.statistics .container > .row {
  gap: 50px;
}
.statistics .container > .row > .col:first-child {
  width: 33.33%;
}
.statistics .container > .row > .col:first-child h2 {
  margin-bottom: 50px;
}
.statistics .container > .row > .col:first-child h2 > p {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
}
.statistics .container > .row > .col:first-child h2 > p em {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .statistics .container > .row > .col:first-child h2 > p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.statistics .container > .row > .col:last-child {
  width: 66.66%;
}
.statistics .container > .row > .col:last-child h3 {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .statistics .container > .row > .col:first-child {
    text-align: center;
  }
  .statistics .container > .row > .col:first-child h2 {
    margin-bottom: 0;
  }
  .statistics .container > .row > .col:last-child h3 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: normal;
  }
}

.statistic-items {
  flex-wrap: wrap;
  align-items: flex-start;
}
.statistic-items .col {
  width: calc(33.33% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin: 0 30px 60px;
  max-width: 320px;
}
.statistic-items .col > h3 {
  white-space: nowrap;
}
.statistic-items .col > .row {
  align-items: center;
}
.statistic-items .col > .row div {
  margin-bottom: 5px;
  display: inline-block;
  max-width: 250px;
  line-height: 1.5;
}
.statistic-items .col .tooltip--button {
  cursor: pointer;
  display: static;
}
.statistic-items .col .tooltip--button svg {
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.statistic-items .col .tooltip--button:hover .tooltip--content {
  display: block;
}
.statistic-items .col .tooltip--button .tooltip--content {
  display: none;
  position: absolute;
  color: #707070;
  font-weight: normal;
  text-align: left;
  bottom: 50%;
  left: 50%;
  width: 300px;
  padding-bottom: 40px;
  line-height: 1.5;
  z-index: 100;
  transform: translate3d(-50%, 30px, 0);
}
.statistic-items .col .tooltip--button .tooltip--content .tooltip--content__text {
  padding: 30px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
@media (max-width: 1023px) {
  .statistic-items {
    justify-content: space-between;
    margin-top: 40px;
  }
  .statistic-items .col {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .statistic-items .col {
    width: 100% !important;
    margin: 0 0 60px;
  }
}

#sustainability {
  height: 489px;
  overflow: visible;
  background-size: cover;
  background-color: #004270;
}
#sustainability > .grid {
  display: grid;
  grid-template-columns: 1fr 4fr 4fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 0;
  grid-auto-flow: row;
  grid-template-areas: ". pdf-image sustainability-text .";
}
#sustainability > .grid > .pdf-image {
  grid-area: pdf-image;
  position: relative;
}
#sustainability > .grid > .pdf-image > img {
  height: 600px;
  position: absolute;
  top: -53px;
  right: 0;
}
@media (max-width: 1280px) {
  #sustainability > .grid > .pdf-image > img {
    height: 425px;
    top: -33px;
    right: -20px;
  }
}
@media (max-width: 1023px) {
  #sustainability > .grid > .pdf-image {
    display: none;
  }
}
#sustainability > .grid > .sustainability-text {
  grid-area: sustainability-text;
  display: flex;
  margin: auto;
  height: 489px;
  justify-content: center;
  flex-direction: column;
}
#sustainability > .grid > .sustainability-text > h2 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 1280px) {
  #sustainability > .grid > .sustainability-text > h2 {
    font-size: 1.3rem;
  }
}
#sustainability > .grid > .sustainability-text > p {
  color: #fff;
}
#sustainability > .grid > .sustainability-text > p:nth-child(2) {
  margin: 20px 0 0;
}
@media (max-width: 1280px) {
  #sustainability > .grid > .sustainability-text > p:nth-child(2) {
    margin: 10px 0 0;
  }
}
@media (max-width: 1023px) {
  #sustainability > .grid > .sustainability-text > p:nth-child(2) {
    margin: 20px 0 0;
  }
}
#sustainability > .grid > .sustainability-text > p:nth-child(3) {
  margin: 20px 0 30px;
}
@media (max-width: 1280px) {
  #sustainability > .grid > .sustainability-text > p:nth-child(3) {
    margin: 10px 0 15px;
  }
}
@media (max-width: 1023px) {
  #sustainability > .grid > .sustainability-text > p:nth-child(3) {
    margin: 20px 0 30px;
  }
}
#sustainability > .grid > .sustainability-text > div > a {
  line-break: anywhere;
}
@media (min-width: 1441px) {
  #sustainability > .grid > .sustainability-text {
    padding-right: 10%;
  }
}
@media (max-width: 1280px) {
  #sustainability > .grid > .sustainability-text {
    height: 350px;
  }
}
@media (max-width: 767px) {
  #sustainability > .grid > .sustainability-text {
    height: 489px;
  }
}
@media (max-width: 1023px) {
  #sustainability > .grid {
    grid-template-columns: 1fr 4fr 1fr;
    grid-template-areas: ". sustainability-text .";
  }
}
@media (max-width: 767px) {
  #sustainability > .grid {
    display: block;
    padding: 0 30px;
  }
}
@media (max-width: 1280px) {
  #sustainability {
    height: 350px;
  }
}
@media (max-width: 767px) {
  #sustainability {
    height: 489px;
  }
}

.highlights {
  background-color: #004270;
}
.highlights .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 75px 60px 75px;
  overflow: hidden;
  color: #fff;
  position: relative;
  overflow: visible;
  z-index: 0;
}
@media (max-width: 1280px) {
  .highlights .container {
    padding: 37.5px 30px 37.5px;
  }
}
.highlights .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 506px;
  height: 302px;
  background-image: url(../images/icon-skyline-watermark.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
  right: -32px;
  transform: translate3d(50%, 0, 0);
}
@media (max-width: 1280px) {
  .highlights .container::after {
    right: 32px;
  }
}

.highlights--title h2 {
  color: #fff;
}

.highlights--items ul {
  justify-content: center;
  margin: 60px -22px 0;
  display: flex;
  width: 100%;
}
.highlights--items ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 6px solid #fff;
  border-radius: 20px;
  text-align: center;
  width: 270px;
  height: 160px;
  padding: 40px;
  margin: 0 22px;
  font-weight: 600;
  color: #fff;
}
.highlights--items ul li::before {
  display: none;
}
.highlights--items ul li .tooltip--button {
  cursor: pointer;
  display: inline;
}
.highlights--items ul li .tooltip--button svg {
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.highlights--items ul li .tooltip--button:hover .tooltip--content {
  display: block;
}
.highlights--items ul li .tooltip--button .tooltip--content {
  display: none;
  position: absolute;
  color: #707070;
  font-weight: normal;
  text-align: left;
  bottom: 80%;
  left: 50%;
  width: 300px;
  padding-bottom: 40px;
  line-height: 1.5;
  z-index: 100;
  transform: translate3d(-50%, 30px, 0);
}
.highlights--items ul li .tooltip--button .tooltip--content .tooltip--content__text {
  padding: 30px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
@media (max-width: 1280px) {
  .highlights--items ul {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .highlights--items ul li {
    margin-bottom: 44px;
    width: calc(33.33% - 44px) !important;
  }
}
@media (max-width: 1023px) {
  .highlights--items ul {
    margin: 0;
  }
  .highlights--items ul li {
    margin-bottom: 44px;
    width: calc(50% - 44px) !important;
    height: auto;
  }
}
@media (max-width: 767px) {
  .highlights--items ul li {
    margin: 0 0 44px;
    width: 100% !important;
  }
  .highlights--items ul li:last-child {
    margin-bottom: 0;
  }
}

.highlights--buttons {
  justify-content: center;
  gap: 40px;
  margin-top: 70px;
}
.highlights--buttons .button:hover, .highlights--buttons header.banner #menu-primary-navigation > li:last-child a:hover, header.banner #menu-primary-navigation > li:last-child .highlights--buttons a:hover {
  background-color: #fff;
  color: #004270;
}
.highlights--buttons .button:hover:after, .highlights--buttons header.banner #menu-primary-navigation > li:last-child a:hover:after, header.banner #menu-primary-navigation > li:last-child .highlights--buttons a:hover:after {
  filter: unset;
}

.search-form {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 60px 60px 60px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .search-form {
    padding: 30px 30px 30px;
  }
}
.search-form .row {
  gap: 30px 80px;
}
.search-form form label {
  font-size: 20px;
  font-size: 1.25rem;
  color: #004270;
}
.search-form form .search-form__select {
  display: inline-block;
  position: relative;
}
.search-form form .search-form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: -30px;
  transform: translate3d(0, -50%, 0) rotate(90deg);
  width: 8px;
  height: 12px;
  background: url(../images/icon-chevron-blue.svg) center center no-repeat;
}
.search-form form select {
  background-color: #f8f8f8;
  color: #004270;
  height: 60px;
  min-width: 400px;
  border: 0;
  padding-left: 30px;
  margin-left: 30px;
  -webkit-appearance: none;
          appearance: none;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .search-form .row {
    gap: 30px;
    justify-content: space-between;
  }
  .search-form label {
    min-width: 90px;
    display: inline-block;
    margin-bottom: 20px;
  }
  .search-form .search-form__select {
    width: 100%;
  }
  .search-form form select {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .search-form label {
    font-size: 16px;
    font-size: 1rem;
  }
  .search-form form select {
    min-width: unset;
  }
}

.blog-archive {
  padding: 90px 0 100px;
}
.blog-archive:nth-child(odd) {
  background-color: #f7f6f4;
}
.blog-archive h2 {
  margin-bottom: 60px;
}
.blog-archive h2 a {
  color: #004270;
}
@media (max-width: 1023px) {
  .blog-archive {
    padding: 55px 0;
  }
}

.blog-archive .blog-archive--footer {
  position: relative;
  height: 188px;
}
.blog-archive .blog-archive--footer .button, .blog-archive .blog-archive--footer header.banner #menu-primary-navigation > li:last-child a, header.banner #menu-primary-navigation > li:last-child .blog-archive .blog-archive--footer a {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translate3d(0, -50%, 0);
}
.blog-archive .blog-archive--footer .slick-arrow {
  position: absolute;
  left: auto;
  right: 150px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  text-indent: -200%;
  width: 80px;
  padding-top: 40px;
  border: 0;
  background: none;
  font-size: 0;
  cursor: pointer;
}
.blog-archive .blog-archive--footer .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 28px;
  height: 43px;
  background: url(../images/icon-arrow_prev.svg) center center no-repeat;
  background-size: contain;
}
.blog-archive .blog-archive--footer .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.blog-archive .blog-archive--footer .slick-next {
  right: 60px;
}
.blog-archive .blog-archive--footer .slick-next::before {
  content: "";
  background: url(../images/icon-arrow_next.svg) center center no-repeat;
}
@media (max-width: 1280px) {
  .blog-archive .blog-archive--footer .button, .blog-archive .blog-archive--footer header.banner #menu-primary-navigation > li:last-child a, header.banner #menu-primary-navigation > li:last-child .blog-archive .blog-archive--footer a {
    left: auto;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .blog-archive .blog-archive--footer {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .blog-archive .blog-archive--footer {
    height: auto;
  }
  .blog-archive .blog-archive--footer .button, .blog-archive .blog-archive--footer header.banner #menu-primary-navigation > li:last-child a, header.banner #menu-primary-navigation > li:last-child .blog-archive .blog-archive--footer a {
    position: static;
    transform: translate3d(0, 0, 0);
  }
  .blog-archive .blog-archive--footer .slick-arrow {
    display: none !important;
  }
}

.single-team .entry-content .container {
  max-width: 100%;
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 240px 60px 100px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .single-team .entry-content .container {
    padding: 120px 30px 50px;
  }
}
.single-team .entry-content .container > .row > .col {
  width: 50%;
}
.single-team .entry-content .container > .row > .col:nth-child(1) {
  max-width: 600px;
  position: relative;
}
.single-team .entry-content .container > .row > .col:nth-child(1) img {
  max-width: 100%;
  height: auto;
}
.single-team .entry-content .container > .row > .col:nth-child(1) img.team-badge {
  position: absolute;
  width: 150px;
  top: 10px;
  right: 10px;
}
@media (max-width: 767px) {
  .single-team .entry-content .container > .row > .col:nth-child(1) img.team-badge {
    width: 100px;
    top: 8px;
    right: 8px;
  }
}
@media (max-width: 1023px) {
  .single-team .entry-content .container > .row > .col:nth-child(1) {
    margin: 0 auto;
  }
}
.single-team .entry-content .container > .row > .col:nth-child(2) {
  padding-left: 150px;
  max-width: 700px;
}
@media (max-width: 1023px) {
  .single-team .entry-content .container > .row > .col:nth-child(2) {
    padding-top: 50px;
    padding-left: 0;
    max-width: 600px;
    margin: 0 auto;
  }
}
.single-team .entry-content .container > .row > .col .contact-links {
  margin-bottom: 15px;
}
.single-team .entry-content .container > .row > .col .contact-links a {
  display: inline-block;
  color: #004270;
  text-decoration: none;
  vertical-align: bottom;
}
.single-team .entry-content .container > .row > .col .contact-links a:not(:last-child) {
  margin-right: 15px;
}
.single-team .entry-content .container > .row > .col .contact-links a svg {
  height: 28px;
  width: auto;
  border-radius: 5px;
}
.single-team .entry-content .container > .row > .col .contact-links a svg * {
  fill: #004270;
  transition: fill 0.2s ease-in-out;
}
.single-team .entry-content .container > .row > .col .contact-links a:hover svg {
  background-color: transparent;
}
.single-team .entry-content .container > .row > .col .contact-links a:hover svg * {
  fill: #303132;
}
.single-team .entry-content .container > .row > .col .contact-links a:not(:has(svg)) {
  background-color: #004270;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 3px;
  font-weight: bold;
  transition: background-color 0.2s, color 0.2s;
}
.single-team .entry-content .container > .row > .col .contact-links a:not(:has(svg)):hover, .single-team .entry-content .container > .row > .col .contact-links a:not(:has(svg)):focus {
  background-color: #222;
  color: #fff;
}

.component--pagination {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 100px 60px 100px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1280px) {
  .component--pagination {
    padding: 50px 30px 50px;
  }
}
.component--pagination .search-form__select {
  display: inline-block;
  position: relative;
}
.component--pagination .search-form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: -30px;
  transform: translate3d(0, -50%, 0) rotate(90deg);
  width: 8px;
  height: 12px;
  background: url(../images/icon-chevron-blue.svg) center center no-repeat;
}
.component--pagination select {
  background-color: #f8f8f8;
  color: #004270;
  height: 60px;
  min-width: 100px;
  border: 0;
  padding-left: 30px;
  margin-left: 30px;
  -webkit-appearance: none;
          appearance: none;
  line-height: 1.5;
}

.component--pagination .page-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.component--pagination .page-numbers > li {
  padding-left: 0;
  margin: 10px;
}
.component--pagination .page-numbers > li::before {
  display: none;
}
.component--pagination .page-numbers > li span,
.component--pagination .page-numbers > li a {
  display: block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ddaa00;
  color: #004270;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}
.component--pagination .page-numbers > li a {
  cursor: pointer;
}
.component--pagination .page-numbers > li a:hover {
  background-color: #004270;
  color: #f7f6f4;
}
.component--pagination .page-numbers > li span {
  background-color: #f7f6f4;
}
.component--pagination .page-numbers > li a.prev,
.component--pagination .page-numbers > li a.next {
  margin-left: 60px;
  width: auto;
  width: auto;
  background: none;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.component--pagination .page-numbers > li a.prev::after,
.component--pagination .page-numbers > li a.next::after {
  content: "";
  width: 42px;
  height: 30px;
  background: url(../images/icon-arrow_next.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.component--pagination .page-numbers > li a.prev:hover,
.component--pagination .page-numbers > li a.next:hover {
  color: #004270;
  opacity: 0.6;
}
.component--pagination .page-numbers > li a.prev {
  margin-right: 60px;
  margin-left: 0;
}
.component--pagination .page-numbers > li a.prev::before {
  content: "";
  width: 42px;
  height: 30px;
  background: url(../images/icon-arrow_prev.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.component--pagination .page-numbers > li a.prev::after {
  display: none;
}
@media (max-width: 1280px) {
  .component--pagination .page-numbers > li span,
  .component--pagination .page-numbers > li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-size: 1rem;
  }
  .component--pagination .page-numbers > li a.prev,
  .component--pagination .page-numbers > li a.next {
    margin-left: 60px;
    font-size: 16px;
    font-size: 1rem;
  }
  .component--pagination .page-numbers > li a.prev {
    margin-right: 60px;
    margin-left: 0;
  }
}

.component--team .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 100px 60px 100px;
  overflow: hidden;
  padding-bottom: 0;
}
@media (max-width: 1280px) {
  .component--team .container {
    padding: 50px 30px 50px;
  }
}
.component--team .container h3 {
  margin-bottom: 15px;
  line-height: 1;
}
.component--team .container > .row {
  flex-wrap: wrap;
  margin: 0 -5px;
}
.component--team .container > .row.full > .col {
  width: 100%;
  padding-bottom: 0;
}
.component--team .container > .row > .col {
  width: 25%;
  padding: 0 5px 50px;
}
.component--team .container > .row > .col > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f7f6f4;
  position: relative;
}
.component--team .container > .row > .col > div .image--container {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.component--team .container > .row > .col > div .image--container img {
  position: absolute;
}
.component--team .container > .row > .col > div .image--container img:not(.team-badge) {
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.component--team .container > .row > .col > div .image--container img.team-badge {
  width: 100px;
  top: 8px;
  right: 8px;
  z-index: 10;
}
.component--team .container > .row > .col > div .text--container {
  padding: 30px;
  background-color: #f7f6f4;
  width: 100%;
  flex: 1;
}
.component--team .container > .row > .col > div .text--container::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  display: block;
  border-top: solid #ddaa00 8px;
  border-right: solid #ddaa00 8px;
  opacity: 0;
}
.component--team .container > .row > .col > div .link--container svg * {
  transition: all 0.2s ease-in-out;
}
.component--team .container > .row > .col > div .link--container a {
  display: block;
  margin: 0;
  padding: 15px;
  text-align: center;
  background-color: #004270;
  color: #fff;
  transition: background-color 0.2s, color 0.2s;
}
.component--team .container > .row > .col > div .link--container a:hover, .component--team .container > .row > .col > div .link--container a:focus {
  background-color: #ddaa00;
  color: #004270;
}
.component--team .container > .row > .col > div .link--container a:active {
  background-color: #555;
  color: #fff;
}
.component--team .container > .row > .col > div > * {
  width: 100%;
}
.component--team .container > .row > .col > div:hover .text--container {
  position: relative;
}
.component--team .container > .row > .col > div:hover .text--container::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  display: block;
  border-top: solid #ddaa00 8px;
  border-right: solid #ddaa00 8px;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 1280px) {
  .component--team .container > .row > .col {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .component--team .container > .row > .col {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .component--team .container > .row > .col {
    width: 100% !important;
  }
}
.component--team .container span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #004270;
  font-style: italic;
}
.component--team .container a {
  color: #004270;
}

@media (max-width: 1023px) {
  .info-sessions {
    margin-bottom: 30px;
  }
}

.info-sessions .featured .container {
  position: relative;
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 120px 60px 120px;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 1280px) {
  .info-sessions .featured .container {
    padding: 60px 30px 60px;
  }
}

.info-sessions .three-col--card .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 120px 60px 120px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .info-sessions .three-col--card .container {
    padding: 60px 30px 60px;
  }
}
.info-sessions .three-col--card .container > .row > .col {
  padding-bottom: unset;
}
.info-sessions .three-col--card .container h3 {
  margin-bottom: 0;
}
.info-sessions .three-col--card .container .image--content img {
  width: 100%;
  object-fit: cover;
}
.info-sessions .three-col--card .container .meta--tags {
  margin: 20px 0 30px 0;
}
.info-sessions .three-col--card .container .button, .info-sessions .three-col--card .container header.banner #menu-primary-navigation > li:last-child a, header.banner #menu-primary-navigation > li:last-child .info-sessions .three-col--card .container a {
  background-color: transparent;
  border: 1px solid #004270;
  margin-bottom: 20px;
  width: 100%;
}
.info-sessions .three-col--card .container .button:hover, .info-sessions .three-col--card .container header.banner #menu-primary-navigation > li:last-child a:hover, header.banner #menu-primary-navigation > li:last-child .info-sessions .three-col--card .container a:hover {
  background-color: #004270;
}
@media (max-width: 1023px) {
  .info-sessions .three-col--card .container > .row > .col {
    margin-bottom: 50px;
  }
  .info-sessions .three-col--card .container > .row > .col:last-child {
    margin-bottom: 0;
  }
}

.info-sessions .featured {
  background-color: #f8f8f8;
}

.info-sessions .featured .card--items {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.info-sessions .featured .card {
  width: 100%;
  position: relative;
  box-shadow: 0px 5px 8px #e5e8ea;
}
.info-sessions .featured .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e8ea;
  filter: blur(3px);
  z-index: -1;
}
.info-sessions .featured .card > .row > .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-sessions .featured .card > .row > .col:first-child {
  width: 66.66%;
  position: relative;
  overflow: hidden;
}
.info-sessions .featured .card > .row > .col:last-child {
  width: 33.33%;
  background-color: #fff;
}
.info-sessions .featured .card .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 120px 60px;
}
.info-sessions .featured .card .title .badge {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-style: normal;
  background-color: #fff;
  color: #004270;
  padding: 20px 30px;
  margin-bottom: 30px;
  border-left: 10px solid #ddaa00;
}
.info-sessions .featured .card .title h3 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
.info-sessions .featured .card .title h3 em {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .info-sessions .featured .card .title h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .info-sessions .featured .card .title {
    justify-content: start;
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .info-sessions .featured .card .title {
    padding: 40px 20px;
  }
}
.info-sessions .featured .card .image--content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
}
.info-sessions .featured .card .image--content img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.info-sessions .featured .card .image--content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004270;
  z-index: 1;
  opacity: 0.6;
}
.info-sessions .featured .card .text--content {
  color: #555;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.info-sessions .featured .card .text--content p {
  margin-bottom: 10px;
}
.info-sessions .featured .card .text--content strong {
  color: #004270;
  display: block;
}
.info-sessions .featured .card .text--content > div {
  padding: 50px;
}
@media (max-width: 767px) {
  .info-sessions .featured .card .text--content > div {
    padding: 40px 20px;
  }
}
.info-sessions .featured .card .text--content > div:last-child {
  background-color: #f8f8f8;
}
.info-sessions .featured .card .text--content ul li {
  padding-left: 50px;
  margin-bottom: 10px;
}
.info-sessions .featured .card .text--content li::before {
  width: 33px;
  height: 30px;
  top: 0;
  border-radius: 0;
}
.info-sessions .featured .card .text--content li.type--tag::before {
  background: url(../images/icon-tag.svg) center center no-repeat;
}
.info-sessions .featured .card .text--content li.type--live::before {
  background: url(../images/icon-live.svg) center center no-repeat;
}
.info-sessions .featured .card .text--content li.type--online::before {
  background: url(../images/icon-online.svg) center center no-repeat;
}
.info-sessions .featured .card .text--content li.type--on-demand::before {
  background: url(../images/icon-ondemand.svg) center center no-repeat;
}
.info-sessions .featured .card .text--content li svg {
  fill: #004270;
}
.info-sessions .featured .card .text--content .session-detail {
  margin-top: 40px;
}
.info-sessions .featured .card .text--content .session-detail > :not(:first-child) {
  display: none;
}
@media (max-width: 1280px) {
  .info-sessions .featured .card .text--content li::before {
    height: 20px;
  }
}

.info-sessions .featured .hold {
  width: 100%;
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.info-sessions .featured .hold .hold_wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  color: #ffffff;
  flex-direction: column;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 30px;
}
.info-sessions .featured .hold .hold_wrapper h3 {
  font-size: 40px;
  color: #ddaa00;
  font-weight: 700;
  -webkit-text-stroke: 1px #ddaa00;
}
.info-sessions .featured .hold .hold_wrapper p {
  font-size: 20px;
}
.info-sessions .featured .hold .hold_wrapper::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 2px solid #ddaa00;
  position: absolute;
  box-sizing: border-box;
}
.info-sessions .featured .hold::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-self: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  display: flex;
  align-self: center;
  filter: grayscale(100%);
}

.info-sessions .speaker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  position: relative;
  bottom: 0;
  gap: 20px;
  padding: 40px;
}
.info-sessions .speaker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #004270;
  opacity: 0.6;
  z-index: -1;
}
.info-sessions .speaker .speaker--item {
  position: absolute;
  position: relative;
  overflow: hidden;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  gap: 20px;
}
.info-sessions .speaker .speaker--item .speaker--image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  min-width: 100px;
  min-height: 100px;
  height: 100px;
  border-radius: 50%;
  border: 8px solid #fff;
  z-index: -1;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: pixelated;
}
.info-sessions .speaker .speaker--item .speaker--image img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.info-sessions .speaker .speaker--item .speaker--description {
  margin-left: 120px;
}
.info-sessions .speaker .speaker--item .speaker--description h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ddaa00;
  margin-bottom: 10px;
}
.info-sessions .speaker .speaker--item .speaker--description p {
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .info-sessions .speaker .speaker--item {
    justify-content: flex-start;
  }
  .info-sessions .speaker .speaker--item .speaker--image {
    position: relative;
    margin: 0 auto;
    width: 100px;
    min-width: 0;
  }
  .info-sessions .speaker .speaker--item .speaker--description {
    margin-left: 0;
    width: calc(100% - 120px);
  }
}
@media (max-width: 1280px) {
  .info-sessions .speaker {
    grid-template-columns: 1fr;
    position: relative;
  }
}
@media (max-width: 767px) {
  .info-sessions .speaker {
    padding: 40px 20px;
  }
}

.info-session-bar {
  background-color: #004270;
  color: #fff;
}
.info-session-bar * {
  color: inherit;
}

.info-session-bar .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 40px 60px 40px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .info-session-bar .container {
    padding: 20px 30px 20px;
  }
}
.info-session-bar .container h3 {
  margin-bottom: 10px;
  color: #ddaa00;
  font-size: 18px;
  font-size: 1.125rem;
}
.info-session-bar .container h3 + em {
  font-style: normal;
  line-height: 1.5;
}

.info-session-bar .container > .row {
  align-items: center;
  justify-content: space-between;
}

.info-session-bar .container > .row > .col:nth-child(1) {
  display: flex;
  gap: 30px;
  min-width: 33.33%;
}
@media (max-width: 1023px) {
  .info-session-bar .container > .row > .col {
    width: 100%;
    margin-bottom: 30px;
  }
  .info-session-bar .container > .row > .col:nth-child(1) {
    width: 100%;
    flex-wrap: wrap;
  }
  .info-session-bar .container > .row > .col:nth-child(2) {
    justify-content: flex-start;
  }
  .info-session-bar .container > .row > .col:last-child {
    margin-bottom: 0;
  }
}

.info-session-bar .container .info-session-bar--meta ul {
  margin-bottom: 0;
}
.info-session-bar .container .info-session-bar--meta ul li {
  padding-left: 50px;
  margin-bottom: 10px;
}
.info-session-bar .container .info-session-bar--meta li::before {
  width: 33px;
  height: 30px;
  top: 0;
  border-radius: 0;
}
.info-session-bar .container .info-session-bar--meta li.type--tag::before {
  background: url(../images/icon-tag--white.svg) center center no-repeat;
}
.info-session-bar .container .info-session-bar--meta li.type--live::before {
  background: url(../images/icon-live--white.svg) center center no-repeat;
}
.info-session-bar .container .info-session-bar--meta li.type--online::before {
  background: url(../images/icon-online--white.svg) center center no-repeat;
}
.info-session-bar .container .info-session-bar--meta li.type--on-demand::before {
  background: url(../images/icon-ondemand--white.svg) center center no-repeat;
}
@media (max-width: 1280px) {
  .info-session-bar .container .info-session-bar--meta li::before {
    height: 20px;
  }
}

.info-session-bar .container > .row > .col > .info-session-bar--item {
  width: 50%;
  position: relative;
  padding-left: 100px;
  max-width: 300px;
  min-height: 80px;
}
@media (max-width: 767px) {
  .info-session-bar .container > .row > .col > .info-session-bar--item {
    width: 100%;
    max-width: 100%;
  }
}

.info-session-bar .container .image--container {
  width: 80px;
  height: 80px;
  border: solid #fff 5px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  transform: translateY(-50%);
}
.info-session-bar .container .image--container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: auto;
}

.info-session-videos {
  background-color: #f7f6f4;
}

.info-session-videos .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 100px 60px 100px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .info-session-videos .container {
    padding: 50px 30px 50px;
  }
}
.info-session-videos .container h3 {
  margin-bottom: 40px;
}

.info-session-videos .container > .row {
  background-color: #fff;
}

.info-session-videos .container > .row > .col:nth-child(1) {
  width: 66.66%;
}
.info-session-videos .container > .row > .col:nth-child(2) {
  width: 33.33%;
  padding: 50px 40px;
}
.info-session-videos .container > .row > .col .embed-container {
  height: 100%;
  background-color: #000;
}
@media (max-width: 1023px) {
  .info-session-videos .container > .row > .col:nth-child(2) {
    padding: 50px 30px;
  }
}

.info-session-videos .container .track-list {
  list-style: none;
  margin: 0;
  overflow: auto;
  max-height: 375px;
}
.info-session-videos .container .track-list > li::before {
  display: none;
}
.info-session-videos .container .track-list > li {
  padding-left: 0;
  display: flex;
  margin-bottom: 10px;
}
.info-session-videos .container .track-list > li > button {
  display: flex;
  line-height: 1.5;
  color: #004270;
  border: 0;
  padding: 0;
  opacity: 1;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  background: none;
  transition: all 0.2s ease-in;
  align-self: start;
}
.info-session-videos .container .track-list > li > button:hover {
  color: #ddaa00;
}
.info-session-videos .container .track-list > li > button span {
  min-width: 80px;
}
.info-session-videos .container .track-list > li > button label {
  cursor: pointer;
}

.info-session-location {
  background-color: #ddaa00;
}

.info-session-location .container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 60px 60px 60px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .info-session-location .container {
    padding: 30px 30px 30px;
  }
}

.info-session-location .container > .row {
  justify-content: space-between;
  gap: 30px;
}
.info-session-location .container > .row > .col {
  position: relative;
}
.info-session-location .container > .row > .col > div {
  margin-left: 50px;
}
.info-session-location .container > .row > .col strong {
  margin-right: 10px;
}
.info-session-location .container > .row > .col.location::before {
  background: url(../images/icon-location.svg) center center no-repeat;
  background-size: cover;
}
.info-session-location .container > .row > .col.address::before {
  background: url(../images/icon-address.svg) center center no-repeat;
  background-size: cover;
  height: 36px;
}
.info-session-location .container > .row > .col.time::before {
  background: url(../images/icon-time.svg) center center no-repeat;
  background-size: cover;
}
.info-session-location .container > .row > .col::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

#irc-sub-menu-container {
  background-color: #004270;
  min-height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
}
#irc-sub-menu-container > #irc-sub-menu {
  position: relative;
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  min-height: 280px;
}
#irc-sub-menu-container > #irc-sub-menu > .irc-sub-menu-item {
  flex: 1;
  min-width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
#irc-sub-menu-container > #irc-sub-menu > .irc-sub-menu-item > a {
  text-align: center;
  color: #ffffff;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#irc-sub-menu-container > #irc-sub-menu > .irc-sub-menu-item > a:hover {
  background-color: #1d78b9;
}
#irc-sub-menu-container > #irc-sub-menu > .irc-sub-menu-item > a > .click-to-view {
  position: relative;
  margin-top: 25px;
  font-size: 0.8125rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #ddaa00;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  #irc-sub-menu-container > #irc-sub-menu {
    padding: 0;
  }
  #irc-sub-menu-container > #irc-sub-menu .irc-sub-menu-item {
    flex: 1;
    min-width: 50%;
    padding: 30px 10px;
  }
  #irc-sub-menu-container > #irc-sub-menu .irc-sub-menu-item:nth-child(1n) {
    background-color: #1a568f;
  }
  #irc-sub-menu-container > #irc-sub-menu .irc-sub-menu-item:nth-child(2n) {
    background-color: #004270;
  }
  #irc-sub-menu-container > #irc-sub-menu .irc-sub-menu-item:nth-child(3n) {
    background-color: #023d65;
  }
  #irc-sub-menu-container > #irc-sub-menu .irc-sub-menu-item:nth-child(4n) {
    background-color: #003253;
  }
  #irc-sub-menu-container > #irc-sub-menu .irc-sub-menu-item > a:hover {
    background-color: unset;
  }
  #irc-sub-menu-container > #irc-sub-menu .irc-sub-menu-item > a > .click-to-view {
    width: 60%;
    margin: 15px auto;
  }
  #irc-sub-menu-container > #irc-sub-menu .irc-sub-menu-item img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}

.video-wrapper.flex-videos {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.video-wrapper.flex-videos > .video-container {
  width: calc(50% - 10px);
  position: relative;
}
.video-wrapper.flex-videos > .video-container > h4 {
  margin: 0 0 10px;
}
.video-wrapper.flex-videos > .video-container > a.transcript {
  display: block;
  color: #555;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 20px;
}
.video-wrapper.flex-videos > .video-container > a.transcript:hover {
  text-decoration: none;
}
.video-wrapper.flex-videos > .video-container > .video-cover {
  all: unset;
  outline: revert;
}
.video-wrapper.flex-videos > .video-container > .video-cover > img {
  width: 100% !important;
}
.video-wrapper.flex-videos > .video-container > .video-player {
  display: none;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-wrapper.flex-videos > .video-container > .video-player > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper:not(.flex-videos) > .video-container {
  position: relative;
}
.video-wrapper:not(.flex-videos) > .video-container > h4 {
  margin: 0 0 15px;
}
.video-wrapper:not(.flex-videos) > .video-container > a.transcript {
  display: block;
  color: #555;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 20px;
}
.video-wrapper:not(.flex-videos) > .video-container > a.transcript:hover {
  text-decoration: none;
}
.video-wrapper:not(.flex-videos) > .video-container > .video-cover {
  all: unset;
  outline: revert;
}
.video-wrapper:not(.flex-videos) > .video-container > .video-cover > img {
  width: 100% !important;
}
.video-wrapper:not(.flex-videos) > .video-container > .video-player {
  display: none;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-wrapper:not(.flex-videos) > .video-container > .video-player > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .video-wrapper {
    display: block;
  }
  .video-wrapper.flex-videos > .video-container {
    width: 100%;
  }
  .video-wrapper.flex-videos > .video-container > a {
    top: 0;
    left: unset;
    right: 0;
  }
  .video-wrapper > .video-container > h4 {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .video-wrapper.flex-videos > .video-container > a {
    top: unset;
    right: unset;
    bottom: -5px;
    left: 0;
  }
  .video-wrapper > .video-container > a {
    top: unset;
    right: unset;
    bottom: -5px;
    left: 0;
  }
}

.hidden-section {
  display: none;
}

.accordion-content .accordion--content__item .content {
  padding: 45px;
}
@media (max-width: 767px) {
  .accordion-content .accordion--content__item .content {
    padding: 20px;
  }
}

.page-template-template-investor-resource-centre .accordion-panel:has(.video-wrapper):has(.text-content) .video-wrapper {
  margin-top: 25px;
}
.page-template-template-investor-resource-centre .accordion-panel .text-content:has(.pdf-download) {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-row: auto auto;
  grid-column-gap: 12.5px;
  grid-row-gap: 12.5px;
  height: auto;
}
.page-template-template-investor-resource-centre .accordion-panel .text-content:has(.pdf-download) .pdf-download {
  position: relative;
  display: table;
}
.page-template-template-investor-resource-centre .accordion-panel .text-content:has(.pdf-download) a {
  background: #f8f8f8;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  display: table-cell;
  position: relative;
  color: #004270;
  font-weight: 700;
  min-height: 60px;
  height: 60px;
  vertical-align: middle;
  width: 100%;
  padding: 6px 10px 12px 50px;
}
.page-template-template-investor-resource-centre .accordion-panel .text-content:has(.pdf-download) a:hover {
  box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.35);
}
.page-template-template-investor-resource-centre .accordion-panel .text-content:has(.pdf-download) a:hover:before {
  filter: sepia(91%) hue-rotate(182deg) saturate(1);
}
.page-template-template-investor-resource-centre .accordion-panel .text-content:has(.pdf-download) a:hover:after {
  font-weight: 700;
}
.page-template-template-investor-resource-centre .accordion-panel .text-content:has(.pdf-download) a:before {
  content: url(../images/pdf-icon-red.svg);
  margin-right: 10px;
  width: 33px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-template-investor-resource-centre .accordion-panel .text-content:has(.pdf-download) a:after {
  content: "Download";
  position: absolute;
  right: 8px;
  bottom: 1px;
  font-size: 10pt;
  font-weight: 300;
}
.page-template-template-investor-resource-centre .accordion-panel .text-content:has(.pdf-download) .disabled {
  pointer-events: none;
  opacity: 0.4;
  filter: sepia(133%) hue-rotate(21deg) saturate(0);
  border: 1px solid #b9b9b9;
  cursor: not-allowed !important;
}
@media (max-width: 767px) {
  .page-template-template-investor-resource-centre .accordion-panel .text-content:has(.pdf-download) {
    grid-template-columns: 100%;
    grid-row-gap: 10px;
  }
  .page-template-template-investor-resource-centre .accordion-panel .text-content:has(.pdf-download) a {
    font-weight: 300;
    padding: 5px 5px 18px 39px;
  }
  .page-template-template-investor-resource-centre .accordion-panel .text-content:has(.pdf-download) a:before {
    max-width: 25px;
    min-width: 25px;
    width: 25px;
    left: 6px;
  }
}
.page-template-template-investor-resource-centre .accordion-panel .text-content .pdf-upload[title="Not yet available."] {
  background: #f8f8f8;
  border-radius: 10px;
  position: relative;
  color: #004270;
  font-weight: 700;
  height: 60px;
  width: 100%;
  padding: 6px 10px 12px 50px;
  opacity: 0.6;
  filter: sepia(133%) hue-rotate(21deg) saturate(0);
  border: 1px solid #b9b9b9;
  cursor: not-allowed !important;
  display: flex;
  align-items: center;
}
.page-template-template-investor-resource-centre .accordion-panel .text-content .pdf-upload[title="Not yet available."]:before {
  content: url(../images/pdf-icon-red.svg);
  margin-right: 10px;
  width: 33px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1280px) {
  .page-template-template-investor-resource-centre .hero-banner .hero-banner__item {
    min-height: 60vh;
    padding-top: 150px;
  }
}
#modal {
  display: none;
  position: fixed;
  overflow-y: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#modal > button.modal-close {
  background: unset;
  border: unset;
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 3rem;
  color: #fff;
}
#modal > div.modal-content {
  width: 100%;
  max-width: 600px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#modal > div.modal-content.link-brand-primary a {
  color: #004270;
}
#modal > div.modal-content.link-brand-secondary a {
  color: #ddaa00;
}
#modal > div.modal-content.link-white a {
  color: #fff;
}
#modal > div.modal-content.link-black a {
  color: #222;
}
#modal > div.modal-content.link-gray a {
  color: #555;
}
#modal > div.modal-content.link-darkgray a {
  color: #303132;
}
#modal > div.modal-content.font-brand-primary .skyline-form .form-info,
#modal > div.modal-content.font-brand-primary .skyline-form .field:focus-within label,
#modal > div.modal-content.font-brand-primary .skyline-form .field.textarea .textarea-instruction,
#modal > div.modal-content.font-brand-primary .skyline-form .field.checkbox label p,
#modal > div.modal-content.font-brand-primary .skyline-form .field.disclaimer-text p {
  color: #004270;
}
#modal > div.modal-content.font-brand-primary > h1, #modal > div.modal-content.font-brand-primary h2, #modal > div.modal-content.font-brand-primary h3, #modal > div.modal-content.font-brand-primary h4, #modal > div.modal-content.font-brand-primary h5, #modal > div.modal-content.font-brand-primary h6, #modal > div.modal-content.font-brand-primary p {
  color: #004270;
}
#modal > div.modal-content.font-brand-secondary .skyline-form .form-info,
#modal > div.modal-content.font-brand-secondary .skyline-form .field:focus-within label,
#modal > div.modal-content.font-brand-secondary .skyline-form .field.textarea .textarea-instruction,
#modal > div.modal-content.font-brand-secondary .skyline-form .field.checkbox label p,
#modal > div.modal-content.font-brand-secondary .skyline-form .field.disclaimer-text p {
  color: #ddaa00;
}
#modal > div.modal-content.font-brand-secondary > h1, #modal > div.modal-content.font-brand-secondary h2, #modal > div.modal-content.font-brand-secondary h3, #modal > div.modal-content.font-brand-secondary h4, #modal > div.modal-content.font-brand-secondary h5, #modal > div.modal-content.font-brand-secondary h6, #modal > div.modal-content.font-brand-secondary p {
  color: #ddaa00;
}
#modal > div.modal-content.font-white .skyline-form .form-info,
#modal > div.modal-content.font-white .skyline-form .field:focus-within label,
#modal > div.modal-content.font-white .skyline-form .field.textarea .textarea-instruction,
#modal > div.modal-content.font-white .skyline-form .field.checkbox label p,
#modal > div.modal-content.font-white .skyline-form .field.disclaimer-text p {
  color: #fff;
}
#modal > div.modal-content.font-white > h1, #modal > div.modal-content.font-white h2, #modal > div.modal-content.font-white h3, #modal > div.modal-content.font-white h4, #modal > div.modal-content.font-white h5, #modal > div.modal-content.font-white h6, #modal > div.modal-content.font-white p {
  color: #fff;
}
#modal > div.modal-content.font-black .skyline-form .form-info,
#modal > div.modal-content.font-black .skyline-form .field:focus-within label,
#modal > div.modal-content.font-black .skyline-form .field.textarea .textarea-instruction,
#modal > div.modal-content.font-black .skyline-form .field.checkbox label p,
#modal > div.modal-content.font-black .skyline-form .field.disclaimer-text p {
  color: #222;
}
#modal > div.modal-content.font-black > h1, #modal > div.modal-content.font-black h2, #modal > div.modal-content.font-black h3, #modal > div.modal-content.font-black h4, #modal > div.modal-content.font-black h5, #modal > div.modal-content.font-black h6, #modal > div.modal-content.font-black p {
  color: #222;
}
#modal > div.modal-content.font-gray .skyline-form .form-info,
#modal > div.modal-content.font-gray .skyline-form .field:focus-within label,
#modal > div.modal-content.font-gray .skyline-form .field.textarea .textarea-instruction,
#modal > div.modal-content.font-gray .skyline-form .field.checkbox label p,
#modal > div.modal-content.font-gray .skyline-form .field.disclaimer-text p {
  color: #555;
}
#modal > div.modal-content.font-gray > h1, #modal > div.modal-content.font-gray h2, #modal > div.modal-content.font-gray h3, #modal > div.modal-content.font-gray h4, #modal > div.modal-content.font-gray h5, #modal > div.modal-content.font-gray h6, #modal > div.modal-content.font-gray p {
  color: #555;
}
#modal > div.modal-content.font-darkgray .skyline-form .form-info,
#modal > div.modal-content.font-darkgray .skyline-form .field:focus-within label,
#modal > div.modal-content.font-darkgray .skyline-form .field.textarea .textarea-instruction,
#modal > div.modal-content.font-darkgray .skyline-form .field.checkbox label p,
#modal > div.modal-content.font-darkgray .skyline-form .field.disclaimer-text p {
  color: #303132;
}
#modal > div.modal-content.font-darkgray > h1, #modal > div.modal-content.font-darkgray h2, #modal > div.modal-content.font-darkgray h3, #modal > div.modal-content.font-darkgray h4, #modal > div.modal-content.font-darkgray h5, #modal > div.modal-content.font-darkgray h6, #modal > div.modal-content.font-darkgray p {
  color: #303132;
}
#modal > div.modal-description {
  display: none;
}

.trigger {
  cursor: pointer;
}

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