/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/slick-slider/slick/slick-theme.css ***!
  \***************************************************************************************************************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(../fb6f3c230cb846e25247.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(../a4e97f5a2a64f0ab1323.eot);
    src: url(../a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(../295183786cd8a1389865.woff) format('woff'), url(../c94f7671dcc99dce43e2.ttf) format('truetype'), url(../2630a3e3eab21c607e21.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: 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: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./src/styles/styles.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.bg-black {
  background: #000;
  color: #FFF;
}

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

.bg-red {
  background: #990000;
  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;
}

#top {
  position: relative;
  transition: all 0.2s 0.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;
}

* {
  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 {
  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;
  transition: all 0.25s ease;
}
a.cta:hover, a.cta:focus {
  text-decoration: underline;
}
a.cta--arrow::after {
  content: "";
  display: inline-block;
  background: url(../1658da1a3ff4580866b8.svg) no-repeat 50% 50%;
  width: 19px;
  height: 19px;
  border: 1px solid #DADADA;
  border-radius: 100%;
  margin-left: 20px;
  position: relative;
  top: 5px;
  transition: inherit;
}
a.cta--arrow:hover::after, a.cta--arrow:focus::after {
  background-color: #011F5B;
  background-image: url(../95ac1a8bd1d1a655aa4b.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;
  }
}
[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%;
  transform: translate(-50%, -50%);
  background: #990000;
  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;
}

@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 {
  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 {
    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 {
    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;
  }
}
.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;
  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: #990000;
}
.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: #990000;
  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: #990000;
}
.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: #990000;
}
.is-hovered .link, .is-hovered .video-meta__item, .link:hover, .video-meta__item:hover, .link:focus, .video-meta__item:focus {
  text-decoration: underline;
}

.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;
}

.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: flex;
    flex-wrap: wrap;
  }
  .grid__content--3 {
    margin: 0 -20px;
  }
}

@media print {
  .grid__content {
    display: flex;
    flex-wrap: wrap;
  }
  .grid__content .grid-card {
    flex: 0 1 50%;
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    border: none;
  }
}
#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;
  }
}

.grid-card {
  position: relative;
  margin: 0 auto;
  width: 100%;
  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;
    flex: 0 1 33.3333333333%;
    width: 33.3333333333%;
  }
  .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: 33.3333333333%;
  }
}
@media (min-width: 640px) {
  .grid__content--3 .grid-card--plain {
    border: 0;
  }
}
@media (min-width: 640px) {
  .grid__content--4 .grid-card {
    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 {
    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;
  transition: all 0.5s ease;
  width: 100%;
}
.is-hovered .grid-card__image {
  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 {
  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: 33.3333333333%;
    flex: 0 1 33.3333333333%;
  }
}
.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: 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: 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 {
    transition: all 0.25s ease-in-out;
    padding-bottom: 0;
  }
  .hero__text--hover {
    padding-bottom: 100px;
  }
  .hero__text--hover .hero__excerpt {
    opacity: 1;
    visibility: visible;
    transition: visibility 0.025s linear 0.025s, opacity 0.15s ease-in-out 0.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: 0.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;
    transition: visibility 0.125s linear 0.25s, opacity 0.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%;
  }
}
.penn-priorities {
  background: url(../c50375824febdba39521.png) repeat 50% 0;
  padding: 70px 0;
  min-height: 662px;
  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%;
  transform: translate(-50%);
}
.penn-priorities .slick-track .slick-slide {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .penn-priorities .slick-track .slick-slide img {
    opacity: 0.5;
    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;
  box-sizing: border-box;
  background: #000;
  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 {
  transform: scale(1.025);
}
.priority-card__image {
  display: block;
  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: #990000 url(../958162710153e0280d9c.svg) no-repeat 50% 50%;
  background-size: 8px 10px;
  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;
}

.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: 0.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%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .section-header--centered-small {
    text-align: center;
  }
  .section-header--centered-small .section-header__title::after {
    left: 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;
  }
}
.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(../e7781d474cd969901da1.svg) no-repeat 50% 50%;
}
.video-button--play .icon {
  background: url(../33a320ef297ec1a72ed5.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: 0.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;
  }
}
.video-inline {
  position: relative;
}
.video-inline__video {
  pointer-events: none;
  object-fit: cover;
}
.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(../e7781d474cd969901da1.svg) no-repeat 50% 50%;
}
.video-inline__button.play .icon {
  background: url(../33a320ef297ec1a72ed5.svg) no-repeat 50% 50%;
}

.featured-initiative-card {
  background: #011F5B;
  padding: 10px;
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin-bottom: 23px;
  text-align: center;
  transition: box-shadow 0.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: #990000;
}
.featured-initiative-card.is-hovered, .featured-initiative-card:focus-within {
  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: 0.2em;
  margin-bottom: 1.6em;
}
.featured-initiative-card__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -22px;
  background: #FFF;
  opacity: 0.2;
  width: 20px;
  height: 3px;
  left: 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;
  transform: none;
}
.featured-initiative-card--left p {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.featured-initiative-cards {
  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: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .featured-initiative-cards__contain .featured-initiative-card {
    flex: 0 1 48.703849175%;
  }
}
.featured-initiative-cards .contain {
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .featured-initiative-cards .contain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .featured-initiative-cards .contain .featured-initiative-card {
    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: 0.5em;
  }
  .featured-initiative-card .btn {
    display: none;
  }
}
.card {
  background: #FFF;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  max-width: 630px;
  transition: box-shadow 0.2s ease;
}
.card.is-hovered, .card:focus-within {
  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 {
  transform: scale(1.025);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card.is-hovered {
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.15);
  }
  .card .card__title__link {
    text-decoration: underline;
  }
  .card .card__image {
    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: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.card__figure, .card__picture {
  display: block;
  overflow: hidden;
  flex: 1 0 auto;
}
.card__image {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.card__title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 2rem;
  padding-top: 30px;
  margin-top: 0;
}
.bg-blue .card__title {
  color: #011F5B;
}
@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: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .card-listing .contain {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .card-listing {
    padding: 95px 0 45px;
  }
  .card-listing .card {
    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 {
    flex: 0 1 calc(50% - 10px);
  }
  .card-listing--3 .card:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .card-listing--3 .card {
    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: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
  }
  .card-listing--3 .card,
  .card-listing--2 .card {
    flex: 0 1 48%;
  }
}
.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: #990000;
}
@media (max-width: 767px) {
  .content-spotlight__column:first-child {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .content-spotlight__column {
    flex: 0 1 49.1764706%;
  }
}
@media (min-width: 768px) {
  .content-spotlight--reverse .content-spotlight__column:nth-child(2) {
    order: -1;
  }
}
@media (min-width: 768px) {
  .content-spotlight__flex {
    display: flex;
    justify-content: space-between;
    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;
  }
}
@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: #990000;
}
.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: 0.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;
}

.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%;
  transform: translateX(-50%);
}
.faculty-card__photo-name {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  position: relative;
}
.faculty-card__image {
  display: block;
  margin: 0 auto;
  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 {
  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;
  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: flex;
  flex-wrap: wrap;
  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 {
    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 {
    justify-content: flex-start;
  }
  .faculty-grid .faculty-card {
    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 {
    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;
  }
}
@media (min-width: 1200px) {
  .faculty-grid .faculty-card:nth-child(4n), .faculty-grid .faculty-card:last-child {
    border-right: 1px solid #DFDFDF;
  }
}

@media print {
  .faculty-card {
    flex: 0 1 50%;
    page-break-inside: avoid;
    display: block;
  }
  .faculty-card:nth-child(odd) {
    border-right: none;
  }
}
.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: #990000;
}
@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 {
    flex: 0 1 auto;
  }
  .student-spotlight__column--wide {
    flex-basis: 85%;
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  .student-spotlight__flex {
    display: flex;
    justify-content: space-between;
  }
  .student-spotlight--reverse .student-spotlight__flex {
    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;
  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;
}

.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 {
    columns: 2;
  }
}
@media (min-width: 1200px) {
  .quick-links--wide .quick-links__list {
    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;
  }
}
@media (min-width: 768px) {
  .accordion-columns__content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}
@media (min-width: 768px) {
  .accordion-columns__content--2 .accordion-columns__col {
    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 {
    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: #990000;
}
.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);
  transition: color 0.25s ease-in-out 0.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: #990000;
  transition: all 0.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;
  transition: height 0.25s ease-in-out 0.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;
  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;
  transition: max-height ease 0.25s;
  overflow: hidden;
  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;
  transition-delay: 0.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;
  transition: opacity 0.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;
}

.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: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .events-listing .contain .section-header {
    flex: 0 1 300px;
  }
  .events-listing .contain .events-listing__content {
    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%;
    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: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .events-listing__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .events-listing__grid .event-card {
    flex: 0 1 48%;
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .events-listing__grid .event-card {
    flex: 0 1 31.58%;
    width: 31.58%;
  }
  .events-listing--full-width .events-listing__grid .event-card {
    flex-basis: 25%;
    width: 25%;
  }
}

@media print {
  .events-listing {
    padding: 0;
    margin: 20px 0;
  }
  .events-listing .contain {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .events-listing .contain .events-listing__content {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    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: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.event-card {
  position: relative;
  max-width: 380px;
  width: 100%;
  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 {
    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%;
  transform: scaleY(-1);
  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;
  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;
  box-sizing: border-box;
  padding-top: 5px;
}
.event-card__month {
  height: 22px;
  background: #990000;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.4px;
  line-height: 1;
  box-sizing: border-box;
  padding-top: 5px;
}
.event-card__image {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.is-hovered .event-card__image {
  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 {
  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);
  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;
}

.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%;
  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: 0.65em;
}
.wysiwyg h1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  background: #990000;
  width: 40px;
  height: 4px;
}
@media (min-width: 1024px) {
  .wysiwyg h1 {
    font-size: 6rem;
  }
}
.wysiwyg h1 .centered::after {
  left: 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: 0.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: #990000;
  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: #990000;
  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%;
}
.wysiwyg + .grid {
  margin-top: 0;
}

@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;
  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;
    transition: opacity 0.25s ease;
  }
  .hero-leave .header {
    opacity: 0;
    top: -150px;
    transition: all 0.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 {
    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;
    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;
  transition: height 0.125s ease-in-out;
  pointer-events: none;
  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);
    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;
    transform: none;
  }
}
@media (min-width: 1024px) {
  .header__logo {
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .header:not(.header--extended) .header__logo {
    width: 460px;
  }
  .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 {
  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 {
    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 {
  transform: scale(0.8) translateX(18px);
}
@media (min-width: 768px) {
  .header__logo #Shield {
    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%;
  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;
    transform: none;
    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%;
  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%;
    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% - 480px);
    height: 1px;
    background-color: #DFDFDF;
    opacity: 0.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;
  transition: all 0.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;
  transition: 0.25s all 0.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;
  }
}
.footer {
  position: relative;
  background: #011F5B url(../0357544f60a502f8b63b.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: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .footer__column {
    flex: 0 1 222px;
    margin-right: 75px;
  }
}
@media (min-width: 1024px) {
  .footer__column {
    flex: 0 1 316px;
    margin-right: 100px;
  }
}
.footer__column + .footer__column {
  margin-top: 52px;
}
@media (min-width: 768px) {
  .footer__column + .footer__column {
    flex: 0 1 calc(100% - 297px);
    max-width: 820px;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .footer__column + .footer__column {
    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 {
    flex-basis: calc(100% - 416px);
  }
}
@media (max-width: 767px) {
  .footer__section + .footer__section {
    margin-top: 52px;
  }
}
@media (min-width: 768px) {
  .footer__section {
    flex: 0 1 48.3%;
  }
}
@media (min-width: 1024px) {
  .footer__section {
    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: 0.2;
  width: 18px;
  height: 4px;
}
@media (max-width: 767px) {
  .footer__section__title::after {
    left: 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 {
    flex: 0 1 100%;
    width: 100%;
    display: flex;
    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: 0.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: inline-flex;
  align-items: 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;
  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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 10px;
  transition: inherit;
}

@media print {
  .footer {
    padding: 10px 0;
  }
  .footer::before, .footer__to-top, .footer__logo, .footer__list, .footer__column + .footer__column {
    display: none;
  }
}
.nav--primary {
  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: #990000;
}
.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;
    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;
  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 {
  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;
    flex: 1 0 33%;
  }
  .nav__menu--level-1 > .nav__menu-item {
    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 {
  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;
    transition: visibility 0.25s linear 0.125s, 0.25s opacity 0.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: flex;
  }
}
@media (min-width: 1024px) {
  .nav__menu--level-0 {
    display: flex;
    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: #990000;
    height: 0;
    width: calc(100% - 40px);
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    transition: all 0.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;
    transition: visibility 0s linear 0s, 0.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;
    transition: visibility 0.5s linear 0.25s, 0.25s opacity 0.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;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1024px) {
  .nav--secondary {
    position: absolute;
    right: 20px;
    top: 10px;
    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: #990000;
}
.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 {
    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;
    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;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}

/*# sourceMappingURL=scripts.css.map*/