/*!
 * DO NOT OVERRIDE THIS FILE.
 * Generated with `npm run build`
 *
 * wdg-start-theme - WDG's opinionated theme
 * @version 0.8.0
 * @author WDG
 * @link https://www.webdevelopmentgroup.com/
 */

@charset "UTF-8";
.bg-black {
  background: #000;
  color: #FFF;
}

.bg-primary,
.bg-blue {
  background: #011F5B;
  color: #FFF;
}

.bg-red {
  background: #95001A;
  color: #FFF;
}

.bg-light_blue {
  background: #82AFD3;
}

.bg-orange {
  background: #c35a00;
}

.bg-green {
  background: #008e00;
}

.bg-yellow {
  background: #f2C100;
}

.bg-purple {
  background: #4a0042;
}

.bg-gray {
  background: #F2F2F2;
}

.bg-gray-light {
  background: #F7F7F7;
}

.bg-steel {
  background: #CCC;
}

.bg-slate {
  background: #999;
}

.bg-coal {
  background: #333;
}

.font-sans {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.font-serif {
  font-family: "EB Garamond", serif;
}

#content {
  padding-top: 78px;
}

.homepage #content {
  padding: 0;
}

@media (min-width: 768px) {
  #content {
    padding-top: 96px;
  }
}

@media (min-width: 1024px) {
  #content {
    padding-top: 149px;
  }
}

@media (min-width: 1200px) {
  #content {
    padding-top: 157px;
  }
}

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

.contain--no-padding {
  padding: 0;
}

.contain--sm {
  max-width: 950px;
}

@media screen and (min-width: 990px) {
  .contain--sm {
    padding-left: 0;
    padding-right: 0;
  }
}

.contain--wide {
  max-width: 1450px;
}

.contain--xl {
  max-width: 1600px;
}

@media screen and (min-width: 1640px) {
  .contain--xl {
    padding-left: 0;
    padding-right: 0;
  }
}

.contain .contain {
  padding-left: 0;
  padding-right: 0;
}

.contain.page-heading {
  margin-top: 38px;
  margin-bottom: 38px;
}

.contain.page-heading.page-heading--center {
  text-align: center;
}

.bg-color {
  position: relative;
}

.bg-color::after {
  content: '';
  display: block;
  height: 1px;
}

.bg-color + .bg-color {
  margin-top: -50px;
}

@media (min-width: 1024px) {
  .bg-color + .bg-color {
    margin-top: -80px;
  }
}

.bg-color--margin + .bg-color {
  margin-top: 0;
}

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print {
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-margin {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .section-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media print {
  .section-margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.section-margin-top {
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .section-margin-top {
    margin-top: 80px;
  }
}

.section-margin-bottom {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .section-margin-bottom {
    margin-bottom: 80px;
  }
}

.border-top {
  padding-top: 50px;
  margin-top: 0;
  border-top: 1px solid #DFDFDF;
}

@media (min-width: 1024px) {
  .border-top {
    padding-top: 80px;
    margin-top: 0;
  }
}

.border-bottom {
  padding-bottom: 50px;
  margin-bottom: 0;
  border-bottom: 1px solid #DFDFDF;
}

@media (min-width: 1024px) {
  .border-bottom {
    padding-bottom: 80px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .small-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .medium-up {
    display: none;
  }
}

@media (max-width: 1023px) {
  .large-up {
    display: none;
  }
}

#top {
  position: relative;
  -webkit-transition: all .2s .1s;
  transition: all .2s .1s;
  margin: auto;
  z-index: 2;
}

@supports (-ms-ime-align: auto) {
  #top {
    overflow: hidden;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #top {
    overflow: hidden;
  }
}

.for-print {
  display: none !important;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #FFF;
  color: #000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 26px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.modal-open {
  overflow-y: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  display: block;
}

img {
  height: auto;
  margin: 0;
  max-width: 100%;
  vertical-align: bottom;
}

svg {
  margin: 0 auto;
}

figure {
  margin: 0;
  max-width: 100%;
}

figcaption {
  text-align: left;
}

fieldset {
  border: 0;
  margin: 26px 0;
  padding: 0;
}

legend {
  margin-left: 0.5em;
  padding: 0 0.5em;
}

label {
  cursor: pointer;
  display: inline-block;
}

a,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
  outline: none;
}

.no-js a:focus, .no-js
input[type="button"]:focus, .no-js
input[type="submit"]:focus, .no-js
input[type="reset"]:focus, .no-js
button:focus {
  outline: 1px dotted #000;
}

.js .keyboard--focus a:focus, .js .keyboard--focus
input[type="button"]:focus, .js .keyboard--focus
input[type="submit"]:focus, .js .keyboard--focus
input[type="reset"]:focus, .js .keyboard--focus
button:focus {
  outline: 1px dotted #000;
}

.svgs,
.svg-hide {
  display: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background: none;
  padding: 0;
}

legend {
  color: #000;
  font: 1rem/1.625 "Roboto", Helvetica, Arial, sans-serif;
}

p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 2em;
}

table {
  width: 100%;
  border: 5px solid #E3E4E6;
  border-collapse: collapse;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 50px;
}

table thead {
  text-align: left;
}

table thead th {
  background: #011F5B;
  color: #FFF;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
}

table thead th,
table tbody th {
  background: #011F5B;
  color: #FFF;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
}

table tbody th {
  border-bottom: 2px solid #F2F2F2;
}

table tbody td {
  border-bottom: 2px solid #F2F2F2;
  font-size: 1.7rem;
  color: #434343;
  letter-spacing: 0;
  line-height: 1.647058824;
}

table tbody tr:last-child td {
  border-bottom: none;
}

table td,
table th {
  padding: 25px;
}

blockquote,
.wysiwyg blockquote {
  border-left: 1px solid #DFDFDF;
  padding-left: 30px;
  margin: 50px auto 80px;
  max-width: 950px;
}

blockquote p,
.wysiwyg blockquote p {
  font-family: "EB Garamond", serif;
  font-size: 2.6rem;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.666666667;
}

@media (min-width: 768px) {
  blockquote p,
  .wysiwyg blockquote p {
    font-size: 3.3rem;
  }
}

blockquote cite,
blockquote p.cite,
.wysiwyg blockquote cite,
.wysiwyg blockquote p.cite {
  font-size: 1.4rem;
  color: #011F5B;
  letter-spacing: 1.87px;
  text-transform: uppercase;
  font-style: normal;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

a.cta {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  color: #011F5B;
  letter-spacing: 0;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a.cta:hover, a.cta:focus {
  text-decoration: underline;
}

a.cta--arrow::after {
  content: '';
  display: inline-block;
  background: url(/assets/img/svg/icon-cta-link.svg) no-repeat 50% 50%;
  width: 19px;
  height: 19px;
  border: 1px solid #DADADA;
  border-radius: 100%;
  margin-left: 20px;
  position: relative;
  top: 5px;
  -webkit-transition: inherit;
  transition: inherit;
}

a.cta--arrow:hover::after, a.cta--arrow:focus::after {
  background-color: #011F5B;
  background-image: url(/assets/img/svg/icon-cta-link-hover.svg);
  border-color: #011F5B;
}

hr {
  border: 0;
  background: #DFDFDF;
  height: 1px;
  margin: 20px 0;
}

@media print {
  * {
    color: #000 !important;
    background-color: transparent !important;
    background-image: none !important;
  }
  img {
    max-height: 300px;
    width: auto !important;
    page-break-inside: avoid;
  }
}

.sr-only,
.a11y, .access {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:active,
.a11y-focusable:active,
.a11y-focusable:active, .access-focusable:active, .access-focusable:active {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.hamburger {
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 29px;
}

.hamburger__lines {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hamburger__lines, .hamburger__lines::after, .hamburger__lines::before {
  content: '';
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
  position: absolute;
  width: 29px;
  height: 3px;
  border-radius: 1px;
  background-color: #000;
}

.hamburger__lines::before {
  top: -6px;
}

.hamburger__lines::after {
  bottom: -6px;
  width: 18px;
}

.nav-open .hamburger__lines,
.nav-open-secondary .hamburger__lines,
.navigation__close .hamburger__lines,
.search-is-open .search__hamburger .hamburger__lines {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-open .hamburger__lines::before,
.nav-open-secondary .hamburger__lines::before,
.navigation__close .hamburger__lines::before,
.search-is-open .search__hamburger .hamburger__lines::before {
  top: -1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nav-open .hamburger__lines::after,
.nav-open-secondary .hamburger__lines::after,
.navigation__close .hamburger__lines::after,
.search-is-open .search__hamburger .hamburger__lines::after {
  opacity: 0;
}

.header__menu-btn:hover .hamburger__lines::after {
  width: 29px;
}

.js .keyboard--focus .header__menu-btn:focus .hamburger__lines::after,
.no-js .header__menu-btn:focus .hamburger__lines::after {
  width: 29px;
}

.btn {
  background: #011F5B;
  border: none;
  border-radius: 32px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: #FFF;
  letter-spacing: 1.8px;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  padding: 25px;
  margin: 0 20px 20px 0;
  min-width: 210px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (min-width: 768px) {
  .btn {
    font-size: 1.2rem;
  }
}

.wysiwyg .btn {
  text-decoration: none;
}

.is-hovered .btn, .btn:hover, .btn:focus {
  background: #00102F;
}

.btn:last-child {
  margin-right: 0;
}

.btn--secondary {
  background: #95001A;
}

.is-hovered .btn--secondary, .btn--secondary:hover, .btn--secondary:focus {
  background: #720014;
}

.btn--outline, .btn--outline-secondary {
  background: none;
  color: #011F5B;
  border: 1px solid rgba(118, 118, 118, 0.2);
}

.is-hovered .btn--outline, .btn--outline:hover, .btn--outline:focus {
  background: #011F5B;
  color: #FFF;
}

.is-hovered .btn--outline-secondary, .btn--outline-secondary:hover, .btn--outline-secondary:focus {
  background: #95001A;
  color: #FFF;
}

.btn--outline-white, .btn--outline-white-secondary {
  background: none;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.js-wikit-accordion__panel .btn--outline-white {
  color: inherit;
}

.is-hovered .btn--outline-white, .btn--outline-white:hover, .btn--outline-white:focus {
  background: #FFF;
  color: #011F5B;
}

.is-hovered .btn--outline-white-secondary, .btn--outline-white-secondary:hover, .btn--outline-white-secondary:focus {
  background: #FFF;
  color: #95001A;
}

.btn--square {
  border-radius: 0;
  min-width: 0;
  padding: 20px;
}

.link, .video-meta__item {
  font-size: 1.2rem;
  color: #011F5B;
  letter-spacing: 1.6px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}

.link--red {
  color: #95001A;
}

.is-hovered .link, .is-hovered .video-meta__item, .link:hover, .video-meta__item:hover, .link:focus, .video-meta__item:focus {
  text-decoration: underline;
}

/* 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("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 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: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -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: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.a-to-z {
  margin-bottom: 59px;
}

.a-to-z__letter {
  font-family: "EB Garamond", serif;
  font-size: 5rem;
  color: #2B2B2B;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 32px;
}

.a-to-z__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .a-to-z__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.a-to-z__item {
  margin-bottom: 10px;
}

.a-to-z__item--hidden {
  display: none;
}

@media (min-width: 768px) {
  .a-to-z__item {
    width: calc(50% - 6px);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 6px);
            flex: 0 1 calc(50% - 6px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .a-to-z__item--hidden {
    display: none;
  }
}

.a-to-z__link {
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  color: #011F5B;
  letter-spacing: 0;
  display: block;
  background: #FFF;
  border: 5px solid #DFDFDF;
  text-decoration: none;
  padding: 23px 20px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

@media (min-width: 768px) {
  .a-to-z__link {
    height: 100%;
  }
}

.a-to-z__link:hover, .a-to-z__link:focus {
  background: #011F5B;
  border-color: #011F5B;
  color: #FFF;
}

.a-z-search {
  background: #F2F2F3;
  padding: 40px 0;
  margin-bottom: 84px;
}

@media (min-width: 1024px) {
  .a-z-search {
    padding-bottom: 0;
  }
}

.a-z-search .contain {
  max-width: 1040px;
}

.a-z-search__form:focus {
  outline: none;
}

.a-z-search__input::-webkit-input-placeholder {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  color: #011F5B;
}

.a-z-search__input::-moz-placeholder {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  color: #011F5B;
}

.a-z-search__input:-ms-input-placeholder {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  color: #011F5B;
}

.a-z-search__input::-ms-input-placeholder {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  color: #011F5B;
}

.a-z-search__input, .a-z-search__input::placeholder {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  color: #011F5B;
}

.a-z-search__input {
  background: none;
  width: calc(100% - 48px);
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.a-z-search__input:focus {
  outline: none;
}

.a-z-search__submit {
  width: 48px;
  height: 48px;
  display: block;
  text-align: right;
  position: relative;
}

.a-z-search__submit svg {
  fill: #011F5B;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.a-z-search__row {
  border-bottom: 1px solid #DFDFDF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}

.a-z-search__label {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #434343;
  line-height: 1.866666667;
}

.a-z-search__select {
  display: block;
  width: 100%;
  height: 42px;
  border-radius: 0;
  background: url("../img/svg/icon-down-triangle.svg") no-repeat 98% 50% transparent;
  border: none;
  font-family: "EB Garamond", serif;
  font-size: 1.5rem;
  color: #011F5B;
  text-align: left;
  padding: 0 0 12px;
  border-bottom: 1px solid #DFDFDF;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.a-z-search__select::-ms-expand {
  display: none;
}

@media (min-width: 1024px) {
  .a-z-search__select-wrap {
    display: none;
  }
}

.a-z-search__buttons {
  display: none;
}

@media (min-width: 1024px) {
  .a-z-search__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.a-z-search__button {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: #011F5B;
  text-transform: uppercase;
  height: 48px;
  min-width: 30px;
  border-bottom: 4px solid transparent;
  margin-right: 5px;
}

.a-z-search__button:last-child {
  margin-right: 0;
}

.a-z-search__button:disabled {
  cursor: default;
  opacity: .4;
}

.a-z-search__button:disabled:hover, .a-z-search__button:disabled:focus {
  color: inherit;
}

.a-z-search__button:hover, .a-z-search__button:focus {
  color: #95001A;
}

.a-z-search__button--active {
  border-color: #95001A;
}

.no-results {
  display: none;
}

.no-results--active {
  display: block;
}

@media print {
  .a-z-search {
    display: none;
  }
  .a-to-z__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .a-to-z__item {
    width: calc(50% - 6px);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 6px);
            flex: 0 1 calc(50% - 6px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .a-to-z__link {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .accordion-columns__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
  }
}

@media (min-width: 768px) {
  .accordion-columns__content--2 .accordion-columns__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 40px);
            flex: 0 1 calc(50% - 40px);
    margin: 0 20px;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .accordion-columns__content--2 .accordion-columns__col {
    width: calc(50% - 40px);
  }
}

@media (min-width: 768px) {
  .accordion-columns__content--3 .accordion-columns__col {
    margin: 0 20px;
    width: 100%;
  }
}

@media (min-width: 960px) {
  .accordion-columns__content--3 .accordion-columns__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33% - 40px);
            flex: 0 1 calc(33% - 40px);
    margin: 0 20px;
  }
}

@media screen and (min-width: 960px) and (-ms-high-contrast: active), screen and (min-width: 960px) and (-ms-high-contrast: none) {
  .accordion-columns__content--3 .accordion-columns__col {
    width: calc(33% - 40px);
  }
}

.accordion-columns__title {
  font-family: "EB Garamond", serif;
  color: #011F5B;
  letter-spacing: 0;
  position: relative;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #DFDFDF;
}

.bg-blue .accordion-columns__title,
.bg-red .accordion-columns__title {
  color: #FFF;
}

@media (min-width: 768px) {
  .accordion-columns__title {
    font-size: 3rem;
  }
}

.js-wikit-accordion {
  max-width: 1624px;
  margin-bottom: 54px;
}

.js-wikit-accordion-toggle {
  text-align: center;
}

.js-wikit-accordion-toggle__btn {
  padding: 16px 8px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.6px;
  color: #011F5B;
  font-weight: 500;
}

.js-wikit-accordion-toggle__btn:hover, .js-wikit-accordion-toggle__btn:focus {
  text-decoration: underline;
}

.js-wikit-accordion__heading {
  padding: 0;
  margin: 0;
}

.js-wikit-accordion__heading::after {
  display: none;
}

.js-wikit-accordion__trigger {
  background: none;
  display: block;
  border: none;
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
  color: black;
  padding: 18px 10px;
}

.js-wikit-accordion__trigger[aria-expanded="true"] .stroke {
  stroke: #95001A;
}

.js-wikit-accordion__title {
  display: inline-block;
  pointer-events: none;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 2rem;
  color: #011F5B;
  letter-spacing: 0;
  width: calc(100% - 70px);
  -webkit-transition: color .25s ease-in-out .125s;
  transition: color .25s ease-in-out .125s;
}

.js-wikit-accordion__icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 7px;
  width: 16px;
  text-align: center;
  margin-right: 15px;
  pointer-events: none;
}

.js-wikit-accordion__icon svg {
  vertical-align: middle;
  width: 14px;
  height: 9px;
  stroke: #95001A;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.js-wikit-accordion__wrap {
  position: relative;
  z-index: 1;
}

.js-wikit-accordion__item {
  margin: 0;
  border-bottom: 1px solid #DFDFDF;
  position: relative;
}

.js-wikit-accordion__item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #011F5B;
  -webkit-transition: height .25s ease-in-out .125s;
  transition: height .25s ease-in-out .125s;
}

.js-wikit-accordion__item.is-expanded:not(.component__accordion__item) {
  color: #FFF;
}

.js-wikit-accordion__item.is-expanded:not(.component__accordion__item):after {
  height: 100%;
}

.js-wikit-accordion__item.is-expanded:not(.component__accordion__item) *:not(.btn) {
  color: inherit;
}

.js-wikit-accordion__item.is-expanded:not(.component__accordion__item) .js-wikit-accordion__title {
  color: #FFF;
}

.js-wikit-accordion__item.is-expanded:not(.component__accordion__item) .js-wikit-accordion__icon svg {
  stroke: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.js-wikit-accordion__item.is-expanded:not(.component__accordion__item) .js-wikit-accordion__wrap {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  height: 100%;
}

.js-wikit-accordion__panel {
  margin: 0;
  padding: 0 20px 0 38px;
  -webkit-transition: max-height ease .25s;
  transition: max-height ease .25s;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.js .js-wikit-accordion__panel {
  max-height: 0;
}

.js-wikit-accordion__panel--open {
  max-height: 5000px;
}

.js .js-wikit-accordion__panel--open {
  max-height: 5000px;
}

.js-wikit-accordion__panel--open .js-wikit-accordion__panel-content {
  opacity: 1;
  -webkit-transition-delay: .125s;
          transition-delay: .125s;
}

.js-wikit-accordion__panel[hidden] {
  display: none;
}

.no-js .js-wikit-accordion__panel[hidden] {
  display: block;
}

.js-wikit-accordion__panel .js-wikit-accordion__trigger {
  color: #222;
}

.js-wikit-accordion__panel-content {
  opacity: 0;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.no-js .js-wikit-accordion__panel-content {
  opacity: 1;
}

.wysiwyg .js-wikit-accordion__panel-content p {
  margin-top: 0;
  margin-bottom: 15px;
}

.section-header + .js-wikit-accordion-toggle {
  margin-top: -30px;
}

.alert {
  position: relative;
}

.js .alert {
  display: none;
}

@media (min-width: 1024px) {
  .alert {
    text-align: center;
  }
}

.alert:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.alert--primary {
  background: #82AFD3;
  color: #011F5B;
}

.alert--secondary {
  background: #f2C100;
  color: #011F5B;
}

.alert--emergency {
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 100vh;
  background: #011F5B;
  color: #fff;
}

.alert--emergency .alert__message {
  padding-top: 100px;
}

@media (min-width: 1024px) {
  .alert--emergency .alert__message {
    padding-top: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1000px;
  }
}

.alert--emergency .alert__close {
  color: #fff;
  -webkit-transform: none;
          transform: none;
  top: 30px;
}

.alert--emergency .alert__close svg {
  fill: #fff;
}

.alert__message {
  padding: 20px 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .alert__message {
    padding-left: 30px;
  }
}

@media (max-width: 1023px) {
  .alert__message {
    padding-right: 50px;
  }
}

.alert__message p {
  margin: 0;
  line-height: 1.6;
}

.alert--emergency .alert__message p {
  font-size: 3.6rem;
}

@media (max-width: 1023px) {
  .alert--emergency .alert__message p {
    font-size: 2.6rem;
  }
}

.alert__message p.alert__title {
  font-size: 2.3rem;
  margin-bottom: 10px;
}

.alert__message a {
  color: #011F5B;
  margin-left: 20px;
}

@media (max-width: 1023px) {
  .alert__message a {
    display: block;
    margin: 0;
  }
}

.alert--emergency .alert__message a {
  color: #fff;
  margin: 0;
  display: inline;
}

.alert__close {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #011F5B;
}

@media (min-width: 1024px) {
  .alert__close {
    right: 30px;
  }
}

.alert__close svg {
  fill: #011F5B;
  display: inline-block;
}

.alert__close span {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}

@media (min-width: 1024px) {
  .alert__close span {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 10px;
  }
}

body.alert-emergency {
  overflow: hidden;
}

.article-card {
  display: block;
  position: relative;
  max-width: 340px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .article-card {
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 12px;
  }
}

.article-card--featured {
  max-width: 620px;
}

@media (min-width: 768px) {
  .article-card--featured {
    padding-bottom: 100px;
  }
}

@media (min-width: 1024px) {
  .article-card--featured .article-card__title {
    font-size: 3.2rem;
    line-height: 1.25;
  }
}

.article-card--full {
  max-width: 100%;
  border: 1px solid #DFDFDF;
  border-width: 0 1px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.article-card--full::after {
  content: '';
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background: #DFDFDF;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media (min-width: 768px) {
  .article-card--full {
    padding-bottom: 40px;
  }
}

.article-card.is-hovered .article-card__title__link, .article-card:focus-within .article-card__title__link {
  text-decoration: underline;
}

.article-card.is-hovered .article-card__image, .article-card:focus-within .article-card__image {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .article-card .article-card__title__link {
    text-decoration: underline;
  }
  .article-card .article-card__image {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}

.article-card__figure {
  overflow: hidden;
  margin-bottom: 25px;
  display: block;
}

@media (min-width: 1024px) {
  .article-card-hero .article-card__figure {
    margin-bottom: 32px;
  }
}

.article-card__image {
  display: block;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.article-card__category {
  position: relative;
  z-index: 3;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #95001A;
  letter-spacing: 1.6px;
  text-align: center;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1;
}

.article-card__category:hover, .article-card__category:focus {
  text-decoration: underline;
}

.article-card__title {
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 0;
}

@media (min-width: 768px) {
  .article-card__title {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.article-card__link {
  color: #011F5B;
  text-decoration: none;
}

.article-card__link::after {
  content: '';
  display: block;
  left: 50%;
  width: 20px;
  height: 3px;
  background: rgba(1, 31, 91, 0.2);
  position: absolute;
  margin-top: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .article-card__link::after {
    height: 5px;
  }
}

.article-card__link::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-card__link:hover, .article-card__link:focus {
  text-decoration: underline;
}

.article-card-hero {
  padding: 27px 0;
}

@media print {
  .article-card__image {
    max-height: 250px;
  }
}

.breadcrumb {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: none;
}

@media (min-width: 768px) {
  .breadcrumb {
    display: block;
  }
}

.breadcrumb__item {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: #767676;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.breadcrumb__current {
  color: #767676;
}

.breadcrumb__link,
.breadcrumb a {
  display: inline-block;
  vertical-align: middle;
  color: #767676;
  text-decoration: none;
}

.breadcrumb__link:hover, .breadcrumb__link:focus,
.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: underline;
  color: #95001A;
}

.breadcrumb__divide {
  display: inline-block;
  width: 20px;
  text-align: center;
  position: relative;
  top: 1px;
}

.callout {
  padding-top: 50px;
  padding-bottom: 50px;
}

.callout--sm {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .callout__content--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .callout__column {
    padding: 0 50px;
  }
  .callout__content--2 .callout__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    max-width: 50%;
  }
}

.callout__heading {
  font-family: "EB Garamond", serif;
  color: #011F5B;
  letter-spacing: 0;
  position: relative;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 2.8rem;
  line-height: 1.25;
  color: inherit;
  margin-top: 0;
}

.bg-blue .callout__heading,
.bg-red .callout__heading {
  color: #FFF;
}

.callout p {
  margin-bottom: 20px;
}

.callout strong {
  font-weight: 500;
  margin-right: 20px;
}

.card {
  background: #FFF;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  max-width: 630px;
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

.card.is-hovered, .card:focus-within {
  -webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.15);
}

.card.is-hovered .card__title__link, .card:focus-within .card__title__link {
  text-decoration: underline;
}

.card.is-hovered .card__image, .card:focus-within .card__image {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card.is-hovered {
    -webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.15);
  }
  .card .card__title__link {
    text-decoration: underline;
  }
  .card .card__image {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}

.card--align-center {
  text-align: center;
}

.content-aside__aside .card {
  max-width: 410px;
}

@media (min-width: 768px) {
  .content-aside__aside .card:last-child {
    margin-bottom: 0;
  }
}

.card--large,
.card-listing--2 .card {
  text-align: center;
}

.card--large .card__title,
.card-listing--2 .card .card__title {
  padding-top: 30px;
}

@media (min-width: 1024px) {
  .card--large .card__title,
  .card-listing--2 .card .card__title {
    padding-top: 60px;
  }
}

@media (min-width: 1024px) {
  .card--large .card__content,
  .card-listing--2 .card .card__content {
    padding: 0 60px 40px;
  }
}

@media (min-width: 768px) {
  .card {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}

.card__figure, .card__picture {
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.card__image {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card__title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 2rem;
  padding-top: 30px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .card__title {
    font-size: 2.4rem;
    line-height: 1.291666667;
  }
}

.card__title__link {
  color: #011F5B;
  position: relative;
  display: block;
  text-decoration: none;
}

.card__title__link:hover, .card__title__link:focus {
  text-decoration: underline;
}

.card__title__link::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  background: transparent;
  height: 500px;
  bottom: 0;
  left: 0;
}

.card .card__title + .card__date {
  margin-top: -15px;
}

.card__date {
  font-size: 1.2rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  display: block;
}

.card__location, .card__author {
  text-transform: uppercase;
  color: #011F5B;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 1.6px;
  font-weight: 500;
}

.card__content {
  padding: 0 20px;
  border: 2px solid #E3E4E6;
  border-top: none;
}

@media (min-width: 768px) {
  .card__content {
    padding: 0 35px;
    height: 100%;
    padding-bottom: 15px;
  }
}

.card__content p {
  font-size: 1.5rem;
  color: #434343;
  line-height: 1.866666667;
}

@media (min-width: 768px) {
  .card__content p {
    font-size: 17px;
    line-height: 1.647058824;
  }
}

@media print {
  .card__content {
    border: none;
  }
  .card .btn {
    display: none;
  }
}

.card-listing {
  padding: 70px 0px;
}

.card-listing .contain {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .card-listing .contain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .card-listing {
    padding: 95px 0 45px;
  }
  .card-listing .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 10px);
            flex: 0 1 calc(50% - 10px);
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .card-listing .card {
    max-width: calc(50% - 10px);
  }
}

@media (min-width: 768px) {
  .card-listing .card:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .card-listing--3 .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 10px);
            flex: 0 1 calc(50% - 10px);
  }
  .card-listing--3 .card:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .card-listing--3 .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.3% - 13.33px);
            flex: 0 1 calc(33.3% - 13.33px);
  }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .card-listing--3 .card {
    max-width: calc(33.3% - 13.33px);
  }
}

@media (min-width: 1024px) {
  .card-listing--3 .card:nth-child(3n) {
    margin-right: 0;
  }
}

.card-listing--align-left .card {
  text-align: left;
}

.section-header + .card-listing {
  padding-top: 0;
}

@media print {
  .card-listing .contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .card-listing--3 .card,
  .card-listing--2 .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}

.card-sidebar-slider {
  border: 1px solid #DFDFDF;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.card-sidebar-slider .card {
  max-width: none;
}

.card-sidebar-slider .card__content {
  border: 0;
}

.card-sidebar-slider .card__content p {
  margin-bottom: 10px;
}

.card-sidebar-slider .card__content p:last-child {
  margin-bottom: 0;
}

.card-sidebar-slider .card.is-hovered, .card-sidebar-slider .card:focus-within {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-sidebar-slider .slick-dotted.slick-slider {
  padding-bottom: 0;
}

.card-sidebar-slider .slick-track {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.card-sidebar-slider .slick-dots {
  bottom: -40px;
}

@media (min-width: 1024px) {
  .card-slider__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1023px) {
  .card-slider__column.section-header {
    text-align: center;
  }
  .card-slider__column.section-header .section-header__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .card-slider__column:first-child {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .card-slider__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
  .card-slider__column--wide {
    -ms-flex-preferred-size: calc(70% - 50px);
        flex-basis: calc(70% - 50px);
    margin-left: 50px;
    overflow: hidden;
    padding-bottom: 25px;
  }
  .card-slider__column.section-header p {
    margin: 0;
    padding: 0;
  }
}

.card-slider .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 1024px) {
  .contact-information-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-information-contain .contact-information {
    margin-right: 23px;
  }
  .contact-information-contain .contact-information:last-child {
    margin-right: 0;
  }
}

.contact-information {
  background: #011F5B;
  padding: 10px;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 23px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .contact-information {
    margin-bottom: 80px;
  }
  .contact-information:last-child {
    margin-bottom: 80px;
  }
}

.contact-information--red {
  background: #95001A;
}

.contact-information__wrap {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  padding: 40px 22px 50px;
  height: 100%;
}

.contact-information__title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: inherit;
  line-height: 1.454545455;
  position: relative;
  margin-top: .2em;
  margin-bottom: 1.6em;
}

.contact-information__title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -22px;
  background: #FFF;
  opacity: .2;
  width: 20px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .contact-information__title {
    font-size: 3.4rem;
    line-height: 1.235294118;
  }
}

.contact-information__title__link {
  color: #FFF;
  text-decoration: none;
}

.contact-information__title__link:hover, .contact-information__title__link:focus {
  text-decoration: underline;
}

@media (min-width: 640px) {
  .contact-information__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }
}

.contact-information__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 260px;
          flex: 0 1 260px;
}

@media (min-width: 768px) {
  .contact-information__column {
    text-align: left;
  }
}

.contact-information__column:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.contact-information__column:last-child {
  border-bottom: none;
}

@media (min-width: 640px) {
  .contact-information__column:first-child {
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .contact-information__column:last-child {
    padding-left: 40px;
    border-right: none;
  }
}

.contact-information__column__title {
  font-size: 1rem;
  letter-spacing: 1.33px;
  font-weight: 500;
  text-transform: uppercase;
  width: 200px;
  margin: 0 auto 7px;
}

@media (min-width: 640px) {
  .contact-information__column__title {
    font-size: 1.2rem;
    letter-spacing: 1.6px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

.contact-information__column address,
.contact-information__column p {
  font-size: 1.3rem;
  line-height: 2.076923077;
  color: #FFF;
  font-style: normal;
  width: 200px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .contact-information__column address,
  .contact-information__column p {
    font-size: 1.5rem;
    line-height: 1.8;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

.contact-information__column address a,
.contact-information__column p a {
  color: inherit;
}

.contact-information__column address a:hover, .contact-information__column address a:focus,
.contact-information__column p a:hover,
.contact-information__column p a:focus {
  text-decoration: none;
}

@media print {
  .contact-information__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }
  .contact-information__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 260px;
            flex: 0 1 260px;
  }
  .contact-information__wrap {
    padding: 0;
  }
}

.content-aside {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .content-aside {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print {
  .content-aside {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .content-aside--divide .content-aside__divide {
    display: block;
  }
  .content-aside__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bg-color .content-aside {
  padding: 75px 0 50px;
}

@media (min-width: 768px) {
  .bg-color .content-aside {
    padding: 110px 0;
  }
}

.content-aside__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-family: "EB Garamond", serif;
  color: #011F5B;
  letter-spacing: 0;
  position: relative;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1.2;
  margin-top: 0;
}

.bg-blue .content-aside__title,
.bg-red .content-aside__title {
  color: #FFF;
}

.content-aside__title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  background: #011F5B;
  opacity: .4;
  width: 40px;
  height: 4px;
}

@media (min-width: 1024px) {
  .content-aside__title {
    font-size: 5rem;
  }
}

@media (min-width: 1024px) {
  .content-aside__title {
    font-size: 4.5rem;
  }
}

.content-aside__bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  border-top: 1px solid #DFDFDF;
  text-align: center;
  padding-top: 58px;
  margin-top: 40px;
  margin-bottom: 47px;
}

.content-aside__divide {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1px;
          flex: 0 1 1px;
  width: 1px;
  background: #DFDFDF;
  display: none;
}

.content-aside__content {
  position: relative;
}

@media (min-width: 768px) {
  .content-aside__content {
    width: calc(100% - 340px);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 340px);
            flex: 0 1 calc(100% - 340px);
  }
}

@media (min-width: 1024px) {
  .content-aside__content {
    width: 63.14%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 63.14%;
            flex: 0 1 63.14%;
  }
}

.content-aside__content .wysiwyg > *:first-child {
  margin-top: 0;
}

.content-aside__content .wysiwyg > *:last-child {
  margin-bottom: 0;
}

.content-aside__aside {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .content-aside__aside {
    margin-top: 0;
    width: 32.55%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32.55%;
            flex: 0 1 32.55%;
    min-width: 320px;
  }
}

.content-aside .contain + .contain {
  margin-top: 50px;
}

.content-aside .js-wikit-accordion h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1.6px;
  font-weight: 500;
  margin: 0;
}

.content-aside .js-wikit-accordion p {
  font-size: 1.5rem;
  margin-top: 0;
}

@media (min-width: 1024px) {
  .page-header + .content-aside {
    padding-top: 50px;
  }
}

.article-card-hero + .content-aside {
  padding-top: 13px;
}

.content-gallery {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .content-gallery {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media print {
  .content-gallery {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.js-wikit-tabbed .content-gallery {
  margin: 0;
}

.content-gallery.bg-color {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .content-gallery.bg-color {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print {
  .content-gallery.bg-color {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .content-gallery__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .js-wikit-tabbed .content-gallery__flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .content-gallery__column:first-child {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .content-gallery__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46%;
            flex: 0 1 46%;
    width: 46%;
    max-width: 46%;
  }
}

.content-spotlight {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .content-spotlight {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media print {
  .content-spotlight {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.content-spotlight--red {
  background: #95001A;
}

@media (max-width: 767px) {
  .content-spotlight__column:first-child {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .content-spotlight__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49.1764706%;
            flex: 0 1 49.1764706%;
  }
}

@media (min-width: 768px) {
  .content-spotlight__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.content-spotlight.bg-color {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .content-spotlight.bg-color {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print {
  .content-spotlight.bg-color {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media print {
  .content-spotlight {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content-spotlight.bg-color {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.event-card {
  position: relative;
  max-width: 380px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 14px 24px;
}

@media (max-width: 768px) {
  .slick-track .event-card {
    max-width: 350px;
  }
}

@media (max-width: 640px) {
  .slick-track .event-card {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .upcoming-events__grid .event-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3%;
            flex: 0 1 33.3%;
    width: 33%;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .upcoming-events__grid .event-card {
    max-width: 33.3%;
  }
}

@media (min-width: 1024px) {
  .event-card {
    padding: 0 25px 20px;
    max-width: 440px;
  }
}

@media screen and (min-width: 1335px) {
  .event-card {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.event-card--no-image {
  padding: 95px 30px 20px;
}

.event-card--no-image::before {
  content: '';
  display: block;
  height: 221px;
  position: absolute;
  width: 100%;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F2F3));
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F2F2F3 100%);
  top: 0;
  left: 0;
  left: 14px;
  width: calc(100% - 28px);
}

@media (min-width: 1024px) {
  .event-card--no-image::before {
    left: 25px;
    width: calc(100% - 50px);
  }
}

@media screen and (min-width: 1335px) {
  .event-card--no-image::before {
    left: 30px;
    width: calc(100% - 60px);
  }
}

@media (min-width: 1024px) {
  .event-card--no-image {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.event-card--no-image .event-card__category {
  background: none;
}

.event-card--no-image .event-card__content {
  position: relative;
}

@media (max-width: 1023px) {
  .event-card--no-image .event-card__date {
    right: 30px;
  }
}

.event-card--no-image .event-card__link::after {
  left: -6px;
  right: -6px;
}

@media (min-width: 1024px) {
  .event-card--no-image .event-card__link::after {
    left: -20px;
    right: -20px;
  }
}

.event-card--no-image .event-card__link:hover, .event-card--no-image .event-card__link:focus {
  text-decoration: underline;
}

.event-card__date {
  width: 60px;
  height: 70px;
  top: 10px;
  right: 20px;
  position: absolute;
  text-align: center;
  background: #fff;
  color: #011F5B;
  -webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}

@media (min-width: 768px) {
  .event-card__date {
    top: 20px;
    right: 34px;
  }
}

@media (min-width: 1024px) {
  .event-card__date {
    right: 50px;
  }
}

.event-card__day {
  display: block;
  height: 48px;
  font-family: "EB Garamond", serif;
  font-size: 2.8rem;
  color: #011F5B;
  background: #FFF;
  line-height: 1.428571429;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
}

.event-card__month {
  height: 22px;
  background: #95001A;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.4px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
}

.event-card__image {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.is-hovered .event-card__image {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.event-card__image-link {
  display: block;
  overflow: hidden;
}

.event-card__image-link:hover .event-card__image, .event-card__image-link:focus .event-card__image {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.event-card__category {
  font-weight: 500;
  font-size: 1.2rem;
  color: #000F3A;
  letter-spacing: 1.6px;
  position: relative;
  background: #FFF;
  display: block;
  width: calc(100% - 90px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -45px;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 27px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.event-card__category::after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background: rgba(1, 31, 91, 0.2);
  position: absolute;
  margin-top: 8px;
}

@media (min-width: 1024px) {
  .event-card__category::after {
    height: 4px;
  }
}

.event-card__title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #011F5B;
  line-height: 1.3;
  margin-bottom: 5px;
}

.event-card__title + p {
  margin-top: 0px;
}

.event-card__link {
  color: #011F5B;
  text-decoration: none;
}

.is-hovered .event-card__link, .event-card__link:hover, .event-card__link:focus {
  text-decoration: underline;
}

.event-card p {
  font-size: 1.4rem;
  color: rgba(1, 31, 91, 0.68);
  letter-spacing: 0;
  line-height: 1.785714286;
}

.event-card p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .event-card p {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}

a.event-card__category {
  z-index: 2;
}

a.event-card__category:hover, a.event-card__category:focus {
  text-decoration: underline;
}

.event-calendar {
  border: 5px solid #DFDFDF;
  background: #F2F2F2;
  padding: 25px;
  margin-bottom: 50px;
}

.event-calendar__title {
  font-family: "EB Garamond", serif;
  color: #011F5B;
  letter-spacing: 0;
  position: relative;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.294117647;
  margin-top: 0;
  margin-bottom: 30px;
}

.bg-blue .event-calendar__title,
.bg-red .event-calendar__title {
  color: #FFF;
}

.event-calendar__title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  background: #011F5B;
  opacity: .4;
  width: 40px;
  height: 4px;
}

.event-calendar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.event-calendar .event-card__date {
  position: static;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60px;
          flex: 1 0 60px;
  max-width: 60px;
}

.event-calendar .event-card__title {
  font-size: 2rem;
  margin: 0 0 0 15px;
}

.events-listing {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .events-listing {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media print {
  .events-listing {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.events-listing .contain {
  width: 300px;
  padding: 0;
  margin: auto;
}

@media (min-width: 640px) {
  .events-listing .contain {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .events-listing .contain {
    padding: 0 20px;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .events-listing .contain .section-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px;
  }
  .events-listing .contain .events-listing__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 320px);
            flex: 0 1 calc(100% - 320px);
    overflow: hidden;
  }
}

.events-listing--full-width .contain {
  display: block;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .events-listing .slick-slide .event-card {
    border: 12px solid #FFF;
    border-width: 0 12px;
  }
}

@media (max-width: 1023px) {
  .events-listing .section-header__subtitle {
    text-align: center;
  }
  .events-listing .section-header__title {
    text-align: center;
  }
  .events-listing .section-header__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.events-listing__button-large {
  display: none;
}

@media (min-width: 1024px) {
  .events-listing__button-large {
    display: inline-block;
  }
}

.events-listing__button-container {
  text-align: center;
  padding-top: 40px;
  margin: 50px auto auto;
}

@media (min-width: 1024px) {
  .events-listing__button-container {
    display: none;
  }
}

.events-listing .event-card {
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
}

.events-listing .event-card__title {
  margin-bottom: 5px;
}

.events-listing .event-card__date {
  right: 20px;
}

.events-listing .event-card--no-image {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1024px) {
  .events-listing .event-card--no-image {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.events-listing .event-card--no-image::before {
  left: 0;
  width: 100%;
}

@media small-up {
  .events-listing--full-width .events-listing__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .events-listing__grid {
    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;
  }
  .events-listing__grid .event-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    width: 48%;
  }
}

@media (min-width: 1200px) {
  .events-listing__grid .event-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31.58%;
            flex: 0 1 31.58%;
    width: 31.58%;
  }
  .events-listing--full-width .events-listing__grid .event-card {
    -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4);
    width: calc(100% / 4);
  }
}

@media print {
  .events-listing {
    padding: 0;
    margin: 20px 0;
  }
  .events-listing .contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .events-listing .contain .events-listing__content {
    width: 100%;
    max-width: 100%;
    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-wrap: wrap;
        flex-wrap: wrap;
  }
  .events-listing .contain .events-listing__content .event-card {
    width: 49%;
  }
  .events-listing__button-large,
  .events-listing__button-container {
    display: none;
  }
  .events-listing__grid {
    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;
  }
}

.fact-bars {
  margin-bottom: 46px;
}

.fact-bars__title {
  font-family: "EB Garamond", serif;
  color: #011F5B;
  letter-spacing: 0;
  position: relative;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1.2;
}

.bg-blue .fact-bars__title,
.bg-red .fact-bars__title {
  color: #FFF;
}

.fact-bars__title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  background: #011F5B;
  opacity: .4;
  width: 40px;
  height: 4px;
}

@media (min-width: 1024px) {
  .fact-bars__title {
    font-size: 5rem;
  }
}

.fact-bar {
  border-bottom: 1px solid #979797;
  position: relative;
  margin-bottom: 7px;
}

.fact-bar__fact {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  opacity: 0.68;
  font-size: 1.6rem;
  color: #011F5B;
  height: 46px;
  padding: 0 7px;
}

.fact-bar__bar {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.fact-bars--blue .fact-bar__bar {
  background: #82AFD3;
}

.fact-bars--yellow .fact-bar__bar {
  background: #F2C100;
}

@media (max-width: 1023px) {
  .fact-list {
    margin-bottom: 50px;
  }
}

.fact-list__title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #011F5B;
  letter-spacing: 0;
}

.fact-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fact-list__fact {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
  opacity: 0.68;
  font-size: 1.6rem;
  color: #011F5B;
  padding: 0 0 15px;
  border-bottom: 1px solid #979797;
  margin-bottom: 15px;
}

.fact-list__fact:last-child {
  border-bottom: none;
}

.fact-list__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 68%;
          flex: 0 1 68%;
}

.fact-list__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  text-align: right;
}

.facts {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .facts {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media print {
  .facts {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.facts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .facts--25 .facts__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .facts__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
  .facts--25 .facts__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.facts__button {
  padding-top: 20px;
  text-align: center;
}

@media (min-width: 1024px) {
  .facts__button--left {
    text-align: left;
  }
}

.facts .section-header + .facts__wrap {
  margin-top: 50px;
}

.fact {
  text-align: center;
  position: relative;
  padding: 32px 10px;
  border-bottom: 1px solid #DFDFDF;
  width: 100%;
}

@media (min-width: 768px) {
  .facts--25 .fact,
  .facts--50 .fact {
    margin-bottom: 50px;
  }
  .facts--25 .fact::after,
  .facts--50 .fact::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #DFDFDF;
    position: absolute;
    top: -25px;
  }
  .facts--25 .fact:first-child::after,
  .facts--25 .fact:first-child + .fact::after,
  .facts--50 .fact:first-child::after,
  .facts--50 .fact:first-child + .fact::after {
    display: none;
  }
}

@media (min-width: 1024px) {
  .facts--25 .fact {
    margin-bottom: 50px;
  }
  .facts--25 .fact:first-child + .fact + .fact::after,
  .facts--25 .fact:first-child + .fact + .fact + .fact::after {
    display: none;
  }
}

@media (max-width: 1023px) {
  .fact:first-of-type {
    padding-top: 0;
  }
  .fact:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .facts--25 .fact,
  .facts--50 .fact {
    border-left: 1px solid #DFDFDF;
    border-bottom: none;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
  }
  .facts--25 .fact:first-of-type,
  .facts--50 .fact:first-of-type {
    padding-top: 32px;
  }
  .facts--25 .fact:last-child,
  .facts--50 .fact:last-child {
    border-right: 1px solid #DFDFDF;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .facts--25 .fact:nth-child(even),
  .facts--50 .fact:nth-child(even) {
    border-right: 1px solid #DFDFDF;
  }
}

@media (min-width: 1024px) {
  .fact {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3%;
            flex: 0 1 33.3%;
    border-left: 1px solid #DFDFDF;
    border-bottom: none;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fact:last-child {
    border-right: 1px solid #DFDFDF;
  }
  .facts--25 .fact {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
  .facts--50 .fact {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .fact--no-right:last-child {
    border-right: none;
  }
  .fact:nth-child(4n) {
    border-right: 1px solid #DFDFDF;
  }
}

.fact--link .fact__figure {
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .fact__figure {
    margin-bottom: 25px;
  }
}

.fact__title {
  font-family: "EB Garamond", serif;
  font-size: 5.2rem;
  color: #011F5B;
  letter-spacing: 0;
  line-height: 0.64516129;
  font-weight: 400;
  margin: 0 0 2.4rem;
}

@media (min-width: 768px) {
  .fact__title {
    font-size: 6.2rem;
  }
}

.fact__caption {
  opacity: 0.68;
  font-size: 1.4rem;
  color: #011F5B;
  line-height: 1.5625;
  text-align: center;
}

@media (min-width: 768px) {
  .fact__caption {
    font-size: 1.6rem;
    padding: 0 15px;
  }
}

@media (min-width: 1400px) {
  .fact__caption {
    padding: 0 35px;
  }
}

@media (min-width: 1024px) {
  .fact .btn {
    margin: auto auto 0;
  }
}

.fact--card {
  background: #FFF;
  border: 5px solid #E3E4E6;
  min-height: 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 38px;
}

@media (max-width: 1023px) {
  .fact--card:first-of-type {
    padding-top: 32px;
  }
}

.fact--card:first-child {
  margin-top: 0;
}

.fact--card:last-child {
  border: 5px solid #E3E4E6;
}

.fact--card .fact__figure {
  margin: auto;
}

@media print {
  .facts__button,
  .fact .btn {
    display: none;
  }
  .facts--25 .fact,
  .facts--50 .fact {
    border-left: 1px solid #DFDFDF;
    border-bottom: none;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
  }
  .facts--25 .fact:first-of-type,
  .facts--50 .fact:first-of-type {
    padding-top: 32px;
  }
  .facts--25 .fact::after,
  .facts--25 .fact:first-child + .fact + .fact::after,
  .facts--25 .fact:first-child + .fact + .fact + .fact::after,
  .facts--50 .fact::after,
  .facts--50 .fact:first-child + .fact + .fact::after,
  .facts--50 .fact:first-child + .fact + .fact + .fact::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #DFDFDF;
    position: absolute;
    top: -25px;
  }
  .facts--25 .fact:first-child::after,
  .facts--25 .fact:first-child + .fact::after,
  .facts--50 .fact:first-child::after,
  .facts--50 .fact:first-child + .fact::after {
    display: none;
  }
  .facts--25 .fact:nth-child(even),
  .facts--50 .fact:nth-child(even) {
    border-right: 1px solid #DFDFDF;
  }
  .facts--25 .fact:last-child,
  .facts--50 .fact:last-child {
    border-right: 1px solid #DFDFDF;
  }
  .facts--25 .facts__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
}

.facts-sidebar {
  border: 5px solid #DFDFDF;
  background: #FFF;
  padding: 32px 18px;
}

@media (min-width: 1024px) {
  .facts-sidebar {
    padding: 32px 26px;
  }
}

.facts-sidebar__title {
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  color: #011F5B;
  position: relative;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .facts-sidebar__title {
    font-size: 2.4rem;
  }
}

.facts-sidebar__title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -9px;
  background: #011F5B;
  opacity: .2;
  width: 20px;
  height: 3px;
}

.facts-sidebar p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #434343;
  line-height: 2;
}

@media (min-width: 1024px) {
  .facts-sidebar p {
    font-size: 1.7rem;
    line-height: 1.647058824;
  }
}

.facts-sidebar__facts {
  margin-top: 5.5rem;
}

.facts-sidebar .fact__figure {
  text-align: center;
  margin-bottom: 3.7rem;
}

.facts-sidebar .fact__title {
  font-family: "EB Garamond", serif;
  font-size: 3.5rem;
  color: #011F5B;
  line-height: 1.142857143;
  margin-bottom: 1.3rem;
}

@media print {
  .facts-sidebar__facts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .facts-sidebar__facts .fact__figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
  }
}

.faculty-card {
  position: relative;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  text-align: center;
  padding: 0 20px 34px;
  margin-bottom: 20px;
  max-width: 640px;
  width: 100%;
}

.faculty-card::after {
  display: block;
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  background: #DFDFDF;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.faculty-card__photo-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.faculty-card__image {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.faculty-card__name {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  color: #011F5B;
  letter-spacing: 0;
  font-weight: 400;
  margin: 32px 0 3px;
}

.faculty-card__link {
  color: #011F5B;
  text-decoration: none;
}

.faculty-card__link:hover, .faculty-card__link:focus {
  text-decoration: underline;
}

.faculty-card__link:hover .faculty-card__image, .faculty-card__link:focus .faculty-card__image {
  -webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.15);
}

.faculty-card__title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #011F5B;
  letter-spacing: 1.6px;
  display: block;
  position: relative;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.faculty-card__title::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 4px;
  background: rgba(1, 31, 91, 0.2);
  left: 50%;
  top: 43px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.faculty-card__school, .faculty-card__contact {
  display: block;
  opacity: 0.68;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #000F3A;
  line-height: 1.5625;
  margin-bottom: 7px;
}

.faculty-card__contact__phone {
  display: block;
}

.faculty-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
  margin-top: 80px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .faculty-grid {
    overflow: hidden;
  }
}

@media (min-width: 640px) {
  .faculty-grid .faculty-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media screen and (min-width: 640px) and (-ms-high-contrast: active), screen and (min-width: 640px) and (-ms-high-contrast: none) {
  .faculty-grid .faculty-card {
    max-width: 50%;
  }
}

@media (min-width: 640px) {
  .faculty-grid .faculty-card:nth-child(odd) {
    border-right: none;
  }
}

@media (min-width: 1024px) {
  .faculty-grid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .faculty-grid .faculty-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    border-right: none;
  }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .faculty-grid .faculty-card {
    max-width: 33%;
  }
}

@media (min-width: 1024px) {
  .faculty-grid .faculty-card:nth-child(3n), .faculty-grid .faculty-card:last-child {
    border-right: 1px solid #DFDFDF;
  }
}

@media (min-width: 1200px) {
  .faculty-grid .faculty-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
}

@media screen and (min-width: 1200px) and (-ms-high-contrast: active), screen and (min-width: 1200px) and (-ms-high-contrast: none) {
  .faculty-grid .faculty-card {
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .faculty-grid .faculty-card:nth-child(3n) {
    border-right: none;
    border-left: 1px solid #DFDFDF;
  }
  .faculty-grid .faculty-card:nth-child(4n), .faculty-grid .faculty-card:last-child {
    border-right: 1px solid #DFDFDF;
  }
}

@media print {
  .faculty-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    page-break-inside: avoid;
    display: block;
  }
  .faculty-card:nth-child(odd) {
    border-right: none;
  }
}

.faculty-detail-card__image {
  display: block;
  margin-bottom: 27px;
}

.faculty-detail-card__content p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #545B73;
  letter-spacing: 0;
  line-height: 1.5625;
}

.faculty-detail-card__content a {
  color: #011F5B;
  text-decoration: none;
}

.faculty-detail-card__content a:hover, .faculty-detail-card__content a:focus {
  text-decoration: underline;
}

.featured-initiative-card {
  background: #011F5B;
  padding: 10px;
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin-bottom: 23px;
  text-align: center;
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

@media (max-width: 767px) {
  .featured-initiative-card {
    margin-left: auto;
    margin-right: auto;
  }
}

.featured-initiative-card:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .featured-initiative-card {
    margin-bottom: 0;
  }
}

.featured-initiative-card--red {
  background: #95001A;
}

.featured-initiative-card.is-hovered, .featured-initiative-card:focus-within {
  -webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.15);
}

.featured-initiative-card.is-hovered .featured-initiative-card__title__link, .featured-initiative-card:focus-within .featured-initiative-card__title__link {
  text-decoration: underline;
}

.featured-initiative-card__wrap {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  padding: 40px 22px 14px;
}

.featured-initiative-card--red .featured-initiative-card__wrap {
  border-color: rgba(255, 255, 255, 0.4);
}

.featured-initiative-card__category {
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 1.6px;
  text-align: center;
  text-decoration: none;
}

.featured-initiative-card__title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: inherit;
  line-height: 1.454545455;
  position: relative;
  margin-top: .2em;
  margin-bottom: 1.6em;
}

.featured-initiative-card__title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -22px;
  background: #FFF;
  opacity: .2;
  width: 20px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .featured-initiative-card__title {
    font-size: 3.4rem;
    line-height: 1.235294118;
  }
}

.featured-initiative-card__title__link {
  color: #FFF;
  text-decoration: none;
}

.featured-initiative-card__title__link:hover, .featured-initiative-card__title__link:focus {
  text-decoration: underline;
}

.featured-initiative-card p {
  font-size: 1.4rem;
  color: inherit;
  line-height: 1.857142857;
  margin-bottom: 2.9em;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .featured-initiative-card p {
    font-size: 1.7rem;
    line-height: 1.647058824;
  }
}

.featured-initiative-card--left {
  text-align: left;
}

.featured-initiative-card--left .featured-initiative-card__title::after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.featured-initiative-card--left p {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.featured-initiative-cards {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F2F3));
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F2F2F3 100%);
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .featured-initiative-cards {
    padding-bottom: 100px;
  }
}

.featured-initiative-cards__contain {
  max-width: 1313px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .featured-initiative-cards__contain {
    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;
  }
  .featured-initiative-cards__contain .featured-initiative-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.703849175%;
            flex: 0 1 48.703849175%;
  }
}

.featured-initiative-cards .contain {
  width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .featured-initiative-cards .contain {
    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;
  }
  .featured-initiative-cards .contain .featured-initiative-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.703849175%;
            flex: 0 1 48.703849175%;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .featured-initiative-cards .contain .featured-initiative-card {
    max-width: 48.703849175%;
  }
}

@media print {
  .featured-initiative-card {
    background: none;
    padding: 0;
  }
  .featured-initiative-card {
    max-width: 100%;
    background: #FFF;
  }
  .featured-initiative-card__wrap {
    border: none;
    padding: 0;
  }
  .featured-initiative-card__title {
    margin-bottom: .5em;
  }
  .featured-initiative-card .btn {
    display: none;
  }
}

.featured-story {
  max-width: 1660px;
  margin: auto;
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.featured-story__image {
  display: block;
  width: 100%;
  max-width: 200%;
}

@media (min-width: 1024px) {
  .featured-story__contain {
    max-width: 1314px;
    padding: 0 20px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.featured-story .featured-initiative-card {
  margin: -178px 20px 50px;
  max-width: 560px;
}

@media (min-width: 540px) {
  .featured-story .featured-initiative-card {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .featured-story .featured-initiative-card {
    margin: -178px auto 50px;
  }
}

@media (min-width: 1024px) {
  .featured-story .featured-initiative-card {
    margin: 0;
  }
}

.featured-story .featured-initiative-card p {
  max-width: 440px;
}

a.featured-story:hover, a.featured-story:focus {
  text-decoration: underline;
}

@media print {
  .featured-story {
    min-height: 1px;
  }
  .featured-story__image {
    display: none;
  }
  .featured-story .featured-initiative-card {
    margin: 0;
    background: none;
    max-width: 100%;
  }
  .featured-story .btn {
    display: none;
  }
}

.footer {
  position: relative;
  background: #011F5B url(/assets/img/footer-16.png) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding: 65px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .footer {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .footer {
    padding: 150px 0 65px;
  }
}

.footer::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.footer__logo {
  width: 59.2%;
  min-width: 222px;
  margin: auto auto 26px;
  display: block;
  max-width: 316px;
}

@media (min-width: 1024px) {
  .footer__logo {
    width: 100%;
    margin: 0 0 26px;
  }
}

.footer__info {
  font-size: 1.6rem;
  color: #FFF;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.6em;
}

.footer__info a {
  color: #82AFD3;
  text-decoration: none;
}

.footer__info a:hover, .footer__info a:focus {
  text-decoration: underline;
}

.footer__info + .footer__list {
  margin-top: 48px;
}

.footer__columns {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 222px;
            flex: 0 1 222px;
    margin-right: 75px;
  }
}

@media (min-width: 1024px) {
  .footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 316px;
            flex: 0 1 316px;
    margin-right: 100px;
  }
}

.footer__column + .footer__column {
  margin-top: 52px;
}

@media (min-width: 768px) {
  .footer__column + .footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 297px);
            flex: 0 1 calc(100% - 297px);
    max-width: 820px;
    margin-top: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .footer__column + .footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 416px);
            flex: 0 1 calc(100% - 416px);
  }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .footer__column + .footer__column {
    -ms-flex-preferred-size: calc(100% - 416px);
        flex-basis: calc(100% - 416px);
  }
}

@media (max-width: 767px) {
  .footer__section + .footer__section {
    margin-top: 52px;
  }
}

@media (min-width: 768px) {
  .footer__section {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.3%;
            flex: 0 1 48.3%;
  }
}

@media (min-width: 1024px) {
  .footer__section {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44.3%;
            flex: 0 1 44.3%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer__section .btn {
    padding: 26px 20px;
    width: 100%;
    max-width: 200px;
  }
}

.footer__section__title {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  color: #FFFFFF;
  line-height: 1.666666667;
  position: relative;
  font-weight: 400;
  margin-bottom: 27px;
}

.footer__section__title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -9px;
  background: #FFF;
  opacity: .2;
  width: 18px;
  height: 4px;
}

@media (max-width: 767px) {
  .footer__section__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.footer__section p {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.666666667;
  width: 83.2%;
  margin: -6px auto 1.5em;
  max-width: 312px;
}

@media (min-width: 768px) {
  .footer__section p {
    width: 100%;
    margin: -6px 0 1.5em;
  }
}

.footer__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__list--full {
  margin: 28px 0 0;
}

@media (min-width: 768px) {
  .footer__list--full {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 112px 0 0 -30px;
  }
}

.footer__list--full .footer__item {
  font-size: 1.2rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .footer__list--full .footer__item {
    position: relative;
    letter-spacing: 2px;
    margin: 5px 20px;
  }
  .footer__list--full .footer__item::before {
    content: '';
    display: block;
    right: -20px;
    top: 0;
    height: 20px;
    width: 1px;
    background: #FFF;
    opacity: .2;
    position: absolute;
  }
  .footer__list--full .footer__item:last-child {
    margin-right: 0;
  }
  .footer__list--full .footer__item:last-child::before {
    display: none;
  }
}

@media (min-width: 1024px) {
  .footer__list--full .footer__item {
    margin: 5px 24px;
  }
  .footer__list--full .footer__item::before {
    right: -24px;
  }
}

.footer__item {
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 2.17px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 1.7rem;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .footer__item {
    padding: 0;
  }
}

.footer__link {
  text-decoration: none;
  color: inherit;
}

.footer__link:hover, .footer__link:focus {
  text-decoration: underline;
}

.footer__to-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin-top: 36px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (min-width: 768px) {
  .footer__to-top {
    position: absolute;
    bottom: -5px;
    left: 0;
  }
}

.footer__to-top:hover .footer__to-top__arrow, .footer__to-top:focus .footer__to-top__arrow {
  background: rgba(255, 255, 255, 0.37);
}

.footer__to-top__arrow {
  width: 70px;
  height: 70px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 10px;
  -webkit-transition: inherit;
  transition: inherit;
}

@media print {
  .footer {
    padding: 10px 0;
  }
  .footer::before, .footer__to-top, .footer__logo, .footer__list,
  .footer__column + .footer__column {
    display: none;
  }
}

.filter {
  border: 5px solid transparent;
  width: 225px;
  padding: 17px 15px 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  background: #FFF;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

@media (min-width: 640px) {
  .filter {
    left: auto;
    right: 0;
    top: 0;
    margin: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.filter--active {
  border-color: #E3E4E6;
}

.filter--active .filter__dropdown {
  display: block;
}

.filter--active .filter__toggle__triangle {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.filter__toggle {
  display: block;
  width: 100%;
  background: none;
  border: none;
  font-family: "EB Garamond", serif;
  font-size: 1.5rem;
  color: #011F5B;
  text-align: left;
  padding: 0 0 12px;
  border-bottom: 1px solid #DFDFDF;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  outline: none;
}

.filter__toggle:hover, .filter__toggle:focus {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .filter__toggle {
    font-size: 1.8rem;
  }
}

.filter__toggle__text {
  display: inline-block;
  max-width: 170px;
}

.filter__toggle__triangle {
  background: url(/assets/img/svg/icon-down-triangle.svg);
  width: 9px;
  height: 5px;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: inherit;
  transition: inherit;
  top: 11px;
}

.filter__dropdown {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: none;
}

.filter__item {
  font-size: 1.6rem;
}

.filter__trigger {
  padding: 9px 0;
  margin: 2px 0;
  background: none;
  border: none;
  text-align: left;
  display: block;
  width: 100%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #000;
  outline: none;
}

.filter__trigger--active {
  color: #585858;
}

.filter__trigger:hover, .filter__trigger:focus {
  color: #95001A;
  text-decoration: underline;
}

.filter-section {
  display: none;
}

.filter-section .news-featured__grid {
  opacity: 0;
  -webkit-transition: opacity .35s ease-in;
  transition: opacity .35s ease-in;
}

.filter-section--active {
  display: block;
}

.filter-section--showing .news-featured__grid {
  opacity: 1;
}

@media print {
  .filter {
    display: none;
  }
  .news-featured__grid .article-card--featured {
    max-width: 100%;
  }
  .news-featured__grid .news-featured__featured {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .news-featured__grid .news-featured__articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-featured__grid .news-featured__articles .article-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .news-featured__grid .news-featured__links {
    display: none;
  }
}

.gallery-card {
  padding: 0 1px;
}

.gallery-card:focus {
  outline: none;
}

.gallery-card__controls {
  padding-top: 15px;
}

.gallery-slider--active .gallery-card__controls {
  padding-top: 70px;
}

.gallery-card__numbers {
  font-size: 1.4rem;
  font-weight: 500;
  color: #767676;
  letter-spacing: 0.5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 75px;
          flex: 0 1 75px;
  padding-top: 7px;
}

.gallery-card__current {
  color: #171616;
}

.gallery-card__text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.866666667;
  color: #434343;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-top: 5px;
}

@media (min-width: 1024px) {
  .gallery-card__text {
    font-size: 1.7rem;
    line-height: 1.647058824;
  }
}

.gallery-card__buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60px;
          flex: 0 1 60px;
  height: 52px;
  width: 60px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1200px) {
  .gallery-card__buttons {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.gallery-card__button {
  border: none;
  background: none;
  height: 52px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-card__button svg {
  width: 10px;
  height: 14px;
}

.gallery-card__button[data-direction="prev"] svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gallery-card__button .fill {
  fill: #011F5B;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.gallery-card__button:hover .fill, .gallery-card__button:focus .fill {
  fill: #95001A;
}

.gallery-card__button[disabled] {
  cursor: default;
  opacity: 0.5;
}

.gallery-card__button[disabled]:hover .fill, .gallery-card__button[disabled]:focus .fill {
  fill: #011F5B;
}

.gallery:focus {
  outline: none;
}

.gallery .slick-slide:focus {
  outline: none;
}

@media (min-width: 768px) {
  .gallery-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .gallery-grid__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .gallery-grid__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(60% - 20px);
            flex: 0 1 calc(60% - 20px);
    width: 100%;
    margin-right: 20px;
  }
  .gallery-grid__col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    width: 100%;
  }
}

.gallery-grid__item {
  margin-bottom: 15px;
  text-decoration: none;
  display: block;
}

.gallery-grid__item:hover .gallery-grid__img:before, .gallery-grid__item:hover .gallery-grid__img:after, .gallery-grid__item:focus .gallery-grid__img:before, .gallery-grid__item:focus .gallery-grid__img:after {
  opacity: 1;
}

.gallery-grid__title {
  font-size: 2rem;
  color: #011F5B;
  font-family: "EB Garamond", serif;
  margin-bottom: 10px;
  font-weight: normal;
}

.gallery-grid__img {
  position: relative;
}

.gallery-grid__img img {
  width: 100%;
}

.gallery-grid__img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(1, 31, 91, 0.8);
  opacity: 0;
  -webkit-transition: opacity .125s ease-in-out;
  transition: opacity .125s ease-in-out;
}

.gallery-grid__img:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  background: url(../../assets/img/svg/icon-featured-slider-arrow.svg) no-repeat 50% 50% #fff;
  border-radius: 100%;
  border: 2px solid #DFDFDF;
  width: 56px;
  height: 56px;
  opacity: 0;
  -webkit-transition: opacity .125s ease-in-out;
  transition: opacity .125s ease-in-out;
}

.gallery-slider {
  position: relative;
}

.gallery__navigation {
  position: absolute;
  width: 100%;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.gallery__navigation .slick-arrow {
  width: 48px;
  height: 48px;
}

.gallery__navigation .slick-arrow.slick-prev {
  left: auto;
  right: 62px;
}

.gallery__navigation .slick-dots {
  bottom: -17px;
  width: calc(100% - 125px);
  text-align: left;
}

.grid {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .grid {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media print {
  .grid {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 640px) {
  .grid--gallery .grid__content {
    margin: 0 -14px;
  }
}

@media (min-width: 1024px) {
  .grid--gallery .grid__content {
    margin: 0 -10px;
  }
}

@media (min-width: 640px) {
  .grid__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid__content--3 {
    margin: 0 -20px;
  }
}

@media print {
  .grid__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid__content .grid-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    border: none;
  }
}

.grid-card {
  position: relative;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0 25px;
  border-top: 1px solid #DFDFDF;
}

.grid-card:first-of-type {
  padding-top: 0;
  border-top: none;
}

.grid-card--plain {
  border: 0;
}

@media (min-width: 640px) {
  .grid-card {
    border-left: 1px solid #DFDFDF;
    border-top: none;
    padding: 0 14px 24px;
    margin-bottom: 20px;
  }
  .grid-card:last-of-type {
    border-right: 1px solid #DFDFDF;
  }
  .grid__content--3 .grid-card {
    border-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3);
            flex: 0 1 calc(100% / 3);
    width: calc(100% / 3);
  }
  .grid__content--3 .grid-card:first-of-type {
    border-left: none;
  }
  .grid__content--3 .grid-card:last-of-type {
    border-right: none;
  }
}

@media screen and (min-width: 640px) and (-ms-high-contrast: active), screen and (min-width: 640px) and (-ms-high-contrast: none) {
  .grid__content--3 .grid-card {
    max-width: calc(100% / 3);
  }
}

@media (min-width: 640px) {
  .grid__content--3 .grid-card--plain {
    border: 0;
  }
  .grid__content--4 .grid-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
  }
  .grid__content--4 .grid-card:nth-child(2n) {
    border-right: 1px solid #DFDFDF;
  }
}

@media screen and (min-width: 640px) and (-ms-high-contrast: active), screen and (min-width: 640px) and (-ms-high-contrast: none) {
  .grid__content--4 .grid-card {
    max-width: 50%;
  }
}

@media (min-width: 640px) {
  .grid__content--4 .grid-card--plain {
    border: 0;
  }
  .grid__content--4 .grid-card--plain:nth-child(2n) {
    border: 0;
  }
}

@media (min-width: 1024px) {
  .grid__content--4 .grid-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    width: 25%;
  }
  .grid__content--4 .grid-card:nth-child(4n-2) {
    border-right: none;
  }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .grid__content--4 .grid-card {
    max-width: 25%;
  }
}

@media (min-width: 1024px) {
  .grid__content--4 .grid-card--plain {
    border: 0;
  }
}

@media (min-width: 1024px) {
  .grid-card {
    padding: 0 25px 20px;
    max-width: 440px;
  }
  .grid-card--plain {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 1335px) {
  .grid-card {
    padding-left: 30px;
    padding-right: 30px;
  }
  .grid-card--plain {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.grid-card__image {
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

.is-hovered .grid-card__image {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.grid-card__image-link {
  display: block;
  overflow: hidden;
}

.grid-card__image-link:hover .event-card__image, .grid-card__image-link:focus .event-card__image {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.grid-card__title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 2.1rem;
  color: #011F5B;
  line-height: 1.3;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .grid-card__title {
    font-size: 2.4rem;
  }
}

.grid-card__title + p {
  margin-top: 0px;
}

.bg-blue .grid-card__title,
.bg-red .grid-card__title {
  color: inherit;
}

.grid-card__link {
  color: #011F5B;
  text-decoration: none;
}

.bg-blue .grid-card__link,
.bg-red .grid-card__link {
  color: inherit;
}

.is-hovered .grid-card__link, .grid-card__link:hover, .grid-card__link:focus {
  text-decoration: underline;
}

.grid-card p {
  font-size: 1.4rem;
  color: rgba(1, 31, 91, 0.68);
  letter-spacing: 0;
  line-height: 1.785714286;
}

.grid-card p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .grid-card p {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}

.grid-card p.grid-card__date {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #011F5B;
  font-weight: 500;
  letter-spacing: 1.6px;
}

@media print {
  .grid__content--3 .grid-card {
    width: calc(100% / 3);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3);
            flex: 0 1 calc(100% / 3);
  }
}

body.styleguide {
  padding-top: 0 !important;
}

#content {
  z-index: 1;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  height: 77px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.has-alerts .header {
  position: absolute;
}

@media (min-width: 1024px) {
  .header {
    position: absolute;
  }
  .hero-out .header {
    position: fixed;
    opacity: 0;
    top: -150px;
  }
  .hero-out--show .header {
    opacity: 1;
    top: 0 !important;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }
  .hero-leave .header {
    opacity: 0;
    top: -150px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }
}

@media (max-width: 1023px) {
  .header-sticky .header {
    position: fixed;
    top: 0 !important;
  }
}

.homepage .header.headroom--top {
  background: transparent;
}

.js .homepage .header:not(.headroom--not-top) {
  background: transparent;
}

@media (min-width: 768px) {
  .header {
    height: 93px;
  }
}

@media screen and (orientation: landscape) and (min-width: 1024px) and (max-width: 1024px) {
  .header {
    background: transparent;
    height: 100% !important;
    pointer-events: none;
  }
  .header a,
  .header button,
  .header input {
    pointer-events: initial;
  }
  .header > * {
    z-index: 2;
  }
  .header .nav--secondary {
    z-index: 2;
  }
  .search-opened .header:before {
    top: 148px;
  }
  .header.headroom--not-top .header__menus {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header.headroom--not-top .nav--secondary {
    top: -70px;
  }
  .header__fix {
    width: 100%;
    height: 148px;
    background: #FFF;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -2;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .homepage .header__fix {
    display: none;
  }
  .homepage .headroom--not-top .header__fix {
    display: block;
  }
  .menu-opened .header {
    height: auto;
  }
}

@media (min-width: 1024px) {
  .header {
    height: 145px;
  }
  .menu-opened .header {
    height: auto;
  }
}

@media (min-width: 1400px) {
  .header:not(.header--extended) {
    height: 130px;
  }
  .header:not(.header--extended).headroom--not-top {
    height: 118px;
  }
}

.header:before, .header:after {
  content: "";
  position: absolute;
  -webkit-transition: height .125s ease-in-out;
  transition: height .125s ease-in-out;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.header:before {
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  top: 77px;
}

@media (min-width: 768px) {
  .header:before {
    top: 93px;
  }
}

@media (min-width: 1024px) {
  .header:before {
    top: 100%;
    height: 0;
    background: #011F5B;
  }
}

.search-opened .header:before {
  background: #011F5B;
  height: 150px;
}

.search-closing .header:before {
  height: 0;
}

.header:after {
  content: "";
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 98px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  top: 88px;
  display: none;
  opacity: 0;
}

.search-open .header:after {
  display: block;
  opacity: 1;
  height: 125px;
}

@media (min-width: 768px) {
  .header:after {
    top: 106px;
  }
}

@media (min-width: 1024px) {
  .header:after {
    top: 158px;
    height: 130px;
  }
}

@media (min-width: 1400px) {
  .header:not(.header--extended) .header:after {
    top: 140px;
  }
}

@media (min-width: 1400px) {
  .header.headroom--not-top:after {
    top: 129px;
  }
}

@media (max-width: 1023px) {
  .menu-opened .header {
    height: 100%;
    overflow-y: auto;
  }
}

@media (max-width: 1023px) {
  .search-open .header {
    height: 243px;
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .search-open .header {
    height: 227px;
  }
}

.header > .contain {
  padding-top: 20px;
  z-index: -1;
  position: relative;
}

@media (max-width: 1023px) {
  .header > .contain {
    border-bottom: 1px solid rgba(223, 223, 223, 0.7);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 1400px) {
  .header > .contain {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 1400px) and (-ms-high-contrast: active), screen and (min-width: 1400px) and (-ms-high-contrast: none) {
  .header > .contain {
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .header--extended:after {
    top: 168px;
  }
}

@media (min-width: 1400px) {
  .header--extended > .contain {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.header__logo {
  display: block;
  margin: 0 auto;
  width: 150px;
  position: relative;
  z-index: 2;
}

.header__logo::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  z-index: 2;
}

@media (min-width: 768px) {
  .header__logo {
    width: 200px;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 1024px) {
  .header__logo {
    margin: 0;
  }
}

@media (min-width: 1400px) {
  .header:not(.header--extended) .header__logo {
    width: 250px;
  }
  .header:not(.header--extended).headroom--not-top .header__logo {
    width: 220px;
  }
}

@media screen and (min-width: 1660px) {
  .header:not(.header--extended) .header__logo {
    width: 273px;
  }
}

.header__logo svg {
  -webkit-transform: translateX(-18px);
          transform: translateX(-18px);
  pointer-events: none;
  width: 100%;
  height: 100%;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header__logo svg {
    height: 50px;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), screen and (-ms-high-contrast: none) and (min-width: 768px) {
  .header__logo svg {
    height: 60px;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1400px), screen and (-ms-high-contrast: none) and (min-width: 1400px) {
  .header__logo svg:not(.header--extended) {
    height: 88px;
  }
}

@media (min-width: 768px) {
  .header__logo svg {
    -webkit-transform: none;
            transform: none;
  }
}

.header__logo:focus {
  outline: 1px dotted;
}

.js .homepage.keyboard--focus .header__logo:focus {
  outline: 1px dotted #fff;
}

.homepage .headroom--top .header__logo #Mark .cls-3 {
  fill: #fff;
}

.header__logo #Shield {
  -webkit-transform: scale(0.8) translateX(18px);
          transform: scale(0.8) translateX(18px);
}

@media (min-width: 768px) {
  .header__logo #Shield {
    -webkit-transform: none;
            transform: none;
  }
}

.header__logo #Logotype {
  display: none;
}

.homepage .headroom--top .header__logo #Logotype .cls-3 {
  fill: #fff;
}

@media (min-width: 768px) {
  .header__logo #Logotype {
    display: block;
  }
}

.header__toggle-btn {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #011F5B;
}

.homepage .headroom--top .header__toggle-btn {
  fill: #fff;
}

.keyboard--focus .homepage .headroom--top .header__toggle-btn:focus {
  outline-color: #fff;
}

.keyboard--focus .header__toggle-btn:focus {
  outline: 1px dotted;
}

.homepage.keyboard--focus .header__toggle-btn:focus {
  outline: 1px dotted #fff;
}

.header__toggle-btn--menu {
  right: 20px;
}

@media (min-width: 1024px) {
  .header__toggle-btn--menu {
    display: none;
  }
}

.header__toggle-btn--menu svg {
  width: 26px;
  height: 20px;
}

.menu-opened .header__toggle-btn--menu .toggle-open {
  opacity: 0;
}

.menu-opened .header__toggle-btn--menu .toggle-close {
  opacity: 1;
}

.header__toggle-btn--search {
  left: 20px;
}

@media (min-width: 1024px) {
  .header__toggle-btn--search {
    left: auto;
    right: 300px;
    top: 6px;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .header__toggle-btn--search {
    top: 15px;
  }
}

@media (min-width: 1024px) {
  .contain .header__toggle-btn--search {
    display: none;
  }
}

.header__toggle-btn--search svg {
  width: 20px;
  height: 20px;
}

.search-opened .header__toggle-btn--search .toggle-open {
  opacity: 0;
}

.search-opened .header__toggle-btn--search .toggle-close {
  opacity: 1;
}

.header__toggle-btn .toggle-close {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}

.header__menus {
  position: absolute;
  visibility: hidden;
  width: 100%;
  z-index: 5;
  background: #fff;
  height: 0;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .header__menus {
    position: static;
    visibility: visible;
    height: auto;
    overflow: visible;
    max-width: 1600px;
    margin: auto;
    background: none;
  }
  .headroom--not-top .header__menus {
    border-bottom: 2px solid rgba(223, 223, 223, 0.7);
  }
}

@media (min-width: 1400px) {
  .header:not(.header--extended) .header__menus {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 0;
    pointer-events: none;
  }
  .header:not(.header--extended) .header__menus li {
    pointer-events: initial;
  }
  .header:not(.header--extended) .header__menus::before {
    content: "";
    position: absolute;
    right: 0;
    width: calc(100% - 280px);
    height: 1px;
    background-color: #DFDFDF;
    opacity: .7;
  }
}

@media screen and (min-width: 1660px) {
  .header__menus::before {
    width: calc(100% - 300px);
  }
}

@media screen and (min-width: 1640px) {
  .header__menus {
    padding-left: 0;
    padding-right: 0;
  }
}

.menu-opened .header__menus {
  visibility: visible;
  height: auto;
}

.header .search {
  position: relative;
  margin-top: 50px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  z-index: 5;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (min-width: 1400px) {
  .header:not(.header--extended) .header .search {
    margin-top: 37px;
  }
}

.search-open .header .search {
  visibility: visible;
  height: auto;
  opacity: 1;
  -webkit-transition: .25s all .25s ease-in-out;
  transition: .25s all .25s ease-in-out;
}

.menu-open {
  overflow-y: hidden;
}

@media (min-width: 1011px) and (max-width: 1024px) {
  .menu-open.isSafari {
    overflow: auto;
  }
}

@media (min-width: 1400px) {
  .headroom--top > .contain {
    border-color: transparent;
    padding-top: 40px;
  }
}

@media (min-width: 1400px) {
  .js .homepage .header:not(.headroom--not-top) > .contain {
    border: 0;
    padding-top: 40px;
  }
}

@media screen and (min-width: 1400px) and (-ms-high-contrast: active), screen and (min-width: 1400px) and (-ms-high-contrast: none) {
  .js .homepage .header:not(.headroom--not-top) > .contain {
    padding-top: 30px;
  }
}

@media (min-width: 1400px) {
  .js .header:not(.headroom--not-top) > .contain {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1400px) and (-ms-high-contrast: active), screen and (min-width: 1400px) and (-ms-high-contrast: none) {
  .js .header:not(.headroom--not-top) > .contain {
    padding-top: 30px;
  }
}

@media (min-width: 1400px) {
  .js .homepage .header.header--extended > .contain,
  .js .header.header--extended > .contain {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1400px) and (-ms-high-contrast: active), screen and (min-width: 1400px) and (-ms-high-contrast: none) {
  .js .homepage .header.header--extended > .contain,
  .js .header.header--extended > .contain {
    padding-top: 20px;
  }
}

@media print {
  .header {
    position: relative;
    height: auto !important;
  }
  .header > .contain {
    padding: 0;
  }
  .header .cls-3 {
    fill: #011F5B !important;
  }
  .headerMenus,
  .siteSearch,
  .nav--primary,
  .nav--secondary,
  .search--header {
    display: none;
  }
  #content {
    padding-top: 0 !important;
  }
}

.hero {
  background-size: cover;
  background-color: #000;
  color: #fff;
  min-height: 400px;
  position: relative;
}

@media (min-width: 768px) {
  .hero {
    height: 80vh;
    min-height: 600px;
  }
}

@media (min-width: 1024px) {
  .hero--text-right .hero__content {
    left: auto;
    right: 0;
  }
}

.hero::after {
  position: absolute;
  opacity: 0.3;
  background: #000000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  display: block;
}

.hero__shadows {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero__shadows::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  opacity: 0.8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  height: 35.9%;
  height: 359px;
}

.hero--light::after {
  opacity: 0.4;
}

.hero--light .hero__shadows::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 54.1%;
  opacity: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero .contain {
  margin: 0 auto;
  position: relative;
  z-index: 3;
  height: 100%;
}

.hero__content {
  padding-top: calc(20vh + 78px);
  padding-bottom: 5vh;
}

@media (min-width: 768px) {
  .hero__content {
    margin-top: auto;
    max-width: 665px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .hero__content {
    padding-bottom: 100px;
  }
}

.hero__text {
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .hero__text {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding-bottom: 0;
  }
  .hero__text--hover {
    padding-bottom: 100px;
  }
  .hero__text--hover .hero__excerpt {
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility .025s linear .025s, opacity .15s ease-in-out .15s;
    transition: visibility .025s linear .025s, opacity .15s ease-in-out .15s;
  }
}

.hero__category {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #FFF;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 0 0 25px;
  text-decoration: none;
}

.hero__link {
  color: #FFF;
  text-decoration: none;
  display: block;
  position: relative;
}

.js .keyboard--focus .hero__link:focus {
  outline: 1px dotted #fff;
}

.hero__title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 3.6rem;
  color: #FFF;
  letter-spacing: 0;
  line-height: 1.166666667;
  margin: 0 0 30px;
  position: relative;
}

@media (min-width: 768px) {
  .hero__title {
    font-size: 4.8rem;
  }
}

@media (min-width: 1024px) {
  .hero__title {
    font-size: 7rem;
    letter-spacing: 0;
    line-height: 1.171428571;
  }
}

@media (min-width: 1024px) and (max-height: 825px) {
  .hero__title {
    font-size: 4.8rem;
  }
}

.hero__title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  background: #FFF;
  opacity: .2;
  width: 40px;
  height: 4px;
}

.hero__excerpt {
  font-size: 1.9rem;
  color: #FFF;
  line-height: 1.631578947;
  margin: 0;
}

@media (min-width: 1024px) {
  .hero__excerpt {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility .125s linear .25s, opacity .25s;
    transition: visibility .125s linear .25s, opacity .25s;
  }
}

a.hero__category:hover, a.hero__category:focus {
  text-decoration: underline;
}

.js .keyboard--focus a.hero__category:focus {
  outline: 1px dotted #fff;
}

@media print {
  .hero {
    background: none !important;
    height: auto;
    min-height: 1px;
  }
  .hero::after {
    display: none;
  }
  .hero__text {
    padding: 0;
  }
  .hero__excerpt {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .hero__shadows {
    display: none;
  }
  .hero__content {
    padding: 20px 0;
    position: relative;
    max-width: 100%;
  }
}

.horizontal-link {
  padding: 0;
  margin: 50px auto;
  list-style: none;
}

@media (min-width: 640px) {
  .horizontal-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.horizontal-link__item {
  padding: 0 10px;
  position: relative;
}

.horizontal-link__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #DFDFDF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.horizontal-link__item:last-child:after {
  display: none;
}

@media (min-width: 640px) {
  .horizontal-link__item:after {
    bottom: auto;
    top: 50%;
    right: 0;
    left: auto;
    width: 1px;
    height: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.horizontal-link__link {
  padding: 12px;
  font-size: 1.8rem;
  text-decoration: none;
  color: #011F5B;
  display: block;
  text-align: center;
}

.horizontal-link__link:hover, .horizontal-link__link:focus {
  text-decoration: underline;
}

.image-slider {
  max-width: 840px;
  overflow: hidden;
  margin: 0 auto;
}

.image-slider__content {
  max-width: 840px;
  padding-top: 40px;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  opacity: 1;
}

.image-slider__content--inactive {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.image-slider__content .image-slider-card__title {
  margin-bottom: 0;
}

.image-slider__content .image-slider-card__title + p {
  margin-top: 8px;
}

.image-slider__content p {
  font-size: 1.6rem;
  color: rgba(1, 31, 91, 0.68);
  line-height: 1.5625;
}

.image-slider .slick-list {
  overflow: visible;
}

.image-slider .slick-track {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.image-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  max-width: 840px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.image-slider .slick-slide:focus {
  outline: none;
}

.image-slider .slick-slide.slick-active:focus {
  outline: none;
}

.image-slider-card__image-contain {
  position: relative;
}

.image-slider-card__caption {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  color: #011F5B;
  letter-spacing: 1.33px;
  padding-top: 25px;
  text-transform: uppercase;
  display: block;
}

@media (min-width: 768px) {
  .image-slider-card__caption {
    font-size: 1.2rem;
    letter-spacing: 1.6px;
    position: relative;
  }
}

.image-slider-card__content p {
  opacity: 0.68;
  font-size: 1.6rem;
  color: #011F5B;
  line-height: 1.5625;
}

.image-slider-card__title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 2rem;
  color: #011F5B;
}

@media (min-width: 768px) {
  .image-slider-card__title {
    font-size: 2.4rem;
  }
}

.image-slider-card__title__link {
  color: #011F5B;
  text-decoration: none;
}

.image-slider-card__title__link:hover, .image-slider-card__title__link:focus {
  text-decoration: underline;
}

.image-slider-card--active {
  max-width: 840px;
  opacity: 1;
}

@media (min-width: 768px) {
  .image-slider-card--active {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}

.image-slider-card__controls {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0px;
  background: #FFF;
  width: 243px;
  height: 52px;
}

.image-slider-card__numbers {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #767676;
  letter-spacing: 0.5px;
}

.image-slider-card__current {
  color: #171616;
}

.image-slider-card__buttons {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 52px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.image-slider-card__button {
  border: none;
  background: none;
  height: 52px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image-slider-card__button svg {
  width: 10px;
  height: 14px;
}

.image-slider-card__button[data-direction="next"] svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.image-slider-card__button .fill {
  fill: #011F5B;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.image-slider-card__button:hover .fill, .image-slider-card__button:focus .fill {
  fill: #95001A;
}

.image-slider-card__button[disabled] {
  cursor: default;
  opacity: 0.5;
}

.image-slider-card__button[disabled]:hover .fill, .image-slider-card__button[disabled]:focus .fill {
  fill: #011F5B;
}

.layout {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .layout {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media print {
  .layout {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .layout__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout__flex--align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .layout__flex--justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .layout--50-50 .layout__column {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .layout--50-50 .layout__column + .layout__column {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .layout--30-60 .layout__column {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
  .layout--30-60 .layout__column + .layout__column {
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
  .layout--25-75 .layout__column {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
  .layout--25-75 .layout__column + .layout__column {
    width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
  }
  .layout--75-25 .layout__column {
    width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
  }
  .layout--75-25 .layout__column + .layout__column {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
  .layout--60-40 .layout__column {
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
  .layout--60-40 .layout__column + .layout__column {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
  .layout--40-60 .layout__column {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
  .layout--40-60 .layout__column + .layout__column {
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
  .layout--28-28-28 .layout__column {
    width: 28%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 28%;
            flex: 0 1 28%;
  }
  .layout--28-28-28 .layout__column + .layout__column {
    width: 28%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 28%;
            flex: 0 1 28%;
  }
  .layout--28-28-28 .layout__column + .layout__column + .layout__column {
    width: 28%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 28%;
            flex: 0 1 28%;
  }
  .layout--20-20-20-20 .layout__column {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
  .layout--20-20-20-20 .layout__column + .layout__column {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
  .layout--20-20-20-20 .layout__column + .layout__column + .layout__column {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
  .layout--20-20-20-20 .layout__column + .layout__column + .layout__column + .layout__column {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
}

@media print {
  .section-padding {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .section-margin {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.link-grid {
  position: relative;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  background: #011F5B;
}

.link-grid .contain {
  position: relative;
  z-index: 3;
}

.link-grid__title {
  font-family: "EB Garamond", serif;
  color: #011F5B;
  letter-spacing: 0;
  position: relative;
  font-weight: 400;
  color: #fff;
  font-size: 4rem;
  padding-bottom: 10px;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.bg-blue .link-grid__title,
.bg-red .link-grid__title {
  color: #FFF;
}

.link-grid__title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  background: #011F5B;
  opacity: .4;
  width: 40px;
  height: 4px;
}

.link-grid__title:after {
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .link-grid__title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .link-grid__title {
    font-size: 5rem;
    text-align: left;
  }
}

.link-grid__items {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

@media (min-width: 640px) {
  .link-grid__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .link-grid__items {
    max-width: 77%;
  }
}

.link-grid__item {
  margin: 0 auto 2px;
}

@media (max-width: 639px) {
  .link-grid__item {
    max-width: 250px;
  }
}

@media (min-width: 640px) {
  .link-grid__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 1px);
            flex: 1 0 calc(50% - 1px);
    margin: 0 1px 1px 0;
    max-width: calc(50% - 1px);
  }
}

@media (min-width: 768px) {
  .link-grid__item {
    -ms-flex-preferred-size: calc(33% - 1px);
        flex-basis: calc(33% - 1px);
    max-width: calc(33% - 1px);
  }
}

@media (min-width: 1024px) {
  .link-grid__item {
    max-width: 250px;
  }
}

.link-grid__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: rgba(1, 31, 91, 0.85);
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1.8px;
  padding: 20px 15px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .125s ease-in-out;
  transition: all .125s ease-in-out;
  text-decoration: none;
}

.link-grid__link:hover, .link-grid__link:focus {
  background: #fff;
  color: #011F5B;
}

.link-grid__link-text {
  text-align: center;
  line-height: 1.5;
}

.link-grid__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  display: none;
  opacity: 0;
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

.link-grid__image--active, .link-grid__image--loading {
  display: block;
}

.link-grid__image--opacity {
  opacity: 1;
  z-index: 2;
}

@media print {
  .link-grid {
    display: none;
  }
}

.link-list {
  margin-top: 29px;
}

.link-list__title {
  margin: 0 0 21px;
  padding: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: #011F5B;
  letter-spacing: 1.47px;
  position: relative;
  text-transform: uppercase;
}

.link-list__title::after {
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  background: rgba(1, 31, 91, 0.4);
  position: absolute;
  bottom: -7px;
}

.link-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.link-list__item {
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.3;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.link-list__item:last-child {
  border-bottom: none;
}

.link-list__link {
  color: #011F5B;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
}

.link-list__link:hover, .link-list__link:focus {
  text-decoration: underline;
}

.listing-card {
  margin-bottom: 34px;
  position: relative;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 30px;
}

.listing-card:last-child {
  border-bottom: none;
}

@media (min-width: 1024px) {
  .listing-card:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 640px) {
  .listing-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
  }
}

@media (min-width: 1024px) {
  .listing-card {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .content-aside .listing-card {
    display: block;
  }
}

.listing-card.is-hovered .listing-card__image {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.listing-card__figure, .listing-card__picture {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

@media (min-width: 640px) {
  .listing-card__figure, .listing-card__picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 332px;
            flex: 0 1 332px;
    max-width: 332px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .content-aside .listing-card__figure, .content-aside .listing-card__picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 55%;
            flex: 0 1 55%;
  }
}

@media (min-width: 640px) {
  .listing-card__detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 332px);
            flex: 0 1 calc(100% - 332px);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .content-aside .listing-card__detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(45% - 20px);
            flex: 0 1 calc(45% - 20px);
  }
}

.listing-card--column:last-child {
  border-bottom: 1px solid #DFDFDF;
}

@media (min-width: 640px) {
  .listing-card--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 640px) {
  .listing-card--column .listing-card__figure, .listing-card--column .listing-card__picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    margin-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .content-aside .listing-card--column .listing-card__figure, .content-aside .listing-card--column .listing-card__picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (min-width: 640px) {
  .listing-card--column .listing-card__detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .content-aside .listing-card--column .listing-card__detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.listing-card__image {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.listing-card__title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 2.2rem;
  letter-spacing: 0;
  margin: 16px 0 8px;
}

.listing-card__title--small {
  font-size: 2rem;
}

@media (min-width: 1024px) {
  .listing-card__title {
    font-size: 2.4rem;
    line-height: 1.291666667;
  }
  .listing-card__title--small {
    font-size: 2.2rem;
  }
}

.listing-card__title__link {
  color: #011F5B;
  text-decoration: none;
}

.bg-blue .listing-card__title__link,
.bg-red .listing-card__title__link {
  color: #FFF;
}

.is-hovered .listing-card__title__link, .listing-card__title__link:hover, .listing-card__title__link:focus {
  text-decoration: underline;
}

.listing-card p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #434343;
  line-height: 1.866666667;
  margin: 0 0 10px;
}

@media (min-width: 1024px) {
  .listing-card p {
    font-size: 1.7rem;
    line-height: 1.647058824;
  }
}

.listing-card p:last-child {
  margin-bottom: 0;
}

.bg-blue .listing-card p,
.bg-red .listing-card p {
  color: #FFF;
}

.listing-card__date,
.listing-card p.listing-card__date {
  display: block;
  font-size: 1.2rem;
  color: #757575;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

@media (max-width: 639px) {
  .listing-card__date,
  .listing-card p.listing-card__date {
    margin-top: 44px;
  }
}

.listing-card__category {
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
  color: #011F5B;
  text-decoration: none;
  margin-right: 8px;
}

.listing-card__category:hover, .listing-card__category:focus {
  text-decoration: underline;
}

.listing-card__info .listing-card__date {
  display: inline;
}

.listing-card--large {
  border-bottom: none;
  padding-bottom: 0;
}

@media (min-width: 640px) {
  .listing-card--large {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1024px) {
  .listing-card--large p {
    font-size: 1.7rem;
    line-height: 1.647058824;
  }
}

.listing-card--large .listing-card__title {
  font-size: 2.5rem;
  line-height: 1.04;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .listing-card--large .listing-card__title {
    font-size: 3.2rem;
    line-height: 1.25;
  }
}

@media (min-width: 640px) {
  .listing-card--large .listing-card__figure, .listing-card--large .listing-card__picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 355px;
            flex: 0 1 355px;
    max-width: 355px;
    margin-right: 50px;
  }
}

.listing-card--small {
  margin-bottom: 40px;
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 639px) {
  .listing-card--small::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    background: #011F5B;
    opacity: .4;
    width: 20px;
    height: 3px;
  }
  .listing-card--small:last-child::after {
    display: none;
  }
}

@media (min-width: 640px) {
  .listing-card--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
  }
}

.listing-card--small .listing-card__figure {
  margin-bottom: 0px;
}

@media (max-width: 639px) {
  .listing-card--small .listing-card__figure {
    display: none;
  }
}

.listing-card--small .listing-card__title {
  font-size: 2.2rem;
  letter-spacing: 0;
  margin: 16px 0 1px;
}

@media (min-width: 640px) {
  .listing-card--small .listing-card__title {
    margin-top: 0;
  }
}

.listing-card--small .listing-card__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 108px;
          flex: 0 1 108px;
  max-width: 108px;
  margin-right: 20px;
}

.listing-card--small .listing-card__detail {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 128px);
          flex: 0 1 calc(100% - 128px);
}

.listing-card--small p {
  font-size: 1.6rem;
  color: rgba(0, 15, 58, 0.68);
  line-height: 1.5625;
  margin: 0 0 10px;
}

.listing-card--small p:last-child {
  margin-bottom: 0;
}

.page-header-hero .listing-cards {
  padding-top: 20px;
}

.listing-cards-cta {
  padding: 61px 20px;
  border-top: 1px solid #DFDFDF;
  margin: -27px 0 72px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .listing-cards-cta {
    display: none;
  }
}

.nav--primary {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (orientation: landscape) and (min-width: 1024px) and (max-width: 1024px) {
  .nav--primary {
    pointer-events: all;
  }
}

@media (min-width: 1024px) {
  .nav--primary {
    margin-top: 5px;
    border-top: 1px solid rgba(223, 223, 223, 0.7);
  }
  .js .homepage .nav--primary {
    border-top: 1px solid rgba(223, 223, 223, 0.7);
  }
}

@media (min-width: 1400px) {
  .header:not(.header--extended) .nav--primary {
    border-top: 0;
  }
  .js .homepage .header:not(.header--extended) .nav--primary {
    border-top: 0;
  }
}

.nav__menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav__menu-item {
  position: relative;
}

.nav__menu-item:first-child > .nav__menu-link {
  border: 0;
}

@media (min-width: 1024px) {
  .nav__menu-item--open {
    background: #FAFAFA;
  }
  .nav__menu-item--level-0 .nav__menu-link:focus, .nav__menu-item--level-0 .nav__menu-link[aria-expanded="true"] {
    background: transparent;
  }
}

.nav__menu-link {
  display: block;
  padding: 24px 80px 24px 30px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  position: relative;
  border-top: 1px solid #DFDFDF;
}

@media (min-width: 1024px) {
  .nav__menu-link {
    padding: 10px 20px;
  }
}

.nav__menu-link:hover, .nav__menu-link:focus, .nav__menu-link--active {
  outline: none;
  color: #95001A;
}

.nav__menu-link:focus, .nav__menu-link[aria-expanded="true"] {
  background: #FAFAFA;
}

@media (min-width: 1024px) {
  .nav__menu-hassub {
    position: relative;
  }
  .nav__menu-hassub .nav__menu-button {
    display: block;
    right: 3px;
    top: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    pointer-events: none;
  }
}

@media (min-width: 1024px) and (hover: none) and (pointer: coarse) {
  .nav__menu-hassub .nav__menu-button {
    /* Touch screen device style goes here */
    pointer-events: auto;
  }
}

@media (min-width: 1024px) {
  .homepage .headroom--top .nav__menu-hassub .nav__menu-button svg {
    fill: #fff;
  }
}

.nav__menu-button {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  fill: #011F5B;
}

.nav__menu--level-1 .nav__menu-button {
  border: 1px solid #DFDFDF;
}

.nav__menu--level-1 .nav__menu-button:hover {
  background: rgba(233, 233, 233, 0.5);
}

.nav__menu-button svg {
  vertical-align: middle;
  width: 18px;
  height: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nav__menu-button--open {
  border: 1px solid #DFDFDF;
}

.nav__menu-button--open.nav__menu-button--level-0 {
  border: none;
}

.nav__menu-button--open svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.nav__menu-button:focus {
  outline: none;
  border: 1px solid #DFDFDF;
  background: rgba(223, 223, 223, 0.5);
}

.nav__menu-button.nav__menu-button--level-0:focus {
  border: none;
  background: none;
}

.js .homepage.keyboard--focus .nav__menu-button.nav__menu-button--level-0:focus {
  outline: 1px dotted #fff;
}

.nav__menu--level-1 > .nav__menu-item:last-child > .nav__menu-link {
  border-bottom: 1px solid #DFDFDF;
  padding-left: 10px;
}

.nav__menu--level-1 > .nav__menu-item:last-child > .nav__menu-link--active {
  border-bottom: 0;
}

@media (max-width: 1023px) {
  .nav__menu--level-1:last-child > .nav__menu-item:last-child > .nav__menu-link {
    border-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .nav__menu--level-1 {
    display: block;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
  .nav__menu--level-1 > .nav__menu-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
}

.nav__menu--level-1 .nav__menu-link {
  font-size: 1.6rem;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.nav__menu--level-1 .nav__menu-button {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  right: 0;
}

.nav__menu--level-1 .nav__menu-button svg {
  width: 12px;
}

.nav__menu--level-2 {
  display: none;
  margin-top: -10px;
}

.nav__menu--level-2.nav__submenu--active {
  display: block;
}

.nav__menu--level-2 .nav__menu-link {
  font-size: 1.4rem;
  border: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
}

.nav__submenu {
  display: none;
  margin: -10px 30px 0;
}

@media (min-width: 1024px) {
  .nav__submenu {
    position: absolute;
    width: 100vw;
    left: 0;
    background: #fff;
    border: 7px solid #F2F2F2;
    border-width: 7px 0;
    padding: 50px 0;
    margin: auto;
    max-height: 80vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility .25s linear .125s, .25s opacity .125s;
    transition: visibility .25s linear .125s, .25s opacity .125s;
  }
}

@media (min-width: 1600px) {
  .nav__submenu {
    left: calc((-100vw + 100% - 15px) /2);
  }
}

.nav__submenu--active {
  display: block;
}

.nav__submenu--active:not(.nav__menu--level-2) {
  margin-left: 0;
  margin-right: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav__submenu--active:not(.nav__menu--level-2):not(.nav__submenu--visible) {
  background: #FAFAFA;
}

@media (min-width: 1024px) {
  .nav__submenu--active {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1023px) {
  .nav__submenu .contain {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .nav__submenu .contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .nav__menu--level-0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nav__menu--level-0 > .nav__menu-item {
    position: static;
  }
  .nav__menu--level-0 > .nav__menu-item > .nav__menu-link,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children {
    border: 0;
    color: #011F5B;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .homepage .headroom--top .nav__menu--level-0 > .nav__menu-item > .nav__menu-link, .homepage .headroom--top
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children {
    color: #fff;
  }
  .homepage .headroom--top .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:before, .homepage .headroom--top
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:before {
    background: #f2C100;
  }
  .homepage .headroom--top .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:after, .homepage .headroom--top
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:after {
    color: rgba(255, 255, 255, 0.4);
  }
  .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:before,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:before {
    content: "";
    position: absolute;
    left: 20px;
    background: #95001A;
    height: 0;
    width: calc(100% - 40px);
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .125s ease-in-out;
    transition: all .125s ease-in-out;
  }
  .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:after,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:after {
    content: "/";
    position: absolute;
    right: 0;
    color: rgba(51, 51, 51, 0.4);
    pointer-events: none;
  }
  .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:hover, .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:focus, .nav__menu--level-0 > .nav__menu-item > .nav__menu-link--active,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:hover,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:focus,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children--active {
    background: none;
  }
  .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:hover:before, .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:focus:before, .nav__menu--level-0 > .nav__menu-item > .nav__menu-link--active:before,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:hover:before,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:focus:before,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children--active:before {
    height: 3px;
    opacity: 1;
  }
  .js .homepage.keyboard--focus .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:focus, .js .homepage.keyboard--focus
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:focus {
    outline: 1px dotted #fff;
  }
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children {
    padding-right: 50px;
  }
  .nav__menu--level-0 > .nav__menu-item:last-child > .nav__menu-link:after,
  .nav__menu--level-0 > .nav__menu-item:last-child .nav__menu-link--children:after {
    display: none;
  }
  .no-js .nav__menu--level-0 .nav__menu-item--children:hover .nav__submenu {
    display: block;
  }
  .nav__menu--level-0 .nav__menu-item--children.nav__menu-item--visible .nav__submenu {
    display: block;
  }
  .nav__menu--level-0 .nav__menu-item--children.nav__menu-item--active .nav__submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 0s linear 0s, .25s opacity 0s;
    transition: visibility 0s linear 0s, .25s opacity 0s;
  }
  .nav__menu--level-0 .nav__menu-item--children:hover .nav__menu-link--children:before, .nav__menu--level-0 .nav__menu-item--children:focus .nav__menu-link--children:before {
    height: 3px;
    opacity: 1;
  }
}

@media (min-width: 1024px) and (hover: none) and (pointer: coarse) {
  .nav__menu--level-0 .nav__menu-item--children:hover .nav__submenu, .nav__menu--level-0 .nav__menu-item--children:focus .nav__submenu {
    /* Touch screen device style goes here */
    opacity: 0;
    visibility: hidden;
  }
  .nav__menu--level-0 .nav__menu-item--children:hover .nav__submenu--active, .nav__menu--level-0 .nav__menu-item--children:focus .nav__submenu--active {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1024px) {
  .nav__menu--level-0 .nav__menu-item--children:focus-within .nav__submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility .5s linear .25s, .25s opacity .25s;
    transition: visibility .5s linear .25s, .25s opacity .25s;
  }
}

@media (min-width: 1024px) and (hover: none) and (pointer: coarse) {
  .nav__menu--level-0 .nav__menu-item--children:focus-within .nav__submenu {
    /* Touch screen device style goes here */
    opacity: 0;
    visibility: hidden;
  }
  .nav__menu--level-0 .nav__menu-item--children:focus-within .nav__submenu--active {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1023px) {
  .nav__menu--level-0 > .nav__menu-item:last-child .nav__menu-link {
    border-bottom: 1px solid #DFDFDF;
  }
}

.js .homepage .header:not(.headroom--not-top) .header__toggle-btn {
  fill: #FFF;
}

.js .homepage .header:not(.headroom--not-top) .nav-dropdown__toggle-btn svg {
  fill: #FFF;
}

.js .homepage .header:not(.headroom--not-top) .header__logo #Mark .cls-3,
.js .homepage .header:not(.headroom--not-top) .header__logo #Logotype .cls-3 {
  fill: #FFF;
}

@media (min-width: 1024px) {
  .js .homepage .header:not(.headroom--not-top) .nav__menu--level-0 > .nav__menu-item > .nav__menu-link,
  .js .homepage .header:not(.headroom--not-top) .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children {
    color: #fff;
  }
  .js .homepage .header:not(.headroom--not-top) .nav__menu--level-0 > .nav__menu-item > .nav__menu-link::after,
  .js .homepage .header:not(.headroom--not-top) .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children::after {
    color: rgba(255, 255, 255, 0.4);
  }
  .js .homepage .header:not(.headroom--not-top) .nav__menu--level-0 > .nav__menu-item > .nav__menu-link::before,
  .js .homepage .header:not(.headroom--not-top) .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children::before {
    background: #f2C100;
  }
  .js .homepage .header:not(.headroom--not-top) .nav__menu-hassub .nav__menu-button svg {
    fill: #FFF;
  }
  .js .homepage .header:not(.headroom--not-top) .nav-dropdown__toggle-btn:not(.nav__dropdown-toggle-btn--open) {
    color: #FFF;
  }
  .js .homepage .header:not(.headroom--not-top) .nav-dropdown__toggle-btn:not(.nav__dropdown-toggle-btn--open) svg {
    fill: #FFF;
  }
  .js .homepage .header:not(.headroom--not-top) .nav-dropdown__toggle-btn.nav__dropdown-toggle-btn--open svg {
    fill: #011F5B;
  }
}

.nav--secondary {
  margin-top: 20px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (min-width: 1024px) {
  .nav--secondary {
    position: absolute;
    right: 20px;
    top: 30px;
    margin-top: 0;
  }
}

@media (min-width: 1400px) {
  .header:not(.header--extended) .nav--secondary {
    top: calc(-100% - 4.5px);
    pointer-events: initial;
  }
  @-moz-document url-prefix() {
    .header:not(.header--extended) .nav--secondary {
      top: calc(-100% - 5px);
    }
  }
}

@media screen and (min-width: 1640px) {
  .nav--secondary {
    right: 0;
  }
}

.nav--secondary > .nav__menu {
  border-bottom: 1px solid #DFDFDF;
}

@media (min-width: 1024px) {
  .nav--secondary > .nav__menu {
    display: none;
    position: absolute;
    right: 140px;
    top: 100%;
    width: 100%;
  }
}

.nav--secondary > .nav__menu .nav__menu-item:last-child .nav__menu-link {
  border: 0;
}

.nav--secondary .nav__menu-link {
  font-size: 1.6rem;
  font-weight: normal;
  border: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (min-width: 1024px) {
  .nav--secondary .nav__menu-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #434343;
  }
}

.nav--secondary .nav__menu-link:hover, .nav--secondary .nav__menu-link:focus {
  color: #95001A;
}

.nav--secondary .nav__menu-link:focus {
  outline: 1px dotted;
}

.nav--secondary .btn {
  margin: 30px 0 30px 30px;
}

@media (min-width: 1024px) {
  .nav--secondary .btn {
    margin: 0;
  }
  .keyboard--focus .nav--secondary .btn:focus {
    outline: 1px dotted #fff;
  }
}

@media (max-width: 1023px) {
  .nav--secondary .header__toggle-btn--search {
    display: none;
  }
}

@media (min-width: 1024px) {
  .nav-dropdown {
    position: absolute;
    right: 140px;
    min-width: 140px;
    border: 5px solid transparent;
  }
  .nav-dropdown--active {
    background: #FFF;
    border-color: #DFDFDF;
  }
  .nav-dropdown--active .nav-dropdown__menu {
    display: block;
  }
  .nav-dropdown--active .nav-dropdown__toggle-btn {
    color: #011F5B;
  }
  .nav-dropdown--active .nav-dropdown__toggle-btn::after {
    display: block;
  }
  .homepage .headroom--top .nav-dropdown--active .nav-dropdown__toggle-btn {
    color: #011F5B;
  }
  .homepage .headroom--top .nav-dropdown--active .nav-dropdown__toggle-btn svg {
    fill: #011F5B;
  }
  .nav-dropdown--active .nav-dropdown__toggle-btn svg {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    fill: #011F5B;
  }
}

.nav-dropdown__toggle-btn {
  display: none;
}

@media (min-width: 1024px) {
  .nav-dropdown__toggle-btn {
    display: block;
    padding: 15px;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-weight: 700;
    color: #011F5B;
    position: relative;
    width: 100%;
    text-align: left;
  }
  .nav-dropdown__toggle-btn:focus {
    outline: 1px dotted;
  }
  .homepage.keyboard--focus .nav-dropdown__toggle-btn:focus {
    outline: 1px dotted #fff;
  }
  .homepage .headroom--top .nav-dropdown__toggle-btn {
    color: #fff;
  }
  .homepage .headroom--top .nav-dropdown__toggle-btn svg {
    fill: #fff;
  }
  .nav-dropdown__toggle-btn svg {
    position: absolute;
    top: 0;
    height: 100%;
    right: 15px;
    fill: #011F5B;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav-dropdown__toggle-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: calc(100% - 30px);
    left: 15px;
    background: #DFDFDF;
    display: none;
  }
}

@media (min-width: 1024px) {
  .nav-dropdown__menu {
    display: none;
    padding: 0 15px 10px;
  }
}

.news-featured {
  padding: 43px 0;
}

@media (min-width: 1024px) {
  .news-featured {
    padding: 90px 0;
  }
}

@media (min-width: 768px) {
  .news-featured__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .news-featured__featured {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46.48%;
            flex: 0 1 46.48%;
    width: 46.48%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #DFDFDF;
    border-width: 0 1px;
  }
}

@media (min-width: 768px) {
  .news-featured__featured .article-card::before, .news-featured__articles .article-card::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #DFDFDF;
  }
}

@media (min-width: 768px) {
  .news-featured__articles {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 53.52%;
            flex: 0 1 53.52%;
    width: 53.52%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #DFDFDF;
    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;
  }
  .news-featured__articles .article-card {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
    max-width: 50%;
  }
  .news-featured__articles .article-card:first-child {
    padding-top: 0;
  }
  .news-featured__articles .article-card:first-child + .article-card {
    padding-top: 0;
  }
  .news-featured__articles .article-card::before {
    width: calc(100% - 40px);
    left: 20px;
  }
  .news-featured__articles .article-card:nth-child(even)::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0px;
    width: 1px;
    height: 100%;
    background: #DFDFDF;
  }
  .news-featured__articles--full {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
    margin-top: 20px;
  }
  .news-featured__articles--full .article-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3%;
            flex: 0 1 33.3%;
    width: 33.3%;
    max-width: 33.3%;
  }
  .news-featured__articles--full .article-card::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0px;
    width: 1px;
    height: 100%;
    background: #DFDFDF;
  }
  .news-featured__articles--full .article-card:first-child {
    padding-top: 0;
  }
  .news-featured__articles--full .article-card:first-child + .article-card {
    padding-top: 0;
  }
  .news-featured__articles--full .article-card:first-child + .article-card + .article-card {
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .news-featured__articles--full .article-card__image {
    width: 100%;
    max-width: 150%;
  }
}

.news-featured__links {
  padding: 10px 20px 0;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .news-featured__links {
    padding-top: 40px;
  }
}

.news-featured__links .btn {
  margin-top: 10px;
}

.page-header .wysiwyg.intro p,
.page-header p {
  font-size: 2rem;
  line-height: 1.6;
  max-width: 1055px;
}

@media (min-width: 1024px) {
  .page-header .wysiwyg.intro p,
  .page-header p {
    font-size: 2.3rem;
  }
  .page-header .wysiwyg.intro p.smaller-text,
  .page-header p.smaller-text {
    font-size: 2rem;
  }
}

.page-header .wysiwyg.intro p.page-header__info,
.page-header p.page-header__info {
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  color: #011F5B;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-header .wysiwyg.intro p.page-header__info,
  .page-header p.page-header__info {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.page-header {
  padding-top: 20px;
}

.page-header-hero {
  max-width: 1660px;
  overflow: hidden;
  margin: auto;
  position: relative;
}

@media (min-width: 1024px) {
  .page-header-hero .contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-header-hero__content__contain {
  padding: 20px;
}

@media (min-width: 1024px) {
  .page-header-hero__content__contain {
    padding: 70px 20px 0 0;
    max-width: 518px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

@media (min-width: 1400px) {
  .page-header-hero__content__contain {
    padding: 70px 14.52991453% 0 20px;
  }
}

@media (min-width: 1024px) {
  .page-header-hero__content {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

.page-header-hero__figure {
  position: relative;
  margin: 0 -22px;
}

@media (min-width: 1024px) {
  .page-header-hero__figure {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 600px;
  }
}

@media (min-width: 1200px) {
  .page-header-hero__figure {
    min-height: 711px;
  }
}

.page-header-hero__figure--quote .page-header-hero__image {
  position: absolute;
}

.page-header-hero__picture {
  display: block;
}

.page-header-hero__picture::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 1000%;
  position: absolute;
}

@media (min-width: 1024px) {
  .page-header-hero__picture::after {
    max-width: calc(100vw - 50%);
    height: auto;
    width: auto;
    position: relative;
    left: auto;
    top: auto;
  }
}

@media (min-width: 1660px) {
  .page-header-hero__picture::after {
    max-width: calc(100% + 193px);
    margin: 0 -193px 0 0;
  }
}

.page-header-hero__picture--blue::after, .page-header-hero__picture--red::after {
  content: '';
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}

@media (min-width: 1024px) {
  .page-header-hero__picture--blue::after, .page-header-hero__picture--red::after {
    width: calc(100vw - 50%);
  }
}

@media (min-width: 1660px) {
  .page-header-hero__picture--blue::after, .page-header-hero__picture--red::after {
    width: calc(100% + 193px);
  }
}

.page-header-hero__picture--blue .page-header-hero__image, .page-header-hero__picture--red .page-header-hero__image {
  z-index: 2;
  opacity: .2;
}

.page-header-hero__picture--blue::after {
  background: #011F5B;
}

.page-header-hero__picture--red::after {
  background: #95001A;
}

.page-header-hero__image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .page-header-hero__image {
    max-width: calc(100vw - 50%);
    height: auto;
    width: auto;
    position: relative;
    left: auto;
    top: auto;
  }
}

@media (min-width: 1660px) {
  .page-header-hero__image {
    max-width: calc(100% + 193px);
    margin: 0 -193px 0 0;
  }
}

.page-header-hero__quote {
  position: relative;
  color: #FFF;
  padding: 0;
  border: none;
  z-index: 3;
  width: 85%;
  margin: auto;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .page-header-hero__quote {
    padding: 120px 0;
  }
}

@media (min-width: 1024px) {
  .page-header-hero__quote {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    -webkit-transform: translate(calc(-50% + 10px), -50%);
            transform: translate(calc(-50% + 10px), -50%);
  }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .page-header-hero__quote {
    max-width: 400px;
    -webkit-transform: translateX(-50%, -50%);
            transform: translateX(-50%, -50%);
  }
}

@media (min-width: 1315px) {
  .page-header-hero__quote {
    -webkit-transform: translate(calc(-50% + ((100vw - 1315px) / 4) + 6px), -50%);
            transform: translate(calc(-50% + ((100vw - 1315px) / 4) + 6px), -50%);
  }
}

@media screen and (min-width: 1315px) and (-ms-high-contrast: active), screen and (min-width: 1315px) and (-ms-high-contrast: none) {
  .page-header-hero__quote {
    max-width: none;
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
}

@media (min-width: 1660px) {
  .page-header-hero__quote {
    -webkit-transform: translate(calc(-50% + (193px / 2)), -50%);
            transform: translate(calc(-50% + (193px / 2)), -50%);
  }
}

.page-header-hero__quote p {
  font-family: "EB Garamond", serif;
  font-size: 2.3rem;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.739130435;
}

@media (min-width: 768px) {
  .page-header-hero__quote p {
    font-size: 3rem;
    line-height: 1.515151515;
  }
}

@media (min-width: 1200px) {
  .page-header-hero__quote p {
    font-size: 3.3rem;
  }
}

.page-header-hero__quote p:first-child {
  margin-top: 0;
}

.page-header-hero__quote p:last-child {
  margin-bottom: 0;
}

.page-header-hero__quote cite {
  color: #FFF;
  text-align: center;
  display: block;
  position: relative;
  margin-top: -12px;
}

@media (min-width: 768px) {
  .page-header-hero__quote cite {
    margin-bottom: 42px;
    margin-top: -36px;
  }
}

.page-header-hero__quote cite::after {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 4px;
  background: rgba(255, 255, 255, 0.38);
}

@media print {
  .page-header-hero__picture {
    display: none;
  }
  .page-header-hero__figure {
    min-height: 1px;
  }
  .page-header-hero__contain {
    padding: 0;
  }
}

.penn-priorities {
  background: url(/assets/img/blue-pattern-bg.png) repeat 50% 0;
  padding: 70px 0;
  min-height: 662px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .penn-priorities {
    background-color: #F7F7F7;
    padding: 140px 0 70px;
    background-repeat: repeat-x;
  }
}

.penn-priorities__arrows {
  position: absolute;
  width: calc(100% - 20px);
  max-width: 1600px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.penn-priorities .slick-track .slick-slide {
  margin: 0 10px;
}

@media (min-width: 768px) {
  .penn-priorities .slick-track .slick-slide img {
    opacity: .5;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .penn-priorities .slick-track .slick-slide.slick-center img {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .penn-priorities .slick-track .slick-slide {
    margin: 0 20px;
  }
}

@media (min-width: 1200px) {
  .penn-priorities .slick-track .slick-slide {
    margin: 0 40px;
  }
}

.penn-priorities .slick-dots {
  bottom: -35px;
}

@media (max-width: 1023px) {
  .penn-priorities .slick-dots li button::before {
    background-color: #fff;
  }
}

@media print {
  .penn-priorities {
    padding: 0;
    min-height: 1px;
  }
  .penn-priorities .slick-slide {
    visibility: hidden;
  }
  .penn-priorities .slick-center {
    visibility: visible;
  }
}

.priority-card {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

@media screen and (min-width: 677px) {
  .priority-card {
    max-width: 520px;
  }
}

@media (min-width: 1024px) {
  .priority-card {
    max-width: 820px;
  }
}

.priority-card a {
  text-decoration: none;
}

.priority-card a:hover .priority-card__title:after, .priority-card a:focus .priority-card__title:after {
  background-color: #720014;
}

.priority-card a:hover .priority-card__image, .priority-card a:focus .priority-card__image {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.priority-card__image {
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.priority-card__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.352941176;
  display: block;
  background: #fff;
  padding: 20px 95px 20px 20px;
  color: #011F5B;
  position: relative;
}

.priority-card__title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  width: 74px;
  background: #95001A url(/assets/img/svg/icon-priority-arrow.svg) no-repeat 50% 50%;
  background-size: 8px 10px;
  -webkit-transition: inherit;
  transition: inherit;
}

@media (min-width: 1024px) {
  .priority-card__title::after {
    width: 90px;
    background-size: initial;
  }
}

@media (min-width: 1024px) {
  .priority-card__title {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.818181818;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 110px;
  }
}

.priority-card__link {
  display: block;
}

.slick-slide:not(.slick-current) .priority-card__link {
  pointer-events: none;
  cursor: default;
}

.quick-links {
  background: #FFF;
  border: 5px solid #E3E4E6;
  padding: 35px 25px;
  max-width: 410px;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .quick-links {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.quick-links__title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #011F5B;
  line-height: 1.3;
  margin-top: 9px;
}

@media (min-width: 768px) {
  .quick-links__title {
    font-size: 2rem;
  }
}

.quick-links__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-links__item {
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
  font-size: 1.3rem;
  color: #01256E;
  letter-spacing: 0.26px;
  padding-bottom: 6px;
  margin-bottom: 11px;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .quick-links__item {
    font-size: 1.5rem;
    letter-spacing: 0.3px;
  }
}

.quick-links__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.quick-links__link {
  font-weight: 500;
  color: #01256E;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}

.quick-links__link:hover, .quick-links__link:focus {
  text-decoration: underline;
}

.quick-links--wide {
  max-width: 100%;
  margin-bottom: 30px;
}

.quick-links--wide::after {
  content: '';
  display: block;
  width: calc(100% - 50px);
  height: 5px;
  background: #FFF;
  position: absolute;
  bottom: 43px;
}

@media (min-width: 768px) {
  .quick-links--wide::after {
    width: calc(100% - 70px);
  }
}

.quick-links--wide .quick-links__title {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .quick-links--wide .quick-links__title {
    font-size: 3.5rem;
    line-height: 1.142857143;
  }
}

@media (min-width: 768px) {
  .quick-links--wide .quick-links__list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

@media (min-width: 1200px) {
  .quick-links--wide .quick-links__list {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}

.quick-links--wide .quick-links__item {
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
}

.quick-links--wide .quick-links__item:last-child {
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
  padding-bottom: 6px;
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  .quick-links--wide .quick-links__item {
    font-size: 1.8rem;
  }
}

@media (min-width: 1024px) {
  .quick-links--wide .quick-links__item {
    font-size: 2rem;
  }
}

@media print {
  .quick-links {
    display: none;
  }
}

.quote-overlay__figure {
  position: relative;
}

@media (min-width: 1024px) {
  .quote-overlay__figure {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 600px;
  }
}

@media (min-width: 1200px) {
  .quote-overlay__figure {
    min-height: 711px;
  }
}

.quote-overlay__picture {
  display: block;
}

.quote-overlay__picture::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media (min-width: 1024px) {
  .quote-overlay__picture::after {
    height: auto;
    width: auto;
    position: relative;
    left: auto;
    top: auto;
  }
}

.quote-overlay__picture--blue::after, .quote-overlay__picture--red::after {
  content: '';
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}

.quote-overlay__picture--blue .quote-overlay__image, .quote-overlay__picture--red .quote-overlay__image {
  z-index: 2;
  opacity: .2;
}

.quote-overlay__picture--blue::after {
  background: #011F5B;
}

.quote-overlay__picture--red::after {
  background: #95001A;
}

.quote-overlay__image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: .2;
}

.quote-overlay__content {
  position: relative;
  color: #FFF;
  padding: 0;
  border: none;
  z-index: 3;
  width: 85vw;
  margin: auto;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .quote-overlay__content {
    padding: 120px 0;
  }
}

@media (min-width: 1024px) {
  .quote-overlay__content {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.quote-overlay__content p {
  font-size: 2.3rem;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.739130435;
}

@media (min-width: 768px) {
  .quote-overlay__content p {
    font-size: 3rem;
    line-height: 1.515151515;
  }
}

@media (min-width: 1200px) {
  .quote-overlay__content p {
    font-size: 3.3rem;
  }
}

.quote-overlay__content p:first-child {
  margin-top: 0;
}

.quote-overlay__content p:last-child {
  margin-bottom: 0;
}

.quote-overlay__content cite {
  color: #FFF;
  text-align: center;
  display: block;
  position: relative;
  margin-top: -12px;
}

@media (min-width: 768px) {
  .quote-overlay__content cite {
    margin-bottom: 0;
    margin-top: -36px;
  }
}

.quote-overlay__content cite::after {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 4px;
  background: rgba(255, 255, 255, 0.38);
}

@media (min-width: 768px) {
  .quote--image {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.quote--image .quote__image {
  max-width: 410px;
}

@media (max-width: 767px) {
  .quote--image .quote__image {
    margin: 0 auto 20px;
  }
}

.quote--image .quote__content {
  border: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .quote--image .quote__content {
    padding-left: 0;
  }
}

.quote--image .quote__content p {
  margin: 0 0 30px;
}

@media (max-width: 1023px) {
  .quote-slider, .quote-slider.section-padding {
    padding-bottom: 80px;
  }
}

.search__form {
  max-width: 620px;
  margin: 50px auto;
  position: relative;
  text-align: left;
}

.search--header .search__form {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .search--header .search__form {
    margin: 0 30px;
  }
}

.search__label {
  display: block;
  color: #434343;
  font-size: 1.5rem;
}

.search__input {
  width: 100%;
  background: none;
  border: 1px solid #DFDFDF;
  border-width: 0 0 1px 0;
  height: 42px;
  font-size: 1.8rem;
  color: #011F5B;
  border-radius: 0;
  font-family: "EB Garamond", serif;
}

.search__input:focus {
  outline: none;
}

.keyboard--focus .search__input:focus {
  outline: 1px dotted;
}

.search__input::-webkit-input-placeholder {
  color: #011F5B;
}

.search__input::-moz-placeholder {
  color: #011F5B;
}

.search__input:-ms-input-placeholder {
  color: #011F5B;
}

.search__input::-ms-input-placeholder {
  color: #011F5B;
}

.search__input::placeholder {
  color: #011F5B;
}

.search--header .search__input {
  border-color: #fff;
  border-width: 0 0 2px 0;
  color: #fff;
  padding-left: 5px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.search--header .search__input::-webkit-input-placeholder {
  color: #fff;
}

.search--header .search__input::-moz-placeholder {
  color: #fff;
}

.search--header .search__input:-ms-input-placeholder {
  color: #fff;
}

.search--header .search__input::-ms-input-placeholder {
  color: #fff;
}

.search--header .search__input::placeholder {
  color: #fff;
}

.search__button {
  width: 42px;
  height: 42px;
  fill: #011F5B;
  position: absolute;
  right: 0;
}

.search__button:focus {
  outline: 1px dotted;
}

.search--header .search__button {
  fill: #fff;
}

.js .keyboard--focus .search--header .search__button:focus {
  outline: 1px dotted #fff;
}

.search__close {
  position: absolute;
  top: -5px;
  right: 10px;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 20px;
  letter-spacing: .45px;
}

@media (max-width: 1023px) {
  .search__close {
    display: none;
  }
}

.search__close svg {
  fill: #fff;
}

.search__close:focus {
  outline: 1px dotted;
}

.search-results table {
  border: 0;
  margin-bottom: 0;
}

.search-results table th,
.search-results table td {
  padding: 0;
}

.search-results .gsc-result-info,
.search-results .gsc-orderby-label {
  font-size: 15px;
  color: #434343;
}

@media (max-width: 639px) {
  .search-results .gsc-result-info-container,
  .search-results .gsc-orderby-container {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.search-results .gsc-selected-option-container {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #DFDFDF;
  border-width: 0 0 1px 0;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  color: #011F5B;
  max-width: none;
  min-width: 180px;
  text-align: left;
  font-weight: normal;
  background: none;
}

.search-results .gsc-control-cse .gsc-option-selector {
  background: url("../img/svg/icon-down-triangle.svg") no-repeat 98% 50% transparent;
}

.search-results .cse .gsc-control-cse,
.search-results .gsc-control-cse {
  padding: 0;
}

.search-results .gsc-results {
  width: 100%;
}

.search-results .gsc-webResult.gsc-result {
  border: 1px solid #DFDFDF;
  border-width: 1px 0 0 0;
  padding: 20px 0;
}

.search-results .gsc-webResult.gsc-result:hover {
  border: 1px solid #DFDFDF;
  border-width: 1px 0 0 0;
  background: rgba(223, 223, 223, 0.2);
}

.search-results .gsc-webResult.gsc-result:first-child {
  border: 0;
}

.search-results .gsc-control-cse .gs-spelling,
.search-results .gsc-control-cse .gs-result .gs-title,
.search-results .gsc-control-cse .gs-result .gs-title * {
  font-size: 19px;
  color: #434343;
  text-decoration: none;
}

.search-results .gs-result a.gs-visibleUrl,
.search-results .gs-result .gs-visibleUrl {
  color: #011F5B;
  font-size: 17px;
}

.search-results .gsc-control-cse,
.search-results .gsc-control-cse .gsc-table-result {
  font-size: 15px;
}

.search-results .gsc-results .gsc-cursor-box {
  text-align: center;
  margin: 0 0 30px;
  padding-top: 30px;
  border-top: 1px solid #DFDFDF;
}

.search-results .gsc-results .gsc-cursor-box .gsc-cursor-page {
  font-size: 16px;
  color: #011F5B;
  padding: 10px;
}

.search-results .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #011F5B;
  border-bottom: 2px solid #95001A;
}

.search-results .gcsc-find-more-on-google {
  color: #011F5B;
}

.search-results .gcsc-find-more-on-google-magnifier {
  fill: #011F5B;
}

.section-header {
  position: relative;
  z-index: 4;
  margin-bottom: 55px;
}

.section-header__title {
  font-family: "EB Garamond", serif;
  color: #011F5B;
  letter-spacing: 0;
  position: relative;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1.2;
  margin-top: 0;
}

.bg-blue .section-header__title,
.bg-red .section-header__title {
  color: #FFF;
}

.section-header__title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  background: #011F5B;
  opacity: .4;
  width: 40px;
  height: 4px;
}

@media (min-width: 1024px) {
  .section-header__title {
    font-size: 5rem;
  }
}

.section-header__title--small {
  font-size: 3rem;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .section-header__title--small {
    font-size: 3.5rem;
  }
}

.section-header__subtitle {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 1.6px;
  line-height: 1.7;
  text-transform: uppercase;
  margin: 0 0 17px;
  display: block;
  color: #011F5B;
}

.section-header__filter {
  height: 20px;
  width: 180px;
  background: #EEE;
}

.section-header p {
  font-size: 1.4rem;
  color: inherit;
  line-height: 1.857142857;
  padding: 0 20px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .section-header p {
    font-size: 1.7rem;
    line-height: 1.705882353;
  }
}

.section-header p:last-child {
  margin-bottom: 0;
}

.section-header--w-filter {
  padding-bottom: 100px;
  position: relative;
  z-index: 5;
}

@media (max-width: 639px) {
  .section-header--w-filter {
    margin-bottom: 0;
  }
}

@media (min-width: 640px) {
  .section-header--w-filter {
    padding-bottom: 0;
  }
  .section-header--w-filter .section-header__title {
    width: calc(100% - 235px);
  }
}

@media (min-width: 1024px) {
  .section-header--side-padding {
    padding: 0 30px;
  }
}

.section-header--bottom-padding {
  padding-bottom: 40px;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .section-header--bottom-padding {
    padding-bottom: 100px;
  }
}

.section-header--inline .section-header__title {
  display: inline-block;
}

.section-header--centered {
  text-align: center;
}

.section-header--centered .section-header__title::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .section-header--centered-small {
    text-align: center;
  }
  .section-header--centered-small .section-header__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.section-header--dark {
  color: #FFF;
}

.section-header--dark .section-header__title {
  color: inherit;
}

.section-header--dark .section-header__title::after {
  background: #FFF;
}

@media print {
  .section-header--w-filter {
    padding-bottom: 0;
    margin-bottom: 55px;
  }
}

.skip-link {
  display: block;
  background: #011F5B;
  color: #fff;
  left: 0;
  overflow: hidden;
  padding: 1em;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  z-index: 110;
}

.skip-link:focus {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media print {
  .skip-link {
    display: none;
  }
}

@media (min-width: 1024px) {
  .penn-priorities + .social {
    padding: 20px 0 90px;
  }
}

.social {
  padding: 61px 0;
}

@media (min-width: 1024px) {
  .social {
    padding: 90px 0;
  }
}

.social__grid {
  margin-right: -20px;
}

@media (min-width: 1024px) {
  .social__grid {
    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;
    margin-top: 75px;
  }
  .social__grid .social-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
  }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .social__grid .social-card {
    max-width: 32%;
  }
}

@media (min-width: 1024px) {
  .social__header {
    padding: 0 30px;
  }
}

.social__media {
  margin-top: 100px;
}

@media (min-width: 1024px) {
  .social__media {
    margin-top: 20px;
  }
}

.social__list {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social__item {
  margin: 0 20px 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40px;
          flex: 0 1 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .social__item {
    margin: 0 10px 30px;
  }
}

.social__link {
  border: 1px solid rgba(197, 200, 209, 0.5);
  border-radius: 100%;
  display: block;
  width: 39px;
  height: 39px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (min-width: 768px) {
  .social__link {
    width: 48px;
    height: 48px;
    border-width: 2px;
  }
}

.social__link:hover, .social__link:focus {
  background: #FFF;
}

.social .slick-slide > div {
  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: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  height: 100%;
}

.social .slick-slide > div .social-card {
  height: 100%;
}

.social .slick-slide.slick-active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 10px);
  background: rgba(255, 255, 255, 0.5);
  height: 5px;
}

@media print {
  .social__media {
    display: none;
  }
}

.social-card {
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #011F5B;
  color: #FFF;
  position: relative;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .social-card {
    max-width: 413px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .social-card {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.social-card__link {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.social-card__image {
  -o-object-fit: cover;
     object-fit: cover;
}

.social-card__content {
  padding: 30px 30px;
}

.social-card__wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.social-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-card__icon {
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  width: 34px;
  height: 34px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}

.social-card__icon img {
  display: block;
}

.social-card__user {
  font-weight: 700;
  font-size: 1.2rem;
  color: #FFF;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.social-card p {
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.642857143;
  margin-top: 0;
  margin-bottom: 1.4em;
}

@media (min-width: 1024px) {
  .social-card p {
    font-size: 1.5rem;
    line-height: 1.533333333;
  }
}

.social-card--image .social-card__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(149, 0, 26, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.social-card--image .social-card__link:hover .social-card__content, .social-card--image .social-card__link:focus .social-card__content {
  opacity: 1;
}

.split-content__column > * {
  margin-top: 0;
}

.split-content__column:first-child {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .split-content__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46.6%;
            flex: 0 1 46.6%;
  }
}

.split-content__column img {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .split-content .contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.student-spotlight {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .student-spotlight {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media print {
  .student-spotlight {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .student-spotlight {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print {
  .student-spotlight {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.student-spotlight--red {
  background: #95001A;
}

@media (max-width: 767px) {
  .student-spotlight__column:first-child {
    margin-bottom: 40px;
  }
  .student-spotlight__column img {
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .student-spotlight__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .student-spotlight__column--wide {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    margin-left: 50px;
  }
}

@media (min-width: 768px) {
  .student-spotlight__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .student-spotlight--reverse .student-spotlight__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.student-spotlight__caption {
  color: #011F5B;
  position: relative;
  display: block;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 1.6px;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
}

.student-spotlight__caption::after {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  background: rgba(1, 31, 91, 0.4);
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.student-spotlight__caption-title {
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
  font-size: 2.4rem;
  display: block;
  text-transform: none;
  margin-bottom: 5px;
}

.js .js-wikit-tabbed [role="tablist"]:not(.slick-dots) {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #DFDFDF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  margin-bottom: 50px;
  text-align: center;
}

@media (min-width: 1024px) {
  .js .js-wikit-tabbed [role="tablist"]:not(.slick-dots) {
    display: block;
  }
}

.js .js-wikit-tabbed [role="presentation"]:not(.slick-active) {
  display: inline-block;
}

.js .js-wikit-tabbed [role="tab"].tab-nav__link {
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #000;
  text-align: center;
}

.js .js-wikit-tabbed [role="tab"].tab-nav__link:hover {
  color: #95001A;
}

.js .js-wikit-tabbed [role="tab"].tab-nav__link[aria-selected="true"] {
  color: #95001A;
  border-bottom: 2.5px solid #95001A;
}

.js .bg-blue .js-wikit-tabbed [role="tab"].tab-nav__link,
.js .bg-red .js-wikit-tabbed [role="tab"].tab-nav__link {
  color: #FFF;
}

.js .bg-blue .js-wikit-tabbed [role="tab"].tab-nav__link[aria-selected="true"],
.js .bg-red .js-wikit-tabbed [role="tab"].tab-nav__link[aria-selected="true"] {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.wikit-tab {
  outline: none;
}

.no-js .wikit-tab[hidden] {
  display: block;
}

.accordion-toggle-tab {
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  color: #011F5B;
  letter-spacing: 0;
  background: none;
  border: none;
  display: block;
  width: 100%;
  border-bottom: 1px solid #DFDFDF;
  text-align: left;
  padding: 20px 0;
}

.bg-blue .accordion-toggle-tab,
.bg-red .accordion-toggle-tab {
  color: #FFF;
}

@media (min-width: 768px) {
  .accordion-toggle-tab {
    font-size: 2.4rem;
  }
}

@media (min-width: 1024px) {
  .accordion-toggle-tab {
    display: none;
  }
}

.accordion-toggle-tab__icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0px;
  width: 16px;
  text-align: center;
  margin-right: 8px;
  pointer-events: none;
}

.accordion-toggle-tab__icon svg {
  stroke: #95001A;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.bg-blue .accordion-toggle-tab__icon svg,
.bg-red .accordion-toggle-tab__icon svg {
  stroke: #FFF;
}

.accordion-toggle-tab[aria-expanded="true"] {
  border-bottom: none;
}

.accordion-toggle-tab[aria-expanded="true"] .accordion-toggle-tab__icon svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1023px) {
  .accordion-toggle-tab[aria-expanded="true"] + .wikit-tab {
    border-bottom: 1px solid #DFDFDF;
  }
}

.testimonial {
  text-align: center;
}

@media (min-width: 768px) {
  .testimonial {
    padding: 0 0 0 20px;
  }
}

.testimonial__image {
  display: block;
  margin: auto;
}

.testimonial__icon {
  position: relative;
  top: 1px;
}

@media (min-width: 768px) {
  .testimonial__icon {
    top: 5px;
  }
}

.testimonial__quote {
  border: none;
  padding: 0;
}

@media (min-width: 768px) {
  .testimonial__quote {
    margin-top: 17px;
  }
}

.testimonial__quote p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #434343;
  font-size: 1.5rem;
  line-height: 1.866666667;
}

@media (min-width: 1024px) {
  .testimonial__quote p {
    font-size: 1.7rem;
    line-height: 1.647058824;
  }
}

.testimonial__cite {
  position: relative;
  display: block;
  font-size: 1.2rem;
  margin-top: 34px;
}

.testimonial__cite::before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  background: rgba(1, 31, 91, 0.4);
  left: 50%;
  top: -17px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .content-aside__aside .testimonial {
    border-left: 1px solid #DFDFDF;
    padding-bottom: 60px;
  }
  .content-aside__aside .testimonial__cite {
    margin-top: 122px;
  }
}

@media (min-width: 768px) {
  .split-content__column .text-cta,
  .content-spotlight .text-cta {
    max-width: 95%;
  }
}

.text-cta__subheading {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 1.6px;
  line-height: 1.7;
  text-transform: uppercase;
  margin: 13px 15px 17px 0;
  display: inline-block;
  color: #011F5B;
}

.text-cta__subheading--cat {
  color: #95001A;
}

.bg-blue .text-cta__subheading,
.bg-red .text-cta__subheading {
  color: #FFF;
}

.bg-blue .text-cta__subheading--cat,
.bg-red .text-cta__subheading--cat {
  color: #fff;
}

.text-cta__title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 3.4rem;
  line-height: 1.235294118;
  margin: 0 0 19px;
  color: #011F5B;
}

.bg-blue .text-cta__title,
.bg-red .text-cta__title {
  color: #FFF;
}

.text-cta__title--border {
  position: relative;
  margin-bottom: 30px;
}

.text-cta__title--border:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  background: #011F5B;
  opacity: .2;
  width: 20px;
  height: 3px;
}

.content-gallery .text-cta__title {
  font-size: 3.5rem;
}

@media (min-width: 1024px) {
  .content-gallery .text-cta__title {
    font-size: 4rem;
  }
}

.text-cta p {
  font-size: 1.5rem;
  line-height: 1.866666667;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .text-cta p {
    opacity: 0.8;
    font-size: 1.7rem;
    line-height: 1.647058824;
  }
}

.text-cta__quote {
  padding: 0;
  border: 0;
}

.text-cta__quote p {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .text-cta__quote p {
    font-size: 2.7rem;
  }
}

.text-cta .btn {
  margin-top: 20px;
}

.text-cta__info {
  margin: 23px 0 16px;
}

.text-cta__date {
  display: inline-block;
  font-size: 1.2rem;
  color: #757575;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.text-cta__taxonomies {
  display: inline-block;
}

.text-cta__taxonomy {
  font-size: 1.2rem;
  color: #011F5B;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-right: 10px;
}

.text-cta__taxonomy:last-child {
  margin-right: 30px;
}

.bg-blue .text-cta__taxonomy,
.bg-red .text-cta__taxonomy {
  color: #FFF;
}

a.text-cta__taxonomy {
  text-decoration: none;
}

a.text-cta__taxonomy:hover, a.text-cta__taxonomy:focus {
  text-decoration: underline;
}

.upcoming-events {
  padding: 61px 0;
}

@media (min-width: 1024px) {
  .upcoming-events {
    padding: 90px 0;
    overflow: hidden;
  }
}

.upcoming-events__grid {
  margin-right: -20px;
}

@media (min-width: 768px) {
  .upcoming-events__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .upcoming-events__grid {
    margin: 0 -20px;
  }
}

@media screen and (min-width: 1335px) {
  .upcoming-events__grid {
    margin: 0 -30px;
  }
}

@media (min-width: 1024px) {
  .upcoming-events__header {
    padding: 0 30px;
  }
}

.upcoming-events .slick-list {
  margin-left: -15px;
}

.upcoming-events .slick-slide::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 14px;
  width: calc(100% - 28px);
  height: 1px;
  background: #DFDFDF;
}

.upcoming-events .slick-active::after {
  background: #95001A;
  height: 2px;
}

@media (min-width: 1024px) {
  .upcoming-events .event-card {
    border-right: 1px solid #DFDFDF;
  }
  .upcoming-events .event-card:last-child {
    border-right: none;
  }
}

.upcoming-events .link, .upcoming-events .video-meta__item {
  display: inline-block;
  margin-top: 50px;
}

@media (max-width: 1023px) {
  .upcoming-events .link, .upcoming-events .video-meta__item {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .upcoming-events--horizontal .upcoming-events__button-small {
    display: none;
  }
}

@media (min-width: 1024px) {
  .upcoming-events--horizontal .contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .upcoming-events--horizontal .section-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px;
    border: 1px solid blue;
  }
  .upcoming-events--horizontal .upcoming-events__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 320px);
            flex: 0 1 calc(100% - 320px);
  }
}

.upcoming-events--horizontal [data-slider="three-across"] .slick-slide {
  border-right: none;
}

.upcoming-events--horizontal .slick-slide::after {
  display: none;
}

.upcoming-events--horizontal .upcoming-events__grid {
  margin: 0 !important;
}

@media (min-width: 768px) {
  .upcoming-events--horizontal .upcoming-events__grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .upcoming-events--horizontal .upcoming-events__grid .event-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31.58%;
            flex: 0 1 31.58%;
    width: 31.58%;
  }
}

.upcoming-events--horizontal .event-card {
  border-right: none;
  margin-bottom: 25px;
  padding: 95px 30px 20px;
}

.upcoming-events--horizontal .event-card__title {
  margin-bottom: 5px;
}

.upcoming-events--horizontal .event-card--no-image::before {
  left: 0;
  width: 100%;
}

@media print {
  .upcoming-events__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .upcoming-events__grid .event-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .upcoming-events .link, .upcoming-events .video-meta__item {
    display: none;
  }
}

.video-inline {
  position: relative;
}

.video-inline__video {
  pointer-events: none;
}

.video-inline__video[controls] {
  pointer-events: initial;
}

.video-inline__button {
  background: rgba(0, 0, 0, 0.23);
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 100%;
  width: 43px;
  height: 43px;
  position: absolute;
  bottom: 34px;
  left: 27px;
  z-index: 2;
}

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

.video-inline__button.pause .icon {
  background: url(/assets/img/svg/icon-pause.svg) no-repeat 50% 50%;
}

.video-inline__button.play .icon {
  background: url(/assets/img/svg/icon-play.svg) no-repeat 50% 50%;
}

.video-w-card {
  position: relative;
  margin: 69px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  .video-w-card {
    margin: 87px 0;
  }
}

.video-w-card .video {
  margin: 0;
}

.video-w-card__button {
  max-width: 1000px;
  display: inline-block;
  background: none;
  border: none;
  position: relative;
  padding: 0;
  margin: 0;
}

.video-w-card__button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 38, 106, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 38, 106, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.video-w-card__button:hover .video-w-card__icons__circle, .video-w-card__button:focus .video-w-card__icons__circle {
  background: rgba(255, 255, 255, 0.25);
}

.video-w-card__icons {
  position: absolute;
  bottom: 34px;
  left: 27px;
  z-index: 2;
  width: 60%;
  text-align: left;
}

.video-w-card__icons__circle {
  background: rgba(0, 0, 0, 0.23);
  border: 2px solid #FFF;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}

.video-w-card__icons .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/assets/img/svg/icon-play.svg) no-repeat 50% 50%;
  background-size: auto 50%;
}

.video-w-card__icons .expand {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background: url(/assets/img/svg/icon-expand.svg) no-repeat 50% 50%;
  background-size: 90%;
  position: relative;
  top: -1px;
}

.video-w-card__image {
  display: block;
  width: 100%;
}

.video-w-card .video-inline {
  max-width: 1000px;
  width: 100%;
}

.video-w-card .video-meta {
  bottom: -30px;
}

.video-w-card .featured-initiative-card {
  text-align: left;
  max-width: 518px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: -15px;
}

@media (min-width: 558px) {
  .video-w-card .featured-initiative-card {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .video-w-card .featured-initiative-card {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.video-w-card .featured-initiative-card__title {
  margin-bottom: .6em;
}

@media (min-width: 768px) {
  .video-w-card .featured-initiative-card__title {
    font-size: 2.8rem;
  }
}

.video-w-card .featured-initiative-card__title::after {
  display: none;
}

.video-w-card .featured-initiative-card p {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media print {
  .video-w-card__button::before, .video-w-card__button::after, .video-w-card__button__circle {
    display: none;
  }
  .video-w-card__icons {
    display: none;
  }
  .video-w-card__image {
    width: auto;
  }
}

.video-vimeo {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-vimeo--poster {
  background-size: cover;
  background-position: 50% 50%;
}

.video-vimeo--poster .video-vimeo__vimeo {
  opacity: 0;
  pointer-events: none;
}

.video-vimeo--hide-buttons .video-button {
  display: none;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 101;
  max-width: 1315px;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.modal:focus {
  outline: 1px dotted;
}

.modal[aria-hidden="false"] {
  display: block;
}

.modal--show {
  opacity: 1;
}

.modal .contain {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (orientation: landscape) and (max-height: 768px) {
  .modal .contain {
    top: 0;
    -webkit-transform: none;
            transform: none;
    padding-top: 60px;
  }
}

.modal__close {
  background: #FFF url(/assets/img/svg/icon-x.svg) no-repeat 50% 50%;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 180%;
  display: block;
  position: absolute;
  top: -40px;
  right: 20px;
}

@media screen and (orientation: landscape) and (max-height: 768px) {
  .modal__close {
    top: 15px;
  }
}

.modal-overlay {
  position: fixed;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

.modal-open .modal-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 1;
}

.modal__video {
  margin: auto;
}

@media (max-height: 699px) {
  .modal__video {
    max-width: 1000px;
  }
}

@media (max-height: 625px) {
  .modal__video {
    max-width: 800px;
  }
}

@media (min-height: 700px) and (max-height: 800px) {
  .modal__video {
    max-width: 1140px;
  }
}

@media (min-width: 1024px) {
  .nav__submenu .simplebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.slick-track .slick-slide {
  float: none;
  height: auto;
  position: relative;
}

.slick-track .slick-active {
  outline: none;
}

[data-slider="three-across"] .slick-slide {
  border-right: 1px solid #DFDFDF;
}

[data-slider="three-across"] .slick-slide:last-child {
  border-right: none;
}

.slick-dots {
  bottom: -60px;
  left: 0;
}

.slick-dots li {
  width: 30px;
  height: 30px;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  position: relative;
  width: 30px;
  height: 30px;
}

.slick-dots li button::before {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #95001A;
  content: '';
  opacity: 1;
}

.bg-red .slick-dots li button::before,
.bg-blue .slick-dots li button::before {
  background: #fff;
}

.slick-dots li.slick-active button::before {
  height: 12px;
  width: 12px;
}

.slick-arrow {
  border-radius: 100%;
  border: 2px solid rgba(223, 223, 223, 0.7);
  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;
  background: none;
  width: 56px;
  height: 56px;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.slick-arrow::before {
  content: '';
  background: url(/assets/img/svg/icon-priority-arrow-hover.svg) no-repeat 50% 50%;
  width: 9px;
  height: 12px;
}

.slick-arrow:hover {
  background: #011F5B;
  border-color: #011F5B;
}

.slick-arrow:hover::before {
  background-image: url(/assets/img/svg/icon-priority-arrow.svg);
}

.keyboard--focus .slick-arrow:focus {
  background: #011F5B;
  border-color: #011F5B;
}

.keyboard--focus .slick-arrow:focus::before {
  background-image: url(/assets/img/svg/icon-priority-arrow.svg);
}

.bg-color .slick-arrow::before,
.penn-priorities .slick-arrow::before {
  background-image: url(/assets/img/svg/icon-priority-arrow.svg);
}

.bg-color .slick-arrow:hover, .bg-color .slick-arrow:focus,
.penn-priorities .slick-arrow:hover,
.penn-priorities .slick-arrow:focus {
  background: #FFF;
  border-color: #FFF;
}

.bg-color .slick-arrow:hover::before, .bg-color .slick-arrow:focus::before,
.penn-priorities .slick-arrow:hover::before,
.penn-priorities .slick-arrow:focus::before {
  background-image: url(/assets/img/svg/icon-priority-arrow-hover.svg);
}

.slick-prev {
  left: 0;
}

.slick-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-next {
  right: 0;
}

@media (min-width: 768px) {
  [data-slider="three-across-cards"] {
    padding: 0 55px;
  }
}

@media (min-width: 1400px) {
  [data-slider="three-across-cards"] {
    padding: 0px;
  }
}

[data-slider="three-across-cards"] .slick-dots {
  bottom: 0;
}

[data-slider="three-across-cards"] .slick-prev,
[data-slider="three-across-cards"] .slick-next {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media (max-width: 767px) {
  [data-slider="three-across-cards"] .slick-prev,
  [data-slider="three-across-cards"] .slick-next {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  [data-slider="three-across-cards"] .slick-prev,
  [data-slider="three-across-cards"] .slick-next {
    -webkit-transform: translate(0, -50%) scale(0.8);
            transform: translate(0, -50%) scale(0.8);
  }
}

@media (min-width: 1500px) {
  [data-slider="three-across-cards"] .slick-prev,
  [data-slider="three-across-cards"] .slick-next {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media (min-width: 1400px) {
  [data-slider="three-across-cards"] .slick-prev {
    left: -55px;
  }
  [data-slider="three-across-cards"] .slick-next {
    right: -55px;
  }
}

@media (min-width: 1500px) {
  [data-slider="three-across-cards"] .slick-prev {
    left: -65px;
  }
  [data-slider="three-across-cards"] .slick-next {
    right: -65px;
  }
}

.slick-dotted.slick-slider {
  padding-bottom: 20px;
}

[data-slider="gallery"] .slick-track {
  display: block;
}

[data-slider="gallery"] .slick-track .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

@media print {
  .slick-arrow,
  .gallery-card__buttons {
    display: none !important;
  }
  [data-slider="gallery"] .slick-slide {
    visibility: hidden;
  }
  [data-slider="gallery"] .slick-current {
    visibility: visible;
  }
  .slick-list {
    height: auto !important;
  }
}

.video {
  margin: 87px 0;
  position: relative;
}

.video-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: none;
  background: none;
}

.video-button__circle {
  background: rgba(0, 0, 0, 0.23);
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 100%;
  width: 43px;
  height: 43px;
  position: absolute;
  bottom: 34px;
  left: 27px;
}

.video-button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-button::before {
  content: '';
  display: block;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-image: radial-gradient(50% 147%, rgba(0, 0, 0, 0) 48%, #000000 100%);
}

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

.video-button--pause .icon {
  background: url(/assets/img/svg/icon-pause.svg) no-repeat 50% 50%;
}

.video-button--play .icon {
  background: url(/assets/img/svg/icon-play.svg) no-repeat 50% 50%;
}

.video-button:hover .video-button__circle, .video-button:focus .video-button__circle {
  background: rgba(255, 255, 255, 0.25);
}

.video-meta {
  margin-top: 10px;
  position: absolute;
  left: 10px;
}

@media screen and (min-width: 1315px) {
  .video-meta {
    left: 0;
  }
}

.video-meta__item {
  margin-right: 10px;
}

.video-meta__item:hover, .video-meta__item:focus {
  text-decoration: none;
}

.video-meta a.video-meta__item:hover, .video-meta a.video-meta__item:focus {
  text-decoration: underline;
}

.video-title {
  font-family: "EB Garamond", serif;
  color: #011F5B;
  letter-spacing: 0;
  position: relative;
  font-weight: 400;
  margin-top: 70px;
  line-height: 1.4;
  padding-left: 10px;
}

.bg-blue .video-title,
.bg-red .video-title {
  color: #FFF;
}

.video-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  background: #011F5B;
  opacity: .4;
  width: 40px;
  height: 4px;
}

@media (min-width: 768px) {
  .video-title {
    font-size: 4rem;
    margin-top: 50px;
  }
}

@media screen and (min-width: 1315px) {
  .video-title {
    padding: 0;
  }
}

@media print {
  .video-button::before, .video-button::after, .video-button__circle {
    display: none;
  }
}

.wysiwyg > :not(h1)*:first-child {
  margin-top: 0;
}

.wysiwyg > :not(h1)*:last-child {
  margin-bottom: 0;
}

.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg .h3,
.wysiwyg .h4,
.wysiwyg .h5,
.wysiwyg .h6 {
  font-family: "EB Garamond", serif;
  color: #011F5B;
  letter-spacing: 0;
  position: relative;
  font-weight: 400;
  margin-bottom: 0;
  margin-bottom: 10px;
}

.bg-blue .wysiwyg h3,
.bg-red .wysiwyg h3, .bg-blue
.wysiwyg h4,
.bg-red
.wysiwyg h4, .bg-blue
.wysiwyg h5,
.bg-red
.wysiwyg h5, .bg-blue
.wysiwyg h6,
.bg-red
.wysiwyg h6, .bg-blue
.wysiwyg .h3,
.bg-red
.wysiwyg .h3, .bg-blue
.wysiwyg .h4,
.bg-red
.wysiwyg .h4, .bg-blue
.wysiwyg .h5,
.bg-red
.wysiwyg .h5, .bg-blue
.wysiwyg .h6,
.bg-red
.wysiwyg .h6 {
  color: #FFF;
}

.wysiwyg h3 a,
.wysiwyg h4 a,
.wysiwyg h5 a,
.wysiwyg h6 a,
.wysiwyg .h3 a,
.wysiwyg .h4 a,
.wysiwyg .h5 a,
.wysiwyg .h6 a {
  text-decoration: none;
}

.wysiwyg h3 a:hover, .wysiwyg h3 a:focus,
.wysiwyg h4 a:hover,
.wysiwyg h4 a:focus,
.wysiwyg h5 a:hover,
.wysiwyg h5 a:focus,
.wysiwyg h6 a:hover,
.wysiwyg h6 a:focus,
.wysiwyg .h3 a:hover,
.wysiwyg .h3 a:focus,
.wysiwyg .h4 a:hover,
.wysiwyg .h4 a:focus,
.wysiwyg .h5 a:hover,
.wysiwyg .h5 a:focus,
.wysiwyg .h6 a:hover,
.wysiwyg .h6 a:focus {
  text-decoration: underline;
}

.wysiwyg.page-heading--center h1::after {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.wysiwyg h1 {
  font-family: "EB Garamond", serif;
  font-size: 4.5rem;
  color: #000;
  letter-spacing: 0;
  line-height: 1.222222222;
  position: relative;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: .65em;
}

.wysiwyg h1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -11px;
  background: #95001A;
  width: 40px;
  height: 4px;
}

@media (min-width: 1024px) {
  .wysiwyg h1 {
    font-size: 6rem;
  }
}

.wysiwyg h1 .centered::after {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.wysiwyg h2,
.wysiwyg .h2 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-family: "EB Garamond", serif;
  color: #011F5B;
  letter-spacing: 0;
  position: relative;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .wysiwyg h2,
  .wysiwyg .h2 {
    font-size: 5rem;
  }
}

.bg-blue .wysiwyg h2,
.bg-red .wysiwyg h2, .bg-blue
.wysiwyg .h2,
.bg-red
.wysiwyg .h2 {
  color: #FFF;
}

.wysiwyg h2::after,
.wysiwyg .h2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  background: #011F5B;
  opacity: .4;
  width: 40px;
  height: 4px;
}

.wysiwyg h3,
.wysiwyg .h3 {
  font-size: 2.8rem;
  line-height: 1.25;
}

.wysiwyg h4,
.wysiwyg .h4 {
  font-size: 2.4rem;
  line-height: 1.294117647;
}

.wysiwyg h5,
.wysiwyg .h5 {
  font-size: 2.2rem;
  line-height: 1.333333333;
}

.wysiwyg h6,
.wysiwyg .h6 {
  font-size: 2.1rem;
  line-height: 1.357142857;
}

.wysiwyg p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #434343;
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  .wysiwyg p {
    font-size: 1.7rem;
    line-height: 1.647058824;
  }
}

.wysiwyg p.large {
  font-size: 2.3rem;
  line-height: 1.565217391;
}

@media (min-width: 768px) {
  .wysiwyg p.featured {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.bg-blue .wysiwyg p,
.bg-red .wysiwyg p {
  color: #FFF;
}

.wysiwyg p.intro {
  font-size: 1.7rem;
  line-height: 1.882352941;
}

@media (min-width: 768px) {
  .wysiwyg p.intro {
    font-size: 2.3rem;
    line-height: 1.6;
    max-width: 1000px;
  }
}

.wysiwyg.intro p {
  font-size: 1.7rem;
  line-height: 1.882352941;
}

@media (min-width: 768px) {
  .wysiwyg.intro p {
    font-size: 2.3rem;
    line-height: 1.6;
    max-width: 1000px;
  }
}

.wysiwyg ul,
.wysiwyg ol {
  padding: 0;
  list-style: none;
  margin-bottom: 60px;
}

.wysiwyg ul ul,
.wysiwyg ul ol,
.wysiwyg ol ul,
.wysiwyg ol ol {
  padding-top: 20px;
  padding-left: 5px;
  margin-bottom: 0;
}

.wysiwyg ul li {
  padding-left: 18px;
}

.wysiwyg ul li::before {
  content: '';
  display: block;
  position: absolute;
  background: #95001A;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: 9px;
  left: 0;
}

.wysiwyg ul li li::before {
  width: 7px;
  height: 7px;
}

.wysiwyg ul.list-blue li::before {
  background: #011F5B;
}

.wysiwyg ol {
  counter-reset: section;
}

.wysiwyg ol li::before {
  counter-increment: section;
  content: counter(section) ". ";
  color: #95001A;
  font-size: 1.9rem;
  font-weight: 500;
}

.bg-blue .wysiwyg ol li::before,
.bg-red .wysiwyg ol li::before {
  color: #FFF;
}

.wysiwyg ol li li::before {
  font-size: 1.7rem;
}

.wysiwyg ol.list-blue li::before {
  color: #011F5B;
}

.wysiwyg li {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
  color: #434343;
  letter-spacing: 0;
  line-height: 1.647058824;
  margin-bottom: 20px;
  position: relative;
}

.bg-blue .wysiwyg li,
.bg-red .wysiwyg li {
  color: #FFF;
}

.wysiwyg li li {
  font-size: 1.6rem;
  line-height: 1.75;
}

.wysiwyg a:not(.btn) {
  color: #011F5B;
  text-decoration: underline;
}

.bg-blue .wysiwyg a:not(.btn),
.bg-red .wysiwyg a:not(.btn) {
  color: #FFF;
}

.wysiwyg a:not(.btn):hover, .wysiwyg a:not(.btn):focus {
  text-decoration: none;
}

.wysiwyg .btn + figure {
  margin-top: 27px;
}

@media (min-width: 768px) {
  .wysiwyg figure.align-right {
    float: right;
    margin: 0 0 40px 50px;
  }
  .wysiwyg figure.align-left {
    float: left;
    margin: 0 50px 40px 0;
  }
}

.wysiwyg figcaption {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #434343;
  letter-spacing: 0;
  line-height: 1.866666667;
  padding-top: 5px;
}

.bg-blue .wysiwyg figcaption,
.bg-red .wysiwyg figcaption {
  color: #FFF;
}

.wysiwyg hr {
  border: none;
  background: #DFDFDF;
  height: 1px;
  width: 100%;
}

@media print {
  .wysiwyg p.intro {
    max-width: 100%;
  }
}

body.styleguide {
  padding-top: 0 !important;
}

#content {
  z-index: 1;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  height: 77px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.has-alerts .header {
  position: absolute;
}

@media (min-width: 1024px) {
  .header {
    position: absolute;
  }
  .hero-out .header {
    position: fixed;
    opacity: 0;
    top: -150px;
  }
  .hero-out--show .header {
    opacity: 1;
    top: 0 !important;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }
  .hero-leave .header {
    opacity: 0;
    top: -150px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }
}

@media (max-width: 1023px) {
  .header-sticky .header {
    position: fixed;
    top: 0 !important;
  }
}

.homepage .header.headroom--top {
  background: transparent;
}

.js .homepage .header:not(.headroom--not-top) {
  background: transparent;
}

@media (min-width: 768px) {
  .header {
    height: 93px;
  }
}

@media screen and (orientation: landscape) and (min-width: 1024px) and (max-width: 1024px) {
  .header {
    background: transparent;
    height: 100% !important;
    pointer-events: none;
  }
  .header a,
  .header button,
  .header input {
    pointer-events: initial;
  }
  .header > * {
    z-index: 2;
  }
  .header .nav--secondary {
    z-index: 2;
  }
  .search-opened .header:before {
    top: 148px;
  }
  .header.headroom--not-top .header__menus {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header.headroom--not-top .nav--secondary {
    top: -70px;
  }
  .header__fix {
    width: 100%;
    height: 148px;
    background: #FFF;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -2;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .homepage .header__fix {
    display: none;
  }
  .homepage .headroom--not-top .header__fix {
    display: block;
  }
  .menu-opened .header {
    height: auto;
  }
}

@media (min-width: 1024px) {
  .header {
    height: 145px;
  }
  .menu-opened .header {
    height: auto;
  }
}

@media (min-width: 1400px) {
  .header:not(.header--extended) {
    height: 130px;
  }
  .header:not(.header--extended).headroom--not-top {
    height: 118px;
  }
}

.header:before, .header:after {
  content: "";
  position: absolute;
  -webkit-transition: height .125s ease-in-out;
  transition: height .125s ease-in-out;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.header:before {
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  top: 77px;
}

@media (min-width: 768px) {
  .header:before {
    top: 93px;
  }
}

@media (min-width: 1024px) {
  .header:before {
    top: 100%;
    height: 0;
    background: #011F5B;
  }
}

.search-opened .header:before {
  background: #011F5B;
  height: 150px;
}

.search-closing .header:before {
  height: 0;
}

.header:after {
  content: "";
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 98px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  top: 88px;
  display: none;
  opacity: 0;
}

.search-open .header:after {
  display: block;
  opacity: 1;
  height: 125px;
}

@media (min-width: 768px) {
  .header:after {
    top: 106px;
  }
}

@media (min-width: 1024px) {
  .header:after {
    top: 158px;
    height: 130px;
  }
}

@media (min-width: 1400px) {
  .header:not(.header--extended) .header:after {
    top: 140px;
  }
}

@media (min-width: 1400px) {
  .header.headroom--not-top:after {
    top: 129px;
  }
}

@media (max-width: 1023px) {
  .menu-opened .header {
    height: 100%;
    overflow-y: auto;
  }
}

@media (max-width: 1023px) {
  .search-open .header {
    height: 243px;
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .search-open .header {
    height: 227px;
  }
}

.header > .contain {
  padding-top: 20px;
  z-index: -1;
  position: relative;
}

@media (max-width: 1023px) {
  .header > .contain {
    border-bottom: 1px solid rgba(223, 223, 223, 0.7);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 1400px) {
  .header > .contain {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 1400px) and (-ms-high-contrast: active), screen and (min-width: 1400px) and (-ms-high-contrast: none) {
  .header > .contain {
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .header--extended:after {
    top: 168px;
  }
}

@media (min-width: 1400px) {
  .header--extended > .contain {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.header__logo {
  display: block;
  margin: 0 auto;
  width: 150px;
  position: relative;
  z-index: 2;
}

.header__logo::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  z-index: 2;
}

@media (min-width: 768px) {
  .header__logo {
    width: 200px;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 1024px) {
  .header__logo {
    margin: 0;
  }
}

@media (min-width: 1400px) {
  .header:not(.header--extended) .header__logo {
    width: 250px;
  }
  .header:not(.header--extended).headroom--not-top .header__logo {
    width: 220px;
  }
}

@media screen and (min-width: 1660px) {
  .header:not(.header--extended) .header__logo {
    width: 273px;
  }
}

.header__logo svg {
  -webkit-transform: translateX(-18px);
          transform: translateX(-18px);
  pointer-events: none;
  width: 100%;
  height: 100%;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header__logo svg {
    height: 50px;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), screen and (-ms-high-contrast: none) and (min-width: 768px) {
  .header__logo svg {
    height: 60px;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1400px), screen and (-ms-high-contrast: none) and (min-width: 1400px) {
  .header__logo svg:not(.header--extended) {
    height: 88px;
  }
}

@media (min-width: 768px) {
  .header__logo svg {
    -webkit-transform: none;
            transform: none;
  }
}

.header__logo:focus {
  outline: 1px dotted;
}

.js .homepage.keyboard--focus .header__logo:focus {
  outline: 1px dotted #fff;
}

.homepage .headroom--top .header__logo #Mark .cls-3 {
  fill: #fff;
}

.header__logo #Shield {
  -webkit-transform: scale(0.8) translateX(18px);
          transform: scale(0.8) translateX(18px);
}

@media (min-width: 768px) {
  .header__logo #Shield {
    -webkit-transform: none;
            transform: none;
  }
}

.header__logo #Logotype {
  display: none;
}

.homepage .headroom--top .header__logo #Logotype .cls-3 {
  fill: #fff;
}

@media (min-width: 768px) {
  .header__logo #Logotype {
    display: block;
  }
}

.header__toggle-btn {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #011F5B;
}

.homepage .headroom--top .header__toggle-btn {
  fill: #fff;
}

.keyboard--focus .homepage .headroom--top .header__toggle-btn:focus {
  outline-color: #fff;
}

.keyboard--focus .header__toggle-btn:focus {
  outline: 1px dotted;
}

.homepage.keyboard--focus .header__toggle-btn:focus {
  outline: 1px dotted #fff;
}

.header__toggle-btn--menu {
  right: 20px;
}

@media (min-width: 1024px) {
  .header__toggle-btn--menu {
    display: none;
  }
}

.header__toggle-btn--menu svg {
  width: 26px;
  height: 20px;
}

.menu-opened .header__toggle-btn--menu .toggle-open {
  opacity: 0;
}

.menu-opened .header__toggle-btn--menu .toggle-close {
  opacity: 1;
}

.header__toggle-btn--search {
  left: 20px;
}

@media (min-width: 1024px) {
  .header__toggle-btn--search {
    left: auto;
    right: 300px;
    top: 6px;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .header__toggle-btn--search {
    top: 15px;
  }
}

@media (min-width: 1024px) {
  .contain .header__toggle-btn--search {
    display: none;
  }
}

.header__toggle-btn--search svg {
  width: 20px;
  height: 20px;
}

.search-opened .header__toggle-btn--search .toggle-open {
  opacity: 0;
}

.search-opened .header__toggle-btn--search .toggle-close {
  opacity: 1;
}

.header__toggle-btn .toggle-close {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}

.header__menus {
  position: absolute;
  visibility: hidden;
  width: 100%;
  z-index: 5;
  background: #fff;
  height: 0;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .header__menus {
    position: static;
    visibility: visible;
    height: auto;
    overflow: visible;
    max-width: 1600px;
    margin: auto;
    background: none;
  }
  .headroom--not-top .header__menus {
    border-bottom: 2px solid rgba(223, 223, 223, 0.7);
  }
}

@media (min-width: 1400px) {
  .header:not(.header--extended) .header__menus {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 0;
    pointer-events: none;
  }
  .header:not(.header--extended) .header__menus li {
    pointer-events: initial;
  }
  .header:not(.header--extended) .header__menus::before {
    content: "";
    position: absolute;
    right: 0;
    width: calc(100% - 280px);
    height: 1px;
    background-color: #DFDFDF;
    opacity: .7;
  }
}

@media screen and (min-width: 1660px) {
  .header__menus::before {
    width: calc(100% - 300px);
  }
}

@media screen and (min-width: 1640px) {
  .header__menus {
    padding-left: 0;
    padding-right: 0;
  }
}

.menu-opened .header__menus {
  visibility: visible;
  height: auto;
}

.header .search {
  position: relative;
  margin-top: 50px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  z-index: 5;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (min-width: 1400px) {
  .header:not(.header--extended) .header .search {
    margin-top: 37px;
  }
}

.search-open .header .search {
  visibility: visible;
  height: auto;
  opacity: 1;
  -webkit-transition: .25s all .25s ease-in-out;
  transition: .25s all .25s ease-in-out;
}

.menu-open {
  overflow-y: hidden;
}

@media (min-width: 1011px) and (max-width: 1024px) {
  .menu-open.isSafari {
    overflow: auto;
  }
}

@media (min-width: 1400px) {
  .headroom--top > .contain {
    border-color: transparent;
    padding-top: 40px;
  }
}

@media (min-width: 1400px) {
  .js .homepage .header:not(.headroom--not-top) > .contain {
    border: 0;
    padding-top: 40px;
  }
}

@media screen and (min-width: 1400px) and (-ms-high-contrast: active), screen and (min-width: 1400px) and (-ms-high-contrast: none) {
  .js .homepage .header:not(.headroom--not-top) > .contain {
    padding-top: 30px;
  }
}

@media (min-width: 1400px) {
  .js .header:not(.headroom--not-top) > .contain {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1400px) and (-ms-high-contrast: active), screen and (min-width: 1400px) and (-ms-high-contrast: none) {
  .js .header:not(.headroom--not-top) > .contain {
    padding-top: 30px;
  }
}

@media (min-width: 1400px) {
  .js .homepage .header.header--extended > .contain,
  .js .header.header--extended > .contain {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1400px) and (-ms-high-contrast: active), screen and (min-width: 1400px) and (-ms-high-contrast: none) {
  .js .homepage .header.header--extended > .contain,
  .js .header.header--extended > .contain {
    padding-top: 20px;
  }
}

@media print {
  .header {
    position: relative;
    height: auto !important;
  }
  .header > .contain {
    padding: 0;
  }
  .header .cls-3 {
    fill: #011F5B !important;
  }
  .headerMenus,
  .siteSearch,
  .nav--primary,
  .nav--secondary,
  .search--header {
    display: none;
  }
  #content {
    padding-top: 0 !important;
  }
}

.nav--primary {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (orientation: landscape) and (min-width: 1024px) and (max-width: 1024px) {
  .nav--primary {
    pointer-events: all;
  }
}

@media (min-width: 1024px) {
  .nav--primary {
    margin-top: 5px;
    border-top: 1px solid rgba(223, 223, 223, 0.7);
  }
  .js .homepage .nav--primary {
    border-top: 1px solid rgba(223, 223, 223, 0.7);
  }
}

@media (min-width: 1400px) {
  .header:not(.header--extended) .nav--primary {
    border-top: 0;
  }
  .js .homepage .header:not(.header--extended) .nav--primary {
    border-top: 0;
  }
}

.nav__menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav__menu-item {
  position: relative;
}

.nav__menu-item:first-child > .nav__menu-link {
  border: 0;
}

@media (min-width: 1024px) {
  .nav__menu-item--open {
    background: #FAFAFA;
  }
  .nav__menu-item--level-0 .nav__menu-link:focus, .nav__menu-item--level-0 .nav__menu-link[aria-expanded="true"] {
    background: transparent;
  }
}

.nav__menu-link {
  display: block;
  padding: 24px 80px 24px 30px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  position: relative;
  border-top: 1px solid #DFDFDF;
}

@media (min-width: 1024px) {
  .nav__menu-link {
    padding: 10px 20px;
  }
}

.nav__menu-link:hover, .nav__menu-link:focus, .nav__menu-link--active {
  outline: none;
  color: #95001A;
}

.nav__menu-link:focus, .nav__menu-link[aria-expanded="true"] {
  background: #FAFAFA;
}

@media (min-width: 1024px) {
  .nav__menu-hassub {
    position: relative;
  }
  .nav__menu-hassub .nav__menu-button {
    display: block;
    right: 3px;
    top: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    pointer-events: none;
  }
}

@media (min-width: 1024px) and (hover: none) and (pointer: coarse) {
  .nav__menu-hassub .nav__menu-button {
    /* Touch screen device style goes here */
    pointer-events: auto;
  }
}

@media (min-width: 1024px) {
  .homepage .headroom--top .nav__menu-hassub .nav__menu-button svg {
    fill: #fff;
  }
}

.nav__menu-button {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  fill: #011F5B;
}

.nav__menu--level-1 .nav__menu-button {
  border: 1px solid #DFDFDF;
}

.nav__menu--level-1 .nav__menu-button:hover {
  background: rgba(233, 233, 233, 0.5);
}

.nav__menu-button svg {
  vertical-align: middle;
  width: 18px;
  height: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nav__menu-button--open {
  border: 1px solid #DFDFDF;
}

.nav__menu-button--open.nav__menu-button--level-0 {
  border: none;
}

.nav__menu-button--open svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.nav__menu-button:focus {
  outline: none;
  border: 1px solid #DFDFDF;
  background: rgba(223, 223, 223, 0.5);
}

.nav__menu-button.nav__menu-button--level-0:focus {
  border: none;
  background: none;
}

.js .homepage.keyboard--focus .nav__menu-button.nav__menu-button--level-0:focus {
  outline: 1px dotted #fff;
}

.nav__menu--level-1 > .nav__menu-item:last-child > .nav__menu-link {
  border-bottom: 1px solid #DFDFDF;
  padding-left: 10px;
}

.nav__menu--level-1 > .nav__menu-item:last-child > .nav__menu-link--active {
  border-bottom: 0;
}

@media (max-width: 1023px) {
  .nav__menu--level-1:last-child > .nav__menu-item:last-child > .nav__menu-link {
    border-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .nav__menu--level-1 {
    display: block;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
  .nav__menu--level-1 > .nav__menu-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
}

.nav__menu--level-1 .nav__menu-link {
  font-size: 1.6rem;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.nav__menu--level-1 .nav__menu-button {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  right: 0;
}

.nav__menu--level-1 .nav__menu-button svg {
  width: 12px;
}

.nav__menu--level-2 {
  display: none;
  margin-top: -10px;
}

.nav__menu--level-2.nav__submenu--active {
  display: block;
}

.nav__menu--level-2 .nav__menu-link {
  font-size: 1.4rem;
  border: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
}

.nav__submenu {
  display: none;
  margin: -10px 30px 0;
}

@media (min-width: 1024px) {
  .nav__submenu {
    position: absolute;
    width: 100vw;
    left: 0;
    background: #fff;
    border: 7px solid #F2F2F2;
    border-width: 7px 0;
    padding: 50px 0;
    margin: auto;
    max-height: 80vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility .25s linear .125s, .25s opacity .125s;
    transition: visibility .25s linear .125s, .25s opacity .125s;
  }
}

@media (min-width: 1600px) {
  .nav__submenu {
    left: calc((-100vw + 100% - 15px) /2);
  }
}

.nav__submenu--active {
  display: block;
}

.nav__submenu--active:not(.nav__menu--level-2) {
  margin-left: 0;
  margin-right: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav__submenu--active:not(.nav__menu--level-2):not(.nav__submenu--visible) {
  background: #FAFAFA;
}

@media (min-width: 1024px) {
  .nav__submenu--active {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1023px) {
  .nav__submenu .contain {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .nav__submenu .contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .nav__menu--level-0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nav__menu--level-0 > .nav__menu-item {
    position: static;
  }
  .nav__menu--level-0 > .nav__menu-item > .nav__menu-link,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children {
    border: 0;
    color: #011F5B;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .homepage .headroom--top .nav__menu--level-0 > .nav__menu-item > .nav__menu-link, .homepage .headroom--top
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children {
    color: #fff;
  }
  .homepage .headroom--top .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:before, .homepage .headroom--top
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:before {
    background: #f2C100;
  }
  .homepage .headroom--top .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:after, .homepage .headroom--top
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:after {
    color: rgba(255, 255, 255, 0.4);
  }
  .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:before,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:before {
    content: "";
    position: absolute;
    left: 20px;
    background: #95001A;
    height: 0;
    width: calc(100% - 40px);
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .125s ease-in-out;
    transition: all .125s ease-in-out;
  }
  .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:after,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:after {
    content: "/";
    position: absolute;
    right: 0;
    color: rgba(51, 51, 51, 0.4);
    pointer-events: none;
  }
  .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:hover, .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:focus, .nav__menu--level-0 > .nav__menu-item > .nav__menu-link--active,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:hover,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:focus,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children--active {
    background: none;
  }
  .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:hover:before, .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:focus:before, .nav__menu--level-0 > .nav__menu-item > .nav__menu-link--active:before,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:hover:before,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:focus:before,
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children--active:before {
    height: 3px;
    opacity: 1;
  }
  .js .homepage.keyboard--focus .nav__menu--level-0 > .nav__menu-item > .nav__menu-link:focus, .js .homepage.keyboard--focus
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children:focus {
    outline: 1px dotted #fff;
  }
  .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children {
    padding-right: 50px;
  }
  .nav__menu--level-0 > .nav__menu-item:last-child > .nav__menu-link:after,
  .nav__menu--level-0 > .nav__menu-item:last-child .nav__menu-link--children:after {
    display: none;
  }
  .no-js .nav__menu--level-0 .nav__menu-item--children:hover .nav__submenu {
    display: block;
  }
  .nav__menu--level-0 .nav__menu-item--children.nav__menu-item--visible .nav__submenu {
    display: block;
  }
  .nav__menu--level-0 .nav__menu-item--children.nav__menu-item--active .nav__submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 0s linear 0s, .25s opacity 0s;
    transition: visibility 0s linear 0s, .25s opacity 0s;
  }
  .nav__menu--level-0 .nav__menu-item--children:hover .nav__menu-link--children:before, .nav__menu--level-0 .nav__menu-item--children:focus .nav__menu-link--children:before {
    height: 3px;
    opacity: 1;
  }
}

@media (min-width: 1024px) and (hover: none) and (pointer: coarse) {
  .nav__menu--level-0 .nav__menu-item--children:hover .nav__submenu, .nav__menu--level-0 .nav__menu-item--children:focus .nav__submenu {
    /* Touch screen device style goes here */
    opacity: 0;
    visibility: hidden;
  }
  .nav__menu--level-0 .nav__menu-item--children:hover .nav__submenu--active, .nav__menu--level-0 .nav__menu-item--children:focus .nav__submenu--active {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1024px) {
  .nav__menu--level-0 .nav__menu-item--children:focus-within .nav__submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility .5s linear .25s, .25s opacity .25s;
    transition: visibility .5s linear .25s, .25s opacity .25s;
  }
}

@media (min-width: 1024px) and (hover: none) and (pointer: coarse) {
  .nav__menu--level-0 .nav__menu-item--children:focus-within .nav__submenu {
    /* Touch screen device style goes here */
    opacity: 0;
    visibility: hidden;
  }
  .nav__menu--level-0 .nav__menu-item--children:focus-within .nav__submenu--active {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1023px) {
  .nav__menu--level-0 > .nav__menu-item:last-child .nav__menu-link {
    border-bottom: 1px solid #DFDFDF;
  }
}

.js .homepage .header:not(.headroom--not-top) .header__toggle-btn {
  fill: #FFF;
}

.js .homepage .header:not(.headroom--not-top) .nav-dropdown__toggle-btn svg {
  fill: #FFF;
}

.js .homepage .header:not(.headroom--not-top) .header__logo #Mark .cls-3,
.js .homepage .header:not(.headroom--not-top) .header__logo #Logotype .cls-3 {
  fill: #FFF;
}

@media (min-width: 1024px) {
  .js .homepage .header:not(.headroom--not-top) .nav__menu--level-0 > .nav__menu-item > .nav__menu-link,
  .js .homepage .header:not(.headroom--not-top) .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children {
    color: #fff;
  }
  .js .homepage .header:not(.headroom--not-top) .nav__menu--level-0 > .nav__menu-item > .nav__menu-link::after,
  .js .homepage .header:not(.headroom--not-top) .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children::after {
    color: rgba(255, 255, 255, 0.4);
  }
  .js .homepage .header:not(.headroom--not-top) .nav__menu--level-0 > .nav__menu-item > .nav__menu-link::before,
  .js .homepage .header:not(.headroom--not-top) .nav__menu--level-0 > .nav__menu-item .nav__menu-link--children::before {
    background: #f2C100;
  }
  .js .homepage .header:not(.headroom--not-top) .nav__menu-hassub .nav__menu-button svg {
    fill: #FFF;
  }
  .js .homepage .header:not(.headroom--not-top) .nav-dropdown__toggle-btn:not(.nav__dropdown-toggle-btn--open) {
    color: #FFF;
  }
  .js .homepage .header:not(.headroom--not-top) .nav-dropdown__toggle-btn:not(.nav__dropdown-toggle-btn--open) svg {
    fill: #FFF;
  }
  .js .homepage .header:not(.headroom--not-top) .nav-dropdown__toggle-btn.nav__dropdown-toggle-btn--open svg {
    fill: #011F5B;
  }
}

.nav--secondary {
  margin-top: 20px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (min-width: 1024px) {
  .nav--secondary {
    position: absolute;
    right: 20px;
    top: 30px;
    margin-top: 0;
  }
}

@media (min-width: 1400px) {
  .header:not(.header--extended) .nav--secondary {
    top: calc(-100% - 4.5px);
    pointer-events: initial;
  }
  @-moz-document url-prefix() {
    .header:not(.header--extended) .nav--secondary {
      top: calc(-100% - 5px);
    }
  }
}

@media screen and (min-width: 1640px) {
  .nav--secondary {
    right: 0;
  }
}

.nav--secondary > .nav__menu {
  border-bottom: 1px solid #DFDFDF;
}

@media (min-width: 1024px) {
  .nav--secondary > .nav__menu {
    display: none;
    position: absolute;
    right: 140px;
    top: 100%;
    width: 100%;
  }
}

.nav--secondary > .nav__menu .nav__menu-item:last-child .nav__menu-link {
  border: 0;
}

.nav--secondary .nav__menu-link {
  font-size: 1.6rem;
  font-weight: normal;
  border: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (min-width: 1024px) {
  .nav--secondary .nav__menu-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #434343;
  }
}

.nav--secondary .nav__menu-link:hover, .nav--secondary .nav__menu-link:focus {
  color: #95001A;
}

.nav--secondary .nav__menu-link:focus {
  outline: 1px dotted;
}

.nav--secondary .btn {
  margin: 30px 0 30px 30px;
}

@media (min-width: 1024px) {
  .nav--secondary .btn {
    margin: 0;
  }
  .keyboard--focus .nav--secondary .btn:focus {
    outline: 1px dotted #fff;
  }
}

@media (max-width: 1023px) {
  .nav--secondary .header__toggle-btn--search {
    display: none;
  }
}

@media (min-width: 1024px) {
  .nav-dropdown {
    position: absolute;
    right: 140px;
    min-width: 140px;
    border: 5px solid transparent;
  }
  .nav-dropdown--active {
    background: #FFF;
    border-color: #DFDFDF;
  }
  .nav-dropdown--active .nav-dropdown__menu {
    display: block;
  }
  .nav-dropdown--active .nav-dropdown__toggle-btn {
    color: #011F5B;
  }
  .nav-dropdown--active .nav-dropdown__toggle-btn::after {
    display: block;
  }
  .homepage .headroom--top .nav-dropdown--active .nav-dropdown__toggle-btn {
    color: #011F5B;
  }
  .homepage .headroom--top .nav-dropdown--active .nav-dropdown__toggle-btn svg {
    fill: #011F5B;
  }
  .nav-dropdown--active .nav-dropdown__toggle-btn svg {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    fill: #011F5B;
  }
}

.nav-dropdown__toggle-btn {
  display: none;
}

@media (min-width: 1024px) {
  .nav-dropdown__toggle-btn {
    display: block;
    padding: 15px;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-weight: 700;
    color: #011F5B;
    position: relative;
    width: 100%;
    text-align: left;
  }
  .nav-dropdown__toggle-btn:focus {
    outline: 1px dotted;
  }
  .homepage.keyboard--focus .nav-dropdown__toggle-btn:focus {
    outline: 1px dotted #fff;
  }
  .homepage .headroom--top .nav-dropdown__toggle-btn {
    color: #fff;
  }
  .homepage .headroom--top .nav-dropdown__toggle-btn svg {
    fill: #fff;
  }
  .nav-dropdown__toggle-btn svg {
    position: absolute;
    top: 0;
    height: 100%;
    right: 15px;
    fill: #011F5B;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav-dropdown__toggle-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: calc(100% - 30px);
    left: 15px;
    background: #DFDFDF;
    display: none;
  }
}

@media (min-width: 1024px) {
  .nav-dropdown__menu {
    display: none;
    padding: 0 15px 10px;
  }
}

.navigation-search {
  clear: both;
  background: #cbd7eb;
  border-radius: 30px;
  padding: 0px 5px 0 15px;
  margin: 60px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-search__input {
  background: none;
  border: none;
  font-size: 1.6rem;
  color: #000;
  width: calc(100% - 48px);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 48px);
          flex: 0 1 calc(100% - 48px);
}

.navigation-search__input::-webkit-input-placeholder {
  color: #000;
}

.navigation-search__input::-moz-placeholder {
  color: #000;
}

.navigation-search__input:-ms-input-placeholder {
  color: #000;
}

.navigation-search__input::-ms-input-placeholder {
  color: #000;
}

.navigation-search__input::placeholder {
  color: #000;
}

.navigation-search__button {
  background: none;
  border: none;
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48px;
          flex: 0 1 48px;
}

.layout-main {
  padding-top: 100px;
}

.layout-aside {
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 250px;
          flex: 0 1 250px;
  background: #011F5B;
  top: 73px;
  display: none;
  right: 0;
  position: fixed;
  z-index: 100;
  height: calc(100% - 73px);
  overflow-y: auto;
  padding-bottom: 73px;
}

.layout-aside--active {
  display: block;
}

.nbm {
  margin-bottom: 0;
}

.nbm + * {
  margin-top: 10px;
}

.jump {
  list-style: none;
  padding: 0;
  margin: 0;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}

.jump__item {
  border-bottom: 1px solid #FFF;
  margin: 0;
  padding: 0;
}

.jump__link, .jump__link-off {
  display: block;
  color: #FFF;
  padding: 10px 25px;
  line-height: 1.2;
  text-decoration: none;
  font-size: 1.4rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: bold;
}

.jump__link:hover, .jump__link-off:hover {
  background: #000;
}

.component {
  margin: 100px 0;
}

.component__header {
  width: 100%;
  position: fixed;
  top: 0 !important;
  background: #011F5B;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.component__header h1 {
  font-family: "EB Garamond", serif;
  color: #011F5B;
  letter-spacing: 0;
  position: relative;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.294117647;
  color: #FFF;
  padding-left: 50px;
  margin: 20px 0;
}

.bg-blue .component__header h1,
.bg-red .component__header h1 {
  color: #FFF;
}

.component__header h1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  background: #011F5B;
  opacity: .4;
  width: 40px;
  height: 4px;
}

.component__header button {
  width: 100px;
  background: #95001A;
  color: #FFF;
  font-size: 1.5rem;
  border: none;
  letter-spacing: 1.48px;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.component__header button:hover, .component__header button:focus {
  background: white;
  color: #95001A;
}

.component__header a {
  color: #fff;
  text-decoration: underline;
}

.component__header a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.component__contain {
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.component__contain--full {
  max-width: 100%;
  padding: 0;
}

.component__title {
  margin-bottom: 50px;
  border-bottom: 2px solid #011F5B;
  padding: 0 20px 5px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.component .component__contain {
  padding-bottom: 50px;
}

.component__twig {
  padding: 0 0 10px;
  margin-bottom: 50px;
}

.component__example {
  margin-bottom: 50px;
}

.component .article-card {
  margin-left: 0;
  margin-right: 0;
}

.component__notes, .component__code {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.component .gallery-slider {
  max-width: 590px;
}

.component__accordion__file {
  font-size: 2em;
  text-transform: none;
  margin-top: 0;
}

.component__accordion__trigger {
  padding: 31px 20px 19px;
}

.component__accordion__title {
  font-size: 1.6rem;
}

.component__accordion .js-wikit-accordion__panel {
  padding-left: 20px;
  padding-right: 20px;
}

.styleguide__section {
  margin: 150px 0;
}

.styleguide__section:last-child {
  margin-bottom: 0;
}

.styleguide__subsection {
  margin-bottom: 100px;
}

.styleguide__subsection.bg-blue, .styleguide__subsection.bg-red {
  padding: 25px;
}

.styleguide__subsection:last-child {
  margin-bottom: 0;
}

.styleguide__subsection__title {
  font-size: 3.6rem;
  color: #011F5B;
}

.bg-blue .styleguide__subsection__title,
.bg-red .styleguide__subsection__title {
  color: #FFF;
}

.styleguide__title {
  font-size: 4.8rem;
  font-family: "EB Garamond", serif;
  color: #011F5B;
  line-height: 1.4;
  margin-bottom: 36px;
}

.styleguide__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  max-width: 900px;
}

.styleguide__color {
  width: 237px;
  margin-right: 50px;
}

.styleguide__color__block {
  height: 121px;
}

.styleguide__color__text {
  background: #FFF;
  padding: 0 10px;
}

.styleguide__color p {
  line-height: 1.6;
}

.styleguide .wysiwyg {
  max-width: 844px;
}

.styleguide .wysiwyg.split-content {
  max-width: none;
}

.js-wikit-accordion__item.is-expanded {
  color: inherit;
}

.js-wikit-accordion__item.is-expanded .js-wikit-accordion__title {
  color: #011F5B;
}

.js-wikit-accordion__item.is-expanded .js-wikit-accordion__icon svg {
  stroke: #95001A;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.styleguide .alert--emergency {
  position: relative;
}

.js-wikit-accordion__item {
  background: #FFF;
  clear: both;
}

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