  @charset "UTF-8";
/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * Variables
 * Contains global variables available to the theme.
 */
@font-face {
  font-family: Lato;
  font-weight: 900;
  font-style: normal;
  src: url("/_resources/fonts/Lato-Black.ttf");
}

@font-face {
  font-family: Lato;
  font-weight: 900;
  font-style: italic;
  src: url("/_resources/fonts/Lato-BlackItalic.ttf");
}

@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  src: url("/_resources/fonts/Lato-Bold.ttf");
}

@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: italic;
  src: url("/_resources/fonts/Lato-BoldItalic.ttf");
}

@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  src: url("/_resources/fonts/Lato-Regular.ttf");
}

@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: italic;
  src: url("/_resources/fonts/Lato-Italic.ttf");
}

@font-face {
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
  src: url("/_resources/fonts/Lato-Light.ttf");
}

@font-face {
  font-family: Lato;
  font-weight: 300;
  font-style: italic;
  src: url("/_resources/fonts/Lato-LightItalic.ttf");
}

@font-face {
  font-family: Lato;
  font-weight: 100;
  font-style: normal;
  src: url("/_resources/fonts/Lato-Thin.ttf");
}

@font-face {
  font-family: Lato;
  font-weight: 100;
  font-style: italic;
  src: url("/_resources/fonts/Lato-ThinItalic.ttf");
}

@font-face {
  font-family: PlayfairDisplay;
  font-weight: 900;
  font-style: normal;
  src: url("/_resources/fonts/PlayfairDisplay-Black.ttf");
}

@font-face {
  font-family: PlayfairDisplay;
  font-weight: 900;
  font-style: italic;
  src: url("/_resources/fonts/PlayfairDisplay-BlackItalic.ttf");
}

@font-face {
  font-family: PlayfairDisplay;
  font-weight: 800;
  font-style: normal;
  src: url("/_resources/fonts/PlayfairDisplay-ExtraBold.ttf");
}

@font-face {
  font-family: PlayfairDisplay;
  font-weight: 800;
  font-style: italic;
  src: url("/_resources/fonts/PlayfairDisplay-ExtraBoldItalic.ttf");
}

@font-face {
  font-family: PlayfairDisplay;
  font-weight: 700;
  font-style: normal;
  src: url("/_resources/fonts/PlayfairDisplay-Bold.ttf");
}

@font-face {
  font-family: PlayfairDisplay;
  font-weight: 700;
  font-style: italic;
  src: url("/_resources/fonts/PlayfairDisplay-BoldItalic.ttf");
}

@font-face {
  font-family: PlayfairDisplay;
  font-weight: 600;
  font-style: normal;
  src: url("/_resources/fonts/PlayfairDisplay-SemiBold.ttf");
}

@font-face {
  font-family: PlayfairDisplay;
  font-weight: 600;
  font-style: italic;
  src: url("/_resources/fonts/PlayfairDisplay-SemiBoldItalic.ttf");
}

@font-face {
  font-family: PlayfairDisplay;
  font-weight: 500;
  font-style: normal;
  src: url("/_resources/fonts/PlayfairDisplay-Medium.ttf");
}

@font-face {
  font-family: PlayfairDisplay;
  font-weight: 500;
  font-style: italic;
  src: url("/_resources/fonts/PlayfairDisplay-MediumItalic.ttf");
}

@font-face {
  font-family: PlayfairDisplay;
  font-weight: 400;
  font-style: normal;
  src: url("/_resources/fonts/PlayfairDisplay-Regular.ttf");
}

@font-face {
  font-family: PlayfairDisplay;
  font-weight: 400;
  font-style: italic;
  src: url("/_resources/fonts/PlayfairDisplay-Italic.ttf");
}

/**
 * Mixins
 * Contains global SCSS mixins
 */
/**
 * Animations
 * Contains all keyframe animations in use on the site.
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FFFF00;
  color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  border-radius: 0;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * @file
 * Typography
 * Base typography for the theme
 */
h1 {
  font-family: PlayfairDisplay, Times, serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
}

@media (min-width: 700px) {
  h1 {
    font-size: 8rem;
    line-height: 1.11;
  }
}

@media (min-width: 1025px) {
  h1 {
    font-size: 9rem;
    line-height: 1;
  }
}

h2 {
  margin: 5rem 0 1.5rem;
  font-family: PlayfairDisplay, Times, serif;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: calc(40 / 34);
}

@media (min-width: 700px) {
  h2 {
    margin: 6rem 0 2.1rem;
    font-size: 5.5rem;
    line-height: 1.05;
  }
}

@media (min-width: 1025px) {
  h2 {
    margin: 7rem 0 2.5rem;
    font-size: 7rem;
    line-height: calc(76 / 70);
  }
}

h3, .story-explorer__title span {
  margin: 4.9rem 0 1.4rem;
  font-family: Lato, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: calc(30 / 28);
}

@media (min-width: 700px) {
  h3, .story-explorer__title span {
    margin: 6.1rem 0 2rem;
    font-size: 3.5rem;
    line-height: calc(36 / 35);
  }
}

@media (min-width: 1025px) {
  h3, .story-explorer__title span {
    margin: 7.3rem 0 1.5rem;
    font-size: 4rem;
    line-height: 1;
  }
}

h4, .carousel--horizontal__title h3, .carousel--horizontal__title .story-explorer__title span, .story-explorer__title .carousel--horizontal__title span, .carousel--horizontal__title h4 {
  margin: 5.1rem 0 1.1rem;
  font-family: PlayfairDisplay, Times, serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.35;
}

@media (min-width: 700px) {
  h4, .carousel--horizontal__title h3, .carousel--horizontal__title .story-explorer__title span, .story-explorer__title .carousel--horizontal__title span, .carousel--horizontal__title h4 {
    margin: 6.1rem 0 1.5rem;
    font-size: 2.5rem;
    line-height: calc(30 / 25);
  }
}

@media (min-width: 1025px) {
  h4, .carousel--horizontal__title h3, .carousel--horizontal__title .story-explorer__title span, .story-explorer__title .carousel--horizontal__title span, .carousel--horizontal__title h4 {
    margin: 72px 0 8px;
    font-size: 3rem;
    line-height: calc(35 / 30);
  }
}

h5 {
  margin: 5rem 0 1.2rem;
  font-family: Lato, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: calc(24 / 18);
}

@media (min-width: 700px) {
  h5 {
    margin: 8.9rem 0 1.8rem;
    font-size: 2rem;
    line-height: 1;
  }
}

@media (min-width: 1025px) {
  h5 {
    margin: 7.1rem 0 1.1rem;
    font-size: 2.8rem;
  }
}

h6 {
  margin: 5rem 0 1rem;
  font-family: Lato, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: calc(18 / 14);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (min-width: 700px) {
  h6 {
    margin: 6rem 0 1.3rem;
    font-size: 1.6rem;
    line-height: calc(24 / 16);
    letter-spacing: 1px;
  }
}

@media (min-width: 1025px) {
  h6 {
    margin: 6.9rem 0 1rem;
    font-size: 1.8rem;
    line-height: calc(28 / 18);
  }
}

p {
/*   margin: 0 0 10px; */
  margin: 0 0 15px;
}

p:empty {
  display: none;
}

strong {
  font-weight: 700;
}

/**
 * Base theme styles
 * This file contains theme base styles.
 *
 * For example:
 * - WYSIWYG styles and layouts
 * - Images and Videos
 * - Tables
 */
html.js-fixed,
body.js-fixed {
  overflow: hidden;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-family: Lato, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 700px) {
  body {
    line-height: 1.55;
  }
}

@media (min-width: 1025px) {
  body {
    font-size: 1.8rem;
    line-height: calc(28 / 18);
  }
}

body:not(.no-footer-sock) section:nth-last-child(2) {
  border-bottom: none;
}

main#main:not(:focus-visible) {
  outline: none;
}

* > p:last-child,
* > ul:last-child,
* > ol:last-child {
  margin-bottom: 0;
}

.visually-hidden {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

a.skip-link {
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
}

a.skip-link.visually-hidden {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

a.skip-link.visually-hidden:active, a.skip-link.visually-hidden:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

a.skip-link.visually-hidden:focus {
  background-color: #FFFFFF;
  padding: 0.3rem 1rem;
  position: absolute !important;
  z-index: 10000;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

a {
  font-family: Lato, Helvetica, sans-serif;
  font-weight: 700;
  color: #A1243F;
  text-decoration: underline;
  -webkit-text-decoration-color: #A1243F;
     -moz-text-decoration-color: #A1243F;
          text-decoration-color: #A1243F;
  text-underline-offset: 0.3rem;
  -webkit-transition: color 0.3s, -webkit-text-decoration-color 0.3s;
  transition: color 0.3s, -webkit-text-decoration-color 0.3s;
  -o-transition: color 0.3s, text-decoration-color 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
  cursor: pointer;
}

a:hover {
  color: #000000;
  -webkit-text-decoration-color: #000000;
     -moz-text-decoration-color: #000000;
          text-decoration-color: #000000;
}

a:focus {
  outline: solid 2px #000000;
  outline-offset: 2px;
}

button:focus {
  outline: solid 2px #000000;
  outline-offset: 2px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

figcaption {
  display: table-caption;
  caption-side: bottom;
  padding: 0 0 0.4rem 0.8rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-style: normal;
  border-left: 2px solid #A1243F;
}

@media (min-width: 700px) {
  figcaption {
    line-height: 1.28;
    padding: 0.2rem 0 0.3rem 0.8rem;
  }
}

@media (min-width: 1025px) {
  figcaption {
    padding: 0.1rem 0 0.2rem 0.6rem;
    margin-top: 1.2rem;
    font-size: 15px;
  }
}

.img-inline {
  margin: 2.5rem 0;
  display: table;
}

.img-inline--full {
  margin: 2.5rem 0;
}

@media (min-width: 700px) {
  .img-inline--full {
    margin: 2.7rem 0 2.6rem;
  }
}

@media (min-width: 1025px) {
  .img-inline--full {
    margin: 3rem 0 4.4rem;
  }
}

@media (max-width: 699px) {
  .img-inline--float {
    float: none;
    width: 100%;
  }
}

@media (max-width: 699px) {
  .img-inline--float img {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .img-inline--float img {
    max-width: 30rem;
  }
}

@media (min-width: 1025px) {
  .img-inline--float img {
    max-width: 35rem;
  }
}

@media (min-width: 700px) {
  .img-inline--float.float-right {
    margin: 0.7rem 0 2rem 2rem;
  }
}

@media (min-width: 1025px) {
  .img-inline--float.float-right {
    margin: 0.7rem 0 4rem 3rem;
  }
}

@media (min-width: 700px) {
  .img-inline--float.float-left {
    margin: 0.7rem 2rem 2rem 0;
  }
}

@media (min-width: 1025px) {
  .img-inline--float.float-left {
    margin: 0.7rem 3rem 4rem 0;
  }
}

.img-inline figcaption {
  display: table-caption;
  caption-side: bottom;
  padding: 0 0 0.4rem 0.8rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-style: normal;
  border-left: 2px solid #A1243F;
}

@media (min-width: 700px) {
  .img-inline figcaption {
    line-height: 1.28;
    padding: 0.2rem 0 0.2rem 0.8rem;
  }
}

@media (min-width: 1025px) {
  .img-inline figcaption {
    padding: 0 0 0 0.6rem;
    margin-top: 1.2rem;
    font-size: 15px;
    line-height: 2.3rem;
  }
}

.img-inline a {
  line-height: 1.2;
  font-size: 1.4rem;
}

@media (min-width: 700px) {
  .img-inline a {
    line-height: 1.28;
  }
}

@media (min-width: 1025px) {
  .img-inline a {
    font-size: 1.5rem;
    line-height: 1.53;
  }
}

table {
  clear: both;
  max-width: 100%;
  display: block;
  border-collapse: collapse;
  border-bottom: 1px solid #000000;
}

table td,
table th {
  text-align: left;
  min-width: 12.9rem;
  padding: 1rem 1rem 1.1rem 0;
  vertical-align: top;
}

@media (min-width: 700px) {
  table td,
  table th {
    min-width: 13.9rem;
    padding: 1.4rem 1rem 1.4rem 0;
  }
}

@media (min-width: 1025px) {
  table td,
  table th {
    min-width: 22.5rem;
    padding: 0.7rem 1rem 0.7rem 0;
  }
}

table td:first-child,
table th:first-child {
  padding: 1rem 1rem 1rem 1.2rem;
}

@media (min-width: 700px) {
  table th {
    line-height: 1.38;
  }
}

@media (min-width: 1025px) {
  table th {
    line-height: 2.8rem;
  }
}

@media (min-width: 700px) {
  table td {
    line-height: 1.55;
  }
}

table .table-scroller {
  overflow: auto;
  display: block;
  width: 100%;
}

table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  background-color: #FFFFFF;
  z-index: 100;
  /* Hide scrollbar for Chrome, Safari and Opera */
}

table thead::-webkit-scrollbar {
  display: none;
}

table thead th, table thead td {
  border-bottom: 2px solid #A1243F;
}

@media (min-width: 700px) {
  table thead th:first-child, table thead td:first-child {
    padding: 1.4rem 1rem 1.4rem 1.2rem;
  }
}

@media (min-width: 1025px) {
  table thead th:first-child, table thead td:first-child {
    padding: 0.7rem 1rem 0.7rem 2.2rem;
  }
}

@media (min-width: 700px) {
  table thead th, table thead td {
    padding: 1.4rem 1rem 1.4rem 0;
  }
}

@media (min-width: 1025px) {
  table thead th, table thead td {
    padding: 0.7rem 1rem 0.7rem 0;
  }
}

table tbody tr:nth-child(even) {
  background-color: #F6F6F6;
}

table tbody td,
table tbody th {
  padding: 2.1rem 1rem 2.5rem 0;
}

@media (min-width: 1025px) {
  table tbody td,
  table tbody th {
    padding: 2.1rem 1.5rem 2.3rem 0;
  }
}

@media (min-width: 1025px) {
  table tbody td,
  table tbody th {
    line-height: 2.8rem;
    padding: 1.5rem 2rem 1.5rem 0;
  }
}

table tbody td:first-child,
table tbody th:first-child {
  padding: 2.1rem 1rem 2.5rem 1.2rem;
}

@media (min-width: 1025px) {
  table tbody td:first-child,
  table tbody th:first-child {
    padding: 1.5rem 1.5rem 1.5rem 2.2rem;
  }
}

.table-block__wrapper {
  position: relative;
  padding: 0;
  margin: 1.5rem -2rem 7rem 0;
}

@media (min-width: 700px) {
  .table-block__wrapper {
    margin: 1.1rem 0 3rem;
    clear: both;
  }
}

@media (min-width: 1025px) {
  .table-block__wrapper {
    margin: 1.2rem 0 3rem;
  }
}

.table-block__holder.js-scroll--right .table-block__next {
  display: block;
}

.table-block__holder.js-scroll--left .table-block__prev {
  display: block;
}

.table-block__prev, .table-block__next {
  display: none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.6rem;
  width: 3rem;
  height: 3rem;
  border: none;
  padding: 0;
  background: #000000;
  background-image: url("/_resources/images/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 0.2rem) 50%;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

@media screen and (min-width: 1025px) {
  .table-block__prev, .table-block__next {
    width: 6.5rem;
    height: 6.5rem;
    left: -10.2rem;
    background-image: url("/_resources/images/icons/arrow-white--lg.svg");
    background-position: calc(50% + 0.5rem) 50%;
  }
}

.table-block__prev:hover, .table-block__next:hover {
  background-color: #A1243F;
}

.table-block__next {
  left: auto;
  right: 1.6rem;
}

@media (min-width: 700px) {
  .table-block__next {
    right: 0.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .table-block__next {
    right: -10.2rem;
  }
}

.table-block__prev {
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

ul {
  margin: 1.5rem 0 2.55rem;
  list-style: none;
  padding-left: 3.4rem;
}

@media (min-width: 700px) {
  ul {
    margin: 2.1rem 0 4.4rem;
    padding-left: 4.4rem;
  }
}

@media (min-width: 1025px) {
  ul {
    margin: 1.5rem 0;
    padding-left: 3.1rem;
  }
}

ul ol,
ul ul {
  margin: 1rem 0;
  padding: 0 0 0 2.5rem;
}

ul li {
  position: relative;
  padding: 0 0 0 0.6rem;
  margin: 0 0 1rem;
}

@media (min-width: 1025px) {
  ul li {
    padding: 0 0 0 0.3rem;
  }
}

ul li::before {
  content: '';
  position: absolute;
  top: 0.9rem;
  left: -1.2rem;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #A1243F;
  border-radius: 50%;
}

@media (min-width: 700px) {
  ul li::before {
    top: 1.1rem;
  }
}

@media (min-width: 1025px) {
  ul li::before {
    top: 1.2rem;
    width: 0.7rem;
    height: 0.7rem;
  }
}

ol {
  margin: 1.5rem 0;
  padding: 0 0 0 3.5rem;
}

@media (min-width: 700px) {
  ol {
    margin: 2.5rem 0;
    padding: 0 0 0 3.8rem;
  }
}

@media (min-width: 1025px) {
  ol {
    margin: 1.7rem 0;
    padding: 0 0 0 3rem;
  }
}

ol ol,
ol ul {
  margin: 1rem 0;
  padding: 0 0 0 2.5rem;
}

ol li {
  padding: 0 0 0 0.6rem;
  margin: 0 0 1rem;
}

@media (min-width: 700px) {
  ol li {
    padding: 0 0 0 0.4rem;
  }
}

@media (min-width: 1025px) {
  ol li {
    padding: 0 0 0 0.2rem;
  }
}

.quote {
  position: relative;
  padding: 4.5rem 2.5rem 3.5rem 3.4rem;
  margin: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.wysiwyg .quote {
  margin: 2rem 0;
}

@media (min-width: 700px) {
  .wysiwyg .quote {
    margin: 4.4rem 0;
  }
}

@media (min-width: 1025px) {
  .wysiwyg .quote {
    margin: 4.9rem 0;
  }
}

@media (min-width: 700px) {
  .quote {
    padding: 4.5rem 1.5rem 3.9rem 7.9rem;
  }
}

@media (min-width: 1025px) {
  .quote {
    padding: 4.2rem 4.5rem 3.9rem 9.3rem;
  }
}

.quote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #F6F6F6;
}

@media (min-width: 700px) {
  .quote::before {
    height: 2.6rem;
  }
}

@media (min-width: 1025px) {
  .quote::before {
    display: none;
  }
}

.quote__copy {
  position: relative;
  padding: 0 0 1.9rem;
  font-size: 2rem;
  font-weight: 700;
  font-family: PlayfairDisplay, Times, serif;
  line-height: 1.32;
}

@media (min-width: 700px) {
  .quote__copy {
    padding: 0 0 2rem;
    font-size: 2.7rem;
    line-height: 1.407;
  }
}

@media (min-width: 1025px) {
  .quote__copy {
    padding: 0 0 0.9rem;
    font-size: 3.6rem;
    line-height: 1.36;
  }
}

.quote__copy:before {
  content: '“';
  position: absolute;
  top: -1.2rem;
  left: -2.4rem;
  color: #A1243F;
  font-size: 4rem;
  font-weight: 700;
}

@media (min-width: 700px) {
  .quote__copy:before {
    top: 0.5rem;
    left: -5.7rem;
    font-size: 9rem;
    line-height: 4.5rem;
  }
}

@media (min-width: 1025px) {
  .quote__copy:before {
    left: -6rem;
    font-size: 10rem;
  }
}

.quote__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (min-width: 1025px) {
  .quote__footer {
    font-size: 1.8rem;
    line-height: 1.55;
  }
}

.quote__attr {
  position: relative;
  padding: 0 1.3rem 0 0;
}

@media (min-width: 1025px) {
  .quote__attr {
    padding: 0 1.5rem 0 0;
  }
}

.quote__attr:after {
  content: '';
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 1px;
  height: 1.6rem;
  background: #A1243F;
}

@media (min-width: 1025px) {
  .quote__attr:after {
    right: 0.7rem;
    top: 0.6rem;
    height: 1.8rem;
  }
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

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

.animate__animated {
  visibility: visible !important;
}

/**
 * @file
 * Print specific styliing
 */
@media print {
  .header,
  .footer {
    display: none;
  }
}

/**
 * @file
 * Page
 *
 * Contains styles for page wrapper layout.
 */
.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 700px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 1025px) {
  .container {
    max-width: 2000px;
  }
}

@media (min-width: 700px) {
  .section--narrow .container {
    max-width: 880px;
    padding: 0 40px;
  }
}

/**
 * @file
 * Columns
 *
 * Base styles for all column layouts.
 */
@media (min-width: 700px) {
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.column__col {
  padding: 0 0 3rem;
}

@media (min-width: 700px) {
  .column__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.column__col:last-child {
  padding: 0;
}

@media (min-width: 1025px) {
  .column__col {
    padding: 0;
  }
}

.column__img {
  margin: 0 0 1.9rem;
}

@media (min-width: 700px) {
  .column__img {
    margin: 0 0 2.6rem;
  }
}

@media (min-width: 1025px) {
  .column__img {
    margin: 0 0 1.3rem;
  }
}

.column__img img {
  width: 100%;
  aspect-ratio: 319/214;
  -o-object-fit: cover;
     object-fit: cover;
}

.column__img a {
  display: block;
}

.column__title {
  margin: 0 0 1.3rem;
  letter-spacing: 0.1px;
}

@media (min-width: 1025px) {
  .column__title {
    margin: 0 0 2.1rem;
  }
}

.column__title h3, .column__title .story-explorer__title span, .story-explorer__title .column__title span {
  margin: 0;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .column__title h3, .column__title .story-explorer__title span, .story-explorer__title .column__title span {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}

.column__title .cta--link {
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
  padding-right: 2rem;
  margin: 0 0 0.7rem;
  letter-spacing: inherit;
}

.column__title .cta--link::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 1.1rem;
  background-image: url("/_resources/images/icons/arrow-tail-dark.svg");
  background-color: #FFFFFF;
  border: 2px solid #DEDEDE;
}

.is-safari .column__title .cta--link::after {
  -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (min-width: 700px) {
  .column__title .cta--link::after {
    width: 3.5rem;
    height: 3.5rem;
    background-size: 1.3rem;
  }
}

@media (min-width: 1025px) {
  .column__title .cta--link::after {
    width: 4rem;
    height: 4rem;
    background-size: 1.4rem;
  }
}

.column__title .cta--link:hover::after {
  background-image: url("/_resources/images/icons/arrow-tail-white.svg");
  background-color: #000000;
  border-color: #000000;
}

@media (min-width: 700px) {
  .column__title .cta--link {
    margin: 0 0 0.3rem;
    padding-right: 5.5rem;
  }
}

@media (min-width: 1025px) {
  .column__title .cta--link {
    margin: 0 0 -6px;
  }
}

.column__title .cta--link:after {
  margin-left: 9px;
  margin-right: -39px;
}

@media (min-width: 700px) {
  .column__title .cta--link:after {
    margin-left: 12px;
    margin-right: -47px;
  }
}

@media (min-width: 700px) {
  .column__title .cta--link:after {
    margin-right: -52px;
  }
}

.column__subtitle {
  margin: 2.6rem 0 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

@media (min-width: 700px) {
  .column__subtitle {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

@media (min-width: 1025px) {
  .column__subtitle {
    margin: 1.3rem 0 1rem;
  }
}

.column__body {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

@media (min-width: 1025px) {
  .column__body {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.column__body ul {
  padding-left: 2.5rem;
  margin: 0.8rem 0;
  line-height: 2.4rem;
}

@media (min-width: 700px) {
  .column__body ul {
    line-height: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .column__body ul {
    padding-left: 3.1rem;
  }
}

.column__body ul li {
  padding: 0 0 0 0.2rem;
}

@media (min-width: 700px) {
  .column__body :last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  .column--two {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 700px) {
  .column--two .column__col {
    -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .column--two .column__col {
    -webkit-flex-basis: calc(50% - 25px);
        -ms-flex-preferred-size: calc(50% - 25px);
            flex-basis: calc(50% - 25px);
  }
}

.column--two .column__img {
  margin: 0 0 3rem;
}

@media (min-width: 1025px) {
  .column--two .column__subtitle {
    margin: 3rem 0 1rem;
  }
}

@media (min-width: 1025px) {
  .column--two .column__title {
    margin: 0 0 1.5rem;
  }
}

@media (min-width: 1025px) {
  .column--two .column__title h3, .column--two .column__title .story-explorer__title span, .story-explorer__title .column--two .column__title span {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

@media (min-width: 1025px) {
  .column--two .column__title .cta--link {
    margin: 0 0 -1px;
  }
}

.column--three {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 700px) {
  .column--three {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 700px) {
  .column--three .column__col {
    -webkit-flex-basis: calc((100% / 2) - (20px / 2));
        -ms-flex-preferred-size: calc((100% / 2) - (20px / 2));
            flex-basis: calc((100% / 2) - (20px / 2));
  }
}

@media (min-width: 1025px) {
  .column--three .column__col {
    -webkit-flex-basis: calc((100% / 3) - (62px / 3));
        -ms-flex-preferred-size: calc((100% / 3) - (62px / 3));
            flex-basis: calc((100% / 3) - (62px / 3));
  }
}

.column--three.slick-slider {
  display: block;
}

/**
 * @file
 * Section
 *
 * Base styles for all section content.
 */
.section {
  padding: 5rem 0;
  border-bottom: 1px solid #000000;
}

.section:last-child {
  border-bottom: none;
}

@media (min-width: 700px) {
  .section {
    padding: 6rem 0;
  }
}

@media (min-width: 1025px) {
  .section {
    padding: 8rem 0;
  }
}

.section__header {
  margin: 0 0 1rem;
}

@media (min-width: 700px) {
  .section__header {
    margin: 0 0 2rem;
  }
}

@media (min-width: 1025px) {
  .section__header {
    margin: 0 0 2.4rem;
  }
}

.section__header h2 {
  margin: 0;
}

.section__header--decorative {
  margin: 0 0 3.6rem;
}

@media (min-width: 700px) {
  .section__header--decorative {
    margin: 0 0 2rem;
  }
}

@media (min-width: 1025px) {
  .section__header--decorative {
    margin: 0 0 6.1rem;
  }
}

.section__header--decorative h2 {
  font-weight: 400;
}

.section__header--decorative .title-line {
  display: block;
  margin: 0 0 0.8rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #A1243F;
  text-transform: uppercase;
  font-family: Lato, Helvetica, sans-serif;
}

@media (min-width: 700px) {
  .section__header--decorative .title-line {
    margin: 0 0 -0.4rem;
  }
}

@media (min-width: 1025px) {
  .section__header--decorative .title-line {
    margin: 0;
    font-size: 3rem;
    line-height: 4rem;
  }
}

.section__header--decorative .title-line--decorative {
  font-size: 4.2rem;
  line-height: 4.6rem;
  font-style: italic;
  display: block;
}

@media (min-width: 700px) {
  .section__header--decorative .title-line--decorative {
    font-size: 6rem;
    line-height: 6.6rem;
  }
}

@media (min-width: 1025px) {
  .section__header--decorative .title-line--decorative {
    font-size: 9rem;
    line-height: 9.4rem;
  }
}

.section__intro {
  margin: 0 0 3rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media (min-width: 700px) {
  .section__intro {
    margin: 0 0 3.2rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .section__intro {
    margin: 0 0 3.9rem;
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.section__cta {
  margin: 1.5rem 0 0;
  text-align: center;
}

.section__cta a {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  background: #000000;
  color: #FFFFFF;
}

.grid-box {
  position: relative;
  border-top: 1px solid #000000;
}

@media (min-width: 700px) {
  .grid-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .grid-box {
    width: calc(100% + 2px);
    margin: 0 auto;
    -webkit-transform: translateX(-1px);
        -ms-transform: translateX(-1px);
            transform: translateX(-1px);
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
  }
}

.grid-box__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 4rem;
}

@media (min-width: 700px) {
  .grid-box__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 0 3rem;
  }
}

@media (min-width: 1025px) {
  .grid-box__header {
    padding: 0 0 6.3rem;
  }
}

.grid-box__header--title {
  margin: 0 0 1.8rem;
}

@media (min-width: 700px) {
  .grid-box__header--title {
    margin: 0 auto 0 0;
  }
}

.grid-box__header--cta {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 700px) {
  .grid-box__header--cta {
    padding: 1.4rem 0 0 3rem;
  }
}

.grid-box__section {
  overflow: hidden;
  border-bottom: none;
}

@media (min-width: 1025px) {
  .grid-box__section .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.grid-box__section > .container {
  padding: 0;
}

@media (min-width: 1025px) {
  .grid-box__section > .container {
    padding: 0;
  }
}

.grid-box__item {
  position: relative;
  border-bottom: 1px solid #000000;
}

@media (min-width: 700px) {
  .grid-box__item {
    width: calc(100% / 3);
    border-right: 1px solid #000000;
  }
}

.grid-box__item:first-child:after {
  display: none;
}

.grid-box__item:nth-child(2n):after {
  display: none;
}

.grid-box__item:nth-child(4n):after {
  display: none;
}

.grid-box__item:nth-child(3n) {
  border-right: none;
}

.breadcrumbs {
  padding: 1.2rem 2rem 0.9rem;
  border-top: 1px solid #000000;
}

@media (min-width: 700px) {
  .breadcrumbs {
    padding: 1.7rem 4rem 1.5rem;
  }
}

@media (min-width: 1025px) {
  .breadcrumbs {
    border-top: none;
    padding: 0.7rem 4rem 1.3rem;
    border-top: 1px solid #000000;
  }
}

.breadcrumbs__box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 4px 4px;
  background: #F6F6F6;
  z-index: 101;
  --nav-offset: 0px;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs__box {
    overflow-y: auto;
  }
}

@media (min-width: 1025px) {
  .breadcrumbs__box {
    position: static;
    display: block !important;
    background: none;
  }
}

.breadcrumbs__list-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.2rem 1.8rem 1.2rem 2rem;
  border-bottom: 1px solid #000000;
  background-color: #FFFFFF;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 0;
}

@media (min-width: 700px) {
  .breadcrumbs__list-wrapper {
    padding: 1.3rem 1.8rem 1.5rem 4rem;
  }
}

@media (min-width: 1025px) {
  .breadcrumbs__list-wrapper {
    opacity: 1;
    padding: 0;
    border-bottom: none;
  }
}

.nav-expandded .breadcrumbs__list-wrapper {
  opacity: 1;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  padding: 0;
  margin: 0;
}

@media (min-width: 700px) {
  .breadcrumbs__list {
    padding: 0.5rem 0 0;
  }
}

@media (min-width: 1025px) {
  .breadcrumbs__list {
    padding: 0;
  }
}

.breadcrumbs__item {
  position: relative;
  padding: 0 2.3rem 0 0;
  margin: 0 1.1rem 0 0;
}

@media (min-width: 700px) {
  .breadcrumbs__item {
    padding: 0 2.5rem 0 0;
    margin: 0 1.3rem 0 0;
  }
}

@media (min-width: 1025px) {
  .breadcrumbs__item {
    margin: 0 1.4rem 0 0;
  }
}

.breadcrumbs__item:before {
  display: none;
}

.breadcrumbs__item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.9rem;
  width: 1.2rem;
  height: 0.8rem;
  background: url("/_resources/images/icons/arrow-down-dark.svg") no-repeat center;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 1025px) {
  .breadcrumbs__item:after {
    top: 1.1rem;
  }
}

.breadcrumbs__item-link {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000000;
}

@media (min-width: 700px) {
  .breadcrumbs__item-link {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

@media (min-width: 1025px) {
  .breadcrumbs__item-link {
    font-weight: 400;
  }
}

@media (max-width: 1024px) {
  .breadcrumbs__item button.breadcrumbs__item-link {
    display: none;
  }
}

@media (min-width: 1025px) {
  .breadcrumbs__item span.breadcrumbs__item-link {
    display: none;
  }
}

.breadcrumbs__item.current {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 3.2rem;
}

@media (min-width: 700px) {
  .breadcrumbs__item.current {
    padding: 4.4rem 3.9rem;
  }
}

@media (min-width: 1025px) {
  .breadcrumbs__item.current {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
  }
}

.breadcrumbs__item.current:after {
  display: none;
}

.breadcrumbs__item.current .breadcrumbs__item-link {
  margin: 0 0 1.8rem;
  padding: 0;
  border: none;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.7rem;
  font-family: PlayfairDisplay, Times, serif;
  background: none;
}

@media (min-width: 700px) {
  .breadcrumbs__item.current .breadcrumbs__item-link {
    margin: 0 0 1.5rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media (min-width: 1025px) {
  .breadcrumbs__item.current .breadcrumbs__item-link {
    position: relative;
    padding: 0 2.3rem 0 0;
    margin: 0;
    font-family: Lato, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #A1243F;
  }
}

.breadcrumbs__item.current .breadcrumbs__item-link .icon {
  position: absolute;
  top: 3px;
  right: 0;
  display: none;
  width: 1.6rem;
  height: 1.6rem;
  background: #A1243F;
  border-radius: 50%;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

@media (min-width: 1025px) {
  .breadcrumbs__item.current .breadcrumbs__item-link .icon {
    display: block;
  }
}

.nav-expandded .breadcrumbs__item.current .breadcrumbs__item-link .icon {
  background: #000000;
}

.breadcrumbs__item.current .breadcrumbs__item-link .icon:before, .breadcrumbs__item.current .breadcrumbs__item-link .icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.breadcrumbs__item.current .breadcrumbs__item-link .icon:before {
  width: 7px;
  height: 1px;
}

.breadcrumbs__item.current .breadcrumbs__item-link .icon::after {
  width: 1px;
  height: 7px;
}

.nav-expandded .breadcrumbs__item.current .breadcrumbs__item-link .icon::after {
  opacity: 0;
}

.breadcrumbs__opener {
  position: relative;
  padding: 0 2.4rem 0 0;
  margin: 0;
  border: none;
  background: none;
  font-family: Lato, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.1px;
  color: #A1243F;
}

@media (min-width: 1025px) {
  .breadcrumbs__opener {
    display: none;
  }
}

.breadcrumbs__opener-icon {
  position: absolute;
  top: 5px;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: #A1243F;
  border-radius: 50%;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.breadcrumbs__opener-icon:before, .breadcrumbs__opener-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.breadcrumbs__opener-icon:before {
  width: 7px;
  height: 1px;
}

.breadcrumbs__opener-icon::after {
  width: 1px;
  height: 7px;
}

.breadcrumbs__sub-list {
  padding: 0;
  margin: 0;
}

@media (max-width: 1024px) {
  .breadcrumbs__sub-list {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .breadcrumbs__sub-list {
    display: none;
    position: absolute;
    top: 4.1rem;
    left: -1.7rem;
    min-width: 172px;
    padding: 0.3rem 2rem 0.7rem 1.6rem;
    background: #F6F6F6;
    z-index: 1;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
    -webkit-transition: opacity .3s ease,  -webkit-transform .3s ease;
    transition: opacity .3s ease,  -webkit-transform .3s ease;
    -o-transition: transform .3s ease,  opacity .3s ease;
    transition: transform .3s ease,  opacity .3s ease;
    transition: transform .3s ease,  opacity .3s ease,  -webkit-transform .3s ease;
  }
  .nav-expandded .breadcrumbs__sub-list {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.breadcrumbs__sub-item {
  padding: 0;
  margin: 0 0 1rem;
}

@media (min-width: 1025px) {
  .breadcrumbs__sub-item {
    margin: 0 0 0.3rem;
  }
}

.breadcrumbs__sub-item:before {
  display: none;
}

.breadcrumbs__sub-link {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #000000;
}

@media (min-width: 700px) {
  .breadcrumbs__sub-link {
    line-height: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .breadcrumbs__sub-link {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs__close {
  overflow: hidden;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 3.1rem;
  height: 3.1rem;
  padding: 0;
  margin: 0.4rem 0 0;
  margin-left: auto;
  border: none;
  background: #000000;
  border-radius: 50%;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 0;
}

@media (min-width: 700px) {
  .breadcrumbs__close {
    width: 4.1rem;
    height: 4.1rem;
  }
}

@media (min-width: 1025px) {
  .breadcrumbs__close {
    display: none;
  }
}

.nav-expandded .breadcrumbs__close {
  opacity: 1;
}

.breadcrumbs__close:before, .breadcrumbs__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.8rem;
  height: 2px;
  background: #FFFFFF;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 700px) {
  .breadcrumbs__close:before, .breadcrumbs__close:after {
    width: 2.3rem;
  }
}

.breadcrumbs__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/**
 * @file
 * Page title
 *
 * Contains styles for page title object.
 */
.page-title {
  margin: 13px 0 20px;
}

@media (min-width: 700px) {
  .page-title {
    margin: 24px 0 26px;
  }
}

@media (min-width: 1025px) {
  .page-title {
    margin: 64px 0 40px;
  }
}

/**
 * @file
 * Page introduction
 *
 * Contains styles for page introduction content object.
 */
.page-intro {
  position: relative;
  padding-bottom: 5.9rem;
  padding-top: 0.4rem;
  font-size: 2rem;
  line-height: 1.3;
}

.page-intro.events-listing-intro, .page-intro.news-listing-intro {
  padding: 2.6rem 0 2.4rem;
  border-bottom: none;
}

@media (min-width: 700px) {
  .page-intro.events-listing-intro, .page-intro.news-listing-intro {
    padding: 5rem 0 4.9rem;
  }
}

@media (min-width: 1025px) {
  .page-intro.events-listing-intro, .page-intro.news-listing-intro {
    padding: 5rem 0 6.9rem;
  }
}

@media (min-width: 700px) {
  .page-intro {
    padding-bottom: 4.9rem;
    padding-top: 0.9rem;
    font-size: 2.5rem;
    line-height: 3.6rem;
  }
}

@media (min-width: 1025px) {
  .page-intro {
    padding-bottom: 6rem;
    padding-top: 5rem;
    font-size: 3rem;
    line-height: 4rem;
  }
}

.page-intro :first-child {
  margin-top: 0;
}

.page-intro--bordered {
  border-bottom: 1px solid #000;
}

@media (min-width: 700px) {
  .page-intro--bordered {
    padding-bottom: 7.4rem;
  }
}

@media (min-width: 1025px) {
  .page-intro--bordered {
    padding-bottom: 9.8rem;
  }
}

.page-intro--bordered:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background: #F6F6F6;
  display: block;
  width: 100%;
  height: 2rem;
}

@media (min-width: 700px) {
  .page-intro--bordered:after {
    height: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .page-intro--bordered:after {
    height: 2.9rem;
  }
}

.page-intro__title:only-child {
  margin-bottom: 0.4rem;
}

@media (min-width: 700px) {
  .page-intro__title:only-child {
    margin-bottom: 0;
  }
}

.page-intro__emphasis {
  font-family: PlayfairDisplay, Times, serif;
  font-weight: 700;
}

@media (min-width: 700px) {
  .page-intro__emphasis.page-intro__emphasis {
    margin: 1.5rem 0 1.4rem;
    font-size: 2.7rem;
    line-height: 3.8rem;
  }
}

@media (min-width: 1025px) {
  .page-intro__emphasis.page-intro__emphasis {
    margin: 1.8rem 0 0.1rem;
    font-size: 3.6rem;
    line-height: 4.9rem;
  }
}

.page-intro__content:first-child {
  padding: 3.7rem 0 0;
}

@media (min-width: 700px) {
  .page-intro__content:first-child {
    padding: 3.2rem 0 0;
  }
}

@media (min-width: 1025px) {
  .page-intro__content:first-child {
    padding: 1rem 0 0;
  }
}

.page-intro .cta--button, .page-intro .header .sticky-ctas__cta, .header .page-intro .sticky-ctas__cta, .page-intro .faculty__resume-cta > a {
  margin: 0.9rem 0 0;
}

@media (min-width: 700px) {
  .page-intro .cta--button, .page-intro .header .sticky-ctas__cta, .header .page-intro .sticky-ctas__cta, .page-intro .faculty__resume-cta > a {
    margin: 1.4rem 0 1.1rem;
  }
}

@media (min-width: 1025px) {
  .page-intro .cta--button, .page-intro .header .sticky-ctas__cta, .header .page-intro .sticky-ctas__cta, .page-intro .faculty__resume-cta > a {
    margin: 3rem 0 2.5rem;
  }
}

.alert {
  display: block;
  top: 0;
  padding: 2.5rem 1rem;
  line-height: 1.1;
  font-size: 1.5rem;
  background-color: #A1243F;
  color: #FFFFFF;
}

@media screen and (min-width: 700px) {
  .alert {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1025px) {
  .alert {
    font-size: 1.8rem;
    padding: 1.3rem 4.6rem;
  }
}

.warning {
  display: block;
  top: 0;
  padding: 2.5rem 1rem;
  line-height: 1.1;
  font-size: 1.5rem;
  background-color: #425563;
  color: #FFFFFF;
}

@media screen and (min-width: 700px) {
  .warning {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1025px) {
  .warning {
    font-size: 1.8rem;
    padding: 1.3rem 4.6rem;
  }
}

.announcement {
  display: block;
  top: 0;
  padding: 2.5rem 1rem;
  line-height: 1.1;
  font-size: 1.5rem;
  background-color: #000000;
  color: #FFFFFF;
}

@media screen and (min-width: 700px) {
  .announcement {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1025px) {
  .announcement {
    font-size: 1.8rem;
    padding: 1.3rem 4.6rem;
  }
}

.alert-display {
  padding: 0;
}

.alert-display h1, .alert-display__content {
  padding: 0 15px;
}

@media (min-width: 700px) {
  .alert-display h1, .alert-display__content {
    padding: 0 20px;
  }
}

.alert-display__content {
  margin: 0 0 5rem 0;
}

.alert__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 0 0 0 4.3rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 700px) {
  .alert__content {
    margin: 0 0 0 5.3rem;
  }
}

@media (min-width: 1025px) {
  .alert__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 5.1rem;
  }
}

.alert__message {
  position: relative;
}

@media (min-width: 700px) {
  .alert__message {
    padding-right: 2rem;
  }
}

.alert__icon {
  position: absolute;
  display: inline-block;
  top: 0;
  left: -2.66em;
  width: 1.8em;
  height: 1.8em;
  background: url("/_resources/images/icons/error.svg") no-repeat center left;
  background-size: contain;
  content: '';
}

@media screen and (min-width: 700px) {
  .alert__icon {
    top: -6px;
    left: -2.76em;
    width: 1.9em;
    height: 1.9em;
  }
}

@media screen and (min-width: 1025px) {
  .alert__icon {
    left: -2.8em;
    width: 1.8em;
    height: 1.8em;
    left: -2.8em;
  }
}

.warning__icon {
  position: absolute;
  display: inline-block;
  top: 0;
  left: -2.66em;
  width: 1.8em;
  height: 1.8em;
  background: url("/_resources/images/icons/error.svg") no-repeat center left;
  background-size: contain;
  content: '';
}

@media screen and (min-width: 700px) {
  .warning__icon {
    top: -6px;
    left: -2.76em;
    width: 1.9em;
    height: 1.9em;
  }
}

@media screen and (min-width: 1025px) {
  .warning__icon {
    left: -2.8em;
    width: 1.8em;
    height: 1.8em;
    left: -2.8em;
  }
}

.announcement__icon {
  position: absolute;
  display: inline-block;
  top: 0;
  left: -2.66em;
  width: 1.8em;
  height: 1.8em;
  background: url("/_resources/images/icons/error.svg") no-repeat center left;
  background-size: contain;
  content: '';
}

@media screen and (min-width: 700px) {
  .announcement__icon {
    top: -6px;
    left: -2.76em;
    width: 1.9em;
    height: 1.9em;
  }
}

@media screen and (min-width: 1025px) {
  .announcement__icon {
    left: -2.8em;
    width: 1.8em;
    height: 1.8em;
    left: -2.8em;
  }
}


.alert__title {
  display: inline;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .alert__title {
    display: inline-block;
    margin-right: 0.5rem;
  }
}

.alert__description {
  display: inline;
}

@media screen and (max-width: 699px) {
  .alert__description {
    font-size: 1.4rem;
  }
}

.alert__cta {
  margin: 1rem 0 0;
}

@media screen and (min-width: 700px) {
  .alert__cta {
    padding: 10px 21px 9px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .alert__cta {
    margin-left: auto;
    font-size: 1.5rem !important;
    padding: 11px 24px 11px !important;
    margin-top: 0;
  }
}

.alert__cta:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
}

.cta {
  display: inline-block;
  text-decoration: none;
}

.cta--button, .header .sticky-ctas__cta, .faculty__resume-cta > a {
  padding: 8px 24px 10px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #FFFFFF;
  background: #A1243F;
  letter-spacing: -0.1px;
  border-radius: 0.3rem;
  text-decoration: none;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.wysiwyg .cta--button, .wysiwyg .header .sticky-ctas__cta, .header .wysiwyg .sticky-ctas__cta, .wysiwyg .faculty__resume-cta > a {
  margin: 1rem 0 1.5rem;
}

@media (min-width: 700px) {
  .wysiwyg .cta--button, .wysiwyg .header .sticky-ctas__cta, .header .wysiwyg .sticky-ctas__cta, .wysiwyg .faculty__resume-cta > a {
    margin: 1.5rem 0;
  }
}

@media (min-width: 1025px) {
  .wysiwyg .cta--button, .wysiwyg .header .sticky-ctas__cta, .header .wysiwyg .sticky-ctas__cta, .wysiwyg .faculty__resume-cta > a {
    margin: 0.7rem 0 1.7rem;
  }
}

@media (min-width: 700px) {
  .cta--button, .header .sticky-ctas__cta, .faculty__resume-cta > a {
    padding: 11px 28px 15px;
    font-size: 1.8rem;
    line-height: 1.9rem;
  }
}

@media (min-width: 1025px) {
  .cta--button, .header .sticky-ctas__cta, .faculty__resume-cta > a {
    font-size: 1.8rem;
    line-height: 1.9rem;
  }
}

.cta--button:hover, .header .sticky-ctas__cta:hover, .faculty__resume-cta > a:hover {
  background: #000000;
  color: #FFFFFF;
}

.cta--button--white {
  -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
  -o-transition: background .3s ease-in-out, color .3s ease-in-out;
  transition: background .3s ease-in-out, color .3s ease-in-out;
  color: #000000;
  background: #FFFFFF;
}

.cta--button--white:hover {
  background: #000000;
  color: #FFFFFF;
}

.cta--link {
  display: inline-block;
  padding-right: 42px;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #A1243F;
  letter-spacing: -0.2px;
}

.cta--link::after {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 1.1rem;
  background-image: url("/_resources/images/icons/arrow-tail-dark.svg");
  background-color: #FFFFFF;
  border: 2px solid #DEDEDE;
}

.is-safari .cta--link::after {
  -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (min-width: 700px) {
  .cta--link::after {
    width: 3rem;
    height: 3rem;
    background-size: 1rem;
  }
}

@media (min-width: 1025px) {
  .cta--link::after {
    width: 3rem;
    height: 3rem;
    background-size: 1.4rem;
  }
}

.cta--link:hover::after {
  background-image: url("/_resources/images/icons/arrow-tail-white.svg");
  background-color: #000000;
  border-color: #000000;
}

.cta--link:after {
  width: 26px;
  height: 26px;
  border-width: 1px;
}

@media (min-width: 1025px) {
  .cta--link:after {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1025px) {
  .cta--link:after {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1025px) {
  .cta--link {
    padding-right: 46px;
  }
}

.cta--link:after {
  margin-left: 7px;
  margin-top: -3px;
  margin-right: -33px;
  vertical-align: middle;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 1025px) {
  .cta--link:after {
    margin-right: -37px;
  }
}

.cta--link:hover:after {
  -webkit-transform: translateX(1rem);
      -ms-transform: translateX(1rem);
          transform: translateX(1rem);
}

/**
 * @file
 * Footer
 *
 * Contains styles for footer object.
 */
.no-footer-sock .footer {
  position: relative;
  margin: 6.8rem 0 0;
  border-top: 1px solid #000000;
}

@media (min-width: 700px) {
  .no-footer-sock .footer {
    margin: 5.9rem 0 0;
  }
}

@media (min-width: 1025px) {
  .no-footer-sock .footer {
    margin: 17.3rem 0 0;
  }
}

.no-footer-sock .footer:before {
  content: '';
  position: absolute;
  bottom: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #F6F6F6;
}

@media (min-width: 700px) {
  .no-footer-sock .footer:before {
    height: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .no-footer-sock .footer:before {
    bottom: calc(100% + 1px);
    height: 3rem;
  }
}

.footer-main {
  padding: 20px;
}

@media (min-width: 700px) {
  .footer-main {
    padding: 20px 17px 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1025px) {
  .footer-main {
    padding: 34px 37px 51px 99px;
  }
}

.footer-main__left {
  margin: 0 0 33px;
}

@media (min-width: 700px) {
  .footer-main__left {
    margin: 0 14px 0 46px;
  }
}

@media (min-width: 1025px) {
  .footer-main__left {
    margin: 0 139px 0 1px;
  }
}

@media (min-width: 700px) {
  .footer-main__right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.footer-main__logo {
  margin: 0 0 20px -4px;
}

@media (min-width: 700px) {
  .footer-main__logo {
    margin: 0 0 22px -46px;
    width: 209px;
    min-width: 209px;
  }
}

@media (min-width: 1025px) {
  .footer-main__logo {
    margin: 0 0 22px -61px;
    width: 275px;
    min-width: 275px;
  }
}

.footer-main__address {
  margin: 0 0 16px;
  max-width: 200px;
  font-style: normal;
}

@media (min-width: 700px) {
  .footer-main__address {
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: calc(23 / 15);
    margin: 0 0 18px;
  }
}

@media (min-width: 1025px) {
  .footer-main__address {
    margin: 0 0 22px;
    max-width: unset;
  }
}

.footer-main__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 700px) {
  .footer-main__contact a {
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: calc(23 / 15);
    color: #A1243F;
    -webkit-text-decoration-color: #A1243F;
       -moz-text-decoration-color: #A1243F;
            text-decoration-color: #A1243F;
  }
  .footer-main__contact a:hover {
    color: #000000;
    -webkit-text-decoration-color: #000000;
       -moz-text-decoration-color: #000000;
            text-decoration-color: #000000;
  }
}

.footer-main__social {
  margin: 0 0 20px;
  padding: 0 0 12px;
  position: relative;
}

@media (min-width: 700px) {
  .footer-main__social {
    margin: 0 0 24px;
    padding: 0 0 11px;
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .footer-main__social {
    margin: 5px 0 24px;
    padding: 0 0 18px;
  }
}

.footer-main__social::after {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: solid 1px #000000;
}

@media (min-width: 700px) {
  .footer-main__social::after {
    margin: 0;
    width: calc(100% + 17px);
    left: 0;
  }
}

@media (min-width: 1025px) {
  .footer-main__social::after {
    width: calc(100% + 37px);
  }
}

.footer-main__social a {
  margin: 0 25px 0 0;
  display: inline-block;
  text-decoration: none;
}

@media (min-width: 700px) {
  .footer-main__social a {
    margin: 0 0 0 25px;
  }
}

@media (min-width: 1025px) {
  .footer-main__social a {
    margin: 0 0 0 24px;
  }
}

.footer-main__social a svg path {
  -webkit-transition: fill .3s ease;
  -o-transition: fill .3s ease;
  transition: fill .3s ease;
}

.footer-main__social a:hover svg path {
  fill: #000000;
}

@media (min-width: 700px) {
  .footer-main__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-main__links-left, .footer-main__links-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 700px) {
  .footer-main__links-right {
    margin: 0 0 0 28px;
  }
}

@media (min-width: 1025px) {
  .footer-main__links-right {
    margin: 0 0 0 76px;
  }
}

@media (min-width: 1200px) {
  .footer-main__links-right {
    margin: 0 0 0 153px;
  }
}

.footer-main__links-right a:last-of-type {
  margin: 0;
}

.footer-main__links a {
  margin: 0 0 15px;
}

@media (min-width: 700px) {
  .footer-main__links a {
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: calc(23 / 15);
    color: #A1243F;
    -webkit-text-decoration-color: #A1243F;
       -moz-text-decoration-color: #A1243F;
            text-decoration-color: #A1243F;
    margin: 0 0 9px;
  }
  .footer-main__links a:hover {
    color: #000000;
    -webkit-text-decoration-color: #000000;
       -moz-text-decoration-color: #000000;
            text-decoration-color: #000000;
  }
}

@media (min-width: 700px) {
  .footer-main__links a:last-of-type {
    margin: 0;
  }
}

.footer-bottom {
  padding: 20px;
  background-color: #F6F6F6;
}

@media (min-width: 700px) {
  .footer-bottom {
    padding: 14px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1025px) {
  .footer-bottom {
    padding: 15px 38px 20px;
  }
}

.footer-bottom__copyright {
  font-family: Lato, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: calc(23 / 15);
  margin: 0 0 14px;
}

@media (min-width: 700px) {
  .footer-bottom__copyright {
    margin: 0 15px 0 0;
  }
}

.footer-bottom__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 700px) {
  .footer-bottom__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer-bottom__links a {
  font-family: Lato, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: calc(23 / 15);
  color: #000000;
  -webkit-text-decoration-color: #000000;
     -moz-text-decoration-color: #000000;
          text-decoration-color: #000000;
  margin: 0 0 15px;
}

.footer-bottom__links a:hover {
  color: #A1243F;
  -webkit-text-decoration-color: #A1243F;
     -moz-text-decoration-color: #A1243F;
          text-decoration-color: #A1243F;
}

@media (min-width: 700px) {
  .footer-bottom__links a {
    margin: 0 15px 0 0;
  }
}

.sticky-ctas {
  position: fixed;
  right: 17px;
  bottom: 50px;
  z-index: 100;
}

@media screen and (max-height: 320px) {
  .sticky-ctas .sticky-ctas__bttn {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .sticky-ctas {
    right: 30px;
  }
}

.sticky-ctas__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sticky-ctas__bttn {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  margin-left: auto;
  margin-top: 11px;
  border-radius: 100%;
  background-color: #A1243F;
  border: 2px solid #FFFFFF;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 700px) {
  .sticky-ctas__bttn {
    width: 65px;
    height: 65px;
  }
}

.sticky-ctas__bttn:before, .sticky-ctas__bttn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.sticky-ctas__bttn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.sticky-ctas__bttn:hover {
  background-color: #000000;
}

.sticky-ctas__bttn:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
  outline-offset: -6px;
}

.sticky-ctas__bttn[aria-expanded="true"]:after {
  opacity: 0;
}

.sticky-ctas__dropdown {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background-color: #535353;
}

.sticky-ctas__list {
  margin: 0;
  padding: 0;
}

.sticky-ctas--block .sticky-ctas__item {
  padding: 0;
  width: 128px;
  z-index: 2;
  margin: 0;
}

@media (min-width: 700px) {
  .sticky-ctas--block .sticky-ctas__item {
    width: 178px;
  }
}

@media (min-width: 1025px) {
  .sticky-ctas--block .sticky-ctas__item {
    width: 235px;
  }
}

.sticky-ctas--block .sticky-ctas__item:first-of-type .sticky-ctas__cta {
  color: #FFFFFF;
  background-color: #A1243F;
}

.sticky-ctas--block .sticky-ctas__item:not(:first-of-type):not(:last-of-type) {
  margin-bottom: 1px;
}

.sticky-ctas--block .sticky-ctas__cta {
  padding: 10px 20px;
  font-size: 1.4rem;
  line-height: calc(16.8 / 14);
  color: #FFFFFF;
  background-color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: solid 1px #535353;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: block;
}

@media (min-width: 700px) {
  .sticky-ctas--block .sticky-ctas__cta {
    padding: 14px 20px;
    font-size: 1.6rem;
    line-height: calc(19.2 / 16);
  }
}

@media (min-width: 1025px) {
  .sticky-ctas--block .sticky-ctas__cta {
    padding: 21px 32px 22px;
  }
}

.sticky-ctas--block .sticky-ctas__cta:hover {
  background-color: #A1243F;
  color: #FFFFFF;
}

.sticky-ctas--block .sticky-ctas__cta:last-of-type {
  border-bottom: none;
}

.sticky-ctas--block .sticky-ctas__cta:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
  outline-offset: -6px;
}

@media screen and (max-width: 1024px) {
  .header {
    position: relative;
  }
  .header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 10px 13px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 700px) {
  .header__container {
    padding: 18px 12px 17px;
  }
}

@media screen and (max-width: 1024px) {
  .header-nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: calc(100vh - 56px);
    overflow-y: auto;
    background-color: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    -o-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease;
  }
  .header-nav[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s, opacity 0.3s ease;
    -o-transition: visibility 0s, opacity 0.3s ease;
    transition: visibility 0s, opacity 0.3s ease;
  }
  .header-nav[aria-hidden='false'] .header-nav__inner {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.3s;
    -o-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
  }
  .header-nav-toggle__container {
    margin-right: 1.2rem;
  }
}

@media screen and (max-width: 1024px) and (min-width: 700px) {
  .header-nav-toggle__container {
    margin-right: 2.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .header-nav-toggle {
    position: relative;
    width: 30px;
    height: 30px;
    background: #A1243F;
    border: none;
    color: transparent;
    border-radius: 4px;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
}

@media screen and (max-width: 1024px) and (min-width: 700px) {
  .header-nav-toggle {
    width: 41px;
    height: 41px;
  }
}

@media screen and (max-width: 1024px) {
  .header-nav-toggle:hover {
    background: #000000;
  }
  .header-nav-toggle__lines {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 53%;
    height: 53%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .header-nav-toggle__lines span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header-nav-toggle__lines span:nth-child(1) {
    top: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .header-nav-toggle__lines span:nth-child(3) {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .header-nav-toggle[aria-expanded="true"] {
    background: #000000;
  }
  .header-nav-toggle[aria-expanded="true"] .header-nav-toggle__lines span:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .header-nav-toggle[aria-expanded="true"] .header-nav-toggle__lines span:nth-child(2) {
    display: none;
  }
  .header-nav-toggle[aria-expanded="true"] .header-nav-toggle__lines span:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
  }
  .header-nav__inner {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header-nav__inner .header-nav__main {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .header-nav__main {
    padding: 1.75rem 20px 2.7rem;
    margin: 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 700px) {
  .header-nav__main {
    padding: 3rem 20px 2.7rem 40px;
  }
}

@media screen and (max-width: 1024px) {
  .header-nav__main li:before {
    content: none;
  }
  .header-nav__main > li {
    padding: 0;
    margin: 0;
  }
  .header-nav__main > li:not(:last-of-type) {
    margin-bottom: 2.15rem;
  }
  .header-nav__main > li > a {
    font-size: 20px;
    text-decoration: none;
  }
}

@media screen and (max-width: 1024px) and (min-width: 700px) {
  .header-nav__main > li > a {
    font-size: 25px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .header-nav__main > li.js-open > a {
    text-decoration: underline;
    -webkit-text-decoration-color: #000000;
       -moz-text-decoration-color: #000000;
            text-decoration-color: #000000;
  }
}

@media screen and (max-width: 1024px) {
  .header-nav__bttn {
    position: absolute;
    top: 0;
    right: -2px;
    width: 34px;
    height: 34px;
    border: 2px solid #F2F2F2;
    border-radius: 4px;
    background: #FFFFFF;
  }
}

@media screen and (max-width: 1024px) and (min-width: 700px) {
  .header-nav__bttn {
    width: 44px;
    height: 44px;
  }
}

@media screen and (max-width: 1024px) {
  .header-nav__bttn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
    border-right: 2px solid #A1243F;
    border-top: 2px solid #A1243F;
    -webkit-transform: translate(-50%, -60%) rotate(135deg);
        -ms-transform: translate(-50%, -60%) rotate(135deg);
            transform: translate(-50%, -60%) rotate(135deg);
    background: transparent;
  }
}

@media screen and (max-width: 1024px) and (min-width: 700px) {
  .header-nav__bttn:before {
    -webkit-transform: translate(-50%, -70%) rotate(135deg);
        -ms-transform: translate(-50%, -70%) rotate(135deg);
            transform: translate(-50%, -70%) rotate(135deg);
  }
}

@media screen and (max-width: 1024px) {
  .header-nav__bttn span {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .header-nav__bttn[aria-expanded="true"] {
    background: #000000;
  }
  .header-nav__bttn[aria-expanded="true"]:before {
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    -webkit-transform: translate(-50%, -40%) rotate(315deg);
        -ms-transform: translate(-50%, -40%) rotate(315deg);
            transform: translate(-50%, -40%) rotate(315deg);
  }
}

@media screen and (max-width: 1024px) and (min-width: 700px) {
  .header-nav__bttn[aria-expanded="true"]:before {
    -webkit-transform: translate(-50%, -30%) rotate(315deg);
        -ms-transform: translate(-50%, -30%) rotate(315deg);
            transform: translate(-50%, -30%) rotate(315deg);
  }
}

@media screen and (max-width: 1024px) {
  .header-nav__subnav {
    margin: 0 -20px;
    padding: 1.5rem 20px;
    border-bottom: 1px solid #000000;
  }
}

@media screen and (max-width: 1024px) and (min-width: 700px) {
  .header-nav__subnav {
    margin: 0 -40px;
    padding: 2.3rem 40px 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .header-nav__subnav li {
    padding: 0;
  }
  .header-nav__subnav li a {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
  }
  .header-sticky-ctas {
    border-top: 1px solid #000000;
  }
}

.header {
  width: 100vw;
  z-index: 101;
  -webkit-transition: padding-top 0.3s ease;
  -o-transition: padding-top 0.3s ease;
  transition: padding-top 0.3s ease;
}

.header__container {
  background: #FFFFFF;
}

.header__logo {
  width: 184px;
  margin-right: auto;
}

@media screen and (min-width: 700px) {
  .header__logo {
    width: 265px;
  }
}

@media screen and (min-width: 1025px) {
  .header__logo {
    width: 280px;
    margin-top: 15px;
  }
}

.header__logo img {
  width: 100%;
}

.header__logo a {
  display: block;
}

@media screen and (max-width: 1024px) {
  .header-nav__desktop-top {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .header-nav__inner .header-ancillary--mobile {
    display: none;
  }
}

.header-nav__subnav li a {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header-nav__subnav li a:hover {
  color: #A1243F;
}

@media screen and (min-width: 1025px) {
  .header-sticky-ctas {
    display: none;
  }
}

.header .sticky-ctas__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.8rem 20px;
  margin: 0 auto 0 0;
  max-width: 400px;
}

@media screen and (min-width: 700px) {
  .header .sticky-ctas__list {
    padding: 2.5rem 38px;
    max-width: 420px;
  }
}

.header .sticky-ctas__item {
  margin: 0;
  padding: 0;
}

.header .sticky-ctas__item:before {
  content: none;
}

.header .sticky-ctas__item:nth-child(4) {
  display: none;
}

.header .sticky-ctas__cta {
  display: block;
}

.header-ancillary {
  padding: 0 20px;
}

@media screen and (min-width: 700px) {
  .header-ancillary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .header-ancillary {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  .header-ancillary {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 2.2rem 0 0;
    padding: 0;
  }
}

.header-ancillary__primary {
  padding: 0;
}

@media screen and (min-width: 700px) {
  .header-ancillary__primary {
    margin: 0.4rem 0 1.1rem 4.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .header-ancillary__primary {
    margin: 0.4rem 0 1.1rem 2.1rem;
    position: relative;
  }
}

.header-ancillary__primary:before {
  content: none;
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .header-ancillary__primary:first-of-type {
    margin-left: 2.1rem;
    margin-right: auto;
  }
}

.header-ancillary__bttn {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  pointer-events: none;
}

.header-ancillary__bttn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #A1243F;
  border-top: 2px solid #A1243F;
  -webkit-transform: translate(-50%, -60%) rotate(135deg);
      -ms-transform: translate(-50%, -60%) rotate(135deg);
          transform: translate(-50%, -60%) rotate(135deg);
  background: transparent;
}

.header-ancillary__bttn span {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.header-ancillary .secondary-nav-toggle {
  position: relative;
  background: none;
  border: none;
  padding: 0 0 0.4rem;
  font-family: Lato, Helvetica, sans-serif;
  line-height: inherit;
}

@media screen and (min-width: 1025px) {
  .header-ancillary .secondary-nav-toggle {
    padding: 0;
  }
}

.header-ancillary .secondary-nav-toggle[aria-expanded="true"] .header-ancillary__bttn {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-ancillary a,
.header-ancillary .secondary-nav-toggle {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header-ancillary a:hover,
.header-ancillary .secondary-nav-toggle:hover {
  color: #A1243F;
}

.header-ancillary__secondary {
  padding: 16px 20px;
  margin: 1rem -20px 0;
  background-color: #F6F6F6;
}

.header-ancillary__secondary li {
  padding: 0;
}

.header-ancillary__secondary li:before {
  content: none;
}

.header-ancillary__secondary li > a {
  font-size: 12px !important;
}

.header-search-toggle, .header-search__submit {
  position: relative;
  padding: 0;
  width: 30px;
  height: 30px;
  background: #A1243F;
  border-radius: 100%;
  border: none;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

@media screen and (min-width: 700px) {
  .header-search-toggle, .header-search__submit {
    width: 41px;
    height: 41px;
  }
}

@media screen and (min-width: 1025px) {
  .header-search-toggle, .header-search__submit {
    width: 35px;
    height: 35px;
  }
}

.header-search-toggle[aria-expanded="false"]:before, .header-search__submit[aria-expanded="false"]:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("/_resources/images/icons/search-icon-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.header-search-toggle:hover, .header-search__submit:hover {
  background: #000000;
}

.header-search-toggle[aria-expanded="true"] {
  position: relative;
  background: #000000;
}

.header-search-toggle[aria-expanded="true"]:before, .header-search-toggle[aria-expanded="true"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background: #FFFFFF;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header-search-toggle[aria-expanded="true"]:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.header-search__form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 62px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #A1243F;
  background-color: #FFFFFF;
  z-index: -1;
}

@media screen and (min-width: 700px) {
  .header-search__form {
    height: 72px;
  }
}

@media screen and (min-width: 1025px) {
  .header-search__form {
    height: 90px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

.header-search__form label {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  color: transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

@media screen and (min-width: 700px) {
  .header-search__form label {
    right: 10px;
    width: 41px;
    height: 41px;
  }
}

@media screen and (min-width: 1025px) {
  .header-search__form label {
    right: 45px;
    width: 48px;
    height: 48px;
  }
}

.header-search__form label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("/_resources/images/icons/search-icon-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.header-search__form input[type="search"] {
  font-family: Lato, Helvetica, sans-serif;
  font-size: 20px;
  width: calc(100% - 40px);
  border: none;
}

@media screen and (min-width: 700px) {
  .header-search__form input[type="search"] {
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 1025px) {
  .header-search__form input[type="search"] {
    font-size: 30px;
  }
}

.header-search__form input[type="search"]:focus {
  outline: solid 2px #000000;
  outline-offset: 2px;
}

.header-search__form input[type="submit"] {
  color: transparent;
}

@media screen and (min-width: 1025px) {
  .header-search__form input[type="submit"] {
    width: 48px;
    height: 48px;
  }
}

.header-search__form input[type="submit"]:focus {
  outline: solid 2px #000000;
  outline-offset: 2px;
}

.header.js-search-active {
  padding-top: 62px;
}

@media screen and (min-width: 700px) {
  .header.js-search-active {
    padding-top: 72px;
  }
}

@media screen and (min-width: 1025px) {
  .header.js-search-active {
    padding-top: 90px;
  }
}

.header.js-search-active .header-search__form {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: display 0.3s;
  -o-transition: display 0.3s;
  transition: display 0.3s;
}

@media screen and (min-width: 1025px) {
  .header {
    position: relative;
  }
  .header-nav-toggle {
    display: none;
  }
  .header-nav-inner > .header-ancillary {
    display: none;
  }
  .header-nav__bttn {
    display: none;
  }
  .header-nav__subnav {
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    width: 100vw;
    max-height: calc(100vh - 100%);
    padding: 20px 0 1.5rem calc((100vw - 81px) * 0.325);
    margin: 0;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    gap: 50px;
    background-color: #FFFFFF;
    border-top: 1px solid #000000;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -webkit-transition: visibility 0.6s ease, -webkit-clip-path 0.6s ease;
    transition: visibility 0.6s ease, -webkit-clip-path 0.6s ease;
    -o-transition: clip-path 0.6s ease, visibility 0.6s ease;
    transition: clip-path 0.6s ease, visibility 0.6s ease;
    transition: clip-path 0.6s ease, visibility 0.6s ease, -webkit-clip-path 0.6s ease;
    visibility: hidden;
    display: block !important;
    overflow-x: hidden;
  }
  .header-nav__subnav:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200vw;
    height: 100%;
    background-color: #FFFFFF;
    z-index: -1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header-nav__subnav[aria-hidden='false'] {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
    visibility: visible;
    -webkit-transition: visibility 0s, -webkit-clip-path 0.6s ease;
    transition: visibility 0s, -webkit-clip-path 0.6s ease;
    -o-transition: clip-path 0.6s ease, visibility 0s;
    transition: clip-path 0.6s ease, visibility 0s;
    transition: clip-path 0.6s ease, visibility 0s, -webkit-clip-path 0.6s ease;
  }
  .header-nav__subnav[aria-hidden='false'] .header-nav__inner {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.3s;
    -o-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
  }
  .header-nav__subnav li {
    max-width: 174px;
  }
  .header-nav__subnav li:before {
    content: none;
  }
  .header-nav__subnav li a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
  }
  .header-nav__desktop-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-nav__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin: 0;
  }
  .header-nav__main > li {
    position: static;
    padding: 0 1.3rem 2.2rem;
    border-bottom: 3px solid #FFFFFF;
    margin: 0;
  }
  .header-nav__main > li:before {
    content: none;
  }
  .header-nav__main > li:last-of-type {
    padding-right: 0.7rem;
  }
  .header-nav__main > li > a {
    font-size: 20px;
    text-decoration: none;
  }
  .header-nav__main > li.js-hovered {
    border-bottom: 3px solid #A1243F;
  }
  .header__container {
    padding: 15px 45px 0 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__container > .header-search-toggle__container {
    display: none;
  }
  .header-ancillary__secondary {
    position: absolute;
    top: 100%;
    left: -5px;
    background-color: #F6F6F6;
    width: 172px;
    padding: 0 16px 1.6rem;
    margin: 0;
    border-top: 1px solid #000000;
    z-index: 1;
  }
  .header-ancillary__secondary li {
    padding: 0;
    margin: 0;
  }
  .header-ancillary__secondary li:before {
    content: none;
  }
  .header-ancillary__secondary a {
    font-size: 12px !important;
  }
}

.hero-section {
  position: relative;
  min-height: 16.4rem;
  background-color: #000000;
}

.hero-section--default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.hero-section--default .container {
  width: 100%;
}

.hero-section__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-section__image-wrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(262.36deg, rgba(0, 0, 0, 0) 5.74%, rgba(0, 0, 0, 0.4) 92.99%);
  background: linear-gradient(187.64deg, rgba(0, 0, 0, 0) 5.74%, rgba(0, 0, 0, 0.4) 92.99%);
}

@media (min-width: 700px) {
  .hero-section__image-wrapper:after {
    height: 65%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
}

.hero-section__image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-section__title {
  position: relative;
  padding: 4.2rem 0 2.2rem;
  margin: 0;
  color: #FFFFFF;
}

@media (min-width: 700px) {
  .hero-section__title {
    padding: 8.1rem 0 4.2rem;
  }
}

@media (min-width: 1025px) {
  .hero-section__title {
    padding: 20rem 0 5rem;
  }
}

.table {
  position: relative;
  margin: 2em 0;
  clear: both;
}

.table--scroll {
  overflow-x: auto;
  margin-right: -15px;
  margin-bottom: 4.8em;
}

@media screen and (min-width: 700px) {
  .table--scroll {
    margin: 2em 0 4.2em;
  }
}

@media screen and (min-width: 1025px) {
  .table--scroll {
    margin: 1.2em 0 3.6em;
  }
}

.table--scroll__btn {
  position: absolute;
  -webkit-appearance: none;
  background: none;
  border: 0;
  bottom: -33px;
  z-index: 1;
}

.table--scroll__btn > span {
  color: #A1243F;
  font-weight: 700;
}

.table--scroll__btn > span:after {
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.75px;
  border-color: transparent transparent transparent #000000;
  content: '';
}

.table--scroll__btn.right {
  right: 0;
}

.table--scroll__btn.left {
  left: 0;
  display: none;
}

.table--scroll__btn.left > span:before {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  margin-right: 5px;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #000000 transparent transparent;
  content: '';
}

.table--scroll__btn.left > span:after {
  content: none;
}

.table--scroll__btn:hover {
  cursor: pointer;
}

@media (min-width: 700px) {
  .table--scroll__btn {
    display: none;
  }
}

.table--scroll.js-scroll-left {
  margin-right: -20px;
}

.table--scroll.js-scroll-left .left {
  display: none;
}

.table--scroll.js-scroll-left .right {
  display: block;
}

.table--scroll.js-scroll-right {
  margin-left: -20px;
}

.table--scroll.js-scroll-right .right {
  display: none;
}

.table--scroll.js-scroll-right .left {
  display: block;
}

@media (min-width: 700px) {
  .table--scroll.js-scroll-right .right,
  .table--scroll.js-scroll-right .left, .table--scroll.js-scroll-left .right,
  .table--scroll.js-scroll-left .left {
    display: none;
  }
}

.table table tr, .table table th {
  min-width: 200px;
}

.table table th {
  text-align: left;
}

/**
 * @file
 * Accordion
 *
 * Contains styles for accordion content object.
 */
.accordion {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}

.accordion__intro {
  margin: 1rem 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media (min-width: 700px) {
  .accordion__intro {
    margin: 2rem 0;
    line-height: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .accordion__intro {
    margin: 2.5rem 0;
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.accordion__all {
  margin: 2rem 0 0.9rem;
}

@media (min-width: 700px) {
  .accordion__all {
    margin: 3rem 0 1.9rem;
  }
}

@media (min-width: 1025px) {
  .accordion__all {
    margin: 3.9rem 0 1.7rem;
  }
}

.accordion__all button {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2rem;
  background-color: transparent;
  border: 0;
  color: #A1243F;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: Lato, Helvetica, sans-serif;
}

.accordion__all button:hover {
  color: #000000;
}

.accordion__all button:hover:before, .accordion__all button:hover:after {
  background-color: #000000;
}

@media not all and (min-resolution: 0.001dpcm) {
  .accordion__all button:focus {
    outline-offset: -2px;
  }
}

@media (min-width: 1025px) {
  .accordion__all button {
    font-size: 1.8rem;
    line-height: 1.56;
  }
}

.accordion__all button.js-disabled {
  opacity: 0.4;
  pointer-events: none;
  color: #A1243F;
}

.accordion__all button.js-disabled:before, .accordion__all button.js-disabled:after {
  background-color: #A1243F;
}

.accordion__expand-all {
  margin-right: 5rem;
  cursor: pointer;
  font-family: Lato, Helvetica, sans-serif;
}

@media (min-width: 1025px) {
  .accordion__expand-all {
    margin-right: 4rem;
  }
}

.accordion__expand-all:before, .accordion__expand-all:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #A1243F;
  content: '';
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion__expand-all:before {
  left: 6px;
  height: 13px;
  width: 2px;
}

.accordion__expand-all:after {
  left: 0;
  height: 2px;
  width: 13px;
}

.accordion__collapse-all {
  cursor: pointer;
}

.accordion__collapse-all:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #A1243F;
  content: '';
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion__collapse-all:after {
  left: 0;
  height: 2px;
  width: 13px;
}

.accordion__items {
  border: 1px solid #000000;
  border-bottom: none;
}

.accordion__item {
  border-bottom: 1px solid #000000;
}

.accordion__item:last-child {
  margin: 0;
}

.accordion__toggle {
  font-family: Lato, Helvetica, sans-serif;
  position: relative;
  display: block;
  padding: 2rem 5.7rem 1.9rem 1.9rem;
  width: 100%;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.6px;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (min-width: 700px) {
  .accordion__toggle {
    padding: 2.4rem 9.7rem 2.5rem 2.4rem;
    line-height: 1.38;
  }
}

@media (min-width: 1025px) {
  .accordion__toggle {
    padding: 3.1rem 8.7rem 2.8rem 2.9rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.accordion__toggle:focus {
  outline-width: 2px;
}

@media not all and (min-resolution: 0.001dpcm) {
  .accordion__toggle:focus {
    outline-offset: -2px;
  }
}

.accordion__toggle.js-expanded {
  background: #F6F6F6;
}

.accordion__toggle.js-expanded .accordion__icon {
  background: #000000;
}

.accordion__toggle.js-expanded .accordion__icon:before {
  height: 0;
}

.accordion__icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: #A1243F;
  border-radius: 50%;
}

@media (min-width: 700px) {
  .accordion__icon {
    right: 2.4rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}

@media (min-width: 1025px) {
  .accordion__icon {
    right: 2rem;
    width: 4rem;
    height: 4rem;
  }
}

.accordion__icon:before, .accordion__icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  content: '';
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion__icon:before {
  height: 1.5rem;
  width: 1px;
}

@media (min-width: 700px) {
  .accordion__icon:before {
    height: 1.7rem;
  }
}

@media (min-width: 1025px) {
  .accordion__icon:before {
    height: 1.9rem;
  }
}

.accordion__icon:after {
  height: 1px;
  width: 1.5rem;
}

@media (min-width: 700px) {
  .accordion__icon:after {
    width: 1.7rem;
  }
}

@media (min-width: 1025px) {
  .accordion__icon:after {
    width: 1.9rem;
  }
}

.accordion__content {
  display: none;
  padding: 1.4rem 1.9rem 1.8rem;
}

@media (min-width: 700px) {
  .accordion__content {
    padding: 2.5rem 3rem 3rem 2.4rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .accordion__content {
    padding: 2.1rem 6.7rem 3rem 2.9rem;
    line-height: 2.8rem;
  }
}

.accordion__content .views-element-container {
  width: 100%;
}

.accordion__copy {
  width: 100%;
}

.accordion__copy .table--wysiwyg {
  margin: 0;
  width: 100%;
}

@media (max-width: calc($break-medium - 1px)) {
  .accordion__copy .table--wysiwyg {
    margin: 0 1em;
    width: calc(100% + 2em);
  }
}

.accordion__top {
  font-family: Lato, Helvetica, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 2.3rem 0 0;
  background: transparent;
  border: 0;
  color: #A1243F;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 500;
}

.accordion__top::after {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 1.1rem;
  background-image: url("/_resources/images/icons/arrow-tail-dark.svg");
  background-color: #FFFFFF;
  border: 2px solid #DEDEDE;
}

.is-safari .accordion__top::after {
  -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (min-width: 700px) {
  .accordion__top::after {
    width: 3rem;
    height: 3rem;
    background-size: 1.2rem;
  }
}

@media (min-width: 1025px) {
  .accordion__top::after {
    width: 3rem;
    height: 3rem;
    background-size: 1.2rem;
  }
}

.accordion__top:hover::after {
  background-image: url("/_resources/images/icons/arrow-tail-white.svg");
  background-color: #000000;
  border-color: #000000;
}

.accordion__top:after {
  margin-left: 0.8rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 700px) {
  .accordion__top {
    margin: 3.1rem 0 0;
  }
}

@media (min-width: 1025px) {
  .accordion__top {
    font-size: 1.8rem;
    line-height: 2.16rem;
  }
}

/**
 * @file
 * Award
 *
 * Contains styles for Awards in WYSIWYG region.
 */
.award {
  clear: both;
}

.award__item {
  margin: 0 0 1em;
}

.award__title {
  font-weight: 700;
  margin: 0;
}

/**
 * @file
 * Form
 *
 * Contains styles for forms in main content region.
 */
.main .form {
  margin: 2rem 0;
}

.main .form__note {
  margin: 0 0 2.2rem;
}

@media (min-width: 700px) {
  .main .form__note {
    margin: 0 0 1.8rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

@media (min-width: 1025px) {
  .main .form__note {
    margin: 0 0 1.9rem;
  }
}

.main .form__note .makred {
  color: #A1243F;
}

.main .form__item {
  margin: 0 0 2.6rem;
}

@media (min-width: 700px) {
  .main .form__item {
    margin: 0 0 2.8rem;
  }
}

@media (min-width: 1025px) {
  .main .form__item {
    margin: 0 0 2.2rem;
  }
}

.main .form__item:not(.form--fieldset) label {
  display: block;
  margin: 0 0 1.1rem;
  font-weight: 700;
}

@media (min-width: 700px) {
  .main .form__item:not(.form--fieldset) label {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

@media (min-width: 1025px) {
  .main .form__item:not(.form--fieldset) label {
    margin: 0 0 1rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.main .form .form--actions .cta--button, .main .form .form--actions .header .sticky-ctas__cta, .header .main .form .form--actions .sticky-ctas__cta, .main .form .form--actions .faculty__resume-cta > a,
.main .form .form--actions input {
  font-family: Lato, Helvetica, sans-serif;
  margin: 0;
}

.main .form .form--actions .cta--button:focus, .main .form .form--actions .header .sticky-ctas__cta:focus, .header .main .form .form--actions .sticky-ctas__cta:focus, .main .form .form--actions .faculty__resume-cta > a:focus,
.main .form .form--actions input:focus {
  outline: solid 2px #000000;
  outline-offset: 2px;
}

.main .form legend {
  display: block;
  margin: 0 0 1.1rem;
  font-weight: 700;
}

@media (min-width: 700px) {
  .main .form legend {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

@media (min-width: 1025px) {
  .main .form legend {
    margin: 0 0 0.3rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.main .form input[type="submit"] {
  padding: 11px 24px 11px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  border: none;
}

@media (min-width: 700px) {
  .main .form input[type="submit"] {
    padding: 12px 28px 13px;
    font-size: 1.8rem;
    line-height: 1.9rem;
  }
}

.main .form textarea {
  display: block;
}

.main .form input[type="text"],
.main .form input[type="email"],
.main .form input[type="password"],
.main .form input[type="search"],
.main .form input[type="url"],
.main .form input[type="number"],
.main .form input[type="tel"],
.main .form textarea,
.main .form select {
  min-width: 280px;
  padding: 0.7rem 1.3rem 0.9rem;
  font-family: Lato, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 1px solid #767676;
  border-radius: 0;
  background: none;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 700px) {
  .main .form input[type="text"],
  .main .form input[type="email"],
  .main .form input[type="password"],
  .main .form input[type="search"],
  .main .form input[type="url"],
  .main .form input[type="number"],
  .main .form input[type="tel"],
  .main .form textarea,
  .main .form select {
    padding: 0.7rem 1.3rem 1rem;
  }
}

@media (min-width: 1025px) {
  .main .form input[type="text"],
  .main .form input[type="email"],
  .main .form input[type="password"],
  .main .form input[type="search"],
  .main .form input[type="url"],
  .main .form input[type="number"],
  .main .form input[type="tel"],
  .main .form textarea,
  .main .form select {
    padding: 0.7rem 1.3rem 0.6rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.main .form input[type="text"]:focus,
.main .form input[type="email"]:focus,
.main .form input[type="password"]:focus,
.main .form input[type="search"]:focus,
.main .form input[type="url"]:focus,
.main .form input[type="number"]:focus,
.main .form input[type="tel"]:focus,
.main .form textarea:focus,
.main .form select:focus {
  outline: solid 2px #000000;
  outline-offset: 2px;
}

.main .form input[type="text"]:disabled,
.main .form input[type="email"]:disabled,
.main .form input[type="password"]:disabled,
.main .form input[type="search"]:disabled,
.main .form input[type="url"]:disabled,
.main .form input[type="number"]:disabled,
.main .form input[type="tel"]:disabled,
.main .form textarea:disabled,
.main .form select:disabled {
  pointer-events: none;
  color: #B3B3B3;
  border-color: #D6D6D6;
  background: none;
}

@media (min-width: 700px) {
  .main .form .form--select {
    margin: 0 0 3.6rem;
  }
}

@media (min-width: 1025px) {
  .main .form .form--select {
    margin: 0 0 2.8rem;
  }
}

.main .form select {
  padding-right: 2.5rem;
  cursor: pointer;
  background: url("/_resources/images/icons/arrow-down-red.svg") no-repeat calc(100% - 12px) 50%;
}

.main .form select:disabled {
  background: url("/_resources/images/icons/arrow-down-gray.svg") no-repeat calc(100% - 12px) 50%;
}

.main .form input[type="checkbox"] + label, .main .form input[type="radio"] + label {
  position: relative;
  padding-left: 2.1rem;
  cursor: pointer;
}

.main .form input[type="checkbox"] + label:before, .main .form input[type="radio"] + label:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  position: absolute;
  top: 4px;
  left: -3px;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #A1243F;
}

.main .form input[type="checkbox"]:disabled + label, .main .form input[type="radio"]:disabled + label {
  position: relative;
  padding-left: 2.1rem;
  pointer-events: none;
  color: #B3B3B3;
}

.main .form input[type="checkbox"]:disabled + label:before, .main .form input[type="radio"]:disabled + label:before {
  border-color: #D6D6D6;
}

.main .form input[type="checkbox"] + label:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  position: absolute;
  top: 4px;
  left: -3px;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #A1243F;
}

.main .form input[type="checkbox"]:checked + label:before {
  border-color: #000000;
  background: #000000 url("/_resources/images/icons/checkmark.svg") no-repeat center;
}

.main .form input[type="checkbox"]:focus + label::before {
  outline: solid 2px #000000;
  outline-offset: 2px;
}

.main .form input[type="radio"] + label:before {
  border-radius: 50%;
}

.main .form input[type="radio"]:checked + label:before {
  border-color: #000000;
  -webkit-box-shadow: inset 0px 0px 0 3px #000000;
          box-shadow: inset 0px 0px 0 3px #000000;
}

.main .form input[type="radio"]:focus + label::before {
  outline: solid 2px #000000;
  outline-offset: 2px;
}

.main .form .form__checkbox,
.main .form .form__radio {
  margin: 0 0 0.9rem;
}

@media (min-width: 1025px) {
  .main .form .form__checkbox,
  .main .form .form__radio {
    margin: 0 0 0.5rem;
  }
}

.main .form .form--fieldset {
  margin: 0 0 1.8rem;
}

/**
 * @file
 * Generic Block: 2 Column
 *
 * Styles for Generic Block: 2 Column object.
 */
@media (min-width: 1025px) {
  .gen2col.gen2col-no-images {
    padding: 11rem 0 11rem;
  }
}

.gen2col.gen2col-no-images .section__intro {
  margin: 0 0 3.8rem;
}

@media (min-width: 700px) {
  .gen2col.gen2col-no-images .section__intro {
    margin: 0 0 3.2rem;
  }
}

@media (min-width: 1025px) {
  .gen2col.gen2col-no-images .section__intro {
    margin: 0 0 4.7rem;
  }
}

.gen2col.gen2col-no-images .column__col {
  padding: 0 0 3.3rem;
  border-top: 1px solid #000000;
}

@media (min-width: 700px) {
  .gen2col.gen2col-no-images .column__col {
    padding: 3px 0 1px;
  }
}

@media (min-width: 1025px) {
  .gen2col.gen2col-no-images .column__col {
    padding: 3px 0 0px;
  }
}

.gen2col.gen2col-no-images .column__col:last-child {
  padding: 0;
}

@media (min-width: 700px) {
  .gen2col.gen2col-no-images .column__col:last-child {
    padding-top: 3px;
  }
}

.gen2col.gen2col-no-images .column__subtitle {
  margin: 2.2rem 0 0.9rem;
}

@media (min-width: 700px) {
  .gen2col.gen2col-no-images .column__subtitle {
    margin: 2.2rem 0 1.1rem;
  }
}

@media (min-width: 1025px) {
  .gen2col.gen2col-no-images .column__subtitle {
    margin: 1.5rem 0 1rem;
  }
}

.gen2col.gen2col-no-images .column__title {
  margin: 0 0 0.9rem;
}

@media (min-width: 700px) {
  .gen2col.gen2col-no-images .column__title {
    margin: 0 0 1.3rem;
  }
}

.gen2col.gen2col-no-images .column__title .cta--link {
  margin: 0;
}

.gen2col.gen2col-no-images .column__title:first-child {
  margin-top: 2.3rem;
}

@media (min-width: 1025px) {
  .gen2col.gen2col-no-images .column__title:first-child {
    margin-top: 1.5rem;
  }
}

.gen2col.gen2col-no-images .column__body {
  line-height: 2.4rem;
}

@media (min-width: 700px) {
  .gen2col.gen2col-no-images .column__body {
    line-height: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .gen2col.gen2col-no-images .column__body {
    line-height: 2.8rem;
  }
}

/**
 * @file
 * Generic Block: 3 Column
 *
 * Styles for Generic Block: 3 Column object.
 */
/**
 * @file
 * Generic Block: Image list
 *
 * Styles for Generic Block: Image list object.
 */
.genimglist {
  padding: 6.5rem 0 4.5rem;
}

@media (min-width: 700px) {
  .genimglist {
    padding: 6.1rem 0 5.8rem;
  }
}

@media (min-width: 1025px) {
  .genimglist {
    padding: 11rem 0;
  }
}

.genimglist__intro {
  margin: 0 0 3.7rem;
}

@media (min-width: 700px) {
  .genimglist__intro {
    margin: 0 0 2.9rem;
  }
}

@media (min-width: 1025px) {
  .genimglist__intro {
    margin: 0 0 4.8rem;
  }
}

.genimglist--alternative {
  padding: 5rem 0 3.5rem;
  border-bottom: none;
}

@media (min-width: 700px) {
  .genimglist--alternative {
    padding: 7.4rem 0 5.5rem;
  }
}

@media (min-width: 1025px) {
  .genimglist--alternative {
    padding: 11rem 0;
  }
}

.genimglist--alternative__header {
  margin: 0 0 4.3rem;
}

@media (min-width: 700px) {
  .genimglist--alternative__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 5.7rem;
  }
}

@media (min-width: 1025px) {
  .genimglist--alternative__header {
    margin: 0 0 5.3rem;
  }
}

.genimglist--alternative__header h2 {
  position: relative;
  padding: 0 0 1.8rem;
  margin: 0 0 1.6rem;
  font-weight: 400;
  border-bottom: 2px solid #A1243F;
}

@media (min-width: 700px) {
  .genimglist--alternative__header h2 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0 3.2rem 1rem 0.4rem;
    margin: 0;
    border-bottom: none;
    border-right: 2px solid #A1243F;
  }
}

@media (min-width: 1025px) {
  .genimglist--alternative__header h2 {
    position: relative;
    padding: 0 6.4rem 1rem 0;
    border-right: none;
  }
}

.genimglist--alternative__header h2:after {
  content: '';
  position: absolute;
  display: none;
  top: 5px;
  right: -2px;
  height: calc(100% - 22px);
  width: 2px;
  background: #A1243F;
}

@media (min-width: 1025px) {
  .genimglist--alternative__header h2:after {
    display: block;
  }
}

.genimglist--alternative__header h2:only-child {
  border: none;
}

.genimglist--alternative__header .title-line {
  display: block;
  margin: 0 0 0.3rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #A1243F;
  text-transform: uppercase;
  font-family: Lato, Helvetica, sans-serif;
}

@media (min-width: 700px) {
  .genimglist--alternative__header .title-line {
    padding-left: 0.4rem;
    margin: 0;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

@media (min-width: 1025px) {
  .genimglist--alternative__header .title-line {
    padding-left: 0.5rem;
    font-size: 3rem;
    line-height: 4rem;
  }
}

.genimglist--alternative__header .title-line--decorative {
  font-size: 4.2rem;
  line-height: 4.6rem;
  font-style: italic;
  display: block;
}

@media (min-width: 700px) {
  .genimglist--alternative__header .title-line--decorative {
    font-size: 6rem;
    line-height: 6.6rem;
  }
}

@media (min-width: 1025px) {
  .genimglist--alternative__header .title-line--decorative {
    font-size: 9rem;
    line-height: 9.4rem;
  }
}

@media (min-width: 700px) {
  .genimglist--alternative__header .header__intro {
    padding: 0.7rem 0 0 2.3rem;
  }
}

@media (min-width: 1025px) {
  .genimglist--alternative__header .header__intro {
    padding: 0 0 1rem 6rem;
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

@media (min-width: 1025px) {
  .genimglist--alternative .genimglist__title {
    margin: 0 0 1.6rem;
  }
}

.genimglist__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.genimglist__item {
  margin: 0 0 0.4rem;
}

@media (min-width: 700px) {
  .genimglist__item {
    padding: 0 0 2.9rem;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
  }
}

@media (min-width: 1025px) {
  .genimglist__item {
    gap: 5rem;
    padding: 0 0 2rem;
  }
}

.genimglist__img {
  margin: 0 0 1rem;
}

@media (min-width: 700px) {
  .genimglist__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-flex-basis: 40.3%;
        -ms-flex-preferred-size: 40.3%;
            flex-basis: 40.3%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .genimglist__img {
    -webkit-flex-basis: 35.0%;
        -ms-flex-preferred-size: 35.0%;
            flex-basis: 35.0%;
  }
}

.genimglist__img img {
  width: 100%;
}

@media (min-width: 700px) {
  .genimglist__content {
    width: 100%;
  }
}

.genimglist__title {
  margin: 0 0 1.7rem;
}

@media (min-width: 700px) {
  .genimglist__title {
    margin: 0 0 1.6rem;
  }
}

@media (min-width: 1025px) {
  .genimglist__title {
    margin: 1rem 0 1.6rem;
  }
}

.genimglist__title h3, .genimglist__title .story-explorer__title span, .story-explorer__title .genimglist__title span {
  margin: 0;
}

@media (min-width: 1025px) {
  .genimglist__title h3, .genimglist__title .story-explorer__title span, .story-explorer__title .genimglist__title span {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

.genimglist__title .cta--link {
  margin: 0 0 3px;
}

@media (min-width: 700px) {
  .genimglist__title .cta--link {
    margin: 0 0 -0.3rem;
  }
}

@media (min-width: 1025px) {
  .genimglist__title .cta--link {
    margin: -1.2rem 0 -0.3rem;
  }
}

@media (min-width: 700px) {
  .genimglist__subtitle:first-child {
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  .genimglist__subtitle {
    margin: 0 0 0.4rem;
  }
}

@media (min-width: 1025px) {
  .genimglist__body {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

/**
 * @file
 * Hero
 *
 * Contains styles for hero object.
 */
.hero {
  display: block;
  position: relative;
  width: 100vw;
  height: 300px;
  background: url("https://picsum.photos/1280/520?random=70") no-repeat center center;
  background-size: cover;
}

.hero__title {
  margin: 0 -15px;
  padding: 0 0 0 15px;
  line-height: 300px;
}

@media (min-width: 700px) {
  .hero__title {
    margin: 0 -20px;
    padding: 0 0 0 20px;
  }
}

/**
 * @file
 * Instagram
 *
 * Contains styles for instagram object.
 */
.instagram__tile {
  position: relative;
  padding-top: 100%;
}

@media (min-width: 1025px) {
  .instagram__tile {
    padding-top: calc((100% / 3) - (50px / 3));
  }
}

.instagram__link {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.instagram__link:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #A1243F;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  mix-blend-mode: multiply;
  z-index: 1;
}

.instagram__link:hover:after {
  opacity: 0.5;
}

.instagram__header {
  margin-bottom: 3rem;
  max-width: calc(100% - 4rem);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 700px) {
  .instagram__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 4rem;
    max-width: calc(100% - 8rem);
  }
}

@media screen and (min-width: 1025px) {
  .instagram__header {
    max-width: calc(100% - 10rem);
    margin-bottom: 6.5rem;
  }
}

.instagram__header .cta {
  margin-top: 1.5rem;
}

@media screen and (min-width: 700px) {
  .instagram__header .cta {
    margin-top: 1.2rem;
    margin-left: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  .instagram__header .cta {
    margin-top: 1.6rem;
    margin-right: 21px;
  }
}

.instagram__feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 180rem;
  margin: 0 auto;
}

.instagram__tile.column__col {
  padding-top: calc((100% / 3) - (91px / 3));
  -webkit-flex-basis: calc((100% / 3) - (4px / 3));
      -ms-flex-preferred-size: calc((100% / 3) - (4px / 3));
          flex-basis: calc((100% / 3) - (4px / 3));
}

@media screen and (min-width: 700px) {
  .instagram__tile.column__col {
    -webkit-flex-basis: calc((100% / 3) - (6px / 3));
        -ms-flex-preferred-size: calc((100% / 3) - (6px / 3));
            flex-basis: calc((100% / 3) - (6px / 3));
  }
}

@media screen and (min-width: 1025px) {
  .instagram__tile.column__col {
    padding-top: calc((100% / 3) - (2px / 3));
    -webkit-flex-basis: calc((100% / 3) - (8px / 3));
        -ms-flex-preferred-size: calc((100% / 3) - (8px / 3));
            flex-basis: calc((100% / 3) - (8px / 3));
  }
}

.instafeed {
  position: relative;
  padding: 3.7rem 0 6rem;
  border-top: 1px solid #000000;
  border-bottom: none;
}

@media screen and (min-width: 700px) {
  .instafeed {
    padding: 5.5rem 0 6rem;
  }
}

@media screen and (min-width: 1025px) {
  .instafeed {
    padding: 7.7rem 0 11rem;
  }
}

.instafeed:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: #F6F6F6;
  display: block;
  width: 100%;
  height: 2rem;
}

@media (min-width: 700px) {
  .instafeed:before {
    height: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .instafeed:before {
    height: 4.2rem;
  }
}

.instafeed .content-wrapper {
  max-width: 180rem;
  margin: 0 auto;
}

/**
 * @file
 * Program List
 *
 * Styles for Program List display object.
 */
.program-list__item {
  padding: .5rem;
  border-bottom: 1px solid #000000;
}

@media (min-width: 700px) {
  .program-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.program-list__program {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
}

/**
 * @file
 * Statistic: 3 up feature
 *
 * Styles for Statistick: 3 up feature object.
 */
.stat3up__section {
  border-bottom: none;
  padding: 6.7rem 0 1.1rem;
}

@media (min-width: 700px) {
  .stat3up__section {
    padding: 5.9rem 0 4.9rem;
  }
}

@media (min-width: 1025px) {
  .stat3up__section {
    padding: 11rem 0;
  }
}

@media (min-width: 700px) {
  .stat3up__header-wrapper {
    width: calc(50% - 1rem);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media (min-width: 1025px) {
  .stat3up__header-wrapper {
    width: calc(39.7% - 2.5rem);
  }
}

.stat3up__header {
  margin: 0 0 2rem;
}

@media (min-width: 700px) {
  .stat3up__header {
    margin: 0 0 1.9rem;
  }
}

@media (min-width: 1025px) {
  .stat3up__header {
    margin: 0 0 2.2rem;
  }
}

.stat3up__header--cta {
  margin: 2rem 0 0;
}

@media (min-width: 700px) {
  .stat3up__header--cta {
    margin: 2.5rem 0 0;
  }
}

@media (min-width: 1025px) {
  .stat3up__header--cta {
    margin: 3.3rem 0 0;
  }
}

.stat3up__intro {
  margin: 0;
}

@media (min-width: 1025px) {
  .stat3up__intro {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

@media (min-width: 700px) {
  .stat3up__content-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}

@media (min-width: 700px) and (min-width: 1025px) {
  .stat3up__content-holder {
    gap: 5rem;
  }
}

.stat3up__list {
  margin: -0.5rem 0 0;
}

@media (min-width: 700px) {
  .stat3up__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(50% - 1rem);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0.6rem 0 0;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .stat3up__list {
    width: calc(60.3% - 2.5rem);
    padding: 0;
  }
}

.stat3up__item {
  padding: 4rem 0;
  border-bottom: 1px solid #000000;
}

@media (min-width: 700px) {
  .stat3up__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.4rem 0 2.5rem;
  }
}

@media (min-width: 1025px) {
  .stat3up__item {
    padding: 4.2rem 2rem 3.5rem;
  }
}

@media (min-width: 1025px) {
  .stat3up__item:first-child {
    padding-top: 2.3rem;
    padding-bottom: 4.7rem;
  }
}

.stat3up__item:last-child {
  border-bottom: none;
  padding: 4rem 0;
}

@media (min-width: 700px) {
  .stat3up__item:last-child {
    padding: 2.5rem 0 1.7rem;
  }
}

@media (min-width: 1025px) {
  .stat3up__item:last-child {
    padding: 4.2rem 2rem 3.5rem;
  }
}

@media (min-width: 700px) {
  .stat3up__item.stat3up__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.stat3up__number {
  display: inline-block;
  min-width: 10rem;
  padding: 0 2rem 1.9rem 0;
  margin: 0 0 2.1rem;
  border-bottom: 2px solid #A1243F;
  font-family: PlayfairDisplay, Times, serif;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
     -moz-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
}

@media (min-width: 700px) {
  .stat3up__number {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 11.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem 2rem 1.3rem 0;
    margin: 0 2.7rem 0 0;
    text-align: center;
    font-size: 4.5rem;
    line-height: 5rem;
    border-bottom: none;
    border-right: 3px solid #A1243F;
    flex-shrink: 0;
  }
}

@media (min-width: 1025px) {
  .stat3up__number {
    min-width: 16.7rem;
    padding: 0.1rem 3rem 0.1rem 0;
    margin: 0 3.4rem 0 0;
    font-size: 7rem;
    line-height: 7.6rem;
  }
}

.stat3up__number img {
  max-width: 5rem;
}

@media (min-width: 700px) {
  .stat3up__number img {
    max-width: 6.5rem;
  }
}

@media (min-width: 1025px) {
  .stat3up__number img {
    max-width: 9.3rem;
  }
}

@media (min-width: 700px) {
  .stat3up__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.stat3up__caption {
  margin: 0 0 0.3rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media (min-width: 700px) {
  .stat3up__caption {
    margin: 0 0 0.8rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .stat3up__caption {
    margin: 0 0 1px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.stat3up__caption:last-child {
  margin-bottom: 0;
}

.stat3up__cta .cta--link {
  line-height: 1.9rem;
}

@media (min-width: 1025px) {
  .stat3up__cta .cta--link {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

/**
 * @file
 * Events 3 Up Feature
 *
 * Contains styles for Events 3 Up content object.
 */
.events3up {
  padding: 3rem 0 0;
  margin: 0;
  background: #F6F6F6;
}

@media (min-width: 700px) {
  .events3up {
    padding: 1.7rem 0 0;
  }
}

@media (min-width: 1025px) {
  .events3up {
    padding: 4.6rem 0 0;
  }
}

.events3up__header {
  padding: 0 20px 2.9rem;
  max-width: 180rem;
}

@media (min-width: 700px) {
  .events3up__header {
    padding: 0 40px 2.9rem;
    margin: 0 auto 0.1rem;
  }
}

@media (min-width: 1025px) {
  .events3up__header {
    margin: 0 auto 3.4rem;
    padding: 0 100px;
  }
}

.events3up__list {
  margin: 0 auto;
}

.events3up__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem 6.5rem 2rem 2.5rem;
  text-align: center;
  text-decoration: none;
  color: #000000;
}

@media (min-width: 700px) {
  .events3up__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem 2rem 2.5rem;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .events3up__item {
    padding: 6.3rem 2rem 2.3rem;
    text-align: center;
    height: 100%;
  }
}

.events3up__item::after {
  content: "";
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 1.2rem;
  background-image: url("/_resources/images/icons/arrow-tail-dark.svg");
  background-color: #FFFFFF;
  border: 2px solid #DEDEDE;
}

.is-safari .events3up__item::after {
  -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (min-width: 700px) {
  .events3up__item::after {
    width: 4.5rem;
    height: 4.5rem;
    background-size: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .events3up__item::after {
    width: 6.5rem;
    height: 6.5rem;
    background-size: 2.3rem;
  }
}

.events3up__item:hover::after {
  background-image: url("/_resources/images/icons/arrow-tail-white.svg");
  background-color: #000000;
  border-color: #000000;
}

.events3up__item::after {
  display: block;
  position: absolute;
  right: 2rem;
  top: calc(50% - 1px);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (min-width: 700px) {
  .events3up__item::after {
    position: static;
    margin: auto auto 0;
    -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

.events3up__item--title {
  margin: 0 0 1rem;
  color: #A1243F;
  font-size: 1.8rem;
  line-height: 2.4rem;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (min-width: 700px) {
  .events3up__item--title {
    margin: 0 0 0.4rem;
    font-size: 2rem;
  }
}

@media (min-width: 1025px) {
  .events3up__item--title {
    margin: 0 0 0.7rem;
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}

.events3up__item a {
  display: block;
  text-decoration: none;
}

.events3up__item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.events3up__item:hover .events3up__item--title {
  color: #000000;
}

@media (min-width: 700px) {
  .events3up__item:hover:after {
    -webkit-transform: translate(1rem, 0);
        -ms-transform: translate(1rem, 0);
            transform: translate(1rem, 0);
  }
}

.events3up__date {
  margin: 0 2.6rem 0 0;
}

@media (min-width: 700px) {
  .events3up__date {
    margin: 0 0 1.3rem;
  }
}

@media (min-width: 1025px) {
  .events3up__date {
    margin: 0 0 2.6rem;
  }
}

.events3up__details {
  padding: 7px 0 0;
  text-align: left;
}

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

.events3up__month {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .events3up__month {
    padding: 0 0 0.3rem;
    margin: 0 0 1.5rem;
    font-size: 1.5rem;
    line-height: 1.53;
  }
}

@media (min-width: 1025px) {
  .events3up__month {
    margin: 0 0 2.2rem;
    font-size: 1.7rem;
    line-height: 1.65;
  }
}

.events3up__month:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 2px);
  height: 1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #A1243F;
}

@media (min-width: 700px) {
  .events3up__month:after {
    bottom: 1px;
  }
}

@media (min-width: 1025px) {
  .events3up__month:after {
    bottom: 2px;
  }
}

.events3up__day {
  font-family: PlayfairDisplay, Times, serif;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
     -moz-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
}

@media (min-width: 700px) {
  .events3up__day {
    font-size: 4.5rem;
    line-height: 1.1;
  }
}

@media (min-width: 1025px) {
  .events3up__day {
    font-size: 7rem;
    line-height: 7.6rem;
  }
}

.events3up__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}

@media (min-width: 700px) {
  .events3up__data {
    margin: 0 0 3.4rem;
    font-size: 1.5rem;
    line-height: 2.3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1025px) {
  .events3up__data {
    margin: 0 0 4.2rem;
  }
}

.events3up__time {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-right: 1rem;
}

.events3up__time::after {
  content: '';
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
  height: calc(100% - 0.4rem);
  width: 1px;
  background: #A1243F;
}

@media (min-width: 700px) {
  .events3up__time::after {
    top: 5px;
    height: calc(100% - 8px);
  }
}

.events3up__location {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/**
 * @file
 * Story Display
 *
 * Contains styles for Story Display object.
 */
.story-display {
  border-bottom: none;
}

.story-display__intro {
  margin: 0 0 2.5rem;
}

@media (min-width: 700px) {
  .story-display__intro {
    margin: 0 0 3rem;
  }
}

@media (min-width: 1025px) {
  .story-display__intro {
    margin: 0 0 5rem;
  }
}

@media (min-width: 700px) {
  .story-display__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
  }
}

@media (min-width: 1025px) {
  .story-display__wrap {
    gap: 8.4rem;
  }
}

.story-display__img {
  margin: 0 0 1rem;
}

@media (min-width: 700px) {
  .story-display__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.4%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 48.4%;
            flex: 0 0 48.4%;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .story-display__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 55.5%;
            flex: 0 0 55.5%;
  }
}

.story-display__img img {
  width: 100%;
}

.story-display__img a {
  display: block;
}

@media (min-width: 700px) {
  .story-display__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(51.6% - 5rem);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(51.6% - 5rem);
            flex: 0 0 calc(51.6% - 5rem);
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .story-display__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(44.5% - 8.4rem);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(44.5% - 8.4rem);
            flex: 0 0 calc(44.5% - 8.4rem);
  }
}

.story-display .quote {
  padding: 12px 0 0 21px;
  border: none;
}

@media (min-width: 700px) {
  .story-display .quote {
    padding: 0;
    margin: -1.1rem 0 0;
  }
}

@media (min-width: 1025px) {
  .story-display .quote {
    margin: 0;
  }
}

.story-display .quote::before {
  display: none;
}

.story-display .quote__copy {
  padding: 0 0 0.9rem;
}

@media (min-width: 700px) {
  .story-display .quote__copy {
    padding: 0 0 1rem;
  }
}

@media (min-width: 700px) {
  .story-display .quote__copy:before {
    font-size: 6rem;
    top: 0.3rem;
    left: -3.4rem;
  }
}

@media (min-width: 1025px) {
  .story-display .quote__copy:before {
    font-size: 10rem;
    top: 1.6rem;
    left: -5.7rem;
  }
}

.story-display .quote__footer {
  margin: 0 0 1.5rem;
}

@media (min-width: 700px) {
  .story-display .quote__footer {
    margin: 0 0 2.2rem;
  }
}

@media (min-width: 1025px) {
  .story-display .quote__footer {
    margin: 0 0 2rem;
  }
}

.story-display .quote__text {
  padding: 0 0 0.9rem;
}

@media (min-width: 700px) {
  .story-display .quote__text {
    padding: 0;
  }
}

.story-display__title {
  margin: 0 0 0.125rem;
  font-size: 1.125rem;
}

.story-display__subtitle {
  margin: 0 0 1rem;
  font-size: 0.875rem;
}

/**
 * @file
 * Twitter
 *
 * Contains styles for twitter object.
 */
.twitter {
  position: relative;
  padding: 3.7rem 0 0;
  border-top: 1px solid #000000;
  border-bottom: none;
}

@media screen and (min-width: 700px) {
  .twitter {
    padding: 5.5rem 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .twitter {
    padding: 7.7rem 0 0;
  }
}

.twitter + .section {
  border-top: none;
}

.twitter:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: #F6F6F6;
  display: block;
  width: 100%;
  height: 2rem;
}

@media (min-width: 700px) {
  .twitter:before {
    height: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .twitter:before {
    height: 4.2rem;
  }
}

.twitter__inner {
  max-width: 1800px;
  margin: 0 auto;
}

@media screen and (max-width: 699px) {
  .twitter__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 699px) and (min-width: 700px) {
  .twitter__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 699px) and (min-width: 1025px) {
  .twitter__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.twitter__header {
  margin-bottom: 2.9rem;
}

@media screen and (min-width: 700px) {
  .twitter__header {
    padding-left: 40px;
    padding-right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 3.9rem;
  }
}

@media screen and (min-width: 1025px) {
  .twitter__header {
    margin-bottom: 6.5rem;
    padding-right: 50px;
    padding-left: 50px;
  }
}

.twitter__header .cta {
  margin-top: 1.5rem;
}

@media screen and (min-width: 700px) {
  .twitter__header .cta {
    margin-top: 1.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .twitter__header .cta {
    margin-top: 1.6rem;
    margin-right: 21px;
  }
}

.twitter__item.twitter__item {
  position: relative;
  padding: 2rem 0;
}

@media screen and (min-width: 700px) {
  .twitter__item.twitter__item {
    padding: 5rem 3rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
  }
}

@media screen and (min-width: 1025px) {
  .twitter__item.twitter__item {
    padding: 7.6rem 5rem 4rem;
    aspect-ratio: 1/1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 699px) {
  .twitter__item.twitter__item:after {
    content: '';
    position: absolute;
    left: -20px;
    bottom: 0;
    width: calc(100% + 40px);
    border-bottom: 1px solid #000000;
  }
}

@media screen and (max-width: 699px) {
  .twitter__item.twitter__item:first-of-type:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: calc(100% + 40px);
    border-top: 1px solid #000000;
  }
}

@media screen and (min-width: 700px) {
  .twitter__item.twitter__item:nth-child(2):before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100%);
    border-right: 1px solid #000000;
  }
}

@media screen and (min-width: 700px) {
  .twitter__item.twitter__item:nth-child(2):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(100%);
    border-left: 1px solid #000000;
  }
}

@media screen and (min-width: 700px) {
  .twitter__feed {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (min-width: 700px) {
  .twitter__feed:before {
    content: '';
    position: absolute;
    left: -0;
    top: 0;
    width: 100%;
    border-top: 1px solid #000000;
  }
}

@media screen and (min-width: 700px) {
  .twitter__feed:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #000000;
  }
}

.twitter__time {
  display: block;
  margin-top: 1.05rem;
}

/**
 * @file
 * Video
 *
 * Contains styles for inline video objects.
 */
.vid-inline {
  overflow: hidden;
  display: table;
}

.vid-inline__container {
  position: relative;
}

.vid-inline__cover {
  position: relative;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.vid-inline__cover:focus {
  outline-offset: -4px !important;
}

.vid-inline__cover:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
}

.vid-inline__cover:hover:after {
  background-color: #000000;
  border-color: #000000;
}

.vid-inline__cover:before, .vid-inline__cover:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vid-inline__cover:before {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-width: 8px 0 8px 12.9px;
  border-style: solid;
  border-color: transparent transparent transparent #FFFFFF;
  z-index: 2;
}

@media screen and (min-width: 700px) {
  .vid-inline__cover:before {
    margin-left: 4px;
    border-width: 16px 0 16px 27px;
  }
}

@media screen and (min-width: 1025px) {
  .vid-inline__cover:before {
    margin-left: 6px;
    border-width: 19px 0 19px 34px;
  }
}

.vid-inline__cover:after {
  width: 45px;
  height: 45px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  background: #A1243F;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (min-width: 700px) {
  .vid-inline__cover:after {
    width: 90px;
    height: 90px;
  }
}

@media screen and (min-width: 1025px) {
  .vid-inline__cover:after {
    width: 110px;
    height: 110px;
  }
}

.vid-inline__cover.js-loading:hover:before {
  opacity: 1;
}

.vid-inline__cover.js-loading:before {
  margin: 0;
  height: 60px;
  width: 60px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='60px' height='60px' viewBox='0 0 128 128' xml:space='preserve'%3e%3cg%3e%3cpath d='M78.75 16.18V1.56a64.1 64.1 0 0 1 47.7 47.7H111.8a49.98 49.98 0 0 0-33.07-33.08zM16.43 49.25H1.8a64.1 64.1 0 0 1 47.7-47.7V16.2a49.98 49.98 0 0 0-33.07 33.07zm33.07 62.32v14.62A64.1 64.1 0 0 1 1.8 78.5h14.63a49.98 49.98 0 0 0 33.07 33.07zm62.32-33.07h14.62a64.1 64.1 0 0 1-47.7 47.7v-14.63a49.98 49.98 0 0 0 33.08-33.07z' fill='%23000000' fill-opacity='1'/%3e%3canimateTransform attributeName='transform' type='rotate' from='0 64 64' to='-90 64 64' dur='800ms' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-size: contain;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vid-inline__cover.js-loading:after {
  display: none;
}

.vid-inline__cover.js-hide {
  display: block;
  z-index: 1;
  opacity: 0;
}

.vid-inline__embed {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  visibility: hidden;
}

.vid-inline__embed.js-show {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.vid-inline__embed.js-show iframe {
  visibility: visible;
}

.vid-inline iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
  visibility: hidden;
}

.vid-inline__caption {
  padding: 0 0 0.4rem 0.8rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-style: normal;
  border-left: 2px solid #A1243F;
}

@media (min-width: 700px) {
  .vid-inline__caption {
    line-height: 1.28;
    padding: 0.2rem 0 0.2rem 0.8rem;
  }
}

@media (min-width: 1025px) {
  .vid-inline__caption {
    padding: 0 0 0 0.6rem;
    margin-top: 1.2rem;
    font-size: 15px;
    line-height: 2.3rem;
  }
}

/**
 * @file
 * Pager
 *
 * Contains styles for the pager on listing pages.
 */
.pager__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.pager__list .pager__item {
  margin: 0 5px;
}

.pager__list .icon-arrow-left,
.pager__list .icon-arrow-right {
  display: block;
  position: relative;
  width: 40px;
  top: 50%;
}

.pager__list .icon-arrow-left:after,
.pager__list .icon-arrow-right:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  height: 0.75rem;
  width: 0.75rem;
  background: #000000;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**
 * @file
 * Carousel
 *
 * Contains styles for carousel object.
 */
@media (min-width: 700px) {
  .carousel__wrapper {
    position: relative;
  }
}

.carousel .slick-list {
  -webkit-transition: height 0.3s ease 0s;
  -o-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}

.carousel .slick-slide {
  opacity: 0 !important;
  visibility: hidden;
  -webkit-transition: opacity .0s linear .6s, visibility .0s linear .6s !important;
  -o-transition: opacity .0s linear .6s, visibility .0s linear .6s !important;
  transition: opacity .0s linear .6s, visibility .0s linear .6s !important;
}

.carousel .slick-slide .content-wrapper {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.carousel .slick-slide .carousel__img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out .3s;
  -o-transition: opacity .3s ease-in-out .3s;
  transition: opacity .3s ease-in-out .3s;
}

.carousel .slick-slide .carousel__img .video-box {
  height: 100%;
}

.carousel .slick-slide.slick-current {
  opacity: 1 !important;
  visibility: visible;
  -webkit-transition: opacity 0s linear 0.6s, visibility 0s linear 0.6s !important;
  -o-transition: opacity 0s linear 0.6s, visibility 0s linear 0.6s !important;
  transition: opacity 0s linear 0.6s, visibility 0s linear 0.6s !important;
}

.carousel .slick-slide.slick-current .content-wrapper {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out .9s;
  -o-transition: opacity .3s ease-in-out .9s;
  transition: opacity .3s ease-in-out .9s;
}

.carousel .slick-slide.slick-current .carousel__img {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out .6s;
  -o-transition: opacity .3s ease-in-out .6s;
  transition: opacity .3s ease-in-out .6s;
}

.carousel__img img {
  width: 100%;
}

.carousel .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -2rem;
  padding: 1.7rem 2rem;
  border-top: 1px solid #000000;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  -o-transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

@media (max-width: 699px) {
  .carousel .slick-dots {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    margin: 0;
  }
}

@media (min-width: 700px) {
  .carousel .slick-dots {
    position: absolute;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 2.6rem;
    width: auto;
    border-top: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1025px) {
  .carousel .slick-dots {
    bottom: 1.4rem;
  }
}

.carousel .slick-dots li {
  padding: 0;
  margin: 0 0.6rem;
}

@media (min-width: 700px) {
  .carousel .slick-dots li {
    margin: 0 1.2rem 0 0;
  }
}

.carousel .slick-dots li:before {
  display: none;
}

.carousel .slick-dots li.slick-active button {
  background: #A1243F;
}

.carousel .slick-dots button {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin: 0;
  background: #FFFFFF;
  border: 1px solid #A1243F;
  border-radius: 50%;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.carousel .slick-dots button:after {
  display: none;
}

.carousel .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 1rem;
  top: auto;
  left: 1.8rem;
  width: 3rem;
  height: 3rem;
  border: none;
  padding: 0;
  background: #000000;
  background-image: url("/_resources/images/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 0.2rem) 50%;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: background-color .3s ease-in-out, -webkit-transform .6s ease-in-out;
  -o-transition: background-color .3s ease-in-out, transform .6s ease-in-out;
  transition: background-color .3s ease-in-out, transform .6s ease-in-out;
  transition: background-color .3s ease-in-out, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (max-width: 699px) {
  .carousel .slick-arrow {
    position: fixed;
    -webkit-transform: scaleX(-1) translateY(calc(100% + 1rem));
        -ms-transform: scaleX(-1) translateY(calc(100% + 1rem));
            transform: scaleX(-1) translateY(calc(100% + 1rem));
  }
}

.carousel .slick-arrow:hover {
  background-color: #A1243F;
}

@media (min-width: 700px) {
  .carousel .slick-arrow {
    width: 3.5rem;
    height: 3.5rem;
    top: 50%;
    bottom: auto;
    left: -5rem;
    -webkit-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
    background-size: 1.2rem;
  }
}

@media (min-width: 1025px) {
  .carousel .slick-arrow {
    width: 6.5rem;
    height: 6.5rem;
    left: -11.2rem;
    background-size: 1.8rem;
    background-image: url("/_resources/images/icons/arrow-white-large.png");
  }
}

.carousel .slick-arrow:after {
  display: none;
}

.carousel .slick-arrow.slick-next {
  left: auto;
  right: 1.8rem;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

@media (max-width: 699px) {
  .carousel .slick-arrow.slick-next {
    -webkit-transform: scaleX(1) translateY(calc(100% + 1rem));
        -ms-transform: scaleX(1) translateY(calc(100% + 1rem));
            transform: scaleX(1) translateY(calc(100% + 1rem));
  }
}

@media (min-width: 700px) {
  .carousel .slick-arrow.slick-next {
    bottom: auto;
    top: 50%;
    right: -5rem;
    -webkit-transform: translateY(-50%) scaleX(1);
        -ms-transform: translateY(-50%) scaleX(1);
            transform: translateY(-50%) scaleX(1);
  }
}

@media (min-width: 1025px) {
  .carousel .slick-arrow.slick-next {
    right: -11.2rem;
  }
}

@media (max-width: 699px) {
  .carousel .show-controls .slick-dots {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 699px) {
  .carousel .show-controls .slick-arrow {
    -webkit-transform: scaleX(-1) translateY(0);
        -ms-transform: scaleX(-1) translateY(0);
            transform: scaleX(-1) translateY(0);
  }
}

@media (max-width: 699px) {
  .carousel .show-controls .slick-arrow.slick-next {
    -webkit-transform: scaleX(1) translateY(0);
        -ms-transform: scaleX(1) translateY(0);
            transform: scaleX(1) translateY(0);
  }
}

@media (max-width: 699px) {
  .carousel .unstick-controls .slick-dots {
    position: static;
    margin: 0 -2rem;
    width: calc(100% + 4rem);
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}

@media (max-width: 699px) {
  .carousel .unstick-controls .slick-arrow {
    position: absolute;
    bottom: -4.1rem;
    left: -0.2rem;
  }
}

@media (max-width: 699px) {
  .carousel .unstick-controls .slick-arrow.slick-next {
    left: auto;
    right: -0.2rem;
  }
}

.carousel--horizontal {
  padding: 4.9rem 0 0;
}

@media (min-width: 700px) {
  .carousel--horizontal {
    padding: 5.7rem 0;
  }
}

@media (min-width: 1025px) {
  .carousel--horizontal {
    padding: 5.6rem 0 5.1rem;
  }
}

.carousel--horizontal .slick-list {
  overflow: unset;
}

@media (min-width: 700px) {
  .carousel--horizontal .container {
    padding-left: 7rem;
    padding-right: 7rem;
    max-width: 120rem;
  }
}

@media (min-width: 1025px) {
  .carousel--horizontal .container {
    padding-left: 16rem;
    padding-right: 16rem;
    max-width: 180rem;
  }
}

.carousel--horizontal__subtitle {
  margin: 0 0 0.7rem;
  letter-spacing: 0.5px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: #A1243F;
  font-weight: 700;
}

@media (min-width: 700px) {
  .carousel--horizontal__subtitle {
    margin: 0 0 0.6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
  }
}

@media (min-width: 1025px) {
  .carousel--horizontal__subtitle {
    margin: 0 0 1.1rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.carousel--horizontal__title {
  margin: 0 0 1.4rem;
}

@media (min-width: 700px) {
  .carousel--horizontal__title {
    margin: 0 0 1.6rem;
  }
}

@media (min-width: 1025px) {
  .carousel--horizontal__title {
    margin: 0 0 2.4rem;
  }
}

.carousel--horizontal__title h3, .carousel--horizontal__title .story-explorer__title span, .story-explorer__title .carousel--horizontal__title span, .carousel--horizontal__title h3, .carousel--horizontal__title .story-explorer__title span, .story-explorer__title .carousel--horizontal__title span, .carousel--horizontal__title h4 {
  margin: 0;
}

@media (min-width: 700px) {
  .carousel--horizontal__item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.carousel--horizontal__item .content-wrapper {
  padding: 0 0 2.2rem;
  width: 100%;
}

@media (min-width: 700px) {
  .carousel--horizontal__item .content-wrapper {
    padding: 0 3rem 5.2rem 0;
  }
}

@media (min-width: 1025px) {
  .carousel--horizontal__item .content-wrapper {
    padding: 0 3rem 6.2rem 0;
  }
}

@media (min-width: 700px) {
  .carousel--horizontal__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 25.5rem;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .carousel--horizontal__img {
    max-width: 29.9rem;
  }
}

@media (min-width: 1025px) {
  .carousel--horizontal__body {
    font-size: 2rem;
    line-height: 3.2rem;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .carousel--horizontal .slick-dots__holder {
    height: auto !important;
  }
}

.carousel--default {
  border-top: none;
}

@media (min-width: 700px) {
  .carousel--default .carousel__wrapper {
    padding: 0 53px;
  }
}

@media (min-width: 1025px) {
  .carousel--default .carousel__wrapper {
    padding: 0;
  }
}

.carousel--default .carousel-box {
  margin: 0 0 0.7rem;
}

@media (min-width: 700px) {
  .carousel--default .carousel-box {
    margin: 0 0 1.2rem;
  }
}

@media (min-width: 1025px) {
  .carousel--default .carousel-box {
    margin: 0 0 1.8rem;
  }
}

.carousel--default .section__intro {
  margin: 0 0 2rem;
}

@media (min-width: 700px) {
  .carousel--default .section__intro {
    margin: 0 0 3rem;
  }
}

@media (min-width: 1025px) {
  .carousel--default .section__intro {
    margin: 0 0 3.9rem;
  }
}

.carousel--default__img {
  margin: 0 0 1rem;
}

@media (min-width: 1025px) {
  .carousel--default__img {
    margin: 0 0 1.2rem;
  }
}

.carousel--default .carousel__caption {
  padding: 0px 0 3px 8px;
  font-size: 1.4rem;
  line-height: 1.68rem;
  border-left: 2px solid #A1243F;
}

@media (min-width: 700px) {
  .carousel--default .carousel__caption {
    padding: 3px 0 2px 8px;
  }
}

@media (min-width: 1025px) {
  .carousel--default .carousel__caption {
    padding: 0px 0 0px 6px;
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

@media (min-width: 700px) {
  .carousel--default .slick-dots__holder {
    height: auto !important;
  }
}

@media (min-width: 700px) {
  .carousel--default .slick-dots {
    position: static;
  }
}

@media (min-width: 700px) {
  .carousel--default .slick-arrow {
    left: -5.6rem;
  }
}

@media (min-width: 1025px) {
  .carousel--default .slick-arrow {
    left: -10rem;
  }
}

@media (min-width: 700px) {
  .carousel--default .slick-arrow.slick-next {
    left: auto;
    right: -5.6rem;
  }
}

@media (min-width: 1025px) {
  .carousel--default .slick-arrow.slick-next {
    right: -10rem;
  }
}

.carousel--default .unstick-controls .slick-dots {
  border-top: none;
}

.carousel--default .unstick-controls .slick-arrow {
  bottom: -4.6rem;
  left: 0;
}

@media (min-width: 700px) {
  .carousel--default .unstick-controls .slick-arrow {
    left: -5.6rem;
  }
}

@media (min-width: 1025px) {
  .carousel--default .unstick-controls .slick-arrow {
    left: -10rem;
  }
}

@media (min-width: 700px) {
  .carousel--default .unstick-controls .slick-arrow.slick-next {
    left: auto;
    right: -5.6rem;
  }
}

@media (min-width: 1025px) {
  .carousel--default .unstick-controls .slick-arrow.slick-next {
    right: -10rem;
  }
}

.carousel--cta {
  padding: 4rem 0 0;
  border-bottom: 1px solid #000000;
}

@media (min-width: 700px) {
  .carousel--cta {
    padding: 6rem 0;
  }
}

@media (min-width: 1025px) {
  .carousel--cta {
    padding: 11rem 0;
  }
}

.carousel--cta .carousel--horizontal__subtitle {
  margin: 0 0 0.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
}

@media (min-width: 700px) {
  .carousel--cta .carousel--horizontal__subtitle {
    margin: 0 0 0.7rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

@media (min-width: 1025px) {
  .carousel--cta .carousel--horizontal__subtitle {
    margin: 0 0 -0.2rem;
    font-size: 3rem;
    line-height: 4rem;
  }
}

@media (min-width: 1025px) {
  .carousel--cta .content-wrapper {
    padding: 0 3rem 3.2rem 0;
  }
}

@media (min-width: 1025px) {
  .carousel--cta .slick-dots {
    bottom: 0rem;
  }
}

.carousel--cta .carousel--horizontal__title {
  margin: 0 0 2rem;
  font-style: italic;
  font-weight: 400;
  font-size: 4.2rem;
  line-height: 4.6rem;
}

@media (min-width: 700px) {
  .carousel--cta .carousel--horizontal__title {
    margin: 0 0 0.7rem;
    font-size: 6rem;
    line-height: 6.6rem;
  }
}

@media (min-width: 1025px) {
  .carousel--cta .carousel--horizontal__title {
    margin: 0 0 2.9rem;
    font-size: 9rem;
    line-height: 9.4rem;
  }
}

.carousel--cta .carousel--horizontal__title h2 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

@media (min-width: 700px) {
  .carousel--cta .carousel__img {
    max-width: 39.2%;
  }
}

@media (min-width: 1025px) {
  .carousel--cta .carousel__img {
    max-width: 34.1%;
  }
}

@media (min-width: 700px) {
  .carousel--cta .carousel__img img {
    aspect-ratio: 221/275;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1025px) {
  .carousel--cta .carousel__img img {
    aspect-ratio: 299/323;
  }
}

.carousel--cta .cta--button, .carousel--cta .header .sticky-ctas__cta, .header .carousel--cta .sticky-ctas__cta, .carousel--cta .faculty__resume-cta > a {
  margin: 1.2rem 0;
}

@media (min-width: 700px) {
  .carousel--cta .cta--button, .carousel--cta .header .sticky-ctas__cta, .header .carousel--cta .sticky-ctas__cta, .carousel--cta .faculty__resume-cta > a {
    margin: 1.9rem 0;
  }
}

@media (min-width: 1025px) {
  .carousel--cta .cta--button, .carousel--cta .header .sticky-ctas__cta, .header .carousel--cta .sticky-ctas__cta, .carousel--cta .faculty__resume-cta > a {
    margin: 2.2rem 0;
  }
}

.study-programs__section {
  position: relative;
  padding: 6.2rem 0 0;
}

.study-programs__section:before {
  content: '';
  position: absolute;
  height: 2rem;
  border-bottom: 1px solid #000000;
  background: #F6F6F6;
  width: 100%;
  top: 0;
  display: block;
}

@media (min-width: 700px) {
  .study-programs__section:before {
    height: 2.5rem;
/*     border-top: 1px solid #000000; */
    border-bottom: none;
  }
}

@media (min-width: 1025px) {
  .study-programs__section:before {
    height: 4.2rem;
  }
}

@media (min-width: 700px) {
  .study-programs__section {
    padding: 5.7rem 0 0;
  }
}

@media (min-width: 1025px) {
  .study-programs__section {
    padding: 8.7rem 0 0;
  }
}

.study-programs__section .container {
  max-width: 1800px;
}

.study-programs__section .grid-box {
  border-top: none;
}

@media (min-width: 700px) {
  .study-programs__section .grid-box {
    border-top: 1px solid #000000;
  }
}

.study-programs__header {
  padding: 0 20px 3rem;
}

@media (min-width: 700px) {
  .study-programs__header {
    padding: 0 40px 3.7rem;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .study-programs__header {
    padding: 0 100px 5.4rem;
  }
}

.study-programs__header--title {
  margin: 0 0 1.9rem;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .study-programs__header--title {
    margin: 0 auto 0 0;
  }
}

.study-programs__header--title h2 {
  font-family: Lato, Helvetica, sans-serif;
  font-size: 2.9rem;
  line-height: 3.5rem;
}

@media (min-width: 700px) {
  .study-programs__header--title h2 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}

@media (min-width: 1025px) {
  .study-programs__header--title h2 {
    font-size: 6.7rem;
    line-height: 7.6rem;
  }
}

@media (max-width: 699px) {
  .study-programs__list .grid-box__item:first-child {
    border-bottom: none;
  }
}

.study-programs__item {
  padding: 1.9rem 2rem 2.5rem;
  height: 100%;
  display: block;
  text-decoration: none;
}

@media (min-width: 700px) {
  .study-programs__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 5.2rem 1.5rem 2.5rem;
  }
}

@media (min-width: 1025px) {
  .study-programs__item {
    padding: 10.1rem 4rem 3.9rem;
  }
}

.study-programs__image {
  margin: -1.9rem -2rem -2.5rem;
}

@media (min-width: 700px) {
  .study-programs__image {
    margin: -5.2rem -1.5rem -2.5rem;
    width: calc(100% + 3rem);
  }
}

@media (min-width: 1025px) {
  .study-programs__image {
    margin: -10.1rem -4rem -3.9rem;
    width: calc(100% + 8rem);
  }
}

.study-programs__image img {
  width: 100%;
  height: 34.9rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 700px) {
  .study-programs__image img {
    height: 100%;
    min-height: 31.2rem;
  }
}

.study-programs__number {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 6.8rem;
  padding: 0 0 0.6rem;
  margin: 0 0 1.4rem;
  font-family: PlayfairDisplay, Times, serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.3rem;
  border-bottom: 2px solid #A1243F;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
     -moz-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
}

@media (min-width: 700px) {
  .study-programs__number {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 10rem;
    padding: 0 1rem 2.3rem;
    margin: 0 0 25px;
    font-size: 5.5rem;
    line-height: 5rem;
  }
}

@media (min-width: 1025px) {
  .study-programs__number {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 10rem;
    padding: 0 1rem 2.9rem;
    margin: 0 0 25px;
    font-size: 9rem;
    line-height: 7.6rem;
  }
}

.study-programs__body--profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #000000;
  margin: -2rem -2rem -2.5rem;
  padding: 2.2rem 2rem 2.3rem;
}

@media (min-width: 700px) {
  .study-programs__body--profile {
    margin: -4rem -2rem -2.5rem;
    padding: 2.4rem 2rem 2.3rem;
  }
}

@media (min-width: 1025px) {
  .study-programs__body--profile {
    margin: -10.1rem -4rem -3.9rem;
    padding: 7.7rem 4rem 3rem;
  }
}

.study-programs__body--profile::after {
  content: "";
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 1.7rem;
  background-image: url("/_resources/images/icons/arrow-tail-dark.svg");
  background-color: #FFFFFF;
  border: 2px solid #DEDEDE;
}

.is-safari .study-programs__body--profile::after {
  -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (min-width: 700px) {
  .study-programs__body--profile::after {
    width: 4.5rem;
    height: 4.5rem;
    background-size: 1.7rem;
  }
}

@media (min-width: 1025px) {
  .study-programs__body--profile::after {
    width: 6.5rem;
    height: 6.5rem;
    background-size: 2.2rem;
  }
}

.study-programs__body--profile:hover::after {
  background-image: url("/_resources/images/icons/arrow-tail-white.svg");
  background-color: #000000;
  border-color: #000000;
}

.study-programs__body--profile:after {
  margin-top: 1.5rem;
}

@media (min-width: 1025px) {
  .study-programs__body--profile:after {
    margin-top: 2rem;
  }
}

.study-programs__body .profile__image {
  width: 100%;
  margin: 0 0 1.8rem;
  max-width: 11.3rem;
}

@media (min-width: 1025px) {
  .study-programs__body .profile__image {
    margin: 0 0 1.5rem;
    max-width: 14.2rem;
  }
}

.study-programs__body .profile__image img {
  width: 100%;
}

.study-programs__body .profile__name, .study-programs__body .profile__position {
  max-width: 22rem;
}

@media (min-width: 1025px) {
  .study-programs__body .profile__name, .study-programs__body .profile__position {
    max-width: 27rem;
  }
}

.study-programs__body .profile__position {
  font-weight: 400;
}

@media (min-width: 700px) {
  .study-programs__body .profile__position {
    margin-bottom: auto;
  }
}

.footer-sock {
  padding: 10.55% 0 25px;
  position: relative;
  background-color: #000000;
}

@media (min-width: 700px) {
  .footer-sock {
    padding: 106px 0 57px;
  }
}

@media (min-width: 1025px) {
  .footer-sock {
    padding: 22.45% 0 88px;
  }
}

.footer-sock::before {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(black));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, black 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}

@media (min-width: 700px) {
  .footer-sock::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  }
}

@media (min-width: 700px) {
  .footer-sock__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 1025px) {
  .footer-sock__inner {
    max-width: 1800px;
    margin: auto;
  }
}

.footer-sock__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-sock__heading {
  margin: 0 0 17px;
  font-size: 4.5rem;
  line-height: calc(48 / 45);
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

@media (min-width: 700px) {
  .footer-sock__heading {
    margin: 0;
    font-size: 7rem;
    line-height: calc(81 / 70);
    top: 9px;
  }
}

@media (min-width: 1025px) {
  .footer-sock__heading {
    font-size: 9rem;
    line-height: 1;
  }
}

.footer-sock__heading em {
  display: block;
  font-weight: 400;
}

.footer-sock__ctas {
  width: 128px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}

@media (min-width: 700px) {
  .footer-sock__ctas {
    width: 178px;
    top: 1px;
  }
}

@media (min-width: 1025px) {
  .footer-sock__ctas {
    width: 235px;
    top: 11px;
  }
}

.footer-sock__ctas a {
  padding: 10px 20px;
  font-size: 1.4rem;
  line-height: calc(16.8 / 14);
  color: #FFFFFF;
  background-color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: solid 1px #535353;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media (min-width: 700px) {
  .footer-sock__ctas a {
    padding: 14px 20px;
    font-size: 1.6rem;
    line-height: calc(19.2 / 16);
  }
}

@media (min-width: 1025px) {
  .footer-sock__ctas a {
    padding: 21px 32px 22px;
  }
}

.footer-sock__ctas a:hover {
  background-color: #A1243F;
  color: #FFFFFF;
}

.footer-sock__ctas a:last-of-type {
  border-bottom: none;
}

.footer-sock__ctas a:first-child {
  background-color: #A1243F;
}

.footer-sock__ctas a:first-child:hover {
  background-color: #000000;
}

.footer-sock__ctas a:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
}

.footer-sock__ctas a:first-of-type {
  border-radius: 5px 5px 0 0;
}

.footer-sock__ctas a:last-of-type {
  border-radius: 0 0 5px 5px;
}

.contact-us {
  border-bottom: none;
}

@media screen and (min-width: 1025px) {
  .contact-us {
    padding: 11rem 0 8rem;
  }
}

.contact-us__inner {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 700px) {
  .contact-us__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .contact-us__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.contact-us__top {
  margin: 0 0 3.3rem;
}

@media screen and (min-width: 1025px) {
  .contact-us__top {
    margin: 0 0 2.9rem;
  }
}

.contact-us__header {
  margin: 0;
  padding-bottom: 2.9rem;
  border-bottom: 1px solid #000000;
}

@media screen and (min-width: 1025px) {
  .contact-us__header {
    padding-bottom: 4.5rem;
    border-bottom: 2px solid #000000;
  }
}

.contact-us__contacts {
  padding: 0;
  margin: 0;
}

.contact-us .contact {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 700px) {
  .contact-us .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact-us .contact:before {
  content: none;
}

.contact-us .contact__name {
  font-family: PlayfairDisplay, Times, serif;
  font-weight: 700;
  font-size: 20px;
}

@media screen and (max-width: 699px) {
  .contact-us .contact__name {
    margin: 0 0 1.5rem;
  }
}

@media screen and (min-width: 700px) {
  .contact-us .contact__name {
    font-size: 25px;
    margin: 0 13.5% 0 0;
    width: 38.2%;
  }
}

@media screen and (min-width: 1025px) {
  .contact-us .contact__name {
    font-size: 30px;
    margin: 0 16.2% 0 0;
    width: 28.5%;
  }
}

@media screen and (max-width: 699px) {
  .contact-us .contact__info {
    margin: 0 0 2.8rem;
  }
}

@media screen and (min-width: 700px) {
  .contact-us .contact__info {
    margin: 0.3rem 0 2.7rem;
  }
}

@media screen and (min-width: 1025px) {
  .contact-us .contact__info {
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 46%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 46%;
            flex: 0 1 46%;
  }
}

.contact-us .contact__info > * {
  display: block;
  margin-bottom: 0.9rem;
}

@media (min-width: 1025px) {
  .contact-us .contact__info > * {
    margin-bottom: 0.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .contact-us .contact__location {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 46%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 46%;
            flex: 0 1 46%;
  }
}

.contact-us .contact__location > * {
  display: block;
  margin-bottom: 0.1rem;
}

@media screen and (min-width: 1025px) {
  .contact-us .contact__location > * {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .contact-us .contact__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1025px) {
  .contact-us .contact__right {
    margin-top: -0.5rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

.event__content-section + .footer-sock {
  margin: 2.6rem 0 0;
}

@media (min-width: 700px) {
  .event__content-section + .footer-sock {
    margin: 4.8rem 0 0;
  }
}

@media (min-width: 1025px) {
  .event__content-section + .footer-sock {
    margin: 7.1rem 0 0;
  }
}

.event__content-section :first-child {
  margin-top: 0;
}

@media (min-width: 1025px) {
  .event__content-section .img-inline--full {
    margin-bottom: 3rem;
  }
}

.event__intro-section {
  padding: 0.4rem 0 3rem;
}

@media (min-width: 700px) {
  .event__intro-section {
    padding: 0.8rem 0 4rem;
  }
}

@media (min-width: 1025px) {
  .event__intro-section {
    padding: 5.1rem 0 6.4rem;
  }
}

.event__title {
  margin: 0 0 1.4rem;
}

@media (min-width: 700px) {
  .event__title {
    margin: 0 0 2.2rem;
  }
}

@media (min-width: 1025px) {
  .event__title {
    margin: 0 0 2.9rem;
  }
}

.event__title h1 {
  margin: 0;
  font-size: 4rem;
  line-height: 4.8rem;
}

@media (min-width: 700px) {
  .event__title h1 {
    font-size: 5.5rem;
    line-height: 5.8rem;
  }
}

@media (min-width: 1025px) {
  .event__title h1 {
    font-size: 7rem;
    line-height: 7.6rem;
  }
}

.event__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 2.4rem;
}

.event__details-item {
  position: relative;
  padding: 0 0.6rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 1025px) {
  .event__details-item {
    padding: 0 0.7rem;
  }
}

.event__details-item:before {
  content: '';
  position: absolute;
  top: 0.6rem;
  left: 0;
  height: 1.5rem;
  width: 1px;
  background: #A1243F;
}

@media (min-width: 1025px) {
  .event__details-item:before {
    top: 0.5rem;
    height: 1.7rem;
  }
}

.event__details-item:first-child {
  padding-left: 0;
}

.event__details-item:first-child:before {
  display: none;
}

.news__content-section + .footer-sock {
  margin: 5.2rem 0 0;
}

@media (min-width: 700px) {
  .news__content-section + .footer-sock {
    margin: 4.8rem 0 0;
  }
}

@media (min-width: 1025px) {
  .news__content-section + .footer-sock {
    margin: 7.1rem 0 0;
  }
}

.news__content-section :first-child {
  margin-top: 0;
}

@media (min-width: 1025px) {
  .news__content-section .img-inline--full {
    margin-bottom: 3rem;
  }
}

.news__intro-section {
  padding: 0.4rem 0 3rem;
}

@media (min-width: 700px) {
  .news__intro-section {
    padding: 0.8rem 0 4rem;
  }
}

@media (min-width: 1025px) {
  .news__intro-section {
    padding: 5.1rem 0 6.4rem;
  }
}

.news__intro-section .news__title {
  margin: 0 0 1.4rem;
}

@media (min-width: 700px) {
  .news__intro-section .news__title {
    margin: 0 0 2.2rem;
  }
}

@media (min-width: 1025px) {
  .news__intro-section .news__title {
    margin: 0 0 2.9rem;
  }
}

.news__intro-section .news__title h1 {
  margin: 0;
  font-size: 4rem;
  line-height: 4.8rem;
}

@media (min-width: 700px) {
  .news__intro-section .news__title h1 {
    font-size: 5.5rem;
    line-height: 5.8rem;
  }
}

@media (min-width: 1025px) {
  .news__intro-section .news__title h1 {
    font-size: 7rem;
    line-height: 7.6rem;
  }
}

.news__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 2.4rem;
}

.news__details-item {
  position: relative;
  padding: 0 0.6rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 1025px) {
  .news__details-item {
    padding: 0 0.7rem;
  }
}

.news__details-item:before {
  content: '';
  position: absolute;
  top: 0.6rem;
  left: 0;
  height: 1.5rem;
  width: 1px;
  background: #A1243F;
}

@media (min-width: 1025px) {
  .news__details-item:before {
    top: 0.5rem;
    height: 1.7rem;
  }
}

.news__details-item:first-child {
  padding-left: 0;
}

.news__details-item:first-child:before {
  display: none;
}

.image-links-grid {
  padding: 0;
  border-bottom: none;
}

.image-links-grid + .section,
.image-links-grid + section {
  border-top: none;
}

@media (min-width: 1025px) {
  .image-links-grid .container {
    padding: 0;
  }
}

.image-links-grid__list {
  margin: 0 -2rem;
}

@media (min-width: 700px) {
  .image-links-grid__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2px;
    margin: 0 -4rem;
  }
}

@media (min-width: 1025px) {
  .image-links-grid__list {
    gap: 4px;
    margin: 0 auto;
  }
}

.image-links-grid__item {
  position: relative;
  margin: 0 0 2px;
  display: block;
}

@media (min-width: 700px) {
  .image-links-grid__item {
    width: calc(50% - 1px);
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .image-links-grid__item {
    width: calc(50% - 2px);
  }
}

.image-links-grid__item:hover .image-links-grid__image:after {
  opacity: 0.75;
}

.image-links-grid__item:hover:after {
  -webkit-transform: translateX(1rem);
      -ms-transform: translateX(1rem);
          transform: translateX(1rem);
}

@media (min-width: 700px) {
  .image-links-grid__item:hover:after {
    -webkit-transform: translateX(0.6rem);
        -ms-transform: translateX(0.6rem);
            transform: translateX(0.6rem);
  }
}

@media (min-width: 1025px) {
  .image-links-grid__item:hover:after {
    -webkit-transform: translateX(2rem);
        -ms-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}

.image-links-grid__item::after {
  content: "";
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 1.1rem;
  background-image: url("/_resources/images/icons/arrow-tail-white.svg");
  background-color: #A1243F;
  border: 2px solid #A1243F;
}

.is-safari .image-links-grid__item::after {
  -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (min-width: 700px) {
  .image-links-grid__item::after {
    width: 4.5rem;
    height: 4.5rem;
    background-size: 1.6rem;
  }
}

@media (min-width: 1025px) {
  .image-links-grid__item::after {
    width: 6.5rem;
    height: 6.5rem;
    background-size: 2.3rem;
  }
}

.image-links-grid__item:hover::after {
  background-image: url("/_resources/images/icons/arrow-tail-white.svg");
  background-color: #000000;
  border-color: #000000;
}

.image-links-grid__item:after {
  position: absolute;
  bottom: 2.5rem;
  right: 1.7rem;
  z-index: 3;
}

@media (min-width: 700px) {
  .image-links-grid__item:after {
    bottom: 2.3rem;
    right: 1rem;
  }
}

@media (min-width: 1025px) {
  .image-links-grid__item:after {
    bottom: 7.8rem;
    right: 4.3rem;
  }
}

@media (min-width: 700px) {
  .image-links-grid__item:nth-child(3n - 2) {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .image-links-grid__item:nth-child(3n - 2) .image-links-grid__image img {
    aspect-ratio: 700/232;
  }
}

@media (min-width: 1025px) {
  .image-links-grid__item:nth-child(3n - 2) .image-links-grid__image img {
    aspect-ratio: 1200/394;
  }
}

@media (min-width: 700px) {
  .image-links-grid__item:nth-child(3n - 2) .image-links-grid__item-content {
    width: 50%;
  }
}

@media (min-width: 700px) {
  .image-links-grid__item:nth-child(3n - 2) .image-links-grid__item-content-wrapper {
    padding: 0 0 3.3rem 2rem;
  }
}

@media (min-width: 1025px) {
  .image-links-grid__item:nth-child(3n - 2) .image-links-grid__item-content-wrapper {
    padding: 0 0 3.9rem 4rem;
  }
}

@media (min-width: 700px) {
  .image-links-grid__item:nth-child(3n - 2):after {
    right: calc(53% - 10px);
  }
}

@media (min-width: 1025px) {
  .image-links-grid__item:nth-child(3n - 2):after {
    right: calc(54.7% - 10px);
    bottom: 5.4rem;
  }
}

.image-links-grid__item-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 0 2.7rem 2rem;
  z-index: 3;
}

@media (min-width: 700px) {
  .image-links-grid__item-content-wrapper {
    padding: 0 0 3.3rem 2rem;
  }
}

@media (min-width: 1025px) {
  .image-links-grid__item-content-wrapper {
    padding: 0 0 6.1rem 4rem;
  }
}

.image-links-grid__item-content {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  color: #FFFFFF;
}

@media (min-width: 1025px) {
  .image-links-grid__item-content {
    width: 100%;
    max-width: 45.2rem;
  }
}

.image-links-grid__image {
  position: relative;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  background-color: #000000;
}

.image-links-grid__image img {
  width: 100%;
  aspect-ratio: 320/245;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 700px) {
  .image-links-grid__image img {
    aspect-ratio: 350/231;
  }
}

@media (min-width: 1025px) {
  .image-links-grid__image img {
    aspect-ratio: 600/397;
  }
}

.image-links-grid__image:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(83.58%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 83.58%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 83.58%);
  mix-blend-mode: normal;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  z-index: 1;
}

.image-links-grid__image:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #A1243F;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  mix-blend-mode: multiply;
  z-index: 1;
}

.image-links-grid__title {
  position: relative;
  font-weight: 400;
  padding-right: 4rem;
  margin: 0.9rem 0 0;
}

@media (min-width: 700px) {
  .image-links-grid__title {
    margin: 0.6rem 0 0;
  }
}

@media (min-width: 1025px) {
  .image-links-grid__title {
    font-size: 4rem;
    line-height: 4.8rem;
    padding-right: 6.5rem;
  }
}

.image-links-grid__link {
  text-decoration: none;
  color: #FFFFFF;
}

.image-links-grid__link:hover {
  color: #FFFFFF;
}

.image-links-grid__link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-links-grid__link:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
}

.image-links-grid__subtitle {
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .image-links-grid__subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
  }
}

@media (min-width: 1025px) {
  .image-links-grid__subtitle {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.learn-online {
  border-top: 1px solid #000000;
}

@media (min-width: 700px) {
  .learn-online__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
  }
}

@media (min-width: 1025px) {
  .learn-online__box {
    padding-top: 2rem;
    gap: 5.6rem;
  }
}

@media (min-width: 700px) {
  .learn-online__intro {
    width: calc(50% - 1.2rem);
  }
}

@media (min-width: 1025px) {
  .learn-online__intro {
    margin-bottom: 0;
    width: calc(42.2% - 2.8rem);
    padding-right: 2rem;
  }
}

.learn-online__intro .cta--button, .learn-online__intro .header .sticky-ctas__cta, .header .learn-online__intro .sticky-ctas__cta, .learn-online__intro .faculty__resume-cta > a {
  display: none;
}

@media (min-width: 700px) {
  .learn-online__intro .cta--button, .learn-online__intro .header .sticky-ctas__cta, .header .learn-online__intro .sticky-ctas__cta, .learn-online__intro .faculty__resume-cta > a {
    display: inline-block;
    margin: 1.5rem 0;
  }
}

@media (min-width: 1025px) {
  .learn-online__intro .cta--button, .learn-online__intro .header .sticky-ctas__cta, .header .learn-online__intro .sticky-ctas__cta, .learn-online__intro .faculty__resume-cta > a {
    margin: 2.1rem 0 0;
  }
}

.learn-online__lists {
  visibility: visible !important;
}

@media (min-width: 700px) {
  .learn-online__lists {
    width: calc(50% - 1.2rem);
  }
}

@media (min-width: 1025px) {
  .learn-online__lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(57.9% - 2.8rem);
    padding-top: 0.2rem;
  }
}

.learn-online__lists.animated .learn-online__list-item {
  -webkit-animation-name: fadeInDownItem;
          animation-name: fadeInDownItem;
}

.learn-online__list {
  padding-left: 0.9rem;
  border-left: 1px solid #000000;
}

@media (min-width: 700px) {
  .learn-online__list {
    margin-top: 1rem;
  }
}

@media (min-width: 1025px) {
  .learn-online__list {
    padding-left: 1.7rem;
  }
}

.learn-online__list-holder {
  margin: 0 0 3rem;
}

@media (min-width: 1025px) {
  .learn-online__list-holder {
    margin-right: 28.7%;
  }
}

@media (min-width: 700px) {
  .learn-online__list-holder:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .learn-online__list-holder:last-child {
    margin-right: 0;
  }
}

.learn-online__list-title {
  margin: 0 0 2rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .learn-online__list-title {
    margin: 0 0 1rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.learn-online__list-item {
  margin: 0;
  padding-bottom: 1rem;
  padding-top: 2px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: none;
          animation-name: none;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  opacity: 0;
}

@media (min-width: 700px) {
  .learn-online__list-item {
    -webkit-animation-delay: var(--animation-delay);
            animation-delay: var(--animation-delay);
    padding-bottom: 0.7rem;
    padding-top: 0.3rem;
  }
}

@media (min-width: 1025px) {
  .learn-online__list-item {
    padding-top: 1px;
  }
}

@-webkit-keyframes fadeInDownItem {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownItem {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.learn-online__list-item:before {
  display: none;
}

.learn-online__list-item:last-child {
  padding-bottom: 0.5rem;
}

@media (min-width: 700px) {
  .learn-online__list-item:last-child {
    padding-bottom: 0.1rem;
  }
}

.learn-online__list .cta--link {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.92rem;
}

@media (min-width: 700px) {
  .learn-online__list .cta--link {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

.learn-online__list .cta--link::after {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 1rem;
  background-image: url("/_resources/images/icons/arrow-tail-dark.svg");
  background-color: #FFFFFF;
  border: 2px solid #DEDEDE;
}

.is-safari .learn-online__list .cta--link::after {
  -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (min-width: 700px) {
  .learn-online__list .cta--link::after {
    width: 3rem;
    height: 3rem;
    background-size: 1rem;
  }
}

@media (min-width: 1025px) {
  .learn-online__list .cta--link::after {
    width: 3rem;
    height: 3rem;
    background-size: 1rem;
  }
}

.learn-online__list .cta--link:hover::after {
  background-image: url("/_resources/images/icons/arrow-tail-white.svg");
  background-color: #000000;
  border-color: #000000;
}

.learn-online__list .cta--link:after {
  border-width: 1px;
}

.resource__section {
  border-top: 1px solid #000000;
}

@media (min-width: 700px) {
  .resource__section {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1025px) {
  .resource__section.gen2col.gen2col-no-images {
    padding: 11rem 0 5.4rem;
  }
}

.resource__header {
  margin: 0 0 2.8rem;
}

@media (min-width: 700px) {
  .resource__header {
    margin: 0 0 5.5rem;
  }
}

@media (min-width: 1025px) {
  .resource__header {
    margin: 0 0 9.9rem;
  }
}

.resource .column {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.resource__item.resource__item.resource__item {
  padding: 0 0 2.9rem;
}

@media (min-width: 700px) {
  .resource__item.resource__item.resource__item {
    padding: 0 0 5.1rem;
  }
}

@media (min-width: 1025px) {
  .resource__item.resource__item.resource__item {
    padding: 0 0 5.7rem;
  }
}

@media (min-width: 700px) {
  .resource__item.resource__item.resource__item:last-child {
    padding: 0 0 5.1rem;
  }
}

@media (min-width: 1025px) {
  .resource__item.resource__item.resource__item:last-child {
    padding: 0 0 5.7rem;
  }
}

@media (min-width: 700px) {
  .resource .cta--link {
    display: block;
  }
}

.resource .cta--link::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 1.4rem;
  background-image: url("/_resources/images/icons/arrow-tail-dark.svg");
  background-color: #FFFFFF;
  border: 2px solid #DEDEDE;
}

.is-safari .resource .cta--link::after {
  -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (min-width: 700px) {
  .resource .cta--link::after {
    width: 3.5rem;
    height: 3.5rem;
    background-size: 1.2rem;
  }
}

@media (min-width: 1025px) {
  .resource .cta--link::after {
    width: 4rem;
    height: 4rem;
    background-size: 1.4rem;
  }
}

.resource .cta--link:hover::after {
  background-image: url("/_resources/images/icons/arrow-tail-white.svg");
  background-color: #000000;
  border-color: #000000;
}

@media (min-width: 700px) {
  .resource .cta--link:after {
    margin-top: -9px;
  }
}

.resource .column__title.column__title,
.resource .column__title.column__title:first-child {
  margin: 2.1rem 0 1.2rem;
}

@media (min-width: 700px) {
  .resource .column__title.column__title,
  .resource .column__title.column__title:first-child {
    margin: 2.7rem 0 1.3rem;
  }
}

@media (min-width: 1025px) {
  .resource .column__title.column__title,
  .resource .column__title.column__title:first-child {
    margin: 2.6rem 0 1.5rem;
  }
}

.events-listing {
  padding: 0;
  background: #F6F6F6;
}

@media (min-width: 700px) {
  .events-listing .grid-box {
    display: block;
  }
}

@media (min-width: 1025px) {
  .events-listing .grid-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 700px) {
  .events-listing .grid-box__item {
    width: 100%;
    border-right: none;
  }
}

@media (min-width: 1025px) {
  .events-listing .grid-box__item {
    width: calc(100% / 3);
    border-right: 1px solid #000000;
  }
}

.events-listing .grid-box__item:nth-child(3n) {
  border-right: none;
}

.events-listing .events-list__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 6.5rem 2rem 2.2rem;
  text-align: center;
  text-decoration: none;
  color: #000000;
}

@media (min-width: 700px) {
  .events-listing .events-list__item {
    padding: 2.1rem 9.5rem 2.1rem 2.2rem;
  }
}

@media (min-width: 1025px) {
  .events-listing .events-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6.3rem 3rem 2.3rem;
    min-height: 43.0rem;
    margin: 0;
    height: 100%;
    text-align: center;
  }
}

.events-listing .events-list__item::after {
  content: "";
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 1.2rem;
  background-image: url("/_resources/images/icons/arrow-tail-dark.svg");
  background-color: #FFFFFF;
  border: 2px solid #DEDEDE;
}

.is-safari .events-listing .events-list__item::after {
  -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (min-width: 700px) {
  .events-listing .events-list__item::after {
    width: 4.5rem;
    height: 4.5rem;
    background-size: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .events-listing .events-list__item::after {
    width: 6.5rem;
    height: 6.5rem;
    background-size: 2.3rem;
  }
}

.events-listing .events-list__item:hover::after {
  background-image: url("/_resources/images/icons/arrow-tail-white.svg");
  background-color: #000000;
  border-color: #000000;
}

.events-listing .events-list__item::after {
  display: block;
  position: absolute;
  right: 2rem;
  top: calc(50% - 1px);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (min-width: 700px) {
  .events-listing .events-list__item::after {
    right: 4rem;
    top: calc(50% + 1px);
  }
}

@media (min-width: 1025px) {
  .events-listing .events-list__item::after {
    position: static;
    margin: auto auto 0;
    -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

.events-listing .events-list__item--title {
  margin: 0 0 1rem;
  color: #A1243F;
  font-family: Lato, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

@media (min-width: 700px) {
  .events-listing .events-list__item--title {
    margin: 0 0 0.8rem;
    font-size: 2rem;
  }
}

@media (min-width: 1025px) {
  .events-listing .events-list__item--title {
    margin: 0 0 1.3rem;
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}

.events-listing .events-list__item a {
  display: block;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.events-listing .events-list__item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.events-listing .events-list__item:hover .events-list__item--title {
  color: #000000;
}

@media (min-width: 1025px) {
  .events-listing .events-list__item:hover:after {
    -webkit-transform: translate(1rem, 0);
        -ms-transform: translate(1rem, 0);
            transform: translate(1rem, 0);
  }
}

.events-listing .events-list__date {
  width: 4.3rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 2.2rem 0 0;
}

@media (min-width: 700px) {
  .events-listing .events-list__date {
    width: 8.9rem;
    margin: 0 1.7rem 0 0;
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .events-listing .events-list__date {
    margin: 0 0 2.9rem;
  }
}

.events-listing .events-list__details {
  padding: 0.7rem 0 0;
  text-align: left;
}

@media (min-width: 700px) {
  .events-listing .events-list__details {
    padding: 0.4rem 0 0;
  }
}

@media (min-width: 1025px) {
  .events-listing .events-list__details {
    padding: 0.4rem 0 0;
    text-align: center;
  }
}

.events-listing .events-list__month {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .events-listing .events-list__month {
    margin: 0 0 4px;
    font-size: 1.4rem;
    line-height: 2.17rem;
  }
}

@media (min-width: 1025px) {
  .events-listing .events-list__month {
    padding: 0 0 0.3rem;
    margin: 0 0 2.2rem;
    font-size: 1.7rem;
    line-height: 1.65;
  }
}

.events-listing .events-list__month:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 2px);
  height: 1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #A1243F;
}

@media (min-width: 1025px) {
  .events-listing .events-list__month:after {
    bottom: 2px;
  }
}

.events-listing .events-list__day {
  font-family: PlayfairDisplay, Times, serif;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
     -moz-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
}

@media (min-width: 700px) {
  .events-listing .events-list__day {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}

@media (min-width: 1025px) {
  .events-listing .events-list__day {
    font-size: 7rem;
    line-height: 7.6rem;
  }
}

.events-listing .events-list__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}

@media (min-width: 700px) {
  .events-listing .events-list__data {
    font-size: 1.4rem;
    line-height: 2.17rem;
  }
}

@media (min-width: 1025px) {
  .events-listing .events-list__data {
    margin: 0 0 3.4rem;
    font-size: 1.5rem;
    margin: 0 0 0.7rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.events-listing .events-list__time {
  position: relative;
  padding-right: 1rem;
}

@media (min-width: 700px) {
  .events-listing .events-list__time {
    padding-right: 12px;
  }
}

.events-listing .events-list__time::after {
  content: '';
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
  height: calc(100% - 0.4rem);
  width: 1px;
  background: #A1243F;
}

@media (min-width: 1025px) {
  .events-listing .events-list__time::after {
    top: 5px;
    height: calc(100% - 8px);
  }
}

.events-listing .pagination {
  background: #FFFFFF;
}

.events-listing .pagination .container {
  padding: 0 2.7rem;
}

@media (min-width: 1025px) {
  .events-listing .pagination .container {
    padding: 0 5rem;
  }
}

.pagination {
  padding: 2.2rem 0 2.5rem;
}

@media (min-width: 700px) {
  .pagination {
    padding: 3.8rem 0 5.8rem;
  }
}

@media (min-width: 1025px) {
  .pagination {
    padding: 4.1rem 0 3.8rem;
  }
}

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

.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  .pagination__list {
    padding: 0 1.4rem;
  }
}

@media (min-width: 1025px) {
  .pagination__list {
    padding: 0 1rem;
  }
}

.pagination__list-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2.4rem;
}

@media (min-width: 700px) {
  .pagination__list-holder {
    padding-right: 3rem;
    margin: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media (min-width: 1025px) {
  .pagination__list-holder {
    padding-right: 4.2rem;
  }
}

.pagination__list--item {
  margin: 0 0.8rem;
}

@media (min-width: 700px) {
  .pagination__list--item {
    margin: 0 1rem;
  }
}

.pagination__link {
  text-decoration: none;
}

.pagination__link.current {
  font-weight: 400;
  color: #000000;
}

.pagination__button {
  display: block;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  border-radius: 50%;
  background: #000000 url("/_resources/images/icons/arrow-white.svg") no-repeat center;
  background-position: calc(50% + 0.2rem) 50%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.pagination__button:hover {
  background-color: #A1243F;
}

.pagination__button--next {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.pagination__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 700px) {
  .pagination__bottom {
    width: 100%;
  }
}

.pagination__bottom .pagination__pager {
  margin: 0;
}

.pagination__bottom .pagination__pager select {
  padding: 0.5rem 3.2rem 0.7rem 1rem;
  min-width: 0px;
  margin-right: 0.4rem;
}

@media (min-width: 700px) {
  .pagination__bottom .pagination__pager select {
    margin-right: 0.6rem;
    padding: 0.7rem 4.9rem 0.9rem 1.4rem;
  }
}

@media (min-width: 1025px) {
  .pagination__bottom .pagination__pager select {
    padding: 0.7rem 3.8rem 0.6rem 1.3rem;
  }
}

.story-explorer {
  background: #A1243F;
  margin: 0 auto;
}

.story-explorer .container {
  padding: 0;
}

.story-explorer__box {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .story-explorer__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.story-explorer__intro {
  position: relative;
  text-align: right;
  z-index: 2;
}

.story-explorer__heading {
  color: #FFFFFF;
  font-weight: 400;
  margin: 0;
}

.story-explorer__heading-line-1 {
  display: block;
  text-transform: uppercase;
  font-family: Lato, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
}

@media (min-width: 700px) {
  .story-explorer__heading-line-1 {
    margin: 0 0 -3px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

@media (min-width: 1025px) {
  .story-explorer__heading-line-1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

.story-explorer__heading-line-2 {
  display: block;
  font-size: 4.2rem;
  line-height: 4.6rem;
}

@media (min-width: 700px) {
  .story-explorer__heading-line-2 {
    font-size: 6rem;
    line-height: 6.6rem;
  }
}

@media (min-width: 1025px) {
  .story-explorer__heading-line-2 {
    font-size: 9rem;
    line-height: 9.4rem;
  }
}

.story-explorer__display {
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  padding: 3rem 2rem;
  background: #A1243F;
  min-height: 22rem;
  z-index: 3;
}

@media (min-width: 700px) {
  .story-explorer__display {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 42%;
    height: 100vh;
    padding: 3.5rem 2.4rem;
  }
}

@media (min-width: 1025px) {
  .story-explorer__display {
    width: 42.3%;
    padding: 11.2rem 5.1rem;
  }
}

.static-display .story-explorer__display {
  position: relative;
}

@media (max-width: 699px) {
  .is-on-edge:not(.static-display) .story-explorer__display {
    position: relative;
    -webkit-transform: translateY(calc(var(--display-top-offset)));
        -ms-transform: translateY(calc(var(--display-top-offset)));
            transform: translateY(calc(var(--display-top-offset)));
  }
}

.story-explorer__display-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.story-explorer__display-item .story-explorer__display-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility, transform;
  -webkit-animation-name: map-fade-out;
          animation-name: map-fade-out;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (min-width: 700px) {
  .story-explorer__display-item .story-explorer__display-map {
    height: 100%;
    -webkit-animation-name: map-fade-out-desktop;
            animation-name: map-fade-out-desktop;
  }
}

@media screen and (max-width: 1024px) {
  .story-explorer__display-item .story-explorer__display-map img {
    margin: auto;
  }
}

.story-explorer__display-item.active .story-explorer__display-map {
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: map-fade-in;
          animation-name: map-fade-in;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (min-width: 700px) {
  .story-explorer__display-item.active .story-explorer__display-map {
    -webkit-animation-name: map-fade-in-desktop;
            animation-name: map-fade-in-desktop;
  }
}

@-webkit-keyframes map-fade-in {
  from {
    -webkit-transform: translateY(7rem);
            transform: translateY(7rem);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes map-fade-in {
  from {
    -webkit-transform: translateY(7rem);
            transform: translateY(7rem);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes map-fade-out {
  from {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translateY(-7rem);
            transform: translateY(-7rem);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes map-fade-out {
  from {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translateY(-7rem);
            transform: translateY(-7rem);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes map-fade-in-desktop {
  from {
    -webkit-transform: translate(10rem, -10rem);
            transform: translate(10rem, -10rem);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes map-fade-in-desktop {
  from {
    -webkit-transform: translate(10rem, -10rem);
            transform: translate(10rem, -10rem);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes map-fade-out-desktop {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translate(-10rem, 10rem);
            transform: translate(-10rem, 10rem);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes map-fade-out-desktop {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translate(-10rem, 10rem);
            transform: translate(-10rem, 10rem);
    opacity: 0;
    visibility: hidden;
  }
}

.story-explorer__display-item.active .location {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease 1.5s, visibility .3s ease 1.5s;
  -o-transition: opacity .3s ease 1.5s, visibility .3s ease 1.5s;
  transition: opacity .3s ease 1.5s, visibility .3s ease 1.5s;
}

.story-explorer__display .location {
  position: absolute;
  font-size: 1.2rem;
  line-height: 1.44rem;
  font-family: Lato, Helvetica, sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  -o-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
  top: calc(50% - 15px);
  -webkit-transform: translate(14px, var(--location-top-offset));
      -ms-transform: translate(14px, var(--location-top-offset));
          transform: translate(14px, var(--location-top-offset));
  max-width: calc(100% - var(--max-width-error-shift) - 30px);
}

@media (min-width: 700px) {
  .story-explorer__display .location {
    font-size: 1.4rem;
    line-height: 1.86rem;
    top: calc(33.5vh - 21px);
  }
}

.story-explorer__dot-holder {
  position: absolute;
  top: 48.5%;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 0 1.5rem 0 0;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transition: width 1.5s ease-in-out, height 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  transition: width 1.5s ease-in-out, height 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  -o-transition: width 1.5s ease-in-out, height 1.5s ease-in-out, transform 1.5s ease-in-out;
  transition: width 1.5s ease-in-out, height 1.5s ease-in-out, transform 1.5s ease-in-out;
  transition: width 1.5s ease-in-out, height 1.5s ease-in-out, transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  z-index: 3;
}

@media screen and (min-width: 1025px) {
  .story-explorer__dot-holder {
    top: 33.5vh;
  }
}

.story-explorer__dot-holder.y-reverse {
  -webkit-transform: scaleY(-1) translateY(100%);
      -ms-transform: scaleY(-1) translateY(100%);
          transform: scaleY(-1) translateY(100%);
}

.story-explorer__dot-holder:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border-radius: 50%;
}

@media (min-width: 700px) {
  .story-explorer__list {
    width: 100%;
  }
}

.story-explorer__list-item {
  padding: 0;
  background: none;
  border: none;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  min-height: calc(100vh / 3);
}

.story-explorer__list-item:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
}

.story-explorer__list-item::after {
  content: "";
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 1.2rem;
  background-image: url("/_resources/images/icons/arrow-tail-white.svg");
  background-color: #A1243F;
  border: 2px solid #A1243F;
}

.is-safari .story-explorer__list-item::after {
  -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (min-width: 700px) {
  .story-explorer__list-item::after {
    width: 4.5rem;
    height: 4.5rem;
    background-size: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .story-explorer__list-item::after {
    width: 6.5rem;
    height: 6.5rem;
    background-size: 2.3rem;
  }
}

.story-explorer__list-item:hover::after {
  background-image: url("/_resources/images/icons/arrow-tail-white.svg");
  background-color: #000000;
  border-color: #000000;
}

.story-explorer__list-item:after {
  position: absolute;
  top: auto;
  right: 1.7rem;
  bottom: 2.5rem;
}

@media (min-width: 700px) {
  .story-explorer__list-item:after {
    right: 1.9rem;
    bottom: 2.9rem;
  }
}

@media (min-width: 1025px) {
  .story-explorer__list-item:after {
    right: 4.6rem;
    bottom: 5.1rem;
  }
}

.story-explorer__list-item:hover:after {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.story-explorer__list-item:hover .story-explorer__image:after {
  opacity: 1;
}

.story-explorer__image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: calc(100vh / 3);
  background: #000000;
}

.story-explorer__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 320/213;
  min-height: calc(100vh / 3);
}

@media (min-width: 700px) {
  .story-explorer__image img {
    aspect-ratio: 406/272;
  }
}

@media (min-width: 1025px) {
  .story-explorer__image img {
    aspect-ratio: 692/461;
  }
}

.story-explorer__image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(83.58%, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 83.58%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 83.58%);
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.story-explorer__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), color-stop(83.58%, rgba(0, 0, 0, 0.2)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.2) 83.58%);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.2) 83.58%);
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.story-explorer__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 2rem 2.8rem;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  width: 100%;
}

@media (min-width: 700px) {
  .story-explorer__body {
    padding: 2rem 2rem 4.4rem;
  }
}

@media (min-width: 1025px) {
  .story-explorer__body {
    padding: 2rem 5rem 4.8rem;
  }
}

.story-explorer__subtitle {
  max-width: 75%;
  margin: 0 0 0.6rem;
  font-size: 1.2rem;
  line-height: 1.56rem;
  color: #FFFFFF;
}

@media (min-width: 700px) {
  .story-explorer__subtitle {
    max-width: 80%;
    margin: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1025px) {
  .story-explorer__subtitle {
    margin: 0 0 1.2rem;
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

.story-explorer__title {
  color: #FFFFFF;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  font-family: Lato, Helvetica, sans-serif;
  padding-left: 0;
  padding-right: 3rem;
  letter-spacing: 0px;
  background: none;
  border: none;
}

.story-explorer__title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (min-width: 700px) {
  .story-explorer__title {
    padding-right: 6rem;
    font-size: 3.4rem;
    line-height: 3.6rem;
  }
}

@media (min-width: 1025px) {
  .story-explorer__title {
    padding-right: 6rem;
    max-width: 74.8%;
  }
}

@media (min-width: 1025px) {
  .story-explorer__title span {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

.story-explorer__title > * {
  margin: 0;
}

.story-explorer__title:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
}

@media (min-width: 700px) {
  .story-explorer--video .story-explorer__display {
    padding: 10.1rem 2.7rem;
  }
}

@media (min-width: 1025px) {
  .story-explorer--video .story-explorer__display {
    padding: 8.1rem 9rem 0 4rem;
  }
}

.story-explorer--video .story-explorer__display .video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story-explorer--video .story-explorer__display .video-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(161, 36, 63, 0.5);
  mix-blend-mode: multiply;
  z-index: 1;
}

.story-explorer--video .story-explorer__display .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.story-explorer--video .story-explorer__display .video-box.is-playing .play-btn-indicator:before {
  margin-left: -4px;
  border-width: 7px 0 7px 5px;
  border-color: #FFFFFF;
}

.story-explorer--video .story-explorer__display .video-box.is-playing .play-btn-indicator:after {
  opacity: 1;
}

.story-explorer--video .story-explorer__display .play-btn-indicator {
  position: absolute;
  top: 36px;
  left: 20px;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  border: 0.3px solid #FFFFFF;
  background-color: #000000;
  opacity: 1;
  visibility: visible;
  z-index: 3;
  pointer-events: none;
}

@media (min-width: 700px) {
  .story-explorer--video .story-explorer__display .play-btn-indicator {
    display: block;
    left: auto;
    right: 27px;
  }
}

@media (min-width: 1025px) {
  .story-explorer--video .story-explorer__display .play-btn-indicator {
    top: 31px;
    right: 25px;
  }
}

.story-explorer--video .story-explorer__display .play-btn-indicator:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 2px;
  border-width: 8px 0 8px 12.9px;
  border-style: solid;
  border-color: transparent transparent transparent #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: border .3s ease, margin .3s ease;
  -o-transition: border .3s ease, margin .3s ease;
  transition: border .3s ease, margin .3s ease;
}

.story-explorer--video .story-explorer__display .play-btn-indicator:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 4px;
  border-width: 7px 0 7px 5px;
  border-color: #FFFFFF;
  border-style: solid;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.story-explorer--video .story-explorer__display .play-btn {
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
}

.story-explorer--video .story-explorer__display .play-btn:focus {
  opacity: 1;
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
  outline-offset: -4px;
}

@media (min-width: 700px) {
  .story-explorer--icons .story-explorer__display {
    padding: 10.1rem 2.7rem;
  }
}

@media (min-width: 1025px) {
  .story-explorer--icons .story-explorer__display {
    padding: 8.1rem 9rem 0 0;
  }
}

.story-explorer--icons .story-explorer__display-item .story-explorer__display-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  -webkit-animation-name: map-fade-out-icon;
          animation-name: map-fade-out-icon;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.story-explorer--icons .story-explorer__display-item .story-explorer__display-map img {
  height: auto;
  width: 100%;
  max-width: 75%;
  max-height: 75%;
}

@media (min-width: 700px) {
  .story-explorer--icons .story-explorer__display-item .story-explorer__display-map img {
    height: auto;
  }
}

.story-explorer--icons .story-explorer__display-item.active .story-explorer__display-map {
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: map-fade-in-icon;
          animation-name: map-fade-in-icon;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes map-fade-in-icon {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes map-fade-in-icon {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes map-fade-out-icon {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes map-fade-out-icon {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 320px) {
  .story-explorer .story-explorer__display {
    position: relative;
  }
}

[data-lightbox-content]:not(.content-visible) {
  display: none;
}

.easy-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 5;
}

@media (min-width: 700px) {
  .easy-lightbox {
    padding: calc(13.2rem / 2) 0;
    overflow-y: scroll;
    z-index: 105;
  }
}

@media (min-width: 1025px) {
  .easy-lightbox {
    padding: calc(16.8rem / 2) 0;
  }
}

.easy-lightbox__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2;
}

.easy-lightbox__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  z-index: 3;
}

@media (min-width: 700px) {
  .easy-lightbox__wrapper {
    width: calc(100% - 8rem);
  }
}

@media (min-width: 1025px) {
  .easy-lightbox__wrapper {
    width: calc(100% - 16rem);
  }
}

.easy-lightbox__content {
  overflow-y: auto;
  height: 100%;
}

@media (min-width: 700px) {
  .easy-lightbox__content {
    overflow: visible;
  }
}

@media (min-width: 700px) {
  .easy-lightbox__content .content-visible {
    padding-bottom: calc(13.2rem / 2);
  }
}

@media (min-width: 1025px) {
  .easy-lightbox__content .content-visible {
    padding-bottom: calc(16.8rem / 2);
  }
}

.easy-lightbox__close {
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 1rem;
  right: 0.9rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background: #000000;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  z-index: 4;
}

@media (min-width: 700px) {
  .easy-lightbox__close {
    top: -2.9rem;
    right: -2.4rem;
    width: 5rem;
    height: 5rem;
  }
}

@media (min-width: 1025px) {
  .easy-lightbox__close {
    top: -4.5rem;
    right: -4.5rem;
    width: 9rem;
    height: 9rem;
  }
}

.easy-lightbox__close:hover {
  background-color: #A1243F;
}

.easy-lightbox__close:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
  outline-offset: -6px;
}

.easy-lightbox__close:before, .easy-lightbox__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.3rem;
  height: 1px;
  background: #FFFFFF;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media (min-width: 700px) {
  .easy-lightbox__close:before, .easy-lightbox__close:after {
    width: 2.2rem;
    height: 2px;
  }
}

@media (min-width: 1025px) {
  .easy-lightbox__close:before, .easy-lightbox__close:after {
    width: 4rem;
  }
}

.easy-lightbox__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.body-fixed {
  overflow: hidden;
}

.story-lightbox .video-box video {
  visibility: hidden;
}

.story-lightbox .video-box.is-playing video {
  visibility: visible;
}

.story-lightbox .video-box,
.story-lightbox .image-box {
  width: 100%;
  padding-top: 51.25%;
  height: 0px;
  position: relative;
}

@media (min-width: 700px) {
  .story-lightbox .video-box,
  .story-lightbox .image-box {
    padding-top: 56.29%;
  }
}

@media (min-width: 1025px) {
  .story-lightbox .video-box,
  .story-lightbox .image-box {
    padding-top: 56.25%;
  }
}

.story-lightbox .video-box.is-playing .video-placeholder img,
.story-lightbox .image-box.is-playing .video-placeholder img {
  opacity: 0;
  visibility: hidden;
}

.story-lightbox .video-box.is-playing .play-btn,
.story-lightbox .image-box.is-playing .play-btn {
  opacity: 0;
  visibility: hidden;
}

.story-lightbox .video-box video,
.story-lightbox .video-box .video-placeholder img,
.story-lightbox .video-box .image-holder img,
.story-lightbox .image-box video,
.story-lightbox .image-box .video-placeholder img,
.story-lightbox .image-box .image-holder img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.story-lightbox .video-box video,
.story-lightbox .image-box video {
  z-index: 1;
}

.story-lightbox .video-box .video-placeholder img,
.story-lightbox .image-box .video-placeholder img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  -o-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 2;
}

.story-lightbox .video-box .play-btn,
.story-lightbox .image-box .play-btn {
  position: absolute;
  bottom: -2.8rem;
  left: 1.8rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 0.3px solid #FFFFFF;
  background: #A1243F;
  opacity: 1;
  visibility: visible;
  -webkit-transition: background-color .3s ease, opacity .3s ease, visibility .3s ease;
  -o-transition: background-color .3s ease, opacity .3s ease, visibility .3s ease;
  transition: background-color .3s ease, opacity .3s ease, visibility .3s ease;
  z-index: 3;
}

@media (min-width: 700px) {
  .story-lightbox .video-box .play-btn,
  .story-lightbox .image-box .play-btn {
    bottom: -2.5rem;
    left: 3.6rem;
    width: 9rem;
    height: 9rem;
  }
}

@media (min-width: 1025px) {
  .story-lightbox .video-box .play-btn,
  .story-lightbox .image-box .play-btn {
    bottom: -4.8rem;
    left: 6.1rem;
    width: 15rem;
    height: 15rem;
  }
}

.story-lightbox .video-box .play-btn:hover,
.story-lightbox .image-box .play-btn:hover {
  background-color: #000000;
}

.story-lightbox .video-box .play-btn:before,
.story-lightbox .image-box .play-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 2px;
  border-width: 8px 0 8px 12.9px;
  border-style: solid;
  border-color: transparent transparent transparent #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 700px) {
  .story-lightbox .video-box .play-btn:before,
  .story-lightbox .image-box .play-btn:before {
    margin-left: 5px;
    border-width: 16px 0 16px 27.9px;
  }
}

@media (min-width: 1025px) {
  .story-lightbox .video-box .play-btn:before,
  .story-lightbox .image-box .play-btn:before {
    margin-left: 8px;
    border-width: 27px 0 27px 45.9px;
  }
}

.story-lightbox__content {
  padding: 1.3rem 0 3.3rem;
}

@media (min-width: 700px) {
  .story-lightbox__content {
    padding: 0.7rem 0 3.9rem;
    background-color: #FFFFFF;
  }
}

@media (min-width: 1025px) {
  .story-lightbox__content {
    padding: 2.8rem 0 3.1rem;
  }
}

.video-lightbox .story-lightbox__content {
  padding: 3.3rem 0;
}

@media (min-width: 700px) {
  .video-lightbox .story-lightbox__content {
    padding: 2.7rem 0 3.9rem;
    background-color: #FFFFFF;
  }
}

@media (min-width: 1025px) {
  .video-lightbox .story-lightbox__content {
    padding: 5.8rem 0 3.1rem;
  }
}

.story-lightbox__content-header {
  padding: 0 1.9rem 1rem 2.7rem;
  border-bottom: 1px solid #000000;
}

@media (min-width: 700px) {
  .story-lightbox__content-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.7rem 2.5rem 1.2rem 5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1025px) {
  .story-lightbox__content-header {
    padding: 1.4rem 4.9rem 3rem 7.9rem;
  }
}

@media (min-width: 1025px) {
  .video-lightbox .story-lightbox__content-header {
    padding: 1.4rem 4.9rem 2.4rem 7.9rem;
  }
}

.story-lightbox__content-body {
  padding: 1.5rem 1.9rem 1rem 2.9rem;
}

@media (min-width: 700px) {
  .story-lightbox__content-body {
    padding: 3rem 2.5rem 1rem 5rem;
  }
}

@media (min-width: 1025px) {
  .story-lightbox__content-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.8rem 2.5rem 1rem 7.8rem;
  }
}

.story-lightbox__details {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (min-width: 700px) {
  .story-lightbox__details {
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-right: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .story-lightbox__details {
    margin-right: 2.2rem;
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}

.story-lightbox__title {
  font-weight: 700;
}

@media (min-width: 700px) {
  .story-lightbox__title {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .story-lightbox__title {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}

.story-lightbox__story-caption {
  margin: 0 0 1rem;
}

@media (min-width: 700px) {
  .story-lightbox__story-caption {
    margin: 0 auto 0 0;
    line-height: 4.8rem;
  }
}

.story-lightbox__quote {
  margin: 0;
}

.story-lightbox__quote .copy {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: PlayfairDisplay, Times, serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.112rem;
}

@media (min-width: 700px) {
  .story-lightbox__quote .copy {
    font-size: 2.7rem;
    line-height: 3.8rem;
  }
}

@media (min-width: 1025px) {
  .story-lightbox__quote .copy {
    padding: 2.2rem 4rem 0 0;
    font-size: 3.6rem;
    line-height: 4.9rem;
  }
}

.story-lightbox__quote .copy:before {
  content: '“';
  position: absolute;
  top: 0.3rem;
  left: -2.1rem;
  color: #A1243F;
  font-size: 4rem;
  font-weight: 700;
}

@media (min-width: 700px) {
  .story-lightbox__quote .copy:before {
    top: 0.4rem;
    left: -3.1rem;
    font-size: 6rem;
  }
}

@media (min-width: 1025px) {
  .story-lightbox__quote .copy:before {
    top: 3.4rem;
    left: -5.1rem;
    font-size: 10rem;
  }
}

.story-lightbox__quote .author {
  margin: 1.8rem 0 0.5rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

@media (min-width: 700px) {
  .story-lightbox__quote .author {
    margin: 1.8rem 0 1.3rem;
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

@media (min-width: 1025px) {
  .story-lightbox__quote .author {
    margin: 2.3rem 0 2.7rem;
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}

.story-lightbox__caption-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0 0;
}

@media (min-width: 700px) {
  .story-lightbox__caption-holder {
    padding: 2.5rem 0 0;
  }
}

@media (min-width: 1025px) {
  .story-lightbox__caption-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 19rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0;
  }
}

.story-lightbox__caption-image {
  width: 100%;
  max-width: 8.5rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 1rem;
}

@media (min-width: 700px) {
  .story-lightbox__caption-image {
    max-width: 15rem;
    margin-right: 10.9rem;
  }
}

@media (min-width: 1025px) {
  .story-lightbox__caption-image {
    margin-right: 0;
    margin-bottom: 4.1rem;
  }
}

.story-lightbox__caption-image img {
  width: 100%;
}

.story-lightbox__caption-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

@media (min-width: 700px) {
  .story-lightbox__caption-text {
    font-size: 1.4rem;
    line-height: 2.17rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1025px) {
  .story-lightbox__caption-text {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding-right: 0;
  }
}

.centers.section {
  position: relative;
  padding: 5rem 0 1.8rem;
}

@media (min-width: 700px) {
  .centers.section {
    padding: 6.5rem 0 3.8rem;
  }
}

@media (min-width: 1025px) {
  .centers.section {
    padding: 7.6rem 0 6.2rem;
  }
}

.centers.section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #F6F6F6;
}

@media (min-width: 700px) {
  .centers.section:before {
    height: 2.6rem;
  }
}

@media (min-width: 1025px) {
  .centers.section:before {
    height: 4.2rem;
  }
}

@media (min-width: 1025px) {
  .centers.section .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.centers__header {
  margin: 0 0 4.9rem;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .centers__header {
    margin: 0 0 3.9rem;
  }
}

@media (min-width: 1025px) {
  .centers__header {
    margin: 0 0 6.5rem;
  }
}

.centers__header h2 {
  font-family: Lato, Helvetica, sans-serif;
  font-size: 2.9rem;
  line-height: 3.5rem;
}

@media (min-width: 700px) {
  .centers__header h2 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}

@media (min-width: 1025px) {
  .centers__header h2 {
    font-size: 6.7rem;
    line-height: 7.6rem;
  }
}

.centers__item--stat {
  margin: 0 -2rem;
  width: calc(100% + 4rem);
  border-bottom: 1px solid #000000;
}

@media (min-width: 700px) {
  .centers__item--stat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 -4rem;
    width: calc(100% + 8rem);
    border-top: 1px solid #000000;
  }
}

@media (min-width: 1025px) {
  .centers__item--stat {
    margin: 0 -5.1rem;
    width: calc(100% + 10.2rem);
    border: 1px solid #000000;
  }
}

.centers__item--stat-image {
  margin: 0 0 3rem;
  border-right: 1px solid #000000;
}

@media (min-width: 700px) {
  .centers__item--stat-image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 33.6%;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .centers__item--stat-image {
    position: relative;
    width: 33.4%;
  }
}

.centers__item--stat-image img {
  width: 100%;
  aspect-ratio: 320/346;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 700px) {
  .centers__item--stat-image img {
    aspect-ratio: auto;
    height: 100%;
  }
}

@media (min-width: 1025px) {
  .centers__item--stat-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.centers__item--stat-holder {
  padding: 0 2rem;
}

@media (min-width: 700px) {
  .centers__item--stat-holder {
    width: 100%;
    padding: 3.7rem 4rem 1.8rem 3.4rem;
  }
}

@media (min-width: 1025px) {
  .centers__item--stat-holder {
    padding: 5.8rem 5rem 4.1rem 4.9rem;
  }
}

@media (min-width: 700px) {
  .centers__item--stat .stat3up__list {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .centers__item--stat .stat3up__item {
    padding: 3.8rem 0 4rem;
  }
}

@media (min-width: 1025px) {
  .centers__item--stat .stat3up__item {
    padding: 4.5rem 0 3.2rem;
  }
}

@media (min-width: 1025px) {
  .centers__item--stat .stat3up__item:first-child {
    padding-top: 3.8rem;
  }
}

.centers__item--stat .stat3up__number {
  word-break: break-all;
}

@media (min-width: 700px) {
  .centers__item--stat .stat3up__number {
    width: calc(50% - 2px);
    margin: 0;
    border-right-width: 2px;
    text-align: left;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media (min-width: 1025px) {
  .centers__item--stat .stat3up__number {
    width: calc(41.6% - 3px);
    border-right-width: 3px;
  }
}

@media (min-width: 700px) {
  .centers__item--stat .stat3up__body {
    padding-left: 2.4rem;
    width: calc(50% + 2px);
  }
}

@media (min-width: 1025px) {
  .centers__item--stat .stat3up__body {
    padding-left: 3.4rem;
  }
}

.centers__item--stat .stat3up__number {
  position: relative;
  border-bottom-color: transparent;
}

.centers__item--stat .stat3up__number:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10rem;
  height: 2px;
  background: #A1243F;
}

@media (min-width: 700px) {
  .centers__item--stat .stat3up__number:before {
    display: none;
  }
}

.centers__item--blockquote {
  padding: 4.1rem 0 0;
}

@media (min-width: 700px) {
  .centers__item--blockquote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1025px) {
  .centers__item--blockquote {
    padding: 5.8rem 0 0;
    gap: 8.6rem;
  }
}

.centers__item--blockquote .centers__item-title {
  margin: 0 0 1.8rem;
}

@media (min-width: 700px) {
  .centers__item--blockquote .centers__item-title {
    margin: 0 0 2.3rem;
  }
}

@media (min-width: 1025px) {
  .centers__item--blockquote .centers__item-title {
    margin: 0 0 3rem;
  }
}

.centers__item--blockquote .quote {
  padding: 3.1rem 2.3rem;
  border-top: none;
  border-bottom: none;
}

@media (min-width: 700px) {
  .centers__item--blockquote .quote {
    padding: 0.1rem 0;
  }
}

@media (min-width: 1025px) {
  .centers__item--blockquote .quote {
    padding: 1.1rem 0 0 5.7rem;
  }
}

.centers__item--blockquote .quote:before {
  display: none;
}

.centers__item--blockquote .quote__copy {
  padding: 0 0 1.4rem;
  line-height: 2.6rem;
}

@media (min-width: 700px) {
  .centers__item--blockquote .quote__copy {
    padding: 0 0 1.1rem;
    line-height: 3.8rem;
  }
}

@media (min-width: 1025px) {
  .centers__item--blockquote .quote__copy {
    line-height: 4.9rem;
  }
}

.centers__item--blockquote .quote__copy:before {
  top: 0.6rem;
}

@media (min-width: 700px) {
  .centers__item--blockquote .quote__copy:before {
    font-size: 6rem;
    top: 0.4rem;
    left: -3.1rem;
  }
}

@media (min-width: 1025px) {
  .centers__item--blockquote .quote__copy:before {
    font-size: 10rem;
    top: 1.7rem;
    left: -5.8rem;
  }
}

@media (min-width: 700px) {
  .centers__item--blockquote .blockquote-intro {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 55.3%;
  }
}

@media (min-width: 1025px) {
  .centers__item--blockquote .blockquote-intro {
    width: calc(50% - 4rem);
  }
}

@media (min-width: 700px) {
  .centers__item--blockquote .blockquote-intro__text {
    line-height: 2.5rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1025px) {
  .centers__item--blockquote .blockquote-intro__text {
    padding-right: 2rem;
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.centers__item-title {
  margin: 0 0 0.8rem;
}

@media (min-width: 700px) {
  .centers__item-title {
    margin: 0 -3rem 0.4rem 0;
  }
}

@media (min-width: 1025px) {
  .centers__item-title {
    margin: 0 0 0.2rem 0;
  }
}

.centers__item-title h3, .centers__item-title .story-explorer__title span, .story-explorer__title .centers__item-title span {
  margin: 0;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .centers__item-title h3, .centers__item-title .story-explorer__title span, .story-explorer__title .centers__item-title span {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

.centers__item-title .cta--link {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.centers__item-title .cta--link::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 1.1rem;
  background-image: url("/_resources/images/icons/arrow-tail-dark.svg");
  background-color: #FFFFFF;
  border: 2px solid #DEDEDE;
}

.is-safari .centers__item-title .cta--link::after {
  -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (min-width: 700px) {
  .centers__item-title .cta--link::after {
    width: 4rem;
    height: 4rem;
    background-size: 1.3rem;
  }
}

@media (min-width: 1025px) {
  .centers__item-title .cta--link::after {
    width: 4rem;
    height: 4rem;
    background-size: 1.4rem;
  }
}

.centers__item-title .cta--link:hover::after {
  background-image: url("/_resources/images/icons/arrow-tail-white.svg");
  background-color: #000000;
  border-color: #000000;
}

.video-features {
  position: relative;
  padding: 5rem 0 0;
  border-top: 1px solid #000000;
}

@media (min-width: 700px) {
  .video-features {
    padding: 6.5rem 0 0;
  }
}

@media (min-width: 1025px) {
  .video-features {
    padding: 8.3rem 0 0;
  }
}

@media (min-width: 700px) {
  .video-features .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1025px) {
  .video-features .container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.video-features:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #F6F6F6;
}

@media (min-width: 700px) {
  .video-features:before {
    height: 2.6rem;
  }
}

@media (min-width: 1025px) {
  .video-features:before {
    height: 4.2rem;
  }
}

.video-features__header {
  margin: 0 0 3.6rem;
}

@media (min-width: 700px) {
  .video-features__header {
    margin: 0 0 2rem;
  }
}

@media (min-width: 1025px) {
  .video-features__header {
    margin: 0 0 6.1rem;
  }
}

.video-features__header h2 {
  font-weight: 400;
}

.video-features .title-line {
  display: block;
  margin: 0 0 0.8rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #A1243F;
  text-transform: uppercase;
  font-family: Lato, Helvetica, sans-serif;
}

@media (min-width: 700px) {
  .video-features .title-line {
    margin: 0 0 -0.4rem;
  }
}

@media (min-width: 1025px) {
  .video-features .title-line {
    margin: 0;
    font-size: 3rem;
    line-height: 4rem;
  }
}

.video-features .title-line--decorative {
  font-size: 4.2rem;
  line-height: 4.6rem;
  font-style: italic;
  display: block;
}

@media (min-width: 700px) {
  .video-features .title-line--decorative {
    font-size: 6rem;
    line-height: 6.6rem;
  }
}

@media (min-width: 1025px) {
  .video-features .title-line--decorative {
    font-size: 9rem;
    line-height: 9.4rem;
  }
}

@media (min-width: 1025px) {
  .video-features .carousel__item--header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.video-features .carousel__wrapper {
  width: calc(100% + 4rem);
  margin: 0 -2rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

@media (min-width: 700px) {
  .video-features .carousel__wrapper {
    width: calc(100% + 8rem);
    margin: 0 -4rem;
  }
}

@media (min-width: 1025px) {
  .video-features .carousel__wrapper {
    width: calc(100% + 20.1rem);
    margin: 0 -10.1rem;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}

.video-features .carousel__wrapper .content-holder {
  padding: 4rem 2rem 2.5rem;
}

@media (min-width: 700px) {
  .video-features .carousel__wrapper .content-holder {
    padding: 3.9rem 7rem 10rem;
  }
}

@media (min-width: 1025px) {
  .video-features .carousel__wrapper .content-holder {
    padding: 8.8rem 13rem 9rem 10rem;
  }
}

.video-features .carousel__wrapper .content-holder .image-holder {
  max-width: 10rem;
  margin: 0 0 2rem;
}

@media (min-width: 1025px) {
  .video-features .carousel__wrapper .content-holder .image-holder {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 14.2rem;
    margin: 0 4.1rem 2.5rem 0;
  }
}

.video-features .carousel__wrapper .content-holder .subtitle {
  margin: 0 0 1.5rem;
}

@media (min-width: 700px) {
  .video-features .carousel__wrapper .content-holder .subtitle {
    margin: 0 0 2.1rem;
  }
}

@media (min-width: 1025px) {
  .video-features .carousel__wrapper .content-holder .subtitle {
    padding: 0.7rem 0 0;
  }
}

.video-features .carousel__wrapper .content-holder h3, .video-features .carousel__wrapper .content-holder .story-explorer__title span, .story-explorer__title .video-features .carousel__wrapper .content-holder span {
  margin: 0;
}

@media (min-width: 1025px) {
  .video-features .carousel__wrapper .content-holder h3, .video-features .carousel__wrapper .content-holder .story-explorer__title span, .story-explorer__title .video-features .carousel__wrapper .content-holder span {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

.video-features .carousel__wrapper .content-holder .caption {
  margin: 0 0 2.5rem;
}

@media (min-width: 1025px) {
  .video-features .carousel__wrapper .content-holder .caption {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.video-features .carousel__wrapper .content-holder .cta--button, .video-features .carousel__wrapper .content-holder .header .sticky-ctas__cta, .header .video-features .carousel__wrapper .content-holder .sticky-ctas__cta, .video-features .carousel__wrapper .content-holder .faculty__resume-cta > a {
  padding: 1.1rem 2.8rem 1.5rem;
  font-size: 1.8rem;
  line-height: 1.9rem;
}

.video-features .carousel__wrapper .slick-dots {
  width: 100%;
  margin: 0;
}

@media (min-width: 700px) {
  .video-features .carousel__wrapper .slick-dots {
    left: 7rem;
    bottom: 6rem;
    width: auto;
  }
}

@media (min-width: 1025px) {
  .video-features .carousel__wrapper .slick-dots {
    left: 9.9rem;
    bottom: 5.2rem;
  }
}

.video-features .carousel__wrapper .content-wrapper {
  padding: 0;
}

.video-features .carousel__wrapper .video-holder {
  position: relative;
}

@media (min-width: 700px) {
  .video-features .carousel__wrapper .video-holder {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 28rem;
  }
}

@media (min-width: 1025px) {
  .video-features .carousel__wrapper .video-holder {
    width: 34rem;
  }
}

.video-features .carousel__wrapper .video-holder .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  z-index: 3;
}

.video-features .carousel__wrapper .video-holder .play-btn:hover .play-indication {
  background: #000000;
}

.video-features .carousel__wrapper .video-holder .play-indication {
  position: relative;
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  background: #A1243F;
  border: 1px solid #FFFFFF;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  border-radius: 50%;
}

@media (min-width: 700px) {
  .video-features .carousel__wrapper .video-holder .play-indication {
    width: 7rem;
    height: 7rem;
  }
}

@media (min-width: 1025px) {
  .video-features .carousel__wrapper .video-holder .play-indication {
    width: 8.5rem;
    height: 8.5rem;
  }
}

.video-features .carousel__wrapper .video-holder .play-indication:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 0 0 0.4rem;
  border-color: transparent transparent transparent #FFFFFF;
  border-style: solid;
  border-width: 1.2rem 0 1.2rem 2rem;
}

@media (min-width: 1025px) {
  .video-features .carousel__wrapper .video-holder .play-indication:before {
    margin: 0 0 0 0.5rem;
    border-width: 1.5rem 0 1.5rem 2.6rem;
  }
}

.video-features .carousel__wrapper .video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  visibility: visible;
}

.video-features .carousel__wrapper .video-placeholder video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-features .carousel__wrapper .video-box {
  visibility: hidden;
}

.video-features .carousel__wrapper .is-playing .video-placeholder {
  visibility: hidden;
}

.video-features .carousel__wrapper .is-playing .video-box {
  visibility: visible;
}

.video-features .carousel__wrapper video {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 320/512;
  z-index: 1;
}

@media (min-width: 700px) {
  .video-features .slick-arrow {
    left: 2.1rem;
  }
}

@media (min-width: 1025px) {
  .video-features .slick-arrow {
    left: 1.8rem;
  }
}

@media (min-width: 700px) {
  .video-features .slick-arrow.slick-next {
    right: 31.4rem;
  }
}

@media (min-width: 1025px) {
  .video-features .slick-arrow.slick-next {
    right: 36.5rem;
  }
}

.video-features .unstick-controls.unstick-controls .slick-arrow {
  left: 1.8rem;
}

@media (min-width: 700px) {
  .video-features .unstick-controls.unstick-controls .slick-arrow {
    left: 2.1rem;
  }
}

@media (min-width: 1025px) {
  .video-features .unstick-controls.unstick-controls .slick-arrow {
    left: 1.8rem;
  }
}

.video-features .unstick-controls.unstick-controls .slick-arrow.slick-next {
  left: auto;
  right: 1.8rem;
}

@media (min-width: 700px) {
  .video-features .unstick-controls.unstick-controls .slick-arrow.slick-next {
    right: 31.4rem;
  }
}

@media (min-width: 1025px) {
  .video-features .unstick-controls.unstick-controls .slick-arrow.slick-next {
    right: 36.5rem;
  }
}

/**
 * @file
 * Story Display
 *
 * Contains styles for Story Display object.
 */
.text-image {
  padding: 4.2rem 0 5rem;
  border-bottom: none;
}

@media (min-width: 700px) {
  .text-image {
    padding: 4.9rem 0 5.4rem;
  }
}

@media (min-width: 1025px) {
  .text-image {
    padding: 10rem 0 11.4rem;
  }
}

.text-image .section__header--decorative {
  margin: 0 0 3.2rem;
}

@media (min-width: 700px) {
  .text-image .section__header--decorative {
    margin: 0 0 3.5rem;
  }
}

@media (min-width: 1025px) {
  .text-image .section__header--decorative {
    margin: 0 0 4.7rem;
  }
}

.text-image .section__header--decorative .title-line {
  font-size: 1.6rem;
  line-height: 2rem;
}

@media (min-width: 700px) {
  .text-image .section__header--decorative .title-line {
    margin: 0 0 1.1rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

@media (min-width: 1025px) {
  .text-image .section__header--decorative .title-line {
    margin: 0 0 -0.2rem;
    font-size: 3rem;
    line-height: 4rem;
  }
}

.text-image .cta-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 12px;
  padding: 24px 0;
}

@media (min-width: 700px) {
  .text-image .cta-holder {
    padding: 3rem 0 0;
  }
}

@media (min-width: 1025px) {
  .text-image .cta-holder {
    padding: 3.4rem 0 0;
    gap: 17px 12px;
  }
}

@media (min-width: 700px) {
  .text-image__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}

@media (min-width: 1025px) {
  .text-image__box {
    gap: 5rem;
  }
}

@media (min-width: 700px) {
  .text-image__column {
    width: calc(50% - 1rem);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.text-image__text {
  margin: 0 0 0.4em;
}

@media (min-width: 1025px) {
  .text-image__text {
    width: calc(39.5% - 2.5rem);
  }
}

@media (min-width: 700px) {
  .text-image__text .content-box {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .text-image__text .content-box {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

@media (min-width: 700px) {
  .text-image__image {
    padding: 0.3rem 0 0;
  }
}

@media (min-width: 1025px) {
  .text-image__image {
    padding: 0.7rem 0 0;
    width: calc(60.5% - 2.5rem);
  }
}

.text-image__image img {
  display: block;
  width: 100%;
}

.news-and-events {
  padding: 0;
}

.news-and-events .grid-box {
  padding-bottom: 0;
}

@media (min-width: 700px) {
  .news-and-events .grid-box__item {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% / 3);
    border-right: 1px solid #000000;
  }
}

@media (min-width: 700px) {
  .news-and-events .grid-box__item:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 700px) {
  .news-and-events .grid-box__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.news-and-events .grid-box__item:nth-child(3n) {
  border-right: none;
}

.news-and-events .header__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  padding: 3.8rem 0 4rem;
}

@media (min-width: 700px) {
  .news-and-events .header__item {
    padding: 2.8rem 0 4rem;
  }
}

@media (min-width: 1025px) {
  .news-and-events .header__item {
    padding: 3rem 0 4rem;
  }
}

.news-and-events .header__item h2 {
  margin: 0;
  font-weight: 400;
}

.news-and-events .header__item .title {
  margin: 0 0 3.7rem;
}

@media (min-width: 700px) {
  .news-and-events .header__item .title {
    margin: 0 0 3.4rem;
  }
}

.news-and-events .header__item .title-line {
  display: block;
  margin: 0 0 -0.1rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #A1243F;
  text-transform: uppercase;
  font-family: Lato, Helvetica, sans-serif;
}

@media (min-width: 700px) {
  .news-and-events .header__item .title-line {
    margin: 0 0 1rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

@media (min-width: 1025px) {
  .news-and-events .header__item .title-line {
    margin: 0 0 0.7rem;
    font-size: 3rem;
    line-height: 4rem;
  }
}

.news-and-events .header__item .title-line--decorative {
  font-size: 4.2rem;
  line-height: 4.6rem;
  font-style: italic;
  display: block;
}

@media (min-width: 700px) {
  .news-and-events .header__item .title-line--decorative {
    font-size: 6rem;
    line-height: 6.6rem;
  }
}

@media (min-width: 1025px) {
  .news-and-events .header__item .title-line--decorative {
    font-size: 9rem;
    line-height: 9.4rem;
  }
}

.news-and-events .header__item-cta-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  .news-and-events .header__item-cta-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.7rem;
  }
}

@media (min-width: 1025px) {
  .news-and-events .header__item-cta-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.news-and-events .events3up__item {
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 700px) {
  .news-and-events .events3up__item {
    padding: 4.5rem 2rem 1.9rem;
  }
}

@media (min-width: 1025px) {
  .news-and-events .events3up__item {
    padding: 6.3rem 4.5rem 2rem;
  }
}

@media (min-width: 700px) {
  .news-and-events .events3up__item--title {
    margin: 0 0 1rem;
  }
}

.news-and-events .events3up__item a {
  text-decoration: none;
}

.news-and-events .events3up__item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (min-width: 700px) {
  .news-and-events .events3up__item .events3up__data {
    margin: 0 0 1.9rem;
  }
}

.news-and-events .news__item:last-child {
  margin: 0;
}

@media (min-width: 1025px) {
  .news-and-events .news__item {
    padding: 7rem 4.5rem 2.3rem;
  }
}

@media (min-width: 1025px) {
  .news-and-events .news__item .events3up__details {
    margin: 0 0 0.9rem;
  }
}

@media (min-width: 1025px) {
  .news-and-events .news__item .events3up__data {
    margin: 0 0 0;
  }
}

@media (min-width: 1025px) {
  .news-and-events .news__item .events3up__item--title {
    margin: 0 0 33px;
  }
}

.news-and-events .events3up__details {
  margin-bottom: auto;
}

.homepage-hero {
  position: relative;
  background-color: #000000;
}

.homepage-hero .page-title {
  margin: 0 0 1.4rem;
}

@media (min-width: 700px) {
  .homepage-hero .page-title {
    margin: 0 0 2.6rem;
    line-height: 8.4rem;
  }
}

@media (min-width: 1025px) {
  .homepage-hero .page-title {
    margin: 0 0 8.4rem;
    font-size: 11rem;
    line-height: 11.4rem;
  }
}

.homepage-hero .page-title span {
  display: block;
}

.homepage-hero .page-title .title-line-2 {
  font-style: italic;
  font-weight: 400;
}

.homepage-hero.can-play .img-holder {
  visibility: hidden;
  opacity: 0;
}

.homepage-hero .img-holder {
  position: relative;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .3s ease, opacity .3s ease;
  -o-transition: visibility .3s ease, opacity .3s ease;
  transition: visibility .3s ease, opacity .3s ease;
}

.homepage-hero .img-holder img {
  display: block;
  width: 100%;
  aspect-ratio: 320/206;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 700px) {
  .homepage-hero .img-holder img {
    aspect-ratio: 700/336;
  }
}

@media (min-width: 1025px) {
  .homepage-hero .img-holder img {
    aspect-ratio: 1200/571;
  }
}

.homepage-hero .img-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(262.36deg, rgba(0, 0, 0, 0) 5.74%, rgba(0, 0, 0, 0.4) 92.99%);
  background: linear-gradient(187.64deg, rgba(0, 0, 0, 0) 5.74%, rgba(0, 0, 0, 0.4) 92.99%);
}

.homepage-hero .video-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  z-index: 2;
}

.homepage-hero .video-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(262.36deg, rgba(0, 0, 0, 0) 5.74%, rgba(0, 0, 0, 0.4) 92.99%);
  background: linear-gradient(187.64deg, rgba(0, 0, 0, 0) 5.74%, rgba(0, 0, 0, 0.4) 92.99%);
}

.homepage-hero .video-holder video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1200/571;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage-hero .title-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  color: #FFFFFF;
}

.homepage-hero .play-button {
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 16px;
  left: 20px;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background-color: #000000;
  opacity: 0;
  visibility: visible;
  z-index: 4;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

@media (min-width: 700px) {
  .homepage-hero .play-button {
    top: 39px;
    left: 39px;
    width: 4.2rem;
    height: 4.2rem;
  }
}

@media (min-width: 1025px) {
  .homepage-hero .play-button {
    top: auto;
    bottom: 49px;
    left: 40px;
  }
}

.homepage-hero .play-button:hover {
  background-color: #A1243F;
}

.homepage-hero .play-button:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
}

.homepage-hero .play-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 2px;
  border-width: 6px 0 6px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: border .3s ease, margin .3s ease;
  -o-transition: border .3s ease, margin .3s ease;
  transition: border .3s ease, margin .3s ease;
}

@media (min-width: 700px) {
  .homepage-hero .play-button:before {
    margin-left: 2px;
    border-width: 8px 0 8px 15px;
  }
}

.homepage-hero .play-button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 3px;
  border-width: 5px 0 5px 3px;
  border-color: #FFFFFF;
  border-style: solid;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media (min-width: 700px) {
  .homepage-hero .play-button:after {
    margin-left: 4px;
    border-width: 9px 0 5px 5px;
  }
}

.homepage-hero.can-play .video-holder {
  opacity: 1;
}

.homepage-hero.can-play .play-button {
  opacity: 1;
}

.homepage-hero.is-playing .play-button:before {
  margin-left: -5px;
  border-width: 5px 0 5px 3px;
  border-color: #FFFFFF;
}

@media (min-width: 700px) {
  .homepage-hero.is-playing .play-button:before {
    margin-left: -5px;
    border-width: 9px 0 5px 5px;
  }
}

.homepage-hero.is-playing .play-button:after {
  opacity: 1;
}

/**
 * @file
 * Blog
 *
 * Contains styles for blog detail and view modes.
 */
.blog__image {
  margin: 2rem 0 1rem;
}

.blog__publish-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1rem;
}

.blog__date {
  font-weight: 700;
}

.blog__author:before {
  content: '|';
  font-size: inherit;
  padding: 0 0.5rem;
}

.blog__tags {
  margin: 1rem 0;
}

.blog__tag-label {
  font-weight: 700;
  margin: 0 0 1rem;
}

.blog__tag-list a {
  margin: 0 .25rem 0 0;
  padding: 0.125rem 0.5rem;
  border: 1px solid #000000;
  border-radius: 3px;
}

@media (min-width: 1025px) {
  .blog-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog-list__items {
  list-style: none;
  display: block;
  padding: 0;
}

.blog-list__item {
  margin: 2rem 0;
  display: table;
}

.blog-list__title {
  margin-top: 0.5rem;
}

@media (min-width: 700px) {
  .blog-list__title {
    margin-top: -0.3rem;
  }
}

@media (min-width: 700px) {
  .blog-list__image {
    float: left;
    margin: 0 30px 0 0;
  }
}

.blog-list__text {
  overflow: hidden;
}

.blog-list__date, .blog-list__author {
  display: inline-block;
}

.blog-list__date {
  font-weight: 700;
}

.blog-list__date:after {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  margin: -0.3rem 2px 0 6px;
}

.blog-list__pager {
  clear: both;
}

.blog3up__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog3up__header h2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blog3up__date, .blog3up__author {
  display: inline-block;
}

.blog3up__date {
  font-weight: 700;
  text-transform: uppercase;
}

.blog3up__author a {
  font-style: italic;
}

.blog3up__author:before {
  font-size: inherit;
  margin: 0 0.25em;
  content: '|';
}

.blog3up__section-cta {
  margin-top: 0;
}

@media (min-width: 700px) {
  .blog__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1025px) {
  .blog__filters {
    display: block;
  }
}

/**
 * @file
 * Catalog
 *
 * Contains styles for catalog program detail and view modes.
 */
@media (min-width: 700px) {
  .catalog__faculty-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.catalog__faculty-info img {
  margin: 0 0 1rem 0;
}

@media (min-width: 700px) {
  .catalog__faculty-info img {
    margin: 0 1rem 2rem 0;
  }
}

.catalog .faculty-info__title {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}

.catalog .faculty-info__email {
  margin: 0 0 0.5rem 0;
}

.catalog .faculty-info__office {
  margin: 0 0 1rem 0;
}

.catalog-course-list__table,
.catalog-program-list__table {
  border-collapse: collapse;
  width: 100%;
}

.catalog-course-list__table thead,
.catalog-program-list__table thead {
  display: none;
}

.catalog-course-list__table tr,
.catalog-program-list__table tr {
  border-bottom: 1px solid;
}

.catalog-course-list__table th,
.catalog-course-list__table td,
.catalog-program-list__table th,
.catalog-program-list__table td {
  text-align: left;
  padding: 20px 10px;
}

.catalog-course-list__table h2,
.catalog-program-list__table h2 {
  margin-top: 0;
}

.catalog-course-list__credit,
.catalog-program-list__credit {
  font-weight: 700;
}

.catalog-course-list__select,
.catalog-program-list__select {
  margin-right: 20px;
}

.catalog-course-list .dataTables_info,
.catalog-program-list .dataTables_info {
  display: none;
}

.catalog-course-list .dataTables_filter,
.catalog-program-list .dataTables_filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.catalog-course-list .dataTables_filter label,
.catalog-program-list .dataTables_filter label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.catalog-course-list .dataTables_filter input[type='search'],
.catalog-program-list .dataTables_filter input[type='search'] {
  display: block;
}

.catalog-course-list .dataTables_info,
.catalog-program-list .dataTables_info {
  display: none;
}

/**
 * @file
 * Faculty
 *
 * Contains styles for faculty detail and view modes.
 */
@media (min-width: 700px) {
  .faculty .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .faculty .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.faculty__header {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 700px) {
  .faculty__header {
    margin-bottom: 2.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .faculty__header {
    margin-bottom: 4.9rem;
  }
}

.faculty__name {
  margin-bottom: 0.9rem;
}

@media screen and (min-width: 700px) {
  .faculty__name {
    margin-top: 1rem;
    margin-bottom: 2.9rem;
  }
}

.faculty__info {
  margin: 0 0 5.3rem;
}

@media screen and (min-width: 700px) {
  .faculty__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 5.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .faculty__info {
    margin: 0 0 6.9rem;
  }
}

@media screen and (min-width: 700px) {
  .faculty__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 57%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
  }
}

.faculty__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faculty__contact {
  padding: 2.5rem 2.8rem 3.5rem;
  border: 1px solid #000000;
}

@media screen and (min-width: 700px) {
  .faculty__contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
  }
}

@media screen and (min-width: 1025px) {
  .faculty__contact {
    padding: 3.5rem 3.8rem;
  }
}

.faculty__email, .faculty__phone, .faculty__office {
  margin-bottom: 1.5rem;
}

.faculty__resume-cta {
  margin-top: 2.5rem;
}

.faculty__resume-cta > a {
  display: inline-block;
  font-size: 18px;
}

.faculty.faculty--listing .faculty__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 2em;
}

.faculty.faculty--listing .faculty__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 2em;
}

.faculty.faculty--directory .faculty__list {
  padding: 0 0 1.4em;
}

@media (min-width: 700px) {
  .faculty.faculty--directory .faculty__list {
    padding: 0 0 41px;
  }
}

@media (min-width: 1025px) {
  .faculty.faculty--directory .faculty__list {
    padding: 0 0 51px;
  }
}

.faculty.faculty--directory .faculty__list .filter-btn-drop {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #EFEFEF;
  padding: 24px 21px;
  margin: 0 0 15px;
  border: none;
  width: 100%;
  max-width: 290px;
  text-align: left;
  color: #000000;
}

@media (min-width: 1025px) {
  .faculty.faculty--directory .faculty__list .filter-btn-drop {
    display: none;
  }
}

.faculty.faculty--directory .faculty__list .filter-btn-drop.expanded span:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.faculty.faculty--directory .faculty__list .filter-btn-drop span {
  position: relative;
  display: block;
  font-weight: 700;
}

.faculty.faculty--directory .faculty__list .filter-btn-drop span:after {
  position: absolute;
  display: block;
  top: calc(50% - 4px);
  right: 0;
  width: 3px;
  height: 3px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #000000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  content: '';
}

.faculty .heading-table .dt-buttons {
  display: none;
}

@media (min-width: 700px) {
  .faculty .heading-table {
    margin: 0 0 4px;
  }
}

@media (min-width: 1025px) {
  .faculty .heading-table {
    margin: 0 0 14px;
  }
}

.faculty .heading-table .toolbar {
  margin: 2rem 0 0;
  position: relative;
  padding: 9px 0 0;
  border-bottom: 2px solid #A1243F;
}

@media (min-width: 700px) {
  .faculty .heading-table .toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    margin: 0rem 0 0;
    padding: 44px 0 0;
    border-bottom: none;
  }
}

@media (min-width: 1025px) {
  .faculty .heading-table .toolbar {
    padding: 49px 0 0;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
}

.faculty .heading-table .clear-table {
  display: none;
  left: 15px;
  background: none;
  border: none;
  padding: 0;
}

@media (min-width: 1025px) {
  .faculty .heading-table .clear-table {
    position: absolute;
    bottom: 35px;
    left: auto;
    top: calc(50% - 4px);
    right: -45px;
    opacity: 1;
  }
}

.faculty .heading-table .filter-box {
  position: relative;
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .faculty .heading-table .filter-box {
    width: calc(100% / 3 - 2rem);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 0 28px;
  }
}

@media (min-width: 1025px) {
  .faculty .heading-table .filter-box {
    width: calc(54.2% / 3);
  }
}

@media (min-width: 700px) {
  .faculty .heading-table .filter-box input,
  .faculty .heading-table .filter-box select {
    min-width: auto;
  }
}

.faculty .heading-table .filter-box:nth-child(3), .faculty .heading-table .filter-box:nth-child(4) {
  display: none;
}

.faculty .heading-table .form__label {
  position: relative;
  display: block;
  margin: 0 0 9px;
  text-transform: capitalize;
  font-weight: 700;
}

.faculty .heading-table .dataTables_filter {
  position: relative;
  margin: 0 0 43px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.faculty .heading-table .dataTables_filter:after {
  position: absolute;
  content: '';
  right: 8px;
  bottom: 9px;
  width: 25px;
  height: 25px;
  background: #A1243F url("/_resources/images/icons/search-icon-white.svg") no-repeat center;
  border-radius: 50%;
}

@media (min-width: 1025px) {
  .faculty .heading-table .dataTables_filter:after {
    right: 14px;
    bottom: 10px;
  }
}

@media (min-width: 1025px) {
  .faculty .heading-table .dataTables_filter:after {
    right: 13px;
    bottom: 9px;
  }
}

@media (max-width: 1024px) {
  .faculty .heading-table .dataTables_filter {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.faculty .heading-table select,
.faculty .heading-table input {
  width: 100%;
  padding: 0.7rem 1.3rem 1rem;
}

@media (min-width: 1025px) {
  .faculty .heading-table select,
  .faculty .heading-table input {
    padding: 0.7rem 1.2rem 0.6rem;
  }
}

.faculty .wrapper-table {
  margin: 0 0 23px;
}

@media (min-width: 700px) {
  .faculty .wrapper-table {
    margin: 0 0 42px;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table {
    margin: 0 0 52px;
  }
}

@media (min-width: 700px) {
  .faculty .wrapper-table:after {
    display: none;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table .table-holder {
    overflow: hidden;
    margin-right: 0;
  }
}

.faculty .wrapper-table table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  border-bottom: none;
}

@media (min-width: 700px) {
  .faculty .wrapper-table table {
    display: table;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table table {
    min-width: 0;
  }
}

@media (min-width: 700px) {
  .faculty .wrapper-table th {
    text-align: left;
    padding: 14px 10px 13px 19px;
    width: 25%;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table th {
    padding: 14px 10px 9px 29px;
  }
}

@media (min-width: 700px) {
  .faculty .wrapper-table th:first-child {
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table th:first-child {
    width: 53.5% !important;
  }
}

.faculty .wrapper-table th:last-child {
  display: none;
}

.faculty .wrapper-table td {
  padding: 0;
  display: block;
  margin: 0 0 13px;
}

@media (min-width: 700px) {
  .faculty .wrapper-table td {
    display: table-cell;
    padding: 19px 20px 19px 19px;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table td {
    padding: 25px 20px 29px 28px;
  }
}

.faculty .wrapper-table td:last-child {
  margin: 0;
}

@media (min-width: 1025px) {
  .faculty .wrapper-table td:last-child {
    width: 53.5% !important;
  }
}

.faculty .wrapper-table tbody {
  display: block;
}

@media (min-width: 700px) {
  .faculty .wrapper-table tbody {
    display: table-row-group;
  }
}

.faculty .wrapper-table thead {
  display: none;
}

@media (min-width: 700px) {
  .faculty .wrapper-table thead {
    display: table-header-group;
  }
}

.faculty .wrapper-table tr {
  display: block;
  padding: 31px 0 0.34rem;
  background: none;
  border-bottom: 1px solid #000000;
}

.faculty .wrapper-table tr:last-child {
  margin: 0;
}

@media (min-width: 700px) {
  .faculty .wrapper-table tr {
    display: table-row;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
}

@media (min-width: 700px) {
  .faculty .wrapper-table tr:nth-child(even) {
    background: #F6F6F6;
  }
}

.faculty .wrapper-table .row-section {
  padding: 0 0 17px;
}

@media (min-width: 700px) {
  .faculty .wrapper-table .row-section {
    display: block;
    padding: 0;
  }
}

.faculty .wrapper-table .row-section span {
  display: block;
}

.faculty .wrapper-table td:last-child {
  display: none;
}

.faculty .wrapper-table td:last-child .row-section {
  padding: 0;
}

@media (min-width: 700px) {
  .faculty .wrapper-table td {
    width: 25%;
  }
}

.faculty .wrapper-table .row-label {
  display: block;
  margin: 0 0 3px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 41%;
      -ms-flex-preferred-size: 41%;
          flex-basis: 41%;
  max-width: 120px;
  font-weight: 700;
}

@media (min-width: 700px) {
  .faculty .wrapper-table .row-label.row-label {
    display: none;
  }
}

.faculty .wrapper-table .email {
  word-break: break-all;
}

@media (min-width: 700px) {
  .faculty .wrapper-table .email {
    font-size: 1.8rem;
  }
}

@media (min-width: 700px) {
  .faculty .wrapper-table .tel {
    font-size: 1.8rem;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table .department {
    padding-top: 7px;
  }
}

.faculty .wrapper-table .link-name {
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

@media (min-width: 700px) {
  .faculty .wrapper-table .link-name {
    font-size: 2rem;
    margin: 0 0 10px;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table .link-name {
    margin: 0 0 3px;
    font-size: 2.8rem;
    line-height: 3.3rem;
  }
}

.faculty .wrapper-table .cta--link::after {
  content: "";
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 1rem;
  background-image: url("/_resources/images/icons/arrow-tail-dark.svg");
  background-color: #FFFFFF;
  border: 2px solid #DEDEDE;
}

.is-safari .faculty .wrapper-table .cta--link::after {
  -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (min-width: 700px) {
  .faculty .wrapper-table .cta--link::after {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 1rem;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table .cta--link::after {
    width: 3.5rem;
    height: 3.5rem;
    background-size: 1.4rem;
  }
}

.faculty .wrapper-table .cta--link:hover::after {
  background-image: url("/_resources/images/icons/arrow-tail-white.svg");
  background-color: #000000;
  border-color: #000000;
}

.faculty .wrapper-table .cta--link:after {
  margin-top: -6px;
  margin-bottom: -3px;
  background-color: transparent;
}

.faculty .wrapper-table .cta--link:hover:after {
  background-color: #000000;
}

.faculty .wrapper-table .email {
  font-weight: 700;
  position: relative;
  display: block;
  vertical-align: top;
}

.faculty .wrapper-table .type.type {
  display: none;
}

.faculty .wrapper-table .title {
  display: block;
}

@media (min-width: 700px) {
  .faculty .footer-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.faculty .footer-table .table-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 700px) {
  .faculty .footer-table .table-info {
    width: 100%;
    padding-right: 16px;
  }
}

@media (min-width: 1025px) {
  .faculty .footer-table .table-info {
    padding-right: 7px;
  }
}

.faculty .footer-table .dataTables_length {
  position: relative;
}

.faculty .footer-table .dataTables_paginate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 0 24px;
}

@media (min-width: 700px) {
  .faculty .footer-table .dataTables_paginate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: auto;
    margin: 0;
    padding-right: 30px;
  }
}

@media (min-width: 1025px) {
  .faculty .footer-table .dataTables_paginate {
    padding-right: 41px;
  }
}

.faculty .footer-table .dataTables_paginate > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  .faculty .footer-table .dataTables_paginate > span {
    padding: 0 1.4rem;
  }
}

@media (min-width: 1025px) {
  .faculty .footer-table .dataTables_paginate > span {
    padding: 0;
  }
}

.faculty .footer-table .dataTables_paginate .paginate_button {
  margin: 0 1rem;
  text-decoration: none;
  font-weight: 700;
}

.faculty .footer-table .dataTables_paginate .paginate_button.current {
  font-weight: 400;
  color: #000000;
}

@media (min-width: 700px) {
  .faculty .footer-table .dataTables_paginate .paginate_button {
    margin: 0 1rem;
  }
}

.faculty .footer-table .dataTables_paginate .ellipsis {
  margin: 8px 9px 4px 5px;
}

.faculty .footer-table .dataTables_paginate .previous,
.faculty .footer-table .dataTables_paginate .next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  border-radius: 50%;
  background: #000000 url("/_resources/images/icons/arrow-white.svg") no-repeat center;
  background-position: calc(50% + 0.2rem) 50%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.faculty .footer-table .dataTables_paginate .previous:hover,
.faculty .footer-table .dataTables_paginate .next:hover {
  background-color: #A1243F;
  cursor: pointer;
}

.faculty .footer-table .dataTables_paginate .previous.next,
.faculty .footer-table .dataTables_paginate .next.next {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  margin-right: 0;
}

.faculty .footer-table .dataTables_paginate .previous {
  margin-left: 0;
}

.faculty .footer-table select {
  padding: 0.5rem 3.8rem 0.7rem 1.1rem;
  margin-right: 0.6rem;
  font-family: Lato, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 1px solid #767676;
  background: none;
  cursor: pointer;
  background: url("/_resources/images/icons/arrow-down-red.svg") no-repeat calc(100% - 9px) 50%;
}

.faculty .footer-table select:disabled {
  background: url("/_resources/images/icons/arrow-down-gray.svg") no-repeat calc(100% - 9px) 50%;
}

@media (min-width: 700px) {
  .faculty .footer-table select {
    padding: 0.8rem 5.5rem 0.9rem 1.4rem;
  }
}

@media (min-width: 1025px) {
  .faculty .footer-table select {
    padding: 0.8rem 4.8rem 0.5rem 1.4rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.faculty .footer-table select:focus {
  border-color: #CA0000;
  outline: 1px solid #CA0000;
  outline-offset: -2px;
}

.faculty .footer-table select:disabled {
  pointer-events: none;
  color: #B3B3B3;
  border-color: #D6D6D6;
  background: none;
}

.faculty .footer-table .dataTables_info strong {
  font-weight: 400;
}

.faculty .heading-table-filter {
  display: block;
}

@media (min-width: 1025px) {
  .faculty .heading-table-filter {
    display: block !important;
    padding: 0;
  }
}

.faculty .heading-table-filter[aria-hidden="false"] .clear-table {
  opacity: 1;
}

.faculty--full {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .faculty--full {
    padding-top: 4.2rem;
  }
}

/**
* @file
* News
*
* Contains styles for news and news view modes.
*/
.news-listing {
  padding: 0.5rem 0;
}

@media (min-width: 700px) {
  .news-listing {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .news-listing {
    padding: 0.1em 0 3rem;
  }
}

@media (min-width: 700px) {
  .news-listing .pagination {
    padding: 3.8rem 0 3.9rem;
  }
}

@media (min-width: 700px) {
  .news-listing .pagination .container {
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }
}

@media (min-width: 1025px) {
  .news-listing .pagination .container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.news__item {
  margin: 0 0 3.9rem;
}

@media (min-width: 700px) {
  .news__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    margin: 0 0 5rem;
  }
}

@media (min-width: 1025px) {
  .news__item {
    gap: 3.1rem;
    margin: 0 0 5.9rem;
  }
}

.news__item:last-child {
  margin: 0 0 2.3rem;
}

@media (min-width: 700px) {
  .news__item:last-child {
    margin: 0 0 0.3rem;
  }
}

@media (min-width: 1025px) {
  .news__item:last-child {
    margin: 0 0 2.1rem;
  }
}

.news__image {
  margin: 0 0 1.2rem;
}

@media (min-width: 700px) {
  .news__image {
    width: 24.2%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media (min-width: 1025px) {
  .news__image {
    width: 35.9%;
    max-width: 36rem;
  }
}

.news__image img {
  width: 100%;
}

.news__title {
  margin: 0 0 0.2rem;
}

@media (min-width: 1025px) {
  .news__title {
    margin: -0.1rem 0 0.4rem;
  }
}

.news__title h2 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
}

@media (min-width: 700px) {
  .news__title h2 {
    font-size: 2rem;
  }
}

@media (min-width: 1025px) {
  .news__title h2 {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }
}

.news__title .cta--link {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
}

@media (min-width: 700px) {
  .news__title .cta--link {
    font-size: 2rem;
  }
}

@media (min-width: 1025px) {
  .news__title .cta--link {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }
}

.news__title .cta--link::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, background-image .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 0.9rem;
  background-image: url("/_resources/images/icons/arrow-tail-dark.svg");
  background-color: #FFFFFF;
  border: 2px solid #DEDEDE;
}

.is-safari .news__title .cta--link::after {
  -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (min-width: 700px) {
  .news__title .cta--link::after {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 1rem;
  }
}

@media (min-width: 1025px) {
  .news__title .cta--link::after {
    width: 3.5rem;
    height: 3.5rem;
    background-size: 1.4rem;
  }
}

.news__title .cta--link:hover::after {
  background-image: url("/_resources/images/icons/arrow-tail-white.svg");
  background-color: #000000;
  border-color: #000000;
}

.news__title .cta--link:after {
  border-width: 2px;
  margin-top: -1px;
  margin-right: -32px;
}

.news__date {
  margin: 0 0 1.2rem;
}

@media (min-width: 1025px) {
  .news__date {
    margin: 0 0 2.2rem;
  }
}

.news__date-item {
  position: relative;
  padding-right: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.68rem;
}

@media (min-width: 1025px) {
  .news__date-item {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

.news__date-item::after {
  content: '';
  position: absolute;
  top: 0.3rem;
  right: 0.2rem;
  height: calc(100% - 0.4rem);
  width: 1px;
  background: #A1243F;
}

@media (min-width: 700px) {
  .news__date-item::after {
    top: 5px;
    height: calc(100% - 8px);
  }
}

.news__date-item:last-child:after {
  display: none;
}

.news__teaser {
  font-size: 1.4rem;
  line-height: 1.2;
}

@media (min-width: 700px) {
  .news__teaser {
    line-height: 2.2rem;
  }
}

@media (min-width: 1025px) {
  .news__teaser {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

/**
 * @file
 * Program
 *
 * Contains styles for programs and program view modes.
 */
@media (min-width: 1025px) {
  .program-finder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.program-finder__section {
  padding: 4rem 0 0;
}

@media (min-width: 1025px) {
  .program-finder__section {
    padding: 7.7rem 0 0;
  }
}

@media (min-width: 1025px) {
  .program-finder__section .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.program-finder .program__filters__open {
  font-family: Lato, Helvetica, sans-serif;
  position: relative;
  min-width: 15rem;
  padding: 1.1rem 2.4rem;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #FFFFFF;
  background: #A1243F;
  border: none;
  text-align: left;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.program-finder .program__filters__open:before, .program-finder .program__filters__open:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2.3rem;
  width: 11px;
  height: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFFFFF;
}

.program-finder .program__filters__open:after {
  right: 2.8rem;
  height: 11px;
  width: 1px;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.program-finder .program__filters__open[aria-expanded="true"] {
  background: #000000;
}

.program-finder .program__filters__open[aria-expanded="true"]:after {
  opacity: 0;
}

.program-finder .program__filters {
  position: relative;
  display: none;
  margin: 2rem 0 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

@media (min-width: 700px) {
  .program-finder .program__filters {
    display: block !important;
    opacity: 1;
    margin: 1.9rem 0 0;
  }
}

@media (min-width: 1025px) {
  .program-finder .program__filters {
    width: 26.6%;
    padding-right: 2rem;
  }
}

.program-finder .program__filters.expanded {
  opacity: 1;
}

.program-finder .program__filters:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -2rem;
  width: 100vw;
  height: 1px;
  background: #000000;
}

@media (min-width: 700px) {
  .program-finder .program__filters:after {
    display: none;
  }
}

@media (min-width: 700px) {
  .program-finder .program__filters__open {
    display: none;
  }
}

.program-finder .program__filters label {
  font-weight: 700;
  margin: 0 0 1rem;
  display: inline-block;
}

@media (min-width: 700px) {
  .program-finder .program__filters label {
    margin: 0 0 0.8rem;
  }
}

@media (min-width: 1025px) {
  .program-finder .program__filters label {
    margin: 0 0 1.3rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

.program-finder .program__filters legend {
  margin: 0 0 0.7rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (min-width: 700px) {
  .program-finder .program__filters legend {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
  }
}

@media (min-width: 1025px) {
  .program-finder .program__filters legend {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.program-finder .program__filters__fieldset {
  margin: 0 0 2.9rem;
}

@media (min-width: 700px) {
  .program-finder .program__filters__fieldset {
    width: calc(100%/3);
    padding-right: 0.9rem;
    margin-right: 1.6rem;
  }
}

@media (min-width: 1025px) {
  .program-finder .program__filters__fieldset {
    width: 100%;
    padding-right: 0;
    margin: 0 0 4rem;
  }
}

.program-finder .program__filters__fieldset:last-of-type {
  margin: 0 0 2rem;
}

.program-finder .program__filters__field label {
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  line-height: 2.17rem;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .program-finder .program__filters__field label {
    font-size: 1.8rem;
    line-height: 1.9rem;
  }
}

.program-finder .program__filters__field:last-child label {
  margin: 0;
}

.program-finder .program__filters .fields-wrapper {
  padding-bottom: 0.2rem;
  padding-left: 1.8rem;
  margin-left: 0.2rem;
  border-left: 1px solid #000000;
}

@media (min-width: 1025px) {
  .program-finder .program__filters .fields-wrapper {
    padding-left: 2.2rem;
  }
}

.program-finder .program__filters .clear-filters {
  font-family: Lato, Helvetica, sans-serif;
  padding: 0;
  margin: 0 0 4rem;
  background: none;
  border: none;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: #A1243F;
}

@media (min-width: 700px) {
  .program-finder .program__filters .clear-filters {
    display: none;
  }
}

.program-finder .program__filters .clear-filters:hover {
  text-decoration: none;
}

.program-finder .program__filters .results-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  background: #F6F6F6;
}

.program-finder .program__filters .results-bar.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
}

.program-finder .program__filters .results-bar__box {
  overflow: hidden;
  width: calc(100% + 4rem);
  margin: 0 -2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease, height .3s linear .3s;
  -o-transition: opacity .3s ease, visibility .3s ease, height .3s linear .3s;
  transition: opacity .3s ease, visibility .3s ease, height .3s linear .3s;
  height: var(--result-bar-heigth);
}

@media (min-width: 700px) {
  .program-finder .program__filters .results-bar__box {
    display: none;
  }
}

.program-finder .program__filters .results-bar__box.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease .3s, visibility .3s ease .3s, height .3s linear 0s;
  -o-transition: opacity .3s ease .3s, visibility .3s ease .3s, height .3s linear 0s;
  transition: opacity .3s ease .3s, visibility .3s ease .3s, height .3s linear 0s;
}

.program-finder .program__filters .results-bar .cta--button, .program-finder .program__filters .results-bar .header .sticky-ctas__cta, .header .program-finder .program__filters .results-bar .sticky-ctas__cta, .program-finder .program__filters .results-bar .faculty__resume-cta > a {
  font-family: Lato, Helvetica, sans-serif;
  border: none;
  padding: 11px 22px 12px;
}

.program-finder .program--list {
  margin-top: 4rem;
}

@media (min-width: 1025px) {
  .program-finder .program--list {
    margin-top: 0.4rem;
  }
}

@media (min-width: 700px) {
  .program-finder .program--list__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1025px) {
  .program-finder .program--list__wrapper {
    display: block;
  }
}

.program-finder .program--list__sort {
  margin: 0 0 3.2rem;
}

@media (min-width: 700px) {
  .program-finder .program--list__sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 3.4rem;
  }
}

@media (min-width: 1025px) {
  .program-finder .program--list__sort {
    margin: 0 0 5rem;
  }
}

.program-finder .program--list__sort select {
  color: #000000;
}

@media (min-width: 700px) {
  .program-finder .program--list__sort select {
    min-width: 19.7rem;
  }
}

@media (min-width: 1025px) {
  .program-finder .program--list__sort select {
    min-width: 22.8rem;
  }
}

.program-finder .program--list__sort label {
  display: block;
}

.program-finder .program--list h2 {
  margin: 0;
  font-family: Lato, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 4.4rem;
}

@media (min-width: 700px) {
  .program-finder .program--list h2 {
    font-size: 4rem;
    line-height: 5.4rem;
  }
}

@media (min-width: 1025px) {
  .program-finder .program--list h2 {
    font-size: 5.5rem;
    line-height: 7.6rem;
  }
}

.program-finder .program--list__block {
  margin-bottom: 5rem;
}

@media (min-width: 700px) {
  .program-finder .program--list__block {
    margin-bottom: 5.9rem;
  }
}

@media (min-width: 1025px) {
  .program-finder .program--list__block {
    margin-bottom: 7.3rem;
  }
}

.program-finder .program--list__block:last-child {
  margin-bottom: 0;
}

.program-finder .program--list__items {
  padding: 0;
  margin: 1.2rem 0;
}

.program-finder .program--list__item {
  padding: 0;
  margin: 0 0 1.2rem;
}

.program-finder .program--list__item:before {
  display: none;
}

.program-finder .program--list__item h3, .program-finder .program--list__item .story-explorer__title span, .story-explorer__title .program-finder .program--list__item span {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
}

@media (min-width: 700px) {
  .program-finder .program--list__item h3, .program-finder .program--list__item .story-explorer__title span, .story-explorer__title .program-finder .program--list__item span {
    font-size: 2rem;
  }
}

@media (min-width: 1025px) {
  .program-finder .program--list__item h3, .program-finder .program--list__item .story-explorer__title span, .story-explorer__title .program-finder .program--list__item span {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }
}

.program-finder .program--list__item a {
  text-decoration: none;
  line-height: inherit;
  font-weight: 400;
}

.program--full {
  max-width: 800px;
  margin: 0 auto 4rem;
}

@media screen and (min-width: 1025px) {
  .program--full {
    margin-bottom: 6rem;
  }
}

/**
 * @file
 * Calendar
 *
 * Contains styles for the Calendar Detail Page
 */
.event-detail__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 2rem;
}

.event-detail__data {
  width: 100%;
}

.event-detail__tags {
  margin-top: 35px;
}

@media (min-width: 700px) {
  .event-detail__tags {
    margin-top: 40px;
  }
}

@media (min-width: 1025px) {
  .event-detail__tags {
    margin-top: 60px;
  }
}

.event-detail__tags-label, .event-detail__save-label {
  font-weight: 700;
}

.event-detail__date {
  text-align: center;
  width: 61px;
  height: 61px;
  border: 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  .event-detail__date {
    width: 86px;
    height: 86px;
  }
}

@media (min-width: 1025px) {
  .event-detail__date {
    width: 129px;
    height: 129px;
  }
}

.event-detail__reg-meter {
  background-color: #535353;
  width: 100%;
}

.event-detail__reg-fill {
  background-color: #A1243F;
  height: 15px;
}

.event-detail__body:after {
  display: table;
  content: '';
  clear: both;
}

.event-detail__body figure.align-right {
  margin: 2rem -15px;
}

@media (min-width: 700px) {
  .event-detail__body figure.align-right {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}

.event-detail__body figure.align-right img {
  width: 100%;
}

.event-detail__month {
  text-transform: uppercase;
}

/**
 * @file
 * Blog
 *
 * Contains styles for Event list.
 */
.event-list__items {
  padding: 0;
  list-style: none;
}

.event-list__item {
  margin: 0 0 2rem;
}

.event-list__date {
  width: 80px;
  height: 80px;
  border: 1px solid;
  float: left;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-list__data {
  overflow: hidden;
}

.event-list__time {
  font-weight: 700;
}

.event-list__title {
  margin-top: 0;
}

.event-list__location {
  font-style: italic;
}

/**
 * @file
 * Calendar List
 *
 * Contains styles for the Calendar List
 */
@media (min-width: 700px) {
  .calendar h1 {
    float: left;
  }
}

@media (min-width: 1025px) {
  .calendar h1 {
    float: none;
  }
}

@media (min-width: 700px) {
  .calendar__expand-filters {
    float: right;
    clear: right;
    margin-top: 2rem;
  }
}

@media (min-width: 1025px) {
  .calendar__expand-filters {
    display: none;
  }
}

.calendar__left-col {
  clear: left;
}

.calendar__pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.calendar__pagination__list li:after {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  margin: -0.3rem 10px 0;
}

.calendar__pagination__list li:last-child:after {
  content: none;
}

.calendar__pagination {
  margin-bottom: 2rem;
}

.calendar__pagination__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -13.5px;
}

.calendar__event__date {
  text-align: center;
  width: 61px;
  height: 61px;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000000;
  margin-right: 15px;
}

@media (min-width: 700px) {
  .calendar__event__date {
    width: 86px;
    height: 86px;
  }
}

.calendar__event__text {
  overflow: hidden;
}

.calendar__event__text h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.calendar__category-dates {
  display: none;
}

@media (min-width: 700px) {
  .calendar__category-dates {
    float: right;
    clear: right;
  }
}

@media (min-width: 1025px) {
  .calendar__category-dates {
    display: block !important;
  }
}

.calendar__event {
  margin-bottom: 2rem;
}

.calendar .mini-cal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.calendar .mini-cal__dates td {
  padding: 0 0.25em;
}

.calendar .mini-cal .current {
  background: #000000;
}

.calendar .mini-cal .current a {
  color: #FFFFFF;
}

.calendar .icon-arrow-left,
.calendar .icon-arrow-right {
  position: relative;
  width: 40px;
}

.calendar .icon-arrow-left:after,
.calendar .icon-arrow-right:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  height: 0.75rem;
  width: 0.75rem;
  background: #000000;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.calendar .control-wrap label {
  display: block;
  position: relative;
  padding-left: 30px;
}

.calendar .control-wrap label input[type="checkbox"] {
  display: inline;
}

.calendar .control-wrap label input[type="checkbox"]:checked + .control-text:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 12px;
  background: #000000;
  width: 8px;
  height: 8px;
  display: block;
}

.calendar .control-wrap label .control-text:before {
  content: "";
  border: 1px solid #000000;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 6px;
}

.calendar .category__drop fieldset {
  border: 0;
  padding: 0;
}

.calendar__loc-description {
  margin: 0 0 1em;
}

.calendar__loc-description img {
  float: right;
}

.calendar__loc-tools a {
  display: block;
}

.calendar__loc-tools img, .calendar__loc-tools span {
  display: inline;
}

.calendar__loc-list .results__header {
  font-weight: 700;
  border-bottom: 1px solid #000000;
}

.calendar__loc-list .results ul {
  padding: 0;
}

.calendar__loc-list .results li {
  list-style: none;
}

.calendar__loc-list .results time {
  display: block;
}

/**
 * @file
 * Calendar
 *
 * Contains styles for the Calendar search Page
 */
.calendar-search__picker {
  display: inline-block;
  background-image: url("/_resources/images/icons/calendar.png");
  width: 16px;
  height: 16px;
}

.calendar-search__col {
  margin-left: 20px;
}

.calendar-search label {
  display: block;
}

.calendar-search-results .results__header {
  font-weight: 700;
  border-bottom: 1px solid #000000;
}

.calendar-search-results .results ul {
  padding: 0;
}

.calendar-search-results .results li {
  list-style: none;
}

.calendar-search-results .results time {
  display: block;
}

/**
 * @file
 * Calendar Submit
 *
 * Contains styles for the Calendar Submit Event page
 */
.calendar-submit textarea {
  width: 100%;
  margin: 0.625em 0;
}

.calendar-submit input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  margin: 0 5px 0 0;
}

.calendar-submit input[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
  margin: 0 5px 0 0;
}

.calendar-submit select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.calendar-submit label {
  display: block;
}

.calendar-submit label[for="eventDate"] {
  display: inline-block;
}

.calendar-submit .onote {
  display: block;
}

.calendar-submit .catCol .sub {
  margin-left: 1rem;
}

/**
 * @file
 * Calendar Email Event
 *
 * Contains styles for the Calendar email an event page.
 */
.calendar-email textarea {
  width: calc(100% - 100px);
  margin-left: 100px;
  float: left;
}

.calendar-email .output {
  display: block;
}

.calendar-email label,
.calendar-email .label {
  clear: both;
  float: left;
  padding: 0 5px 0 0;
  width: 100px;
  text-align: right;
}

.calendar-email input, .calendar-email select, .calendar-email textarea {
  float: left;
  margin: 3px 0 5px 3px;
}

.calendar-email #capChk {
  display: block;
  float: left;
  margin: 0 0 0 5px;
}

/**
 * @file
 * Slick
 *
 * Slick carousel styles.
 */
.slick {
  position: relative;
}

.slick-slide {
  position: relative;
}

.slick-dots {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  height: 40px;
  width: 40px;
  padding: 0;
}

.slick-dots button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  height: 0.5rem;
  width: 0.5rem;
  background: #000000;
  border: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

li:not(.slick-active) button:after {
  background: rgba(0, 0, 0, 0.5);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  height: 40px;
  width: 40px;
  padding: 0;
  z-index: 5;
}

.slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  height: 0.75rem;
  width: 0.75rem;
  background: #000000;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-arrow.slick-disabled:after {
  background: rgba(0, 0, 0, 0.5);
}

.slick-next {
  right: 0;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 0.6s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
       transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}

/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.animate__swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, var(--animation-offset), 0);
    transform: translate3d(0, var(--animation-offset), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, var(--animation-offset), 0);
    transform: translate3d(0, var(--animation-offset), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, var(--animation-offset), 0);
    transform: translate3d(0, var(--animation-offset), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, var(--animation-offset), 0);
    transform: translate3d(0, var(--animation-offset), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
}

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
      transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*# sourceMappingURL=maps/main.css.map */
