a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: Poppins;
  src: url(../fonts/poppins-light-webfont.woff2) format("woff2"), url(../fonts/poppins-light-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/poppins-regular-webfont.woff2) format("woff2"), url(../fonts/poppins-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/poppins-medium-webfont.woff2) format("woff2"), url(../fonts/poppins-medium-webfont.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/poppins-semibold-webfont.woff2) format("woff2"), url(../fonts/poppins-semibold-webfont.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/poppins-bold-webfont.woff2) format("woff2"), url(../fonts/poppins-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
.font--b {
  font-family: Poppins, sans-serif;
}

.font--h {
  font-family: Poppins, sans-serif;
}

.font--reg {
  font-weight: 400;
}

.font--med {
  font-weight: 500;
}

.font--bol {
  font-weight: 700;
}

@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?aztqlp);
  src: url(../fonts/icomoon.eot?aztqlp#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?aztqlp) format("truetype"), url(../fonts/icomoon.woff?aztqlp) format("woff"), url(../fonts/icomoon.svg?aztqlp#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"], [class^=icon-] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-instagram:before {
  content: "\ea92";
}

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

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

.icon-linkedin2:before {
  content: "\eaca";
}

.c--font {
  color: #03223b;
}

.c--white {
  color: #fff;
}

.c--black {
  color: #000;
}

.c--nm-red {
  color: #b5080f;
}

.c--nm-blue {
  color: #4798ff;
}

.c--nm-dark-blue {
  color: #04223b;
}

.c--nm-darker-blue {
  color: #03223b;
}

.c--nm-darker-blue-faint {
  color: rgba(3, 34, 59, 0.3);
}

.bc--font {
  background-color: #03223b;
}

.bc--white {
  background-color: #fff;
}

.bc--black {
  background-color: #000;
}

.bc--nm-red {
  background-color: #b5080f;
}

.bc--nm-blue {
  background-color: #4798ff;
}

.bc--nm-dark-blue {
  background-color: #04223b;
}

.bc--nm-darker-blue {
  background-color: #03223b;
}

.bc--nm-darker-blue-faint {
  background-color: rgba(3, 34, 59, 0.3);
}

.pc, .pc--1, .pc--2, .pc--3, .pc--large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pc--large {
  max-width: 1550px;
}

.pc--1 {
  max-width: 1346px;
}

@media (max-width: 640px) {
  .pc, .pc--1, .pc--2, .pc--3, .pc--large {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.pc--2 {
  max-width: 1280px;
}

.pc--3 {
  max-width: 940px;
}

.marg--auto {
  margin-left: auto;
  margin-right: auto;
}

.pos--b, .pos--c, .pos--f, .pos--h, .pos--t, .pos--w {
  position: absolute;
}

.pos--f {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pos--c {
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}

.pos--w {
  transform: translateX(-50%);
  left: 50%;
}

.pos--h {
  transform: translateY(-50%);
  top: 50%;
}

.pos--t {
  top: 0;
}

.pos--b {
  bottom: 0;
}

.pos--r {
  position: relative;
}

.w--100 {
  width: 100%;
}

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.disp--flex {
  display: flex;
  flex-wrap: wrap;
}

.flex--colu {
  flex-direction: column;
}

.just--betw {
  justify-content: space-between;
}

.just--arou {
  justify-content: space-around;
}

.just--cent {
  justify-content: center;
}

.just--fend {
  justify-content: flex-end;
}

.alig--fsta {
  align-items: flex-start;
}

.alig--self--fsta {
  align-self: flex-start;
}

.alig--cont--fsta {
  align-content: flex-start;
}

.alig--cent {
  align-items: center;
}

.alig--self--cent {
  align-self: center;
}

.alig--cont--cent {
  align-content: center;
}

.alig--fend {
  align-items: flex-end;
}

.alig--self--fend {
  align-self: flex-end;
}

.alig--cont--fend {
  align-content: flex-end;
}

.no--wrap {
  flex-wrap: nowrap;
}

.flex--33 {
  width: 33.3333%;
}

.flex--50 {
  width: 50%;
}

.flex--cols .flex--50 {
  width: calc(50% - 30px);
  margin-top: 40px;
}

.flex--cols .flex--50:nth-of-type(1), .flex--cols .flex--50:nth-of-type(2) {
  margin-top: 0;
}

@media (max-width: 860px) {
  .flex--cols .flex--50 {
    width: 100%;
  }

  .flex--cols .flex--50:nth-of-type(2) {
    margin-top: 40px;
  }
}
.flex--cols--50.just--betw:after {
  content: "";
  width: calc(50% - 30px);
}

@media (max-width: 860px) {
  .flex--cols--50.just--betw:after {
    width: calc(50% - 30px);
  }
}
.flex--cols .flex--33 {
  width: calc(33.3333% - 30px);
  margin-top: 2.5rem;
}

.flex--cols .flex--33:nth-of-type(1), .flex--cols .flex--33:nth-of-type(2), .flex--cols .flex--33:nth-of-type(3) {
  margin-top: 0;
}

@media (max-width: 860px) {
  .flex--cols .flex--33 {
    width: calc(50% - 20px);
  }

  .flex--cols .flex--33:nth-of-type(3) {
    margin-top: 40px;
  }
}
@media (max-width: 760px) {
  .flex--cols .flex--33 {
    width: 100%;
  }

  .flex--cols .flex--33:nth-of-type(2) {
    margin-top: 40px;
  }
}
.flex--cols--33.just--betw:after {
  content: "";
  width: calc(33.3333% - 30px);
}

@media (max-width: 860px) {
  .flex--cols--33.just--betw:after {
    width: calc(50% - 30px);
  }
}
.flex--cols .flex--25 {
  width: calc(25% - 30px);
  margin-top: 40px;
}

.flex--cols .flex--25:nth-of-type(1), .flex--cols .flex--25:nth-of-type(2), .flex--cols .flex--25:nth-of-type(3), .flex--cols .flex--25:nth-of-type(4) {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .flex--cols .flex--25 {
    width: calc(50% - 20px);
  }

  .flex--cols .flex--25:nth-of-type(3), .flex--cols .flex--25:nth-of-type(4) {
    margin-top: 40px;
  }
}
@media (max-width: 760px) {
  .flex--cols .flex--25 {
    width: 100%;
  }

  .flex--cols .flex--25:nth-of-type(2) {
    margin-top: 40px;
  }
}
.flex--cols--25.just--betw:after {
  content: "";
  width: calc(25% - 30px);
}

@media (max-width: 860px) {
  .flex--cols--25.just--betw:after {
    width: calc(50% - 30px);
  }
}
.flex--cols.center-last .flex--50:last-of-type {
  margin-left: auto;
  margin-right: auto;
}

.order--1 {
  order: 1;
}

.order--2 {
  order: 2;
}

.order--3 {
  order: 3;
}

.order--4 {
  order: 4;
}

.center--cols {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.center--cols:after {
  content: "";
  display: block;
  clear: both;
}

.center--cols .center-col {
  margin-left: 20px;
  margin-right: 20px;
  float: left;
  margin-top: 40px;
}

.center--cols .center-col.center-col--20 {
  width: calc(20% - 40px);
}

.center--cols .center-col.center-col--20:nth-of-type(1), .center--cols .center-col.center-col--20:nth-of-type(2), .center--cols .center-col.center-col--20:nth-of-type(3), .center--cols .center-col.center-col--20:nth-of-type(4), .center--cols .center-col.center-col--20:nth-of-type(5) {
  margin-top: 0;
}

@media (max-width: 1170px) {
  .center--cols .center-col.center-col--20 {
    width: calc(50% - 40px);
  }

  .center--cols .center-col.center-col--20:nth-of-type(3), .center--cols .center-col.center-col--20:nth-of-type(4), .center--cols .center-col.center-col--20:nth-of-type(5) {
    margin-top: 40px;
  }
}
@media (max-width: 760px) {
  .center--cols .center-col.center-col--20 {
    width: calc(100% - 40px);
  }

  .center--cols .center-col.center-col--20:nth-of-type(2) {
    margin-top: 40px;
  }
}
.center--cols .center-col.center-col--25 {
  width: calc(25% - 40px);
}

.center--cols .center-col.center-col--25:nth-of-type(1), .center--cols .center-col.center-col--25:nth-of-type(2), .center--cols .center-col.center-col--25:nth-of-type(3), .center--cols .center-col.center-col--25:nth-of-type(4) {
  margin-top: 0;
}

@media (max-width: 1170px) {
  .center--cols .center-col.center-col--25 {
    width: calc(50% - 40px);
  }

  .center--cols .center-col.center-col--25:nth-of-type(3), .center--cols .center-col.center-col--25:nth-of-type(4) {
    margin-top: 40px;
  }
}
@media (max-width: 760px) {
  .center--cols .center-col.center-col--25 {
    width: calc(100% - 40px);
  }

  .center--cols .center-col.center-col--25:nth-of-type(2) {
    margin-top: 40px;
  }
}
.center--cols .center-col.center-col--33 {
  width: calc(33% - 40px);
}

.center--cols .center-col.center-col--33:nth-of-type(1), .center--cols .center-col.center-col--33:nth-of-type(2), .center--cols .center-col.center-col--33:nth-of-type(3) {
  margin-top: 0;
}

@media (max-width: 1170px) {
  .center--cols .center-col.center-col--33 {
    width: calc(50% - 40px);
  }

  .center--cols .center-col.center-col--33:nth-of-type(3), .center--cols .center-col.center-col--33:nth-of-type(4) {
    margin-top: 40px;
  }
}
@media (max-width: 760px) {
  .center--cols .center-col.center-col--33 {
    width: calc(100% - 40px);
  }

  .center--cols .center-col.center-col--33:nth-of-type(2) {
    margin-top: 40px;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

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

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.facetwp-facet .facetwp-checkbox {
  background: url(../images/icons/icon-checkbox-unchecked.svg) 0 50% no-repeat;
  display: flex;
  justify-content: space-between;
}

.facetwp-facet .facetwp-checkbox.checked {
  background: url(../images/icons/icon-checkbox-checked.svg) 0 50% no-repeat;
}

.facetwp-facet.facetwp-type-checkboxes {
  margin-top: 20px;
}

.facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 25px;
}

.facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox:first-of-type {
  margin-top: 0;
}

.facetwp-sort .facetwp-sort-select {
  display: none;
}

.facetwp-sort .facetwp-sort__new-dropdown {
  width: 100%;
  font-family: Poppins, sans-serif;
  display: flex;
  flex-direction: column;
  color: #fff;
  position: relative;
  border: 2px solid transparent;
}

.facetwp-sort .facetwp-sort__new-dropdown.open ul {
  display: block;
}

.facetwp-sort .facetwp-sort__new-dropdown ul {
  position: absolute;
  top: 100%;
  left: -2px;
  right: -2px;
  display: none;
  border: inherit;
  z-index: 2;
}

.facetwp-sort .facetwp-sort__new-dropdown li {
  width: 100%;
}

.facetwp-sort .facetwp-sort__new-dropdown p {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.facetwp-sort .facetwp-sort__new-dropdown li, .facetwp-sort .facetwp-sort__new-dropdown p {
  padding: 12px;
  transition: 0.2s;
  font-size: 1.125rem;
  line-height: 22px;
  cursor: pointer;
  position: relative;
}

@media (max-width: 860px) {
  .facetwp-sort .facetwp-sort__new-dropdown li, .facetwp-sort .facetwp-sort__new-dropdown p {
    font-size: 0.875rem;
    line-height: 18px;
  }
}
.facetwp-sort .facetwp-sort__new-dropdown li:hover, .facetwp-sort .facetwp-sort__new-dropdown p:hover {
  color: #03223b;
}

.facetwp-sort .facetwp-sort__new-dropdown li:hover svg path, .facetwp-sort .facetwp-sort__new-dropdown p:hover svg path {
  stroke: #03223b;
}

.facetwp-sort .facetwp-sort__new-dropdown svg {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 13px;
}

@media (max-width: 860px) {
  .facetwp-sort .facetwp-sort__new-dropdown svg {
    top: 11px;
    width: 18px;
    height: 18px;
  }
}
.facetwp-toggle {
  display: block;
  margin-top: 20px;
}

.facetwp-toggle.facetwp-hidden {
  display: none;
}

.facetwp-overflow .facetwp-checkbox:first-of-type {
  margin-top: 10px !important;
}

.pagination {
  margin-top: 60px;
  padding-top: 20px;
  width: 100%;
  text-align: center;
}

.pagination a, .pagination span {
  display: inline-flex;
}

.pagination a:hover, .pagination span:hover {
  text-decoration: underline;
}

.pagination svg {
  width: 17px;
}

.pagination .page-numbers, .pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.3125rem;
  margin: 0 0.3125rem;
  font-size: 1.3125rem;
  line-height: 1.5;
}

.pagination .next {
  font-weight: 600;
  margin-left: 1.25rem;
}

.pagination .prev {
  font-weight: 600;
  margin-right: 1.25rem;
}

.pagination .current {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

#cookie-notice .cn-button {
  color: #03223b;
}

.theme-button, .theme-button--style-2 {
  display: inline-flex;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1;
  border-width: 3px;
  border-style: solid;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 13px 30px;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.25s, border-color 0.25s;
}

.theme-button span, .theme-button--style-2 span {
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .theme-button, .theme-button--style-2 {
    font-size: 1.125rem;
    line-height: 1;
    padding: 11px 26px;
  }
}
.theme-button--style-2 {
  border-color: #03223b;
}

.theme-button--style-2:hover {
  background-color: #fff;
}

video {
  width: 100%;
  max-width: 100%;
  display: block;
}

html {
  font-size: 100%;
  height: 100%;
  max-width: 1900px;
  margin: 0 auto;
}

html.stop-overflow {
  overflow: hidden;
}

body {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 16px;
  line-height: 1.2;
  color: #03223b;
  background-color: #f4f3f3;
  max-width: 1900px;
  margin: 0 auto;
}

@media (max-width: 860px) {
  body {
    font-size: 14px;
  }
}
body * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  background-color: #fff;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
  font-family: Poppins, sans-serif;
}

.h1, h1 {
  font-size: 3.4375rem;
  line-height: 1.1;
}

@media (max-width: 1024px) {
  .h1, h1 {
    font-size: 2.625rem;
    line-height: 1.5;
  }
}
@media (max-width: 640px) {
  .h1, h1 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.h2, h2 {
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .h2, h2 {
    font-size: 1.625rem;
    line-height: 1.5;
  }
}
.h3, h3 {
  font-size: 1.75rem;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .h3, h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.h4, h4 {
  font-size: 1.5rem;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .h4, h4 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
li, p {
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  li, p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.p--sm, .p--sm a, .p--sm p {
  font-size: 1rem;
  line-height: 1.5;
}

.text--alig--righ {
  text-align: right;
}

.text--alig--cent {
  text-align: center;
}

.text--alig--left {
  text-align: left;
}

.general-content h1 + h1, .general-content h1 + h2, .general-content h1 + h3, .general-content h1 + h4, .general-content h1 + h5, .general-content h1 + h6, .general-content h2 + h1, .general-content h2 + h2, .general-content h2 + h3, .general-content h2 + h4, .general-content h2 + h5, .general-content h2 + h6, .general-content h3 + h1, .general-content h3 + h2, .general-content h3 + h3, .general-content h3 + h4, .general-content h3 + h5, .general-content h3 + h6, .general-content h4 + h1, .general-content h4 + h2, .general-content h4 + h3, .general-content h4 + h4, .general-content h4 + h5, .general-content h4 + h6, .general-content h5 + h1, .general-content h5 + h2, .general-content h5 + h3, .general-content h5 + h4, .general-content h5 + h5, .general-content h5 + h6, .general-content h6 + h1, .general-content h6 + h2, .general-content h6 + h3, .general-content h6 + h4, .general-content h6 + h5, .general-content h6 + h6 {
  margin-top: 0.375rem;
}

.general-content blockquote, .general-content p {
  margin-top: 1.875rem;
}

.general-content blockquote:first-of-type, .general-content p:first-of-type {
  margin-top: 0;
}

.general-content blockquote + h1:first-of-type, .general-content blockquote + h2:first-of-type, .general-content blockquote + h3:first-of-type, .general-content blockquote + h4:first-of-type, .general-content blockquote + h5:first-of-type, .general-content blockquote + h6:first-of-type, .general-content p + h1:first-of-type, .general-content p + h2:first-of-type, .general-content p + h3:first-of-type, .general-content p + h4:first-of-type, .general-content p + h5:first-of-type, .general-content p + h6:first-of-type {
  margin-top: 1.875rem;
}

.general-content blockquote, .general-content h1, .general-content h2, .general-content h3, .general-content h4, .general-content h5, .general-content h6, .general-content p {
  margin-top: 1.25rem;
}

.general-content blockquote:first-of-type, .general-content h1:first-of-type, .general-content h2:first-of-type, .general-content h3:first-of-type, .general-content h4:first-of-type, .general-content h5:first-of-type, .general-content h6:first-of-type, .general-content p:first-of-type {
  margin-top: 0;
}

.general-content blockquote + blockquote:first-of-type, .general-content blockquote + ol:first-of-type, .general-content blockquote + p:first-of-type, .general-content blockquote + ul:first-of-type, .general-content h1 + blockquote:first-of-type, .general-content h1 + ol:first-of-type, .general-content h1 + p:first-of-type, .general-content h1 + ul:first-of-type, .general-content h2 + blockquote:first-of-type, .general-content h2 + ol:first-of-type, .general-content h2 + p:first-of-type, .general-content h2 + ul:first-of-type, .general-content h3 + blockquote:first-of-type, .general-content h3 + ol:first-of-type, .general-content h3 + p:first-of-type, .general-content h3 + ul:first-of-type, .general-content h4 + blockquote:first-of-type, .general-content h4 + ol:first-of-type, .general-content h4 + p:first-of-type, .general-content h4 + ul:first-of-type, .general-content h5 + blockquote:first-of-type, .general-content h5 + ol:first-of-type, .general-content h5 + p:first-of-type, .general-content h5 + ul:first-of-type, .general-content h6 + blockquote:first-of-type, .general-content h6 + ol:first-of-type, .general-content h6 + p:first-of-type, .general-content h6 + ul:first-of-type, .general-content p + blockquote:first-of-type, .general-content p + ol:first-of-type, .general-content p + p:first-of-type, .general-content p + ul:first-of-type {
  margin-top: 1.25rem;
}

.general-content a:not(.theme-button):not(.theme-button--style-2):hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.general-content ol, .general-content ul {
  list-style: none;
}

.general-content ol ul, .general-content ul ul {
  margin-top: 1.875rem;
  margin-left: 1.875rem;
}

.general-content ol li, .general-content ul li {
  margin-top: 0.875rem;
}

.general-content ol li:first-of-type, .general-content ul li:first-of-type {
  margin-top: 0;
}

.general-content ul:not(.no-list-style) li {
  padding-left: 1.5rem;
  position: relative;
}

.general-content ul:not(.no-list-style) li:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.6875rem;
  left: 0;
}

@media (max-width: 1024px) {
  .general-content ul:not(.no-list-style) li {
    padding-left: 1.375rem;
  }

  .general-content ul:not(.no-list-style) li:before {
    width: 0.4375rem;
    height: 0.4375rem;
    top: 0.5rem;
  }
}
.bold, strong {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

sup {
  font-size: 0.875rem;
  vertical-align: super;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}

img, picture {
  max-width: 100%;
  height: auto;
  display: flex;
}

svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

svg path {
  transition: 0.25s;
}

.button {
  padding: 7px 30px;
  font-weight: 600;
  font-size: 1.1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: color 0.2s, background-color 0.2s;
  display: inline-block;
}

.button.button--blue {
  border-color: #4798ff;
  background: #4798ff;
  color: #fff;
}

.button.button--blue:hover {
  background-color: #fff;
  color: #4798ff;
}

.c-accordion__item .c-accordion__title {
  color: #4798ff;
  font-size: 1.375rem;
  font-weight: 600;
  border-bottom: 3px solid #4798ff;
  padding: 1.25rem 0;
}

.c-accordion__item .c-accordion__title:after {
  content: "";
  background-image: url(../images/arrow.png);
  height: 29px;
  width: 24px;
  transition: 0.6s;
  transform-origin: center left;
}

.c-accordion__item.is-open .c-accordion__title:after {
  transform: rotate(-90deg);
}

form input, form select, form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: 0;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  border: 1px solid #04223b;
  color: #03223b;
  padding: 12px 22px 12px;
  display: flex;
  background-color: #fff;
  margin: 0;
}

@media (max-width: 860px) {
  form input, form select, form textarea {
    font-size: 1rem;
    line-height: 1.5;
  }
}
form input:focus, form input:target, form select:focus, form select:target, form textarea:focus, form textarea:target {
  border-color: #4798ff;
}

form input[type=checkbox], form input[type=radio] {
  border: 2px solid #03223b !important;
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  position: relative;
  cursor: pointer;
}

form input[type=checkbox]:checked:after, form input[type=radio]:checked:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #03223b;
  width: 1rem;
  height: 1rem;
  top: 0.125rem;
  left: 0.125rem;
}

form input[type=radio] {
  border-radius: 50%;
}

form input[type=radio]:checked:after {
  border-radius: 50%;
}

form textarea {
  max-height: 140px;
  resize: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

form label {
  color: #03223b;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 6px;
  display: flex;
}

@media (max-width: 860px) {
  form label {
    font-size: 1rem;
    line-height: 1.5;
  }
}
form ::-moz-placeholder {
  color: rgba(3, 34, 59, 0.6);
}

form :-ms-input-placeholder {
  color: rgba(3, 34, 59, 0.6);
}

form ::placeholder {
  color: rgba(3, 34, 59, 0.6);
}

form .theme-button--style-1 {
  background-color: #fff;
}

input[type=search]::-ms-clear, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.gform_wrapper form .gform_fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 0 !important;
}

.gform_wrapper form .field-full {
  width: 100%;
}

.gform_wrapper form .field-half {
  width: calc(50% - 20px);
}

@media (max-width: 560px) {
  .gform_wrapper form .field-half {
    width: 100%;
  }
}
.gform_wrapper form .gfield {
  margin-top: 30px;
  position: relative;
}

.gform_wrapper form .gfield:first-of-type {
  margin-top: 0;
}

.gform_wrapper form .gfield.hidden_label .gfield_label {
  display: none;
}

.gform_wrapper form .gfield_checkbox li {
  display: flex;
  justify-content: space-between;
}

.gform_wrapper form .gfield_checkbox label {
  width: calc(100% - 36px);
  font-weight: 400;
  margin-top: 2px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.gform_wrapper form .gfield_checkbox label a {
  display: contents;
  text-decoration: underline;
}

.gform_wrapper form .theme-button, .gform_wrapper form .theme-button--style-2 {
  width: 100%;
  justify-content: center;
  margin-top: 30px;
  border-color: #03223b !important;
}

.gform_wrapper form .validation_error {
  margin-bottom: 30px;
  text-align: center;
}

.gform_wrapper form .validation_message {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 10px;
}

.gform_wrapper .ginput_container_select {
  position: relative;
}

.gform_wrapper .ginput_container_select:after {
  content: ">";
  display: block;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) rotate(90deg);
  right: 0.4rem;
  height: 1rem;
  width: 1rem;
  font-size: 1.6rem;
  pointer-events: none;
}

.salesforceform {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.salesforceform .field {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.salesforceform .field:nth-of-type(1), .salesforceform .field:nth-of-type(2) {
  margin-top: 0;
}

.salesforceform .field-half {
  width: calc(50% - 20px);
}

@media (max-width: 560px) {
  .salesforceform .field-half {
    width: 100%;
  }

  .salesforceform .field-half:nth-of-type(2) {
    margin-top: 30px;
  }
}
.salesforceform .theme-button, .salesforceform .theme-button--style-2 {
  text-align: center;
  display: inline-block;
}

.ginput_container_consent {
  display: flex;
}

.ginput_container_consent input[type=checkbox] {
  flex-shrink: 0;
  margin-right: 0.6rem;
}

.ginput_container_consent label {
  display: block;
  font-size: 1rem;
}

.ginput_container_consent a {
  color: #4798ff;
}

.ginput_container_consent a:hover {
  text-decoration: underline;
}

#field_1_7 {
  margin-top: 30px;
}

footer {
  background-color: #04223b;
  overflow: hidden;
}

footer .footer__inner {
  padding: 50px 0;
}

footer a {
  color: #fff;
}

footer .footer__nav__title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 60px;
}

footer .footer__top {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

footer .footer__top .footer__logo {
  float: left;
  margin-right: 15px;
}

footer .footer__top .footer__logo img {
  width: 120px;
  height: auto;
}

footer .footer__top .footer__left {
  width: 100%;
  float: left;
  overflow: hidden;
}

footer .footer__top .footer__left .footer__logo, footer .footer__top .footer__left .navigation__footer__nav__one, footer .footer__top .footer__left .navigation__footer__nav__two {
  margin-bottom: 30px;
}

footer .footer__top .footer__left .navigation__footer__nav__one {
  width: 45%;
  margin-right: 10%;
  float: left;
}

footer .footer__top .footer__left .navigation__footer__nav__one li {
  margin-bottom: 20px;
}

footer .footer__top .footer__left .navigation__footer__nav__two {
  width: 45%;
  float: left;
}

footer .footer__top .footer__left .navigation__footer__nav__two li {
  margin-bottom: 20px;
}

footer .footer__top .footer__right {
  float: right;
}

footer .footer__top .footer__right .footer__social__title {
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}

footer .footer__top .footer__right .navigation__footer__social a {
  margin-right: 20px;
}

footer .footer__top .footer__right .navigation__footer__social a span {
  font-size: 1.6rem;
}

@media screen and (min-width: 1025px) {
  footer .footer__top .footer__left {
    width: auto;
    margin-left: 30px;
  }

  footer .footer__top .footer__left .footer__nav__title {
    margin-top: 0;
  }
}
footer .footer__bottom {
  width: 100%;
}

footer .footer__bottom p {
  color: #fff;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  footer .footer__bottom {
    text-align: right;
  }
}
header {
  padding-top: 1.875rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}

header.header__light .header__nav li a {
  color: #fff;
}

header.header__light .header__search svg path {
  fill: #fff;
  stroke: #fff;
}

header.header__light .header__mobile-menu__toggle span {
  background-color: #fff;
}

header.header__dark .header__nav li a {
  color: #03223b;
}

header.header__dark .header__search svg path {
  fill: #03223b;
  stroke: #03223b;
}

header.header__dark .header__mobile-menu__toggle span {
  background-color: #03223b;
}

header .main__nav, header .main__nav__search {
  display: inline-block;
}

header .main__nav ul {
  margin-bottom: 0;
}

header .main__nav li {
  display: inline-block;
  margin-left: 2.5rem;
  transition: background-color 0.2s;
}

header .main__nav li a {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.2s;
  padding: 1em 0.625em;
  display: flex;
}

header .main__nav li:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 760px) {
  header .main__nav li a:hover {
    background-color: #4798ff;
  }

  header .main__nav .menu-item-has-children .sub-menu li {
    padding: 0;
  }

  header .main__nav .menu-item-has-children .sub-menu li a {
    font-size: 1.25rem;
    line-height: 40px;
    padding: 0;
  }
}
@media screen and (min-width: 761px) {
  header .main__nav li:hover {
    background-color: #4798ff;
  }

  header .main__nav li:hover > a {
    color: #fff;
  }

  header .main__nav .menu-item-has-children .sub-menu {
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
    position: absolute;
    max-width: 200px;
  }

  header .main__nav .menu-item-has-children .sub-menu li {
    display: block;
    margin-left: 0;
  }

  header .main__nav .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    display: block;
  }
}
header .header__search svg {
  margin-top: -0.125rem;
}

header .header__inner {
  margin: 0 auto;
}

header .header__inner:after {
  content: "";
  display: block;
  clear: both;
}

header .header__left {
  float: left;
}

header .header__logo {
  max-width: 5.5rem;
  width: 100%;
}

header .header__right {
  float: right;
  max-width: calc(100% - 6.75rem);
}

header .header__mobile-menu__toggle {
  float: right;
  position: relative;
  width: 2.5rem;
  height: 2.125rem;
  cursor: pointer;
  margin-top: 0.9375rem;
}

header .header__mobile-menu__toggle span {
  position: absolute;
  display: block;
  width: 2.5rem;
  height: 0.3125rem;
}

header .header__mobile-menu__toggle span:nth-of-type(1) {
  top: 0.5rem;
}

header .header__mobile-menu__toggle span:nth-of-type(1):after {
  transition-delay: 0.16s;
}

header .header__mobile-menu__toggle span:nth-of-type(2) {
  top: 1.125rem;
}

header .header__mobile-menu__toggle span:nth-of-type(2):after {
  transition-delay: 0.08s;
}

header .header__mobile-menu__toggle span:nth-of-type(3) {
  top: 1.75rem;
}

header .header__mobile-menu__toggle span:nth-of-type(3):after {
  transition-delay: 0s;
}

header .header__mobile-menu__toggle span:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  transition: width ease-in 0.15s;
}

header .header__mobile-menu__toggle:hover span:nth-of-type(1):after {
  transition-delay: 0s;
}

header .header__mobile-menu__toggle:hover span:nth-of-type(2):after {
  transition-delay: 0.08s;
}

header .header__mobile-menu__toggle:hover span:nth-of-type(3):after {
  transition-delay: 0.16s;
}

header .header__mobile-menu__toggle:hover span:after {
  width: 100%;
}

header .header__mobile-menu__search-cont {
  margin-top: 20vh;
}

header .header__mobile-menu__search-cont form {
  position: relative;
}

header .header__mobile-menu__search-cont input[type=search], header .header__mobile-menu__search-cont input[type=text] {
  background-color: transparent;
  border: none;
  font-size: 0.875rem;
  line-height: 28px;
  width: 100%;
  padding: 0.9375rem 1.25rem;
}

header .header__mobile-menu__search-cont input[type=search]:focus, header .header__mobile-menu__search-cont input[type=text]:focus {
  outline-width: 0.0625rem;
}

header .header__mobile-menu__search-cont input[type=submit] {
  display: none;
}

header .header__mobile-menu__search-cont .is-submit-trigger {
  position: absolute;
  top: 1.1875rem;
  right: 0.9375rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  transition: right 0.2s ease-in;
  cursor: pointer;
}

header .header__show-mobile {
  display: none;
}

html.mobile-menu-open header .header__mobile-menu__toggle span:nth-of-type(1), html.mobile-menu-open header .header__mobile-menu__toggle span:nth-of-type(3) {
  top: 1.125rem;
}

html.mobile-menu-open header .header__mobile-menu__toggle span:nth-of-type(1) {
  transform: rotate(45deg);
}

html.mobile-menu-open header .header__mobile-menu__toggle span:nth-of-type(2) {
  opacity: 0;
}

html.mobile-menu-open header .header__mobile-menu__toggle span:nth-of-type(3) {
  transform: rotate(-45deg);
}

html.mobile-menu-open header .header__right {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s ease-in 0s, opacity 0.2s;
}

main {
  padding-top: 12.5rem;
}

@media (max-width: 860px) {
  main {
    padding-top: 10rem;
  }
}
header {
  position: absolute;
}

header.nav-not-in-banner {
  position: fixed;
  z-index: 4;
}

header.nav-not-in-banner.nav-up {
  top: -100px;
}

header.nav-not-in-banner.nav-up.nav-remove-transition {
  transition: 0s !important;
}

header.nav-not-in-banner.nav-down {
  background: #fff;
}

header.header__dark.nav-not-in-banner.nav-down {
  background: #fff;
  padding: 0.75rem 0 0.5rem;
}

header.header__light.nav-not-in-banner.nav-down {
  background: #fff;
  padding: 0.75rem 0 0.5rem;
}

html.mobile-menu-open {
  overflow: hidden;
}

.header__logo__mobile__nav {
  display: none;
}

@media screen and (max-width: 760px) {
  .mobile-menu-open .header__logo__mobile__nav {
    display: block;
  }

  .mobile-menu-open .header__logo__desktop {
    display: none;
  }

  .mobile-menu-open .header__right {
    background: #03223b;
  }

  .mobile-menu-open header.header__dark .header__nav li a {
    color: #fff;
  }

  .mobile-menu-open header.header__dark .header__search svg path {
    fill: #fff;
    stroke: #fff;
  }

  .mobile-menu-open header.header__dark .header__mobile-menu__toggle span {
    background-color: #fff;
  }
}
@media screen and (max-width: 760px) {
  main {
    margin-top: 0;
  }

  header {
    padding-top: 0.9375rem;
  }

  header .header__left {
    width: 100%;
    max-width: initial;
    position: relative;
    z-index: 3;
  }

  header .header__logo {
    float: left;
    display: flex;
  }

  header .header__right {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    float: none;
    max-width: initial;
    z-index: 2;
    padding: 0.9375rem;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.2s, opacity 0.2s;
  }

  header .header__search {
    display: none;
  }

  header .header__mobile-menu__search-cont {
    max-width: 25rem;
    margin: 5rem auto 0;
  }

  header .header__nav {
    margin-top: 20vh;
    width: 100%;
  }

  header .header__nav li {
    display: block;
    margin-left: 0;
    padding: 0.125rem 0;
    text-align: center;
  }

  header .header__nav li a {
    font-size: 2.25rem;
    line-height: 50px;
    display: block;
    padding: 0.3125rem 0;
  }

  header .header__nav li:first-of-type {
    border-top: none;
  }

  header .header__show-mobile {
    display: block;
  }

  header.header__light.nav-not-in-banner.nav-down {
    padding: 0.75rem 0 0.75rem;
  }

  header.header__dark.nav-not-in-banner.nav-down {
    padding: 0.75rem 0 0.75rem;
  }
}
.cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 50px -15px 0;
}

.cards .card {
  border: 1px solid rgba(3, 34, 59, 0.3);
  background-color: #fff;
  width: calc(33.3333% - 30px);
  margin: 0 15px 50px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .cards .card {
    width: calc(50% - 30px);
  }
}
@media (max-width: 760px) {
  .cards .card {
    width: calc(100% - 30px);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cards .card .card__content__inner, .cards .card .card__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.cards .card .card__title {
  color: #03223b;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.cards .card .card__excerpt {
  margin-bottom: 30px;
  font-size: 1.125em;
}

.cards .card .card__link {
  color: #03223b;
  position: relative;
  padding-right: 40px;
}

.cards .card .card__link p {
  font-size: 1.3em;
  font-weight: 700;
}

.cards .card .card__link svg {
  height: 1.4em;
  width: 1.1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.cards .card .card__link path {
  transition: stroke 0.4s;
}

.cards .card.card--resource .card--resource__image {
  width: 100%;
  height: 240px;
}

.cards .card.card--resource .card__content {
  height: calc(100% - 240px);
}

.cards .card.card--resource .card__content__inner {
  padding: 35px 35px;
  height: 100%;
  transition: background-color 0.2s;
}

.cards .card.card--resource .card__link {
  color: #4798ff;
  margin-top: auto;
}

.cards .card.card--resource .card--role__position, .cards .card.card--resource .card__excerpt, .cards .card.card--resource .card__link, .cards .card.card--resource .card__title, .cards .card.card--resource h4 {
  transition: color 0.2s;
}

.cards .card.card--resource:hover .card--role__position, .cards .card.card--resource:hover .card__excerpt, .cards .card.card--resource:hover .card__link, .cards .card.card--resource:hover .card__title, .cards .card.card--resource:hover h4 {
  color: #fff;
}

.cards .card.card--resource:hover .card__link path {
  stroke: #fff;
}

.cards .card.card--resource:hover .card__content__inner {
  background-color: #4798ff;
}

.cards .card.card--role .card__inner {
  padding: 35px 35px;
  height: 100%;
}

.cards .card.card--role .card--role__image {
  margin: 30px auto;
  width: 80%;
  padding-bottom: 80%;
  border-radius: 50%;
}

.cards .card.card--role .card__content {
  flex-grow: 1;
}

.cards .card.card--role .card--role__position {
  color: #4798ff;
  font-size: 1.375em;
  font-weight: 500;
  margin-top: -6px;
}

.cards .card.card--role .card--role__position, .cards .card.card--role .card__title {
  transition: color 0.4s;
}

.cards .card.card--role .card__link {
  transition: color 0.2s;
}

.cards .card.card--role:after {
  content: "";
  background-color: #4798ff;
  width: 700px;
  padding-bottom: 100%;
  transform: rotate(-20deg);
  position: absolute;
  top: -100%;
  left: -100%;
  transition: 0.4s;
  z-index: 1;
}

.cards .card.card--role:hover .card__link {
  color: #4798ff;
}

.cards .card.card--role:hover:after {
  top: -120px;
  left: -100px;
}

.cards .card.card--role:hover .card--role__position, .cards .card.card--role:hover .card__title, .cards .card.card--role:hover h4 {
  color: #fff;
}

.template__resource_separator + .template__resource_separator {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .template__resource_separator + .template__resource_separator {
    margin-top: 20px;
  }
}
#virtual-tour-questionnaire {
  position: absolute;
  top: 2%;
  left: 2%;
  right: 2%;
  bottom: 2%;
  z-index: 3;
  top: 102%;
  bottom: -98%;
  transition: top 0.1s, bottom 0.1s;
  background-color: #04223b;
  padding: 2%;
}

#virtual-tour-questionnaire.is--active {
  top: 2%;
  bottom: 2%;
}

#virtual-tour-questionnaire .virtual-tour-questionnaire__close-btn {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 1024px) {
  #virtual-tour-questionnaire .virtual-tour-questionnaire__close-btn {
    width: 1rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
#virtual-tour-questionnaire .virtual-tour-questionnaire__close-btn path {
  stroke: #04223b;
}

#virtual-tour-questionnaire .virtual-tour-questionnaire__close-btn:hover path {
  stroke: #4798ff;
}

#virtual-tour-questionnaire .virtual-tour-questionnaire__inner {
  padding: 3%;
  background-color: #fff;
  max-height: 100%;
  height: 100%;
  position: relative;
  overflow: scroll;
}

#virtual-tour-questionnaire .virtual-tour-questionnaire__heading {
  font-size: 26px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  #virtual-tour-questionnaire .virtual-tour-questionnaire__heading {
    font-size: 20px;
  }
}
#virtual-tour-questionnaire .virtual-tour-questionnaire__subheading {
  font-size: 18px;
}

@media (max-width: 1024px) {
  #virtual-tour-questionnaire .virtual-tour-questionnaire__subheading {
    font-size: 14px;
  }
}
#virtual-tour-questionnaire .gform_wrapper {
  margin-top: 1.6rem;
}

#virtual-tour-questionnaire .gform_wrapper label, #virtual-tour-questionnaire .gform_wrapper legend {
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  #virtual-tour-questionnaire .gform_wrapper label, #virtual-tour-questionnaire .gform_wrapper legend {
    font-size: 14px;
  }
}
#virtual-tour-questionnaire .gform_wrapper .gfield {
  margin-bottom: 1.6rem;
}

#virtual-tour-questionnaire .gform_wrapper .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

#virtual-tour-questionnaire .gform_wrapper .gchoice {
  width: calc(20% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  #virtual-tour-questionnaire .gform_wrapper .gchoice {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 0.6rem;
  }
}
#virtual-tour-questionnaire .gform_wrapper .gchoice label {
  margin-top: 0.5rem;
}

@media (max-width: 1024px) {
  #virtual-tour-questionnaire .gform_wrapper .gchoice label {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  #virtual-tour-questionnaire .gform_wrapper .gchoice input {
    margin-right: 0.4rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  #virtual-tour-questionnaire .gform_wrapper .gchoice input:checked:after {
    width: 0.7rem;
    height: 0.7rem;
  }
}
#virtual-tour-questionnaire .gform_wrapper .gform_footer {
  margin-top: 0;
  padding: 0;
}

#virtual-tour-questionnaire .gform_wrapper .button {
  margin-bottom: 0;
}

#virtual-tour-questionnaire .gform_confirmation_wrapper {
  margin-top: 2rem;
}

#banner.banner--home {
  position: relative;
  background-size: cover;
  overflow: hidden;
  width: 100%;
}

#banner.banner--home .banner--home__content {
  max-width: 900px;
  margin: 250px auto 100px;
  text-align: center;
}

#banner.banner--home .banner--home__content .banner--home__logo {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 0 auto 50px;
}

#banner.banner--home .banner--home__content p {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 1.74em;
}

#banner.banner--home .banner--home__content .button {
  margin-top: 50px;
  display: inline-block;
}

#interests {
  margin: 50px auto 0;
  padding-bottom: 50px;
  max-width: 1350px;
  text-align: center;
}

#interests .interests__content .interests__image__desktop {
  margin: 50px auto;
  width: 100%;
  height: auto;
  display: none;
}

@media (min-width: 561px) {
  #interests .interests__content .interests__image__desktop {
    display: block;
  }
}
#interests .interests__content .interests__image__mobile {
  margin: 50px auto;
  padding: 0 50px;
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 561px) {
  #interests .interests__content .interests__image__mobile {
    display: none;
  }
}
#interests .interests__content .button {
  margin-top: 50px;
  display: inline-block;
}

#general-heading {
  margin-bottom: 8em;
}

@media (max-width: 860px) {
  #general-heading {
    margin-bottom: 4em;
  }
}
#general-heading .general-heading__content.has-border {
  padding-bottom: 2em;
  border-bottom: 3px solid #4798ff;
}

#general-heading .general-heading__content__content {
  margin-top: 1.875rem;
}

#general-heading .general-content {
  margin-top: 0;
}

.more-roles {
  background-color: #f6f6f6;
  padding-top: 3.75rem;
  padding-bottom: calc(8em - 50px);
}

@media (max-width: 1024px) {
  .more-roles {
    padding-top: 3.75rem;
  }
}
.more-roles .more-roles__content {
  padding-bottom: 1em;
  border-bottom: 3px solid #4798ff;
}

.more-roles .more-roles__content p {
  font-weight: 500;
  font-size: 2.25em;
}

.video-block {
  margin-bottom: 6.25rem;
}

@media (max-width: 1024px) {
  .video-block {
    margin-bottom: 3.75rem;
  }
}
.accordion-block {
  margin-bottom: 6.25rem;
}

@media (max-width: 1024px) {
  .accordion-block {
    margin-bottom: 3.75rem;
  }
}
.accordion-block .accordion-block__section {
  transition: background-color 0.2s;
}

.accordion-block .accordion-block__section.is--active {
  background-color: #4798ff;
}

.accordion-block .accordion-block__section.is--active .accordion-block__section__heading {
  border-color: transparent;
}

.accordion-block .accordion-block__section.is--active .accordion-block__section__heading p {
  color: #fff;
}

.accordion-block .accordion-block__section.is--active .accordion-block__section__toggle svg {
  transform: rotate(90deg);
}

.accordion-block .accordion-block__section.is--active .accordion-block__section__toggle svg path {
  stroke: #fff;
}

.accordion-block .accordion-block__section__heading {
  border-bottom: 3px solid #4798ff;
  padding: 2em 5.5em 2em 3em;
  position: relative;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .accordion-block .accordion-block__section__heading {
    padding: 2em 5.5em 2em 2em;
  }
}
.accordion-block .accordion-block__section__heading p {
  color: #4798ff;
  font-weight: 700;
  font-size: 1.875em;
  transition: color 0.2s;
}

@media (max-width: 1024px) {
  .accordion-block .accordion-block__section__heading p {
    font-size: 1.6em;
  }
}
.accordion-block .accordion-block__section__toggle {
  height: 1.8125em;
  width: 1.5em;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.accordion-block .accordion-block__section__toggle svg {
  transition: transform 0.2s;
}

.accordion-block .accordion-block__section__content {
  display: none;
  padding: 0 3em 3em;
}

.general-content {
  margin: 8em 0;
}

@media (max-width: 860px) {
  .general-content {
    margin: 4em 0;
  }
}
.general-content .button {
  margin-top: 1.25rem;
}

h1.heading {
  font-weight: 700;
  font-size: 3em;
  line-height: 1.4;
  max-width: 650px;
}

@media (max-width: 860px) {
  h1.heading {
    font-size: 2.8em;
  }
}
h2.sub-heading {
  font-weight: 500;
  display: block;
  border-bottom: 3px solid #4798ff;
  padding-bottom: 0.625rem;
}

.template__resource_separator {
  padding-bottom: 1.25rem;
}

.template__roles {
  padding-bottom: calc(8em - 50px);
}

.template__roles .role__navigation {
  margin-bottom: 30px;
  border-bottom: 3px solid #4798ff;
  display: inline-block;
}

.template__roles .role__navigation li {
  display: inline-block;
}

.template__roles .role__navigation li a {
  padding: 10px 15px;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
}

.template__roles .role__navigation li a:hover {
  background: rgba(71, 152, 255, 0.2);
}

.template__roles .role__navigation li.is--active a {
  background: #4798ff;
  color: #fff;
}

.header__role {
  margin-bottom: 6.25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .header__role {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .header__role {
    justify-content: center;
  }
}
.header__role .header__role__image {
  width: 350px;
  padding-bottom: 350px;
  margin-right: 50px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .header__role .header__role__image {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 760px) {
  .header__role .header__role__image {
    width: 250px;
    padding-bottom: 250px;
  }
}
.header__role .header__role__content {
  max-width: 640px;
  width: calc(100% - 400px);
}

@media (max-width: 1024px) {
  .header__role .header__role__content {
    width: 100%;
    max-width: initial;
  }
}
.header__role .header__role__content .header__role__name {
  color: #03223b;
  font-size: 3.375em;
  font-weight: 700;
}

.header__role .header__role__content .header__role__position {
  color: #4798ff;
  font-size: 1.875em;
  font-weight: 500;
  margin: 10px 0 20px;
}

.header__role .header__role__content .header__role__summary {
  margin-bottom: 20px;
}

.header__role .header__role__content .header__role__summary p {
  font-size: 1.125em;
  margin-bottom: 10px;
}

.header__role .header__role__content .header__role__summary p:last-of-type {
  margin-bottom: 0;
}

body.home main {
  padding-top: 0;
}

body.post-type-archive-resource h1.heading {
  max-width: 62.5rem;
}

body.post-type-archive-resource .template__resources {
  padding-bottom: calc(8em - 50px);
}

body.post-type-archive-resource .template__resource_separator .general-content {
  margin: 1.25rem 0 0;
}

body.post-type-archive-resource .template__resources__disclaimer a {
  color: #4798ff;
}

body.post-type-archive-resource .template__resources__disclaimer a:hover {
  text-decoration: underline;
}

#virtual-tour {
  margin: 8em 0 0;
  padding-bottom: 8em;
}

@media (max-width: 1024px) {
  #virtual-tour {
    margin: 4em 0 0;
  }
}
#virtual-tour #viewer {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

#virtual-tour #preloadContainer {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

#virtual-tour .virtual-tour__inner {
  position: relative;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour .virtual-tour__inner {
    padding-bottom: 160%;
  }
}
@media screen and (min-width: 761px) and (orientation: portrait) {
  #virtual-tour .virtual-tour__inner {
    padding-bottom: 120%;
  }
}
@media screen and (min-width: 761px) {
  #virtual-tour .virtual-tour__inner {
    padding-bottom: 56.25%;
  }
}
#virtual-tour .virtual-tour__fullscreen-button {
  position: absolute;
  right: 1%;
  top: 0;
  background-color: #4798ff;
  color: #fff;
  padding: 4px 10px;
  cursor: pointer;
  z-index: 2;
}

#virtual-tour .virtual-tour__ss-button {
  position: absolute;
  right: 10%;
  top: 0;
  background-color: #4798ff;
  color: #fff;
  padding: 4px 10px;
  cursor: pointer;
  z-index: 2;
}

#virtual-tour .virtual-tour__as-button {
  position: absolute;
  right: 24.5%;
  top: 0;
  background-color: #4798ff;
  color: #fff;
  padding: 4px 10px;
  cursor: pointer;
  z-index: 2;
}

#virtual-tour .virtual-tour__hss-button {
  position: absolute;
  right: 42%;
  top: 0;
  background-color: #4798ff;
  color: #fff;
  padding: 4px 10px;
  cursor: pointer;
  z-index: 2;
}

#virtual-tour .virtual-tour__questionnaire-button {
  position: absolute;
  left: 2%;
  top: 4%;
  transform: scale(0);
  background-color: #4798ff;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  padding-bottom: 4rem;
  width: 4rem;
  transition: transform 0.3s ease-out;
  z-index: 3;
}

@media (max-width: 760px) {
  #virtual-tour .virtual-tour__questionnaire-button {
    padding-bottom: 3rem;
    width: 3rem;
    left: 3%;
    top: 2%;
  }
}
#virtual-tour .virtual-tour__questionnaire-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 80%;
  max-height: 80%;
}

@media (max-width: 760px) {
  #virtual-tour .virtual-tour__questionnaire-button svg {
    max-width: 70%;
    max-height: 70%;
  }
}
#virtual-tour .virtual-tour__questionnaire-button:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 5px solid #4798ff;
  border-radius: inherit;
  -webkit-animation: scale-questionnaire 3s infinite;
  animation: scale-questionnaire 3s infinite;
}

@media (max-width: 760px) {
  #virtual-tour .virtual-tour__questionnaire-button:after {
    top: -6px;
    left: -6px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-width: 3px;
  }
}
#virtual-tour .virtual-tour__questionnaire-button.is--active {
  transform: scale(1);
}

@-webkit-keyframes scale-questionnaire {
  0%, 35% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100%, 65% {
    transform: scale(1);
  }
}
@keyframes scale-questionnaire {
  0%, 35% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100%, 65% {
    transform: scale(1);
  }
}
#virtual-tour__shares {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

#virtual-tour__shares .virtual-tour__share {
  margin-left: 1rem;
}

#virtual-tour__shares svg {
  max-width: 2rem;
}

body.page-template-virtual-tour #general-heading {
  margin-bottom: 6em;
}

body.page-template-virtual-tour #general-heading .general-heading__content {
  margin-bottom: 6em;
}

body.page-template-virtual-tour #virtual-tour {
  margin-top: 6em;
  padding-bottom: 6em;
}

body.page-template-virtual-tour #virtual-tour + .general-content {
  margin: 0;
  padding: 0 0 8em;
}

body.page-template-big-bang-form #general-heading {
  margin-bottom: 4rem;
}

body.page-template-big-bang-form #general-heading h1 {
  margin-bottom: 2rem;
}

body.page-template-big-bang-form #general-heading p {
  font-size: 2rem;
}

@media (max-width: 1024px) {
  body.page-template-big-bang-form #general-heading p {
    font-size: 1.6rem;
  }
}
body.page-template-big-bang-form .general-content {
  margin: 0;
  padding: 0 0 8rem;
}

body.page-template-big-bang-form .gform_wrapper fieldset {
  margin-bottom: 1.6rem;
}

body.page-template-big-bang-form .gfield, body.page-template-big-bang-form .gfield:first-of-type {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}

body.page-template-big-bang-form .gfield .gfield_label, body.page-template-big-bang-form .gfield label {
  font-weight: 400;
}

body.page-template-big-bang-form .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

body.page-template-big-bang-form .gchoice {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  body.page-template-big-bang-form .gchoice {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 0.6rem;
  }
}
body.page-template-big-bang-form .gchoice label {
  margin-top: 0.2rem;
}

@media (max-width: 1024px) {
  body.page-template-big-bang-form .gchoice label {
    margin-top: 0;
  }
}
body.page-template-big-bang-form .gchoice input {
  margin-right: 0.4rem;
}

body.page-id-18 .wp-container-3 {
  margin-bottom: 0;
  padding-bottom: 8em;
}