/* Table of Contents
-----------------------------------------------------------------------------

1. CSS Reset
2. Base Typography
3. Base Classes
4. Structure
5. Pages
6. Modules

*/

/* 1. CSS Reset
------------------------------------------------------------------------------*/

html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

div,
section,
article,
main,
aside,
header,
footer,
dialog,
figure,
figcaption,
hgroup {
  display: block;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

blockquote,
q {
  quotes: none;
}
br {
  height: 0;
}
ul,
ol,
dl {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
td {
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  border-style: none;
}

fieldset {
  border: 1px solid transparent;
}
input {
  font-family: "Montserrat", sans-serif;
}
input[type="submit"] {
  letter-spacing: 0.045em;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
}
input[type="text"],
input[type="email"],
textarea {
  letter-spacing: 0.045em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  border-radius: 0;
  -webkit-appearance: none;
}
span {
  font-family: "Montserrat", sans-serif;
}
button {
  font-family: "Montserrat", sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}
select {
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* 2. Base Typography
------------------------------------------------------------------------------*/

/* Headers  */
.title-lrg-1 {
  font-weight: 700;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-size: 2.125rem;
  line-height: 2.125rem;
  letter-spacing: 0.02em;
}
.title-lrg-2 {
  font-weight: 800;
  font-family: "MontserratFF";
  font-size: 2.8125rem;
  line-height: 2.8125rem;
  letter-spacing: 0.05em;
}
.title-lrg-3 {
  font-weight: 700;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-size: 3.5625rem;
  line-height: 3.5625rem;
  letter-spacing: 0.018em;
  text-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
}
.title-lrg-4 {
  font-weight: 700;
  font-family: "PT Serif", serif !important;
  text-transform: uppercase;
  font-size: 5rem !important;
  line-height: 5rem !important;
  letter-spacing: 0.018em;
}
.title-med-1 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.4375rem;
  line-height: 2rem;
}
.title-sml-1 {
  text-transform: uppercase;
  font-weight: 800;
  font-family: "MontserratFF";
  letter-spacing: 0.06em;
  font-size: 16px;
  color: #a3c7e1 !important;
}
@media screen and (max-width: 768px) {
  .title-lrg-3 {
    font-size: 5.75vw;
    line-height: 6.75vw;
  }
}
@media screen and (max-width: 375px) {
  .title-lrg-3 {
    font-size: 8vw;
    line-height: 9vw;
  }
  .title-lrg-3 br {
    display: none;
  }
}
@media screen and (max-width: 320px) {
}

/* Paragraphs */
p {
  color: #222556;
  font-family: "MontserratFF";
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 26px;
}
@media screen and (max-width: 960px) {
  p {
    line-height: 24px;
  }
}

/* Links */
a {
  color: #0c2143;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
}
a:hover {
  text-decoration: none;
}
a:active {
}
a:focus,
button:focus,
input[type="submit"]:focus {
  text-decoration: underline;
}

/* Other Type */
strong {
  font-weight: bold;
}
hr {
  border: 0 #000 solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}

blockquote,
blockquote p {
  text-align: center;
  color: #a3c7e1;
  font-family: "PT Serif", serif;
  font-size: 2.125rem;
  line-height: 2.75rem;
  letter-spacing: 0.018em;
  font-style: italic;
}

/* Google Web Font Smoothing */
html,
body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Fonts
font-family: 'Montserrat', sans-serif;
font-family: 'PT Serif', serif;
*/

@font-face {
  font-family: "MontserratFF";
  font-weight: 500;
  src: url("/assets/fonts/Montserrat-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "MontserratFF";
  font-weight: 800;
  src: url("/assets/fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-display: swap;
}

/* 3. Helper Classes
------------------------------------------------------------------------------*/

/* General */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.icon {
  display: block;
  text-indent: -9999px;
  background-size: 100%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
}
.icon:hover {
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
}
.full-bg {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.centered {
  text-align: center;
}
.two-col {
  column-count: 2;
  column-gap: 70px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-align-center {
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align-bottom {
  -ms-flex-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-top {
  -ms-flex-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-justify-center {
  -ms-flex-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-justify-end {
  -ms-flex-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-flow-col {
  -webkit-flex-flow: column;
  flex-flow: column;
}
.flex-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.no-scroll {
  overflow: hidden;
}
.image-square:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.sixteen-nine:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
::selection {
  background: #a3c7e1;
  color: #fff;
}
::-moz-selection {
  background: #a3c7e1;
  color: #fff;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.bg-lblue {
  background-color: #a3c7e1 !important;
}
.bg-dblue {
  background-color: #232556 !important;
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.bg-lblue *,
.bg-dblue * {
  color: #fff !important;
  border-color: #fff !important;
}
.white,
.white * {
  color: #fff !important;
}
.lblue,
.lblue * {
  color: #a3c7e1 !important;
}
.dblue,
.dblue * {
  color: #232556 !important;
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.img {
  display: block;
  width: 100%; /*-webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.1); box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.1);*/
}
@media screen and (max-width: 768px) {
  .two-col {
    column-gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .body {
    text-align: center;
  }
  .centered-mobile {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .two-col {
    column-gap: 0;
    column-count: 1;
  }
}

/* Buttons & Links */
.btn {
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-family: "MontserratFF";
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff !important;
  background-color: #a3c7e1;
  padding: 15px 35px;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
}
.btn:hover,
.btn:focus {
  background-color: #232556;
  color: #fff !important;
}
.btn.btn-outline {
  background-color: transparent;
  color: #a3c7e1 !important;
  border: 1px solid #a3c7e1;
}
.btn.btn-outline:hover,
.btn.btn-outline:focus {
  background-color: #232556;
  border-color: #232556;
  color: #fff !important;
}
.btn.btn-outline.btn-white,
.btn.btn-outline.btn-white {
  border-color: #fff;
  color: #fff !important;
}
.btn.btn-outline.btn-white:hover,
.btn.btn-outline.btn-white:focus {
  background-color: #232556;
  border-color: #232556 !important;
  color: #fff !important;
}

/* Overlays */
.overlay {
  position: relative;
}
.overlay > * {
  position: relative;
  z-index: 2;
}
.overlay:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(163, 199, 225, 0.4);
}

/* Margin & Padding */
.pt-0 {
  padding-top: 0 !important;
}
.vp-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.vp-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.vp-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.vp-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.vp-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.vp-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-100 {
  padding-top: 100px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-70 {
  margin-top: 70px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-100 {
  margin-bottom: 100px;
}
.hp-8 {
  padding-left: 8%;
  padding-right: 8%;
}
.hp-5 {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 960px) {
  .vp-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .vp-150 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pb-200 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pb-100 {
    padding-bottom: 50px;
  }
  .vp-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .vp-50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pt-50 {
    padding-top: 25px;
  }
  .pb-50 {
    padding-bottom: 25px;
  }
  .mb-50 {
    margin-bottom: 25px;
  }
  .pt-70 {
    padding-top: 35px;
  }
  .pb-70 {
    padding-bottom: 35px;
  }
  .vp-70 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .mb-70 {
    margin-bottom: 35px;
  }
  .pb-200 {
    padding-bottom: 50px;
  }
  .vp-150 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .vp-200 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hp-8 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 500px) {
  .pb-100 {
    padding-bottom: 30px;
  }
  .vp-100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .hp-8 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hp.no-padding-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 375px) {
  .hp-8 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* States */
.is-visible {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
}

/* Accessibility */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* 4. Structure
------------------------------------------------------------------------------*/

/* Page Layout */
html,
body {
  height: 100%;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #0c2143;
}
body:after {
  pointer-events: none;
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
body.is-nav-open:after {
  opacity: 1;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 95px;
}
.container {
  width: 90%;
  max-width: 1180px;
  margin: auto;
  position: relative;
}
#page {
  height: 100%;
}
#skipnav {
  position: absolute;
  z-index: 99999;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding-bottom: 25px;
  transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
#skipnav:hover,
#skipnav:focus,
#skipnav:active {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.03em;
  clip: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border-left: none;
  border-right: none;
  text-align: center;
  font-weight: bold;
  color: #983222;
}
.no-banner main {
  padding-top: 50px;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
  }
  html,
  body {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 960px) {
  html,
  body {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 600px) {
  .no-banner main {
    padding-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  html,
  body {
    font-size: 0.7em;
  }
}

/* Header */
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 95px;
  background-color: #fff;
  transition: 300ms ease all;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
}
#header #header-logo {
  transition: 300ms ease all;
  position: relative;
  z-index: 3;
  width: 290px;
  height: 145px;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
}
#header #header-logo:before {
  transition: 300ms ease all;
  display: block;
  content: "";
  width: calc(100% + 14px);
  height: 75px;
  position: absolute;
  top: 0;
  left: -7px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 40%
  );
}
#header #header-logo:after {
  display: block;
  content: "";
  background-image: url(/assets/images/logo.svg);
  background-size: 100%;
  width: 250px;
  height: 112px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#header.is-fixed {
  overflow: hidden;
}
#header.is-fixed #header-logo:before {
  opacity: 0;
}
#header.is-fixed #header-logo {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#header #header-nav li {
  list-style: none;
}
#header > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header .search {
  height: 100%;
  width: calc(50% - 145px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .search button {
  position: relative;
  width: 36px;
  height: 36px;
}
#header .search button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 1.5px;
}
#header .search button[aria-expanded="true"] {
  border-color: #fff;
}
#header .search button:hover svg .st0,
#header .search button[aria-expanded="true"] svg .st0 {
  fill: #222556;
}
#header .search form[data-hidden="true"] {
  width: 0;
  overflow: hidden;
}
#header .search input {
  padding-left: 15px;
  width: 195px;
  height: 36px;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #232756;
  font-style: italic;
}
#header .search input[type="search"]::-webkit-search-decoration,
#header .search input[type="search"]::-webkit-search-cancel-button,
#header .search input[type="search"]::-webkit-search-results-button,
#header .search input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
#header .search .donate {
  font-family: "MontserratFF";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 16px;
  line-height: 16px;
  margin-left: 20px;
}
#header .search .donate:hover,
#header .search .donate:focus {
  font-weight: 600;
}
#header .search ::placeholder {
  color: rgba(35, 39, 85, 0.5);
  opacity: 1;
}
#header .search :-ms-input-placeholder {
  color: rgba(35, 39, 85, 0.5);
}
#header .search ::-ms-input-placeholder {
  color: rgba(35, 39, 85, 0.5);
}

#header .header-main .header-top {
  display: none;
}
.mobile-menu-trigger-container {
  width: calc(50% - 145px);
  height: 100%;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mobile-menu-trigger {
  display: block;
}
#mobile-menu-trigger,
#close-mobile-menu {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  z-index: 9999;
  display: block;
  width: 20px;
  height: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#mobile-menu-trigger:hover span,
#close-mobile-menu:hover span {
  background-color: #222556;
}
#mobile-menu-trigger span,
#close-mobile-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #a3c7e1;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#mobile-menu-trigger span:nth-child(1) {
  top: 0px;
}
#mobile-menu-trigger span:nth-child(2),
#mobile-menu-trigger span:nth-child(3) {
  top: 6px;
}
#mobile-menu-trigger span:nth-child(4) {
  top: 12px;
}
#mobile-menu-trigger.is-open {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
#close-mobile-menu {
  opacity: 0;
}
#close-mobile-menu.is-open {
  opacity: 1;
}
#close-mobile-menu span {
  background-color: #fff;
}
#close-mobile-menu span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#close-mobile-menu span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#close-mobile-menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#close-mobile-menu span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#header #header-nav li span.level-1-trigger-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 2.5%;
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header #header-nav li span:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  height: 3px;
  background: #a3c7e1;
}
#header #header-nav li span.level-1-trigger-icon:before {
  width: 100%;
}
#header #header-nav li span.level-1-trigger-icon:after {
  width: 100%;
}
#header #header-nav span:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  height: 3px;
  background: #a3c7e1;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#header #header-nav span.is-active {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#header #header-nav span.is-active {
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
#header #header-nav .dropdown-menu {
  display: none;
}
#header #header-nav ul {
}
#header #header-nav ul li {
  list-style: none;
}
#header #header-nav ul li.level-1 a {
  padding: 10px 0;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #232556;
  font-size: 16px;
  font-weight: 500;
  font-family: "MontserratFF";
}
#header #header-nav ul li.level-1 a:hover {
  font-weight: 800;
  font-family: "MontserratFF";
}
#header #header-nav {
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  right: calc(-50vw + 590px);
  z-index: 1;
  width: calc(50vw - 590px);
  height: 695px;
  overflow: scroll;
  background-color: #a3c7e1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#header #header-nav .close-btn-container {
  height: 95px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#header #header-nav .top {
  width: 100%;
  height: 95px;
  background-color: #a3c7e1;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
#header #header-nav .top .logo {
  width: 71px;
  height: 62px;
  background-image: url(/assets/images/icon.png);
  opacity: 0.4;
}
#header.is-mobile-open #header-nav {
  left: calc(50vw + 590px);
  right: 0;
}
.overflow-hidden {
  overflow: hidden;
  height: 100%;
}
.internal #header #header-nav {
  height: 495px;
}
.no-banner #header #header-nav {
  height: auto !important;
  bottom: 0;
}
@media screen and (max-width: 1660px) {
  #header #header-nav {
    right: -240px;
    width: 240px;
  }
  #header.is-mobile-open #header-nav {
    left: calc(100vw - 240px);
  }
}
@media screen and (max-width: 1100px) {
  #header.is-search-open .search .donate {
    opacity: 0;
    width: 0;
    margin: 0;
    transition: none;
  }
  #header .search form {
    width: calc(100% - 36px);
  }
  #header .search input {
    width: 100%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  #header #header-nav {
    height: 595px;
  }
  .internal #header #header-nav {
    height: 445px;
  }
  .internal #header #header-nav .close-btn-container {
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  #header .search form,
  #header .search .expand-search {
    display: none;
  }
  #header .search .donate {
    margin: 0;
  }
  #header #header-nav {
    height: 495px;
  }
  .internal #header #header-nav {
    height: 395px;
  }
}
@media screen and (max-width: 600px) {
  #header .search .donate {
    letter-spacing: 0.1em;
  }
  #header #header-logo {
    width: 200px;
    height: 105px;
    z-index: 1;
  }
  #header #header-logo:after {
    width: 176px;
    height: 79px;
  }
  #header .search {
    width: calc(50% - 88px);
  }
  .mobile-menu-trigger-container {
    width: calc(50% - 88px);
  }
  #header.is-fixed {
    overflow: visible;
  }
  #header.is-fixed #header-logo:before {
    opacity: 1;
  }
  #header.is-fixed #header-logo {
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 500px) {
  #header #header-nav,
  .internal #header #header-nav {
    right: -100vw;
    width: 100vw;
    height: auto;
    bottom: 0;
    padding-top: 95px;
  }
  #header.is-mobile-open #header-nav {
    left: 0;
  }
  #header.is-mobile-open #header-nav .top {
    left: 0;
    right: 0;
  }
  #header #header-nav .top {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 100vw;
    right: -100vw;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  #header #header-nav .top .logo {
    opacity: 1;
  }
  .internal #header #header-nav .close-btn-container {
    height: 95px;
  }
}
@media screen and (max-width: 415px) {
  #header .search {
    display: none;
  }
  #header #header-logo {
    box-shadow: none;
    width: auto;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #header #header-logo:after {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    width: 160px;
    height: 72px;
  }
}

/* Footer */
#footer {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 40px 0;
  -webkit-box-shadow: inset 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
}
#footer li {
  list-style: none;
}
#footer .links li a {
  display: block;
  font-weight: 500;
  font-family: "MontserratFF";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.2em;
  padding: 10px 0;
}
#footer .links li a:hover,
#footer .links li a:focus {
  font-weight: 600;
}
#footer .newsletter {
  padding-left: 8%;
  padding-right: 8%;
}
#footer .newsletter .dform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .newsletter .dform_error {
  color: red !important;
  font-size: 12px;
  font-weight: 500;
  font-family: "MontserratFF";
  padding: 2px 4px;
}
#footer .newsletter > div {
  width: 100%;
}
#footer .newsletter p {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-family: "MontserratFF";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.2em;
}
#footer .newsletter form {
  width: 100%;
}
#footer .newsletter .dform_email {
  width: calc(20% - 13.333px);
  margin-left: -2px;
}
#footer .newsletter .dform_text_input {
  width: calc(20% - 13.333px);
}
#footer .newsletter .dform_captcha {
  width: calc(10% - 13.333px);
}
#footer .newsletter .submit_button {
  margin-left: 245px;
}
#footer .newsletter .dform_text_input:nth-child(2) {
  margin-left: -2px;
}
#footer .newsletter .submit_button {
  width: 40px;
}
#footer .newsletter form input[type="email"],
#footer .newsletter form input[type="text"] {
  padding: 0 10px;
  width: 100%;
  height: 45px;
  border: 2px solid #a3c7e1;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.2em;
}
#footer .newsletter form input[type="email"]:focus,
#footer .newsletter form input[type="text"]:focus {
  border-color: #222556;
}
#footer .newsletter form input[type="submit"] {
  height: 45px;
  width: 40px;
  background-color: #a3c7e1;
  text-indent: -9999px;
  background-image: url(/assets/images/arrow.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .newsletter form input[type="submit"]:hover,
#footer .newsletter form input[type="submit"]:focus {
  background-color: #222556;
}
#footer .newsletter ::placeholder {
  color: rgba(35, 39, 85, 0.5);
  opacity: 1;
}
#footer .newsletter :-ms-input-placeholder {
  color: rgba(35, 39, 85, 0.5);
}
#footer .newsletter ::-ms-input-placeholder {
  color: rgba(35, 39, 85, 0.5);
}
#footer .newsletter label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#footer .social li {
  margin-left: 40px;
}
#footer .social li:first-child {
  margin-left: 0;
}
#footer .social li a:hover .st0 {
  fill: #232556;
}
@media screen and (max-width: 960px) {
  #footer .newsletter {
    -ms-flex-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #footer .links {
    order: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #footer .social {
    order: 2;
  }
  #footer .newsletter {
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  #footer .social li {
    margin-left: 20px;
  }
  #footer .newsletter .dform_email {
    width: calc(100% - 40px);
    margin-left: 0;
    margin-top: -2px;
  }
  #footer .newsletter .dform_text_input {
    width: 50%;
  }
  #footer .newsletter .dform_text_input:nth-child(2) {
    width: calc(50% + 2px);
  }
  #footer .newsletter .submit_button {
    margin-top: -2px;
  }
}
@media screen and (max-width: 415px) {
  #footer {
    padding: 30px 0;
  }
  #footer .links {
    text-align: center;
    width: 100%;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #footer .social {
    padding-top: 30px;
    width: 100%;
    -ms-flex-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #footer .social li {
    margin-left: 20px;
  }
}

/* 5. Pages
------------------------------------------------------------------------------*/

/* 6. Modules
------------------------------------------------------------------------------*/

/* body */
.body img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.body ul li,
.body ol li {
  color: #222556;
  font-weight: 500;
  font-family: "MontserratFF";
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 26px;
  margin-left: 20px;
  margin-bottom: 5px;
}
.body h1,
.body h2,
.body h3,
.body h4,
.body h5,
.body h6,
.body p,
.body a,
.body ul,
.body ol,
.body img,
.body blockquote,
.body table {
  margin-bottom: 25px;
}
.body h1 {
  font-weight: 800;
  font-family: "MontserratFF";
  font-size: 2.8125rem;
  line-height: 2.8125rem;
  letter-spacing: 0.05em;
}
.body h2 {
  color: #a3c7e1 !important;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-size: 2.125rem;
  line-height: 2.125rem;
  letter-spacing: 0.02em;
}
.body.white h2 {
  color: #fff !important;
}
.body h3 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.4375rem;
  line-height: 2rem;
}
.body h4 {
  color: #a3c7e1 !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 16px;
}
.body h5 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 15px;
}
.body h6 {
  color: #a3c7e1 !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.body *:last-child {
  margin-bottom: 0;
}
.body img {
  display: block;
}
.body img.float-right {
  float: right;
  width: 44%;
  height: auto;
  margin-left: 30px;
}
.body img.float-left {
  float: left;
  width: 33%;
  height: auto;
  margin-right: 30px;
}
.body img.full,
.body .vid-thumb.full {
  width: 100%;
}
.body .vid-thumb {
  display: block;
  position: relative;
  float: right;
  width: 44%;
  margin-left: 30px;
}
.body .vid-thumb img {
  width: 100%;
  display: block;
}
.body .vid-thumb svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.body .vid-thumb svg {
  -webkit-transition: all 0.5s ease;
}
.body .vid-thumb svg .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #fff;
  transform: translateY(0);
}
.body .vid-thumb:hover svg .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: #a3c7e1;
}
.body .vid-thumb:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  transition: 300ms ease all;
}
.body .vid-thumb:hover:before {
  opacity: 0.25;
}
@media screen and (max-width: 768px) {
  .body img.float-right,
  .body .vid-thumb {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .body img.float-left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* lines */
.top-line-20 .line-rel {
  position: relative;
}
.top-line-50 {
  position: relative;
}
.bg-lblue.top-line-50:before {
  left: 5%;
  background-color: #222556;
  margin-left: 0;
}
.top-line-20 .line-rel:before {
  display: block;
  content: "";
  width: 3px;
  height: 70px;
  background-color: #a3c7e1;
  position: absolute;
  left: 20%;
  top: -100px;
}
.bg-lblue .top-line-20 .line-rel:before {
  background-color: #222556;
  left: 5%;
  top: -140px;
}
.top-line-20.top-line-20-top-30 .line-rel:before {
  top: -30px;
}
.top-line-50:before {
  display: block;
  content: "";
  width: 3px;
  height: 70px;
  background-color: #a3c7e1;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -1.5px;
}
.top-line-20.top-line-20-70 {
  position: relative;
}
.top-line-20.top-line-20-70:before {
  display: block;
  content: "";
  width: 3px;
  height: 70px;
  background-color: #a3c7e1;
  position: absolute;
  left: 20%;
  top: 0;
}
.top-line-20.top-line-20-70.dblue:before {
  background-color: #222556;
}
@media screen and (max-width: 960px) {
  .top-line-20.vp-30 .line-rel:before,
  .top-line-20.pt-30 .line-rel:before,
  .top-line-20.top-line-20-70:before {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-line-20 .line-rel:before {
    display: none;
  }
  .top-line-50:before {
    display: none;
  }
  .top-line-50.visible-mobile:before {
    display: block;
    height: 40px;
  }
  .top-line-20.top-line-20-70:before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
}

/* banners */
.banner {
  width: 100%;
  position: relative;
  background-color: #a3c7e1;
}
.banner.banner-tall {
  height: 600px;
}
.banner.banner-med {
  height: 400px;
}
.banner .content {
  padding-top: 50px;
}
.banner .title-lrg-3 {
  display: block;
  margin-bottom: 15px;
}
.banner .btn {
  margin-top: 15px;
}
@media screen and (max-width: 960px) {
  .banner.banner-tall {
    height: 500px;
  }
  .banner.banner-med {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .banner.banner-tall {
    height: 400px;
  }
  .banner.banner-med {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .banner.banner-tall {
    height: 350px;
  }
  .banner.banner-med {
    height: 250px;
  }
}
@media screen and (max-width: 415px) {
  .banner.banner-tall {
    height: 300px;
  }
  .banner.banner-med {
    height: 200px;
  }
  .banner .title-lrg-1 {
    font-size: 5.4vw;
    line-height: 5.4vw;
  }
  .banner .content {
    padding-top: 0;
  }
}

/* text image */
.text-images .text {
  width: 61%;
  padding-right: 10%;
  position: relative;
}
.text-images .text .title-lrg-1 {
  margin-bottom: 25px;
}
.text-images .images {
  width: 39%;
  position: relative;
}
.text-images .images .image {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  background-color: #ddd;
}
.text-images .images .image:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 84%;
}
.text-images .images .image.sixteen-nine:after {
  padding-top: 56.25%;
}
.text-images .images .image:last-child {
  margin-bottom: 0;
}
.text-images .image .btn {
  position: absolute;
  bottom: 50px;
  left: -70px;
}
@media screen and (max-width: 960px) {
  .text-images .images .image .btn {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .text-images .text {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .text-images .text:before {
    display: none;
  }
  .text-images .images {
    width: 100%;
  }
  .text-images .images .image {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .text-images .text {
    text-align: center;
  }
}
@media screen and (max-width: 415px) {
  .text-images .images .image {
    height: 150px;
  }
}

/* image text */
.image-text .image {
  width: 51%;
  background-color: #ddd;
}
.image-text .text {
  width: 49%;
  padding: 45px;
}
.image-text .text h2 {
  color: #fff !important;
}
.image-text .text .btn.btn-outline.btn-white:hover,
.image-text .text .btn.btn-outline.btn-white:focus {
  background-color: #fff !important;
  color: #232556 !important;
}
@media screen and (max-width: 768px) {
  .image-text .text {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .image-text .image {
    width: 100%;
    height: 200px;
  }
  .image-text .text {
    width: 100%;
  }
}
@media screen and (max-width: 415px) {
  .image-text .image {
    height: 150px;
  }
  .image-text .text {
    padding: 20px;
  }
}

/* text button */
.text-btn .text {
  position: relative;
  width: 61%;
}
.text-btn .button {
  width: 39%;
}
@media screen and (max-width: 960px) {
  .text-btn .text {
    width: 50%;
  }
  .text-btn .button {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .text-btn {
    padding-top: 0;
  }
  .text-btn .text {
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
  }
  .text-btn .button {
    width: 100%;
  }
}

/* title boxes */
.title-boxes .box {
  width: calc(25% - 18px);
  margin-right: 24px;
  height: 350px;
}
.title-boxes .box:last-child {
  margin-right: 0;
}
.title-boxes .box span {
  padding: 10px 15px;
  word-break: break-all;
}
@media screen and (max-width: 960px) {
  .title-boxes .box {
    width: calc(50% - 12px);
    margin-right: 24px;
    height: 200px;
    margin-bottom: 24px;
  }
  .title-boxes .box:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 415px) {
  .title-boxes .box span {
    word-break: normal;
    font-size: 4.3vw;
    line-height: 4.3vw;
    padding: 5px 8px;
  }
  .title-boxes .box {
    width: calc(50% - 5px);
    margin-right: 10px;
    height: 150px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .title-boxes .box {
    width: 100%;
    margin-right: 0;
  }
  .title-boxes .box span {
    font-size: 6vw;
    line-height: 7vw;
  }
}

/* stats video */
.stats-video {
  position: relative;
}
.stats-video .play {
  -webkit-transition: all 0.5s ease;
}
.stats-video .play .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #a3c7e1;
  transform: translateY(0);
}
.stats-video .play:hover .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: #232556;
}
.stats-video .text,
.stats-video .stats {
  width: 50%;
  padding: 0 7%;
}
.stats-video .stats {
  flex-direction: column;
  flex-wrap: unset;
  gap: 40px;
}
.stats-video .text p {
  font-size: 18px;
  line-height: 27px;
}
.stats-video .text p strong {
  color: #fff !important;
}
.stats-video .play {
  position: absolute;
  bottom: 70px;
  left: 50%;
  color: #a3c7e1;
  font-weight: 500;
  font-family: "MontserratFF";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 16px;
  margin-left: -26px;
}
.stats-video .play:hover {
  background-color: #a3c7e1;
}
.stats-video .play:hover span {
  color: #232556;
}
.stats-video .play:before,
.stats-video .play:after {
  display: block;
  content: "";
  width: 3px;
  height: 70px;
  background-color: #a3c7e1;
  position: absolute;
  left: 25px;
}
.stats-video .play:before {
  bottom: 50px;
}
.stats-video .play:after {
  bottom: -70px;
}
.stats-video .stats .stat {
  padding-right: 15%;
}
.stats-video .stats .stat .title-lrg-2 {
  font-size: 58px;
  line-height: 62px;
}
.stats-video .stats .stat.title-lrg-2 {
  font-size: 52px;
  line-height: 54px;
}
.stats-video .stats .stat.full {
  width: 100%;
  margin-bottom: 0;
}
.stats-video .play span {
  padding: 0 10px 0 0;
}
.stats-video .info {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
  opacity: 0.75;
  font-size: 10px;
}
@media screen and (max-width: 960px) {
  .stats-video .text p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .stats-video {
    padding: 30px 0 60px 0;
    text-align: center;
    -ms-flex-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .stats-video .text,
  .stats-video .stats {
    width: 100%;
    padding: 0 5%;
    flex-direction: row;
  }
  .stats-video .text {
    padding-bottom: 30px;
  }
  .stats-video .play {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: 0;
  }
  .stats-video .play:before,
  .stats-video .play:after {
    display: none;
  }
  .stats-video .stats {
    margin-bottom: 30px;
  }
  .stats-video .stats .stat {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .stats-video .stats .stat.full {
    margin-right: 0 !important;
  }
  .stats-video .info {
    width: 100%;
    display: block;
    right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .stats-video .stats {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

/* resources */
.latest.detail .info .category {
  text-transform: uppercase;
  font-weight: 800;
  font-family: "MontserratFF";
  letter-spacing: 0.06em;
  font-size: 16px;
}
.latest.detail .info .date {
  font-size: 18px;
  font-weight: 600;
}
.latest.detail .info .author {
  font-size: 18px;
}
.latest.detail .info .title {
  padding: 15px 0 25px 0;
}
.latest.detail .info .social {
  padding-top: 25px;
}
.latest.detail .info .social li {
  display: block;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
}
.latest.detail .info .social li:last-child {
  margin-right: 0;
}
.latest.detail .info .social li svg .st0 {
  transition: 300ms ease all;
}
.latest.detail .info .social li:hover svg .st0 {
  fill: #222556;
}
.resource-list {
  overflow: hidden;
}
.resource-list .button {
  padding-top: 15px;
}
.resource-list.border-top {
  border-top: 1px solid #a3c7e1;
}
.resource-grid {
  position: relative;
  margin-left: -25px;
  margin-right: -25px;
}
.latest.list .search input[type="search"] {
  padding-left: 15px;
  width: 195px;
  height: 36px;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #232756;
  font-style: italic;
}
.latest.list .search input[type="search"]::-webkit-search-decoration,
.latest.list .search input[type="search"]::-webkit-search-cancel-button,
.latest.list .search input[type="search"]::-webkit-search-results-button,
.latest.list .search input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.latest.list .search ::placeholder {
  color: rgba(35, 39, 85, 0.5);
  opacity: 1;
}
.latest.list .search :-ms-input-placeholder {
  color: rgba(35, 39, 85, 0.5);
}
.latest.list .search ::-ms-input-placeholder {
  color: rgba(35, 39, 85, 0.5);
}
.latest.list .search form[data-hidden="true"] {
  width: 0;
  overflow: hidden;
}
.latest.category .search .expand-search:hover svg .st0,
.latest.category .search .expand-search[aria-expanded="true"] svg .st0 {
  fill: #222556;
}
.latest.category #sort {
  position: relative;
}
.latest.category #sort #open-sort-menu .arrow {
  margin-left: 15px;
}
.latest.category #sort #open-sort-menu[aria-expanded="true"] .arrow .st0 {
  fill: #232756;
}
.latest.category #sort button:focus {
  text-decoration: none;
}
.latest.category #sort #sort-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #a3c7e1;
  padding: 35px;
  min-width: 335px;
  z-index: 2;
}
.latest.category #sort #sort-menu[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.latest.category #sort #sort-menu button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "MontserratFF";
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.latest.category #sort #sort-menu button.active {
  font-weight: 600;
}
.latest.category #sort #sort-menu button .circle {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #222556;
  margin-right: 15px;
}
.latest.category #sort #sort-menu button.active .circle {
  background-color: #222556;
}
.latest.category #sort #sort-menu button:last-child {
  margin-bottom: 0;
}
.resource-grid .item,
.resource-grid .grid-sizer {
  width: 33.333%;
}
.resource-grid .item {
  display: block;
  padding: 15px 25px 15px 25px;
}
.resource-grid .item:hover,
.resource-grid .item:focus {
  text-decoration: none;
  background-color: #ebebeb;
}
.resource-grid .item:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a3c7e1;
}
/* .latest.category .resource-grid .item:last-child:after {display: block; content: ''; width: 1px; height: 100%; position: absolute; top: 0; right: -1px; background-color: #a3c7e1;} */
.resource-grid .item:after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  background-color: #a3c7e1;
}
.resource-grid .item span {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "MontserratFF";
  font-weight: 800;
  margin-bottom: 10px;
}
.resource-grid .item .image {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.resource-grid .item p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  font-family: "MontserratFF";
  font-weight: 500;
}
.latest.detail .gallery .image,
.latest.detail .gallery .grid-sizer {
  width: calc(33.333% - 20px);
}
.latest.detail .gallery .gutter-sizer {
  width: 30px;
}
.latest.detail .gallery .image {
  margin-bottom: 30px;
  display: block;
}
.latest.detail .gallery .image img {
  display: block;
  width: 100%;
}
.latest.detail .featherlight .featherlight-content {
  overflow: hidden !important;
}
.latest.detail .featherlight-image {
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 90vh !important;
}
.resource-cols .col {
  width: 33.333%;
  position: relative;
}
.resource-cols .col:after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  background-color: #a3c7e1;
}
.resource-cols .col:last-child:after {
  display: none;
}
.resource-cols .col .item {
  width: 100%;
  display: block;
  padding: 15px 25px 15px 25px;
}
.resource-cols .col .item:hover,
.resource-cols .col .item:focus {
  text-decoration: none;
  background-color: #ebebeb;
}
.resource-cols .col .item span {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "MontserratFF";
  margin-bottom: 10px;
}
.resource-cols .col .item .image {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.resource-cols .col .item p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
}

.social-grid .item,
.social-grid .grid-sizer {
  width: 47%;
}
.social-grid .gutter-sizer {
  width: 6%;
}
.social-grid .item {
  border-top: 1px solid #fff;
  margin-bottom: 30px;
  padding-top: 30px;
}
.social-grid .item .top {
  padding-bottom: 10px;
}
.social-grid .item .share {
  width: 40px;
  position: relative;
}
.social-grid .item .share .open-share-menu {
  width: 30px;
  height: 30px;
  background-image: url(/assets/images/menu.svg);
  position: relative;
  top: -10px;
}
.social-grid .item .share .share-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: -30px;
  left: 0;
}
.social-grid .item .share .share-menu[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.social-grid .item .share .share-menu a {
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.social-grid .item .share .share-menu a:hover .st0.share-icon {
  fill: #222556;
}
.social-grid .item .main {
  display: block;
  padding-right: 30px;
}
.social-grid .item .main figure.image {
  margin-bottom: 25px;
  display: block;
  width: 100%;
  margin-top: 25px;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}
.social-grid .item .main figure.image:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.social-grid .item .main figure {
  margin: 0;
}
.social-grid .item .main figure.image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.social-grid .item .name {
  font-size: 18px;
  line-height: 18px;
  margin-right: 15px;
  font-weight: 600;
}
.social-grid .item .date {
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
}
.social-grid .item .body *,
.social-grid .item .body p {
  color: #222556 !important;
  font-size: 13px;
  line-height: 18px;
  background-color: transparent !important;
  background: transparent !important;
}
.social-grid .item .body p {
  margin-bottom: 10px;
}
.social-grid .item .body p:last-child {
  margin-bottom: 25px;
}
.social-grid .item .body * {
  background-color: transparent !important;
}
.social-grid-section .all-loaded-msg {
  display: none;
  text-align: center;
  color: #fff;
  line-height: 45px;
}
.social-grid-section .all-loaded-msg.show {
  display: block;
}
.social-grid-section .loading {
  text-align: center;
  display: none;
}
.social-grid-section .loading img {
  display: inline-block;
  width: 45px;
  height: 45px;
}
.social-grid-section .loading.show {
  display: block;
}
.social-grid-section .view-more-button.hide {
  display: none;
}

@media screen and (max-width: 960px) {
  .resource-grid .item p,
  .resource-cols .col .item p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .resource-cols .col {
    width: 50%;
  }
  .resource-list.pb-50 {
    padding-bottom: 50px;
  }
  .resource-grid .item,
  .resource-grid .grid-sizer {
    width: 50%;
  }
  .resource-list .button {
    -ms-flex-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .latest.detail .gallery .image,
  .latest.detail .gallery .grid-sizer {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 600px) {
  .resource-grid .item:before,
  .resource-grid .item:after,
  .resource-cols .col:after {
    display: none;
  }
  .resource-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .resource-grid .item,
  .resource-grid .grid-sizer,
  .resource-cols .col {
    width: 100%;
  }
  .resource-list {
    text-align: center;
  }
  .resource-grid .item,
  .resource-cols .col .item {
    padding: 0 0 30px 0;
  }
  .resource-list .button {
    -ms-flex-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .resource-grid .item .image,
  .resource-cols .col .item .image {
    max-height: 200px;
  }

  .social-grid .item,
  .social-grid .grid-sizer {
    width: 100%;
  }
  .social-grid .gutter-sizer {
    width: 0px;
  }
  .social-grid .item .body {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .latest.detail .gallery .image,
  .latest.detail .gallery .grid-sizer {
    width: calc(50% - 5px);
  }
  .latest.detail .gallery .image {
    margin-bottom: 10px;
  }
  .latest.detail .gallery .gutter-sizer {
    width: 10px;
  }
}
@media screen and (max-width: 415px) {
  .resource-grid .item .image {
    max-height: 150px;
  }
}

/* quote slider */
.quote-slider .slide {
  background-color: #fff;
}
.quote-slider .slide .inner {
  padding: 0 10%;
}
.quote-slider .slide p {
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}
.quote-slider .slide p:before {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  background-color: #a3c7e1;
}
.quote-slider button {
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.quote-slider button:after {
  display: none;
}
.quote-slider button.swiper-button-prev {
  background-image: url(/assets/images/prev.svg);
}
.quote-slider button.swiper-button-prev:hover,
.quote-slider button.swiper-button-prev:focus {
  background-image: url(/assets/images/prev_h.svg);
}
.quote-slider button.swiper-button-next {
  background-image: url(/assets/images/next.svg);
}
.quote-slider button.swiper-button-next:hover,
.quote-slider button.swiper-button-next:focus {
  background-image: url(/assets/images/next_h.svg);
}
@media screen and (max-width: 415px) {
  .quote-slider {
    overflow: visible;
  }
  .swiper-button-prev {
    left: -2.5%;
  }
  .swiper-button-next {
    right: -2.5%;
  }
}

/* callout banner */
.callout-banner {
  background-color: #a3c7e1;
}
.callout-banner > div {
  width: 100%;
}
.callout-banner h2 {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.callout-banner p {
  font-size: 18px;
  line-height: 28px;
}
.callout-banner .text {
  padding-right: 8%;
}
@media screen and (max-width: 600px) {
  .callout-banner div {
    width: 100%;
  }
  .callout-banner {
    text-align: center;
  }
  .callout-banner .text {
    width: 100%;
    padding-right: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 415px) {
  .callout-banner.auto-height {
    height: auto;
  }
  .callout-banner {
    height: 150px;
  }
  .callout-banner h2 {
    white-space: nowrap;
  }
  .quote-slider .slide .inner {
    padding: 0 5%;
  }
}

/* text boxes */
.text-boxes .text {
  width: 51%;
  padding-right: 5%;
}
.text-boxes .boxes {
  width: 49%;
}
.text-boxes .boxes .box {
  width: calc(50% - 11px);
  height: 350px;
  margin-bottom: 22px;
}
.text-boxes .boxes .box:nth-child(odd) {
  margin-right: 22px;
}
.text-boxes .boxes .box:nth-child(3) {
  margin-bottom: 0;
}
.text-boxes .boxes .box:nth-child(4) {
  margin-bottom: 0;
}
.text-boxes .boxes .box span {
  padding: 10px 15px;
  word-break: break-all;
}
.text-boxes.floated .boxes {
  float: right;
  margin-left: 22px;
  margin-bottom: 22px;
}
.text-boxes.floated .text {
  width: 100%;
  padding-right: 0;
}
@media screen and (max-width: 960px) {
  .text-boxes .text {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .text-boxes .boxes {
    width: 100%;
  }
  .text-boxes .boxes .box {
    height: 200px;
  }
  .text-boxes.floated {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-boxes.floated .text {
    order: 1;
  }
  .text-boxes.floated .boxes {
    order: 2;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 415px) {
  .text-boxes .boxes .box span {
    word-break: normal;
    font-size: 4.3vw;
    line-height: 4.3vw;
    padding: 5px 8px;
  }
  .text-boxes .boxes .box {
    width: calc(50% - 5px);
    height: 150px;
    margin-bottom: 10px;
  }
  .text-boxes .boxes .box:nth-child(odd) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .text-boxes .boxes .box {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  .text-boxes .boxes .box span {
    font-size: 6vw;
    line-height: 7vw;
  }
}

/* team */
.team .row {
  position: relative;
}
.team .member {
  width: calc(33.333% - 8px);
  height: 315px;
  cursor: pointer;
  margin-bottom: 12px;
}
.team .member:nth-child(3n + 2) {
  margin-left: 12px;
  margin-right: 12px;
}
.team .member .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.team .member .image .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 300ms ease all;
  background-color: rgba(163, 199, 225, 0.6);
}
.team .member .image .hover span {
  display: inline-block;
  padding: 10px 15px;
}
.team .member .image .hover span.title {
  font-size: 1.4375rem;
  line-height: 2rem;
  margin-top: 6px;
}
.team .member:hover .image .hover {
  opacity: 1;
}
.team .member-more {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 315px;
  transition: 300ms ease all;
}
.team .member-more.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.team .member-more .image {
  width: calc(33.333% - 8px);
  margin-right: 12px;
  height: 100%;
}
.team .member-more .text {
  width: calc(66.666% - 4px);
  height: 100%;
  padding: 30px;
  overflow-y: scroll;
  text-align: left;
}
.team .member-more .text p {
  color: #232556 !important;
  margin-bottom: 20px;
}
.team .member-more .text p.name {
  font-size: 16px;
}
.team .member-more .text p.name strong {
  text-transform: uppercase;
  color: #232556 !important;
}
.team .member-more .close-member {
  width: 24px;
  height: 24px;
  background-image: url(/assets/images/close.svg);
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0 !important;
}
.team .member.single {
  display: none;
}
.team .member-more.single {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  position: relative;
  top: auto;
  left: auto;
}
.team .member-more.single .close-member {
  display: none;
}
.team.list .member {
  height: auto;
  margin-bottom: 48px;
}
.team.list .member .text span {
  display: block;
  text-align: center;
  color: #0c2143;
}
.team.list .member .text span.title-med-1 {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  line-height: 16px;
}
.team.list .member .text span.title {
  font-size: 16px;
  font-weight: 400;
}
.team.list .member .image {
  position: relative;
  height: auto;
}
.team.list .member .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 85%;
}
.team.list .member .image:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(163, 199, 225, 0.6);
  opacity: 0;
  transition: 300ms ease all;
}
.team.list .member:hover .image:after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .team .member {
    display: none;
  }
  .team.list .member {
    display: block;
    width: calc(50% - 6px);
  }
  .team.list .member:nth-child(3n + 2) {
    margin-left: 0;
    margin-right: 0;
  }
  .team.list .member:nth-child(odd) {
    margin-right: 12px;
  }
  .team .member-more {
    height: 100%;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    margin-bottom: 12px;
  }
  .team .member-more .image:after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .team .member-more .text {
    padding: 24px;
  }
  .team .member-more .text * {
    margin-bottom: 12px;
  }
  .team .member-more .close-member {
    display: none;
  }
  .team .member-more {
    margin-bottom: 10px;
  }
  .team .member-more .image {
    width: calc(33.333% - 5px);
    margin-right: 10px;
  }
  .team .member-more .text {
    width: calc(66.666% - 5px);
    padding: 20px;
  }
  .team .member-more .close-member {
    display: block;
    top: 20px;
    right: 50%;
    margin-right: -12px !important;
  }
  .team .member-more .image {
    width: 100%;
    margin-right: 0;
  }
  .team .member-more .text {
    width: 100%;
    text-align: center;
    height: 0;
    padding: 0;
    position: relative;
  }
  .team .member-more.active .text {
    height: auto;
    padding: 64px 20px 20px 20px;
  }
  .team .member-more.single .text {
    height: auto;
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .team.detail .info .social {
    -ms-flex-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .team.detail .info .social li {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 500px) {
  .team.list .member {
    width: 100%;
  }
  .team.list .member:nth-child(odd) {
    margin-right: 0;
  }
}

/* timeline slider */
.timeline-slider .slide .image {
  width: 35%;
  position: relative;
  background-color: #a3c7e1;
}
.timeline-slider .slide .text {
  width: 65%;
}
.timeline-slider .slide .image:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.timeline-slider .slide .text .body {
  padding: 30px 0 30px 45px;
}
.timeline-slider .slide .text .body h2.dblue {
  color: #232556 !important;
  position: relative;
}
.timeline-slider .slide .text .body h2.dblue:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #a3c7e1;
}
.timeline-slider .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  padding: 20px 20px 35px 20px;
}
.timeline-slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: auto;
  height: auto;
  background: transparent;
  opacity: 1;
  border-radius: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.timeline-slider .swiper-pagination .swiper-pagination-bullet:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 1px;
  height: 12px;
  background-color: #fff;
}
.timeline-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 50%;
}
.timeline-slider .swiper-pagination:after {
  position: absolute;
  display: block;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 20px;
  height: 1px;
  background-color: #fff;
  content: "";
}
.timeline-slider .pagination-container {
  position: relative;
}
.timeline-slider .swiper-button-next,
.timeline-slider .swiper-button-prev {
  top: auto;
  bottom: 12px;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 11;
  width: 17px;
  height: 17px;
  background-image: url(/assets/images/arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.timeline-slider .swiper-button-next:after,
.timeline-slider .swiper-button-prev:after {
  display: none;
}
.timeline-slider .swiper-button-next.swiper-button-disabled,
.timeline-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.timeline-slider .swiper-button-next {
  right: 16px;
}
.timeline-slider .swiper-button-prev {
  left: 16px;
  transform: rotate(180deg);
}
.timeline-slider .slide .image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.timeline-slider .slide .image svg {
  -webkit-transition: all 0.5s ease;
}
.timeline-slider .slide .image svg .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #fff;
  transform: translateY(0);
}
.timeline-slider .slide .image:hover svg .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: #a3c7e1;
}
.timeline-slider .slide .image.thumb:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  transition: 300ms ease all;
}
.timeline-slider .slide .image.thumb:hover:before {
  opacity: 0.25;
}
@media screen and (max-width: 768px) {
  .timeline-slider .slide .text .body {
    padding: 30px 0 30px 30px;
  }
  .timeline-slider .swiper-pagination .swiper-pagination-bullet {
    font-size: 13px;
    letter-spacing: 0;
  }
  .timeline-slider .slide .text .body h2.dblue:before {
    left: -30px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #a3c7e1;
  }
}
@media screen and (max-width: 600px) {
  .timeline-slider .slide .image,
  .timeline-slider .slide .text {
    width: 100%;
  }
  .timeline-slider .slide .text {
    background-color: #a3c7e1;
  }
  .timeline-slider .slide .text .body {
    padding: 20px;
  }
  .timeline-slider .slide .text .body .lblue {
    color: #fff !important;
  }
  .timeline-slider .slide .image:after {
    display: none;
  }
  .timeline-slider .slide .image {
    height: 200px;
  }
  .timeline-slider .slide .text .body h2.dblue:before {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .timeline-slider .pagination-container {
    background-color: #a3c7e1;
    height: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .timeline-slider .swiper-pagination {
    display: none;
  }
  .timeline-slider .swiper-button-next,
  .timeline-slider .swiper-button-prev {
    bottom: auto;
    left: auto;
    right: auto;
    position: relative;
  }
  .timeline-slider .swiper-button-next.swiper-button-disabled,
  .timeline-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
  }
}

/* featherlight */
.featherlight .featherlight-content {
  width: 100vw;
  background: transparent;
  margin: 0;
}
.featherlight .featherlight-content:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.featherlight .featherlight-content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* search */
.search .result h2 {
  font-size: 16px;
  line-height: 26px;
}
.search .result h2,
.search .result p {
  margin-bottom: 5px;
}
.search .result .btn {
  margin-top: 5px;
  padding: 10px 20px;
}
.search .pagination {
  font-size: 14px;
}

/* form styles */
.form form {
  width: 100%;
  display: block;
}
.form form .dfcolumns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form form .dform_columns_2 {
  margin-bottom: 0 !important;
}
.form form .dform_columns_2 .dfcolumns .column {
  width: calc(50% - 35px) !important;
}
.form form .dform_columns_2 .dfcolumns .column[data-number="1"] {
  margin-right: 70px;
}
.form form .dform_columns_4 .dfcolumns .column {
  margin-right: 36px;
}
.form form .dform_columns_4 .dfcolumns .column[data-number="1"],
.form form .dform_columns_4 .dfcolumns .column[data-number="2"] {
  width: calc(33.333% - 27px) !important;
}
.form form .dform_columns_4 .dfcolumns .column[data-number="3"],
.form form .dform_columns_4 .dfcolumns .column[data-number="4"] {
  width: calc(16.666% - 27px) !important;
}
.form form .dform_columns_4 .dfcolumns .column[data-number="4"] {
  margin-right: 0;
}
.form form input[type="email"],
.form form input[type="text"] {
  font-style: italic;
  padding: 0 10px;
  border: 1px solid #a3c7e1;
  height: 45px;
  line-height: 45px;
  width: 100%;
  background-color: transparent;
  color: #0c2143 !important;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.form form input[type="email"]:focus,
.form form input[type="text"]:focus,
.form form textarea:focus {
  border-color: #232556 !important;
}
.form form textarea {
  resize: none;
  font-style: italic;
  padding: 10px;
  min-height: 130px;
  height: 130px;
  max-height: 260px;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  border: 1px solid #a3c7e1;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #0c2143;
}
.form form .dform_element {
  margin-bottom: 40px;
}
.form form label {
  font-weight: 500;
  font-family: "MontserratFF";
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #0c2143;
  margin-bottom: 5px;
  display: block;
}
.form form .submit_button {
  text-align: right;
}
.form form input[type="submit"] {
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  font-family: "MontserratFF";
  letter-spacing: 0.2em;
  color: #a3c7e1 !important;
  background-color: transparent;
  border: 1px solid #a3c7e1;
  padding: 15px 35px;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
}
.form form input[type="submit"]:hover,
.form form input[type="submit"]:focus {
  background-color: #a3c7e1;
  color: #fff !important;
}
.form form ::placeholder {
  color: #a9aeb8;
  opacity: 1;
}
.form form :-ms-input-placeholder {
  color: #a9aeb8;
}
.form form ::-ms-input-placeholder {
  color: #a9aeb8;
}
.form .dform_select .dform_container {
  position: relative;
  display: block;
  width: 100%;
}
.form .dform_select .dform_container select {
  background-color: transparent;
  letter-spacing: 0.1em;
  font-style: italic;
  color: #a9aeb8;
  height: 45px;
  border: 1px solid #a3c7e1;
  font-size: 14px;
  width: 100%;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form .dform_select .dform_container select:focus {
  color: #0c2143;
  border-color: #0c2143;
}
.form .dform_select .dform_container::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  z-index: 2;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #a3c7e1;
}
.form.white input[type="email"],
.form.white input[type="text"],
.form.white textarea,
.form.white form input[type="submit"] {
  border-color: #fff !important;
  color: #fff !important;
}
.form.white form input[type="email"]:focus,
.form.white form input[type="text"]:focus,
.form.white form textarea:focus {
  border-color: #a3c7e1 !important;
}
.form.white form input[type="submit"]:hover,
.form.white form input[type="submit"]:focus {
  background-color: #fff;
  color: #0c2143 !important;
}
.form.white form label {
  color: #fff;
}
.form.white .dform_select .dform_container select {
  color: #a9aeb8 !important;
}
.form.white .dform_select .dform_container select:focus {
  color: #fff !important;
  border-color: #a3c7e1;
}
.form.white .dform_select .dform_container::after {
  border-top-color: #fff;
}
.form.white select option {
  color: #232556 !important;
}
.form .req {
  color: #a3c7e1 !important;
}
.form .dform_checkbox > .dform_label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form .dform_checkbox label {
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.form .dform_checkbox li {
  display: block;
}
.form.email-only .dform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form.email-only .dform .dform_email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form.email-only .dform .dform_email label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form.email-only .dform .dform_email > div {
  width: 100%;
}
.form.email-only form input[type="submit"] {
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
}
.form.email-only .dform .submit_button {
  margin-left: 20px;
}
.form.email-only .dform .dform_element {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .form form .dform_columns_2 .dfcolumns .column {
    width: calc(50% - 15px) !important;
  }
  .form form .dform_columns_2 .dfcolumns .column[data-number="1"] {
    margin-right: 30px;
  }
  .form form .dform_element {
    margin-bottom: 30px;
  }
  .form form .dform_columns_4 .dfcolumns .column {
    margin-right: 30px;
  }
  .form form .dform_columns_4 .dfcolumns .column[data-number="1"],
  .form form .dform_columns_4 .dfcolumns .column[data-number="2"],
  .form form .dform_columns_4 .dfcolumns .column[data-number="3"],
  .form form .dform_columns_4 .dfcolumns .column[data-number="4"] {
    width: calc(50% - 15px) !important;
  }
  .form form .dform_columns_4 .dfcolumns .column[data-number="2"] {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .form form .dform_columns_2 .dfcolumns .column,
  .form form .dform_columns_4 .dfcolumns .column[data-number="1"],
  .form form .dform_columns_4 .dfcolumns .column[data-number="2"],
  .form form .dform_columns_4 .dfcolumns .column[data-number="3"],
  .form form .dform_columns_4 .dfcolumns .column[data-number="4"] {
    width: 100% !important;
  }
  .form form .dform_columns_2 .dfcolumns .column[data-number="1"],
  .form form .dform_columns_4 .dfcolumns .column {
    margin-right: 0;
  }
  .form form .dform_element {
    margin-bottom: 25px;
  }
  .form .dform_checkbox label {
    display: block;
    letter-spacing: 0;
  }
  .form.email-only .dform .submit_button {
    margin-left: 5px;
  }
  .form.email-only form input[type="submit"] {
    padding: 0 15px;
  }
}

/* doc slider */
.doc-slider {
  position: relative;
}
.doc-slider .slide {
  background-color: #fff;
}
.doc-slider .slide .image {
  width: 33.333%;
}
.doc-slider .slide .image:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 118%;
}
.doc-slider .slide .text {
  width: 66.666%;
}
.doc-slider .slide .text .inner {
  padding: 0 24% 0 6%;
}
.doc-slider .slide .text .subtitle {
  text-transform: uppercase;
  font-weight: 800;
  font-family: "MontserratFF";
  letter-spacing: 0.06em;
  font-size: 16px;
}
.doc-slider .slide .text .title-lrg-1 {
  color: #232556 !important;
  padding: 15px 0 25px 0;
}
.doc-slider .slide .text .date {
  font-size: 18px;
  font-weight: 600;
}
.doc-slider .slide .text .author {
  font-size: 18px;
}
.doc-slider .slide .text .buttons .btn {
  margin-right: 30px;
}
.doc-slider .slide .text .buttons .btn:last-child {
  margin-right: 0 !important;
}
.doc-slider .pagination-container {
  position: absolute;
  height: 100%;
  width: 18%;
  bottom: auto;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.doc-slider button {
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}
.doc-slider button:after {
  display: none;
}
.doc-slider button.swiper-button-next {
  background-image: url(/assets/images/next.svg);
}
.doc-slider button.swiper-button-next:hover,
.doc-slider button.swiper-button-next:focus {
  background-image: url(/assets/images/next_h.svg);
}
@media screen and (max-width: 960px) {
  .doc-slider .slide .text .inner {
    padding: 0 12% 0 6%;
  }
  .doc-slider .pagination-container {
    width: 6%;
  }
}
@media screen and (max-width: 768px) {
  .doc-slider .slide .text .inner {
    padding: 0 30px 0 20px;
  }
  .doc-slider .pagination-container {
    width: 30px;
    -ms-flex-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .doc-slider .slide .text .buttons .btn {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .doc-slider .slide .text .buttons .btn:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .doc-slider .slide {
    -ms-flex-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .doc-slider .slide .image {
    width: 100px;
    margin-bottom: 30px;
  }
  .doc-slider .slide .text {
    text-align: center;
    width: 100%;
  }
  .doc-slider .slide .text .inner {
    padding: 0;
  }
  .doc-slider .pagination-container {
    height: 118px;
    width: calc(50% - 50px);
    -ms-flex-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .doc-slider .slide .text .buttons .btn {
    margin-bottom: 0;
    width: calc(50% - 12px);
    display: block;
    padding: 15px 0;
  }
}
@media screen and (max-width: 415px) {
  .doc-slider .slide .text .buttons .btn {
    margin-right: 10px;
    width: calc(50% - 8px);
    letter-spacing: 0.1em;
  }
}

/* map */
.map-container {
  position: relative;
}
.map-container.info-window-open #map_zoom,
.map-container.info-window-open #map_outer {
  opacity: 0.5;
  pointer-events: none;
}
.map-state-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  padding: 35px;
  height: 100%;
  overflow: hidden;
  background-color: rgba(163, 199, 225, 0.95);
}
.map-state-content .title {
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 16px;
}
.map-state-content .title .text-uppercase {
  text-transform: uppercase;
}
.map-state-content .scroll {
  overflow-y: scroll;
  height: calc(100% - 40px);
}
.map-state-content[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.close-map-state-content {
  width: 16px;
  height: 16px;
  background-image: url(/assets/images/x.svg);
  position: absolute;
  top: 35px;
  right: 35px;
}
@media screen and (max-width: 768px) {
  .map-container.info-window-open #map_zoom,
  .map-container.info-window-open #map_outer {
    opacity: 1;
    pointer-events: all;
  }
  .map-state-content {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 35px;
    height: auto;
    overflow: visible;
  }
  .map-state-content .scroll {
    overflow-y: visible;
    height: auto;
  }
  .map-state-content[aria-hidden="true"] {
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .map-state-content .title {
    font-size: 14px;
    line-height: 14px;
  }
  .map-state-content {
    padding: 35px 5%;
  }
  .close-map-state-content {
    top: 15px;
    right: 5%;
  }
  .map-state-content .body p {
    font-size: 13px;
    line-height: 16px;
    text-align: left;
  }
}

/* pillars slider */
.pillar-slider {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.22);
}
.pillar-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.pillar-slider .slide {
  min-height: 470px;
}
.pillar-slider .slide .image {
  width: 35%;
}
.pillar-slider .slide .text {
  width: 65%;
}
.pillar-slider .slide .text > div {
  width: 75%;
}
.pillar-slider .slide .text .title-med-1 {
  margin-bottom: 10px;
}
.pillar-slider .slide .text .title-lrg-1 {
  margin-bottom: 20px;
}
.pillar-slider .swiper-button-next,
.pillar-slider .swiper-button-prev {
  margin-top: 0;
  height: 100%;
  top: 0;
  width: 10%;
  opacity: 0;
  cursor: default;
}
.pillar-slider .swiper-button-next {
  right: 0;
}
.pillar-slider .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 500px) {
  .pillar-slider .slide .image {
    width: 100%;
  }
  .pillar-slider .slide .image:after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .pillar-slider .slide .text {
    width: 100%;
    padding: 30px;
  }
  .pillar-slider .slide .text > div {
    width: 100%;
  }
}

/* popups */
.popup {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(11, 22, 44, 0.75);
  padding: 20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.popup[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.popup .popup-box {
  background-color: #a3c7e1;
  padding: 5px;
  max-width: 665px;
}
.popup .popup-box .inner {
  padding: 20px;
  background-color: #fff;
}
.popup .top {
  padding: 20px 0 40px 0;
}
.popup .main {
  margin-bottom: 20px;
}
.popup .btn {
  width: 100%;
  text-align: center;
  padding: 15px;
  max-width: 100%;
}
.popup .form {
  padding: 20px 20px 0 20px;
}
.popup .title-med-1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 5px;
}
.popup .title-med-2 {
  font-size: 1.5rem;
}
.popup .form form ::placeholder {
  color: #85888d;
  opacity: 1;
}
.popup .form form :-ms-input-placeholder {
  color: #85888d;
}
.popup .form form ::-ms-input-placeholder {
  color: #85888d;
}
.popup .close-popup {
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/close.svg);
}
.popup.main-popup .form {
  padding: 0;
}
.popup.main-popup .form .dform_columns_4 .dfcolumns .column[data-number="1"] {
  width: calc(50% - 9px) !important;
  margin-right: 18px;
}
.popup.main-popup .form .dform_columns_4 .dfcolumns .column[data-number="3"] {
  width: calc(50% - 9px) !important;
  margin-right: 18px;
}
.popup.main-popup .form .dform_columns_4 .dfcolumns .column[data-number="2"] {
  width: calc(50% - 9px) !important;
  margin-right: 0 !important;
}
.popup.main-popup .form .dform_columns_4 .dfcolumns .column[data-number="4"] {
  width: calc(50% - 9px) !important;
  margin-right: 0 !important;
}
.popup.main-popup .form .submit_button {
  padding-top: 0;
}
.popup.main-popup .form .dform_columns_4 {
  margin-bottom: 0;
}
.popup .form .dform_element.dform_mailinglist {
  display: none;
}
.popup .form .dform_element.submit_button {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .popup.main-popup .form .dform_columns_4 .dfcolumns .column[data-number="1"] {
    width: 100% !important;
    margin-right: 0;
  }
  .popup.main-popup .form .dform_columns_4 .dfcolumns .column[data-number="3"] {
    width: 100% !important;
    margin-right: 0;
  }
  .popup.main-popup .form .dform_columns_4 .dfcolumns .column[data-number="2"] {
    width: 100% !important;
  }
  .popup.main-popup .form .dform_columns_4 .dfcolumns .column[data-number="4"] {
    width: 100% !important;
  }
}
@media screen and (max-width: 415px) {
  .popup .popup-box {
    padding: 10px;
  }
  .popup .popup-box .inner {
    padding: 10px;
  }
  .popup .top {
    padding: 10px 0;
  }
  .popup .form {
    padding: 10px 10px 0 10px;
  }
}

/* tabs */
.tabs .tabs-tabs button {
  margin: 0 30px 30px 30px;
  padding-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a3c7e1;
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: 16px;
  position: relative;
}
.tabs .tabs-tabs button:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #a3c7e1;
  opacity: 0;
  transition: 300ms ease all;
}
.tabs .tabs-tabs button[aria-expanded="true"],
.tabs .tabs-tabs button:focus {
  text-decoration: none;
}
.tabs .tabs-tabs button[aria-expanded="true"]:after {
  opacity: 1;
}
.tabs .tabs-panel[aria-hidden="true"] {
  display: none;
}

/* partnerships */
.partnerships {
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(163, 199, 225, 1) 100%
  );
}
.partnerships img {
  width: 100%;
  display: block;
}
.partnerships .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.partnerships .text > div {
  width: 100%;
}
.partnerships .text h2 {
  margin-bottom: 40px;
  font-size: 3.5625rem;
  line-height: 3.5625rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-transform: uppercase;
}
.partnerships .text .title-sml-1 {
  font-weight: 600;
  color: #222556 !important;
  width: 60%;
  max-width: 710px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .partnerships img {
    opacity: 0.25;
  }
  .partnerships .text > div {
    padding: 0 5%;
  }
  .partnerships .text h2 {
    margin-bottom: 10px;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
  }
  .partnerships .text .title-sml-1 {
    width: 100%;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
  }
}

/* logo slider */
.logo-slider {
  position: relative;
}
.logo-slider:before {
  display: block;
  content: "";
  width: 100%;
  max-width: 1180px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #c2daeb;
  top: 79px;
  position: absolute;
}
.logo-slider .slide {
  opacity: 0.2;
  transition: 300ms ease all;
  margin-bottom: 30px;
}
.logo-slider .slide.swiper-slide-active {
  opacity: 1;
}
.logo-slider .slide.swiper-slide-active .logo {
  opacity: 1;
}
.logo-slider .slide .logo {
  width: 160px;
  height: 160px;
  border-radius: 160px;
  border: 3px solid #a3c7e1;
  transition: 300ms ease all;
  opacity: 0;
  background-color: #fff;
}
.logo-slider .slide .logo img {
  display: block;
  max-width: 125px;
  max-height: 125px;
}
.logo-slider .slide .text .title-sml-2 {
  margin-bottom: 15px;
}
.logo-slider button {
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 0;
  top: auto;
  margin-left: 30px;
  margin-right: 30px;
}
.logo-slider button:after {
  display: none;
}
.logo-slider button.swiper-button-prev {
  background-image: url(/assets/images/prev.svg);
  left: auto;
}
.logo-slider button.swiper-button-prev:hover,
.logo-slider button.swiper-button-prev:focus {
  background-image: url(/assets/images/prev_h.svg);
}
.logo-slider button.swiper-button-next {
  background-image: url(/assets/images/next.svg);
  right: auto;
}
.logo-slider button.swiper-button-next:hover,
.logo-slider button.swiper-button-next:focus {
  background-image: url(/assets/images/next_h.svg);
}
@media screen and (max-width: 768px) {
  .logo-slider {
    padding: 0 5%;
  }
}

/* callout banner */
.callout-banner {
  background-color: #a3c7e1;
}
.callout-banner > div {
  width: 100%;
}
.callout-banner h2 {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.callout-banner p {
  font-size: 18px;
  line-height: 28px;
}
.callout-banner .text {
  padding-right: 8%;
}
@media screen and (max-width: 600px) {
  .callout-banner div {
    width: 100%;
  }
  .callout-banner {
    text-align: center;
  }
  .callout-banner .text {
    width: 100%;
    padding-right: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 415px) {
  .callout-banner.auto-height {
    height: auto;
  }
  .callout-banner {
    height: 150px;
  }
  .callout-banner h2 {
    white-space: nowrap;
  }
  .quote-slider .slide .inner {
    padding: 0 5%;
  }
}

.nv {
  padding-right: 0 !important;
}
.nv-new {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nv-new a {
  position: unset !important;
  transform: unset !important;
}
.nv-new:after {
  display: none !important;
}
#map_v2 {
  box-shadow: 4px 5px 15px -11px #000000;
}
#map_v2_zoom {
  right: 50px !important;
  bottom: 48px !important;
  left: unset !important;
  top: unset !important;
}
.m-partnership {
  background: #faf9f6;
  position: relative;
  margin: 4em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.m-partnership .btn {
  margin-bottom: -1em;
}
.m-partnership .flex {
  justify-content: center;
  max-width: 85%;
  margin: 1.5em auto;
}
.m-partnership .flex .logo-container {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2em 0;
}
@media (min-width: 768px) {
  .m-partnership .flex .logo-container {
    width: 20%;
  }
}
.m-partnership .flex .logo-container:hover img {
  transform: scale(1.1);
  transition: 0.4s all ease-in-out;
}
.m-partnership .flex .logo-container img {
  height: 5em;
  object-fit: contain;
  max-width: 7em;
  transition: 0.4s all ease-in-out;
}
.triangle-up {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 70px solid #faf9f6;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: -4em;
}
.info-group {
  margin: 4em 0;
}
.info-group .text h2 {
  max-width: 10em;
}
/* .home footer .dform .field_first_name {
  display: none;
}
.home footer .dform .field_last_name {
  display: none;
} */
.dform {
  width: 28.5em;
  position: relative;
}
#footer .newsletter .dform_text_input {
  width: 8em !important;
}
#footer .newsletter .dform_email {
  width: 10em !important;
}
#footer .newsletter .submit_button {
  margin: 0 !important;
  position: absolute;
  right: 0;
}
#footer .dform_captcha {
  width: 100% !important;
}

.first-section.banner {
  margin: 3em 0 12em;
}
@media (max-width: 768px) {
  .first-section.banner {
    height: unset;
  }
}
.first-section.banner:before {
  background-color: #002349;
  opacity: 0.8;
}
.first-section .section-content {
  margin: 3em 4em;
}
.first-section .section-content .section-title {
  color: #a3c7e1;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "PT Serif", serif;
}
.first-section .section-content p {
  color: white;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  margin: 1.5em 0;
}
.first-section .pdf-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3em;
}
.first-section .pdf-container .pdf-wid {
  width: 100%;
}
@media (min-width: 768px) {
  .first-section .pdf-container .pdf-wid {
    width: 33%;
  }
}
.first-section .pdf-container .pdf-wid .pdf-holder {
  display: flex;
  height: unset;
  margin: 1em 0;
}
@media (min-width: 768px) {
  .first-section .pdf-container .pdf-wid .pdf-holder {
    height: 22em;
    margin: 0;
  }
}
.first-section .pdf-container .pdf-wid .pdf-holder .thumbnail {
  height: 22em;
  width: 18em;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 768px) {
  .first-section .pdf-container .pdf-wid .pdf-holder .thumbnail {
    width: 50%;
    height: 14em;
  }
}
.first-section .pdf-container .pdf-wid .pdf-holder .thumbnail:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: white;
  opacity: 0.4;
}
.first-section .pdf-container .pdf-wid .pdf-holder .thumbnail h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "PT Serif", serif;
  max-width: 5em;
  margin: 2em auto 0;
  position: relative;
}
@media (min-width: 768px) {
  .first-section .pdf-container .pdf-wid .pdf-holder .thumbnail h3 {
    margin: 2.2em auto 0;
    font-size: 30px;
  }
}
.first-section .pdf-container .pdf-wid .pdf-holder .download-area {
  margin: 0 1.5em;
}
.first-section .pdf-container .pdf-wid .pdf-holder .download-area h5 {
  color: #a3c7e1;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
}
.first-section .pdf-container .pdf-wid .pdf-holder .download-area a {
  display: flex;
  margin: 10px 0;
  color: white;
  font-weight: 400;
  align-items: center;
  color: #a3c7e1;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}
.first-section .pdf-container .pdf-wid .pdf-holder .download-area a .d-icon {
  height: 1.2em;
  width: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.9em;
}

.alternate-img-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 3em 0;
  padding: 2em 0;
  border-top: 1px solid #a3c7e1;
}
.alternate-img-content .alt-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .alternate-img-content .alt-box {
    margin-bottom: 2em;
  }
}
.alternate-img-content .alt-box:nth-child(even) {
  flex-direction: row-reverse;
}
.alternate-img-content .alt-box .left {
  width: 100%;
  margin: 1em 0;
  background: #f4f2f2;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .alternate-img-content .alt-box .left {
    width: calc(30% - 3em);
    margin: 1em 3em 1em 0;
    justify-content: end;
    height: 12em;
  }
}
.alternate-img-content .alt-box:nth-child(even) .left {
  margin: 1em 0;
  justify-content: center;
}
@media (min-width: 768px) {
  .alternate-img-content .alt-box:nth-child(even) .left {
    justify-content: start;
    margin: 1em 0 1em 3em;
  }
}
.alternate-img-content .alt-box .left img {
  width: 100%;
  max-width: 300px;
  max-height: 200px;
  margin-right: -3em;
  margin-left: 0;
  object-fit: contain;
}
.alternate-img-content .alt-box:nth-child(even) .left img {
  margin-left: -3em;
  margin-right: 0;
}
.alternate-img-content .alt-box .right {
  width: 100%;
}
@media (min-width: 768px) {
  .alternate-img-content .alt-box .right {
    width: 70%;
    padding-left: 4em;
    padding-right: 0;
  }
}
.alternate-img-content .alt-box:nth-child(even) .right {
  padding-right: 4em;
  padding-left: 0;
}
.alternate-img-content .alt-box .right h4 {
  color: #a3c7e1;
}
@media (max-width: 768px) {
  .alternate-img-content .alt-box .right h4 {
    font-size: 1.9em;
    font-weight: 700;
    margin-top: 1em;
  }
}

.alternate-img-content .alt-box .right p {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  margin: 1em 0;
}

.mer.callout-banner {
  min-height: 20em;
  background: rgb(164, 199, 225);
  background: linear-gradient(
    -180deg,
    rgba(164, 199, 225, 1) 0%,
    rgba(214, 226, 240, 1) 39%,
    rgba(254, 254, 254, 1) 91%
  );
}
.mer.callout-banner:before {
  display: none;
}
.mer.callout-banner .btn {
  border-color: #022447;
  color: #022447 !important;
}
.mer.callout-banner .btn:hover {
  color: white !important;
}

.team-bar-section .team-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
  background: rgb(164, 199, 225);
  background: linear-gradient(
    90deg,
    rgba(164, 199, 225, 1) 0%,
    rgba(163, 199, 225, 1) 14%,
    rgba(215, 227, 240, 1) 100%
  );
  font-weight: 700;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 0.018em;
  text-shadow: 0px 7px 7px rgb(0 0 0 / 20%);
  transition: 0.3s all ease-in-out;
}
@media (min-width: 768px) {
  .team-bar-section .team-bar {
    font-size: 2.4em;
  }
}
.team-bar-section .team-bar:hover .t-icon {
  margin-left: 1.5em;
}
.team-bar-section .team-bar .t-icon {
  margin: 0 1em;
  height: 12px;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 768px) {
  .team-bar-section .team-bar .t-icon {
    height: 30px;
  }
}

/*martin-edited-code-for-staff-internal*/
.internal.team .stad-info-case .stad-info-text h1 {
  margin-left: -7px;
  line-height: 1em;
}
.internal.team .stad-info-case .stad-info-image {
  margin: 0.5em 0 0;
}
.twitter-timeline.twitter-timeline-rendered {
  margin-left: 0 !important;
  margin-top: 0px;
  margin-bottom: 0px;
}
.twitter-timeline .css-1dbjc4n .css-1dbjc4n {
  border: none !important;
}

.twitter-timeline .css-1dbjc4n .css-1dbjc4n {
  border: none !important;
}
.twitter-timeline .css-1dbjc4n .r-qklmqi {
  border-bottom: 1px solid white !important;
}
iframe#twitter-widget-0 .css-1dbjc4n {
  display: none !important;
}
iframe#twitter-widget-0 .r-qklmqi {
  border-bottom: 1px solid white !important;
}
.twitter-timeline .css-1dbjc4n .css-1dbjc4n .css-1dbjc4n {
  border: none !important;
}

/*partnership-edit*/
.ptn-network-text-case a {
  width: fit-content;
  display: block;
  text-align: center;
}

.ptn-network-image-top-case {
  display: none;
}
.ptn-network-image-bottom-case {
  position: relative;
  width: 70%;
  background: linear-gradient(
    90deg,
    rgba(163, 199, 225, 1) 0%,
    rgba(215, 227, 240, 1) 100%
  );
}
.ptn-network-image-bottom-case img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 33em !important;
  bottom: 0;
}

form.stay_in_touch {
  width: 100%;
}
form.stay_in_touch .dform {
  width: 90%;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
