@charset "UTF-8";
/* ========================================================================= */
/* !RESETS AND DEFAULTS */
/* ========================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,700;1,200;1,300;1,400;1,500;1,700&display=swap");
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, img,
ins, kbd, q, samp, var, hr, acronym, dl, dt, dd, ol, ul, li,
pre, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

em, strong, b, i, a, span, sub, sup, small {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

/*
a:focus {
    outline:0;
}
:focus, :active {
    outline:none; outline:0;
} ::-moz-focus-inner {
    outline:none;
}
*/
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

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

hr {
  display: block;
  height: 1px;
  border-top: 1px solid #000;
  color: #000;
}

input, select {
  vertical-align: middle;
}

sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0px;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0px;
}

input, button, textarea, select, label, img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input[type=text],
input[type=password],
input[type=url],
input[type=number],
input[type=tel],
input[type=email],
input[type=submit],
button, textarea, select {
  -webkit-appearance: none;
  outline: 1px solid transparent;
}

textarea {
  resize: none;
  overflow: auto;
}

button, a span {
  cursor: pointer;
}

button {
  border: 0;
  text-align: center;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  table-layout: fixed;
}

a[href^=tel] {
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

select:-moz-focusring {
  color: transparent;
}

select::-ms-expand {
  display: none;
}

/* != FONT SMOOTHING */
body, input, button, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* != ms-clear */
input[type=text]::-ms-clear {
  display: none;
}

/* != BACKGROUND POSITION AND BOX SIZING */
*, *:before, *:after {
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
}

/* != .clearfix - CLEAR ELEMENTS */
.clear {
  clear: both;
}

.clearfix {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* != .wordwrap - CONTINUE LONG URLS/WORDS ON NEXT LINE */
.wordwrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

/* Montserrat */
/* ========================================================================= */
/* !SASS VARIABLES & MIXINS */
/* ========================================================================= */
/*
    // Use Case: $b (second) variable is optional and defaults to 'max-width'

    @include break(1100){
        h1{
            background: red;
        }
    }

    // Output
    @media screen and (max-width: 1100px) {
        h1 { background: red; }
    }

    // Also, if you want to specify the 2nd variable for break type (i.e., min-height)

    @include break(1100, 'min-height'){
        h1 {
            background:red;
        }
    }

    // Output
    @media screen and (min-height: 1100px) {
        h1 { background: red; }
    }
*/
/*
    // inline SVGs
    // usage: background-image: inline-svg('<svg><!-- your svg code --></svg>');
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* ========================================================================= */
/* !STYLES */
/* ========================================================================= */
html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #231F20;
  line-height: 1.5;
}

/* != SELECTION STYLES (Leaving these blank will show no indication of text selection) ===== */
/*
    ::selection         {
        background: #aaa;
        color: #fff;
    }
    ::-moz-selection    {
        background: #aaa;
        color: #fff;
    }
    ::-webkit-selection {
        background: #aaa;
        color: #fff;
    }
*/
/* != DEFAULT WORDPRESS STYLES = USE AS NEEDED = .wp-caption = .wp-caption-dd = .wpGallery = .shutter = .shutterset ==== */
.aligncenter {
  display: block;
  margin: 25px auto;
}

.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}

.alignright {
  float: right;
  margin: 0 0 25px 25px;
}

.alignnone {
  display: inline-block;
}

/* != LAYOUT STYLES ===== */
/* BUTTONS */
.btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
}
.content-main ul:not([class*=gf]) > li {
  position: relative;
  padding-left: 10px;
}
.content-main ul:not([class*=gf]) > li:before {
  content: "•";
  position: absolute;
  left: 0;
}
.content-main ol {
  counter-reset: li;
}
.content-main ol > li {
  position: relative;
  padding-left: 20px;
}
.content-main ol > li:before {
  content: counter(li) ". ";
  counter-increment: li;
  position: absolute;
  right: calc(100% - 15px);
}

.wrap {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#skipnav {
  position: absolute;
  left: -50000px;
}

#jumptocontent {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
}

#gl {
  height: 100vh;
  width: 100vw;
}

#top-banner {
  position: relative;
  top: 0;
  height: calc(100vh - 30px);
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#top-banner .frame {
  position: absolute;
  top: 0;
  left: 0;
}
#top-banner .backrgound-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#top-banner .text {
  text-align: center;
  perspective: 40px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
}
#top-banner h1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding-bottom: 13px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  text-transform: uppercase;
}
#top-banner h2 {
  font-size: 88px;
  font-weight: 300;
  line-height: 1.1363636364em;
  text-transform: uppercase;
  margin-top: 0.375em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-banner h1 {
    font-size: 26px;
  }
  #top-banner h2 {
    font-size: 47px;
  }
}

#welcome {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 70px 0;
}
#welcome .border {
  position: relative;
  padding: 30px 70px;
  border: 2px solid #D1D5D9;
  margin-right: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  #welcome .border {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#welcome .image {
  position: absolute;
  width: 57.4162679426%;
  left: 0;
  transform: scale(1.05);
  transform-origin: right center;
}
@media screen and (max-width: 950px) {
  #welcome .image {
    position: static;
    transform: scale(1);
  }
}
#welcome .image .embed-container {
  padding-bottom: 0;
  height: auto;
  aspect-ratio: 16/9;
}
#welcome .text {
  width: 38.2775119617%;
  padding: 20px 0;
}
#welcome h2 {
  font-size: 60px;
  font-weight: 700;
  color: #0D5B90;
  font-weight: 1.25em;
  margin-bottom: 0.1em;
  text-transform: uppercase;
}
#welcome h3 {
  font-size: 20px;
  font-weight: 700;
  color: #009CDE;
  font-weight: 1.35em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  #welcome h2 {
    font-size: 40px;
  }
  #welcome h3 {
    font-size: 18px;
  }
  #welcome p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #welcome .image {
    width: 100%;
  }
  #welcome .border {
    flex-wrap: wrap;
    margin: 0;
    padding: 20px;
  }
  #welcome .video {
    width: 100%;
    transform: none;
    margin-top: -60px;
  }
  #welcome .text {
    width: 100%;
  }
  #welcome .text h3 br {
    display: none;
  }
}

.fake-3d {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #000;
  height: 100vh;
}
.fake-3d iframe {
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
}
.fake-3d .wrap {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.fake-3d p {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  max-width: 620px;
}
.fake-3d p span {
  font-size: 5.52em;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin-bottom: 0.1304347826em;
}
@media screen and (max-width: 768px) {
  .fake-3d p {
    font-size: 18px;
  }
  .fake-3d p span {
    font-size: 3.75em;
  }
}

.full-sized {
  width: 100vw;
  height: 100vh;
}

.angell-heading {
  text-align: center;
  margin: 70px auto;
  max-width: 990px;
}
.angell-heading h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #0D5B90;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.angell-heading h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.16em;
  color: #0D5B90;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}
.angell-heading p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  color: #009CDE;
}
@media screen and (max-width: 768px) {
  .angell-heading {
    margin: 40px auto 60px;
  }
  .angell-heading h3 {
    font-size: 18px;
  }
  .angell-heading h2 {
    font-size: 28px;
  }
  .angell-heading p {
    font-size: 15px;
  }
}

.posts-wrap {
  max-width: 1070px;
  display: flex;
  justify-content: space-between;
  margin-top: 290px;
}
.posts-wrap .post {
  border: 2px solid #D1D5D9;
  padding: 0 35px 60px 35px;
  width: 45.5140186916%;
}
.posts-wrap .post img {
  display: block;
  margin: -175px 0 30px;
}
.posts-wrap .post .video-overlay {
  position: relative;
  transition: all 0.2s;
}
.posts-wrap .post .video-overlay:hover:after {
  transform: scale(105%);
}
.posts-wrap .post .video-overlay:after {
  position: absolute;
  display: block;
  top: calc(50% - 26px);
  left: calc(50% - 26px);
  content: "";
  width: 52px;
  height: 52px;
  background-image: url("../svg/play-btn.svg");
  background-size: contain;
  background-position: center;
}
.posts-wrap .post h3 {
  color: #0D5B90;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .posts-wrap {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .posts-wrap .post {
    width: 100%;
    margin-bottom: 60px;
  }
  .posts-wrap .post img {
    margin-top: -30px;
  }
  .posts-wrap .post h3 {
    font-size: 18px;
  }
  .posts-wrap .post p {
    font-size: 14px;
  }
  .posts-wrap + hr {
    margin-top: 0;
  }
}

.numbers {
  display: flex;
  justify-content: space-between;
  margin: 74px auto;
}
.numbers .number-item {
  width: 23.0701754386%;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.numbers .number {
  padding: 33px 30px 30px;
  font-size: 50px;
  font-weight: 200;
  color: #fff;
  background-color: #f00;
  line-height: 1;
}
.numbers .number.blue {
  background-image: linear-gradient(to top right, #324979, #1E2D4A);
}
.numbers .number.orange {
  background-image: linear-gradient(to top right, #EEAF5D, #E37C39);
}
.numbers .number.teal {
  background-image: linear-gradient(to top right, #5DB9BC, #398C91);
}
.numbers .number.green {
  background-image: linear-gradient(to top right, #93B44C, #59822E);
}
.numbers .desc {
  padding: 25px 20px;
  font-size: 14px;
}
@media screen and (max-width: 840px) {
  .numbers {
    flex-wrap: wrap;
  }
  .numbers .number-item {
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .numbers {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .numbers .number-item {
    width: 100%;
  }
}

.half-lists {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 40px;
}
.half-lists > div {
  width: 46.9298245614%;
}
.half-lists h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0D5B90;
}
.half-lists ul li {
  padding: 30px 0 30px 20px;
  position: relative;
}
.half-lists ul li .bullet-link {
  color: #E9954B;
  text-decoration: none;
  transition: 0.15s;
}
.half-lists ul li .bullet-link:hover {
  color: #009CDE;
}
.half-lists ul li:before {
  position: absolute;
  top: 36px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width%3D%228%22 height%3D%2213%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M.293.293A1 1 0 011.613.21l.094.083L7.174 5.76a1 1 0 01.084 1.32l-.084.094-5.467 5.468a1 1 0 01-1.497-1.32l.083-.095 4.76-4.76-4.76-4.76A1 1 0 01.21.387L.293.293z%22 fill%3D%22%23E17152%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-size: auto 10px;
}
.half-lists ul li + li {
  border-top: 1px solid #E8EAEC;
}
@media screen and (max-width: 768px) {
  .half-lists {
    flex-wrap: wrap;
  }
  .half-lists > div {
    width: 100%;
  }
  .half-lists > div ~ div {
    margin-top: 40px;
  }
  .half-lists h3 {
    font-size: 17px;
  }
  .half-lists ul li {
    font-size: 13px;
    padding: 20px;
  }
  .half-lists ul li:before {
    top: 24px;
  }
}

hr {
  margin: 70px 0;
  border-color: #D1D5D9;
}

.icon-grid {
  padding: 0;
  max-width: 1140px;
  display: grid;
  grid-gap: 1px;
  background-color: #E8EAEC;
  grid-template-columns: 1fr 1fr;
}
.icon-grid .icon-item {
  background-color: #fff;
  padding: 80px;
}
.icon-grid .icon-item .icon {
  width: 151px;
  height: 122px;
  position: relative;
  margin: 0 auto 40px;
}
.icon-grid .icon-item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.icon-grid p {
  font-size: 19px;
  font-weight: 700;
  color: #0D5B90;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .icon-grid .icon-item {
    padding: 40px;
  }
  .icon-grid .icon-item .icon {
    width: 120px;
    height: 90px;
  }
  .icon-grid p {
    font-size: 15px;
  }
}
@media screen and (max-width: 540px) {
  .icon-grid {
    display: block;
    background-color: #fff;
    margin-top: -40px;
  }
  .icon-grid .icon-item + .icon-item {
    border-top: 1px solid #E8EAEC;
  }
}

.btn {
  padding: 20px 35px;
  background-color: #E9954B;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2857142857em;
  transition: 0.15s;
}
.btn:hover {
  background-color: #E17152;
}

.more {
  color: #E9954B;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}

.centered-btn {
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
}

.news-bg {
  background: #E6EFF9 linear-gradient(to top right, #fff, transparent);
  padding: 1px 0 50px;
  margin-top: 70px;
}

.news-items {
  column-count: 3;
  column-gap: 30px;
}
.news-items .news-item {
  display: inline-block;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  margin: 15px 0;
  break-inside: avoid;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  transition: 0.15s;
}
.news-items .news-item:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}
.news-items .news-item:hover span {
  color: #009CDE;
}
.news-items h4 {
  color: #0D5B90;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}
.news-items span {
  color: #E9954B;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.15s;
}
@media screen and (max-width: 900px) {
  .news-items {
    column-count: 2;
  }
  .news-items .news-item {
    padding: 20px;
  }
  .news-items h4 {
    font-size: 18px;
  }
  .news-items span {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .news-items {
    column-count: 1;
  }
  .news-items .news-item {
    margin-bottom: 20px;
  }
}

.news-numbers {
  margin: 80px auto;
  padding: 1px 60px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background: #fff;
  max-width: 1140px;
}
.news-numbers .angell-heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 540px) {
  .news-numbers {
    padding: 1px 20px;
    margin: 40px auto;
  }
}

.news-number {
  padding: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.news-number .num {
  font-size: 50px;
  font-weight: 200;
  color: #4BA2A6;
  text-align: right;
  width: 233px;
  line-height: 1;
  padding-bottom: 30px;
}
.news-number .desc {
  width: calc(100% - 260px);
  border-bottom: 1px solid #E8EAEC;
  padding-bottom: 30px;
}
.news-number:last-child .desc {
  border-bottom: none;
}
@media screen and (max-width: 960px) {
  .news-number .num {
    font-size: 38px;
    width: 160px;
  }
  .news-number .desc {
    font-size: 14px;
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 540px) {
  .news-number {
    padding-bottom: 0;
  }
  .news-number .num,
  .news-number .desc {
    width: 100%;
    text-align: center;
  }
  .news-number .num {
    padding-bottom: 10px;
  }
  .news-number .desc {
    margin-bottom: 30px;
  }
}

.donor {
  padding: 55px 0;
  border-bottom: 1px solid #E8EAEC;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.donor img {
  width: 175px;
}
.donor .text {
  width: calc(100% - 225px);
}
.donor h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0D5B90;
  line-height: 1.35em;
  margin-bottom: 6px;
}
.donor h4 + img {
  display: none;
}
.donor p {
  margin-bottom: 20px;
}
.donor a {
  color: #E9954B;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.donor--info {
  display: flex;
}
.donor--info .donor {
  display: block;
  width: 50%;
  padding: 55px;
}
.donor--info .donor:first-child {
  padding-left: 0;
  border-right: 1px solid #E8EAEC;
}
.donor--info .donor:last-child {
  padding-right: 0;
}
.donor .extra {
  display: none;
}
.donor .extra.expanded {
  display: block;
}
.donor .extra.expanded + .expand:after {
  content: "Less";
}
.donor .expand:after {
  content: "More";
}
@media screen and (max-width: 960px) {
  .donor h4 {
    font-size: 18px;
  }
  .donor p {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .donor {
    display: block;
    /*  >img {
         display: none;
     } */
    /*         h4+img {
                display: block;
                +p {
                    margin-top: 25px;
                    width: 100%;
                }
            } */
  }
  .donor img {
    margin: 0 0 20px 0;
  }
  .donor .text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .donor--info {
    display: block;
  }
  .donor--info .donor {
    width: 100%;
    padding: 20px 0 !important;
  }
}

#footer {
  background-color: #231F20;
  padding: 30px 0;
}
#footer .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .logo {
  width: 233px;
  height: 35px;
}
#footer .social a {
  width: 27px;
  height: 27px;
  border-radius: 14px;
  background-color: #009CDE;
  display: inline-block;
  padding: 3px;
  margin-left: 3px;
}
#footer .social a svg {
  fill: #231F20;
  width: 21px;
  height: 21px;
  display: block;
}
#footer .social a:hover {
  background-color: #E9954B;
}
#footer .social a:hover svg {
  fill: #fff;
}
#footer .legal {
  color: #fff;
  font-size: 12px;
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  #footer .wrap {
    display: block;
  }
  #footer .logo {
    display: block;
    margin: 0 auto 20px;
  }
  #footer .social,
  #footer .legal {
    text-align: center;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 0;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.donors-lb {
  padding: 50px 40px;
  background: #fff;
  margin: 0 auto;
  max-height: 95vh;
  overflow: scroll;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.donors-lb h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0D5B90;
}
.donors-lb .donor-tier {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid #E8EAEC;
}
.donors-lb .donor-tier:last-of-type {
  border-bottom: none;
}
.donors-lb h4 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #0D5B90;
  width: 252px;
  text-align: right;
  position: sticky;
  top: 0px;
}
.donors-lb ul {
  width: calc(100% - 320px);
  column-count: 3;
  column-gap: 30px;
}
.donors-lb ul li {
  margin-bottom: 15px;
  font-size: 14px;
  break-inside: avoid;
}
.donors-lb ul li.push {
  break-before: always;
}
.donors-lb#gifts ul {
  width: 100%;
  column-count: 4;
}
@media screen and (max-width: 960px) {
  .donors-lb h4 {
    font-size: 20px;
    width: 200px;
  }
  .donors-lb ul {
    width: calc(100% - 230px);
    column-count: 2 !important;
  }
  .donors-lb ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 700px) {
  .donors-lb {
    padding: 30px 20px;
  }
  .donors-lb .donor-tier {
    display: block;
  }
  .donors-lb h4,
  .donors-lb ul {
    width: 100%;
  }
  .donors-lb h4 {
    text-align: left;
    margin-bottom: 20px;
    padding: 30px 0 10px;
    top: -30px;
    background-color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .donors-lb h2 {
    font-size: 30px;
  }
  .donors-lb .donor-tier {
    padding: 20px 0;
  }
  .donors-lb ul {
    column-count: 1 !important;
  }
  .donors-lb ul li {
    margin-bottom: 8px;
  }
}

.mfp-content {
  max-width: 1140px;
}

.mfp-bg {
  background-color: #009CDE;
  opacity: 0.95;
}

.mfp-close-btn-in .mfp-close {
  color: #E9954B;
}

.donate {
  position: sticky;
  top: 40px;
  z-index: 100;
  text-align: right;
  padding: 0 20px;
}
.donate .btn {
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 16 14%22%3E%3Cpath d%3D%22M9.034 1.105l-1.054 1-1.054-1c-1.55-1.473-4.066-1.473-5.617 0-1.745 1.657-1.745 4.343 0 6L7.98 13.44l6.671-6.334c1.745-1.658 1.745-4.344 0-6.001-1.551-1.473-4.066-1.473-5.617 0z%22 fill%3D%22%23fff%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-size: 16px;
  background-position: center left 21px;
  background-color: #E9954B;
  padding: 16px 27px 16px 50px;
}