@charset "UTF-8";
:root {
  --limestone-max-light: #f2f2f4;
  --creek-max-light: #edf8f7;
  --lion-max-shrine-light: #fdfbf5;
  --lions-max-roar-light: #fffaf2;
  --slate-max-light: #eef3f7;
  --white-out: $ffffff; }

/** Reset */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

img {
  display: block; }

figure {
  margin: 0;
  padding: 0; }

.no-top-margin {
  margin-top: 0 !important; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible; }

progress, sub, sup {
  vertical-align: baseline; }

[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

details, main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.85; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.15; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "fontello";
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.85; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "fontello";
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #262626;
        opacity: 0.15;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #009cde;
      opacity: 1; }

/** Font */
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot");
  src: url("../font/fontello.eot") format("embedded-opentype"), url("../font/fontello.woff") format("woff2"), url("../font/fontello.woff") format("woff"), url("../font/fontello.ttf") format("truetype"), url("../font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-play-circled2:before {
  content: '\e800'; }

/* '' */
.icon-pause:before {
  content: '\e801'; }

/* '' */
.icon-search-1:before {
  content: '\e802'; }

/* '' */
.icon-left-circle:before {
  content: '\e803'; }

/* '' */
.icon-play:before {
  content: '\e804'; }

/* '' */
.icon-cancel:before {
  content: '\e805'; }

/* '' */
.icon-right-circle:before {
  content: '\e806'; }

/* '' */
.icon-facebook-circled:before {
  content: '\f051'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-angle-left:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:after {
  content: '\f105';
  font-weight: 900; }

/* '' */
.icon-angle-up:before {
  content: '\f106'; }

/* '' */
.icon-angle-down:before {
  content: '\f107'; }

/* '' */
.icon-circle:before {
  content: '\f111'; }

/* '' */
.icon-attention-alt:before {
  content: '\f12a'; }

/* '' */
.icon-rss-squared:after {
  content: '\f143'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.icon-instagram-1:before {
  content: '\f16d'; }

/* '' */
.icon-linkedin-squared:before {
  content: '\f30c'; }

/* '' */
:root {
  --limestone-max-light: #f2f2f4;
  --creek-max-light: #edf8f7;
  --lion-max-shrine-light: #fdfbf5;
  --lions-max-roar-light: #fffaf2;
  --slate-max-light: #eef3f7;
  --white-out: $ffffff; }

/** Elements */
h1, h2, h3, h4, h5 {
  margin-top: 2.5rem;
  margin-bottom: 1rem; }

.styled-text-wrap h2,
.styled-text-wrap h3,
.styled-text-wrap h4,
.styled-text-wrap h5,
.image-video-content h2,
.image-video-content h3,
.image-video-content h4,
.image-video-content h5,
.image-video-content-option2 h2,
.image-video-content-option2 h3,
.image-video-content-option2 h4,
.image-video-content-option2 h5 {
  color: #1e407c; }

.styled-text-wrap p,
.image-video-content p,
.image-video-content-option2 p {
  color: #262626; }

.styled-text-wrap .lead,
.image-video-content .lead,
.image-video-content-option2 .lead {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: -0.01rem;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .styled-text-wrap .lead,
    .image-video-content .lead,
    .image-video-content-option2 .lead {
      font-size: 1.375rem;
      letter-spacing: -0.005rem; } }
  @media (min-width: 1080px) {
    .styled-text-wrap .lead,
    .image-video-content .lead,
    .image-video-content-option2 .lead {
      font-size: 1.875rem;
      line-height: 2.375rem;
      letter-spacing: normal; } }

p a {
  color: #005fa9;
  text-decoration: none;
  font-weight: 700; }
  p a:active {
    color: #005fa9; }
  p a:hover {
    text-decoration: underline; }

.lead {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: -0.01rem;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .lead {
      font-size: 1.375rem;
      letter-spacing: -0.005rem; } }
  @media (min-width: 1080px) {
    .lead {
      font-size: 1.875rem;
      line-height: 2.375rem;
      letter-spacing: normal; } }

.button {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.025rem;
  color: #ccf0ff;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px; }
  .button:hover {
    text-decoration: none; }

.cta-button {
  border: 2px solid #ccf0ff;
  margin: 0 4px;
  padding: 4px 28px; }
  .cta-button:hover {
    border: none;
    padding: 6px 30px; }

.hotline-button {
  margin: 0 4px;
  padding: 6px 30px;
  background-color: #000321; }
  .hotline-button:hover, .hotline-button:focus {
    background-color: #ffd100;
    color: #001e44; }

.button-outline-light-bkg {
  border: 2px solid #005fa9;
  background-color: #ffffff;
  color: #005fa9;
  padding: 12px 16px 12px 24px; }
  .button-outline-light-bkg:hover, .button-outline-light-bkg:focus {
    background-color: #005fa9;
    color: #ffffff; }

.button-light-bkg {
  border: 2px solid #005fa9;
  color: #005fa9;
  padding: 12px 16px 12px 24px; }
  .button-light-bkg:hover, .button-light-bkg:focus {
    background-color: #005fa9;
    color: #ffffff; }

.button-dark-bkg {
  padding: 12px 16px 12px 24px;
  border: 2px solid #ffffff; }
  .button-dark-bkg:hover, .button-dark-bkg:focus {
    border: 2px solid #ccf0ff;
    background-color: #ccf0ff;
    color: #005fa9; }

.campus-cta-button {
  border: 2px solid #005fa9;
  color: #005fa9;
  margin: 0 4px;
  padding: 4px 18px;
  background-color: transparent; }
  .campus-cta-button:hover, .campus-cta-button:active, .campus-cta-button:focus {
    border: none;
    padding: 6px 20px;
    color: #ffffff; }

.button-news {
  border: 2px solid #005fa9;
  color: #005fa9;
  padding: 16px 44px 16px 52px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700; }
  @media (min-width: 1080px) {
    .button-news {
      font-size: 1.375rem;
      line-height: 1.625rem; } }
  .button-news:hover, .button-news:focus {
    background-color: #005fa9;
    color: #ffffff; }

.gradient-button-hover:hover, .gradient-button-hover:focus,
.gradient-button:hover,
.gradient-button:focus {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009cde+1,1b5c99+66,1e407c+100 */
  background: #009cde;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #009cde), color-stop(66%, #1b5c99), to(#1e407c));
  background: linear-gradient(to bottom, #009cde 1%, #1b5c99 66%, #1e407c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cde', endColorstr='#1e407c',GradientType=0 );
  /* IE6-9 */ }

.events-wrap .button {
  background: transparent;
  display: block;
  margin: 3.5rem auto 0;
  padding: 12px 50px 12px 50px;
  font-size: 1.25rem; }
  @media (min-width: 768px) {
    .events-wrap .button {
      margin: 1rem auto 0; } }
  @media (min-width: 1080px) {
    .events-wrap .button {
      font-size: 1.375rem; } }
  .events-wrap .button:after {
    content: " \002B"; }
  .events-wrap .button:hover, .events-wrap .button:focus {
    background-color: #005fa9;
    color: #ffffff; }

.separating-line-primary {
  height: 3px;
  width: 68px;
  margin: 0 0 1rem;
  background-color: #009cde;
  font-size: 10px;
  font-weight: 700;
  display: block; }
  @media (min-width: 768px) {
    .separating-line-primary {
      width: 84px; } }
  @media (min-width: 1080px) {
    .separating-line-primary {
      margin: 0 0 2rem;
      height: 5px; } }

.separating-line-secondary {
  height: 2px;
  width: 84px;
  margin: 0 0 1rem;
  background-color: #009cde;
  font-size: 10px;
  font-weight: 700;
  display: block; }
  @media (min-width: 768px) {
    .separating-line-secondary {
      width: 72px; } }
  @media (min-width: 1440px) {
    .separating-line-secondary {
      width: 84px; } }

.styled-text ul,
.image-video-content ul {
  list-style: none;
  display: inline-block;
  margin-top: 2rem;
  list-style-position: outside; }
  .styled-text ul li,
  .image-video-content ul li {
    width: 95%;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    font-weight: 400;
    letter-spacing: -0.005rem;
    margin: 0 0 2rem 1rem;
    color: #262626; }
    @media (min-width: 768px) {
      .styled-text ul li,
      .image-video-content ul li {
        font-size: 1.125rem;
        line-height: 1.5rem; } }
    @media (min-width: 1080px) {
      .styled-text ul li,
      .image-video-content ul li {
        font-size: 1.25rem;
        line-height: 1.6875rem;
        letter-spacing: normal; } }
    @media (min-width: 768px) {
      .styled-text ul li,
      .image-video-content ul li {
        margin-left: 2rem; } }
    @media (min-width: 1080px) {
      .styled-text ul li,
      .image-video-content ul li {
        margin-left: 4.5rem; } }
  .styled-text ul li::before,
  .image-video-content ul li::before {
    content: "\25a0";
    color: #009cde;
    font-weight: bold;
    font-size: 1.35rem;
    line-height: 1.35rem;
    vertical-align: middle;
    display: inline-table;
    width: auto;
    margin-right: 0.75rem;
    margin-left: -1.75rem;
    margin-top: -0.6rem; }

.title-mega {
  font-size: 2.5rem;
  line-height: 2.8125rem;
  font-weight: 900;
  letter-spacing: -0.01rem; }
  @media (min-width: 768px) {
    .title-mega {
      font-size: 3.125rem;
      line-height: 3.25rem;
      letter-spacing: 0.005rem; } }
  @media (min-width: 1080px) {
    .title-mega {
      font-size: 4.625rem;
      line-height: 4.75rem; } }

.title-xx-large {
  font-size: 2.125rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.01rem; }
  @media (min-width: 768px) {
    .title-xx-large {
      font-size: 3rem;
      line-height: 3.3125rem; } }
  @media (min-width: 1080px) {
    .title-xx-large {
      font-size: 4.375rem;
      line-height: 4.5rem;
      letter-spacing: 0.005rem; } }

.title-x-large {
  font-size: 1.875rem;
  line-height: 2.125rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .title-x-large {
      font-size: 2.25rem;
      line-height: 2.375rem; } }
  @media (min-width: 1080px) {
    .title-x-large {
      font-size: 3.4375rem;
      line-height: 3.6875rem;
      letter-spacing: 0.005rem; } }

.title-large {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .title-large {
      font-size: 1.875rem; } }
  @media (min-width: 1080px) {
    .title-large {
      font-size: 2.625rem;
      line-height: 2.75rem; } }

.title-medium {
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.015rem; }
  @media (min-width: 768px) {
    .title-medium {
      font-size: 1.5rem;
      letter-spacing: normal; } }
  @media (min-width: 1080px) {
    .title-medium {
      font-size: 1.875rem;
      line-height: 2.0625rem; } }

.title-small {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700; }
  @media (min-width: 1080px) {
    .title-small {
      font-size: 1.375rem;
      line-height: 1.625rem; } }

.title-x-small {
  font-size: 1.0625rem;
  line-height: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.03rem; }
  @media (min-width: 1080px) {
    .title-x-small {
      font-size: 1.125rem;
      line-height: 1.25rem; } }

.title-xx-small {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03rem; }

.body-xx-large {
  font-size: 1.5625rem;
  line-height: 1.8125rem;
  font-weight: 700;
  letter-spacing: -0.015rem; }
  @media (min-width: 768px) {
    .body-xx-large {
      font-size: 1.75rem;
      line-height: 2.25rem;
      letter-spacing: -0.01rem; } }
  @media (min-width: 1080px) {
    .body-xx-large {
      font-size: 2.625rem;
      line-height: 3.125rem;
      letter-spacing: normal; } }

.body-x-large {
  font-size: 1.4375rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.01rem; }
  @media (min-width: 768px) {
    .body-x-large {
      font-size: 1.5625rem;
      line-height: 1.8125rem;
      letter-spacing: -0.005rem; } }
  @media (min-width: 1080px) {
    .body-x-large {
      font-size: 2.0625rem;
      line-height: 2.4375rem;
      letter-spacing: normal; } }

.body-large {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: -0.01rem; }
  @media (min-width: 768px) {
    .body-large {
      font-size: 1.375rem;
      letter-spacing: -0.005rem; } }
  @media (min-width: 1080px) {
    .body-large {
      font-size: 1.875rem;
      line-height: 2.375rem;
      letter-spacing: normal; } }

.body-medium {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
  letter-spacing: -0.015rem; }
  @media (min-width: 768px) {
    .body-medium {
      font-size: 1.1875rem;
      line-height: 1.75rem;
      letter-spacing: -0.005rem; } }
  @media (min-width: 1080px) {
    .body-medium {
      font-size: 1.4375rem;
      line-height: 2.0625rem;
      letter-spacing: normal; } }

.body-small {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  font-weight: 400;
  letter-spacing: -0.005rem; }
  @media (min-width: 768px) {
    .body-small {
      font-size: 1.125rem;
      line-height: 1.5rem; } }
  @media (min-width: 1080px) {
    .body-small {
      font-size: 1.25rem;
      line-height: 1.6875rem;
      letter-spacing: normal; } }

.body-x-small {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.005rem; }
  @media (min-width: 768px) {
    .body-x-small {
      font-size: 1.0625rem; } }
  @media (min-width: 1080px) {
    .body-x-small {
      font-size: 1.125rem;
      line-height: 1.5rem;
      letter-spacing: normal; } }

.body-xx-small {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.005rem; }
  @media (min-width: 1080px) {
    .body-xx-small {
      letter-spacing: 0.01rem; } }

.body-tiny {
  font-size: 0.87rem;
  line-height: 1.125rem;
  font-weight: 400; }

.uppercase {
  text-transform: uppercase; }

.double-slash::after {
  content: " //"; }

.visibility-hidden {
  position: absolute;
  left: -9000px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0; }

a.access-hidden {
  color: #ffffff;
  background-color: #001e44; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%; }

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

/** Utilities */
.upper {
  text-transform: uppercase; }

.show-it {
  border: 1px solid red; }

/** Components */
/* autoprefixer grid: autoplace */
.test-menu {
  position: fixed;
  width: auto;
  height: auto;
  top: 150px;
  left: -310px;
  z-index: 999;
  background-color: rgba(238, 243, 247, 0.1);
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  height: 667px;
  overflow-y: scroll; }
  .test-menu:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    content: "\f105";
    font-weight: 500;
    font-size: 2rem;
    position: absolute;
    padding: 0.5rem 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-left: none;
    background-color: rgba(238, 243, 247, 0.9);
    top: 0;
    right: .2rem;
    color: #3ea39e; }
  .test-menu:hover {
    left: 0;
    -webkit-transition: left 600ms;
    transition: left 600ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; }
  .test-menu ul {
    list-style: none;
    margin: 0 1.95rem 0.25rem 0;
    padding: 1rem 1.5rem 1rem 1rem;
    background-color: rgba(238, 243, 247, 0.9); }
    .test-menu ul li {
      text-transform: capitalize;
      color: #000321;
      font-size: 1rem;
      font-weight: 500;
      margin: 0.5rem 0; }
      .test-menu ul li a {
        color: #000321;
        text-decoration: none; }
        .test-menu ul li a:hover {
          color: rgba(0, 3, 33, 0.9);
          text-decoration: underline; }
      .test-menu ul li::before {
        content: ""; }

.homepage-list {
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .homepage-list {
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .homepage-list {
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .homepage-list {
      margin-left: 62px;
      margin-right: 62px; } }
  .homepage-list ul {
    list-style-type: none;
    list-style: none;
    margin-left: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .homepage-list ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      list-style-type: none;
      list-style: none;
      font-size: 1.4375rem;
      margin: 1rem 0;
      border-bottom: 1px dotted #3ea39e; }
      @media (min-width: 768px) {
        .homepage-list ul li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          margin: 1rem 2rem; } }
      .homepage-list ul li a {
        text-decoration: none;
        color: #000321;
        display: block;
        padding: .5rem 0 .25rem 0; }
        .homepage-list ul li a:hover {
          background-color: #cfeceb; }

.facts-wrap {
  background-color: #001e44;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.facts {
  padding-top: 64px;
  padding-bottom: 80px;
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .facts {
      padding-top: 80px;
      padding-bottom: 96px;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .facts {
      padding-top: 108px;
      padding-bottom: 140px;
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .facts {
      margin-left: 62px;
      margin-right: 62px; } }
  .facts div.facts-intro {
    display: -ms-grid;
    display: grid;
    margin-bottom: 64px;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 1fr;
        grid-template: "ft" "fp" auto/ 1fr; }
    @media (min-width: 768px) {
      .facts div.facts-intro {
        margin-bottom: 32px;
        -ms-grid-rows: auto auto;
        -ms-grid-columns: 1fr 6fr 1fr;
            grid-template: ". ft ." ". fp ." auto / 1fr 6fr 1fr; } }
    @media (min-width: 1080px) {
      .facts div.facts-intro {
        margin-bottom: 96px;
        -ms-grid-rows: auto auto;
        -ms-grid-columns: 2fr 8fr 2fr;
            grid-template: ". ft ." ". fp ." auto / 2fr 8fr 2fr; } }
    .facts div.facts-intro h2 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: ft;
      font-size: 1.75rem;
      line-height: 2rem;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 32px;
      color: #cfeceb; }
      @media (min-width: 768px) {
        .facts div.facts-intro h2 {
          font-size: 1.875rem; } }
      @media (min-width: 1080px) {
        .facts div.facts-intro h2 {
          font-size: 2.625rem;
          line-height: 2.75rem; } }
    .facts div.facts-intro p {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      grid-area: fp;
      font-size: 1.125rem;
      line-height: 1.625rem;
      font-weight: 400;
      letter-spacing: -0.015rem;
      color: #ffffff; }
    @media (min-width: 768px){
      .facts div.facts-intro h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
      .facts div.facts-intro p {
    -ms-grid-row: 2;
    -ms-grid-column: 2; } }
    @media (min-width: 1080px){
      .facts div.facts-intro h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
      .facts div.facts-intro p {
    -ms-grid-row: 2;
    -ms-grid-column: 2; } }
      @media (min-width: 768px) {
        .facts div.facts-intro p {
          font-size: 1.1875rem;
          line-height: 1.75rem;
          letter-spacing: -0.005rem; } }
      @media (min-width: 1080px) {
        .facts div.facts-intro p {
          font-size: 1.4375rem;
          line-height: 2.0625rem;
          letter-spacing: normal; } }
  .facts p a {
    color: #ccf0ff; }
  .facts .two-column-facts {
    display: -ms-grid;
    display: grid;
    grid-gap: 0;
    -ms-grid-rows: auto 0 auto;
    -ms-grid-columns: 1fr;
        grid-template: "ga" "gb" auto / 1fr;
    margin-top: 32px; }
    @media (min-width: 768px) {
      .facts .two-column-facts {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 0 3fr 0 3fr 0 1fr;
            grid-template: ". ga gb ." auto / 1fr 3fr 3fr 1fr; } }
    @media (min-width: 1080px) {
      .facts .two-column-facts {
        margin-top: 96px;
        -ms-grid-rows: auto;
        -ms-grid-columns: 2fr 0 4fr 0 4fr 0 2fr;
            grid-template: ". ga gb ." auto / 2fr 4fr 4fr 2fr; } }
    @media (min-width: 1440px) {
      .facts .two-column-facts {
        -ms-grid-rows: auto;
        -ms-grid-columns: 2fr 0 3fr 0 3fr 0 4fr;
            grid-template: ". ga gb ." auto / 2fr 3fr 3fr 4fr; } }
    .facts .two-column-facts div h3 {
      font-size: 2.5rem;
      line-height: 2.8125rem;
      font-weight: 900;
      letter-spacing: -0.01rem;
      color: #ffffff;
      margin: 0 35px 0; }
      @media (min-width: 768px) {
        .facts .two-column-facts div h3 {
          font-size: 3.125rem;
          line-height: 3.25rem;
          letter-spacing: 0.005rem; } }
      @media (min-width: 1080px) {
        .facts .two-column-facts div h3 {
          font-size: 4.625rem;
          line-height: 4.75rem; } }
    .facts .two-column-facts div b {
      background-color: #ffffff;
      font-size: 10px;
      height: 2px;
      font-weight: bold;
      width: 63px;
      margin: 12px 35px 20px;
      display: block; }
    .facts .two-column-facts div p {
      font-size: 1.0625rem;
      line-height: 1.1875rem;
      font-weight: 700;
      letter-spacing: 0.03rem;
      font-weight: 700;
      color: #ffffff;
      margin: 0 35px; }
      @media (min-width: 1080px) {
        .facts .two-column-facts div p {
          font-size: 1.125rem;
          line-height: 1.25rem; } }
    .facts .two-column-facts div:nth-child(1) {
      padding-top: 0;
      margin-top: 0;
      padding-bottom: 48px; }
      @media (min-width: 768px) {
        .facts .two-column-facts div:nth-child(1) {
          padding-bottom: 56px;
          padding-top: 56px; } }
      @media (min-width: 1080px) {
        .facts .two-column-facts div:nth-child(1) {
          padding-bottom: 38px; } }
    .facts .two-column-facts div:nth-child(n + 2) {
      padding-bottom: 48px;
      padding-top: 48px; }
      @media (min-width: 768px) {
        .facts .two-column-facts div:nth-child(n + 2) {
          padding-bottom: 56px;
          padding-top: 56px; } }
      @media (min-width: 1080px) {
        .facts .two-column-facts div:nth-child(n + 2) {
          padding-bottom: 38px; } }
    .facts .two-column-facts div:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: ga;
      border-bottom: 2px solid #009cde; }
      @media (min-width: 768px) {
        .facts .two-column-facts div:nth-child(1) {
          border-right: 2px solid #009cde;
          border-bottom: none; } }
      @media (min-width: 1080px) {
        .facts .two-column-facts div:nth-child(1) {
          border-right: 2px solid #009cde; } }
    .facts .two-column-facts div:nth-child(2) {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      grid-area: gb; }
    @media (min-width: 768px){
      .facts .two-column-facts div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .facts .two-column-facts div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; } }
    @media (min-width: 1080px){
      .facts .two-column-facts div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .facts .two-column-facts div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; } }
    @media (min-width: 1440px){
      .facts .two-column-facts div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .facts .two-column-facts div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; } }
      @media (min-width: 1440px) {
        .facts .two-column-facts div:nth-child(2) {
          border-top: none; } }
  .facts .three-column-facts {
    display: -ms-grid;
    display: grid;
    grid-gap: 0;
    -ms-grid-rows: auto 0 auto 0 auto;
    -ms-grid-columns: 1fr;
        grid-template: "gc" "gd" "ge" auto / 1fr; }
    @media (min-width: 768px) {
      .facts .three-column-facts {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 0 1fr 0 1fr;
            grid-template: "gc gd ge" auto / 1fr 1fr 1fr; } }
    @media (min-width: 1080px) {
      .facts .three-column-facts {
        -ms-grid-rows: auto;
        -ms-grid-columns: 2fr 0 3fr 0 3fr 0 3fr 0 1fr;
            grid-template: ". gc gd ge ." auto / 2fr 3fr 3fr 3fr 1fr; } }
    .facts .three-column-facts div h3 {
      font-size: 2.5rem;
      line-height: 2.8125rem;
      font-weight: 900;
      letter-spacing: -0.01rem;
      color: #ffffff;
      margin: 0 35px 0; }
      @media (min-width: 768px) {
        .facts .three-column-facts div h3 {
          font-size: 3.125rem;
          line-height: 3.25rem;
          letter-spacing: 0.005rem; } }
      @media (min-width: 1080px) {
        .facts .three-column-facts div h3 {
          font-size: 4.625rem;
          line-height: 4.75rem; } }
    .facts .three-column-facts div b {
      background-color: #ffffff;
      font-size: 10px;
      height: 2px;
      font-weight: bold;
      width: 63px;
      margin: 12px 35px 20px;
      display: block; }
    .facts .three-column-facts div p {
      font-size: 1.0625rem;
      line-height: 1.1875rem;
      font-weight: 700;
      letter-spacing: 0.03rem;
      font-weight: 700;
      color: #ffffff;
      margin: 0 35px; }
      @media (min-width: 1080px) {
        .facts .three-column-facts div p {
          font-size: 1.125rem;
          line-height: 1.25rem; } }
    .facts .three-column-facts div:nth-child(1) {
      padding-top: 0;
      margin-top: 0;
      padding-bottom: 48px; }
      @media (min-width: 768px) {
        .facts .three-column-facts div:nth-child(1) {
          padding-bottom: 56px;
          padding-top: 56px; } }
      @media (min-width: 1080px) {
        .facts .three-column-facts div:nth-child(1) {
          padding-bottom: 38px; } }
    .facts .three-column-facts div:nth-child(n + 2) {
      padding-bottom: 48px;
      padding-top: 48px; }
      @media (min-width: 768px) {
        .facts .three-column-facts div:nth-child(n + 2) {
          padding-bottom: 56px;
          padding-top: 56px; } }
      @media (min-width: 1080px) {
        .facts .three-column-facts div:nth-child(n + 2) {
          padding-bottom: 38px; } }
    .facts .three-column-facts div:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: gc;
      border-bottom: 2px solid #009cde; }
      @media (min-width: 768px) {
        .facts .three-column-facts div:nth-child(1) {
          border-right: 2px solid #009cde;
          border-bottom: none; } }
    .facts .three-column-facts div:nth-child(2) {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      grid-area: gd;
      border-bottom: 2px solid #009cde; }
      @media (min-width: 768px) {
        .facts .three-column-facts div:nth-child(2) {
          border-right: 2px solid #009cde;
          border-bottom: none; } }
    .facts .three-column-facts div:nth-child(3) {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      grid-area: ge; }
    @media (min-width: 768px){
      .facts .three-column-facts div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .facts .three-column-facts div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .facts .three-column-facts div:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; } }
    @media (min-width: 1080px){
      .facts .three-column-facts div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .facts .three-column-facts div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
      .facts .three-column-facts div:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 7; } }
      @media (min-width: 1080px) {
        .facts .three-column-facts div:nth-child(3) {
          border-top: none; } }
  .facts .four-column-facts {
    display: -ms-grid;
    display: grid;
    grid-gap: 0;
    -ms-grid-rows: auto 0 auto 0 auto 0 auto;
    -ms-grid-columns: 1fr;
        grid-template: "gf" "gg" "gh" "gi" auto / 1fr; }
    @media (min-width: 768px) {
      .facts .four-column-facts {
        -ms-grid-rows: auto 0 auto;
        -ms-grid-columns: 1fr 0 3fr 0 3fr 0 1fr;
            grid-template: ". gf gg ." ". gh gi ." auto / 1fr 3fr 3fr 1fr; } }
    @media (min-width: 1080px) {
      .facts .four-column-facts {
        -ms-grid-rows: auto 0 auto;
        -ms-grid-columns: 2fr 0 4fr 0 4fr 0 2fr;
            grid-template: ". gf gg ." ". gh gi ." auto / 2fr 4fr 4fr 2fr; } }
    @media (min-width: 1440px) {
      .facts .four-column-facts {
        -ms-grid-rows: auto;
        -ms-grid-columns: 3fr 0 3fr 0 3fr 0 3fr;
            grid-template: "gf gg gh gi" auto / 3fr 3fr 3fr 3fr; } }
    .facts .four-column-facts div h3 {
      font-size: 2.5rem;
      line-height: 2.8125rem;
      font-weight: 900;
      letter-spacing: -0.01rem;
      color: #ffffff;
      margin: 0 35px 0; }
      @media (min-width: 768px) {
        .facts .four-column-facts div h3 {
          font-size: 3.125rem;
          line-height: 3.25rem;
          letter-spacing: 0.005rem; } }
      @media (min-width: 1080px) {
        .facts .four-column-facts div h3 {
          font-size: 4.625rem;
          line-height: 4.75rem; } }
    .facts .four-column-facts div b {
      background-color: #ffffff;
      font-size: 10px;
      height: 2px;
      font-weight: bold;
      width: 63px;
      margin: 12px 35px 20px;
      display: block; }
    .facts .four-column-facts div p {
      font-size: 1.0625rem;
      line-height: 1.1875rem;
      font-weight: 700;
      letter-spacing: 0.03rem;
      font-weight: 700;
      color: #ffffff;
      margin: 0 35px; }
      @media (min-width: 1080px) {
        .facts .four-column-facts div p {
          font-size: 1.125rem;
          line-height: 1.25rem; } }
    .facts .four-column-facts div:nth-child(1) {
      padding-top: 0;
      margin-top: 0;
      padding-bottom: 48px; }
      @media (min-width: 768px) {
        .facts .four-column-facts div:nth-child(1) {
          padding-bottom: 56px;
          padding-top: 56px; } }
      @media (min-width: 1080px) {
        .facts .four-column-facts div:nth-child(1) {
          padding-bottom: 38px; } }
    .facts .four-column-facts div:nth-child(n + 2) {
      padding-bottom: 48px;
      padding-top: 48px; }
      @media (min-width: 768px) {
        .facts .four-column-facts div:nth-child(n + 2) {
          padding-bottom: 56px;
          padding-top: 56px; } }
      @media (min-width: 1080px) {
        .facts .four-column-facts div:nth-child(n + 2) {
          padding-bottom: 38px; } }
    .facts .four-column-facts div:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: gf;
      border-bottom: 2px solid #009cde; }
      @media (min-width: 768px) {
        .facts .four-column-facts div:nth-child(1) {
          border-right: 2px solid #009cde; } }
      @media (min-width: 1440px) {
        .facts .four-column-facts div:nth-child(1) {
          border-bottom: none; } }
    .facts .four-column-facts div:nth-child(2) {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      grid-area: gg;
      border-bottom: 2px solid #009cde; }
      @media (min-width: 1440px) {
        .facts .four-column-facts div:nth-child(2) {
          border-right: 2px solid #009cde;
          border-bottom: none; } }
    .facts .four-column-facts div:nth-child(3) {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      grid-area: gh;
      border-bottom: 2px solid #009cde; }
      @media (min-width: 768px) {
        .facts .four-column-facts div:nth-child(3) {
          border-bottom: none;
          border-right: 2px solid #009cde; } }
      @media (min-width: 1080px) {
        .facts .four-column-facts div:nth-child(3) {
          border-top: none; } }
    .facts .four-column-facts div:nth-child(4) {
      -ms-grid-row: 7;
      -ms-grid-column: 1;
      grid-area: gi; }
    @media (min-width: 768px){
      .facts .four-column-facts div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .facts .four-column-facts div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
      .facts .four-column-facts div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
      .facts .four-column-facts div:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 5; } }
    @media (min-width: 1080px){
      .facts .four-column-facts div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .facts .four-column-facts div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
      .facts .four-column-facts div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
      .facts .four-column-facts div:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 5; } }
    @media (min-width: 1440px){
      .facts .four-column-facts div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .facts .four-column-facts div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .facts .four-column-facts div:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
      .facts .four-column-facts div:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7; } }
      @media (min-width: 1080px) {
        .facts .four-column-facts div:nth-child(4) {
          border-top: none; } }

.moment-wrap {
  padding-top: 64px;
  padding-bottom: 80px;
  display: block;
  position: relative; }
  @media (min-width: 1080px) {
    .moment-wrap {
      padding-top: 84px;
      padding-bottom: 100px; } }
  .moment-wrap .moment {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 auto;
    -ms-grid-columns: 1fr;
        grid-template: "mimg" "mcopy" auto / 1fr;
    grid-gap: 0;
    position: relative; }
    @media (min-width: 768px) {
      .moment-wrap .moment {
        grid-gap: 1.5vw;
        -ms-grid-rows: auto;
        -ms-grid-columns: 2fr 1.5vw 5fr 1.5vw 1fr;
            grid-template: ". mcopy ." auto / 2fr 5fr 1fr;
        margin-left: 40px;
        margin-right: 40px; } }
    @media (min-width: 1080px) {
      .moment-wrap .moment {
        -ms-grid-rows: auto;
        -ms-grid-columns: 5fr 1.5vw 6fr 1.5vw 1fr;
            grid-template: ". mcopy ." auto / 5fr 6fr 1fr;
        margin-left: 52px;
        margin-right: 52px; } }
    @media (min-width: 1440px) {
      .moment-wrap .moment {
        margin-left: 62px;
        margin-right: 62px; } }
    .moment-wrap .moment .moment-img {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: mimg;
      top: 0;
      width: 100%;
      overflow: hidden;
      height: 230px;
      z-index: 0;
      position: relative;
      display: block;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      margin: 0; }
      @media screen and (min-width: 550px) {
        .moment-wrap .moment .moment-img {
          height: 250px; } }
      @media (min-width: 768px) {
        .moment-wrap .moment .moment-img {
          border-radius: 5px;
          position: absolute;
          height: 295px; } }
      @media (min-width: 1080px) {
        .moment-wrap .moment .moment-img {
          height: 418px; } }
      @media (min-width: 1440px) {
        .moment-wrap .moment .moment-img {
          height: 563px; } }
      .moment-wrap .moment .moment-img img {
        width: 100%;
        position: absolute;
        display: block;
        bottom: -5%;
        left: 0;
        right: 0;
        margin: auto; }
        @media screen and (min-width: 600px) {
          .moment-wrap .moment .moment-img img {
            top: -100%;
            bottom: -100%; } }
    .moment-wrap .moment .moment-copy {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      position: relative;
      color: #ffffff;
      grid-area: mcopy;
      padding: 2.5rem 0 3.75rem;
      -webkit-box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.2);
              box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.2);
      display: block;
      margin: 0;
      z-index: 0; }
    @media (min-width: 768px){
      .moment-wrap .moment .moment-copy {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
    @media (min-width: 1080px){
      .moment-wrap .moment .moment-copy {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
      @media (min-width: 768px) {
        .moment-wrap .moment .moment-copy {
          z-index: 1;
          margin-top: 108px;
          padding: 4.5rem 0; } }
      .moment-wrap .moment .moment-copy * {
        margin-left: 10%;
        margin-right: 10%; }
      .moment-wrap .moment .moment-copy h2 {
        margin-top: 0;
        margin-bottom: 0.75rem;
        font-size: 1rem;
        line-height: 1.125rem;
        font-weight: 700;
        letter-spacing: 0.03rem; }
        @media (min-width: 768px) {
          .moment-wrap .moment .moment-copy h2 {
            margin-bottom: 1rem; } }
      .moment-wrap .moment .moment-copy h3 {
        margin-top: 0;
        margin-bottom: 1.25rem;
        font-size: 1.375rem;
        line-height: 1.625rem;
        font-weight: 700;
        letter-spacing: 0.015rem; }
        @media (min-width: 768px) {
          .moment-wrap .moment .moment-copy h3 {
            font-size: 1.5rem;
            letter-spacing: normal; } }
        @media (min-width: 1080px) {
          .moment-wrap .moment .moment-copy h3 {
            font-size: 1.875rem;
            line-height: 2.0625rem; } }
        @media (min-width: 768px) {
          .moment-wrap .moment .moment-copy h3 {
            margin-bottom: 1.75rem; } }
      .moment-wrap .moment .moment-copy b {
        margin-bottom: 0.75rem; }
        @media (min-width: 768px) {
          .moment-wrap .moment .moment-copy b {
            margin-bottom: 1rem; } }
      .moment-wrap .moment .moment-copy p {
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: 400;
        letter-spacing: -0.005rem;
        margin-top: 0;
        margin-bottom: 1.75rem; }
        @media (min-width: 768px) {
          .moment-wrap .moment .moment-copy p {
            font-size: 1.0625rem; } }
        @media (min-width: 1080px) {
          .moment-wrap .moment .moment-copy p {
            font-size: 1.125rem;
            line-height: 1.5rem;
            letter-spacing: normal; } }
        .moment-wrap .moment .moment-copy p strong {
          margin: auto; }
        @media (min-width: 768px) {
          .moment-wrap .moment .moment-copy p {
            margin-bottom: 2rem; } }
        .moment-wrap .moment .moment-copy p:first-of-type {
          font-size: 1.125rem;
          line-height: 1.625rem;
          font-weight: 400;
          letter-spacing: -0.015rem;
          margin-bottom: 1.75rem; }
          @media (min-width: 768px) {
            .moment-wrap .moment .moment-copy p:first-of-type {
              font-size: 1.1875rem;
              line-height: 1.75rem;
              letter-spacing: -0.005rem; } }
          @media (min-width: 1080px) {
            .moment-wrap .moment .moment-copy p:first-of-type {
              font-size: 1.4375rem;
              line-height: 2.0625rem;
              letter-spacing: normal; } }
      .moment-wrap .moment .moment-copy .button {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: #ffffff; }
        @media (min-width: 1080px) {
          .moment-wrap .moment .moment-copy .button {
            font-size: 1.375rem;
            line-height: 1.625rem; } }
        .moment-wrap .moment .moment-copy .button:hover, .moment-wrap .moment .moment-copy .button:focus {
          color: #005fa9; }

.banner-wrap {
  padding-top: 64px;
  padding-bottom: 80px; }
  @media (min-width: 1080px) {
    .banner-wrap {
      padding-top: 84px;
      padding-bottom: 100px; } }

.banners {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-gap: 48px 1.5vw;
  -ms-grid-rows: 1fr 48px 1fr 48px 1fr;
  -ms-grid-columns: 1fr;
      grid-template: "card1" 1fr "card2" 1fr "card3" 1fr / 1fr;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 600px) {
    .banners {
      -ms-grid-rows: 1fr 48px 1fr 48px 1fr;
      -ms-grid-columns: 0.5fr 1.5vw 8fr 1.5vw 0.5fr;
          grid-template: ". card1 ." 1fr ". card2 ." 1fr ". card3 ." 1fr / 0.5fr 8fr 0.5fr;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 768px) {
    .banners {
      -ms-grid-rows: 1fr 48px 1fr 48px 1fr;
      -ms-grid-columns: 1fr 1.5vw 5fr 1.5vw 2fr;
          grid-template: ". card1 ." 1fr ". card2 ." 1fr ". card3 ." 1fr / 1fr 5fr 2fr;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .banners {
      -ms-grid-rows: 1fr;
      -ms-grid-columns: 1fr 1.5vw 1fr 1.5vw 1fr;
          grid-template: "card1 card2 card3" 1fr / 1fr 1fr 1fr;
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .banners {
      margin-left: 62px;
      margin-right: 62px; } }
  .banners div {
    position: relative; }
    @media (min-width: 768px) {
      .banners div {
        margin-bottom: 0; } }
    @media (min-width: 1080px) {
      .banners div {
        margin-bottom: 0; } }
  .banners div.banner:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: card1; }
  .banners div.banner:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: card2; }
  .banners div.banner:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: card3; }
  @media screen and (min-width: 600px){
    .banners div.banner:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .banners div.banner:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
    .banners div.banner:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 3; } }
  @media (min-width: 768px){
    .banners div.banner:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .banners div.banner:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
    .banners div.banner:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 3; } }
  @media (min-width: 1080px){
    .banners div.banner:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .banners div.banner:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .banners div.banner:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; } }
  .banners img.banner-img {
    position: relative;
    top: 46px;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-bottom: 146px; }
    @media (min-width: 1080px) {
      .banners img.banner-img {
        padding-bottom: 199px; } }
    @media (min-width: 1440px) {
      .banners img.banner-img {
        padding-bottom: 110px; } }
  .banners .ribbon-shape {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    top: 0;
    left: 3%;
    margin-left: 9%;
    color: #009cde;
    height: 100%;
    width: 55%;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    background-color: rgba(0, 30, 68, 0.01);
    background-image: url("../img/banner.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 400px) {
      .banners .ribbon-shape {
        width: 50%; } }
    @media (min-width: 768px) {
      .banners .ribbon-shape {
        width: 53%;
        margin-left: 5%; } }
    @media (min-width: 1080px) {
      .banners .ribbon-shape {
        width: 65%; } }
    @media (min-width: 1440px) {
      .banners .ribbon-shape {
        width: 53%; } }
    .banners .ribbon-shape * {
      margin-left: 20px;
      margin-right: 20px; }
    .banners .ribbon-shape h2 {
      font-size: 1.25rem;
      line-height: 1.5rem;
      font-weight: 700;
      font-weight: 700;
      color: #ffffff;
      padding-top: 32px;
      margin-bottom: 0; }
      @media (min-width: 1080px) {
        .banners .ribbon-shape h2 {
          font-size: 1.375rem;
          line-height: 1.625rem; } }
    .banners .ribbon-shape b {
      background-color: #009cde;
      font-size: 10px;
      height: 2px;
      font-weight: bold;
      width: 61px;
      margin: 1rem 0;
      margin-right: 8rem;
      display: block;
      margin-left: 20px; }
    .banners .ribbon-shape p {
      font-size: 1rem;
      line-height: 1.25rem;
      font-weight: 400;
      letter-spacing: -0.005rem;
      color: #ffffff;
      display: block;
      padding: 0;
      min-height: 150px;
      max-height: 160px;
      overflow: hidden;
      margin-bottom: 20px;
      margin-top: 0; }
      @media (min-width: 1080px) {
        .banners .ribbon-shape p {
          letter-spacing: 0.01rem; } }
      @media (min-width: 1080px) {
        .banners .ribbon-shape p {
          min-height: 160px;
          max-height: 177px; } }
      @media (min-width: 1440px) {
        .banners .ribbon-shape p {
          min-height: 160px;
          max-height: 155px; } }
    .banners .ribbon-shape a {
      margin-top: 0;
      margin-bottom: 20%; }
      @media screen and (min-width: 380px) {
        .banners .ribbon-shape a {
          margin-bottom: 50%; } }
      @media screen and (min-width: 400px) {
        .banners .ribbon-shape a {
          margin-bottom: 40%; } }
      @media (min-width: 768px) {
        .banners .ribbon-shape a {
          margin-bottom: 40%; } }
      @media (min-width: 1080px) {
        .banners .ribbon-shape a {
          margin-bottom: 30%; } }
      @media (min-width: 1440px) {
        .banners .ribbon-shape a {
          margin-bottom: 40%; } }
  .banners .icon-angle-right:after {
    margin-right: 0.1em; }

.footer-wrap {
  background-color: #002e69;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002e69), color-stop(65%, #001e44), to(#001e44));
  background-image: linear-gradient(to bottom, #002e69 0%, #001e44 65%, #001e44 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-bottom: 8px solid #009cde;
  overflow: hidden; }

footer {
  padding-top: 40px;
  display: -ms-grid;
  display: grid;
  grid-gap: 0 1vw;
  color: #e4e5e7;
  -ms-grid-rows: auto 0 auto 0 auto 0 auto 0 auto;
  -ms-grid-columns: 1fr 1vw 1fr;
      grid-template: "map-cta map-cta" "list list" "contact contact" "fmk fmk" "legal legal" / 1fr 1fr;
  margin-left: 36px;
  margin-right: 36px; }
  @media screen and (min-width: 730px) {
    footer {
      padding-top: 80px; } }
  @media (min-width: 768px) {
    footer {
      -ms-grid-rows: auto 0 auto 0 auto 0 auto;
      -ms-grid-columns: 2fr 1vw 2fr 1vw 2fr 1vw 2fr;
          grid-template: "map-cta map-cta map-cta map-cta" "list list list list" "fmk contact contact contact" "fmk legal legal legal" / 2fr 2fr 2fr 2fr;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    footer {
      -ms-grid-rows: auto 0 auto 0 auto;
      -ms-grid-columns: 4fr 1vw 8fr;
          grid-template: "map-cta list" auto "fmk contact" "fmk legal" / 4fr 8fr;
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    footer {
      margin-left: 62px;
      margin-right: 62px; } }
  footer div.map-social-cta {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: map-cta;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0; }
    @media screen and (min-width: 730px) {
      footer div.map-social-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (min-width: 1080px) {
      footer div.map-social-cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    footer div.map-social-cta div.map:after {
      content: "";
      position: relative;
      display: block;
      width: calc(100% + 1000px);
      margin-left: -100px;
      border-bottom: 1px solid #1e407c;
      margin-bottom: 0; }
      @media screen and (min-width: 730px) {
        footer div.map-social-cta div.map:after {
          display: none; } }
    footer div.map-social-cta div.map img {
      margin: 0 auto;
      margin-bottom: 40px; }
      @media screen and (min-width: 730px) {
        footer div.map-social-cta div.map img {
          margin-bottom: 0px; } }
    @media (min-width: 768px) {
      footer div.map-social-cta div.map {
        width: 50%; } }
    footer div.map-social-cta div.social-cta {
      margin: 0 auto;
      text-align: center; }
      @media (min-width: 768px) {
        footer div.map-social-cta div.social-cta {
          text-align: left;
          width: 50%;
          margin: 0; } }
      @media (min-width: 1080px) {
        footer div.map-social-cta div.social-cta {
          width: auto; } }
      footer div.map-social-cta div.social-cta ul {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        list-style: none;
        vertical-align: text-top;
        margin: 30px 0 28px;
        padding: 0 6px 28px;
        border-bottom: 1px dashed #1e407c; }
        @media screen and (min-width: 730px) {
          footer div.map-social-cta div.social-cta ul {
            margin: 40px 0 28px; } }
        footer div.map-social-cta div.social-cta ul li {
          margin: 0;
          margin-right: 1.625rem; }
          footer div.map-social-cta div.social-cta ul li:last-child {
            margin-right: 0; }
          footer div.map-social-cta div.social-cta ul li a {
            text-decoration: none; }
            footer div.map-social-cta div.social-cta ul li a i {
              font-size: 1.75rem;
              color: #ccf0ff; }
              footer div.map-social-cta div.social-cta ul li a i:hover, footer div.map-social-cta div.social-cta ul li a i:focus {
                color: rgba(204, 240, 255, 0.8); }
            footer div.map-social-cta div.social-cta ul li a svg {
              fill: #ccf0ff; }
              footer div.map-social-cta div.social-cta ul li a svg:hover, footer div.map-social-cta div.social-cta ul li a svg:focus {
                fill: rgba(204, 240, 255, 0.8); }
            footer div.map-social-cta div.social-cta ul li a span {
              font-size: 0; }
      footer div.map-social-cta div.social-cta h2 {
        margin-top: 0;
        margin-bottom: 0;
        display: block;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 700;
        color: #ffffff; }
      footer div.map-social-cta div.social-cta a.button {
        margin-bottom: 40px;
        width: auto; }
        @media (min-width: 1080px) {
          footer div.map-social-cta div.social-cta a.button {
            margin-bottom: 0; } }
  footer .footer-list-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: list;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer .footer-list-wrap:before {
      content: "";
      position: relative;
      display: block;
      width: calc(100% + 3000px);
      margin-left: -200px;
      margin-right: -200px;
      border-bottom: 1px solid #1e407c;
      margin-bottom: 0; }
      @media (min-width: 1080px) {
        footer .footer-list-wrap:before {
          display: none; } }
  footer div.footer-list {
    width: 50%;
    margin-bottom: 80px;
    padding-top: 40px; }
    @media screen and (min-width: 730px) {
      footer div.footer-list {
        width: 25%; } }
    footer div.footer-list a {
      color: #ccdae6;
      text-decoration: none; }
      footer div.footer-list a:hover {
        border-bottom: 1px solid #ccdae6; }
    footer div.footer-list h2 {
      font-size: 1.125rem;
      font-weight: 900;
      color: #ffffff;
      text-transform: uppercase;
      margin-top: 0; }
    footer div.footer-list ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer div.footer-list ul li {
        font-weight: 700;
        font-family: "Roboto Condensed", Impact, "Franklin Gothic Bold", sans-serif;
        font-size: 1rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-left: 0;
        padding-left: 0; }
  footer div.subfooter-mark {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: fmk; }
    footer div.subfooter-mark a:hover {
      text-decoration: none;
      border: none; }
    footer div.subfooter-mark a img {
      text-decoration: none;
      margin: 60px auto 20px;
      width: 191px; }
      @media (min-width: 768px) {
        footer div.subfooter-mark a img {
          float: left;
          margin-top: 1.5rem;
          margin-bottom: 3rem;
          width: 147px;
          margin-top: 2.5rem;
          margin-bottom: 0; } }
      @media (min-width: 1080px) {
        footer div.subfooter-mark a img {
          width: 164px;
          margin-top: 2.25rem;
          margin-right: 35px;
          float: right; } }
      footer div.subfooter-mark a img:after {
        clear: both; }
  footer div.subfooter-contact {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: contact; }
  footer div.subfooter-legal {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: legal;
    margin: 40px 0 8px; }
  @media (min-width: 768px){
    footer div.map-social-cta {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7; }
    footer .footer-list-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7; }
    footer div.subfooter-mark {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    footer div.subfooter-contact {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5; }
    footer div.subfooter-legal {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5; } }
  @media (min-width: 1080px){
    footer div.map-social-cta {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    footer .footer-list-wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
    footer div.subfooter-mark {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    footer div.subfooter-contact {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
    footer div.subfooter-legal {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; } }
    @media (min-width: 768px) {
      footer div.subfooter-legal {
        margin: 40px 0 20px; } }
  footer div.subfooter-links {
    text-align: center; }
    @media (min-width: 768px) {
      footer div.subfooter-links {
        text-align: justify; } }
    footer div.subfooter-links a:hover {
      text-decoration: none;
      border: none; }
    footer div.subfooter-links a img {
      text-decoration: none;
      margin-top: 1.5rem;
      margin-bottom: 3rem;
      float: left;
      margin-right: 0;
      width: 191px; }
      @media (min-width: 768px) {
        footer div.subfooter-links a img {
          width: 147px;
          margin-top: -4px;
          margin-bottom: 0; } }
      @media (min-width: 1080px) {
        footer div.subfooter-links a img {
          width: 164px; } }
      footer div.subfooter-links a img:after {
        clear: both; }
      @media (min-width: 768px) {
        footer div.subfooter-links a img {
          margin-top: 1.75rem; } }
      @media (min-width: 1080px) {
        footer div.subfooter-links a img {
          margin-top: 1.75rem;
          margin-right: 35px;
          float: right; } }
    footer div.subfooter-links ul {
      list-style: none;
      text-align: center;
      padding: 0.5rem 0;
      margin: 0;
      display: inline-block; }
      @media (min-width: 768px) {
        footer div.subfooter-links ul {
          text-align: left; }
          footer div.subfooter-links ul.with-border {
            border-bottom: 1px dashed #1e407c; } }
      footer div.subfooter-links ul li {
        display: inline-block;
        padding: 0 1rem;
        margin: 0.75rem 0;
        font-family: "Roboto Condensed", Impact, "Franklin Gothic Bold", sans-serif;
        font-weight: 400;
        font-size: 0.87rem;
        line-height: 1.125rem;
        color: #ccdae6;
        border-right: 1px solid #314d64; }
        @media (min-width: 768px) {
          footer div.subfooter-links ul li {
            margin: 0; } }
        footer div.subfooter-links ul li:first-child {
          padding-left: 0;
          border: none; }
        footer div.subfooter-links ul li:nth-child(2) {
          border-left: 1px solid #314d64; }
        footer div.subfooter-links ul li:last-child {
          border-right: none;
          padding-right: 0; }
          @media (min-width: 768px) {
            footer div.subfooter-links ul li:last-child {
              border-right: none; } }
        footer div.subfooter-links ul li a {
          color: #ccdae6;
          text-decoration: none; }
          footer div.subfooter-links ul li a:hover {
            border-bottom: 1px solid #ccdae6; }
        footer div.subfooter-links ul li.bold a {
          color: #ffffff;
          font-weight: 700; }
      footer div.subfooter-links ul:nth-child(2) li {
        border: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        letter-spacing: 0.045rem; }
        footer div.subfooter-links ul:nth-child(2) li:last-child {
          border: none;
          text-align: center; }
          @media (min-width: 768px) {
            footer div.subfooter-links ul:nth-child(2) li:last-child {
              padding-left: 1rem; } }
        @media (min-width: 768px) {
          footer div.subfooter-links ul:nth-child(2) li {
            letter-spacing: normal;
            padding-left: 0;
            padding-right: 1rem;
            width: auto;
            border-right: 1px solid #314d64; } }
    footer div.subfooter-links .footer-svg img {
      padding: 0;
      margin: 60px auto 0;
      text-align: center;
      height: 16px;
      width: 206px;
      display: inline-block;
      letter-spacing: normal;
      vertical-align: bottom; }
      @media (min-width: 768px) {
        footer div.subfooter-links .footer-svg img {
          margin: 0 auto 0;
          width: 168px; } }
  footer .need-line:before {
    content: "";
    position: relative;
    display: block;
    width: calc(100% + 1000px);
    margin-left: -100px;
    border-top: 1px solid #1e407c;
    margin-top: -10px;
    margin-bottom: 0;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      footer .need-line:before {
        border: none; } }

.social-wrap {
  padding-top: 64px;
  padding-bottom: 80px; }
  @media (min-width: 1080px) {
    .social-wrap {
      padding-top: 84px;
      padding-bottom: 100px; } }
  .social-wrap .social {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 100%;
    margin-left: 36px;
    margin-right: 36px; }
    @media (min-width: 768px) {
      .social-wrap .social {
        margin-left: 40px;
        margin-right: 40px; } }
    @media (min-width: 1080px) {
      .social-wrap .social {
        margin-left: 52px;
        margin-right: 52px; } }
    @media (min-width: 1440px) {
      .social-wrap .social {
        margin-left: 62px;
        margin-right: 62px; } }
    .social-wrap .social .heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 773px) {
        .social-wrap .social .heading {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    .social-wrap .social .title {
      width: 100%;
      margin-bottom: 32px;
      text-align: center; }
      @media screen and (min-width: 733px) {
        .social-wrap .social .title {
          text-align: left; } }
      .social-wrap .social .title h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: #001e44;
        margin-bottom: 0;
        padding: 0;
        margin: 0; }
        @media (min-width: 1080px) {
          .social-wrap .social .title h2 {
            font-size: 1.375rem;
            line-height: 1.625rem; } }
    .social-wrap .social div.social-post {
      width: 100%;
      margin-bottom: 33px; }
      @media (min-width: 768px) {
        .social-wrap .social div.social-post {
          width: 49%;
          margin-bottom: 1.5vw; } }
      @media (min-width: 1080px) {
        .social-wrap .social div.social-post {
          width: 32%; } }
      .social-wrap .social div.social-post img {
        width: 100%; }
    .social-wrap .social div.social-links {
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 768px) {
        .social-wrap .social div.social-links {
          margin-bottom: 45px; } }
      @media screen and (min-width: 733px) {
        .social-wrap .social div.social-links {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          margin-bottom: 0; } }
      .social-wrap .social div.social-links .connect-wrap {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        direction: ltr;
        width: 100%;
        z-index: 5; }
        @media (min-width: 768px) {
          .social-wrap .social div.social-links .connect-wrap {
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-flow: row;
                    flex-flow: row; } }
        @media screen and (min-width: 773px) {
          .social-wrap .social div.social-links .connect-wrap {
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end; } }
        @media (min-width: 1080px) {
          .social-wrap .social div.social-links .connect-wrap {
            margin-bottom: 15px; } }
        @media (min-width: 1440px) {
          .social-wrap .social div.social-links .connect-wrap {
            margin-bottom: 18px; } }
        .social-wrap .social div.social-links .connect-wrap p {
          margin-right: 0;
          margin-top: 0.85rem;
          vertical-align: text-bottom;
          width: 100%;
          text-align: center;
          text-transform: uppercase;
          letter-spacing: 1px;
          letter-spacing: 0.09375rem;
          font-weight: 700;
          font-size: 1rem;
          width: 100%;
          display: inline-block;
          margin-bottom: 16px; }
          .social-wrap .social div.social-links .connect-wrap p:after {
            content: "//";
            padding: 0 0 0 0.5rem; }
          @media (min-width: 768px) {
            .social-wrap .social div.social-links .connect-wrap p {
              margin-top: 5px;
              width: auto;
              text-align: left;
              margin-bottom: 0; } }
          @media (min-width: 1080px) {
            .social-wrap .social div.social-links .connect-wrap p {
              margin-top: 0.45rem; } }
        .social-wrap .social div.social-links .connect-wrap ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          list-style: none;
          text-align: center;
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center;
          margin: 0 auto 45px;
          padding: 0; }
          @media (min-width: 768px) {
            .social-wrap .social div.social-links .connect-wrap ul {
              margin: 0; } }
          .social-wrap .social div.social-links .connect-wrap ul li {
            margin: 0;
            margin-left: 1rem; }
            .social-wrap .social div.social-links .connect-wrap ul li:first-child {
              margin-left: 0; }
            @media (min-width: 768px) {
              .social-wrap .social div.social-links .connect-wrap ul li:first-child {
                margin-left: 1.75rem; } }
            .social-wrap .social div.social-links .connect-wrap ul li a {
              text-decoration: none; }
              .social-wrap .social div.social-links .connect-wrap ul li a i {
                font-size: 1.75rem;
                color: #005fa9; }
                .social-wrap .social div.social-links .connect-wrap ul li a i:hover {
                  color: rgba(0, 95, 169, 0.8); }
              .social-wrap .social div.social-links .connect-wrap ul li a svg {
                fill: #005fa9; }
                .social-wrap .social div.social-links .connect-wrap ul li a svg:hover {
                  fill: rgba(0, 95, 169, 0.8); }
              .social-wrap .social div.social-links .connect-wrap ul li a span {
                font-size: 0;
                display: block; }

.latest-news-wrap {
  padding-top: 64px;
  padding-bottom: 80px;
  width: 100%; }
  @media (min-width: 1080px) {
    .latest-news-wrap {
      padding-top: 84px;
      padding-bottom: 100px; } }

.latest-news {
  display: -ms-grid;
  display: grid;
  grid-gap: 0 1.5vw;
  -ms-grid-rows: auto 0 1fr 0 1fr 0 1fr 0 1fr 0 auto;
  -ms-grid-columns: 1fr;
      grid-template: "title" auto "news1" 1fr "news2" 1fr "news3" 1fr "news4" 1fr "button" auto / 1fr;
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .latest-news {
      -ms-grid-rows: auto 0 1fr 0 1fr 0 auto;
      -ms-grid-columns: 1fr 1.5vw 1fr;
          grid-template: "title title" auto "news1 news2" 1fr "news3 news4" 1fr "button button" auto / 1fr 1fr;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .latest-news {
      -ms-grid-rows: auto 0 1fr 0 auto;
      -ms-grid-columns: 1fr 1.5vw 1fr 1.5vw 1fr 1.5vw 1fr;
          grid-template: "title title title title" auto "news1 news2 news3 news4" 1fr "button button button button" auto / 1fr 1fr 1fr 1fr;
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .latest-news {
      margin-left: 62px;
      margin-right: 62px; } }
  .latest-news .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: title;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .latest-news .title h2 {
      font-size: 1.25rem;
      line-height: 1.5rem;
      font-weight: 700;
      margin: 0 0 32px 0; }
      @media (min-width: 1080px) {
        .latest-news .title h2 {
          font-size: 1.375rem;
          line-height: 1.625rem; } }
    .latest-news .title a {
      margin-top: 1px;
      text-decoration: none; }
      .latest-news .title a i {
        color: #005fa9;
        font-size: 1.375rem;
        margin-left: 10px; }
      .latest-news .title a span {
        font-size: 0; }
  .latest-news div:nth-child(n + 2) img {
    width: 100%; }
  .latest-news div:nth-child(n + 2) a.img-text-anchor {
    color: #005fa9;
    text-decoration: none; }
    .latest-news div:nth-child(n + 2) a.img-text-anchor h3 {
      margin-top: 24px;
      margin-bottom: 20px;
      font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
      font-size: 1.25rem;
      line-height: 1.5rem;
      font-weight: 700; }
      @media (min-width: 1080px) {
        .latest-news div:nth-child(n + 2) a.img-text-anchor h3 {
          font-size: 1.375rem;
          line-height: 1.625rem; } }
    .latest-news div:nth-child(n + 2) a.img-text-anchor:hover, .latest-news div:nth-child(n + 2) a.img-text-anchor:focus {
      text-decoration: underline; }
  .latest-news div:nth-child(n + 2) p.date {
    color: #262626;
    text-transform: uppercase;
    font-size: 1.0625rem;
    line-height: 1.1875rem;
    font-weight: 700;
    letter-spacing: 0.03rem; }
    @media (min-width: 1080px) {
      .latest-news div:nth-child(n + 2) p.date {
        font-size: 1.125rem;
        line-height: 1.25rem; } }
  .latest-news div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: news1;
    margin-bottom: 45px; }
    @media (min-width: 1080px) {
      .latest-news div:nth-child(2) {
        margin-bottom: 0; } }
  .latest-news div:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: news2;
    margin-bottom: 45px; }
    @media (min-width: 1080px) {
      .latest-news div:nth-child(3) {
        margin-bottom: 0; } }
  .latest-news div:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: news3;
    margin-bottom: 45px; }
    @media (min-width: 1080px) {
      .latest-news div:nth-child(4) {
        margin-bottom: 0; } }
  .latest-news div:nth-child(5) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    grid-area: news4;
    margin-right: 0;
    margin-bottom: 45px; }
  .latest-news div.to-new-button {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    padding-top: 56px;
    grid-area: button;
    text-align: center; }
    .latest-news div.to-new-button .button {
      margin-top: 0; }

.latest-news-wrap {
  padding-top: 64px;
  padding-bottom: 80px;
  width: 100%; }
  @media (min-width: 1080px) {
    .latest-news-wrap {
      padding-top: 84px;
      padding-bottom: 100px; } }

.latest-news-rss {
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .latest-news-rss {
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .latest-news-rss {
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .latest-news-rss {
      margin-left: 62px;
      margin-right: 62px; } }
  .latest-news-rss .title > h2 {
    text-transform: uppercase; }

.latest-news-rss #rss-items {
  display: -ms-grid;
  display: grid;
  grid-gap: 0 1.5vw;
  -ms-grid-rows: 1fr 0 1fr 0 1fr 0 1fr;
      grid-template: "nr1" 1fr "nr2" 1fr "nr3" 1fr "nr4" 1fr; }
  @media (min-width: 768px) {
    .latest-news-rss #rss-items {
      -ms-grid-rows: 1fr 0 1fr;
          grid-template: "nr1 nr2" 1fr "nr3 nr4" 1fr; } }
  @media (min-width: 1080px) {
    .latest-news-rss #rss-items {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 1.5vw 1fr 1.5vw 1fr 1.5vw 1fr;
          grid-template: "nr1 nr2 nr3 nr4" auto / 1fr 1fr 1fr 1fr; } }

.latest-news-rss .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .latest-news-rss .title h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin: 0 0 32px 0; }
    @media (min-width: 1080px) {
      .latest-news-rss .title h2 {
        font-size: 1.375rem;
        line-height: 1.625rem; } }
  .latest-news-rss .title a {
    margin-top: 1px;
    text-decoration: none; }
    .latest-news-rss .title a i {
      color: #005fa9;
      font-size: 1.375rem;
      margin-left: 10px; }
    .latest-news-rss .title a span {
      font-size: 0; }

.latest-news-rss div#rss-items div img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (min-width: 768px) {
    .latest-news-rss div#rss-items div img {
      height: 32vw; } }
  @media (min-width: 1080px) {
    .latest-news-rss div#rss-items div img {
      height: 16.4vw; } }
  @media (min-width: 1440px) {
    .latest-news-rss div#rss-items div img {
      height: 14.63rem; } }

.latest-news-rss div#rss-items div a.img-text-anchor {
  color: #005fa9;
  text-decoration: none; }
  .latest-news-rss div#rss-items div a.img-text-anchor h3 {
    margin-top: 24px;
    margin-bottom: 20px;
    font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700; }
    @media (min-width: 1080px) {
      .latest-news-rss div#rss-items div a.img-text-anchor h3 {
        font-size: 1.375rem;
        line-height: 1.625rem; } }
  .latest-news-rss div#rss-items div a.img-text-anchor:hover, .latest-news-rss div#rss-items div a.img-text-anchor:focus {
    text-decoration: underline; }

.latest-news-rss div#rss-items div p.date {
  color: #262626;
  text-transform: uppercase;
  font-size: 1.0625rem;
  line-height: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.03rem; }
  @media (min-width: 1080px) {
    .latest-news-rss div#rss-items div p.date {
      font-size: 1.125rem;
      line-height: 1.25rem; } }

.latest-news-rss div#rss-items div:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: nr1;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .latest-news-rss div#rss-items div:nth-child(1) {
      margin-right: 1rem; } }
  @media (min-width: 1080px) {
    .latest-news-rss div#rss-items div:nth-child(1) {
      margin-bottom: 0;
      margin-right: 0; } }

.latest-news-rss div#rss-items div:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: nr2;
  margin-bottom: 45px; }
  @media (min-width: 1080px) {
    .latest-news-rss div#rss-items div:nth-child(2) {
      margin-bottom: 0; } }

.latest-news-rss div#rss-items div:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: nr3;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .latest-news-rss div#rss-items div:nth-child(3) {
      margin-right: 1rem; } }
  @media (min-width: 1080px) {
    .latest-news-rss div#rss-items div:nth-child(3) {
      margin-right: 0;
      margin-bottom: 0; } }

.latest-news-rss div#rss-items div:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: nr4;
  margin-bottom: 45px; }

@media (min-width: 768px){
    .latest-news-rss div#rss-items div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .latest-news-rss div#rss-items div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .latest-news-rss div#rss-items div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
    .latest-news-rss div#rss-items div:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; } }

@media (min-width: 1080px){
    .latest-news-rss div#rss-items div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .latest-news-rss div#rss-items div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .latest-news-rss div#rss-items div:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
    .latest-news-rss div#rss-items div:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7; } }

.latest-news-rss div.to-new-button {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  padding-top: 56px;
  grid-area: button;
  text-align: center; }
  .latest-news-rss div.to-new-button .button {
    margin-top: 0; }

.styled-text-wrap {
  padding-top: 4rem;
  padding-bottom: 2.25rem; }
  @media (min-width: 1080px) {
    .styled-text-wrap {
      padding-top: 56px;
      padding-bottom: 2.75rem; } }

@media (min-width: 1080px) {
  .mobile-only {
    position: absolute;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; } }

.styled-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
      grid-template: "copy" auto / 1fr;
  grid-gap: 1.5vw;
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .styled-text {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 1.5vw 6fr 1.5vw 1fr;
          grid-template: ". copy ." auto / 1fr 6fr 1fr;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .styled-text {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 1.5vw 4fr 1.5vw 1fr;
          grid-template: ". copy ." auto / 1fr 4fr 1fr;
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .styled-text {
      margin-left: 62px;
      margin-right: 62px; } }
  .styled-text div {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: copy;
    -ms-grid-row-align: end;
        align-self: end; }
    .styled-text div a.button {
      margin-top: 0;
      margin-bottom: 2.5rem; }
    .styled-text div h1,
    .styled-text div h2,
    .styled-text div h3,
    .styled-text div h4,
    .styled-text div h5 {
      margin: 0;
      padding: 0; }
    .styled-text div .title-xx-large {
      color: #1e407c;
      padding: 1rem 0 1.75rem 0; }
      @media (min-width: 1080px) {
        .styled-text div .title-xx-large {
          padding: 1rem 0 3.5rem 0; } }
    .styled-text div .title-x-large,
    .styled-text div .title-large,
    .styled-text div .title-medium {
      padding: 1rem 0 1.5rem; }
      @media (min-width: 1080px) {
        .styled-text div .title-x-large,
        .styled-text div .title-large,
        .styled-text div .title-medium {
          padding: 1rem 0 1.75rem; } }
    .styled-text div .title-x-large,
    .styled-text div .title-large,
    .styled-text div .title-medium,
    .styled-text div .title-small {
      color: #001e44; }
    .styled-text div .title-small {
      padding: 1rem 0; }
    .styled-text div .body-large {
      padding-bottom: 2rem; }
      @media (min-width: 1080px) {
        .styled-text div .body-large {
          padding-bottom: 2.5rem; } }
    .styled-text div .body-medium {
      padding-bottom: 1.75rem; }
      @media (min-width: 768px) {
        .styled-text div .body-medium {
          padding-bottom: 2rem; } }
      @media (min-width: 1080px) {
        .styled-text div .body-medium {
          padding-bottom: 2.5rem; } }
    .styled-text div .body-small {
      padding-bottom: 1.75rem; }
      @media (min-width: 1080px) {
        .styled-text div .body-small {
          padding-bottom: 2rem; } }
    .styled-text div ul {
      padding-top: 0;
      padding-bottom: 1rem;
      margin: 0; }
      .styled-text div ul li {
        margin-bottom: 1.75rem; }
        .styled-text div ul li a {
          color: #005fa9;
          font-weight: 700;
          text-decoration: none; }
          .styled-text div ul li a:hover {
            text-decoration: underline; }

.rfi-form-wrap .rfi-styled-text-wrap {
  background-color: #ccf0ff;
  padding-top: 1.75rem;
  padding-bottom: 0.25rem; }

.rfi-form-wrap .rfi-styled-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
      grid-template: "rfi-copy" / 1fr;
  grid-gap: 1.5vw;
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 321px) {
    .rfi-form-wrap .rfi-styled-text {
      margin-left: 36px;
      margin-right: 36px; } }
  @media (min-width: 768px) {
    .rfi-form-wrap .rfi-styled-text {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 1.5vw 6fr 1.5vw 1fr;
          grid-template: ". rfi-copy ." / 1fr 6fr 1fr;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .rfi-form-wrap .rfi-styled-text {
      -ms-grid-rows: auto;
      -ms-grid-columns: 2fr 1.5vw 7fr 1.5vw 3fr;
          grid-template: ". rfi-copy ." / 2fr 7fr 3fr;
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .rfi-form-wrap .rfi-styled-text {
      margin-left: 62px;
      margin-right: 62px; } }
  .rfi-form-wrap .rfi-styled-text div {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: rfi-copy;
    -ms-grid-row-align: end;
        align-self: end; }
  @media (min-width: 768px){
    .rfi-form-wrap .rfi-styled-text div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
  @media (min-width: 1080px){
    .rfi-form-wrap .rfi-styled-text div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
    .rfi-form-wrap .rfi-styled-text div a.button {
      margin-top: 0;
      margin-bottom: 2.5rem; }
    .rfi-form-wrap .rfi-styled-text div h1,
    .rfi-form-wrap .rfi-styled-text div h2,
    .rfi-form-wrap .rfi-styled-text div h3,
    .rfi-form-wrap .rfi-styled-text div h4,
    .rfi-form-wrap .rfi-styled-text div h5 {
      margin: 0;
      padding: 0; }
    .rfi-form-wrap .rfi-styled-text div .title-xx-large {
      color: #1e407c;
      padding: 1rem 0 1.75rem 0; }
      @media (min-width: 1080px) {
        .rfi-form-wrap .rfi-styled-text div .title-xx-large {
          padding: 1rem 0 3.5rem 0; } }
    .rfi-form-wrap .rfi-styled-text div .title-x-large,
    .rfi-form-wrap .rfi-styled-text div .title-large,
    .rfi-form-wrap .rfi-styled-text div .title-medium {
      padding: 1rem 0 1.5rem; }
      @media (min-width: 1080px) {
        .rfi-form-wrap .rfi-styled-text div .title-x-large,
        .rfi-form-wrap .rfi-styled-text div .title-large,
        .rfi-form-wrap .rfi-styled-text div .title-medium {
          padding: 1rem 0 1.75rem; } }
    .rfi-form-wrap .rfi-styled-text div .title-x-large,
    .rfi-form-wrap .rfi-styled-text div .title-large,
    .rfi-form-wrap .rfi-styled-text div .title-medium,
    .rfi-form-wrap .rfi-styled-text div .title-small {
      color: #001e44; }
    .rfi-form-wrap .rfi-styled-text div .title-small {
      padding: 1rem 0; }
    .rfi-form-wrap .rfi-styled-text div .uppercase.double-slash {
      text-align: center; }
    .rfi-form-wrap .rfi-styled-text div .body-large {
      padding-bottom: 2rem; }
      @media (min-width: 1080px) {
        .rfi-form-wrap .rfi-styled-text div .body-large {
          padding-bottom: 2.5rem; } }
    .rfi-form-wrap .rfi-styled-text div .body-medium {
      padding-bottom: 1.75rem; }
      @media (min-width: 768px) {
        .rfi-form-wrap .rfi-styled-text div .body-medium {
          padding-bottom: 2rem; } }
      @media (min-width: 1080px) {
        .rfi-form-wrap .rfi-styled-text div .body-medium {
          padding-bottom: 2.5rem; } }
    .rfi-form-wrap .rfi-styled-text div .body-small {
      padding-bottom: 1.75rem; }
      @media (min-width: 1080px) {
        .rfi-form-wrap .rfi-styled-text div .body-small {
          padding-bottom: 2rem; } }

.rfi-form-inner {
  background-color: #ccf0ff;
  background: -webkit-gradient(linear, left bottom, left top, from(#ccf0ff), color-stop(20%, #cfeceb), to(#ccf0ff));
  background: linear-gradient(to top, #ccf0ff 0%, #cfeceb 20%, #ccf0ff 100%);
  padding: 1rem 0 4rem; }
  @media (min-width: 1080px) {
    .rfi-form-inner {
      padding: 1rem 0 5.25rem; } }
  .rfi-form-inner .rfi-form-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: "rfi-form" auto / 1fr;
    grid-gap: 1.5vw;
    color: #ffffff;
    margin-left: 20px;
    margin-right: 20px; }
    @media screen and (min-width: 321px) {
      .rfi-form-inner .rfi-form-grid {
        margin-left: 36px;
        margin-right: 36px; } }
    @media (min-width: 768px) {
      .rfi-form-inner .rfi-form-grid {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 1.5vw 6fr 1.5vw 1fr;
            grid-template: ". rfi-form ." auto / 1fr 6fr 1fr;
        margin-left: 40px;
        margin-right: 40px; } }
    @media (min-width: 1080px) {
      .rfi-form-inner .rfi-form-grid {
        -ms-grid-rows: auto;
        -ms-grid-columns: 2fr 1.5vw 7fr 1.5vw 3fr;
            grid-template: ". rfi-form ." auto / 2fr 7fr 3fr;
        margin-left: 52px;
        margin-right: 52px; } }
    @media (min-width: 1440px) {
      .rfi-form-inner .rfi-form-grid {
        margin-left: 62px;
        margin-right: 62px; } }
  .rfi-form-inner .rfi-form {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: rfi-form; }
  @media (min-width: 768px){
      .rfi-form-inner .rfi-form {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
  @media (min-width: 1080px){
      .rfi-form-inner .rfi-form {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
    .rfi-form-inner .rfi-form form input,
    .rfi-form-inner .rfi-form form select {
      border-radius: 3px;
      border: 1px solid #001e44;
      height: 3.1875rem !important;
      line-height: 3.1875rem !important;
      font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
      color: #314d64;
      padding: 0 0.25rem;
      background: #ffffff; }
      .rfi-form-inner .rfi-form form input:focus,
      .rfi-form-inner .rfi-form form select:focus {
        border: 2px solid #009cde; }
    .rfi-form-inner .rfi-form form input {
      width: 270px; }
      @media screen and (min-width: 321px) {
        .rfi-form-inner .rfi-form form input {
          width: 302px; } }
      @media (min-width: 768px) {
        .rfi-form-inner .rfi-form form input {
          width: 477px; } }
      @media (min-width: 1080px) {
        .rfi-form-inner .rfi-form form input {
          width: 533px; } }
      .rfi-form-inner .rfi-form form input[type="text"], .rfi-form-inner .rfi-form form input[type="email"] {
        text-indent: 0.25rem;
        color: #1e407c !important;
        font-size: 1.375rem;
        line-height: 1.625rem;
        font-weight: 700; }
    .rfi-form-inner .rfi-form form select {
      text-indent: 0.25rem;
      color: #1e407c;
      font-size: 1.375rem;
      line-height: 1.625rem;
      font-weight: 700; }
    .rfi-form-inner .rfi-form form div.form_question:nth-child(4) select {
      display: block;
      margin-right: 0;
      margin-left: 0 !important;
      margin-bottom: 0.5rem; }
      .rfi-form-inner .rfi-form form div.form_question:nth-child(4) select:nth-child(1) {
        width: 195px; }
      .rfi-form-inner .rfi-form form div.form_question:nth-child(4) select:nth-child(2) {
        width: 93px; }
      .rfi-form-inner .rfi-form form div.form_question:nth-child(4) select:nth-child(3) {
        width: 118px; }
    @media (min-width: 768px) {
      .rfi-form-inner .rfi-form form div.form_question:nth-child(4) select {
        display: unset;
        margin-right: 0.5rem; }
        .rfi-form-inner .rfi-form form div.form_question:nth-child(4) select:nth-child(1) {
          width: 195px; }
        .rfi-form-inner .rfi-form form div.form_question:nth-child(4) select:nth-child(2) {
          width: 93px; }
        .rfi-form-inner .rfi-form form div.form_question:nth-child(4) select:nth-child(3) {
          width: 118px; } }
    @media (min-width: 1080px) {
      .rfi-form-inner .rfi-form form div.form_question:nth-child(4) select:nth-child(1) {
        width: 195px; }
      .rfi-form-inner .rfi-form form div.form_question:nth-child(4) select:nth-child(2) {
        width: 93px; }
      .rfi-form-inner .rfi-form form div.form_question:nth-child(4) select:nth-child(3) {
        width: 118px; } }
    .rfi-form-inner .rfi-form form div.form_question:nth-child(6) select {
      width: 266px; }
    .rfi-form-inner .rfi-form form div.form_question:nth-child(7) select {
      width: 270px; }
      @media screen and (min-width: 321px) {
        .rfi-form-inner .rfi-form form div.form_question:nth-child(7) select {
          width: 302px; } }
      @media (min-width: 1080px) {
        .rfi-form-inner .rfi-form form div.form_question:nth-child(7) select {
          width: 363px; } }
    .rfi-form-inner .rfi-form form div.form_question:nth-child(8) select {
      width: 127px; }
    .rfi-form-inner .rfi-form form div.form_question:nth-child(9) select, .rfi-form-inner .rfi-form form div.form_question:nth-child(10) select {
      width: 270px; }
      @media screen and (min-width: 321px) {
        .rfi-form-inner .rfi-form form div.form_question:nth-child(9) select, .rfi-form-inner .rfi-form form div.form_question:nth-child(10) select {
          width: 302px; } }
      @media (min-width: 1080px) {
        .rfi-form-inner .rfi-form form div.form_question:nth-child(9) select, .rfi-form-inner .rfi-form form div.form_question:nth-child(10) select {
          width: 363px; } }
    .rfi-form-inner .rfi-form form label,
    .rfi-form-inner .rfi-form form .form-label,
    .rfi-form-inner .rfi-form form .form_label {
      font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
      font-size: 1rem;
      line-height: 1.125rem;
      font-weight: 700;
      letter-spacing: 0.03rem;
      color: #001e44;
      font-weight: 400;
      margin-bottom: 0.25rem;
      text-indent: 2px; }
    .rfi-form-inner .rfi-form form button.default {
      background-color: #1e407c;
      background-image: linear-gradient(-49.01deg, #00a7ed 0%, #009cde 4.4%, #005fa9 51.7%, #1e407c 82.3%, #1e407c 100%);
      color: #ffffff;
      border-radius: 3px;
      border: none;
      margin-top: 3.125rem;
      padding: 1.375rem 2.25rem;
      font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
      font-size: 1.375rem;
      line-height: 1.625rem;
      font-weight: 700;
      letter-spacing: 0.015rem;
      text-transform: uppercase;
      font-style: italic; }
      @media (min-width: 768px) {
        .rfi-form-inner .rfi-form form button.default {
          font-size: 1.5rem;
          letter-spacing: normal; } }
      @media (min-width: 1080px) {
        .rfi-form-inner .rfi-form form button.default {
          font-size: 1.875rem;
          line-height: 2.0625rem; } }
      @media (min-width: 768px) {
        .rfi-form-inner .rfi-form form button.default {
          padding: 1.375rem 3.5rem; } }
      @media (min-width: 1080px) {
        .rfi-form-inner .rfi-form form button.default {
          padding: 1.5rem 4.5rem; } }
      .rfi-form-inner .rfi-form form button.default:hover {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#1e407c), color-stop(44%, #005fa9), color-stop(98%, #009cde), to(#00d8ff));
        background-image: linear-gradient(to top, #1e407c 0%, #005fa9 44%, #009cde 98%, #00d8ff 100%); }
      .rfi-form-inner .rfi-form form button.default:focus {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#0076d1), color-stop(3.9%, #009cde), color-stop(51.7%, #005fa9), color-stop(82.3%, #1e407c), to(#1e407c));
        background-image: linear-gradient(to bottom, #0076d1 0%, #009cde 3.9%, #005fa9 51.7%, #1e407c 82.3%, #1e407c 100%); }
    .rfi-form-inner .rfi-form p {
      font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
      font-size: 1.375rem;
      line-height: 1.625rem;
      font-weight: 700;
      letter-spacing: 0.015rem;
      color: #005fa9;
      padding: 1rem 0; }
      @media (min-width: 768px) {
        .rfi-form-inner .rfi-form p {
          font-size: 1.5rem;
          letter-spacing: normal; } }
      @media (min-width: 1080px) {
        .rfi-form-inner .rfi-form p {
          font-size: 1.875rem;
          line-height: 2.0625rem; } }

html,
body {
  min-height: 100% !important;
  height: 100% !important; }

.advocate-form-wrap .advocate-styled-text-wrap {
  background-color: #ccf0ff;
  padding-top: 1.75rem;
  padding-bottom: 0.25rem; }

.advocate-form-wrap .advocate-styled-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
      grid-template: "advocate-copy" / 1fr;
  grid-gap: 1.5vw;
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 321px) {
    .advocate-form-wrap .advocate-styled-text {
      margin-left: 36px;
      margin-right: 36px; } }
  @media (min-width: 768px) {
    .advocate-form-wrap .advocate-styled-text {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 1.5vw 6fr 1.5vw 1fr;
          grid-template: ". advocate-copy ." / 1fr 6fr 1fr;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .advocate-form-wrap .advocate-styled-text {
      -ms-grid-rows: auto;
      -ms-grid-columns: 2fr 1.5vw 7fr 1.5vw 3fr;
          grid-template: ". advocate-copy ." / 2fr 7fr 3fr;
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .advocate-form-wrap .advocate-styled-text {
      margin-left: 62px;
      margin-right: 62px; } }
  .advocate-form-wrap .advocate-styled-text div {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: advocate-copy;
    -ms-grid-row-align: end;
        align-self: end; }
  @media (min-width: 768px){
    .advocate-form-wrap .advocate-styled-text div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
  @media (min-width: 1080px){
    .advocate-form-wrap .advocate-styled-text div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
    .advocate-form-wrap .advocate-styled-text div a.button {
      margin-top: 0;
      margin-bottom: 2.5rem; }
    .advocate-form-wrap .advocate-styled-text div h1,
    .advocate-form-wrap .advocate-styled-text div h2,
    .advocate-form-wrap .advocate-styled-text div h3,
    .advocate-form-wrap .advocate-styled-text div h4,
    .advocate-form-wrap .advocate-styled-text div h5 {
      margin: 0;
      padding: 0; }
    .advocate-form-wrap .advocate-styled-text div .title-xx-large {
      color: #1e407c;
      padding: 1rem 0 1.75rem 0; }
      @media (min-width: 1080px) {
        .advocate-form-wrap .advocate-styled-text div .title-xx-large {
          padding: 1rem 0 3.5rem 0; } }
    .advocate-form-wrap .advocate-styled-text div .title-x-large,
    .advocate-form-wrap .advocate-styled-text div .title-large,
    .advocate-form-wrap .advocate-styled-text div .title-medium {
      padding: 1rem 0 1.5rem; }
      @media (min-width: 1080px) {
        .advocate-form-wrap .advocate-styled-text div .title-x-large,
        .advocate-form-wrap .advocate-styled-text div .title-large,
        .advocate-form-wrap .advocate-styled-text div .title-medium {
          padding: 1rem 0 1.75rem; } }
    .advocate-form-wrap .advocate-styled-text div .title-x-large,
    .advocate-form-wrap .advocate-styled-text div .title-large,
    .advocate-form-wrap .advocate-styled-text div .title-medium,
    .advocate-form-wrap .advocate-styled-text div .title-small {
      color: #001e44; }
    .advocate-form-wrap .advocate-styled-text div .title-small {
      padding: 1rem 0; }
    .advocate-form-wrap .advocate-styled-text div .uppercase.double-slash {
      text-align: center; }
    .advocate-form-wrap .advocate-styled-text div .body-large {
      padding-bottom: 2rem; }
      @media (min-width: 1080px) {
        .advocate-form-wrap .advocate-styled-text div .body-large {
          padding-bottom: 2.5rem; } }
    .advocate-form-wrap .advocate-styled-text div .body-medium {
      padding-bottom: 1.75rem; }
      @media (min-width: 768px) {
        .advocate-form-wrap .advocate-styled-text div .body-medium {
          padding-bottom: 2rem; } }
      @media (min-width: 1080px) {
        .advocate-form-wrap .advocate-styled-text div .body-medium {
          padding-bottom: 2.5rem; } }
    .advocate-form-wrap .advocate-styled-text div .body-small {
      padding-bottom: 1.75rem; }
      @media (min-width: 1080px) {
        .advocate-form-wrap .advocate-styled-text div .body-small {
          padding-bottom: 2rem; } }

.advocate-form-inner {
  background-color: #ccf0ff;
  background: -webkit-gradient(linear, left bottom, left top, from(#ccf0ff), color-stop(20%, #cfeceb), to(#ccf0ff));
  background: linear-gradient(to top, #ccf0ff 0%, #cfeceb 20%, #ccf0ff 100%);
  padding: 1rem 0 4rem; }
  @media (min-width: 1080px) {
    .advocate-form-inner {
      padding: 1rem 0 5.25rem; } }
  .advocate-form-inner .advocate-form-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: "advocate-form" auto / 1fr;
    grid-gap: 1.5vw;
    color: #ffffff;
    margin-left: 20px;
    margin-right: 20px; }
    @media screen and (min-width: 321px) {
      .advocate-form-inner .advocate-form-grid {
        margin-left: 36px;
        margin-right: 36px; } }
    @media (min-width: 768px) {
      .advocate-form-inner .advocate-form-grid {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 1.5vw 6fr 1.5vw 1fr;
            grid-template: ". advocate-form ." auto / 1fr 6fr 1fr;
        margin-left: 40px;
        margin-right: 40px; } }
    @media (min-width: 1080px) {
      .advocate-form-inner .advocate-form-grid {
        -ms-grid-rows: auto;
        -ms-grid-columns: 2fr 1.5vw 7fr 1.5vw 3fr;
            grid-template: ". advocate-form ." auto / 2fr 7fr 3fr;
        margin-left: 52px;
        margin-right: 52px; } }
    @media (min-width: 1440px) {
      .advocate-form-inner .advocate-form-grid {
        margin-left: 62px;
        margin-right: 62px; } }
  .advocate-form-inner .advocate-form {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: advocate-form; }
  @media (min-width: 768px){
      .advocate-form-inner .advocate-form {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
  @media (min-width: 1080px){
      .advocate-form-inner .advocate-form {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }

.resize-observer {
  height: 0 !important;
  display: none !important;
  margin: 0 !important; }
  .resize-observer html,
  .resize-observer body,
  .resize-observer object {
    height: 0 !important;
    display: none !important;
    margin: 0 !important; }

.p2a-campaign__wrapper,
.p2a-widget,
.p2a-campaign,
.p2a-campaign__wrapper {
  display: block !important;
  overflow: none !important; }

.advocacy-actionwidget {
  border-radius: 5px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  overflow: auto !important;
  height: 100% !important;
  overflow: hidden !important;
  border: none;
  background-color: #001e44;
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif !important;
  padding: 0 1.5rem !important; }
  .advocacy-actionwidget iframe {
    margin-top: 2rem;
    height: 1250px !important;
    display: block !important;
    position: relative !important;
    overflow: none !important;
    font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif !important; }
    @media (min-width: 768px) {
      .advocacy-actionwidget iframe {
        height: 1200px !important; } }
    .advocacy-actionwidget iframe form {
      margin-left: 25px !important;
      margin-right: 25px !important;
      font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif !important; }
    .advocacy-actionwidget iframe .p2a-widget.p2a-action-form {
      padding-left: 25px !important;
      padding-right: 25px !important; }
    .advocacy-actionwidget iframe .p2a-form-heading,
    .advocacy-actionwidget iframe .field-legend {
      font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif !important;
      font-weight: 300 !important; }
    .advocacy-actionwidget iframe .resize-observer {
      height: 0px !important;
      border: 1px solid red; }
      .advocacy-actionwidget iframe .resize-observer html {
        height: 0px !important;
        border: 1px solid red; }

.anchor {
  position: relative;
  top: -3.75rem; }

.image-video-content-wrap {
  padding-top: 4rem;
  padding-bottom: 2.25rem; }
  @media (min-width: 1080px) {
    .image-video-content-wrap {
      padding-top: 56px;
      padding-bottom: 2.75rem; } }

.image-video-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
      grid-template: "img-copy" auto / 1fr;
  grid-gap: 1.5vw;
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .image-video-content {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr;
          grid-template: "img-copy" auto / 1fr;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .image-video-content {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 1.5vw 10fr 1.5vw 1fr;
          grid-template: ". img-copy ." auto / 1fr 10fr 1fr;
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .image-video-content {
      margin-left: 62px;
      margin-right: 62px; } }
  .image-video-content div {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: img-copy; }
  @media (min-width: 768px){
    .image-video-content div {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }
  @media (min-width: 1080px){
    .image-video-content div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
    .image-video-content div figure {
      width: 100%; }
      @media (min-width: 768px) {
        .image-video-content div figure {
          width: 50.75%; } }
      .image-video-content div figure img {
        width: 100%; }
    .image-video-content div .video-wrap {
      margin: 0;
      padding: 0; }
      .image-video-content div .video-wrap .video {
        position: relative;
        padding-top: 0 !important;
        padding-bottom: 56.25%;
        /* 16:9 */ }
        .image-video-content div .video-wrap .video iframe {
          border: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .image-video-content div .image-left {
      margin: 0 0 1.25rem 0; }
      @media (min-width: 768px) {
        .image-video-content div .image-left {
          float: left;
          margin: 0 1rem 2rem 0; } }
      @media (min-width: 1080px) {
        .image-video-content div .image-left {
          margin: 0 1.25rem 2.5rem 0; } }
      @media (min-width: 1440px) {
        .image-video-content div .image-left {
          margin: 0 1.75rem 2.5rem 0; } }
    .image-video-content div .image-right {
      margin: 0 0 1.25rem 0; }
      @media (min-width: 768px) {
        .image-video-content div .image-right {
          float: right;
          margin: 0 0 2rem 1rem; } }
      @media (min-width: 1080px) {
        .image-video-content div .image-right {
          margin: 0 0 2.5rem 1.25rem; } }
      @media (min-width: 1440px) {
        .image-video-content div .image-right {
          margin: 0 0 2.5rem 1.75rem; } }
    .image-video-content div a.button {
      margin-top: 0;
      margin-bottom: 2.5rem; }
    .image-video-content div h1,
    .image-video-content div h2,
    .image-video-content div h3,
    .image-video-content div h4,
    .image-video-content div h5 {
      margin: 0;
      padding: 0; }
      @media (min-width: 768px) {
        .image-video-content div h1,
        .image-video-content div h2,
        .image-video-content div h3,
        .image-video-content div h4,
        .image-video-content div h5 {
          margin: 0 13.75%; } }
      @media (min-width: 1080px) {
        .image-video-content div h1,
        .image-video-content div h2,
        .image-video-content div h3,
        .image-video-content div h4,
        .image-video-content div h5 {
          margin: 0 10%; } }
    @media (min-width: 768px) {
      .image-video-content div > p,
      .image-video-content div ul,
      .image-video-content div b,
      .image-video-content div a.button {
        margin-left: 13.75%;
        margin-right: 13.75%; } }
    @media (min-width: 1080px) {
      .image-video-content div > p,
      .image-video-content div ul,
      .image-video-content div b,
      .image-video-content div a.button {
        margin-left: 10%;
        margin-right: 10%; } }
    .image-video-content div .title-xx-large {
      color: #1e407c;
      padding: 1rem 0 1.75rem 0; }
      @media (min-width: 1080px) {
        .image-video-content div .title-xx-large {
          padding: 1rem 0 3.5rem 0; } }
    .image-video-content div .title-x-large,
    .image-video-content div .title-large,
    .image-video-content div .title-medium {
      padding: 1rem 0 1.5rem; }
      @media (min-width: 1080px) {
        .image-video-content div .title-x-large,
        .image-video-content div .title-large,
        .image-video-content div .title-medium {
          padding: 1rem 0 1.75rem; } }
    .image-video-content div .title-x-large,
    .image-video-content div .title-large,
    .image-video-content div .title-medium,
    .image-video-content div .title-small {
      color: #001e44; }
    .image-video-content div .title-small {
      padding: 1rem 0; }
    .image-video-content div .uppercase.double-slash {
      text-align: center; }
    .image-video-content div .body-large {
      padding-bottom: 2rem; }
      @media (min-width: 1080px) {
        .image-video-content div .body-large {
          padding-bottom: 2.5rem; } }
    .image-video-content div .body-medium {
      padding-bottom: 1.75rem; }
      @media (min-width: 768px) {
        .image-video-content div .body-medium {
          padding-bottom: 2rem; } }
      @media (min-width: 1080px) {
        .image-video-content div .body-medium {
          padding-bottom: 2.5rem; } }
    .image-video-content div .body-small {
      padding-bottom: 1.75rem; }
      @media (min-width: 1080px) {
        .image-video-content div .body-small {
          padding-bottom: 2rem; } }
    .image-video-content div ul {
      padding-top: 0;
      padding-bottom: 1rem;
      margin-top: 0;
      margin-bottom: 0; }
      .image-video-content div ul li {
        margin-bottom: 1.75rem; }
        .image-video-content div ul li a {
          color: #005fa9;
          font-weight: 700;
          text-decoration: none; }
          .image-video-content div ul li a:hover {
            text-decoration: underline; }

.image-video-content-option2-wrap {
  padding-top: 56px;
  padding-bottom: 56px; }
  @media (min-width: 768px) {
    .image-video-content-option2-wrap {
      padding-bottom: 84px; } }

.image-video-content-option2 div.image-left {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1.5vw auto;
  -ms-grid-columns: 1fr;
      grid-template: "img-opt2" "copy-opt2" auto / 1fr;
  grid-gap: 1.5vw;
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .image-video-content-option2 div.image-left {
      -ms-grid-rows: auto;
      -ms-grid-columns: 4fr 1.5vw 4fr;
          grid-template: "img-opt2 copy-opt2" auto / 4fr 4fr;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .image-video-content-option2 div.image-left {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 1.5vw 5fr 1.5vw 5fr 1.5vw 1fr;
          grid-template: ". img-opt2 copy-opt2 ." auto / 1fr 5fr 5fr 1fr;
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .image-video-content-option2 div.image-left {
      margin-left: 62px;
      margin-right: 62px; } }

.image-video-content-option2 div.image-right {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1.5vw auto;
  -ms-grid-columns: 1fr;
      grid-template: "img-opt2" "copy-opt2" auto / 1fr;
  grid-gap: 1.5vw;
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .image-video-content-option2 div.image-right {
      -ms-grid-rows: auto;
      -ms-grid-columns: 4fr 1.5vw 4fr;
          grid-template: "copy-opt2 img-opt2" auto / 4fr 4fr;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .image-video-content-option2 div.image-right {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 1.5vw 5fr 1.5vw 5fr 1.5vw 1fr;
          grid-template: ". copy-opt2 img-opt2 ." auto / 1fr 5fr 5fr 1fr;
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .image-video-content-option2 div.image-right {
      margin-left: 62px;
      margin-right: 62px; } }

.image-video-content-option2 div figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img-opt2;
  width: 100%;
  margin-bottom: 40px !important; }
  @media (min-width: 768px) {
    .image-video-content-option2 div figure {
      margin-bottom: 0 !important;
      width: 50.75%; } }
  .image-video-content-option2 div figure img {
    width: 100%; }

.image-video-content-option2 div .video-wrap {
  margin: 0;
  padding: 0;
  width: 100%; }
  .image-video-content-option2 div .video-wrap .video {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 56.25%;
    /* 16:9 */ }
    .image-video-content-option2 div .video-wrap .video iframe {
      border: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.image-video-content-option2 div .copy-opt2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: copy-opt2; }

@media (min-width: 768px){
    .image-video-content-option2 div figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .image-video-content-option2 div.image-right > figure {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .image-video-content-option2 div .copy-opt2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .image-video-content-option2 div.image-right > .copy-opt2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }

@media (min-width: 1080px){
    .image-video-content-option2 div figure {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .image-video-content-option2 div.image-right > figure {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
    .image-video-content-option2 div .copy-opt2 {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
    .image-video-content-option2 div.image-right > .copy-opt2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }

.image-video-content-option2 div h1,
.image-video-content-option2 div h2,
.image-video-content-option2 div h3,
.image-video-content-option2 div h4,
.image-video-content-option2 div h5 {
  margin-top: 0; }

.image-video-content-option2 div .title-xx-large {
  color: #1e407c;
  padding: 0 0 1.75rem 0; }
  @media (min-width: 1080px) {
    .image-video-content-option2 div .title-xx-large {
      padding: 0 0 3.5rem 0; } }

.image-video-content-option2 div .title-x-large,
.image-video-content-option2 div .title-large,
.image-video-content-option2 div .title-medium {
  padding: 0 0 1.5rem; }
  @media (min-width: 1080px) {
    .image-video-content-option2 div .title-x-large,
    .image-video-content-option2 div .title-large,
    .image-video-content-option2 div .title-medium {
      padding: 0 0 1.75rem; } }

.image-video-content-option2 div .title-x-large,
.image-video-content-option2 div .title-large,
.image-video-content-option2 div .title-medium,
.image-video-content-option2 div .title-small {
  color: #001e44; }

.image-video-content-option2 div .title-small {
  padding: 0 0 1rem; }

.image-video-content-option2 div .uppercase.double-slash {
  text-align: center; }

.image-video-content-option2 div .body-large {
  padding-bottom: 2rem; }
  @media (min-width: 1080px) {
    .image-video-content-option2 div .body-large {
      padding-bottom: 2.5rem; } }

.image-video-content-option2 div .body-medium {
  padding-bottom: 1.75rem; }
  @media (min-width: 768px) {
    .image-video-content-option2 div .body-medium {
      padding-bottom: 2rem; } }
  @media (min-width: 1080px) {
    .image-video-content-option2 div .body-medium {
      padding-bottom: 2.5rem; } }

.image-video-content-option2 div .body-small {
  padding-bottom: 1.75rem; }
  @media (min-width: 1080px) {
    .image-video-content-option2 div .body-small {
      padding-bottom: 2rem; } }

.image-video-content-option2 div ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .image-video-content-option2 div ul li {
    font-size: 1.0625rem;
    line-height: 1.1875rem;
    font-weight: 700;
    letter-spacing: 0.03rem;
    width: 100%;
    margin: 0 0 1rem;
    color: #262626;
    vertical-align: middle; }
    @media (min-width: 1080px) {
      .image-video-content-option2 div ul li {
        font-size: 1.125rem;
        line-height: 1.25rem; } }
    .image-video-content-option2 div ul li a {
      color: #005fa9;
      text-decoration: none; }
      .image-video-content-option2 div ul li a:hover {
        text-decoration: underline; }
  .image-video-content-option2 div ul li::after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    content: "\f105";
    color: #005fa9;
    font-weight: bold;
    font-size: 1rem;
    margin-left: 0.5rem;
    width: auto; }

.media-content-option2-wrap {
  padding-top: 56px;
  padding-bottom: 56px; }
  @media (min-width: 768px) {
    .media-content-option2-wrap {
      padding-bottom: 84px; } }

.media-content-option2 div.image-left {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1.5vw auto;
  -ms-grid-columns: 1fr;
      grid-template: "img-mc-opt2" "copy-mc-opt2" auto / 1fr;
  grid-gap: 1.5vw;
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .media-content-option2 div.image-left {
      -ms-grid-rows: auto;
      -ms-grid-columns: 4fr 1.5vw 4fr;
          grid-template: "img-mc-opt2 copy-mc-opt2" auto / 4fr 4fr;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .media-content-option2 div.image-left {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 1.5vw 5fr 1.5vw 5fr 1.5vw 1fr;
          grid-template: ". img-mc-opt2 copy-mc-opt2 ." auto / 1fr 5fr 5fr 1fr;
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .media-content-option2 div.image-left {
      margin-left: 62px;
      margin-right: 62px; } }

.media-content-option2 div.image-right {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1.5vw auto;
  -ms-grid-columns: 1fr;
      grid-template: "img-mc-opt2" "copy-mc-opt2" auto / 1fr;
  grid-gap: 1.5vw;
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .media-content-option2 div.image-right {
      -ms-grid-rows: auto;
      -ms-grid-columns: 4fr 1.5vw 4fr;
          grid-template: "copy-mc-opt2 img-mc-opt2" auto / 4fr 4fr;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .media-content-option2 div.image-right {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 1.5vw 5fr 1.5vw 5fr 1.5vw 1fr;
          grid-template: ". copy-mc-opt2 img-mc-opt2 ." auto / 1fr 5fr 5fr 1fr;
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .media-content-option2 div.image-right {
      margin-left: 62px;
      margin-right: 62px; } }

.media-content-option2 figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img-mc-opt2;
  width: 100%;
  margin-bottom: 40px !important; }
  @media (min-width: 768px) {
    .media-content-option2 figure {
      margin-bottom: 0 !important;
      width: 50.75%; } }
  .media-content-option2 figure img {
    width: 100%; }

.media-content-option2 .video-wrap {
  margin: 0;
  padding: 0;
  width: 100%; }
  .media-content-option2 .video-wrap .video {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 56.25%;
    /* 16:9 */ }
    .media-content-option2 .video-wrap .video iframe {
      border: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.media-content-option2 .copy-opt2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: copy-mc-opt2; }

@media (min-width: 768px){
    .media-content-option2 figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .media-content-option2 div.image-right > figure {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .media-content-option2 .copy-opt2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .media-content-option2 div.image-right > .copy-opt2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }

@media (min-width: 1080px){
    .media-content-option2 figure {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .media-content-option2 div.image-right > figure {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
    .media-content-option2 .copy-opt2 {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
    .media-content-option2 div.image-right > .copy-opt2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
  .media-content-option2 .copy-opt2 span {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    color: #001e44; }
    @media (min-width: 1080px) {
      .media-content-option2 .copy-opt2 span {
        font-size: 1.375rem;
        line-height: 1.625rem; } }
  .media-content-option2 .copy-opt2 h2 {
    color: #314d64;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 700;
    padding: 0 0 1.5rem; }
    @media (min-width: 768px) {
      .media-content-option2 .copy-opt2 h2 {
        font-size: 1.875rem; } }
    @media (min-width: 1080px) {
      .media-content-option2 .copy-opt2 h2 {
        font-size: 2.625rem;
        line-height: 2.75rem; } }
    @media (min-width: 1080px) {
      .media-content-option2 .copy-opt2 h2 {
        padding: 0 0 1.75rem; } }
  .media-content-option2 .copy-opt2 p {
    color: #314d64;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
    letter-spacing: -0.015rem;
    padding-bottom: 1.75rem; }
    @media (min-width: 768px) {
      .media-content-option2 .copy-opt2 p {
        font-size: 1.1875rem;
        line-height: 1.75rem;
        letter-spacing: -0.005rem; } }
    @media (min-width: 1080px) {
      .media-content-option2 .copy-opt2 p {
        font-size: 1.4375rem;
        line-height: 2.0625rem;
        letter-spacing: normal; } }
    @media (min-width: 768px) {
      .media-content-option2 .copy-opt2 p {
        padding-bottom: 2rem; } }
    @media (min-width: 1080px) {
      .media-content-option2 .copy-opt2 p {
        padding-bottom: 2.5rem; } }
  .media-content-option2 .copy-opt2 a.button {
    margin-top: 0;
    margin-bottom: 2.5rem; }
    .media-content-option2 .copy-opt2 a.button:hover {
      text-decoration: none; }

.media-content-option2 h1,
.media-content-option2 h2,
.media-content-option2 h3,
.media-content-option2 h4,
.media-content-option2 h5 {
  margin-top: 0; }

.media-content-option2 ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .media-content-option2 ul li {
    font-size: 1.0625rem;
    line-height: 1.1875rem;
    font-weight: 700;
    letter-spacing: 0.03rem;
    width: 100%;
    margin: 0 0 1rem;
    color: #262626;
    vertical-align: middle; }
    @media (min-width: 1080px) {
      .media-content-option2 ul li {
        font-size: 1.125rem;
        line-height: 1.25rem; } }
    .media-content-option2 ul li a {
      color: #005fa9;
      text-decoration: none; }
      .media-content-option2 ul li a:hover {
        text-decoration: underline; }
  .media-content-option2 ul li::after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    content: "\f105";
    color: #005fa9;
    font-weight: bold;
    font-size: 1rem;
    margin-left: 0.5rem;
    width: auto; }

.media-wrapping-content-wrap {
  padding-top: 4rem;
  padding-bottom: 2.25rem; }
  @media (min-width: 1080px) {
    .media-wrapping-content-wrap {
      padding-top: 56px;
      padding-bottom: 2.75rem; } }

.media-wrapping-content-wrap ~ .media-wrapping-content-wrap {
  padding-top: 0;
  margin-top: -1.5rem; }

.media-wrapping-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
      grid-template: "img-w-copy" auto / 1fr;
  grid-gap: 1.5vw;
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .media-wrapping-content {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr;
          grid-template: "img-w-copy" auto / 1fr;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .media-wrapping-content {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 1.5vw 10fr 1.5vw 1fr;
          grid-template: ". img-w-copy ." auto / 1fr 10fr 1fr;
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .media-wrapping-content {
      margin-left: 62px;
      margin-right: 62px; } }
  .media-wrapping-content div {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: img-w-copy; }
  @media (min-width: 768px){
    .media-wrapping-content div {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }
  @media (min-width: 1080px){
    .media-wrapping-content div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
    .media-wrapping-content div figure {
      width: 100%; }
      @media (min-width: 768px) {
        .media-wrapping-content div figure {
          width: 50.75%; } }
      .media-wrapping-content div figure img {
        width: 100%; }
      .media-wrapping-content div figure figcaption p {
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: 400;
        letter-spacing: -0.005rem;
        padding-bottom: 0; }
        @media (min-width: 768px) {
          .media-wrapping-content div figure figcaption p {
            font-size: 1.0625rem; } }
        @media (min-width: 1080px) {
          .media-wrapping-content div figure figcaption p {
            font-size: 1.125rem;
            line-height: 1.5rem;
            letter-spacing: normal; } }
    .media-wrapping-content div .video-wrap {
      margin: 0;
      padding: 0 0 2rem 0; }
      .media-wrapping-content div .video-wrap .video {
        position: relative;
        padding-top: 0 !important;
        padding-bottom: 56.25%;
        /* 16:9 */ }
        .media-wrapping-content div .video-wrap .video iframe {
          border: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .media-wrapping-content div .image-left {
      margin: 0 0 1.25rem 0;
      padding-bottom: 2rem; }
      @media (min-width: 768px) {
        .media-wrapping-content div .image-left {
          float: left;
          margin: 0 1rem 0rem 0; } }
      @media (min-width: 1080px) {
        .media-wrapping-content div .image-left {
          margin: 0 1.25rem 0rem 0; } }
      @media (min-width: 1440px) {
        .media-wrapping-content div .image-left {
          margin: 0 1.75rem 0rem 0; } }
    .media-wrapping-content div .image-right {
      padding-bottom: 2rem;
      margin: 0 0 1.25rem 0; }
      @media (min-width: 768px) {
        .media-wrapping-content div .image-right {
          float: right;
          margin: 0 0 0rem 1rem; } }
      @media (min-width: 1080px) {
        .media-wrapping-content div .image-right {
          margin: 0 0 0rem 1.25rem; } }
      @media (min-width: 1440px) {
        .media-wrapping-content div .image-right {
          margin: 0 0 0rem 1.75rem; } }
    .media-wrapping-content div a.button {
      margin-top: 0;
      margin-bottom: 2.5rem; }
      .media-wrapping-content div a.button:hover {
        text-decoration: none; }
    .media-wrapping-content div h1,
    .media-wrapping-content div h2,
    .media-wrapping-content div h3,
    .media-wrapping-content div h4,
    .media-wrapping-content div h5 {
      margin: 0;
      padding: 0; }
      @media (min-width: 768px) {
        .media-wrapping-content div h1,
        .media-wrapping-content div h2,
        .media-wrapping-content div h3,
        .media-wrapping-content div h4,
        .media-wrapping-content div h5 {
          margin: 0 13.75%; } }
      @media (min-width: 1080px) {
        .media-wrapping-content div h1,
        .media-wrapping-content div h2,
        .media-wrapping-content div h3,
        .media-wrapping-content div h4,
        .media-wrapping-content div h5 {
          margin: 0 10%; } }
    @media (min-width: 768px) {
      .media-wrapping-content div > p,
      .media-wrapping-content div ul,
      .media-wrapping-content div b,
      .media-wrapping-content div a.button {
        margin-left: 13.75%;
        margin-right: 13.75%; } }
    @media (min-width: 1080px) {
      .media-wrapping-content div > p,
      .media-wrapping-content div ul,
      .media-wrapping-content div b,
      .media-wrapping-content div a.button {
        margin-left: 10%;
        margin-right: 10%; } }
    .media-wrapping-content div .title-xx-large {
      color: #1e407c;
      padding: 1rem 0 1.75rem 0; }
      @media (min-width: 1080px) {
        .media-wrapping-content div .title-xx-large {
          padding: 1rem 0 3.5rem 0; } }
    .media-wrapping-content div h2 {
      font-size: 1.875rem;
      line-height: 2.125rem;
      font-weight: 700;
      color: #314d64;
      padding: 1rem 0 1.5rem; }
      @media (min-width: 768px) {
        .media-wrapping-content div h2 {
          font-size: 2.25rem;
          line-height: 2.375rem; } }
      @media (min-width: 1080px) {
        .media-wrapping-content div h2 {
          font-size: 3.4375rem;
          line-height: 3.6875rem;
          letter-spacing: 0.005rem; } }
      @media (min-width: 1080px) {
        .media-wrapping-content div h2 {
          padding: 1rem 0 1.75rem; } }
    .media-wrapping-content div .title-x-large,
    .media-wrapping-content div .title-large,
    .media-wrapping-content div .title-medium {
      padding: 1rem 0 1.5rem; }
      @media (min-width: 1080px) {
        .media-wrapping-content div .title-x-large,
        .media-wrapping-content div .title-large,
        .media-wrapping-content div .title-medium {
          padding: 1rem 0 1.75rem; } }
    .media-wrapping-content div .title-x-large,
    .media-wrapping-content div .title-large,
    .media-wrapping-content div .title-medium,
    .media-wrapping-content div .title-small {
      color: #001e44; }
    .media-wrapping-content div .title-small {
      padding: 1rem 0; }
    .media-wrapping-content div .uppercase.double-slash {
      text-align: center; }
    .media-wrapping-content div .body-large {
      padding-bottom: 2rem; }
      @media (min-width: 1080px) {
        .media-wrapping-content div .body-large {
          padding-bottom: 2.5rem; } }
    .media-wrapping-content div p {
      color: #314d64;
      font-size: 1.125rem;
      line-height: 1.625rem;
      font-weight: 400;
      letter-spacing: -0.015rem;
      padding-bottom: 1.75rem; }
      @media (min-width: 768px) {
        .media-wrapping-content div p {
          font-size: 1.1875rem;
          line-height: 1.75rem;
          letter-spacing: -0.005rem; } }
      @media (min-width: 1080px) {
        .media-wrapping-content div p {
          font-size: 1.4375rem;
          line-height: 2.0625rem;
          letter-spacing: normal; } }
      @media (min-width: 768px) {
        .media-wrapping-content div p {
          padding-bottom: 2rem; } }
      @media (min-width: 1080px) {
        .media-wrapping-content div p {
          padding-bottom: 2.5rem; } }
    .media-wrapping-content div .body-medium {
      padding-bottom: 1.75rem; }
      @media (min-width: 768px) {
        .media-wrapping-content div .body-medium {
          padding-bottom: 2rem; } }
      @media (min-width: 1080px) {
        .media-wrapping-content div .body-medium {
          padding-bottom: 2.5rem; } }
    .media-wrapping-content div .body-small {
      padding-bottom: 1.75rem; }
      @media (min-width: 1080px) {
        .media-wrapping-content div .body-small {
          padding-bottom: 2rem; } }
    .media-wrapping-content div ul {
      list-style: none;
      padding: 0; }
      .media-wrapping-content div ul li {
        font-size: 1.0625rem;
        line-height: 1.1875rem;
        font-weight: 700;
        letter-spacing: 0.03rem;
        width: 100%;
        margin: 0 0 1rem;
        color: #262626;
        vertical-align: middle; }
        @media (min-width: 1080px) {
          .media-wrapping-content div ul li {
            font-size: 1.125rem;
            line-height: 1.25rem; } }
        .media-wrapping-content div ul li a {
          color: #005fa9;
          text-decoration: none; }
          .media-wrapping-content div ul li a:hover {
            text-decoration: underline; }
      .media-wrapping-content div ul li::after {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        content: "\f105";
        color: #005fa9;
        font-weight: bold;
        font-size: 1rem;
        margin-left: 0.5rem;
        width: auto; }

.image-gallery-wrap {
  background-color: #f2f2f4;
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (min-width: 768px) {
    .image-gallery-wrap {
      padding-bottom: 96px; } }
  @media (min-width: 1080px) {
    .image-gallery-wrap {
      padding-bottom: 120px; } }
  .image-gallery-wrap h2 {
    color: #001e44;
    margin: 0 0 2rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin-left: 36px;
    margin-right: 36px; }
    @media (min-width: 1080px) {
      .image-gallery-wrap h2 {
        font-size: 1.375rem;
        line-height: 1.625rem; } }
    @media (min-width: 768px) {
      .image-gallery-wrap h2 {
        margin-left: 40px;
        margin-right: 40px; } }
    @media (min-width: 1080px) {
      .image-gallery-wrap h2 {
        margin-left: 52px;
        margin-right: 52px; } }
    @media (min-width: 1440px) {
      .image-gallery-wrap h2 {
        margin-left: 62px;
        margin-right: 62px; } }
  .image-gallery-wrap .image-gallery {
    width: 100%;
    margin: 0;
    height: auto; }
    .image-gallery-wrap .image-gallery .slick-slide {
      margin-left: 0.875rem;
      margin-right: 0.875rem;
      width: auto !important;
      display: block;
      height: auto;
      margin-left: 0.3125rem;
      margin-right: 0.3125rem;
      -webkit-transition: all ease-in-out 0s;
      transition: all ease-in-out 0s; }
      @media (min-width: 768px) {
        .image-gallery-wrap .image-gallery .slick-slide {
          margin-left: 0.5rem;
          margin-right: 0.5rem; } }
      @media (min-width: 1080px) {
        .image-gallery-wrap .image-gallery .slick-slide {
          margin-left: 0.625rem;
          margin-right: 0.625rem; } }
      @media (min-width: 1440px) {
        .image-gallery-wrap .image-gallery .slick-slide {
          margin-left: 0.875rem;
          margin-right: 0.875rem; } }
      .image-gallery-wrap .image-gallery .slick-slide figure {
        height: auto;
        width: 1px;
        z-index: 4;
        position: relative;
        display: table; }
        .image-gallery-wrap .image-gallery .slick-slide figure a {
          border: none;
          display: block; }
          .image-gallery-wrap .image-gallery .slick-slide figure a:focus, .image-gallery-wrap .image-gallery .slick-slide figure a:active {
            outline-offset: 4px;
            outline-style: dotted;
            outline-width: 2px !important;
            outline-color: #005fa9; }
        .image-gallery-wrap .image-gallery .slick-slide figure img {
          display: block;
          height: 225px; }
          .image-gallery-wrap .image-gallery .slick-slide figure img::after {
            display: block;
            position: absolute;
            content: " ";
            top: 0;
            left: 0;
            width: 640px;
            height: 480px;
            background: -webkit-gradient(linear, left top, right top, from(rgba(0, 30, 68, 0.8)), to(rgba(30, 64, 124, 0.8)));
            background: linear-gradient(90deg, rgba(0, 30, 68, 0.8), rgba(30, 64, 124, 0.8)); }
          @media (min-width: 768px) {
            .image-gallery-wrap .image-gallery .slick-slide figure img {
              height: 252px; } }
          @media (min-width: 1080px) {
            .image-gallery-wrap .image-gallery .slick-slide figure img {
              height: 358px; } }
          @media (min-width: 1440px) {
            .image-gallery-wrap .image-gallery .slick-slide figure img {
              height: 480px; } }
        .image-gallery-wrap .image-gallery .slick-slide figure .img-slide-overlay {
          display: table-row;
          position: absolute;
          z-index: 100;
          top: 0;
          left: 0;
          width: 100%;
          height: 225px;
          background: -webkit-gradient(linear, left top, right top, from(rgba(0, 30, 68, 0.8)), to(rgba(30, 64, 124, 0.8)));
          background: linear-gradient(to right, rgba(0, 30, 68, 0.8), rgba(30, 64, 124, 0.8)); }
          @media (min-width: 768px) {
            .image-gallery-wrap .image-gallery .slick-slide figure .img-slide-overlay {
              height: 252px; } }
          @media (min-width: 1080px) {
            .image-gallery-wrap .image-gallery .slick-slide figure .img-slide-overlay {
              height: 358px; } }
          @media (min-width: 1440px) {
            .image-gallery-wrap .image-gallery .slick-slide figure .img-slide-overlay {
              height: 480px; } }
        .image-gallery-wrap .image-gallery .slick-slide figure figcaption {
          display: none; }
          .image-gallery-wrap .image-gallery .slick-slide figure figcaption .caption a {
            text-decoration: none !important; }
          .image-gallery-wrap .image-gallery .slick-slide figure figcaption .caption span {
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 241, 243, 0.62)), to(#f2f2f4));
            background-image: linear-gradient(180deg, rgba(241, 241, 243, 0.62), #f2f2f4); }
    .image-gallery-wrap .image-gallery .slick-current figure .img-slide-overlay {
      display: none; }
    .image-gallery-wrap .image-gallery .slick-current figure figcaption {
      display: table-row; }
      .image-gallery-wrap .image-gallery .slick-current figure figcaption .caption-wrap {
        margin-top: 1rem; }
    .image-gallery-wrap .image-gallery .slick-prev,
    .image-gallery-wrap .image-gallery .slick-next {
      height: 39px;
      width: 39px;
      background-color: rgba(0, 30, 68, 0.8);
      border-radius: 50%; }
      @media (min-width: 768px) {
        .image-gallery-wrap .image-gallery .slick-prev,
        .image-gallery-wrap .image-gallery .slick-next {
          height: 44px;
          width: 44px; } }
    .image-gallery-wrap .image-gallery .slick-prev:before {
      position: relative;
      content: "";
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NyIgaGVpZ2h0PSI0NyIgdmlld0JveD0iMCAwIDQ3IDQ3Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjUgMS41KSI+PHBhdGggZD0iTTE0LjU3OCwxNS44NDRsNy4zLTcuM0ExLjM4LDEuMzgsMCwxLDAsMTkuOTI5LDYuNmwtOC4yNzYsOC4yN2ExLjM3NywxLjM3NywwLDAsMC0uMDQsMS45TDE5LjkyMywyNS4xYTEuMzgsMS4zOCwwLDEsMCwxLjk1NC0xLjk0OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuNDgxIDYuNzI4KSIgZmlsbD0iI0ZGRiIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjAuNSIvPjxwYXRoIGQ9Ik00NywyNUEyMiwyMiwwLDEsMSwyNSwzLDIyLDIyLDAsMCwxLDQ3LDI1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMgLTMpIiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9nPjwvc3ZnPg==);
      background-size: 100%;
      display: block;
      height: 40px;
      width: 40px; }
      @media (min-width: 768px) {
        .image-gallery-wrap .image-gallery .slick-prev:before {
          height: 45px;
          width: 45px; } }
    .image-gallery-wrap .image-gallery .slick-next:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NyIgaGVpZ2h0PSI0NyIgdmlld0JveD0iMCAwIDQ3IDQ3Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjUgMS41KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSI+PHBhdGggZD0iTTE4Ljk2MSwxNS44NDRsLTcuMy03LjNBMS4zOCwxLjM4LDAsMSwxLDEzLjYxLDYuNmw4LjI3Niw4LjI3YTEuMzc3LDEuMzc3LDAsMCwxLC4wNCwxLjlMMTMuNjE2LDI1LjFhMS4zOCwxLjM4LDAsMCwxLTEuOTU0LTEuOTQ4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi45ODEgNi43MjgpIiBmaWxsPSIjRkZGIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMC41Ii8+PHBhdGggZD0iTTMsMjVBMjIsMjIsMCwxLDAsMjUsMywyMiwyMiwwLDAsMCwzLDI1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMgLTMpIiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9nPjwvZz48L3N2Zz4=);
      background-size: 100%;
      content: "";
      display: block;
      height: 40px;
      width: 40px; }
      @media (min-width: 768px) {
        .image-gallery-wrap .image-gallery .slick-next:before {
          height: 45px;
          width: 45px; } }
    .image-gallery-wrap .image-gallery .slick-prev {
      left: 6%;
      z-index: 5;
      background-color: none;
      top: 112px; }
      @media (min-width: 768px) {
        .image-gallery-wrap .image-gallery .slick-prev {
          left: 12%;
          top: 126px; } }
      @media (min-width: 1080px) {
        .image-gallery-wrap .image-gallery .slick-prev {
          top: 179px; } }
      @media (min-width: 1440px) {
        .image-gallery-wrap .image-gallery .slick-prev {
          top: 240px; } }
    .image-gallery-wrap .image-gallery .slick-next {
      right: 6%;
      background-color: none;
      top: 112px; }
      @media (min-width: 768px) {
        .image-gallery-wrap .image-gallery .slick-next {
          right: 12%;
          top: 126px; } }
      @media (min-width: 1080px) {
        .image-gallery-wrap .image-gallery .slick-next {
          top: 179px; } }
      @media (min-width: 1440px) {
        .image-gallery-wrap .image-gallery .slick-next {
          top: 240px; } }

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 30, 68, 0.75) linear-gradient(185.6deg, rgba(0, 30, 68, 0.95), rgba(30, 64, 124, 0.95)) !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  .slick-lightbox .slick-loading .slick-list {
    background-color: transparent; }
  .slick-lightbox .slick-prev {
    display: none !important; }
  .slick-lightbox .slick-next {
    display: none !important; }
  .slick-lightbox .slick-lightbox-hide {
    opacity: 0; }
  .slick-lightbox .slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .slick-lightbox .slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0; }
  .slick-lightbox .slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .slick-lightbox .slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .slick-lightbox .slick-lightbox-slick-item {
    text-align: center;
    overflow-y: visible;
    overflow-x: hidden; }
  .slick-lightbox .slick-lightbox-slick-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .slick-lightbox .slick-caption-bottom
.slick-lightbox-slick-item
.slick-lightbox-slick-item
.slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left !important;
    width: 0%;
    margin: 0 auto 20px; }
  .slick-lightbox .slick-caption-dynamic
.slick-lightbox-slick-item
.slick-lightbox-slick-item
.slick-lightbox-slick-caption {
    display: block;
    text-align: left !important; }
  .slick-lightbox .slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .slick-lightbox .slick-lightbox-slick-item-inner {
        margin-left: 40px;
        margin-right: 40px;
        max-width: 644px; } }
    @media (min-width: 1080px) {
      .slick-lightbox .slick-lightbox-slick-item-inner {
        margin-left: 52px;
        margin-right: 52px;
        max-width: 800px; } }
    @media (min-width: 1440px) {
      .slick-lightbox .slick-lightbox-slick-item-inner {
        margin-left: 62px;
        margin-right: 62px;
        max-width: 868px; } }
  .slick-lightbox .slick-lightbox-slick-img {
    margin: 2% auto;
    display: block;
    max-width: 100%;
    max-height: 100%; }
  .slick-lightbox .slick-lightbox-slick-caption {
    margin-top: 2rem;
    color: white;
    display: block;
    text-align: left !important;
    padding-bottom: 2rem;
    line-height: 1.25rem;
    margin-left: 36px;
    margin-right: 36px; }
    @media (min-width: 768px) {
      .slick-lightbox .slick-lightbox-slick-caption {
        margin: 2rem 0 0; } }
    .slick-lightbox .slick-lightbox-slick-caption strong {
      font-weight: 700; }
  .slick-lightbox .slick-lightbox-close {
    position: absolute;
    top: 28px;
    right: 52px;
    display: block;
    height: 1.125rem;
    width: auto;
    line-height: 1.4240625rem;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: #ffffff;
    border: none;
    padding: 0; }
    @media (min-width: 1080px) {
      .slick-lightbox .slick-lightbox-close {
        top: 56px; } }
  .slick-lightbox .slick-lightbox-close:focus {
    outline: none; }
  .slick-lightbox .slick-lightbox-close:after {
    display: inline-block;
    font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "CLOSE";
    vertical-align: top;
    line-height: 1rem;
    height: 1rem;
    letter-spacing: 0.075rem;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi43OTEiIGhlaWdodD0iMjIuNzg1IiB2aWV3Qm94PSIwIDAgMjIuNzkxIDIyLjc4NSI+CiAgPHBhdGggaWQ9Ikljb25faW9uaWMtaW9zLWNsb3NlIiBkYXRhLW5hbWU9Ikljb24gaW9uaWMtaW9zLWNsb3NlIiBkPSJNMjUuMzgxLDIyLjY4MWw4LjE0LTguMTRhMS45MDcsMS45MDcsMCwwLDAtMi43LTIuN2wtOC4xNCw4LjE0LTguMTQtOC4xNGExLjkwNywxLjkwNywwLDEsMC0yLjcsMi43bDguMTQsOC4xNC04LjE0LDguMTRhMS45MDcsMS45MDcsMCwwLDAsMi43LDIuN2w4LjE0LTguMTQsOC4xNCw4LjE0YTEuOTA3LDEuOTA3LDAsMSwwLDIuNy0yLjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEuMjg1IC0xMS4yODkpIiBmaWxsPSIjZmZmIj48L3BhdGg+Cjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    padding-left: 25px; }

.video-wrap {
  padding-top: 64px;
  padding-bottom: 80px; }
  @media (min-width: 1080px) {
    .video-wrap {
      padding-top: 84px;
      padding-bottom: 100px; } }
  .video-wrap .container {
    background-color: transparent; }
    .video-wrap .container .hlv-bg-wrap {
      display: -ms-grid;
      display: grid;
      text-align: center;
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr;
          grid-template: "hlv" auto / 1fr;
      grid-gap: 0 1.5vw;
      margin-left: 36px;
      margin-right: 36px; }
      @media (min-width: 768px) {
        .video-wrap .container .hlv-bg-wrap {
          margin-left: 40px;
          margin-right: 40px;
          -ms-grid-rows: auto;
          -ms-grid-columns: 1fr 1.5vw 6fr 1.5vw 1fr;
              grid-template: ". hlv ." auto / 1fr 6fr 1fr; } }
      @media (min-width: 1080px) {
        .video-wrap .container .hlv-bg-wrap {
          margin-left: 52px;
          margin-right: 52px;
          -ms-grid-rows: auto;
          -ms-grid-columns: 1fr 1.5vw 10fr 1.5vw 1fr;
              grid-template: ". hlv ." auto / 1fr 10fr 1fr; } }
      @media (min-width: 1440px) {
        .video-wrap .container .hlv-bg-wrap {
          margin-left: 62px;
          margin-right: 62px;
          -ms-grid-rows: auto;
          -ms-grid-columns: 2fr 1.5vw 8fr 1.5vw 2fr;
              grid-template: ". hlv ." auto / 2fr 8fr 2fr; } }
    .video-wrap .container .hlv-bg {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: hlv;
      margin-top: -4%;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
    @media (min-width: 768px){
        .video-wrap .container .hlv-bg {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
    @media (min-width: 1080px){
        .video-wrap .container .hlv-bg {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
    @media (min-width: 1440px){
        .video-wrap .container .hlv-bg {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
      @media (min-width: 768px) {
        .video-wrap .container .hlv-bg {
          margin-top: -4%; } }
  .video-wrap.plus {
    padding-top: 0; }
    .video-wrap.plus .container {
      background-image: none;
      padding-bottom: 0; }
      .video-wrap.plus .container div.video-intro {
        margin: 0 36px 64px;
        padding-top: 64px;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto auto;
        -ms-grid-columns: 1fr;
            grid-template: "vt" "vp" auto/ 1fr; }
        @media (min-width: 768px) {
          .video-wrap.plus .container div.video-intro {
            margin: 0 0 32px;
            -ms-grid-rows: auto auto;
            -ms-grid-columns: 1fr 6fr 1fr;
                grid-template: ". vt ." ". vp ." auto / 1fr 6fr 1fr; } }
        @media (min-width: 1080px) {
          .video-wrap.plus .container div.video-intro {
            padding-top: 84px;
            margin-bottom: 96px;
            -ms-grid-rows: auto auto;
            -ms-grid-columns: 2fr 8fr 2fr;
                grid-template: ". vt ." ". vp ." auto / 2fr 8fr 2fr; } }
        .video-wrap.plus .container div.video-intro h2 {
          -ms-grid-row: 1;
          -ms-grid-column: 1;
          grid-area: vt;
          font-size: 1.75rem;
          line-height: 2rem;
          font-weight: 700;
          margin-top: 0;
          margin-bottom: 32px;
          color: #001e44; }
          @media (min-width: 768px) {
            .video-wrap.plus .container div.video-intro h2 {
              font-size: 1.875rem; } }
          @media (min-width: 1080px) {
            .video-wrap.plus .container div.video-intro h2 {
              font-size: 2.625rem;
              line-height: 2.75rem; } }
        .video-wrap.plus .container div.video-intro p {
          -ms-grid-row: 2;
          -ms-grid-column: 1;
          grid-area: vp;
          font-size: 1.125rem;
          line-height: 1.625rem;
          font-weight: 400;
          letter-spacing: -0.015rem; }
        @media (min-width: 768px){
          .video-wrap.plus .container div.video-intro h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
          .video-wrap.plus .container div.video-intro p {
    -ms-grid-row: 2;
    -ms-grid-column: 2; } }
        @media (min-width: 1080px){
          .video-wrap.plus .container div.video-intro h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
          .video-wrap.plus .container div.video-intro p {
    -ms-grid-row: 2;
    -ms-grid-column: 2; } }
          @media (min-width: 768px) {
            .video-wrap.plus .container div.video-intro p {
              font-size: 1.1875rem;
              line-height: 1.75rem;
              letter-spacing: -0.005rem; } }
          @media (min-width: 1080px) {
            .video-wrap.plus .container div.video-intro p {
              font-size: 1.4375rem;
              line-height: 2.0625rem;
              letter-spacing: normal; } }
          .video-wrap.plus .container div.video-intro p a {
            color: #005fa9; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .video-container .video iframe {
      width: 100%;
      height: 100%; }

.standard-hero-wrap {
  background-color: #eef3f7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.standard-hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
      grid-template: "copy" auto / 1fr;
  grid-gap: 1.5vw;
  padding-top: 80px;
  padding-bottom: 40px;
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .standard-hero {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 1.5vw 6fr 1.5vw 1fr;
          grid-template: ". copy ." auto / 1fr 6fr 1fr;
      margin-left: 40px;
      margin-right: 40px; }
    .standard-hero > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
  @media (min-width: 1080px) {
    .standard-hero {
      padding-top: 100px;
      padding-bottom: 60px;
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 1.5vw 4fr 1.5vw 1fr;
          grid-template: ". copy ." auto / 1fr 4fr 1fr;
      margin-left: 52px;
      margin-right: 52px; }
    .standard-hero > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
  @media (min-width: 1440px) {
    .standard-hero {
      margin-left: 62px;
      margin-right: 62px; } }
  .standard-hero div {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: copy; }
    .standard-hero div h1 {
      font-size: 2.125rem;
      line-height: 2.375rem;
      font-weight: 700;
      letter-spacing: -0.01rem;
      margin-top: 0;
      margin-bottom: 32px;
      color: #1e407c; }
      @media (min-width: 768px) {
        .standard-hero div h1 {
          font-size: 3rem;
          line-height: 3.3125rem; } }
      @media (min-width: 1080px) {
        .standard-hero div h1 {
          font-size: 4.375rem;
          line-height: 4.5rem;
          letter-spacing: 0.005rem; } }
      @media (min-width: 1080px) {
        .standard-hero div h1 {
          margin-bottom: 56px; } }

.standard-hero-video-wrap {
  width: 100%;
  height: 475px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  overflow: hidden; }
  .standard-hero-video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover; }
  .standard-hero-video-wrap #pause-play-video {
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 10%;
    right: 5%;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 46px;
    height: 46px;
    z-index: 10; }
    .standard-hero-video-wrap #pause-play-video span {
      margin: 0;
      padding: 0;
      font-size: 1.4375rem; }
      .standard-hero-video-wrap #pause-play-video span .icon-pause {
        position: absolute;
        left: 2px;
        top: 4px; }
      .standard-hero-video-wrap #pause-play-video span .icon-play {
        position: absolute;
        left: 4px;
        top: 4px; }

.antihero {
  background-repeat: no-repeat; }
  .antihero .overlay {
    background-size: cover;
    background-repeat: no-repeat; }
    .antihero .overlay .standard-hero {
      padding-top: 140px;
      padding-bottom: 100px; }
  .antihero.dark p.lead {
    color: #ffffff;
    font-size: 1.875rem;
    line-height: 2.0625rem; }
    @media (min-width: 1080px) {
      .antihero.dark p.lead {
        font-size: 2.625rem;
        line-height: 2.75rem; } }

.outline-hero-wrap {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 810px; }
  .outline-hero-wrap img {
    width: 100%; }

.outline-hero {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 1.5vw;
  margin-left: 36px;
  margin-right: 36px; }

.outline-hero > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  @media (min-width: 768px) {
    .outline-hero {
      -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .outline-hero {
      -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .outline-hero {
      margin-left: 62px;
      margin-right: 62px; } }
  .outline-hero div {
    grid-column: 1/-1; }
    .outline-hero div svg {
      position: absolute;
      top: 0;
      margin: auto;
      z-index: 12; }
    .outline-hero div .outline-text {
      font-weight: 900;
      font-style: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
      text-transform: uppercase; }

.non-homepage-hero-short-wrap {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 487px; }
  .non-homepage-hero-short-wrap img {
    width: 100%; }

.non-homepage-hero-short {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 1.5vw;
  margin-left: 36px;
  margin-right: 36px; }

.non-homepage-hero-short > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  @media (min-width: 768px) {
    .non-homepage-hero-short {
      -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .non-homepage-hero-short {
      -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .non-homepage-hero-short {
      margin-left: 62px;
      margin-right: 62px; } }
  .non-homepage-hero-short div {
    grid-column: 1/-1; }
    .non-homepage-hero-short div svg {
      position: absolute;
      top: 0;
      margin: auto;
      z-index: 12; }
    .non-homepage-hero-short div .outline-text {
      font-weight: 900;
      font-style: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
      text-transform: uppercase; }

.hero-wrap {
  width: 100%;
  height: 70vh;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  background-color: #001e44; }
  @media (min-width: 1080px) {
    .hero-wrap {
      height: 100vh; } }
  .hero-wrap video,
  .hero-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0; }
  .hero-wrap #pause-play-video {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 7%;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    z-index: 10; }
    @media (min-width: 768px) {
      .hero-wrap #pause-play-video {
        right: 5%; } }
    @media (min-width: 1080px) {
      .hero-wrap #pause-play-video {
        width: 44px;
        height: 44px; } }
    .hero-wrap #pause-play-video span {
      margin: 0;
      padding: 0;
      font-size: 1.4375rem; }
      .hero-wrap #pause-play-video span .icon-pause {
        position: absolute;
        left: 2px;
        top: 4px; }
      .hero-wrap #pause-play-video span .icon-play {
        position: absolute;
        left: 4px;
        top: 4px; }
  .hero-wrap .container {
    position: relative; }
  .hero-wrap .hero-overlay {
    position: relative;
    display: block;
    z-index: 3;
    width: 100vw;
    height: 100%; }
    .hero-wrap .hero-overlay::after {
      content: " ";
      height: 100vh;
      width: 100vw;
      display: block;
      position: absolute;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 30, 68, 0)), color-stop(70%, rgba(0, 30, 68, 0)), to(#001e44)) !important;
      background: linear-gradient(0deg, rgba(0, 30, 68, 0) 0%, rgba(0, 30, 68, 0) 70%, #001e44 100%) !important;
      z-index: 5 !important;
      top: 0 !important; }

.bespoke {
  width: 100%;
  height: 100%; }
  .bespoke .hero-title-wrap {
    color: #ffffff;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: "sh-copy" auto / 1fr;
    grid-gap: 1.5vw;
    height: auto;
    min-height: 100%;
    -ms-flex-line-pack: end;
        align-content: end;
    margin-left: 36px;
    margin-right: 36px; }
    @media (min-width: 768px) {
      .bespoke .hero-title-wrap {
        margin-left: 40px;
        margin-right: 40px; } }
    @media (min-width: 1080px) {
      .bespoke .hero-title-wrap {
        margin-left: 52px;
        margin-right: 52px; } }
    @media (min-width: 1440px) {
      .bespoke .hero-title-wrap {
        margin-left: 62px;
        margin-right: 62px; } }
    .bespoke .hero-title-wrap div.hero-content {
      bottom: 0;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-line-pack: center;
          align-content: center;
      text-align: center;
      margin: 0 auto;
      z-index: 8;
      height: 70vh; }
      @media (min-width: 1080px) {
        .bespoke .hero-title-wrap div.hero-content {
          height: 100vh; } }
      .bespoke .hero-title-wrap div.hero-content h1 {
        display: block;
        font-size: 80px;
        margin: auto;
        color: #ffffff; }
        @media (min-width: 768px) {
          .bespoke .hero-title-wrap div.hero-content h1 {
            font-size: 150px; } }
        @media (min-width: 1080px) {
          .bespoke .hero-title-wrap div.hero-content h1 {
            font-size: 200px; } }
        @media (min-width: 1440px) {
          .bespoke .hero-title-wrap div.hero-content h1 {
            font-size: 285px; } }
        .bespoke .hero-title-wrap div.hero-content h1 a {
          font-size: inherit;
          text-decoration: none;
          color: #ffffff; }
          .bespoke .hero-title-wrap div.hero-content h1 a:hover {
            text-decoration: none; }
  .bespoke .large-down-arrow {
    height: 30px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 20; }
    @media (min-width: 768px) {
      .bespoke .large-down-arrow {
        height: 51px; } }
    @media (min-width: 1080px) {
      .bespoke .large-down-arrow {
        border-bottom: 14px solid #ffffff;
        height: 71px; } }
    @media (min-width: 1440px) {
      .bespoke .large-down-arrow {
        height: 95px; } }
    .bespoke .large-down-arrow svg {
      margin-top: 2px;
      width: 100%;
      display: block; }
  .bespoke #pause-play-video {
    bottom: 60px; }
    @media (min-width: 768px) {
      .bespoke #pause-play-video {
        bottom: 84px; } }
    @media (min-width: 1080px) {
      .bespoke #pause-play-video {
        bottom: 104px; } }
    @media (min-width: 1440px) {
      .bespoke #pause-play-video {
        bottom: 124px; } }

.scroll-link-wrap {
  display: block;
  position: absolute;
  z-index: 9999;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  left: 50%;
  color: #fff;
  text-align: center;
  margin: 0 0 0 -32px;
  bottom: 1.5rem; }
  @media (min-width: 1080px) {
    .scroll-link-wrap {
      font-size: 1.125rem;
      line-height: 1.25rem; } }
  @media (min-width: 1080px) {
    .scroll-link-wrap {
      margin: 0px 0 0 -32px;
      bottom: 3rem; } }
  .scroll-link-wrap a {
    text-decoration: none;
    color: #ffffff;
    z-index: 20;
    z-index: 9999; }
    .scroll-link-wrap a:hover {
      color: #ccf0ff; }

.scroll-down-arrow {
  display: block;
  height: 18px;
  width: 64px;
  text-align: center;
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 10;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite;
  padding-bottom: 1rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2OS4zODMiIGhlaWdodD0iMTcuNzQ4IiB2aWV3Qm94PSIwIDAgNjkuMzgzIDE3Ljc0OCI+CiAgPHBhdGggaWQ9IlBhdGhfMjQ3OTM1IiBkYXRhLW5hbWU9IlBhdGggMjQ3OTM1IiBkPSJNNTY2My44MjMtMjA1OC4zNTEsNTYzMi0yMDY2LjM0di0zLjk1OWwzMS44MjIsOC4xODUsMzIuNTYxLTguMTg1djMuOTU5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU2MjkuNSAyMDczLjUyMykiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI1Ij48L3BhdGg+Cjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat; }
  @media (min-width: 1080px) {
    .scroll-down-arrow {
      padding-bottom: 1rem; } }

.scroll-down-link {
  display: block;
  height: 18px;
  width: 64px;
  text-align: center;
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 10;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  font-size: 1.0625rem;
  line-height: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite; }
  @media (min-width: 1080px) {
    .scroll-down-link {
      font-size: 1.125rem;
      line-height: 1.25rem; } }
  @media (min-width: 1080px) {
    .scroll-down-link {
      padding-bottom: 1rem; } }

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 10px);
    opacity: 0; } }

@keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 0; } }

.standard {
  position: relative; }
  .standard .hero-title-wrap {
    color: #ffffff;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: "sh-copy" auto / 1fr;
    grid-gap: 1.5vw;
    height: auto;
    min-height: 100%;
    -ms-flex-line-pack: end;
        align-content: end;
    margin-left: 20px;
    margin-right: 20px; }
    @media screen and (min-width: 376px) {
      .standard .hero-title-wrap {
        margin-left: 36px;
        margin-right: 36px; } }
    @media (min-width: 768px) {
      .standard .hero-title-wrap {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 1.5vw 6fr 1.5vw 1fr;
            grid-template: ". sh-copy ." auto / 1fr 6fr 1fr;
        margin-left: 40px;
        margin-right: 40px; } }
    @media (min-width: 1080px) {
      .standard .hero-title-wrap {
        -ms-grid-rows: auto;
        -ms-grid-columns: 2fr 1.5vw 8fr 1.5vw 2fr;
            grid-template: ". sh-copy ." auto / 2fr 8fr 2fr;
        margin-left: 52px;
        margin-right: 52px; } }
    .standard .hero-title-wrap div.hero-content {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: sh-copy;
      bottom: 0;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-line-pack: end;
          align-content: end;
      z-index: 8;
      height: 68vh; }
    @media (min-width: 768px){
      .standard .hero-title-wrap > div.hero-content {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
    @media (min-width: 1080px){
      .standard .hero-title-wrap > div.hero-content {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
      @media (min-width: 1080px) {
        .standard .hero-title-wrap div.hero-content {
          height: 90vh; } }
      .standard .hero-title-wrap div.hero-content h1 {
        font-size: 1.875rem;
        line-height: 2.125rem;
        font-weight: 700;
        position: relative;
        padding: 0 0 2rem 0;
        display: block;
        color: #ffffff;
        width: 100%;
        text-shadow: -2px 2px 26px rgba(0, 0, 0, 0.4);
        margin-top: auto; }
        @media (min-width: 768px) {
          .standard .hero-title-wrap div.hero-content h1 {
            font-size: 2.25rem;
            line-height: 2.375rem; } }
        @media (min-width: 1080px) {
          .standard .hero-title-wrap div.hero-content h1 {
            font-size: 3.4375rem;
            line-height: 3.6875rem;
            letter-spacing: 0.005rem; } }
        @media (min-width: 768px) {
          .standard .hero-title-wrap div.hero-content h1 {
            padding: 0 0 2rem 0; } }
        @media (min-width: 1080px) {
          .standard .hero-title-wrap div.hero-content h1 {
            padding: 0 0 3.5rem 0; } }
        .standard .hero-title-wrap div.hero-content h1:after {
          content: "";
          position: absolute;
          border-bottom: 5px solid #009cde;
          bottom: 0;
          left: 0;
          width: 48px; }
          @media (min-width: 768px) {
            .standard .hero-title-wrap div.hero-content h1:after {
              width: 56px; } }
          @media (min-width: 1080px) {
            .standard .hero-title-wrap div.hero-content h1:after {
              width: 84px; } }
          @media (min-width: 1440px) {
            .standard .hero-title-wrap div.hero-content h1:after {
              border-bottom: 5px solid #009cde; } }
        .standard .hero-title-wrap div.hero-content h1 a {
          font-size: inherit;
          color: #ffffff;
          text-decoration: none; }
          .standard .hero-title-wrap div.hero-content h1 a:hover {
            text-decoration: underline; }
      .standard .hero-title-wrap div.hero-content p {
        font-size: 1.3125rem;
        line-height: 1.75rem;
        font-weight: 400;
        letter-spacing: -0.01rem;
        color: #ffffff;
        display: block;
        text-shadow: -2px 2px 12px rgba(0, 0, 0, 0.6);
        z-index: 8;
        margin-bottom: 2rem; }
        @media (min-width: 768px) {
          .standard .hero-title-wrap div.hero-content p {
            font-size: 1.375rem;
            letter-spacing: -0.005rem; } }
        @media (min-width: 1080px) {
          .standard .hero-title-wrap div.hero-content p {
            font-size: 1.875rem;
            line-height: 2.375rem;
            letter-spacing: normal; } }
        @media (min-width: 1080px) {
          .standard .hero-title-wrap div.hero-content p {
            margin-bottom: 2.5rem; } }
      .standard .hero-title-wrap div.hero-content .hero-cta-btn-wrap {
        height: 46px; }
        .standard .hero-title-wrap div.hero-content .hero-cta-btn-wrap a.button {
          font-size: 1rem;
          line-height: 1.125rem;
          font-weight: 700;
          letter-spacing: 0.03rem;
          margin-top: 0;
          padding: 0.75rem 1rem 0.75rem 1.5rem; }

.minimalist {
  position: relative; }
  .minimalist .hero-title-wrap {
    color: #ffffff;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: "mh-copy" auto / 1fr;
    grid-gap: 1.5vw;
    height: auto;
    min-height: 100%;
    -ms-flex-line-pack: end;
        align-content: end;
    margin-left: 20px;
    margin-right: 20px; }
    @media screen and (min-width: 376px) {
      .minimalist .hero-title-wrap {
        margin-left: 36px;
        margin-right: 36px; } }
    @media (min-width: 768px) {
      .minimalist .hero-title-wrap {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 1.5vw 6fr 1.5vw 1fr;
            grid-template: ". mh-copy ." auto / 1fr 6fr 1fr;
        margin-left: 40px;
        margin-right: 40px; } }
    @media (min-width: 1080px) {
      .minimalist .hero-title-wrap {
        -ms-grid-rows: auto;
        -ms-grid-columns: 2fr 1.5vw 8fr 1.5vw 2fr;
            grid-template: ". mh-copy ." auto / 2fr 8fr 2fr;
        margin-left: 52px;
        margin-right: 52px; } }
    .minimalist .hero-title-wrap div.hero-content {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: mh-copy;
      bottom: 0;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-line-pack: end;
          align-content: end;
      z-index: 8;
      height: 68vh; }
    @media (min-width: 768px){
      .minimalist .hero-title-wrap div.hero-content {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
    @media (min-width: 1080px){
      .minimalist .hero-title-wrap div.hero-content {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
      @media (min-width: 1080px) {
        .minimalist .hero-title-wrap div.hero-content {
          height: 90vh; } }
      .minimalist .hero-title-wrap div.hero-content h1 {
        font-size: 2.125rem;
        line-height: 2.375rem;
        font-weight: 700;
        letter-spacing: -0.01rem;
        position: relative;
        padding: 0 0 2rem 0;
        display: block;
        color: #ffffff;
        width: 100%;
        text-shadow: -2px 2px 26px rgba(0, 0, 0, 0.4);
        margin-top: auto;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .minimalist .hero-title-wrap div.hero-content h1 {
            font-size: 3rem;
            line-height: 3.3125rem; } }
        @media (min-width: 1080px) {
          .minimalist .hero-title-wrap div.hero-content h1 {
            font-size: 4.375rem;
            line-height: 4.5rem;
            letter-spacing: 0.005rem; } }
        @media (min-width: 1080px) {
          .minimalist .hero-title-wrap div.hero-content h1 {
            padding: 0 0 2.5rem 0; } }
        .minimalist .hero-title-wrap div.hero-content h1 a {
          font-size: inherit;
          color: #ffffff;
          text-decoration: none; }
          .minimalist .hero-title-wrap div.hero-content h1 a:hover {
            text-decoration: underline; }
      .minimalist .hero-title-wrap div.hero-content p {
        font-size: 1.3125rem;
        line-height: 1.75rem;
        font-weight: 400;
        letter-spacing: -0.01rem;
        color: #ffffff;
        display: block;
        text-shadow: -2px 2px 12px rgba(0, 0, 0, 0.6);
        z-index: 8;
        margin-bottom: 2rem; }
        @media (min-width: 768px) {
          .minimalist .hero-title-wrap div.hero-content p {
            font-size: 1.375rem;
            letter-spacing: -0.005rem; } }
        @media (min-width: 1080px) {
          .minimalist .hero-title-wrap div.hero-content p {
            font-size: 1.875rem;
            line-height: 2.375rem;
            letter-spacing: normal; } }
        @media (min-width: 1080px) {
          .minimalist .hero-title-wrap div.hero-content p {
            margin-bottom: 2.5rem; } }
      .minimalist .hero-title-wrap div.hero-content .hero-cta-btn-wrap {
        height: 46px; }
        .minimalist .hero-title-wrap div.hero-content .hero-cta-btn-wrap a.button {
          font-size: 1rem;
          line-height: 1.125rem;
          font-weight: 700;
          letter-spacing: 0.03rem;
          margin-top: 0;
          padding: 0.75rem 1rem 0.75rem 1.5rem; }

figcaption {
  margin-top: 1rem; }
  figcaption p {
    font-size: 1rem;
    line-height: 1.25rem !important;
    color: #262626;
    letter-spacing: 0.01rem;
    margin: 0; }
  figcaption .caption-wrap {
    margin: 0;
    height: auto;
    display: block;
    position: relative; }
    figcaption .caption-wrap .caption {
      max-height: 3.5rem;
      overflow-y: hidden;
      position: relative;
      display: block;
      -webkit-transition: max-height 0.4s ease-in-out;
      transition: max-height 0.4s ease-in-out; }
      figcaption .caption-wrap .caption p {
        font-size: 1rem;
        line-height: 1.25rem !important;
        color: #262626;
        letter-spacing: 0.01rem;
        margin: 0; }
      figcaption .caption-wrap .caption span {
        position: absolute;
        height: 1.25rem;
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.62)), to(#fff));
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.62), #fff); }
        figcaption .caption-wrap .caption span.collapse-gradient {
          height: 0; }
    figcaption .caption-wrap .active {
      color: #001e44; }
    figcaption .caption-wrap .caption-button-wrap {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      margin-top: 0.75rem; }
      figcaption .caption-wrap .caption-button-wrap button {
        position: relative;
        bottom: 0;
        margin-left: auto;
        z-index: 2;
        color: #005fa9;
        font-size: 1rem;
        letter-spacing: 0.03rem;
        text-transform: uppercase;
        font-weight: 700;
        border: none;
        background-color: transparent; }
        figcaption .caption-wrap .caption-button-wrap button:after {
          content: " \002B";
          color: #005fa9; }
        figcaption .caption-wrap .caption-button-wrap button.closed:after {
          content: " \2212";
          color: #001e44; }

.image-content-wrap {
  padding-top: 44px;
  padding-bottom: 44px; }

.image-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1.5vw auto;
      grid-template: "img" auto "c" auto;
  grid-gap: 1.5vw; }
  .image-content:nth-child(n + 2) {
    margin-top: 80px; }
    @media (min-width: 1080px) {
      .image-content:nth-child(n + 2) {
        margin-top: 108px; } }
  @media (min-width: 768px) {
    .image-content {
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .image-content {
      margin-left: 52px;
      margin-right: 52px; }
      .image-content.image-right {
        -ms-grid-rows: auto;
        -ms-grid-columns: 5fr 1.5vw 1fr 1.5vw 1fr 1.5vw 5fr;
            grid-template: "c . img img" auto / 5fr 1fr 1fr 5fr; }
      .image-content.image-left {
        -ms-grid-rows: auto;
        -ms-grid-columns: 5fr 1.5vw 1fr 1.5vw 1fr 1.5vw 5fr;
            grid-template: "img img . c" auto / 5fr 1fr 1fr 5fr; } }
  @media (min-width: 1440px) {
    .image-content {
      margin-left: 62px;
      margin-right: 62px; } }
  .image-content figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: img;
    margin-left: 0;
    margin-right: 0; }
    .image-content figure img,
    .image-content figure iframe {
      width: 100%;
      height: 100%;
      border: none; }
    .image-content figure .caption-wrap {
      margin-left: 36px;
      margin-right: 36px; }
      @media (min-width: 768px) {
        .image-content figure .caption-wrap {
          margin-left: 0;
          margin-right: 0; } }
      .image-content figure .caption-wrap .caption strong {
        font-weight: 700; }
  .image-content > div:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: img;
    margin-left: 0;
    margin-right: 0; }
    .image-content > div:first-child img {
      width: 100%; }
  .image-content > div:last-child {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: c;
    margin-left: 36px;
    margin-right: 36px; }
  @media (min-width: 1080px){
      .image-content.image-right > figure {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3; }
      .image-content.image-left > figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
      .image-content.image-right > div:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3; }
      .image-content.image-left > div:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
      .image-content.image-right > div:last-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .image-content.image-left > div:last-child {
    -ms-grid-row: 1;
    -ms-grid-column: 7; } }
    @media (min-width: 768px) {
      .image-content > div:last-child {
        margin-left: 0;
        margin-right: 0; } }
  .image-content h2 {
    margin-top: 32px;
    color: #000321;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700; }
    @media (min-width: 1080px) {
      .image-content h2 {
        font-size: 1.375rem;
        line-height: 1.625rem; } }
  .image-content p {
    color: #262626;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
    letter-spacing: -0.015rem;
    margin-top: 32px; }
    @media (min-width: 768px) {
      .image-content p {
        font-size: 1.1875rem;
        line-height: 1.75rem;
        letter-spacing: -0.005rem; } }
    @media (min-width: 1080px) {
      .image-content p {
        font-size: 1.4375rem;
        line-height: 2.0625rem;
        letter-spacing: normal; } }
  .image-content a.button {
    margin-top: 40px; }
    .image-content a.button:hover {
      text-decoration: none; }
  .image-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 2.5rem; }
    .image-content ul li {
      font-size: 1.0625rem;
      line-height: 1.1875rem;
      font-weight: 700;
      letter-spacing: 0.03rem;
      width: 100%;
      margin: 0 0 1rem;
      color: #262626;
      vertical-align: middle; }
      @media (min-width: 1080px) {
        .image-content ul li {
          font-size: 1.125rem;
          line-height: 1.25rem; } }
      .image-content ul li a {
        color: #005fa9;
        text-decoration: none; }
        .image-content ul li a:hover {
          text-decoration: underline; }
    .image-content ul li::after {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      content: "\f105";
      color: #005fa9;
      font-weight: bold;
      font-size: 1rem;
      margin-left: 0.5rem;
      width: auto; }
  .image-content .image-area img {
    width: 100%; }
  .image-content .image-area p {
    margin-top: 20px;
    color: #262626;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: -0.005rem;
    margin-left: 36px;
    margin-right: 36px; }
    @media (min-width: 1080px) {
      .image-content .image-area p {
        letter-spacing: 0.01rem; } }
    @media (min-width: 768px) {
      .image-content .image-area p {
        margin-left: 0;
        margin-right: 0; } }
  .image-content .video-wrap {
    position: relative;
    margin: 0;
    padding: 0; }
    .image-content .video-wrap .video {
      position: relative;
      padding-top: 0 !important;
      padding-bottom: 56.25%;
      /* 16:9 */ }
      .image-content .video-wrap .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.designed-block-wrap {
  padding-top: 44px;
  padding-bottom: 2.75rem; }

.designed-block {
  padding: 0;
  margin: 0;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .designed-block {
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .designed-block {
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .designed-block {
      margin-left: 62px;
      margin-right: 62px; } }
  .designed-block div.block {
    padding-bottom: 2.25rem;
    padding-top: 2.25rem; }
    .designed-block div.block:last-child {
      border-bottom: none; }
    @media (min-width: 768px) {
      .designed-block div.block {
        padding-bottom: 2.75rem;
        padding-top: 2.75rem; } }
    @media (min-width: 1080px) {
      .designed-block div.block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        border: none;
        width: 32%; }
        .designed-block div.block:nth-child(3n + 1)::after {
          content: "";
          position: relative;
          display: inline-block;
          top: 80px;
          width: calc(100% + 1000px); }
        .designed-block div.block:nth-child(n + 1):nth-child(-n + 3) {
          padding-top: 0; }
        .designed-block div.block:nth-last-child(-n + 3)::after {
          border-bottom: none; } }
    .designed-block div.block > div:nth-child(n + 1):nth-child(-n + 3) {
      margin-top: 0; }
    @media (min-width: 768px) {
      .designed-block div.block > div:first-child {
        width: 50%;
        float: left; } }
    @media (min-width: 1080px) {
      .designed-block div.block > div:first-child {
        float: none;
        width: auto; } }
    .designed-block div.block > div:first-child a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      width: 100%;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .designed-block div.block > div:first-child a {
          padding: 0; } }
      .designed-block div.block > div:first-child a h2 {
        position: absolute;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        left: 0;
        right: 0;
        width: 85%;
        z-index: 3;
        margin: auto;
        color: #ffffff;
        font-size: 1.375rem;
        line-height: 1.625rem;
        font-weight: 700;
        letter-spacing: 0.015rem; }
        @media (min-width: 768px) {
          .designed-block div.block > div:first-child a h2 {
            font-size: 1.5rem;
            letter-spacing: normal; } }
        @media (min-width: 1080px) {
          .designed-block div.block > div:first-child a h2 {
            font-size: 1.875rem;
            line-height: 2.0625rem; } }
      .designed-block div.block > div:first-child a img {
        width: 100%; }
      .designed-block div.block > div:first-child a:hover h2, .designed-block div.block > div:first-child a:focus h2 {
        text-decoration: none; }
      .designed-block div.block > div:first-child a:hover img, .designed-block div.block > div:first-child a:focus img {
        opacity: 0; }
    .designed-block div.block > div:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .designed-block div.block > div:last-child {
          width: 48%;
          padding-bottom: 36px;
          margin-bottom: 36px;
          float: left; } }
      @media (min-width: 1080px) {
        .designed-block div.block > div:last-child {
          float: none;
          width: auto; } }
      @media (min-width: 768px) {
        .designed-block div.block > div:last-child {
          border-bottom: none;
          margin-left: 1.5vw;
          padding-bottom: 0;
          padding-top: 0; } }
      @media (min-width: 1080px) {
        .designed-block div.block > div:last-child {
          margin-left: 0;
          margin-bottom: 0; } }
    .designed-block div.block p {
      color: #262626;
      margin-bottom: 0;
      font-size: 1.125rem;
      line-height: 1.625rem;
      font-weight: 400;
      letter-spacing: -0.015rem;
      margin-top: 32px; }
      @media (min-width: 768px) {
        .designed-block div.block p {
          font-size: 1.1875rem;
          line-height: 1.75rem;
          letter-spacing: -0.005rem; } }
      @media (min-width: 1080px) {
        .designed-block div.block p {
          font-size: 1.4375rem;
          line-height: 2.0625rem;
          letter-spacing: normal; } }
      @media (min-width: 768px) {
        .designed-block div.block p {
          margin-top: 12px; } }
      @media (min-width: 1080px) {
        .designed-block div.block p {
          margin-top: 2rem; } }
    .designed-block div.block ul {
      height: auto;
      position: relative;
      display: block;
      list-style: none;
      margin: 0;
      padding: 0;
      margin-top: 2rem; }
      @media (min-width: 1080px) {
        .designed-block div.block ul {
          margin-top: 2.5rem; } }
      .designed-block div.block ul li {
        font-size: 1.0625rem;
        line-height: 1.1875rem;
        font-weight: 700;
        letter-spacing: 0.03rem;
        width: 100%;
        margin: 0 0 1rem;
        color: #262626;
        vertical-align: middle; }
        @media (min-width: 1080px) {
          .designed-block div.block ul li {
            font-size: 1.125rem;
            line-height: 1.25rem; } }
        .designed-block div.block ul li a {
          color: #005fa9;
          text-decoration: none; }
          .designed-block div.block ul li a:hover {
            text-decoration: underline; }
        .designed-block div.block ul li:last-of-type {
          margin-bottom: 0; }
      .designed-block div.block ul li::after {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        content: "\f105";
        color: #005fa9;
        font-weight: bold;
        font-size: 1rem;
        margin-left: 0.5rem;
        width: auto; }
  .designed-block .block-image a {
    background-color: rgba(0, 0, 0, 0.01); }

.design-blocks-modal-wrap {
  padding-top: 44px;
  padding-bottom: 2.75rem; }
  .design-blocks-modal-wrap .design-blocks-modal {
    padding: 0;
    margin: 0;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    margin-left: 36px;
    margin-right: 36px; }
    @media (min-width: 768px) {
      .design-blocks-modal-wrap .design-blocks-modal {
        margin-left: 40px;
        margin-right: 40px; } }
    @media (min-width: 1080px) {
      .design-blocks-modal-wrap .design-blocks-modal {
        margin-left: 52px;
        margin-right: 52px; } }
    @media (min-width: 1440px) {
      .design-blocks-modal-wrap .design-blocks-modal {
        margin-left: 62px;
        margin-right: 62px; } }
    .design-blocks-modal-wrap .design-blocks-modal div.block {
      padding-bottom: 2.25rem;
      padding-top: 2.25rem; }
      .design-blocks-modal-wrap .design-blocks-modal div.block:last-child {
        border-bottom: none; }
      @media (min-width: 768px) {
        .design-blocks-modal-wrap .design-blocks-modal div.block {
          padding-bottom: 2.75rem;
          padding-top: 2.75rem; } }
      @media (min-width: 1080px) {
        .design-blocks-modal-wrap .design-blocks-modal div.block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column;
          -ms-flex-direction: column;
              flex-direction: column;
          border: none;
          width: 32%; }
          .design-blocks-modal-wrap .design-blocks-modal div.block:nth-child(3n + 1)::after {
            content: "";
            position: relative;
            display: inline-block;
            top: 80px;
            width: calc(100% + 1000px); } }
      .design-blocks-modal-wrap .design-blocks-modal div.block > div:nth-child(n + 1):nth-child(-n + 3) {
        margin-top: 0; }
      @media (min-width: 768px) {
        .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child {
          width: 50%;
          float: left; } }
      @media (min-width: 1080px) {
        .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child {
          float: none;
          width: auto; } }
      .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child a, .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child .content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        width: 100%;
        margin: 0 auto; }
        @media (min-width: 768px) {
          .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child a, .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child .content {
            padding: 0; } }
        .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child a h2, .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child .content h2 {
          position: absolute;
          text-transform: uppercase;
          display: inline-block;
          text-align: center;
          height: 40px;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 98%;
          z-index: 3;
          padding-bottom: 3rem;
          color: #ffffff;
          font-size: 1.375rem;
          line-height: 1.625rem;
          font-weight: 700;
          letter-spacing: 0.015rem; }
          @media screen and (min-width: 375px) {
            .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child a h2, .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child .content h2 {
              margin: auto;
              padding-bottom: 0;
              width: 85%; } }
          @media (min-width: 768px) {
            .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child a h2, .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child .content h2 {
              font-size: 1.5rem;
              letter-spacing: normal; } }
          @media (min-width: 1080px) {
            .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child a h2, .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child .content h2 {
              font-size: 1.875rem;
              line-height: 2.0625rem; } }
          @media (min-width: 1080px) {
            .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child a h2, .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child .content h2 {
              margin: auto auto 3rem auto;
              padding-bottom: 3rem;
              bottom: 20px; } }
          @media screen and (min-width: 1200px) {
            .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child a h2, .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child .content h2 {
              margin: auto;
              padding-bottom: 0; } }
        .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child a img, .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child .content img {
          width: 100%; }
        .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child a:hover h2, .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child a:focus h2, .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child .content:hover h2, .design-blocks-modal-wrap .design-blocks-modal div.block > div:first-child .content:focus h2 {
          text-decoration: none; }
      .design-blocks-modal-wrap .design-blocks-modal div.block > div:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .design-blocks-modal-wrap .design-blocks-modal div.block > div:last-child {
            width: 48%;
            margin-bottom: 36px;
            margin-left: 1.5vw;
            border-bottom: none;
            padding-bottom: 0;
            padding-top: 0;
            float: left; } }
        @media (min-width: 1080px) {
          .design-blocks-modal-wrap .design-blocks-modal div.block > div:last-child {
            float: none;
            width: auto;
            margin-left: 0;
            margin-bottom: 0; } }
      .design-blocks-modal-wrap .design-blocks-modal div.block p {
        color: #262626;
        margin-bottom: 0;
        font-size: 1.125rem;
        line-height: 1.625rem;
        font-weight: 400;
        letter-spacing: -0.015rem;
        margin-top: 32px; }
        @media (min-width: 768px) {
          .design-blocks-modal-wrap .design-blocks-modal div.block p {
            font-size: 1.1875rem;
            line-height: 1.75rem;
            letter-spacing: -0.005rem; } }
        @media (min-width: 1080px) {
          .design-blocks-modal-wrap .design-blocks-modal div.block p {
            font-size: 1.4375rem;
            line-height: 2.0625rem;
            letter-spacing: normal; } }
        @media (min-width: 768px) {
          .design-blocks-modal-wrap .design-blocks-modal div.block p {
            margin-top: 12px; } }
        @media (min-width: 1080px) {
          .design-blocks-modal-wrap .design-blocks-modal div.block p {
            margin-top: 2rem; } }
      .design-blocks-modal-wrap .design-blocks-modal div.block ul {
        height: auto;
        position: relative;
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 2rem; }
        @media (min-width: 1080px) {
          .design-blocks-modal-wrap .design-blocks-modal div.block ul {
            margin-top: 2.5rem; } }
        .design-blocks-modal-wrap .design-blocks-modal div.block ul li {
          font-size: 1.0625rem;
          line-height: 1.1875rem;
          font-weight: 700;
          letter-spacing: 0.03rem;
          width: 100%;
          margin: 0 0 1rem;
          color: #262626;
          vertical-align: middle; }
          @media (min-width: 1080px) {
            .design-blocks-modal-wrap .design-blocks-modal div.block ul li {
              font-size: 1.125rem;
              line-height: 1.25rem; } }
          .design-blocks-modal-wrap .design-blocks-modal div.block ul li a {
            color: #005fa9;
            text-decoration: none; }
            .design-blocks-modal-wrap .design-blocks-modal div.block ul li a:hover {
              text-decoration: underline; }
          .design-blocks-modal-wrap .design-blocks-modal div.block ul li:last-of-type {
            margin-bottom: 0; }
        .design-blocks-modal-wrap .design-blocks-modal div.block ul li::after {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          content: "\f105";
          color: #005fa9;
          font-weight: bold;
          font-size: 1rem;
          margin-left: 0.5rem;
          width: auto; }
    .design-blocks-modal-wrap .design-blocks-modal .content > button {
      background: rgba(19, 58, 99, 0.7);
      position: absolute;
      right: 0;
      left: 0;
      bottom: 1.75rem;
      margin: auto;
      height: 48px;
      width: 139px;
      padding: 12px 16px 12px 24px; }
      .design-blocks-modal-wrap .design-blocks-modal .content > button:hover, .design-blocks-modal-wrap .design-blocks-modal .content > button:focus {
        background-color: #ccf0ff;
        color: #005fa9; }
    .design-blocks-modal-wrap .design-blocks-modal .content a {
      background-color: rgba(0, 0, 0, 0.01); }
  .design-blocks-modal-wrap .modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999; }
  @media (min-width: 768px) {
    .design-blocks-modal-wrap .modal-wrapper {
      width: 23.438rem; } }
  .design-blocks-modal-wrap .modal-window {
    height: 100vh;
    margin: auto;
    padding: 0 37px;
    text-align: center;
    background-color: #001e44;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #ffffff;
    overflow-y: auto;
    -ms-overflow-style: none; }
    @media screen and (min-width: 400px) {
      .design-blocks-modal-wrap .modal-window {
        width: 18.813rem;
        position: absolute;
        left: 50%;
        margin-top: 1.5rem;
        margin-right: -50%;
        margin-bottom: 1.5rem;
        max-height: 40rem;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
    @media (min-width: 768px) {
      .design-blocks-modal-wrap .modal-window {
        position: absolute;
        top: 50%;
        margin-top: 0;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    .design-blocks-modal-wrap .modal-window > img {
      margin: 0 auto 1.75rem auto;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      max-width: 100%; }
    .design-blocks-modal-wrap .modal-window a {
      color: #ccf0ff;
      text-decoration: none;
      padding-right: 0.5rem; }
      .design-blocks-modal-wrap .modal-window a:hover {
        text-decoration: underline; }
    .design-blocks-modal-wrap .modal-window h2.button {
      font-size: 100%;
      margin: 0 auto; }
      .design-blocks-modal-wrap .modal-window h2.button:first-of-type {
        padding: 20px 0; }
      .design-blocks-modal-wrap .modal-window h2.button:last-of-type {
        padding-bottom: 24px; }
      .design-blocks-modal-wrap .modal-window h2.button:after {
        content: none; }
      .design-blocks-modal-wrap .modal-window h2.button a {
        display: inline-block;
        padding: 12px 16px 12px 24px;
        margin-left: auto;
        margin-right: auto;
        color: #ccf0ff;
        border: 2px solid #ffffff;
        cursor: pointer;
        background: transparent;
        font-size: 1rem;
        line-height: 1.125rem; }
        .design-blocks-modal-wrap .modal-window h2.button a:hover, .design-blocks-modal-wrap .modal-window h2.button a:focus {
          text-decoration: none;
          background-color: #ccf0ff;
          border: 2px solid #ccf0ff;
          color: #005fa9; }
    .design-blocks-modal-wrap .modal-window h3 {
      margin-top: 1.25rem;
      margin-bottom: 0; }
      .design-blocks-modal-wrap .modal-window h3 a {
        font-size: 1.063rem;
        line-height: 1.188rem; }
      .design-blocks-modal-wrap .modal-window h3:after {
        color: #ccf0ff;
        font-family: "fontello";
        font-style: normal;
        content: "\f105"; }
      .design-blocks-modal-wrap .modal-window h3 a:hover {
        text-decoration: underline; }
    .design-blocks-modal-wrap .modal-window button {
      margin: 0 auto 1.75rem; }
    .design-blocks-modal-wrap .modal-window .separating-line-secondary {
      width: 100%; }
      .design-blocks-modal-wrap .modal-window .separating-line-secondary:first-of-type {
        margin-bottom: 4.75rem; }
      .design-blocks-modal-wrap .modal-window .separating-line-secondary:last-of-type {
        margin-top: 4.75rem;
        margin-bottom: 3rem; }
  .design-blocks-modal-wrap button.close {
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    position: relative;
    left: 71%;
    margin: 0;
    border: none; }
    .design-blocks-modal-wrap button.close:hover, .design-blocks-modal-wrap button.close:focus {
      background-color: transparent;
      border: none;
      outline: 1px dotted #ccf0ff;
      color: #ffffff; }
    .design-blocks-modal-wrap button.close:before {
      content: " \002B";
      position: relative;
      right: 0.25rem;
      font-size: 2rem;
      font-weight: 400;
      display: block;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .design-blocks-modal-wrap .close:hover,
  .design-blocks-modal-wrap .close:focus {
    cursor: pointer; }
  .design-blocks-modal-wrap .open {
    display: block; }
  .design-blocks-modal-wrap button {
    padding: 14px 10px 14px 20px;
    margin-left: auto;
    margin-right: auto;
    color: #ccf0ff;
    border: 2px solid #ffffff;
    cursor: pointer;
    background: transparent; }
    .design-blocks-modal-wrap button:hover {
      background-color: #ccf0ff;
      border: 2px solid #ccf0ff;
      color: #005fa9; }

.hide-a {
  display: none; }

.alerts-wrap {
  display: block;
  width: 100%; }

.alert .container {
  position: relative; }

.alert {
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  overflow: hidden; }
  .alert a {
    text-decoration: underline; }
    .alert a:hover {
      opacity: 0.75; }
  .alert p {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.03rem; }

.immediate {
  background-color: #98022b;
  color: #ffffff; }
  .immediate .alert-message-wrap,
  .immediate .alert-message {
    background-color: #bc204b; }
  .immediate .alert-message-wrap:before {
    border-bottom: 25px solid #bc204b; }
  .immediate a {
    color: #ffffff; }
  .immediate .alert-icon {
    stroke: #ffffff; }
    .immediate .alert-icon rect,
    .immediate .alert-icon path {
      stroke: #ffffff;
      fill: #ffffff; }

.min.immediate {
  background-color: #bc204b; }

.urgent {
  background-color: #BF8226;
  color: #000321; }
  .urgent .alert-message-wrap,
  .urgent .alert-message {
    background-color: #ffd100; }
  .urgent .alert-message-wrap:before {
    border-bottom: 25px solid #ffd100; }
  .urgent a {
    color: #000321 !important; }
  .urgent .alert-icon {
    stroke: #000321; }
    .urgent .alert-icon rect,
    .urgent .alert-icon path {
      stroke: #000321; }

.min.urgent {
  background-color: #ffd100; }

.all-clear {
  background-color: #4a7729; }
  .all-clear .alert-message-wrap,
  .all-clear .alert-message {
    background-color: #99cc00; }
  .all-clear .alert-message-wrap:before {
    border-bottom: 25px solid #99cc00; }
  .all-clear a {
    color: #000321; }
  .all-clear .alert-icon {
    stroke: #000321; }
    .all-clear .alert-icon rect,
    .all-clear .alert-icon path {
      stroke: #000321; }

.min.all-clear {
  background-color: #99cc00; }

.non-emergency {
  background-color: #cfeceb;
  color: #000321; }
  .non-emergency .alert-message-wrap,
  .non-emergency .alert-message {
    background-color: #ffffff; }
  .non-emergency .alert-message-wrap:before {
    border-bottom: 25px solid #ffffff; }
  .non-emergency a {
    color: #000321; }
  .non-emergency .alert-icon {
    stroke: #000321; }
    .non-emergency .alert-icon rect,
    .non-emergency .alert-icon path {
      stroke: #000321; }
  .non-emergency .minimize-alert button > span::before,
  .non-emergency .minimize-alert button > span::after {
    background-color: #001e44; }

.min.non-emergency {
  background-color: #cfeceb; }

.urgent .alert-message p,
.all-clear .alert-message p,
.non-emergency .alert-message p {
  color: #000321; }

.urgent .date p,
.urgent .minimize-alert button,
.all-clear .date p,
.all-clear .minimize-alert button,
.immediate .minimize-alert button,
.min.immediate button {
  color: #ffffff; }

.alerts-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 1080px) {
    .alerts-content-wrap {
      margin-left: 52px;
      margin-right: 52px;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  @media (min-width: 1440px) {
    .alerts-content-wrap {
      margin-left: 62px;
      margin-right: 62px; } }
  .alerts-content-wrap .date {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 140px;
            flex: 1 1 140px;
    text-transform: uppercase;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
    padding-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .alerts-content-wrap .date {
        margin-top: 32px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 15rem;
                flex: 1 1 15rem; } }
    @media (min-width: 1080px) {
      .alerts-content-wrap .date {
        padding-bottom: reset;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 150px;
                flex: 1 0 150px; } }
    .alerts-content-wrap .date p {
      margin-left: 2.5rem; }
      @media (min-width: 1080px) {
        .alerts-content-wrap .date p {
          margin-left: 0;
          position: relative; } }
      @media (min-width: 1440px) {
        .alerts-content-wrap .date p {
          position: relative; } }
      .alerts-content-wrap .date p .time {
        display: block; }
        @media (min-width: 1080px) {
          .alerts-content-wrap .date p .time {
            display: inline-block; } }

.alert-message-wrap {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .alert-message-wrap {
      -webkit-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset;
      margin: auto 2.5rem;
      -webkit-transform: skew(20deg);
              transform: skew(20deg); } }
  @media (min-width: 1080px) {
    .alert-message-wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -ms-flex-item-align: auto;
          -ms-grid-row-align: auto;
          align-self: auto;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .alert-message-wrap:before {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 2rem;
    left: -2rem;
    border-left: 35px solid transparent;
    border-right: 0px solid transparent; }
  .alert-message-wrap .alert-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.25rem;
            flex: 0 0 3.25rem;
    height: 3.35rem;
    position: relative;
    display: block;
    padding-left: 1rem;
    padding-right: 0.5rem;
    padding: 1% 0.5rem 1%  1rem;
    top: 0rem; }
    @media (min-width: 768px) {
      .alert-message-wrap .alert-icon {
        -webkit-transform: skew(-20deg);
                transform: skew(-20deg);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 4rem;
                flex: 0 0 4rem;
        height: 4rem;
        padding: 2% 0.5rem 2%  4.75rem; } }
    @media (min-width: 1080px) {
      .alert-message-wrap .alert-icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 5rem;
                flex: 0 0 5rem;
        height: 5rem;
        padding: 2% 0.25rem 2%  4.75rem;
        top: 0; } }
    @media (min-width: 1440px) {
      .alert-message-wrap .alert-icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 5.4rem;
                flex: 0 0 5.4rem;
        height: 5.4rem;
        padding: 2% .5rem 2%  4rem; } }

.alert-message {
  margin: 1.5rem 2rem 1.5rem 0; }
  @media (min-width: 768px) {
    .alert-message {
      -webkit-transform: skew(-20deg);
              transform: skew(-20deg);
      margin: 1.75rem 4rem 1.75rem .75rem; } }
  @media (min-width: 1080px) {
    .alert-message {
      margin: 1.75rem 4rem 1.75rem .25rem; } }
  @media (min-width: 1440px) {
    .alert-message {
      margin: 1.75rem 4rem 1.75rem .75rem; } }
  .alert-message p {
    font-style: italic;
    font-size: 1.0625rem;
    line-height: 1.1875rem;
    padding: 0 0 0.25rem;
    display: inline; }
    @media (min-width: 768px) {
      .alert-message p {
        font-size: 1.125rem;
        line-height: 1.25rem; } }
  .alert-message a.more-info {
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic; }

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  *::-ms-backdrop,
  .alert-message {
    margin: 0 -6px; } }

@media all and (-ms-high-contrast: none) and (min-width: 1080px) {
  *::-ms-backdrop,
  .alert-message {
    margin: 0; } }

.minimize-alert {
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  text-align: right;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 1080px) {
    .minimize-alert {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 90px;
              flex: 1 0 90px;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  @media (min-width: 1440px) {
    .minimize-alert {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 124px;
              flex: 1 0 124px; } }

.minimize-alert button {
  position: absolute;
  position: relative;
  display: block;
  float: right;
  top: 0;
  right: 2.5rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  color: #000321;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03rem; }
  @media (min-width: 768px) {
    .minimize-alert button {
      right: 5.5rem; } }
  @media (min-width: 1080px) {
    .minimize-alert button {
      position: relative;
      left: 0rem;
      padding-bottom: 0; } }
  @media (min-width: 1440px) {
    .minimize-alert button {
      left: -2rem;
      padding-bottom: 0; } }
  .minimize-alert button span {
    display: inline-block;
    right: 34px;
    width: 16px;
    height: 19px;
    vertical-align: middle;
    z-index: inherit;
    padding-right: 0.5rem; }

.minimize-alert button > span::before,
.minimize-alert button > span::after {
  display: block;
  position: absolute;
  left: 15px;
  content: " ";
  height: 16px;
  width: 3px;
  background-color: #ffffff; }

.minimize-alert button > span::before {
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.minimize-alert button > span::after {
  display: block;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }

.hide-alert.alert.min,
.hide-alert.alert.full {
  display: none;
  -webkit-transition: 500ms;
  transition: 500ms; }

.alert.min {
  text-align: center;
  display: block;
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700; }
  .alert.min .container {
    height: 3.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .alert.min .alert-icon {
    width: 1.75rem;
    height: 1.75rem;
    padding: 0 1rem 0 0;
    top: 0;
    left: -0.75rem; }
  .alert.min .expand-alert {
    border: none;
    background-color: transparent;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000321;
    font-size: 1.25rem; }

.dialog-overlay {
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

.main-dialog {
  z-index: 102; }

.dialog-overlay[aria-hidden="true"],
.main-dialog[aria-hidden="true"] {
  display: none; }

.dialog-overlay:not([aria-hidden="true"]),
.main-dialog:not([aria-hidden="true"]) {
  display: -ms-grid;
  display: grid; }

.sr-only {
  opacity: 0;
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.icons-wrap {
  position: relative; }
  .icons-wrap button {
    position: absolute;
    height: 100%;
    top: 0;
    display: block;
    background: #eef3f7;
    font-family: "fontello" !important;
    color: transparent;
    font-size: 0;
    width: 33px; }
    @media screen and (min-width: 940px) {
      .icons-wrap button {
        display: none; } }
    .icons-wrap button:hover {
      background: #ccf0ff; }
  .icons-wrap *::-ms-backdrop, .icons-wrap button {
    display: none; }

#icons-container {
  overflow-x: auto;
  overflow-y: hidden; }

.icon {
  text-align: center;
  text-transform: uppercase;
  height: 140px;
  width: 144px;
  margin: 1.75rem 0 1rem;
  overflow-wrap: normal; }
  @media (min-width: 1080px) {
    .icon {
      width: 184px; } }
  .icon:last-of-type {
    padding-right: 2rem; }
    @media (min-width: 1080px) {
      .icon:last-of-type {
        padding-right: 0; } }
  .icon a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem 0 0;
    text-decoration: none; }
    .icon a:hover {
      background-color: #ccf0ff;
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 82%, 50% 100%, 0% 82%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 82%, 50% 100%, 0% 82%); }
    .icon a .icon-img-wrap {
      height: 50px;
      position: relative;
      margin: 0 auto 1rem; }
  .icon p {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.03rem;
    color: #005fa9;
    position: relative; }
    @media (min-width: 1080px) {
      .icon p {
        padding: 0 1rem; } }

.icon:hover p:after {
  content: '';
  display: block;
  border-bottom: 2px solid #009cde;
  width: 60px;
  margin: 0 auto;
  position: relative;
  bottom: -5px;
  z-index: 3; }

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 900px;
  padding-bottom: 12px;
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .icons {
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .icons {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .icons {
      margin-left: 62px;
      margin-right: 62px; } }

.icon img {
  display: inline-block; }

#scroll-left {
  left: 0;
  border-top: none;
  border-right: 1px solid #ccdae6;
  border-bottom: none;
  border-left: none; }
  #scroll-left:after {
    content: "\f104" !important;
    color: #005fa9;
    font-size: 30px;
    font-weight: 700;
    display: block;
    position: relative;
    right: 1px; }

#scroll-right {
  right: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #ccdae6; }
  #scroll-right:after {
    content: "\f105" !important;
    color: #005fa9;
    font-size: 30px;
    font-weight: 700;
    display: block;
    position: relative;
    left: 2px; }

.degree-search-wrap {
  padding-top: 64px;
  padding-bottom: 80px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgo8cGF0dGVybiBpZD0iZGlhZ29uYWxMaW5lc0Rvd24iIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPgogIDxwYXRoIGQ9Ik03LC0xIGwyLDIKICAgICAgICAgICBNMCwwIGw4LDgKICAgICAgICAgICBNLTEsNyBsMiwyIiBzdHlsZT0ic3Ryb2tlOiNmMmYyZjQ7IHN0cm9rZS13aWR0aDoxIj48L3BhdGg+CjwvcGF0dGVybj4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZGlhZ29uYWxMaW5lc0Rvd24pIj48L3JlY3Q+Cjwvc3ZnPg=="); }
  @media (min-width: 1080px) {
    .degree-search-wrap {
      padding-top: 84px;
      padding-bottom: 100px; } }

.degree-search-wrap .degree-search {
  display: -ms-grid;
  display: grid;
  grid-gap: 0 1.5vw;
  -ms-grid-rows: auto 0 auto 0 auto;
  -ms-grid-columns: 8fr 1.5vw 4fr;
      grid-template: "dst dst" ". lion" "dsf dsf" auto / 8fr 4fr;
  margin-left: 40px;
  margin-right: 40px; }
  @media screen and (min-width: 540px) {
    .degree-search-wrap .degree-search {
      -ms-grid-rows: auto 0 auto;
      -ms-grid-columns: 8fr 1.5vw 4fr;
          grid-template: "dst lion" "dsf dsf" auto / 8fr 4fr; } }
  @media (min-width: 768px) {
    .degree-search-wrap .degree-search {
      -ms-grid-rows: auto 0 auto;
      -ms-grid-columns: 1.75fr 1.5vw 0.25fr 1.5vw 7fr 1.5vw 2.75fr 1.5vw 0.25fr;
          grid-template: ". . dst lion ." ". dsf dsf dsf dsf" auto / 1.75fr 0.25fr 7fr 2.75fr 0.25fr; } }
  @media (min-width: 1080px) {
    .degree-search-wrap .degree-search {
      margin-left: 52px;
      margin-right: 52px;
      -ms-grid-rows: auto 0 auto;
      -ms-grid-columns: 1.75fr 1.5vw 0.25fr 1.5vw 6fr 1.5vw 2fr 1.5vw 0.25fr 1.5vw 1.75fr;
          grid-template: ". . dst lion . ." ". dsf dsf dsf dsf ." auto / 1.75fr 0.25fr 6fr 2fr 0.25fr 1.75fr; } }
  @media (min-width: 1440px) {
    .degree-search-wrap .degree-search {
      margin-left: 62px;
      margin-right: 62px; } }

.degree-search div.degree-search-text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: dst;
  position: relative; }

.degree-search-text > div {
  padding: 0; }

.degree-search div.degree-search-text h2 {
  color: #001e44;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .degree-search div.degree-search-text h2 {
      font-size: 1.875rem; } }
  @media (min-width: 1080px) {
    .degree-search div.degree-search-text h2 {
      font-size: 2.625rem;
      line-height: 2.75rem; } }
  @media (min-width: 1080px) {
    .degree-search div.degree-search-text h2 {
      display: inline-block;
      font-size: 2.25rem;
      margin-top: 1rem;
      line-height: 2rem; } }
  @media (min-width: 1440px) {
    .degree-search div.degree-search-text h2 {
      font-size: 2.625rem;
      margin-top: 2.5rem;
      line-height: 2.75rem; } }

.degree-search div.degree-search-text p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
  letter-spacing: -0.015rem;
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .degree-search div.degree-search-text p {
      font-size: 1.1875rem;
      line-height: 1.75rem;
      letter-spacing: -0.005rem; } }
  @media (min-width: 1080px) {
    .degree-search div.degree-search-text p {
      font-size: 1.4375rem;
      line-height: 2.0625rem;
      letter-spacing: normal; } }

.search-lion {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: lion;
  -ms-grid-row-align: end;
      align-self: end;
  max-width: 100%;
  margin-bottom: -60px;
  margin-left: -20%; }
  @media screen and (min-width: 540px) {
    .search-lion {
      margin-bottom: 0;
      margin-left: 0;
      max-width: 88%; } }
  @media (min-width: 768px) {
    .search-lion {
      max-width: 100%; } }

.degree-search div.degree-search-form {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: dsf; }

@media screen and (min-width: 540px){
    .degree-search div.degree-search-text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .search-lion {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .degree-search div.degree-search-form {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; } }

@media (min-width: 768px){
    .degree-search div.degree-search-text {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
    .search-lion {
    -ms-grid-row: 1;
    -ms-grid-column: 7; }
    .degree-search div.degree-search-form {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 7; } }

@media (min-width: 1080px){
    .degree-search div.degree-search-text {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
    .search-lion {
    -ms-grid-row: 1;
    -ms-grid-column: 7; }
    .degree-search div.degree-search-form {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 7; } }

.search-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  @media screen and (min-width: 540px) {
    .search-term {
      width: 1%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }

.degree-search-form select {
  border: 1px solid #262626;
  border-radius: 40px;
  margin-bottom: 1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/header/dropdown.png");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  background-color: #f8f8f8;
  height: 2.6875rem;
  width: 10.5rem;
  padding: 0 28px 0 14px;
  font-weight: 600;
  font-size: 1.0625rem; }
  @media screen and (min-width: 540px) {
    .degree-search-form select {
      border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .degree-search-form select {
      height: 3.75rem;
      width: 15rem;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      padding: 0 28px 0 2rem;
      font-size: 1.125rem; } }

.degree-search-form select::-ms-expand {
  display: none; }

.degree-search-form select option {
  font-weight: 400; }

.degree-search-form input {
  padding: 0 16px;
  border: 1px solid #262626;
  color: #262626;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #f8f8f8;
  height: 2.6875rem;
  border-right: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  @media screen and (min-width: 540px) {
    .degree-search-form input {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }
  @media (min-width: 768px) {
    .degree-search-form input {
      height: 3.75rem;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }
  @media (min-width: 1080px) {
    .degree-search-form input {
      font-size: 1.375rem;
      font-weight: 700;
      font-style: italic; } }

.degree-search-form input[type="search"]::-webkit-input-placeholder {
  color: #717171; }

.degree-search-form input[type="search"]::-moz-placeholder {
  color: #717171; }

.degree-search-form input[type="search"]:-ms-input-placeholder {
  color: #717171; }

.degree-search-form input[type="search"]::-ms-input-placeholder {
  color: #717171; }

.degree-search-form input[type="search"]::placeholder {
  color: #717171; }

.degree-search-form button {
  background-color: #f8f8f8;
  border: 1px solid #262626;
  border-radius: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  cursor: pointer;
  padding: 0 1rem 0 0;
  height: 2.6875rem; }
  @media (min-width: 768px) {
    .degree-search-form button {
      height: 3.75rem;
      padding: 0 2rem 0 0; } }

.degree-search-form .icon-search-1 {
  font-size: 1.5rem;
  color: #005fa9; }
  @media (min-width: 768px) {
    .degree-search-form .icon-search-1 {
      font-size: 2rem; } }

.resources-wrap {
  padding-top: 2.75rem;
  padding-bottom: 6.25rem; }

.resources {
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .resources {
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .resources {
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .resources {
      margin-left: 62px;
      margin-right: 62px; } }
  .resources h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 10px; }
    @media (min-width: 1080px) {
      .resources h2 {
        font-size: 1.375rem;
        line-height: 1.625rem; } }
  .resources b {
    background-color: #009cde;
    font-size: 10px;
    height: 2px;
    font-weight: bold;
    width: 61px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    margin-right: 5rem; }
  .resources a {
    margin-top: 0;
    margin-bottom: 12px; }
  .resources .title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 32px; }
    @media (min-width: 1080px) {
      .resources .title {
        font-size: 1.375rem;
        line-height: 1.625rem; } }
  .resources .four-resources {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 32px 0 auto 0 auto 0 auto 0 auto;
    -ms-grid-columns: 1fr;
        grid-template: "t" 32px "r1" auto "r2" auto "r3" auto "r4" auto / 1fr;
    grid-gap: 0 1.5vw; }
    @media (min-width: 768px) {
      .resources .four-resources {
        -ms-grid-rows: 24px 0 auto 0 auto;
        -ms-grid-columns: 1fr 1.5vw 2fr 1.5vw 2fr 1.5vw 1fr;
            grid-template: "t t t t" 24px "r1 r1 r2 r2" auto "r3 r3 r4 r4" auto / 1fr 2fr 2fr 1fr; } }
    @media (min-width: 1080px) {
      .resources .four-resources {
        -ms-grid-rows: 24px 0 auto 0 auto;
        -ms-grid-columns: 1fr 1.5vw 2fr 1.5vw 2fr 1.5vw 1fr;
            grid-template: ". t t ." 24px ". r1 r2 ." auto ". r3 r4 ." auto / 1fr 2fr 2fr 1fr; } }
    @media (min-width: 1440px) {
      .resources .four-resources {
        -ms-grid-rows: 24px 0 auto;
        -ms-grid-columns: 1fr 1.5vw 1fr 1.5vw 1fr 1.5vw 1fr;
            grid-template: "t t t t" 24px "r1 r2 r3 r4" auto / 1fr 1fr 1fr 1fr; } }
    .resources .four-resources div:nth-child(n + 2) {
      margin-bottom: 48px;
      border-bottom: none;
      background: #005fa9;
      /* Old browsers */
      background: url("../img/resource-sheild.png") top right no-repeat;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: url("../img/resource-sheild.png") center right no-repeat, radial-gradient(ellipse at center, rgba(0, 95, 169, 0.9) 0%, rgba(0, 6, 14, 0.9) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005fa9', endColorstr='#00060e',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
      @media (min-width: 1080px) {
        .resources .four-resources div:nth-child(n + 2) {
          margin-bottom: 32px; } }
      @media (min-width: 1440px) {
        .resources .four-resources div:nth-child(n + 2) {
          margin-bottom: 0; } }
      .resources .four-resources div:nth-child(n + 2) > * {
        margin-left: 30%; }
    .resources .four-resources div:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: t;
      margin-bottom: 32px;
      background-color: rgba(0, 30, 68, 0.01); }
    .resources .four-resources div:nth-child(n + 2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: end;
          align-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 24px 0;
      margin-right: 0;
      max-width: 500px; }
      @media screen and (min-width: 600px) {
        .resources .four-resources div:nth-child(n + 2) {
          margin: 32px 190px 0 0; } }
      @media (min-width: 768px) {
        .resources .four-resources div:nth-child(n + 2) {
          margin: 32px 0; } }
    .resources .four-resources div:nth-child(2) {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      grid-area: r1;
      background-color: rgba(0, 30, 68, 0.01); }
    .resources .four-resources div:nth-child(3) {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      grid-area: r2;
      background-color: rgba(0, 30, 68, 0.01); }
    .resources .four-resources div:nth-child(4) {
      -ms-grid-row: 7;
      -ms-grid-column: 1;
      grid-area: r3;
      background-color: rgba(0, 30, 68, 0.01); }
    .resources .four-resources div:nth-child(5) {
      -ms-grid-row: 9;
      -ms-grid-column: 1;
      grid-area: r4;
      background-color: rgba(0, 30, 68, 0.01); }
  .resources .three-resources {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 32px 0 auto 0 auto 0 auto;
    -ms-grid-columns: 1fr;
        grid-template: "t" 32px "r1" auto "r2" auto "r3" auto / 1fr;
    grid-gap: 0 1.5vw; }
    @media (min-width: 768px) {
      .resources .three-resources {
        -ms-grid-rows: 24px 0 auto;
        -ms-grid-columns: 1fr 1.5vw 1fr 1.5vw 1fr;
            grid-template: "t t t " 24px "r1 r2 r3 " auto / 1fr 1fr 1fr; }
      .resources .three-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5; }
      .resources .three-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .resources .three-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .three-resources > div:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; } }
    @media (min-width: 1080px) {
      .resources .three-resources {
        -ms-grid-rows: 24px 0 auto;
        -ms-grid-columns: 1fr 1.5vw 1fr 1.5vw 1fr;
            grid-template: "t t t " 24px "r1 r2 r3 " auto / 1fr 1fr 1fr; }
      .resources .three-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5; }
      .resources .three-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .resources .three-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .three-resources > div:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; } }
    @media (min-width: 1440px) {
      .resources .three-resources {
        -ms-grid-rows: 24px 0 auto;
        -ms-grid-columns: 0.475fr 1.5vw 1fr 1.5vw 1fr 1.5vw 1fr 1.5vw 0.475fr;
            grid-template: ". t t t ." 24px ". r1 r2 r3 ." auto / 0.475fr 1fr 1fr 1fr 0.475fr; }
      .resources .three-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5; }
      .resources .three-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .three-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
      .resources .three-resources > div:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    -ms-grid-column-span: 1; } }
    .resources .three-resources div:nth-child(n + 2) {
      margin-bottom: 48px;
      border-bottom: none;
      background: #005fa9;
      /* Old browsers */
      background: url("../img/resource-sheild.png") top right no-repeat;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: url("../img/resource-sheild.png") center right no-repeat, radial-gradient(ellipse at center, rgba(0, 95, 169, 0.9) 0%, rgba(0, 6, 14, 0.9) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005fa9', endColorstr='#00060e',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
      @media (min-width: 1080px) {
        .resources .three-resources div:nth-child(n + 2) {
          margin-bottom: 32px; } }
      @media (min-width: 1440px) {
        .resources .three-resources div:nth-child(n + 2) {
          margin-bottom: 0; } }
      .resources .three-resources div:nth-child(n + 2) > * {
        margin-left: 30%; }
    .resources .three-resources div:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-area: t;
      margin-bottom: 32px;
      background-color: rgba(0, 30, 68, 0.01); }
    .resources .three-resources div:nth-child(n + 2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: end;
          align-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 24px 0;
      max-width: 500px; }
      @media screen and (min-width: 600px) {
        .resources .three-resources div:nth-child(n + 2) {
          margin: 32px 190px 0 0; } }
      @media (min-width: 768px) {
        .resources .three-resources div:nth-child(n + 2) {
          margin: 32px 0; } }
    .resources .three-resources div:nth-child(2) {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-area: r1;
      background-color: rgba(0, 30, 68, 0.01); }
    .resources .three-resources div:nth-child(3) {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-area: r2;
      background-color: rgba(0, 30, 68, 0.01); }
    .resources .three-resources div:nth-child(4) {
      -ms-grid-row: 7;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-area: r3;
      background-color: rgba(0, 30, 68, 0.01); }
  .resources .two-resources {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 32px 0 auto 0 auto;
    -ms-grid-columns: 1fr;
        grid-template: "t" 32px "r1" auto "r2" auto / 1fr;
    grid-gap: 0 1.5vw; }
    @media (min-width: 768px) {
      .resources .two-resources {
        -ms-grid-rows: 24px 0 auto;
        -ms-grid-columns: 1fr 1.5vw 1fr;
            grid-template: "t t  " 24px "r1 r2 " auto / 1fr 1fr; }
      .resources .two-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
      .resources .two-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .resources .two-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .two-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
      .resources .two-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .resources .two-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; } }
    @media (min-width: 1080px) {
      .resources .two-resources {
        -ms-grid-rows: 24px 0 auto;
        -ms-grid-columns: 1fr 1.5vw 2fr 1.5vw 2fr 1.5vw 1fr;
            grid-template: ". t t ." 24px ". r1 r2 ." auto / 1fr 2fr 2fr 1fr; }
      .resources .two-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3; }
      .resources .two-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .two-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
      .resources .two-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3; }
      .resources .two-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .two-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; } }
    @media (min-width: 1440px) {
      .resources .two-resources {
        -ms-grid-rows: 24px 0 auto;
        -ms-grid-columns: 1fr 1.5vw 1fr 1.5vw 1fr 1.5vw 1fr;
            grid-template: ". t t t" 24px ". r1 r2 . " auto / 1fr 1fr 1fr 1fr; }
      .resources .two-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5; }
      .resources .two-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .two-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
      .resources .two-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5; }
      .resources .two-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .two-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; } }
    .resources .two-resources div:nth-child(n + 2) {
      margin-bottom: 48px;
      border-bottom: none;
      background: #005fa9;
      /* Old browsers */
      background: url("../img/resource-sheild.png") top right no-repeat;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: url("../img/resource-sheild.png") center right no-repeat, radial-gradient(ellipse at center, rgba(0, 95, 169, 0.9) 0%, rgba(0, 6, 14, 0.9) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005fa9', endColorstr='#00060e',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
      @media (min-width: 1080px) {
        .resources .two-resources div:nth-child(n + 2) {
          margin-bottom: 32px; } }
      @media (min-width: 1440px) {
        .resources .two-resources div:nth-child(n + 2) {
          margin-bottom: 0; } }
      .resources .two-resources div:nth-child(n + 2) > * {
        margin-left: 30%; }
    .resources .two-resources div:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-area: t;
      background-color: rgba(0, 30, 68, 0.01); }
    .resources .two-resources div:nth-child(n + 2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: end;
          align-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 24px 0;
      max-width: 500px; }
      @media screen and (min-width: 600px) {
        .resources .two-resources div:nth-child(n + 2) {
          margin: 32px 190px 0 0; } }
      @media (min-width: 768px) {
        .resources .two-resources div:nth-child(n + 2) {
          margin: 32px 0; } }
    .resources .two-resources div:nth-child(2) {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-area: r1;
      background-color: rgba(0, 30, 68, 0.01); }
    .resources .two-resources div:nth-child(3) {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-area: r2;
      background-color: rgba(0, 30, 68, 0.01); }
    @media (min-width: 768px){
      .resources .four-resources div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7; }
      .resources .four-resources div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
      .resources .four-resources div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3; }
      .resources .four-resources div:nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
      .resources .four-resources div:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3; }
      .resources .three-resources div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7; }
      .resources .three-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5; }
      .resources .three-resources div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
      .resources .three-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .resources .three-resources div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3; }
      .resources .three-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .three-resources div:nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
      .resources .three-resources > div:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
      .resources .two-resources div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7; }
      .resources .three-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5; }
      .resources .two-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
      .resources .two-resources div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
      .resources .three-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .resources .two-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .resources .two-resources div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3; }
      .resources .three-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .two-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; } }
    @media (min-width: 1080px){
      .resources .four-resources div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3; }
      .resources .four-resources div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .four-resources div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
      .resources .four-resources div:nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .four-resources div:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
      .resources .three-resources div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3; }
      .resources .three-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5; }
      .resources .three-resources div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .three-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .resources .three-resources div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
      .resources .three-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .three-resources div:nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .three-resources > div:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
      .resources .two-resources div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3; }
      .resources .three-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5; }
      .resources .two-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3; }
      .resources .two-resources div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .three-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .resources .two-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .two-resources div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
      .resources .three-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .two-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; } }
    @media (min-width: 1440px){
      .resources .four-resources div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7; }
      .resources .four-resources div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .resources .four-resources div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .four-resources div:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
      .resources .four-resources div:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    -ms-grid-column-span: 1; }
      .resources .three-resources div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7; }
      .resources .three-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5; }
      .resources .three-resources div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .resources .three-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .three-resources div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .three-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
      .resources .three-resources div:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
      .resources .three-resources > div:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    -ms-grid-column-span: 1; }
      .resources .two-resources div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7; }
      .resources .three-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5; }
      .resources .two-resources > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5; }
      .resources .two-resources div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .resources .three-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .two-resources > div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .two-resources div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .resources .three-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
      .resources .two-resources > div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; } }

.feature-card-wrap {
  color: #ffffff; }
  @media (min-width: 768px) {
    .feature-card-wrap {
      background-color: #001e44;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; } }
  .feature-card-wrap a {
    color: #ffffff;
    text-decoration: none; }
    .feature-card-wrap a:hover p.feature-title {
      text-decoration: underline; }

@media (max-width: 767px) {
  .feature-card-wrap {
    background-image: none !important; } }

.feature-card-wrap h2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: heading;
  text-transform: uppercase;
  color: #cfeceb;
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 200px 0 52px;
  overflow: visible;
  width: 100vw;
  margin-left: -36px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 1080px) {
    .feature-card-wrap h2 {
      font-size: 1.125rem;
      line-height: 1.25rem; } }
  @media (min-width: 768px) {
    .feature-card-wrap h2 {
      background-image: none !important;
      padding: 68px 0 20px 0;
      overflow: hidden;
      width: auto;
      margin-left: 0; } }
  @media (min-width: 1440px) {
    .feature-card-wrap h2 {
      padding: 16rem 0 20px 0; } }

.feature-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1.5vw auto 1.5vw auto;
  -ms-grid-columns: 1fr;
      grid-template: "heading" "title" "date" auto / 1fr;
  grid-gap: 1.5vw;
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .feature-card {
      -ms-grid-rows: auto 1.5vw auto 1.5vw auto;
      -ms-grid-columns: 1fr;
          grid-template: "heading" "title" "date" auto / 1fr;
      margin-left: 40px;
      margin-right: 40px; }
    .feature-card > .title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .feature-card-wrap h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }
  @media (min-width: 1080px) {
    .feature-card {
      -ms-grid-rows: auto 1.5vw auto 1.5vw auto;
      -ms-grid-columns: 5fr 1.5vw 1fr;
          grid-template: "heading ." "title ." "date ." auto / 5fr 1fr;
      margin-left: 52px;
      margin-right: 52px; }
    .feature-card > .title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .feature-card-wrap h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }
  @media (min-width: 1440px) {
    .feature-card {
      margin-left: 62px;
      margin-right: 62px; } }
  .feature-card h2 {
    background-color: #001e44; }
    @media (min-width: 768px) {
      .feature-card h2 {
        background-color: transparent; } }
    .feature-card h2 span {
      padding-left: 36px;
      position: relative; }
      @media (min-width: 768px) {
        .feature-card h2 span {
          padding-left: 0; } }
      .feature-card h2 span:after {
        content: '';
        position: absolute;
        border-bottom: 1px solid #ffffff;
        bottom: -18px;
        left: 36px;
        width: 36px; }
        @media (min-width: 768px) {
          .feature-card h2 span:after {
            left: 0; } }

.feature-card .feature-title {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: title;
  font-size: 2.125rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.01rem;
  font-style: italic;
  color: #005fa9;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .feature-card .feature-title {
      font-size: 3rem;
      line-height: 3.3125rem; } }
  @media (min-width: 1080px) {
    .feature-card .feature-title {
      font-size: 4.375rem;
      line-height: 4.5rem;
      letter-spacing: 0.005rem; } }
  @media (min-width: 768px) {
    .feature-card .feature-title {
      color: #ffffff;
      margin-right: auto; } }

.feature-card .feature-date {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: date;
  text-transform: uppercase;
  color: #262626;
  font-size: 1.0625rem;
  line-height: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  padding: 32px 0 40px; }

@media (min-width: 768px){
    .latest-news .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
    .latest-news div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
    .latest-news div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
    .latest-news div:nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
    .latest-news div:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 3; }
    .latest-news div.to-new-button {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
    .latest-news-rss div.to-new-button {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
    .feature-card .feature-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
    .feature-card > .feature-title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .feature-card .feature-date {
    -ms-grid-row: 5;
    -ms-grid-column: 1; } }

@media (min-width: 1080px){
    .latest-news .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7; }
    .latest-news div:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
    .latest-news div:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
    .latest-news div:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 5; }
    .latest-news div:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 7; }
    .latest-news div.to-new-button {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7; }
    .latest-news-rss div.to-new-button {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7; }
    .feature-card .feature-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7; }
    .feature-card > .feature-title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .feature-card .feature-date {
    -ms-grid-row: 5;
    -ms-grid-column: 1; } }
  @media (min-width: 1080px) {
    .feature-card .feature-date {
      font-size: 1.125rem;
      line-height: 1.25rem; } }
  @media (min-width: 768px) {
    .feature-card .feature-date {
      color: #ffffff;
      padding: 24px 0 36px; } }
  @media (min-width: 1080px) {
    .feature-card .feature-date {
      padding: 24px 0 48px; } }

.value-slider-wrap {
  padding-top: 64px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1080px) {
    .value-slider-wrap {
      padding-top: 84px;
      padding-bottom: 100px; } }
  .value-slider-wrap .overlay {
    width: 90%;
    margin: 0 auto;
    border-radius: 5px; }
    @media (min-width: 768px) {
      .value-slider-wrap .overlay {
        width: 85%; } }
    @media (min-width: 1080px) {
      .value-slider-wrap .overlay {
        width: 80%; } }
  .value-slider-wrap .value-slider {
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 3, 33, 0.2);
            box-shadow: 0px 0px 15px 1px rgba(0, 3, 33, 0.2);
    border: 1px solid rgba(204, 218, 230, 0.6);
    border-radius: 5px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat; }
    .value-slider-wrap .value-slider .dots-container {
      position: absolute;
      width: 70%;
      z-index: 2;
      bottom: 42px;
      margin: 0;
      padding: 0 35px 2px; }
      @media (min-width: 768px) {
        .value-slider-wrap .value-slider .dots-container {
          padding: 0 79px 2px; } }
  .value-slider-wrap ul.slick-dots {
    margin-bottom: 0;
    position: relative;
    text-align: left; }
    .value-slider-wrap ul.slick-dots li {
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
      .value-slider-wrap ul.slick-dots li:first-child {
        margin-left: 0; }
  .value-slider-wrap .slick-dots {
    bottom: 0 !important; }
  .value-slider-wrap .slick-prev,
  .value-slider-wrap .slick-next {
    height: 40px !important;
    width: 40px !important;
    font-family: "fontello" !important;
    background-color: #ffffff !important;
    border: 3px solid #005fa9 !important; }
    @media (min-width: 768px) {
      .value-slider-wrap .slick-prev,
      .value-slider-wrap .slick-next {
        height: 44px !important;
        width: 44px !important; } }
  .value-slider-wrap .slick-prev:before {
    position: relative;
    content: "\f104" !important;
    font-size: 30px !important;
    font-weight: 700;
    display: block;
    color: #005fa9 !important;
    margin-right: 5px !important;
    margin-top: -2px !important;
    height: 31px !important; }
    @media (min-width: 1080px) {
      .value-slider-wrap .slick-prev:before {
        margin-right: 4px !important;
        margin-top: -1px !important;
        height: 36px !important;
        font-size: 34px !important; } }
  .value-slider-wrap .slick-next:before {
    content: "\f105" !important;
    font-size: 30px !important;
    font-weight: 700;
    color: #005fa9 !important;
    display: block;
    margin-left: 5px !important;
    margin-top: -2px !important;
    height: 31px !important; }
    @media (min-width: 768px) {
      .value-slider-wrap .slick-next:before {
        margin-left: 4px !important;
        margin-top: -1px !important;
        height: 36px !important;
        font-size: 34px !important; } }
  .value-slider-wrap .slick-prev {
    border-radius: 50%;
    left: -18px !important; }
    @media (min-width: 768px) {
      .value-slider-wrap .slick-prev {
        left: -22px !important; } }
  .value-slider-wrap .slick-next {
    border-radius: 50%;
    right: -18px !important; }
    @media (min-width: 768px) {
      .value-slider-wrap .slick-next {
        right: -22px !important; } }
  .value-slider-wrap button:focus.slick-prev,
  .value-slider-wrap button:focus.slick-next {
    background-color: #ccf0ff !important; }
  .value-slider-wrap .single-item:first-child {
    display: block; }
  .value-slider-wrap .single-item.slick-initialized {
    display: block; }
  .value-slider-wrap .slider {
    padding: 24px 35px 24px; }
    @media (min-width: 768px) {
      .value-slider-wrap .slider {
        padding: 79px 79px 40px 79px; } }
    .value-slider-wrap .slider h2 {
      font-size: 1.25rem;
      line-height: 1.5rem;
      font-weight: 700;
      color: #005fa9;
      text-transform: uppercase;
      margin: 0; }
      @media (min-width: 1080px) {
        .value-slider-wrap .slider h2 {
          font-size: 1.375rem;
          line-height: 1.625rem; } }
    .value-slider-wrap .slider h3 {
      margin-top: 10px;
      margin-bottom: 0;
      color: #1e407c;
      font-size: 2.5rem;
      line-height: 2.8125rem;
      font-weight: 900;
      letter-spacing: -0.01rem; }
      @media (min-width: 768px) {
        .value-slider-wrap .slider h3 {
          font-size: 3.125rem;
          line-height: 3.25rem;
          letter-spacing: 0.005rem; } }
      @media (min-width: 1080px) {
        .value-slider-wrap .slider h3 {
          font-size: 4.625rem;
          line-height: 4.75rem; } }
    .value-slider-wrap .slider .separating-line-secondary {
      margin-top: 46px !important;
      padding-top: 0; }
    .value-slider-wrap .slider p {
      color: #001e44;
      font-size: 1.0625rem;
      line-height: 1.375rem;
      font-weight: 400;
      letter-spacing: -0.005rem;
      margin-bottom: 30px;
      width: 100%; }
      @media (min-width: 768px) {
        .value-slider-wrap .slider p {
          font-size: 1.125rem;
          line-height: 1.5rem; } }
      @media (min-width: 1080px) {
        .value-slider-wrap .slider p {
          font-size: 1.25rem;
          line-height: 1.6875rem;
          letter-spacing: normal; } }
      @media (min-width: 768px) {
        .value-slider-wrap .slider p {
          width: 90%;
          margin-bottom: 35px; } }
      @media (min-width: 1080px) {
        .value-slider-wrap .slider p {
          width: 85%; } }
      @media (min-width: 1440px) {
        .value-slider-wrap .slider p {
          width: 65%; } }
    .value-slider-wrap .slider a.button {
      margin: 0;
      text-transform: capitalize;
      padding: 12px 20px;
      float: auto;
      clear: both; }
      @media (min-width: 768px) {
        .value-slider-wrap .slider a.button {
          float: right;
          padding: 12px 48px; } }

.gsc-control-cse {
  padding: 0.5rem 0 2.75rem 0 !important;
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif !important; }

.gsc-input-box {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  @media (min-width: 768px) {
    .gsc-input-box {
      border-radius: 1rem; } }

.gsc-tabsArea {
  border-bottom: none !important; }

.gsc-above-wrapper-area {
  border-bottom: none !important;
  padding: 5px 0 1.375rem 0 !important; }

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b, .gs-imageResult a.gs-title:visited {
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.015rem;
  line-height: 1.75rem;
  color: #005fa9 !important; }
  @media (min-width: 768px) {
    .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b, .gs-imageResult a.gs-title:visited {
      font-size: 1.5rem;
      letter-spacing: normal; } }
  @media (min-width: 1080px) {
    .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b, .gs-imageResult a.gs-title:visited {
      font-size: 1.875rem;
      line-height: 2.0625rem; } }
  @media (min-width: 1080px) {
    .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b, .gs-imageResult a.gs-title:visited {
      line-height: 2.35rem; } }

.gsc-webResult .gsc-result {
  padding: 1.75rem 0 !important; }
  @media (min-width: 1080px) {
    .gsc-webResult .gsc-result {
      padding: 2.75rem 0 !important; } }
  .gsc-webResult .gsc-result:hover {
    border-color: #ffffff !important; }
    .gsc-webResult .gsc-result:hover a {
      text-decoration: underline; }

.gsc-webResult div.gs-visibleUrl {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.005rem;
  color: #005fa9 !important; }
  @media (min-width: 768px) {
    .gsc-webResult div.gs-visibleUrl {
      font-size: 1.0625rem; } }
  @media (min-width: 1080px) {
    .gsc-webResult div.gs-visibleUrl {
      font-size: 1.125rem;
      line-height: 1.5rem;
      letter-spacing: normal; } }

.gsc-webResult .gs-snippet {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  font-weight: 400;
  letter-spacing: -0.005rem;
  padding-top: 0.75rem; }
  @media (min-width: 768px) {
    .gsc-webResult .gs-snippet {
      font-size: 1.125rem;
      line-height: 1.5rem; } }
  @media (min-width: 1080px) {
    .gsc-webResult .gs-snippet {
      font-size: 1.25rem;
      line-height: 1.6875rem;
      letter-spacing: normal; } }

.gsc-thumbnail-inside, .gsc-url-top {
  padding-bottom: 4px; }

.gs-web-image-box {
  padding: 17px 8px 2px 0 !important; }

.gs-web-image-box, .gs-promotion-image-box {
  width: 215px !important; }

.gs-web-image-box .gs-image, .gs-promotion-image-box .gs-promotion-image {
  max-width: 195px !important;
  max-height: 146px !important; }

.gs-result .gs-image, .gs-result .gs-promotion-image {
  border: 1px solid #ffffff !important; }

.gsc-table-cell-thumbnail {
  display: none; }
  @media (min-width: 1080px) {
    .gsc-table-cell-thumbnail {
      display: block; } }

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: #ffffff !important;
  color: #314d64 !important;
  font-size: 1.25rem;
  margin-right: 1.25rem !important; }

.gsc-cursor-next-page, .gsc-cursor-numbered-page {
  padding: 9px 0 10px 0; }

.styled-text-search-lion {
  display: none; }
  @media (min-width: 768px) {
    .styled-text-search-lion {
      display: block;
      margin: 0 auto; } }

.search-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  @media screen and (min-width: 540px) {
    .search-term {
      width: 1%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }

@media screen and (max-width: 539px) {
  .styled-text-search-form .input-group {
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 12fr;
        grid-template: "select" "input" auto / 12fr;
    justify-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .styled-text-search-form input[type="search"] {
    grid-area: input;
    width: 100%;
    border-right: none; }
  .styled-text-search-form .input-group-append {
    grid-area: input; }
  .styled-text-search-form .input-group div {
    grid-area: select; } }

@media screen and (max-width: 539px){
  .styled-text-search-form input[type="search"] {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .styled-text-search-form .input-group-append {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .styled-text-search-form .input-group div {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }

.styled-text-search-form select {
  border: 1px solid #262626;
  border-radius: 40px;
  margin-bottom: 1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/header/dropdown.png");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  background-color: #f8f8f8;
  height: 2.6875rem;
  width: 10.5rem;
  padding: 0 28px 0 14px;
  font-weight: 600;
  font-size: 1.0625rem; }
  @media screen and (min-width: 540px) {
    .styled-text-search-form select {
      border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .styled-text-search-form select {
      height: 3.75rem;
      width: 15rem;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      padding: 0 28px 0 2rem;
      font-size: 1.125rem; } }

.styled-text-search-form select::-ms-expand {
  display: none; }

.styled-text-search-form select option {
  font-weight: 400; }

.styled-text-search-form input {
  padding: 0 16px;
  border: 1px solid #262626;
  color: #262626;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #f8f8f8;
  height: 2.6875rem;
  border-right: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  @media screen and (min-width: 540px) {
    .styled-text-search-form input {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }
  @media (min-width: 768px) {
    .styled-text-search-form input {
      height: 3.75rem;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }
  @media (min-width: 1080px) {
    .styled-text-search-form input {
      font-size: 1.375rem;
      font-weight: 700;
      font-style: italic; } }

.styled-text-search-form input[type="search"]::-webkit-input-placeholder {
  color: #717171; }

.styled-text-search-form input[type="search"]::-moz-placeholder {
  color: #717171; }

.styled-text-search-form input[type="search"]:-ms-input-placeholder {
  color: #717171; }

.styled-text-search-form input[type="search"]::-ms-input-placeholder {
  color: #717171; }

.styled-text-search-form input[type="search"]::placeholder {
  color: #717171; }

.styled-text-search-form button {
  background-color: #f8f8f8;
  border: 1px solid #262626;
  border-radius: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  cursor: pointer;
  padding: 0 1rem 0 0;
  height: 2.6875rem; }
  @media (min-width: 768px) {
    .styled-text-search-form button {
      height: 3.75rem;
      padding: 0 2rem 0 0; } }

.styled-text-search-form .icon-search-1 {
  font-size: 1.5rem;
  color: #005fa9; }
  @media (min-width: 768px) {
    .styled-text-search-form .icon-search-1 {
      font-size: 2rem; } }

.events-wrap {
  padding-top: 0.75rem;
  padding-bottom: 5rem; }
  @media (min-width: 768px) {
    .events-wrap {
      padding-top: 2.5rem;
      padding-bottom: 6rem; } }
  @media (min-width: 1080px) {
    .events-wrap {
      padding-bottom: 7.5rem; } }
  .events-wrap h2 {
    display: inline-block;
    color: #001e44;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 9vw;
    margin-bottom: 0.5rem; }
    @media (min-width: 1080px) {
      .events-wrap h2 {
        font-size: 1.375rem;
        line-height: 1.625rem; } }
    @media (min-width: 768px) {
      .events-wrap h2 {
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 1rem; } }
    @media (min-width: 1080px) {
      .events-wrap h2 {
        margin-left: 52px;
        margin-right: 52px;
        margin-bottom: 2rem; } }
    @media (min-width: 1440px) {
      .events-wrap h2 {
        margin-left: 62px;
        margin-right: 62px;
        margin-right: 55px; } }
  .events-wrap .all-events {
    margin-left: 9vw;
    padding-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700; }
    @media (min-width: 768px) {
      .events-wrap .all-events {
        display: inline-block;
        margin-left: 0;
        padding-bottom: 0; } }
    @media (min-width: 1080px) {
      .events-wrap .all-events {
        font-size: 1.375rem;
        line-height: 1.625rem; } }

.no-events {
  margin-left: 9vw;
  padding-top: 2rem; }
  @media (min-width: 768px) {
    .no-events {
      margin-left: 0; } }
  .no-events p {
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.015rem;
    color: #001e44;
    color: #1e407c; }
    @media (min-width: 768px) {
      .no-events p {
        font-size: 1.5rem;
        letter-spacing: normal; } }
    @media (min-width: 1080px) {
      .no-events p {
        font-size: 1.875rem;
        line-height: 2.0625rem; } }

.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .events {
      margin-left: 40px;
      margin-right: 40px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (min-width: 1080px) {
    .events {
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .events {
      margin-left: 62px;
      margin-right: 62px; } }
  .events .event:nth-child(-n + 3) {
    display: block; }
  .events .event {
    display: none;
    height: auto;
    width: 100%;
    position: relative;
    background-color: #ffffff;
    max-height: 20rem; }
    .events .event a {
      color: #005fa9; }
      .events .event a p.location,
      .events .event a .date {
        color: #262626; }
    .events .event:before {
      content: "";
      display: block;
      padding-top: 20rem; }
      @media (min-width: 768px) {
        .events .event:before {
          padding-top: calc(420px - 9vw); } }
      @media (min-width: 1080px) {
        .events .event:before {
          padding-top: 100%; } }
    @media (min-width: 768px) {
      .events .event {
        width: 32%;
        margin-bottom: 2vw;
        max-height: inherit; } }
    @media (min-width: 1440px) {
      .events .event {
        margin-bottom: 1.75rem; } }
    .events .event a {
      position: absolute;
      top: 0;
      text-decoration: none;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      .events .event a p.location {
        font-size: 1rem;
        line-height: 1.125rem;
        font-weight: 700;
        letter-spacing: 0.03rem;
        text-transform: uppercase;
        padding: 4vw 22vw 0 9vw;
        padding-top: calc(1rem + 2vw); }
        @media (min-width: 768px) {
          .events .event a p.location {
            padding: 3vw 5vw 0 3vw; } }
        @media (min-width: 1080px) {
          .events .event a p.location {
            padding: 2vw 5vw 0 2vw; } }
        @media (min-width: 1440px) {
          .events .event a p.location {
            padding: 2rem 7rem 0 2rem; } }
      .events .event a .date {
        padding-left: 9vw;
        padding-top: 1rem; }
        @media (min-width: 768px) {
          .events .event a .date {
            padding-left: 3vw;
            padding-top: 0; } }
        @media (min-width: 1080px) {
          .events .event a .date {
            padding-top: 1vw;
            padding-left: 2rem; } }
        .events .event a .date div {
          display: inline-block;
          text-align: center; }
        .events .event a .date .month {
          text-transform: uppercase;
          font-weight: 600;
          padding-bottom: 0.25vw; }
        .events .event a .date .day {
          font-size: 1.375rem;
          font-weight: 600;
          border: 2px solid;
          display: inline-block;
          border-radius: 30px;
          width: 55px;
          height: 55px;
          line-height: 55px; }
          @media (min-width: 768px) {
            .events .event a .date .day {
              font-size: 1.5rem; } }
          @media (min-width: 1080px) {
            .events .event a .date .day {
              font-size: 1.875rem;
              border-radius: 36px;
              width: 67px;
              height: 67px;
              line-height: 67px; } }
      @media (min-width: 768px) {
        .events .event a .event-title {
          display: table-cell; } }
      .events .event a h3 {
        margin-top: 0;
        padding: 0 9vw 4vw 9vw;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 700; }
        @media (min-width: 1080px) {
          .events .event a h3 {
            font-size: 1.375rem;
            line-height: 1.625rem; } }
        @media (min-width: 768px) {
          .events .event a h3 {
            padding: 0 3vw 2vw 3vw;
            height: 5rem;
            display: table-cell;
            vertical-align: bottom; } }
        @media (min-width: 1080px) {
          .events .event a h3 {
            padding: 0 6vw 2vw 2vw; } }
        @media (min-width: 1440px) {
          .events .event a h3 {
            padding: 0 9rem 2rem 2rem; } }
      .events .event a:hover h3 {
        text-decoration: underline; }
    .events .event:nth-child(even) {
      background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' transform='rotate(90)' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.12' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"); }
      .events .event:nth-child(even) a {
        color: #005fa9; }
        .events .event:nth-child(even) a p.location,
        .events .event:nth-child(even) a .date {
          color: #262626; }
  .events .last-event {
    height: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .events .last-event {
        width: 32%; } }

.hide-e {
  display: none !important;
  visibility: none !important;
  height: 0; }

.related-article-with-photo-wrap {
  padding-top: 44px;
  padding-bottom: 2.75rem;
  background-color: #001e44;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.13' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"), -webkit-gradient(linear, right top, left bottom, from(#005fa9), to(#001e44));
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.13' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to bottom left, #005fa9, #001e44); }

.related-article-with-photo {
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .related-article-with-photo {
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .related-article-with-photo {
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .related-article-with-photo {
      margin-left: 62px;
      margin-right: 62px; } }
  .related-article-with-photo h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 32px; }
    @media (min-width: 1080px) {
      .related-article-with-photo h2 {
        font-size: 1.375rem; } }
  @media (min-width: 768px) {
    .related-article-with-photo .blocks {
      -ms-box-orient: horizontal;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .related-article-with-photo .blocks div.block {
    padding-bottom: 2.25rem;
    position: relative; }
    @media (min-width: 768px) {
      .related-article-with-photo .blocks div.block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        width: 32%; }
        .related-article-with-photo .blocks div.block:nth-child(3n + 1)::after {
          content: "";
          position: relative;
          display: inline-block;
          top: 80px;
          width: calc(100% + 1000px); }
        .related-article-with-photo .blocks div.block:nth-child(n + 1):nth-child(-n + 3) {
          padding-top: 0; } }
    .related-article-with-photo .blocks div.block .article-image {
      margin-bottom: 32px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (min-width: 768px) {
        .related-article-with-photo .blocks div.block .article-image {
          margin-bottom: 48px; } }
      .related-article-with-photo .blocks div.block .article-image img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%; }
    .related-article-with-photo .blocks div.block p {
      position: relative;
      margin-bottom: 44px;
      text-transform: uppercase;
      font-size: 1.0625rem;
      line-height: 1.25rem; }
      @media (min-width: 1080px) {
        .related-article-with-photo .blocks div.block p {
          font-size: 1.125rem; } }
      .related-article-with-photo .blocks div.block p a {
        position: relative;
        z-index: 1;
        color: #ccf0ff; }
        .related-article-with-photo .blocks div.block p a:after {
          display: inline-block;
          content: '';
          width: 36px;
          position: absolute;
          left: 0;
          bottom: -20px;
          border-top: 1px solid #ffffff; }
    .related-article-with-photo .blocks div.block h3 {
      font-style: italic;
      margin: 0; }
      .related-article-with-photo .blocks div.block h3 a {
        font-size: 1.375rem;
        line-height: 1.625rem;
        color: #ffffff;
        text-decoration: none; }
        @media (min-width: 768px) {
          .related-article-with-photo .blocks div.block h3 a {
            font-size: 1.5rem;
            line-height: 1.625rem; } }
        @media (min-width: 1080px) {
          .related-article-with-photo .blocks div.block h3 a {
            font-size: 1.875rem;
            line-height: 2.0625rem; } }
        .related-article-with-photo .blocks div.block h3 a:hover {
          text-decoration: underline; }
        .related-article-with-photo .blocks div.block h3 a:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          z-index: 0; }

.quote-overlaid-media-wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  position: relative; }
  @media (min-width: 768px) {
    .quote-overlaid-media-wrap {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media (min-width: 1080px) {
    .quote-overlaid-media-wrap {
      padding-top: 3rem;
      padding-bottom: 5rem; } }
  .quote-overlaid-media-wrap .quote-overlaid-media {
    position: relative;
    margin-left: 36px;
    margin-right: 36px; }
    @media (min-width: 768px) {
      .quote-overlaid-media-wrap .quote-overlaid-media {
        margin-left: 40px;
        margin-right: 40px; } }
    @media (min-width: 1080px) {
      .quote-overlaid-media-wrap .quote-overlaid-media {
        margin-left: 52px;
        margin-right: 52px; } }
    @media (min-width: 1440px) {
      .quote-overlaid-media-wrap .quote-overlaid-media {
        margin-left: 62px;
        margin-right: 62px; } }
    .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap {
      display: -ms-grid;
      display: grid;
      grid-gap: 0 1vw;
      position: relative;
      z-index: 2;
      -ms-grid-rows: auto 0 auto;
      -ms-grid-columns: 3fr 1vw 1fr;
          grid-template: "qcopy qcopy" "qcredit ." auto / 3fr 1fr;
      position: relative; }
      @media (min-width: 768px) {
        .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap {
          position: absolute;
          -ms-grid-rows: auto 0 auto;
          -ms-grid-columns: 3fr 1vw 4fr 1vw 1fr;
              grid-template: "qcopy qcopy . " "qcredit . . " auto / 3fr 4fr 1fr; } }
      @media (min-width: 1080px) {
        .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap {
          -ms-grid-rows: auto 0 auto;
          -ms-grid-columns: 3fr 1vw 3fr 1vw 6fr;
              grid-template: " qcopy qcopy ." " qcredit . .  " auto / 3fr 3fr 6fr; } }
      .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap .quote-copy {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-area: qcopy;
        color: #ffffff; }
        .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap .quote-copy p {
          margin-top: 0;
          position: relative;
          left: 0; }
          @media (min-width: 1080px) {
            .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap .quote-copy p {
              margin-top: 5rem; } }
          .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap .quote-copy p span {
            font-size: 1.5625rem;
            line-height: 1.8125rem;
            font-weight: 700;
            letter-spacing: -0.015rem;
            font-style: italic;
            display: inline;
            background-color: #1e407c;
            margin-top: 5rem;
            margin-left: -1.2rem;
            box-decoration-break: clone;
            -webkit-box-decoration-break: clone;
            position: relative;
            line-height: 2rem;
            padding: 0 1.2rem;
            padding: 0.15rem 1.2rem; }
            @media (min-width: 768px) {
              .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap .quote-copy p span {
                font-size: 1.75rem;
                line-height: 2.25rem;
                letter-spacing: -0.01rem; } }
            @media (min-width: 1080px) {
              .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap .quote-copy p span {
                font-size: 2.625rem;
                line-height: 3.125rem;
                letter-spacing: normal; } }
            @media (min-width: 768px) {
              .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap .quote-copy p span {
                line-height: 2.25rem;
                padding: 0.25rem 1.2rem; } }
            @media (min-width: 1080px) {
              .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap .quote-copy p span {
                line-height: 3.2rem;
                padding: 0.1rem 1.2rem; } }
      .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap .quote-credit {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        grid-area: qcredit;
        margin-top: 2rem;
        margin-bottom: 1rem; }
      @media (min-width: 768px){
        .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap .quote-copy {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
        .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap .quote-credit {
    -ms-grid-row: 3;
    -ms-grid-column: 1; } }
      @media (min-width: 1080px){
        .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap .quote-copy {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
        .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap .quote-credit {
    -ms-grid-row: 3;
    -ms-grid-column: 1; } }
        .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap .quote-credit p {
          width: 100%;
          font-size: 1.0625rem;
          line-height: 1.1875rem;
          font-weight: 700;
          letter-spacing: 0.03rem;
          font-weight: 400;
          color: #001e44;
          margin-top: 0;
          font-style: italic; }
          @media (min-width: 1080px) {
            .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap .quote-credit p {
              font-size: 1.125rem;
              line-height: 1.25rem; } }
          .quote-overlaid-media-wrap .quote-overlaid-media .quote-wrap .quote-credit p strong {
            font-style: normal; }
    .quote-overlaid-media-wrap .quote-overlaid-media .quote-img {
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr;
          grid-template: "qimg" auto / 1fr;
      grid-gap: 0 1vw;
      position: relative; }
      @media (min-width: 768px) {
        .quote-overlaid-media-wrap .quote-overlaid-media .quote-img {
          padding-top: 5rem;
          -ms-grid-rows: auto;
          -ms-grid-columns: 3fr 1vw 5fr;
              grid-template: " . qimg " auto / 3fr 5fr; } }
      @media (min-width: 1080px) {
        .quote-overlaid-media-wrap .quote-overlaid-media .quote-img {
          padding-top: 0;
          -ms-grid-rows: auto;
          -ms-grid-columns: 3fr 1vw 9fr;
              grid-template: " . qimg" auto / 3fr 9fr; } }
      .quote-overlaid-media-wrap .quote-overlaid-media .quote-img figure {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: qimg;
        position: relative; }
      @media (min-width: 768px){
        .quote-overlaid-media-wrap .quote-overlaid-media .quote-img figure {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
      @media (min-width: 1080px){
        .quote-overlaid-media-wrap .quote-overlaid-media .quote-img figure {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
        .quote-overlaid-media-wrap .quote-overlaid-media .quote-img figure img {
          width: 100%;
          height: auto;
          display: block;
          top: 0;
          left: 0;
          margin: auto; }
        .quote-overlaid-media-wrap .quote-overlaid-media .quote-img figure figcaption {
          width: 100%;
          color: #262626; }
          @media (min-width: 1080px) {
            .quote-overlaid-media-wrap .quote-overlaid-media .quote-img figure figcaption {
              width: 89%; } }

.power-facts-wrap {
  padding-top: 2.75rem;
  padding-bottom: 6.25rem; }

.power-facts {
  padding: 0;
  margin: 0;
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .power-facts {
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .power-facts {
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .power-facts {
      margin-left: 62px;
      margin-right: 62px; } }
  .power-facts p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
    letter-spacing: -0.015rem; }
    @media (min-width: 768px) {
      .power-facts p {
        font-size: 1.1875rem;
        line-height: 1.75rem;
        letter-spacing: -0.005rem; } }
    @media (min-width: 1080px) {
      .power-facts p {
        font-size: 1.4375rem;
        line-height: 2.0625rem;
        letter-spacing: normal; } }
  .power-facts h2 {
    text-transform: uppercase;
    display: block;
    color: #001e44;
    font-size: 1.375rem;
    margin: 0 0 0.25rem; }
    @media (min-width: 768px) {
      .power-facts h2 {
        font-size: 1.5rem; } }
    @media (min-width: 1080px) {
      .power-facts h2 {
        font-size: 1.75rem;
        margin: 1rem 0 0.5rem; } }
  .power-facts .card-wrap-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 2rem;
    gap: 16px; }
    @media (min-width: 1080px) {
      .power-facts .card-wrap-outer {
        gap: 20px; } }
    @media (min-width: 1440px) {
      .power-facts .card-wrap-outer {
        gap: 28px; } }
    .power-facts .card-wrap-outer > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      @media (min-width: 768px) {
        .power-facts .card-wrap-outer > * {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 48%;
                  flex: 0 0 48%; } }
      @media (min-width: 1080px) {
        .power-facts .card-wrap-outer > * {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 31.9%;
                  flex: 0 0 31.9%; } }
  .power-facts .bg {
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    color: #ffffff;
    position: relative;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 3, 33, 0.1);
            box-shadow: 0px 8px 16px 0px rgba(0, 3, 33, 0.1);
    height: 66vw; }
    @media screen and (min-width: 500px) {
      .power-facts .bg {
        height: 44vw; } }
    @media (min-width: 768px) {
      .power-facts .bg {
        height: 36vw; } }
    @media (min-width: 1080px) {
      .power-facts .bg {
        height: 25vw; } }
    @media (min-width: 1440px) {
      .power-facts .bg {
        max-height: 360px; } }
    .power-facts .bg a {
      color: #ffffff;
      text-decoration: none;
      max-height: 360px; }
      .power-facts .bg a:hover svg {
        -webkit-transform: scale(1.3333);
                transform: scale(1.3333); }
    .power-facts .bg h3 {
      padding: 0 3.75rem;
      font-size: 1.75rem;
      font-weight: 700;
      margin-top: 0; }
      @media (min-width: 768px) {
        .power-facts .bg h3 {
          padding: 0 14%;
          font-size: 2rem; } }
      @media screen and (min-width: 1320px) {
        .power-facts .bg h3 {
          padding: 0 3.75rem;
          font-size: 2.25rem; } }
      @media (min-width: 1440px) {
        .power-facts .bg h3 {
          font-size: 2.5rem; } }
  .power-facts .hl {
    background-color: #ffffff;
    position: relative;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 3, 33, 0.1);
            box-shadow: 0px 8px 16px 0px rgba(0, 3, 33, 0.1);
    height: 66vw;
    color: #001e44; }
    @media screen and (min-width: 500px) {
      .power-facts .hl {
        height: 44vw; } }
    @media (min-width: 768px) {
      .power-facts .hl {
        height: 36vw; } }
    @media (min-width: 1080px) {
      .power-facts .hl {
        height: 25vw; } }
    @media (min-width: 1440px) {
      .power-facts .hl {
        height: 25vw;
        max-height: 360px; } }
    .power-facts .hl .content {
      padding: 0 10%;
      place-content: start;
      display: block;
      height: unset; }
      @media (min-width: 768px) {
        .power-facts .hl .content {
          padding: 0 14%; } }
      @media (min-width: 1080px) {
        .power-facts .hl .content {
          padding: 0 2.813rem; } }
      @media (min-width: 1440px) {
        .power-facts .hl .content {
          padding: 0 3.75rem; } }
    .power-facts .hl a {
      color: #001e44;
      text-decoration: none; }
      .power-facts .hl a:hover svg {
        -webkit-transform: scale(1.3333);
                transform: scale(1.3333); }
    .power-facts .hl h3 {
      margin: 18% 0 0;
      padding: 0;
      width: 100%;
      position: static;
      font-size: 2rem;
      font-weight: 900; }
      @media screen and (min-width: 600px) {
        .power-facts .hl h3 {
          margin: 16% 0 0; } }
      @media (min-width: 768px) {
        .power-facts .hl h3 {
          margin: 20% 0 0;
          font-size: 2.25rem; } }
      @media (min-width: 1080px) {
        .power-facts .hl h3 {
          margin: 19% 0 0; } }
      @media (min-width: 1440px) {
        .power-facts .hl h3 {
          margin: 5rem 0 0;
          font-size: 2.5rem; } }
    .power-facts .hl p {
      font-size: 1rem;
      line-height: 1.5rem;
      width: 94%; }
      @media (min-width: 1080px) {
        .power-facts .hl p {
          font-size: 1.125rem; } }
      @media (min-width: 1440px) {
        .power-facts .hl p {
          font-size: 1.25rem;
          width: 100%; } }
      .power-facts .hl p.citation {
        font-size: 1rem;
        line-height: 1.25rem;
        font-style: italic;
        margin-top: 1rem; }
  .power-facts .content {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 66vw; }
    @media screen and (min-width: 500px) {
      .power-facts .content {
        height: 44vw; } }
    @media (min-width: 768px) {
      .power-facts .content {
        height: 36vw; } }
    @media (min-width: 1080px) {
      .power-facts .content {
        height: 25vw; } }
    @media (min-width: 1440px) {
      .power-facts .content {
        max-height: 360px; } }
  .power-facts b {
    background-color: #1e407c;
    height: 3px;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    display: block; }
    @media (min-width: 768px) {
      .power-facts b {
        margin-top: 1.35rem;
        margin-bottom: 1rem; } }
    @media (min-width: 1080px) {
      .power-facts b {
        margin-top: 1.25rem; } }
    @media (min-width: 1440px) {
      .power-facts b {
        margin-top: 2rem; } }
  .power-facts svg {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right; }
    @media (min-width: 1440px) {
      .power-facts svg {
        right: 1rem;
        bottom: 1rem; } }
  .power-facts .card-link::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.accordion-wrap {
  padding-top: 4rem;
  padding-bottom: 2.25rem; }
  @media (min-width: 1080px) {
    .accordion-wrap {
      padding-top: 56px;
      padding-bottom: 100px; } }
  .accordion-wrap h2 {
    margin-top: 0;
    margin-bottom: 2rem; }
    .accordion-wrap h2.title-large, .accordion-wrap h2.title-medium, .accordion-wrap h2.title-small {
      color: #001e44; }
  .accordion-wrap h4 {
    margin-top: 1rem;
    color: #001e44; }

.accordion {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
      grid-template: "copy" auto / 1fr;
  grid-gap: 1.5vw;
  margin-left: 36px;
  margin-right: 36px; }
  @media (min-width: 768px) {
    .accordion {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 1.5vw 6fr 1.5vw 1fr;
          grid-template: ". copy ." auto / 1fr 6fr 1fr;
      margin-left: 40px;
      margin-right: 40px; }
    .accordion > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .accordion > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
  @media (min-width: 1080px) {
    .accordion {
      -ms-grid-rows: auto;
      -ms-grid-columns: 1fr 1.5vw 4fr 1.5vw 1fr;
          grid-template: ". copy ." auto / 1fr 4fr 1fr;
      margin-left: 52px;
      margin-right: 52px; }
    .accordion > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .accordion > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
  @media (min-width: 1440px) {
    .accordion {
      margin-left: 62px;
      margin-right: 62px; } }
  .accordion div {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: copy; }
  .accordion .styled-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: "copy" auto / 1fr;
    grid-gap: 1.5vw;
    margin-left: 36px;
    margin-right: 36px; }
    @media (min-width: 768px) {
      .accordion .styled-text {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 1.5vw 6fr 1.5vw 1fr;
            grid-template: ". copy ." auto / 1fr 6fr 1fr;
        margin-left: 40px;
        margin-right: 40px; }
      .accordion .styled-text > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .accordion .styled-text > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .accordion .styled-text > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
    @media (min-width: 1080px) {
      .accordion .styled-text {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 1.5vw 4fr 1.5vw 1fr;
            grid-template: ". copy ." auto / 1fr 4fr 1fr;
        margin-left: 52px;
        margin-right: 52px; }
      .accordion .styled-text > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .accordion .styled-text > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .accordion .styled-text > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
    @media (min-width: 1440px) {
      .accordion .styled-text {
        margin-left: 62px;
        margin-right: 62px; } }
    .accordion .styled-text div {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: copy;
          align-self: end; }
    @media (min-width: 768px){
    .styled-text div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .standard-hero div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .standard-hero > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .accordion div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .standard-hero > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .accordion > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .accordion .styled-text div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .standard-hero > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .accordion > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .accordion .styled-text > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
    @media (min-width: 1080px){
    .styled-text div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .standard-hero div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .standard-hero > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .accordion div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .standard-hero > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .accordion > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .accordion .styled-text div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .standard-hero > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .accordion > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .accordion .styled-text > div {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
  .accordion p {
    font-size: 1.125rem;
    color: #262626; }

dl.faq dt button {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.125rem;
  border: none;
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  color: #001e44; }
  dl.faq dt button:focus {
    background-color: #ffffff; }
  dl.faq dt button[aria-expanded="true"]:focus {
    outline-width: 0 !important;
    color: #005fa9; }
  dl.faq dt button[aria-expanded="true"] span {
    border-bottom: none;
    background-color: #ffffff; }
  dl.faq dt button span {
    border-bottom: 1px solid #e4e5e7;
    display: block;
    padding: 1rem 3rem 1rem 2rem; }

dl.faq dt:last-of-type button span {
  border-bottom: none; }

dl.faq dd.desc {
  margin: 0;
  padding: 1rem 2rem 1rem;
  font-size: 1.125rem;
  display: none;
  background-color: #f2f2f4;
  color: #262626;
  background-color: #ffffff;
  border-bottom: 1px solid #e4e5e7; }
  dl.faq dd.desc:last-of-type {
    border-bottom: none; }
  dl.faq dd.desc p {
    padding-bottom: 1rem; }
  dl.faq dd.desc .button {
    margin: -1rem 0 2rem; }
  dl.faq dd.desc ul {
    padding-bottom: 1rem;
    margin: 0; }
  dl.faq dd.desc li {
    list-style-type: disc; }

dl.faq button {
  cursor: pointer; }
  dl.faq button span {
    position: relative; }
  dl.faq button:hover {
    text-decoration: underline; }
  dl.faq button:active {
    background-color: #f2f2f4; }

dl dd {
  margin: 0;
  padding: 0; }

dl.faq button > span::before,
dl.faq button > span::after {
  display: block;
  position: absolute;
  top: 18px;
  right: 2rem;
  content: " ";
  height: 0.75rem;
  width: 2px;
  background-color: #005fa9; }

dl.faq button > span::before {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

dl.faq button > span::after {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

dl.faq button:hover > span::after {
  display: block;
  color: #005fa9; }

dl.faq button[aria-expanded="true"] > span::after {
  display: none; }

/** Layouts */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important; } }

body {
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  scrollbar-width: none; }

body::-webkit-scrollbar {
  display: none; }

.container {
  max-width: 1440px;
  margin: 0 auto; }

/** Navigation **/
body:not(.home) {
  margin-top: 86px; }
  @media (min-width: 768px) {
    body:not(.home) {
      margin-top: 90px; } }
  @media (min-width: 1080px) {
    body:not(.home) {
      margin-top: 115px; } }
  @media (min-width: 1440px) {
    body:not(.home) {
      margin-top: 122px; } }

.header-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  height: auto;
  display: block;
  background-color: #001e44; }

#navigation {
  position: absolute;
  width: 100%;
  height: 86px;
  -webkit-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
  background-color: #001e44;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background-image: -webkit-gradient(linear, left top, right top, from(#001e44), color-stop(31%, #001e44), color-stop(76%, #1b3c76), to(#000321));
  background-image: linear-gradient(to right, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e44', endColorstr='#000321', GradientType=1);
  /* IE6-9 */ }
  @media (min-width: 768px) {
    #navigation {
      height: 90px; } }
  @media (min-width: 1080px) {
    #navigation {
      height: 115px; } }
  @media (min-width: 1440px) {
    #navigation {
      height: 122px; } }

#navigation.min-height {
  width: 100%;
  height: 57px;
  -webkit-transition: height 0.4s ease-in;
  transition: height 0.4s ease-in;
  background-color: #001e44;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background-image: -webkit-gradient(linear, left top, right top, from(#001e44), color-stop(31%, #001e44), color-stop(76%, #1b3c76), to(#000321));
  background-image: linear-gradient(to right, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e44', endColorstr='#000321', GradientType=1);
  /* IE6-9 */ }
  @media (min-width: 768px) {
    #navigation.min-height {
      height: 62px; } }
  @media (min-width: 1080px) {
    #navigation.min-height {
      height: 87px; } }
  @media (min-width: 1440px) {
    #navigation.min-height {
      height: 71px; } }

.home #navigation {
  background: none;
  -webkit-filter: none;
          filter: none; }

.home #navigation.min-height {
  background-color: #001e44;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background-image: -webkit-gradient(linear, left top, right top, from(#001e44), color-stop(31%, #001e44), color-stop(76%, #1b3c76), to(#000321));
  background-image: linear-gradient(to right, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e44', endColorstr='#000321', GradientType=1);
  /* IE6-9 */ }

.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1440px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 376px) {
    .brand {
      margin-left: 36px;
      margin-right: 36px; } }
  @media (min-width: 768px) {
    .brand {
      height: 90px;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .brand {
      height: 115px;
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .brand {
      height: 122px;
      margin-left: 62px;
      margin-right: 62px; } }

.min-nav {
  height: 57px;
  -webkit-transition: height 200ms ease-in;
  transition: height 200ms ease-in; }
  @media (min-width: 768px) {
    .min-nav {
      height: 62px; } }
  @media (min-width: 1080px) {
    .min-nav {
      height: 87px; } }
  @media (min-width: 1440px) {
    .min-nav {
      height: 71px; } }

.brand .header-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 147px; }
  @media (min-width: 768px) {
    .brand .header-logo {
      width: 158px; } }
  @media (min-width: 1080px) {
    .brand .header-logo {
      width: 163px; } }
  @media (min-width: 1440px) {
    .brand .header-logo {
      width: 200px; } }

.brand .header-logo img {
  width: 100%;
  margin-top: 0.75rem; }
  @media (min-width: 768px) {
    .brand .header-logo img {
      margin-top: 1rem; } }
  @media (min-width: 1080px) {
    .brand .header-logo img {
      margin-top: 1.75rem; } }

.min-nav .header-logo {
  width: 38px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .min-nav .header-logo {
      width: 43px; } }
  @media (min-width: 1080px) {
    .min-nav .header-logo {
      width: 43px; } }
  @media (min-width: 1440px) {
    .min-nav .header-logo {
      width: 43px; } }
  .min-nav .header-logo img {
    position: fixed;
    left: -999999px; }

.min-nav .header-logo {
  background: url("../img/header/psu-shield.svg") center center no-repeat; }

#navigation .brand > ul {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0;
  padding: 0;
  text-align: right; }
  @media (min-width: 1080px) {
    #navigation .brand > ul {
      display: block; } }

@media (min-width: 1080px) {
  #navigation .min-nav > ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media (min-width: 1440px) {
  #navigation .min-nav > ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 60%;
    margin-top: 1rem;
    margin-left: -0.75rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

#navigation .brand li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding-right: 0; }
  @media (min-width: 1080px) {
    #navigation .brand li {
      padding-top: 0;
      padding-bottom: 0.25rem; } }
  @media (min-width: 1440px) {
    #navigation .brand li {
      padding-top: 0.25rem; } }

@media (min-width: 1080px) {
  #navigation .min-nav li {
    padding-top: 0.15rem; } }

@media (min-width: 1440px) {
  #navigation .min-nav li {
    padding-top: 0.125rem; } }

#navigation .brand > ul > li > a,
#navigation .brand .current {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem; }
  @media (min-width: 1080px) {
    #navigation .brand > ul > li > a,
    #navigation .brand .current {
      padding: 0.5rem 0 0 0; } }
  @media (min-width: 1440px) {
    #navigation .brand > ul > li > a,
    #navigation .brand .current {
      padding: 0.5rem 0 1.5rem 0; } }
  #navigation .brand > ul > li > a:hover, #navigation .brand > ul > li > a:focus,
  #navigation .brand .current:hover,
  #navigation .brand .current:focus {
    color: #ccf0ff;
    text-shadow: -0.25px -0.25px 0 #ccf0ff, 0.25px 0.25px #ccf0ff; }

@media (min-width: 1080px) {
  .brand > ul > li:first-child > a {
    padding: 0.5rem 0 1rem; } }

#navigation .brand > ul > li {
  margin-left: 1.875rem; }

@media (min-width: 1440px) {
  #navigation .min-nav > ul > li {
    margin-left: 1.1rem; } }

#navigation .brand > ul > li > .dropdown-content {
  display: none;
  visibility: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
  @media (min-width: 1080px) {
    #navigation .brand > ul > li > .dropdown-content {
      margin-top: 1rem; } }
  @media (min-width: 1440px) {
    #navigation .brand > ul > li > .dropdown-content {
      margin-top: 0.125rem; } }

@media (min-width: 1080px) {
  #navigation .min-nav > ul > li > .dropdown-content {
    margin-top: 0.75rem; } }

@media (min-width: 1440px) {
  #navigation .min-nav > ul > li > .dropdown-content {
    margin-top: 0rem; } }

#navigation .brand > ul > li.open > .dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 502px;
  padding: 28px 36px 47px; }

#navigation .brand > ul > li.open > .dropdown-content:after {
  display: block;
  margin: 0 auto;
  content: " ";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xNiAxNiBMNDggMTYgTDMyIDAgWiI+PC9wYXRoPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: top left;
  height: 20px;
  width: 98%; }
  @media (min-width: 1080px) {
    #navigation .brand > ul > li.open > .dropdown-content:after {
      position: absolute;
      top: -0.75rem;
      left: 1rem; } }
  @media (min-width: 1440px) {
    #navigation .brand > ul > li.open > .dropdown-content:after {
      top: -0.85rem; } }

@media (min-width: 1080px) {
  #navigation .min-nav > ul > li.open > .dropdown-content:after {
    position: absolute;
    top: -0.75rem;
    left: 1rem; } }

@media (min-width: 1440px) {
  #navigation .min-nav > ul > li.open > .dropdown-content:after {
    top: -0.9rem; } }

#navigation .brand > ul li:last-child > .dropdown-content {
  position: absolute;
  right: 0; }

#navigation .brand > ul li:nth-child(3) > .dropdown-content {
  position: absolute;
  left: -110px; }

@media (min-width: 1080px) {
  #navigation .brand > ul > li.open:last-child > .dropdown-content:after {
    background-position: right top;
    position: absolute;
    right: 0;
    left: 0; } }

@media (min-width: 1080px) {
  #navigation .brand > ul > li.open:nth-child(3) > .dropdown-content:after {
    background-position: 110px top;
    position: absolute;
    left: 0; } }

#navigation .has-submenu > a:after {
  line-height: 14px;
  content: ""; }

#navigation .brand .has-submenu:hover > a:hover:after,
#navigation .has-submenu > a:focus:after {
  content: ""; }

#navigation .brand .has-submenu button {
  border: none;
  background-color: transparent; }
  @media (min-width: 1080px) {
    #navigation .brand .has-submenu button {
      padding: 0 0 0 0.375rem;
      position: relative; } }
  @media (min-width: 1440px) {
    #navigation .brand .has-submenu button {
      position: relative;
      left: 0; } }

#navigation .brand .has-submenu button > span {
  display: block;
  right: 0;
  width: 10px;
  height: 10px;
  vertical-align: middle; }

#navigation .brand .has-submenu button > span:before,
#navigation .brand .has-submenu button > span:after {
  display: block;
  position: absolute;
  left: 15px;
  content: " ";
  height: 10px;
  width: 2px;
  background-color: #ffffff; }

#navigation .brand .has-submenu button > span:before {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

#navigation .brand .has-submenu button > span:after {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#navigation .brand .has-submenu:hover button > span:after,
#navigation .brand .has-submenu button:focus > span:after {
  height: 0; }

#navigation .brand .has-submenu:hover button > span:before,
#navigation .brand .has-submenu button:focus > span:before {
  background-color: #ccf0ff; }

#navigation .brand .has-submenu button,
#navigation .brand .has-submenu a:focus + button {
  background-color: transparent; }

#navigation .brand .has-submenu:hover button,
#navigation .brand .has-submenu button:hover,
#navigation .brand .has-submenu button:focus {
  background: transparent; }

.brand .submenu-links {
  width: 210px;
  position: relative; }

.brand .submenu-links > ul,
.min-nav .submenu-links > ul {
  padding-left: 0;
  padding-top: 0;
  list-style: none;
  width: 100%; }
  .brand .submenu-links > ul li,
  .min-nav .submenu-links > ul li {
    display: block !important;
    top: 0;
    border-bottom: 1px dashed rgba(112, 112, 112, 0.5); }

.brand .submenu-links > ul > li > a,
.min-nav .submenu-links > ul > li > a {
  font-family: "Roboto", sans-serif;
  color: #001e44;
  text-decoration: none;
  font-size: 1.125rem;
  padding: 0.25rem 0.625rem 0.25rem !important;
  display: block;
  width: 100%;
  font-weight: 500;
  text-align: left; }
  .brand .submenu-links > ul > li > a:hover,
  .min-nav .submenu-links > ul > li > a:hover {
    color: #005fa9;
    font-style: italic; }

.brand .submenu-card,
.min-nav .submenu-card {
  position: relative;
  width: 236px;
  margin-left: 56px;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2); }
  .brand .submenu-card > a,
  .min-nav .submenu-card > a {
    display: block;
    padding: 0 0 1.75rem !important;
    width: 236px !important; }
    .brand .submenu-card > a:link, .brand .submenu-card > a:visited,
    .min-nav .submenu-card > a:link,
    .min-nav .submenu-card > a:visited {
      color: #005fa9 !important;
      text-decoration: none; }
      .brand .submenu-card > a:link img, .brand .submenu-card > a:visited img,
      .min-nav .submenu-card > a:link img,
      .min-nav .submenu-card > a:visited img {
        border-top-left-radius: 0.625rem;
        border-top-right-radius: 0.625rem;
        width: 100%; }
      .brand .submenu-card > a:link h3, .brand .submenu-card > a:visited h3,
      .min-nav .submenu-card > a:link h3,
      .min-nav .submenu-card > a:visited h3 {
        margin: 1.4375rem 1rem 0;
        font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
        font-size: 1.0625rem;
        line-height: 1.1875rem;
        font-weight: 700;
        letter-spacing: 0.03rem;
        text-align: left; }
        @media (min-width: 1080px) {
          .brand .submenu-card > a:link h3, .brand .submenu-card > a:visited h3,
          .min-nav .submenu-card > a:link h3,
          .min-nav .submenu-card > a:visited h3 {
            font-size: 1.125rem;
            line-height: 1.25rem; } }
    .brand .submenu-card > a:hover,
    .min-nav .submenu-card > a:hover {
      text-decoration: underline;
      color: #001e44; }
  .brand .submenu-card p,
  .min-nav .submenu-card p {
    color: #262626;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin: 1rem 1rem 2.8125rem; }

.header-buttons {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  @media (min-width: 768px) {
    .header-buttons {
      -ms-flex-item-align: end;
          align-self: flex-end;
      width: 75%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
  @media (min-width: 1080px) {
    .header-buttons {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -ms-flex-item-align: auto;
          -ms-grid-row-align: auto;
          align-self: auto;
      width: auto;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }

.min-nav .header-buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  right: 0; }
  @media (min-width: 1080px) {
    .min-nav .header-buttons {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  @media (min-width: 1440px) {
    .min-nav .header-buttons {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      width: 35%;
      position: relative;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.header-buttons .btn-wrap {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin-top: 0.75rem; }
  @media (min-width: 768px) {
    .header-buttons .btn-wrap {
      margin-top: 1rem; } }
  @media (min-width: 1080px) {
    .header-buttons .btn-wrap {
      margin-top: 1.5rem; } }

.min-nav .header-buttons .btn-wrap {
  margin-top: 0.6rem; }
  @media (min-width: 768px) {
    .min-nav .header-buttons .btn-wrap {
      margin-top: 0.85rem; } }
  @media (min-width: 1080px) {
    .min-nav .header-buttons .btn-wrap {
      margin-top: 0.75rem; } }
  @media (min-width: 1440px) {
    .min-nav .header-buttons .btn-wrap {
      margin-top: 1.25rem; } }

.brand .header-buttons a {
  display: inline-block; }

.brand .header-buttons .btn-wrap .button {
  padding-top: 0.185rem;
  padding-bottom: 0.185rem; }
  .brand .header-buttons .btn-wrap .button:hover, .brand .header-buttons .btn-wrap .button:focus {
    padding-top: 0.31rem;
    padding-bottom: 0.31rem; }

.brand .header-buttons .btn-wrap .hotline-button {
  display: none;
  padding-top: 0.31rem;
  padding-bottom: 0.31rem; }
  @media (min-width: 768px) {
    .brand .header-buttons .btn-wrap .hotline-button {
      display: inline-block; } }

.header-buttons .btn-wrap .hotline-button {
  display: block; }
  @media (min-width: 768px) {
    .header-buttons .btn-wrap .hotline-button {
      display: inline-block;
      padding: 6px 26px; } }
  @media (min-width: 1080px) {
    .header-buttons .btn-wrap .hotline-button {
      padding: 6px 30px; } }

@media (min-width: 1440px) {
  .min-nav .header-buttons .hotline-button {
    padding: 6px 22px; } }

.header-buttons .btn-wrap .cta-button {
  display: none; }
  .header-buttons .btn-wrap .cta-button:hover, .header-buttons .btn-wrap .cta-button:focus {
    color: #ffffff; }
  @media (min-width: 768px) {
    .header-buttons .btn-wrap .cta-button {
      display: inline-block;
      padding: 4px 26px; }
      .header-buttons .btn-wrap .cta-button:hover, .header-buttons .btn-wrap .cta-button:focus {
        border: none;
        padding: 6px 28px; } }
  @media (min-width: 1080px) {
    .header-buttons .btn-wrap .cta-button {
      padding: 4px 28px; }
      .header-buttons .btn-wrap .cta-button:hover, .header-buttons .btn-wrap .cta-button:focus {
        border: none;
        padding: 6px 30px; } }

@media (min-width: 1440px) {
  .min-nav .header-buttons .cta-button {
    padding: 4px 22px; }
    .min-nav .header-buttons .cta-button:hover, .min-nav .header-buttons .cta-button:focus {
      border: none;
      padding: 6px 24px; } }

.min-nav .header-buttons .btn-wrap .button {
  padding-top: 0.185rem;
  padding-bottom: 0.185rem; }
  .min-nav .header-buttons .btn-wrap .button:hover, .min-nav .header-buttons .btn-wrap .button:focus {
    padding-top: 0.31rem;
    padding-bottom: 0.31rem; }

.min-nav .header-buttons .btn-wrap .hotline-button {
  display: none;
  padding-top: 0.31rem;
  padding-bottom: 0.31rem; }
  @media (min-width: 768px) {
    .min-nav .header-buttons .btn-wrap .hotline-button {
      display: inline-block; } }

.btn-wrap .more-menu-buttons {
  display: inline-block;
  margin-top: 0; }
  @media (min-width: 768px) {
    .btn-wrap .more-menu-buttons {
      margin-top: 0; } }

.toggle-search {
  display: inline-block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  left: -10px;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff; }
  @media (min-width: 768px) {
    .toggle-search {
      margin-left: 0;
      left: 0; } }
  .toggle-search:hover, .toggle-search:focus {
    opacity: 0.7; }
  .toggle-search i {
    font-size: 1.5rem;
    position: relative;
    top: 3px; }

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  top: 0;
  left: -5px;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .hamburger {
      left: 0; } }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 26px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 3px;
  padding-right: 8px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 26px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -7px; }

.hamburger-inner::after {
  bottom: -7px; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 22px; }

.hamburger:hover .hamburger-inner {
  width: 0; }

.hamburger:hover .hamburger-inner::before {
  top: -4px; }

.hamburger:hover .hamburger-inner::after {
  bottom: -4px; }

.hamburger--arrow-r:hover .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.5, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.5, 1); }

.hamburger--arrow-r:hover .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.5, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.5, 1); }

.full-menu-wrap {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateX(75rem);
          transform: translateX(75rem);
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #ffffff;
  z-index: 1000;
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif; }
  @media (min-width: 1080px) {
    .full-menu-wrap {
      width: 720px; } }

.full-menu {
  width: inherit;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 10rem;
  display: -ms-grid;
  display: grid;
  overflow-y: auto;
  -ms-grid-rows: 100px 80px 100px auto auto auto auto;
  -ms-grid-columns: 24px 146px 1fr 120px 24px;
      grid-template: ". s-mark . cl ." 100px ". s-cta s-cta s-cta ." 80px ". ds ds ds ." 100px ". s-nav s-nav s-nav ." ". aud aud aud ." ". lk lk lk ." ". soc soc soc ." auto / 24px 146px 1fr 120px 24px; }
  @media (min-width: 768px) {
    .full-menu {
      -ms-grid-rows: 100px 100px 360px auto auto;
      -ms-grid-columns: 42px 175px 1fr 1fr 1fr 1fr 1fr 120px 42px;
          grid-template: ". s-mark s-cta s-cta s-cta s-cta s-cta cl ." 100px ". . ds ds ds  ds ds ds ." 100px ". s-nav s-nav s-nav  .  aud aud aud ." 360px ". s-nav s-nav s-nav  .  lk lk lk ." ". soc soc soc soc soc soc soc ." auto / 42px 175px 1fr 1fr 1fr 1fr 1fr 120px 42px; } }
  @media (min-width: 1080px) {
    .full-menu {
      -ms-grid-rows: 30px 210px auto auto;
      -ms-grid-columns: 74px 2fr 1fr 1fr 120px 74px;
          grid-template: ". s-cta s-cta s-cta cl ." 30px ". ds ds ds ds ." 210px ". aud aud lk lk ." ". soc soc soc soc . " auto / 74px 2fr 1fr 1fr 120px 74px; } }

.full-menu .full-menu-mark {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: s-mark;
  margin-top: 20px;
  display: block; }
  .full-menu .full-menu-mark img {
    width: 100%;
    display: block; }
  @media (min-width: 768px) {
    .full-menu .full-menu-mark {
      margin-top: 22px; } }
  @media (min-width: 1080px) {
    .full-menu .full-menu-mark {
      display: none; } }

.full-menu a {
  text-decoration: none; }

.full-menu .cta-container {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  height: 30px;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  grid-area: s-cta; }
  @media (min-width: 768px) {
    .full-menu .cta-container {
      margin-top: 28px; } }
  @media (min-width: 1080px) {
    .full-menu .cta-container {
      text-align: left;
      margin-left: 0; } }
  .full-menu .cta-container .wrap-cta * {
    text-align: left;
    margin: 0 2px; }

.full-menu .cta-button {
  padding: 0.185rem 1.4rem;
  text-align: center;
  margin-bottom: 8px !important;
  border: 2px solid #005fa9;
  color: #005fa9; }
  @media screen and (min-width: 442px) {
    .full-menu .cta-button {
      padding: 0.185rem 2rem; } }
  @media (min-width: 768px) {
    .full-menu .cta-button {
      padding: 0.185rem 1.75rem;
      margin-bottom: 0; } }

.full-menu .cta-button:hover,
.full-menu .cta-button:focus {
  border: none;
  color: #ffffff;
  padding: 0.31rem 1.525rem; }
  @media screen and (min-width: 442px) {
    .full-menu .cta-button:hover,
    .full-menu .cta-button:focus {
      padding: 0.31rem 2.125rem; } }
  @media (min-width: 768px) {
    .full-menu .cta-button:hover,
    .full-menu .cta-button:focus {
      padding: 0.31rem 1.875rem; } }

.full-menu .hotline-button {
  padding: 0.325rem 1rem;
  color: #ccf0ff; }
  .full-menu .hotline-button:hover, .full-menu .hotline-button:focus {
    color: #001e44; }
  @media (min-width: 768px) {
    .full-menu .hotline-button {
      padding: 0.325rem 1.5rem; } }
  @media (min-width: 1080px) {
    .full-menu .hotline-button {
      padding: 0.325rem 1.75rem; } }

.full-menu .close-menu {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  text-transform: uppercase;
  height: 30px;
  width: 120px;
  margin-top: 24px;
  top: 0;
  grid-area: cl;
  letter-spacing: 0.1rem;
  line-height: 1.25rem;
  color: #001e44;
  display: inline-block; }
  @media (min-width: 768px) {
    .full-menu .close-menu {
      margin-top: 28px; } }
  .full-menu .close-menu span {
    display: inline-block;
    position: relative;
    right: 0.5rem;
    top: 4px;
    width: 20px;
    height: 20px; }
  .full-menu .close-menu p {
    display: inline-block;
    line-height: 30px; }

.full-menu .close-menu span::before,
.full-menu .close-menu span::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 3px;
  background-color: #001e44; }

.full-menu .close-menu span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.full-menu .close-menu span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.close-menu {
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-weight: 700;
  text-align: right; }

.icon-cancel::before {
  font-size: 2rem;
  float: none; }

.full-menu-wrap.show-menu {
  -webkit-transform: translate(0);
          transform: translate(0); }

.full-menu.show-menu-close {
  display: none; }

.full-menu .search-form {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  margin: 1.5rem 0;
  grid-area: ds; }
  @media (min-width: 768px) {
    .full-menu .search-form {
      margin: 2rem 0 0 0; } }
  @media (min-width: 1080px) {
    .full-menu .search-form {
      margin: 5.5rem 0 0; } }

.full-menu .input-group {
  border: 1px solid #262626;
  border-radius: 22px;
  background-color: #f8f8f8;
  width: 100%;
  float: none; }
  @media (min-width: 768px) {
    .full-menu .input-group {
      width: 95%;
      float: right; } }
  @media (min-width: 1080px) {
    .full-menu .input-group {
      width: 100%;
      float: none; } }

.full-menu select::-ms-expand {
  display: none; }

.full-menu select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  appearance: none;
  background-image: url("../img/header/dropdown.png");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  height: 41px;
  width: 9rem;
  padding: 0 28px 0 14px;
  font-weight: 700; }

.full-menu select option {
  font-weight: 400; }

.full-menu input[type="search"] {
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  color: #262626;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0 0 16px;
  width: 100px;
  height: 41px;
  font-size: 1.125rem;
  font-weight: 900;
  font-style: italic; }
  @media (min-width: 768px) {
    .full-menu input[type="search"] {
      padding: 0 16px;
      font-size: 1.375rem; } }
  .full-menu input[type="search"]:focus {
    outline-style: none !important; }

.full-menu input[type="search"]::-webkit-input-placeholder {
  color: #727272;
  content: "Search"; }

.full-menu input[type="search"]::-moz-placeholder {
  color: #727272;
  content: "Search"; }

.full-menu input[type="search"]:-ms-input-placeholder {
  color: #727272;
  content: "Search"; }

.full-menu input[type="search"]::-ms-input-placeholder {
  color: #727272;
  content: "Search"; }

.full-menu input[type="search"]::placeholder {
  color: #727272;
  content: "Search"; }

.full-menu .search-form button {
  background: transparent;
  border: none;
  top: 0;
  cursor: pointer;
  padding: 0 0.5rem 0 0; }
  @media (min-width: 768px) {
    .full-menu .search-form button {
      padding: 0 1rem 0 0; } }

.full-menu h4 {
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 1rem;
  margin-top: 0.85rem; }

.full-menu ul,
.full-menu li {
  padding: 0;
  margin: 0;
  list-style: none; }

.full-menu .audience-menu {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  margin: 0;
  grid-area: aud; }
  @media (min-width: 1080px) {
    .full-menu .audience-menu {
      margin: 0; } }

.full-menu a {
  color: #001e44; }
  .full-menu a:hover, .full-menu a:focus {
    text-decoration: none;
    color: #005fa9;
    font-style: italic; }

.full-menu ul#modal-main-nav {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: s-nav;
  width: 100%;
  margin: 1rem 0; }
  @media (min-width: 768px) {
    .full-menu ul#modal-main-nav {
      margin: 1.5rem 0; } }
  @media (min-width: 1080px) {
    .full-menu ul#modal-main-nav {
      display: none; } }

.full-menu button {
  float: right;
  position: relative;
  display: block;
  top: 1rem;
  right: 0;
  border: none;
  background-color: transparent !important;
  cursor: pointer; }
  .full-menu button span {
    display: inline-block;
    top: 1rem;
    right: 2.125rem;
    width: 1rem;
    height: 1rem; }

.full-menu ul li.has-submenu button > span::before,
.full-menu ul li.has-submenu button > span::after {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  content: " ";
  height: 1rem;
  width: 0.25rem;
  background-color: #001e44; }

.full-menu ul li.has-submenu button > span::before {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.full-menu ul li.has-submenu button > span::after {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.full-menu ul li.has-submenu button:hover > span::after {
  display: block;
  color: #005fa9; }

.full-menu .open button {
  display: block;
  position: relative;
  top: 1rem; }

.full-menu ul li.open > a {
  display: block;
  font-style: italic;
  color: #005fa9;
  font-weight: 700 !important; }

.full-menu ul li.open ul li a {
  display: block;
  font-style: normal;
  color: #001e44; }

.full-menu ul li.open ul li a:hover {
  display: block;
  font-style: italic;
  color: #005fa9; }

.full-menu ul li.has-submenu > .dropdown-content {
  display: none; }

.full-menu ul li.has-submenu.open button > span::after {
  display: none; }

.full-menu > ul > li {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.5rem 0; }
  .full-menu > ul > li:first-child {
    margin: 0 0 0.5rem; }

.full-menu ul li.open .dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 1.875rem;
  margin-bottom: 3rem; }

.full-menu ul li.open .dropdown-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.full-menu ul#modal-main-nav > li > a {
  font-size: 1.5625rem;
  font-weight: 500;
  padding: 0.75rem 0 0.75rem 0;
  display: inline-block; }

.full-menu ul > li > a:first-child {
  padding: 0 0 0.65rem 0; }

.full-menu ul li .dropdown-content li a {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.65);
  width: 100%;
  padding: 0.625rem 0; }

.full-menu .dropdown-content .submenu {
  margin: 0.125rem 0 2rem 2rem; }

.full-menu > ul > li:last-child .dropdown-content .submenu {
  margin: 0 0 1rem 1.75rem; }

.full-menu .submenu-links {
  width: 100%;
  font-weight: 500; }

.full-menu .audience-menu {
  margin: 0.5rem 0; }
  @media (min-width: 768px) {
    .full-menu .audience-menu {
      margin: 1rem 2rem 1.5rem 0; } }
  @media (min-width: 1080px) {
    .full-menu .audience-menu {
      margin: 0; } }

.full-menu .audience-menu h4,
.full-menu .helpful-links-menu h4,
.full-menu .social-menu h4 {
  color: #001e44;
  font-weight: 400;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .full-menu .audience-menu h4,
    .full-menu .helpful-links-menu h4,
    .full-menu .social-menu h4 {
      margin-bottom: 0.25rem; } }
  @media (min-width: 1080px) {
    .full-menu .audience-menu h4,
    .full-menu .helpful-links-menu h4,
    .full-menu .social-menu h4 {
      margin-bottom: 0; } }

.full-menu .social-menu h4 {
  font-weight: 700;
  margin-bottom: 0.75rem; }
  @media (min-width: 768px) {
    .full-menu .social-menu h4 {
      margin-bottom: 0; } }

.full-menu .audience-menu a {
  font-weight: 500;
  padding: 0.5rem 0;
  display: block;
  font-size: 1.375rem; }
  @media (min-width: 768px) {
    .full-menu .audience-menu a {
      font-size: 1.375rem; } }
  @media (min-width: 1080px) {
    .full-menu .audience-menu a {
      font-size: 1.5625rem; } }
  .full-menu .audience-menu a:hover {
    font-weight: 700; }

.full-menu .helpful-links-menu {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: lk;
  font-weight: 700;
  margin: 1rem 0 4rem;
  font-size: 1rem;
  width: 100%; }
  @media (min-width: 768px) {
    .full-menu .helpful-links-menu {
      margin: 1.5rem 2rem 1rem 0; } }
  @media (min-width: 1080px) {
    .full-menu .helpful-links-menu {
      margin: 0; } }

.full-menu .helpful-links-menu ul {
  margin-top: 0;
  margin-left: 0; }
  @media (min-width: 768px) {
    .full-menu .helpful-links-menu ul {
      margin-left: 0; } }

.full-menu .helpful-links-menu li {
  border-bottom: 1px dashed rgba(112, 112, 112, 0.65);
  font-weight: 700;
  letter-spacing: 0.015rem; }

.full-menu .helpful-links-menu a {
  padding: 0.625rem 0 !important;
  display: block;
  text-transform: uppercase; }

.full-menu .social-menu {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  text-align: left;
  grid-area: soc;
  margin-bottom: 46px;
  bottom: 0;
  right: 0;
  position: relative; }

@media (min-width: 768px){
    .full-menu .full-menu-mark {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    .full-menu .cta-container {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5; }
    .full-menu .close-menu {
    -ms-grid-row: 1;
    -ms-grid-column: 8; }
    .full-menu .search-form {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 6; }
    .full-menu .audience-menu {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
    -ms-grid-column-span: 3; }
    .full-menu ul#modal-main-nav {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3; }
    .full-menu .helpful-links-menu {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
    -ms-grid-column-span: 3; }
    .full-menu .social-menu {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 7; } }

@media (min-width: 1080px){
    .full-menu .cta-container {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3; }
    .full-menu .close-menu {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
    .full-menu .search-form {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 4; }
    .full-menu .audience-menu {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2; }
    .full-menu .helpful-links-menu {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2; }
    .full-menu .social-menu {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 4; } }
  @media (min-width: 768px) {
    .full-menu .social-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      text-align: right;
      width: 100%;
      margin-top: 40px;
      margin-bottom: 36px; } }
  @media (min-width: 1440px) {
    .full-menu .social-menu {
      margin-bottom: 46px; } }

.full-menu .social-heading {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 0;
  letter-spacing: 0.09375rem; }
  .full-menu .social-heading:after {
    content: "//";
    padding: 0 0 0 0.5rem; }
  @media (min-width: 768px) {
    .full-menu .social-heading {
      margin-bottom: 0.125rem; } }

.full-menu .social-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .full-menu .social-menu ul {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 0; } }

.full-menu .social-menu ul li {
  margin-left: 1rem;
  margin-bottom: -0.1rem; }
  .full-menu .social-menu ul li:first-of-type {
    margin-left: 0; }
    @media (min-width: 768px) {
      .full-menu .social-menu ul li:first-of-type {
        margin-left: 1.75rem; } }
  .full-menu .social-menu ul li a {
    color: #005fa9;
    margin-bottom: 0; }
    .full-menu .social-menu ul li a i {
      font-size: 1.75rem;
      color: #005fa9; }
      .full-menu .social-menu ul li a i:hover {
        color: rgba(0, 95, 169, 0.8); }
    .full-menu .social-menu ul li a svg {
      fill: currentColor; }
      .full-menu .social-menu ul li a svg:hover {
        fill: rgba(0, 95, 169, 0.8); }
    .full-menu .social-menu ul li a span {
      font-size: 0;
      display: inline-block; }

@media (min-width: 1080px) {
  .full-menu #modal-main-nav {
    display: none; } }

.full-menu[aria-hidden="true"] {
  display: none; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  color: #ffffff; }

/** Navigation **/
/** Accessibility */
.access-hidden,
.access-hidden-always {
  position: absolute;
  left: -9000px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.access-hidden:active,
.access-hidden:focus {
  position: static;
  height: auto;
  width: auto;
  overflow: auto;
  color: #ffffff;
  background-color: #001e44;
  padding: 0.5rem; }

a:focus,
:focus,
div a:focus,
div :focus {
  outline-style: dotted !important;
  outline-width: thin !important; }

a:focus.header-logo,
button:focus.toggle-search,
button:focus.hamburger,
#main-nav a:focus,
#main-nav button:focus {
  outline-color: #ccf0ff; }

#main-nav .submenu-links a:focus,
#main-nav .submenu-card a:focus {
  outline-color: #005fa9; }

.latest-news a:focus-visible img {
  border: dashed 5px #005fa9; }

.hero-video-wrap a:focus,
.hero-video-wrap button:focus,
.standard-hero-video-wrap a:focus,
.standard-hero-video-wrap button:focus {
  outline-color: #ffffff; }

.j-text-container a:focus {
  display: block;
  border: dashed 5px #005fa9;
  outline-style: none !important; }

.facts-wrap a:focus {
  outline-color: #ccf0ff; }

.slick-dots button:focus {
  border: 3px solid #005fa9; }

.feature-card-wrap a:focus p {
  text-decoration: underline;
  border: 1px dotted #ccf0ff; }

.designed-block a:focus,
.designed-block :focus,
.designed-block div a:focus,
.designed-block div :focus {
  outline-style: none !important;
  outline-width: 0 !important; }

footer a:focus,
footer i:focus {
  outline-color: #ccf0ff; }
