* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

*, a {
  -webkit-tap-highlight-color: transparent !important;
}

body, html {
  font-family: "pragmatica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  body, html {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body, html {
    font-size: 16px;
  }
}

p {
  text-align: left;
  font-family: "pragmatica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #1E2859;
  font-size: 0.95rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "pragmatica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #1E2859;
}

/***SECTION + CONTAINS***/
section.padSml {
  padding: 4.5rem 0;
}
section.padMed {
  padding: 6rem 0;
}
section.padLrg {
  padding: 8rem 0;
}

.contain, .container {
  width: calc(100% - 2rem);
  max-width: 1340px;
  margin: 0 auto;
}

.content {
  width: calc(100% - 2rem);
  max-width: 1340px;
  margin: 0 auto;
}

section .content {
  max-width: 1230px;
}

.flex_wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrapper.--space_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_wrapper.--item_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-cookie-preferences {
  text-decoration: underline;
}

.btn-cookie-preferences:hover {
  opacity: 0.7;
}

.cookie-disclaimer {
  color: #1E2859;
}
.cookie-disclaimer p {
  color: #1E2859;
}

body .cookie-disclaimer {
  background-color: #F4F4F4;
  border-radius: 10px;
  width: 90% !important;
  max-width: 1320px !important;
  position: fixed;
  bottom: 20px !important;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
}
body .cookie-disclaimer * {
  text-transform: none !important;
}
body .cookie-disclaimer .btn-agree {
  color: #676B6F;
}
body .cookie-disclaimer .btn-preferences {
  background: #676B6F;
  color: #fff;
}
body .cookie-disclaimer .c-disclaimer.c-on {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
body .cookie-disclaimer .c-disclaimer.c-on p {
  margin: 0 1rem 0 0;
}
body .cookie-disclaimer .c-disclaimer.c-on > a, body .cookie-disclaimer .c-disclaimer.c-on button {
  min-width: 175px;
  margin: 0 !important;
  background: #457EC0;
  color: #fff;
}
body .cookie-disclaimer .c-content a:nth-child(5), body .cookie-disclaimer .c-content button:nth-child(5) {
  color: #fff;
  background-color: #d13e3e !important;
}
body .cookie-disclaimer .c-on > button {
  background: #457EC0;
  color: #fff;
}
body .cookie-disclaimer .c-content a:nth-child(6), body .cookie-disclaimer .c-content button:nth-child(6) {
  color: #fff;
  background-color: #93aac5 !important;
}
body .cookie-disclaimer p, body .cookie-disclaimer div {
  font-size: 0.8rem;
  line-height: 1.33em;
}
body .cookie-disclaimer a, body .cookie-disclaimer button {
  text-decoration: none;
}
body .cookie-disclaimer ul {
  list-style-type: none;
}
body .cookie-disclaimer .c-content h2 {
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.2em;
  letter-spacing: normal;
}
body .cookie-disclaimer h3 {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.2em;
  color: #676B6F;
}
body .cookie-disclaimer .btn-agree, body .cookie-disclaimer li > a, body .cookie-disclaimer li > button {
  background-color: #fff;
}
body .cookie-disclaimer li > button {
  width: 100%;
  text-align: left;
  text-decoration: none !important;
}
body .cookie-disclaimer .c-nav .btn-close-pref button {
  text-align: left;
}
body .cookie-disclaimer .btn-agree, body .cookie-disclaimer .btn-preferences {
  border-radius: 3.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  body .cookie-disclaimer {
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    bottom: 0 !important;
  }
  body .cookie-disclaimer .c-preferences {
    padding-top: 50px;
  }
  body .cookie-disclaimer .c-disclaimer.c-on {
    display: block !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > p {
    margin-bottom: 1.5rem;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > a {
    margin-bottom: 0.5rem !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > .btn-agree {
    margin-right: 0.75rem !important;
  }
}
/***** HEADER *****/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background 0.3s ease;
  background: transparent;
  height: 4.7rem;
}
header.scroll {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
header.scroll .logo {
  background-image: url(/i/logo-color.svg);
}
header.scroll ul.pageGroupNav li a {
  color: #1E2859;
}
header.scroll ul.pageGroupNav li.login {
  border-color: rgba(69, 126, 192, 0.5);
}
header.scroll .menu_container button i {
  background-color: #1E2859;
}
header > .content {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
  height: 100%;
}
header .logo {
  display: block;
  width: 300px;
  height: 64px;
  background: url(/i/logo-white.svg) no-repeat center/contain;
}
header nav {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  flex: 1;
  height: 100%;
  padding-bottom: 0.75rem;
}
header nav ul.pageGroupNav {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
header nav ul.pageGroupNav li {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding: 0.5rem 0;
}
header nav ul.pageGroupNav li a {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 300;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
header nav ul.pageGroupNav li a:hover {
  opacity: 0.7;
}
header nav ul.pageGroupNav li.selNav {
  border-top: 2px solid #4D7EBE;
}
header nav ul.pageGroupNav li.login {
  border-left: 1px solid #fff;
  padding-left: 2rem;
}
header nav ul.pageGroupNav li.login a {
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
header nav ul.pageGroupNav li.login a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/i/icon-arrow-up-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
header .menu_container {
  display: none;
}
header .menu_container button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
header .menu_container button i {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

#bio header, #contact header, #newsroom header, #legal header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
#bio header .logo, #contact header .logo, #newsroom header .logo, #legal header .logo {
  background-image: url(/i/logo-color.svg);
}
#bio header ul.pageGroupNav li a, #contact header ul.pageGroupNav li a, #newsroom header ul.pageGroupNav li a, #legal header ul.pageGroupNav li a {
  color: #1E2859;
}
#bio header ul.pageGroupNav li.login, #contact header ul.pageGroupNav li.login, #newsroom header ul.pageGroupNav li.login, #legal header ul.pageGroupNav li.login {
  border-color: rgba(69, 126, 192, 0.5);
}
#bio header .menu_container button i, #contact header .menu_container button i, #newsroom header .menu_container button i, #legal header .menu_container button i {
  background-color: #1E2859;
}

/***** FOOTER *****/
footer {
  background: #1E2859;
  margin-top: -1px;
  color: #fff;
  padding: 6rem 2.5rem 4rem 2.5rem;
  z-index: 1;
  position: relative;
}
footer .footer-content {
  max-width: 1340px;
  width: calc(100% - 2rem);
  margin: 0 auto;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
footer .footer-content.right {
  text-align: right;
  margin-top: 1rem;
  justify-content: flex-end;
}
footer .footer-left {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 23.8rem;
}
footer .footer-left .logo {
  display: block;
  width: 300px;
  height: 64px;
  background: url(/i/logo-white.svg) no-repeat center/contain;
}
footer .footer-left .social-links {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}
footer .footer-left .social-links ul {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
}
footer .footer-left .social-links a {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
}
footer .footer-left .social-links a:hover {
  opacity: 1;
}
footer .footer-left .social-links a.linkedin, footer .footer-left .social-links a[href*=linkedin] {
  background-image: url("/i/icon-linkedin.svg");
}
footer .footer-left .social-links a.email-link, footer .footer-left .social-links a[href^=mailto] {
  background-image: url("/i/icon-email.svg");
}
footer .footer-left .social-links a.x, footer .footer-left .social-links a[href*=twitter], footer .footer-left .social-links a[href*="x.com"] {
  background-image: url("/i/icon-x.svg");
}
footer .footer-right {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
  flex: 1;
}
footer .footer-right .footer-tagline {
  font-size: 3rem;
  font-weight: 250;
  line-height: 1.1;
  color: #fff;
}
footer .footer-right .footer-bottom {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
footer .footer-right .footer-bottom p {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.5;
}
footer .footer-right .footer-bottom .legal-nav {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
footer .footer-right .footer-bottom .legal-nav a {
  color: #fff;
  font-size: 0.95rem;
  text-decoration: underline;
  transition: color 0.2s ease;
}
footer .footer-right .footer-bottom .legal-nav a:hover {
  opacity: 0.7;
}
footer .disclaimers {
  max-width: 1340px;
  margin: 0 auto;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .disclaimers p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
  line-height: 1.5;
}

/***** HERO (shared across pages) *****/
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  /* 
      &::after {
          @include ps-default;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(to top, rgba($dark, 0.6) 0%, rgba($dark, 0.15) 60%); 
      }
     */
}
.hero .content {
  position: relative;
  z-index: 2;
  padding-bottom: 4rem;
}
.hero h1 {
  color: #fff;
  font-size: 4.1rem;
  font-weight: 250;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.hero.interior {
  height: 60vh;
  min-height: 400px;
}

/***** BUTTONS *****/
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.75rem;
  border: 1px solid rgba(30, 40, 89, 0.25);
  border-radius: 50px;
  color: #1E2859;
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.btn-outline:hover {
  border-color: #1E2859;
}
.btn-outline .arrow {
  display: inline-block;
  width: 21px;
  height: 8px;
  background-image: url("/i/arrow-right-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: filter 0.3s ease;
}
.btn-outline.light {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.btn-outline.light .arrow {
  filter: brightness(0) invert(1);
}
.btn-outline.light:hover {
  background: #fff;
  color: #1E2859;
}
.btn-outline.light:hover .arrow {
  filter: none;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 2rem;
  background: #1E2859;
  color: #fff;
  border: 1px solid #1E2859;
  border-radius: 50px;
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-submit:hover {
  background: #2b397f;
}

/***** ACCENT TEXT *****/
.accent {
  color: #457EC0;
}

/***** PILLS *****/
.pill {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.5;
}
.pill.pill-closed {
  color: #676B6F;
  border-color: rgba(0, 0, 0, 0.2);
}

/***** FORM *****/
form input, form textarea {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}
form input:focus, form textarea:focus, form button:focus, form select:focus {
  outline: none;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #1E2859;
  transition: background-color 5000s ease-in-out 0s;
}

.hidhp {
  position: absolute;
  left: -9999px;
}

/***** OVERLAY *****/
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.menu-open header .content, .menu-open header.scroll.white .content, .menu-open header.scroll .content, .menu-open header.white .content {
  justify-content: space-between;
}
.menu-open header .logo, .menu-open header.scroll.white .logo, .menu-open header.scroll .logo, .menu-open header.white .logo {
  background-image: url(/i/logo-color.svg);
}
.menu-open header .logo, .menu-open header .menu_container, .menu-open header.scroll.white .logo, .menu-open header.scroll.white .menu_container, .menu-open header.scroll .logo, .menu-open header.scroll .menu_container, .menu-open header.white .logo, .menu-open header.white .menu_container {
  z-index: 2;
  position: relative;
}
.menu-open header nav, .menu-open header.scroll.white nav, .menu-open header.scroll nav, .menu-open header.white nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: scroll;
  overflow-x: hidden;
}
.menu-open header .topnav, .menu-open header.scroll.white .topnav, .menu-open header.scroll .topnav, .menu-open header.white .topnav {
  display: flex;
  max-width: 100%;
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  height: calc(100% - 50px);
}
.menu-open header .topnav a, .menu-open header.scroll.white .topnav a, .menu-open header.scroll .topnav a, .menu-open header.white .topnav a {
  color: #1E2859;
  font-size: 22px;
  margin: 0 auto;
}
.menu-open header .topnav a::after, .menu-open header.scroll.white .topnav a::after, .menu-open header.scroll .topnav a::after, .menu-open header.white .topnav a::after {
  display: none !important;
}
.menu-open header .topnav li, .menu-open header.scroll.white .topnav li, .menu-open header.scroll .topnav li, .menu-open header.white .topnav li {
  padding: 12px 20px;
  width: 100%;
  border-bottom: none;
  text-align: center;
  height: auto;
}
.menu-open header .topnav li.selNav, .menu-open header.scroll.white .topnav li.selNav, .menu-open header.scroll .topnav li.selNav, .menu-open header.white .topnav li.selNav {
  border: none !important;
}
.menu-open header .topnav li.login, .menu-open header.scroll.white .topnav li.login, .menu-open header.scroll .topnav li.login, .menu-open header.white .topnav li.login {
  padding-left: 20px;
}
.menu-open header .topnav li.mobile, .menu-open header.scroll.white .topnav li.mobile, .menu-open header.scroll .topnav li.mobile, .menu-open header.white .topnav li.mobile {
  display: block;
}
.menu-open header .menu_container #menu_btn, .menu-open header.scroll.white .menu_container #menu_btn, .menu-open header.scroll .menu_container #menu_btn, .menu-open header.white .menu_container #menu_btn {
  width: 30px;
  height: 30px;
}
.menu-open header .menu_container #menu_btn i, .menu-open header.scroll.white .menu_container #menu_btn i, .menu-open header.scroll .menu_container #menu_btn i, .menu-open header.white .menu_container #menu_btn i {
  width: 90%;
  top: 50% !important;
  left: 50%;
  background-color: #1E2859;
  position: absolute;
}
.menu-open header .menu_container #menu_btn i:nth-child(1), .menu-open header.scroll.white .menu_container #menu_btn i:nth-child(1), .menu-open header.scroll .menu_container #menu_btn i:nth-child(1), .menu-open header.white .menu_container #menu_btn i:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-open header .menu_container #menu_btn i:nth-child(2), .menu-open header.scroll.white .menu_container #menu_btn i:nth-child(2), .menu-open header.scroll .menu_container #menu_btn i:nth-child(2), .menu-open header.white .menu_container #menu_btn i:nth-child(2) {
  opacity: 0;
}
.menu-open header .menu_container #menu_btn i:nth-child(3), .menu-open header.scroll.white .menu_container #menu_btn i:nth-child(3), .menu-open header.scroll .menu_container #menu_btn i:nth-child(3), .menu-open header.white .menu_container #menu_btn i:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/***** RESPONSIVE *****/
@media all and (max-width: 1500px) {
  footer .footer-left {
    min-width: 360px;
  }
}
@media all and (max-width: 1380px) {
  footer .footer-right .footer-bottom {
    display: block;
  }
  footer .footer-content.right {
    justify-content: flex-start;
  }
}
@media all and (max-width: 1279px) {
  header nav {
    display: none;
  }
  header .menu_container {
    display: flex;
  }
  header > .content {
    justify-content: space-between;
  }
  footer .footer-right .footer-tagline {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  header .logo {
    height: 50px;
    width: 240px;
  }
}
@media screen and (max-width: 980px) {
  .hero {
    height: 70vh;
    min-height: 400px;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero.interior {
    height: 50vh;
    min-height: 350px;
  }
  footer .footer-content {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  footer .footer-tagline {
    display: none;
  }
  footer .footer-right .footer-bottom {
    display: flex;
  }
  footer .footer-left {
    min-width: auto;
    align-items: center;
    gap: 2rem;
  }
  footer .footer-right {
    gap: 2rem;
  }
  footer .footer-right .footer-tagline {
    font-size: 2rem;
  }
  footer .footer-right .footer-bottom {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body, html {
    -webkit-text-size-adjust: 100%;
  }
  .content {
    width: calc(100% - 2rem);
  }
  footer .footer-bottom p {
    text-align: center;
  }
  footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hero {
    height: 60vh;
    min-height: 350px;
  }
  .hero h1 {
    font-size: 2rem;
  }
}

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