@charset "UTF-8";
/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * Variables
 * Contains global variables available to the theme.
 */
@import url("https://use.typekit.net/uoq6clu.css");
/**
 * 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, .vid-inline__caption,
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;
          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: halyard-text, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 700px) {
  h1 {
    font-size: 38px;
  }
}
@media (min-width: 1025px) {
  h1 {
    font-size: 80px;
    line-height: 1;
  }
}

h2 {
  font-family: halyard-text, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 700px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  h2 {
    font-size: 39px;
  }
}

h3 {
  font-family: halyard-text, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.21;
}
@media (min-width: 700px) {
  h3 {
    font-size: 25px;
  }
}
@media (min-width: 1025px) {
  h3 {
    font-size: 33px;
  }
}

h4 {
  font-family: halyard-text, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.21;
}
@media (min-width: 700px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-family: halyard-text, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.21;
}
@media (min-width: 1025px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: halyard-text, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.21;
}
@media (min-width: 1025px) {
  h6 {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0;
}
h1.wow:not([style*=visibility]),
h2.wow:not([style*=visibility]),
h3.wow:not([style*=visibility]),
h4.wow:not([style*=visibility]),
h5.wow:not([style*=visibility]),
h6.wow:not([style*=visibility]) {
  visibility: visible !important;
  opacity: 0;
}

p {
  font-weight: 350;
  margin: 0 0 20px;
}
p:empty {
  display: none;
}

ul,
ol {
  font-weight: 350;
  margin: 20px 0;
}

strong {
  font-weight: 700;
}

.text-dark {
  color: #000000;
}

/**
 * @file
 * Typography for Museum at Fit
 * Overwrites base theme styles
 */
.museum h1 {
  font-family: halyard-text, sans-serif;
  font-weight: 400;
  font-size: 37px;
  line-height: 1.02;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .museum h1 {
    font-size: 43px;
  }
}
@media (min-width: 1025px) {
  .museum h1 {
    font-size: 80px;
    line-height: 0.85;
  }
}
.museum h2, .museum h3, .museum h4, .museum h5, .museum h6 {
  font-family: halyard-text, sans-serif;
  font-weight: 400;
}
.museum h2 {
  font-size: 30px;
  line-height: 1.16;
}
@media (min-width: 1025px) {
  .museum h2 {
    font-size: 50px;
    line-height: 1.08;
  }
}
.museum h3 {
  font-size: 27px;
}
@media (min-width: 1025px) {
  .museum h3 {
    font-size: 38px;
    line-height: 1.11;
  }
}
.museum h4 {
  font-size: 23px;
}
@media (min-width: 1025px) {
  .museum h4 {
    font-size: 32px;
    line-height: 1.09;
  }
}
.museum h5 {
  font-size: 20px;
}
@media (min-width: 1025px) {
  .museum h5 {
    font-size: 25px;
    line-height: 0.96;
  }
}
.museum h6 {
  font-size: 16px;
}
@media (min-width: 1025px) {
  .museum h6 {
    font-size: 18px;
    line-height: 1;
  }
}

/**
 * Base theme styles
 * This file contains theme base styles.
 *
 * For example:
 * - WYSIWYG styles and layouts
 * - Images and Videos
 * - Tables
 */
html {
  font-size: 16px;
}
@media (min-width: 1025px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: halyard-text, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media (min-width: 700px) {
  body {
    line-height: 1.8;
  }
}
@media (min-width: 1025px) {
  body {
    line-height: 1.77;
    font-size: 17px;
  }
}
body.js-fixed {
  overflow: hidden;
}
body.scroll-lock {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

* > 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: 3px 10px;
  position: absolute !important;
  z-index: 10000;
}

.fadeIn {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

@-webkit-keyframes anchorHover {
  from {
    background-size: 0% 1px;
  }
  to {
    background-size: 100% 1px;
  }
}

@-o-keyframes anchorHover {
  from {
    background-size: 0% 1px;
  }
  to {
    background-size: 100% 1px;
  }
}

@keyframes anchorHover {
  from {
    background-size: 0% 1px;
  }
  to {
    background-size: 100% 1px;
  }
}
a {
  cursor: pointer;
  color: #0036F9;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  background-image: -webkit-gradient(linear, right top, left top, from(#0036F9), to(#0036F9));
  background-image: -o-linear-gradient(right, #0036F9, #0036F9);
  background-image: linear-gradient(to left, #0036F9, #0036F9);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
a:hover {
  -webkit-animation-name: anchorHover;
       -o-animation-name: anchorHover;
          animation-name: anchorHover;
  -webkit-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.cta--link {
  position: relative;
  margin: 1.5rem 0 0;
  padding-right: 1.9em;
  font-weight: 700;
  color: #000000;
  background-image: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 700px) {
  .cta--link {
    padding-right: 3.3em;
  }
}
@media screen and (min-width: 1025px) {
  .cta--link {
    font-size: 16px;
    word-spacing: 0;
  }
}
.cta--link:before, .cta--link:after {
  background-image: url("/_resources/assets/icons/arrow-black.svg");
}
.cta--link:before, .cta--link:after {
  background-image: url("/_resources/assets/icons/arrow-pink.svg");
}
.cta--link:before, .cta--link:after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  width: 20px;
  height: 10px;
  background-size: 100% 100%;
  background-position: center center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease, opacity 0.3s ease;
  -o-transition: right 0.3s ease, opacity 0.3s ease;
  transition: right 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
@media screen and (min-width: 700px) {
  .cta--link:before, .cta--link:after {
    width: 33px;
    height: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .cta--link:before, .cta--link:after {
    width: 43px;
    height: 12px;
  }
}
.cta--link:after {
  background-image: url("/_resources/assets/icons/arrow-blue.svg");
  opacity: 0;
}
.cta--link:hover {
  color: #0036F9;
}
.cta--link:hover:after, .cta--link:hover:before {
  right: -10px;
}
.cta--link:hover:before {
  opacity: 0;
}
.cta--link:hover:after {
  opacity: 1;
}
.cta--button {
  font-family: halyard-text, sans-serif;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  background: #000000;
  padding: 0.45em 1.6em;
  overflow: hidden;
  z-index: 0;
  letter-spacing: 0.05em;
  font: 700 14px/1.2 halyard-text, sans-serif;
  border: none;
  outline-color: #000000;
}
@media screen and (min-width: 700px) {
  .cta--button {
    padding: 0.3em 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  .cta--button {
    padding: 0.2em 1.5em;
  }
}
.cta--button:before, .cta--button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0036F9;
  z-index: -1;
}
.cta--button:after {
  left: -100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.cta--button:hover:after {
  left: 0;
}
.cta--button span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .cta--button span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .cta--button span {
    font-size: 20px;
  }
}
@media (min-width: 700px) {
  .cta--button {
    font-size: 17px;
  }
}
@media (min-width: 1025px) {
  .cta--button {
    font-size: 19px;
  }
}
.cta--pink {
  outline-color: blue;
}
.cta--pink:before {
  background-color: #FF2EAA;
}
.cta--white {
  outline-color: blue;
}
.cta--white:before {
  background-color: #FFFFFF;
}

.quote--full {
  margin: 69px 0 45px;
  padding: 41px 0 33px;
  background-color: #001049;
  font: 25px/1.19 halyard-text, sans-serif;
  color: #cde3e7;
  position: relative;
}
@media (min-width: 700px) {
  .quote--full {
    margin-top: 95px;
    padding: 45px 30px 37px;
    font-size: 30px;
    line-height: 1.07;
  }
}
@media (min-width: 1025px) {
  .quote--full {
    padding: 70px 30px 71px;
    font-size: 41px;
    line-height: 1.1;
    margin: 160px 0 53px;
  }
}
.quote--full:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #000000;
}
@media (min-width: 700px) {
  .quote--full:before {
    width: 58px;
    height: 58px;
    top: -60px;
  }
}
@media (min-width: 1025px) {
  .quote--full:before {
    width: 108px;
    height: 108px;
    top: -110px;
  }
}
.quote--full:after {
  content: "";
  position: absolute;
  top: -26px;
  left: 14px;
  width: 13px;
  height: 13px;
  line-height: 1;
  color: #000000;
  font-family: halyard-text, sans-serif;
  background-image: url("/_resources/assets/icons/blockquote.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 700px) {
  .quote--full:after {
    top: -40px;
    left: 20px;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .quote--full:after {
    top: -72px;
    left: 35px;
    width: 38px;
    height: 38px;
  }
}
.quote__copy {
  margin: 0 0 25px;
  border-bottom: 1px solid #cde3e7;
  padding: 0 0 26px;
}
@media (min-width: 700px) {
  .quote__copy {
    padding: 0 0 32px;
    margin: 0 0 27px;
  }
}
@media (min-width: 1025px) {
  .quote__copy {
    padding: 0 0 37px;
    margin: 0 0 38px;
  }
}
.quote__copy:before {
  content: "“";
}
.quote__copy:after {
  content: "”";
}
.quote__footer {
  font: 13px/1.2 halyard-text, sans-serif;
}
@media (min-width: 700px) {
  .quote__footer {
    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;
  }
}
@media (min-width: 1025px) {
  .quote__footer {
    font-size: 16px;
  }
}
.quote__attr {
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 8px;
}
@media (min-width: 700px) {
  .quote__attr {
    margin: 0;
  }
  .quote__attr:after {
    content: "|";
    display: inline-block;
    vertical-align: top;
    margin: 0 40px;
  }
}

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

figure {
  margin: 0;
}

figcaption, .vid-inline__caption {
  font-size: 12px;
  line-height: 1.2;
  padding: 7px 0 9px;
  border-bottom: 1px solid #000000;
}
@media (min-width: 700px) {
  figcaption, .vid-inline__caption {
    font-size: 13px;
    padding: 11px 0 12px;
  }
}
@media (min-width: 1025px) {
  figcaption, .vid-inline__caption {
    padding: 14px 0 17px;
  }
}

.img-inline {
  position: relative;
}
.img-inline--full {
  margin: 0 0 40px;
}
.img-inline--float {
  margin: 0 0 19px;
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .img-inline--float {
    padding: 0;
  }
}
@media (min-width: 700px) {
  .img-inline--float {
    width: 36%;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .img-inline--float {
    width: 38.4%;
  }
}
@media (min-width: 1025px) {
  .img-inline--float figcaption, .img-inline--float .vid-inline__caption {
    padding: 18px 0 17px;
  }
}
@media screen and (max-width: 599px) {
  .img-inline--float.float-right {
    float: none;
  }
}
@media (min-width: 700px) {
  .img-inline--float.float-right {
    margin: 22px 0 20px 60px;
  }
}
@media (min-width: 1025px) {
  .img-inline--float.float-right {
    margin: 7px 0 20px 50px;
  }
}
@media screen and (max-width: 599px) {
  .img-inline--float.float-left {
    float: none;
  }
}
@media (min-width: 700px) {
  .img-inline--float.float-left {
    margin: 22px 60px 20px 0;
  }
}
@media (min-width: 1025px) {
  .img-inline--float.float-left {
    margin: 7px 50px 20px 0;
  }
}
.img-inline img {
  width: 100%;
}

table {
  clear: both;
}

.link--arrow {
  color: #000000;
  font-weight: 600;
  background-image: none;
}
.link--arrow:hover {
  color: #0036F9;
}
.link--arrow:hover .arrow {
  border-color: transparent transparent transparent #0036F9;
  right: -5px;
}
@media screen and (min-width: 1025px) {
  .link--arrow:hover .arrow {
    right: -10px;
  }
}
.link--arrow .last-word {
  position: relative;
  display: inline-block;
  padding-right: 10.6666666667px;
}
@media screen and (min-width: 700px) {
  .link--arrow .last-word {
    padding-right: 10.6666666667px;
  }
}
@media screen and (min-width: 700px) {
  .link--arrow .last-word {
    padding-right: 13.3333333333px;
  }
}
.link--arrow .arrow {
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #FF2EAA;
  -webkit-transition: right 0.3s ease, border-color 0.3s ease;
  -o-transition: right 0.3s ease, border-color 0.3s ease;
  transition: right 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 700px) {
  .link--arrow .arrow {
    bottom: 4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #FF2EAA;
  }
}
@media screen and (min-width: 1025px) {
  .link--arrow .arrow {
    bottom: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FF2EAA;
  }
}

/**
 * Museum base theme styles
 * This file contains theme base styles.
 *
 * For example:
 * - WYSIWYG styles and layouts
 * - Images and Videos
 * - Tables
 */
.museum .link--arrow {
  color: #000000;
  font-weight: 600;
  background-image: none;
}
.museum .link--arrow:hover {
  color: #0036F9;
  color: #B70000;
}
.museum .link--arrow:hover .arrow {
  border-color: transparent transparent transparent #0036F9;
  right: -5px;
  border-color: transparent transparent transparent #B70000;
}
@media screen and (min-width: 1025px) {
  .museum .link--arrow:hover .arrow {
    right: -10px;
  }
}
.museum .link--arrow .last-word {
  position: relative;
  display: inline-block;
  padding-right: 10.6666666667px;
}
@media screen and (min-width: 700px) {
  .museum .link--arrow .last-word {
    padding-right: 10.6666666667px;
  }
}
@media screen and (min-width: 700px) {
  .museum .link--arrow .last-word {
    padding-right: 16.6666666667px;
  }
}
.museum .link--arrow .arrow {
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #B70000;
  -webkit-transition: right 0.3s ease, border-color 0.3s ease;
  -o-transition: right 0.3s ease, border-color 0.3s ease;
  transition: right 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 700px) {
  .museum .link--arrow .arrow {
    bottom: 4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #B70000;
  }
}
@media screen and (min-width: 1025px) {
  .museum .link--arrow .arrow {
    bottom: 6.25px;
    border-top: 6.25px solid transparent;
    border-bottom: 6.25px solid transparent;
    border-left: 6.25px solid #B70000;
  }
}
.museum .link--arrow:hover, .museum .link--arrow:focus {
  color: #B70000;
}
.museum .link--arrow:hover .arrow, .museum .link--arrow:focus .arrow {
  border-left-color: #B70000;
}
.museum .cta--museum {
  font-size: 14.25px;
  letter-spacing: 0.36px;
  color: #FFFFFF;
  padding: 0.6em 1.3em;
}
.museum .cta--museum:before {
  background-color: #AA0101;
}
@media (min-width: 1025px) {
  .museum .cta--museum {
    font-size: 19px;
    letter-spacing: 0.48px;
  }
}
.museum .cta--museum.cta--white {
  color: #000000;
}
.museum .cta--museum.cta--white:before {
  background-color: #FFFFFF;
}
.museum .cta--museum.cta--white:hover {
  color: #FFFFFF;
}
.museum .cta--link {
  position: relative;
  margin: 1.5rem 0 0;
  padding-right: 1.9em;
  font-weight: 700;
  color: #000000;
  background-image: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding-right: 2.7em !important;
}
@media screen and (min-width: 700px) {
  .museum .cta--link {
    padding-right: 3.3em;
  }
}
@media screen and (min-width: 1025px) {
  .museum .cta--link {
    font-size: 16px;
    word-spacing: 0;
  }
}
.museum .cta--link:before, .museum .cta--link:after {
  background-image: url("/_resources/assets/icons/arrow-black.svg");
}
.museum .cta--link:before, .museum .cta--link:after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  width: 20px;
  height: 10px;
  background-size: 100% 100%;
  background-position: center center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease, opacity 0.3s ease;
  -o-transition: right 0.3s ease, opacity 0.3s ease;
  transition: right 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
@media screen and (min-width: 700px) {
  .museum .cta--link:before, .museum .cta--link:after {
    width: 33px;
    height: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .cta--link:before, .museum .cta--link:after {
    width: 43px;
    height: 12px;
  }
}
.museum .cta--link:after {
  background-image: url("/_resources/assets/icons/arrow-blue.svg");
  opacity: 0;
}
.museum .cta--link:hover {
  color: #0036F9;
}
.museum .cta--link:hover:after, .museum .cta--link:hover:before {
  right: -10px;
}
.museum .cta--link:hover:before {
  opacity: 0;
}
.museum .cta--link:hover:after {
  opacity: 1;
}
@media screen and (min-width: 700px) {
  .museum .cta--link {
    padding-right: 3em !important;
  }
}
@media (min-width: 700px) {
  .museum .cta--link:after, .museum .cta--link:before {
    width: 25px;
    height: 9px;
    right: 4px;
  }
}
.museum .cta--link:hover, .museum .cta--link:focus {
  color: #000000;
}
.museum .cta--link:hover:after, .museum .cta--link:focus:after {
  background-image: url("/_resources/assets_museum/icon/arrow-red.svg");
}
.museum .cta--circle {
  display: block;
  position: relative;
  width: 160px;
  height: 160px;
  background-color: #AA0101;
  margin-left: auto;
  border-radius: 50%;
  margin-right: -15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 700px) {
  .museum .cta--circle {
    margin-top: -14px;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .museum .cta--circle {
    margin-right: calc((100% - 100vw) / 2);
    width: 300px;
    height: 300px;
    margin-top: -94px;
  }
}
@media (min-width: 1300px) {
  .museum .cta--circle {
    margin-right: -100px;
  }
}
.museum .cta--circle a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin-top: 0;
  padding-right: 0;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.125;
  background: none;
  border-radius: 100%;
}
@media (min-width: 1025px) {
  .museum .cta--circle a {
    font-size: 23.75px;
    line-height: 1.05;
  }
}
.museum .cta--circle a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.museum .cta--circle a span {
  width: 100%;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
       -o-transform: translateY(-25%);
          transform: translateY(-25%);
  z-index: 1;
}
@media (min-width: 1025px) {
  .museum .cta--circle a span {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.museum .cta--circle a span:after {
  display: block;
  position: absolute;
  right: calc(50% - 20px);
  margin-top: 5px;
  width: 38px;
  height: 13px;
  background-size: 100% 100%;
  background-position: center center;
  -webkit-transition: right 0.3s ease, opacity 0.3s ease;
  -o-transition: right 0.3s ease, opacity 0.3s ease;
  transition: right 0.3s ease, opacity 0.3s ease;
  background-image: url("/_resources/assets/icons/arrow-white.svg");
  content: "";
}
@media (min-width: 1025px) {
  .museum .cta--circle a span:after {
    margin-top: 18px;
  }
}
.museum .cta--circle a:hover:after, .museum .cta--circle a:focus:after {
  left: 0;
}
@media (min-width: 700px) {
  .museum .img-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media (min-width: 700px) {
  .museum .img-inline--third {
    width: 33.3333333333%;
  }
}
@media (min-width: 700px) {
  .museum .img-inline--half {
    width: 50%;
  }
}
@media (min-width: 700px) {
  .museum .img-inline--auto {
    width: auto;
    max-width: 66.6666666667%;
  }
}
.museum .genimglist__item:hover .link--arrow {
  color: #B70000;
}
.museum .genimglist__title .arrow {
  border-left-color: #B70000 !important;
}
.museum .carousel .slick-arrow:hover:after, .museum .carousel-extemplate .slick-arrow:hover:after, .museum .carousel .slick-arrow:focus:after, .museum .carousel-extemplate .slick-arrow:focus:after,
.museum .gallery .slick-arrow:hover:after,
.museum .gallery .slick-arrow:focus:after {
  color: #B70000;
}

.mus-a-z a {
  color: #B70000 !important;
}

/**
 * @file
 * Print specific styliing
 */
@media print {
  .header,
  .footer {
    display: none;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("/_resources/assets/fonts/icomoon/icomoon.woff?futt2i") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e90f";
}

.icon-check:before {
  content: "\e90e";
}

.icon-body:before {
  content: "\e90b";
}

.icon-question:before {
  content: "\e90c";
}

.icon-quotes:before {
  content: "\e90d";
}

.icon-arrow-right:before {
  content: "\e90a";
}

.icon-calendar:before {
  content: "\e906";
}

.icon-news:before {
  content: "\e907";
}

.icon-page:before {
  content: "\e908";
}

.icon-person:before {
  content: "\e909";
}

.icon-linkedin:before {
  content: "\e905";
}

.icon-youtube-play:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-facebook-f:before {
  content: "\e904";
}

.icon-chevron-right:before {
  content: "\e900";
}

/**
 * @file
 * Page
 *
 * Contains styles for page wrapper layout.
 */
.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 700px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 1034px;
    margin: 0 auto;
  }
}
.container--big {
  max-width: 1200px;
}

.container > section,
.program--full > section {
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
@media screen and (min-width: 700px) {
  .container > section,
  .program--full > section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

main > .wysiwyg {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 700px) {
  main > .wysiwyg {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
}

/**
 * @file
 * Columns
 *
 * Base styles for all column layouts.
 */
.column {
  font: 14px/1.5 halyard-text, sans-serif;
}
@media (min-width: 700px) {
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1025px) {
  .column {
    font-size: 15px;
    line-height: 1.47;
  }
}
.column__col {
  margin: 0 0 20px;
}
.column__col:last-child {
  margin: 0;
}
@media (min-width: 700px) {
  .column__col {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
.column__img {
  position: relative;
  margin: 0 0 12px;
}
@media (min-width: 1025px) {
  .column__img {
    margin: 0 0 18px;
  }
}
.column__img img {
  width: 100%;
}
.column__img a img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.column__img a:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
       -o-transform: scale(1.02);
          transform: scale(1.02);
}
.column__title {
  margin: 0 0 7px;
}
@media (min-width: 1025px) {
  .column__title {
    margin: 0 0 4px;
  }
}
.column__title h3 {
  margin: 0;
  font: 600 20px/1.2 halyard-text, sans-serif;
}
@media (min-width: 1025px) {
  .column__title h3 {
    font-size: 25px;
  }
}
.column__title h3 a {
  color: #000000;
  background: none;
}
.column__subtitle {
  text-transform: uppercase;
  font: 500 12px/1.2 halyard-text, sans-serif;
  margin: 0 0 6px;
}
@media (min-width: 1025px) {
  .column__subtitle {
    margin: 0 0 9px;
  }
}

@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);
  }
}
@media (min-width: 1025px) {
  .column--two .column__col {
    -webkit-flex-basis: calc(50% - 12px);
        -ms-flex-preferred-size: calc(50% - 12px);
            flex-basis: calc(50% - 12px);
  }
}

@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(33.3333333333% - 6.6666666667px);
        -ms-flex-preferred-size: calc(33.3333333333% - 6.6666666667px);
            flex-basis: calc(33.3333333333% - 6.6666666667px);
  }
}
@media (min-width: 1025px) {
  .column--three .column__col {
    -webkit-flex-basis: calc(33.3333333333% - 8px);
        -ms-flex-preferred-size: calc(33.3333333333% - 8px);
            flex-basis: calc(33.3333333333% - 8px);
  }
}
.column--three.slick-slider {
  display: block;
}
@media (min-width: 700px) {
  .column--three .column__img {
    margin: 0 0 8px;
  }
}
@media (min-width: 1025px) {
  .column--three .column__img {
    margin: 0 0 12px;
  }
}

/**
 * @file
 * Section
 *
 * Base styles for all section content.
 */
.section__header {
  margin: 0 0 27px;
}
@media (min-width: 700px) {
  .section__header {
    margin: 0 0 29px;
  }
}
@media (min-width: 1025px) {
  .section__header {
    margin: 0 0 52px;
  }
}
.section__header h2 {
  margin: 0;
  position: relative;
}
@media (min-width: 1025px) {
  .section__header h2 {
    font-size: 45px;
  }
}
.section__header h2:before, .section__header h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  border-bottom: 2px dashed #000000;
}
@media (min-width: 700px) {
  .section__header h2:before, .section__header h2:after {
    bottom: -11px;
  }
}
@media (min-width: 1025px) {
  .section__header h2:before, .section__header h2:after {
    font-size: 45px;
    border-width: 0 0 3px;
    bottom: -17px;
  }
}
.section__header h2:after {
  left: 188px;
  right: -9999px;
  border: none;
  background-color: #000000;
  height: 2px;
  bottom: -18px;
}
@media (min-width: 700px) {
  .section__header h2:after {
    bottom: -11px;
    left: 398px;
  }
}
@media (min-width: 1025px) {
  .section__header h2:after {
    bottom: -17px;
    height: 3px;
    left: 683px;
  }
}
.section__intro {
  font-size: 18px;
  line-height: 1.28;
  margin: 0 0 19px;
}
@media (min-width: 700px) {
  .section__intro {
    font-size: 20px;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  .section__intro {
    font-size: 34px;
    line-height: 1.3;
    margin: 0 0 37px;
  }
}
.header {
  position: relative;
  height: 45px;
  z-index: 200;
}
@media screen and (min-width: 700px) {
  .header {
    height: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .header {
    height: 124px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100%;
  padding-left: 15px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 700px) {
  .header__inner {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .header__inner {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1900px) {
  .header__inner {
    max-width: 1900px;
  }
}
.header__logo {
  margin: 0 auto 0 0;
}
.header__logo a {
  position: relative;
  display: block;
  background-image: none;
  width: 50px;
  height: 50px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media screen and (min-width: 700px) {
  .header__logo a {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .header__logo a {
    width: 124px;
    height: 124px;
  }
}
@media (pointer: fine) {
  .header__logo a:hover .header__logo--hover {
    width: 100%;
  }
}
.header__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header__logo--hover {
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.header__logo--hover .contain {
  position: relative;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 700px) {
  .header__logo--hover .contain {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .header__logo--hover .contain {
    width: 124px;
    height: 124px;
  }
}
.header__breadcrumbs {
  display: none;
  text-overflow: ellipsis;
  font-family: halyard-text, sans-serif;
  z-index: 2;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.js-open-main .header__breadcrumbs {
  opacity: 0;
}
.js-open-search .header__breadcrumbs {
  opacity: 0;
  visibility: hidden;
}
.js-nav-delay .header__breadcrumbs {
  opacity: 0;
}
@media screen and (min-width: 700px) {
  .header__breadcrumbs {
    display: block;
    position: absolute;
    left: 120px;
    bottom: 4px;
    font-size: 12px;
    line-height: 1.3;
    width: calc(100% - 275px);
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .header__breadcrumbs {
    left: 210px;
    bottom: 8px;
    font-size: 15px;
    line-height: 1.4;
    width: calc(100% - 415px);
  }
}
.header__breadcrumbs ul {
  padding: 0;
  margin: 0;
}
.header__breadcrumbs li {
  position: relative;
  display: inline;
  margin: 0;
  max-width: 15%;
  padding-right: 14px;
  display: inline-block;
  overflow: hidden;
}
@supports (-ms-ime-align: auto) {
  .header__breadcrumbs li {
    overflow: visible;
  }
}
@media screen and (min-width: 1025px) {
  .header__breadcrumbs li {
    padding-right: 22px;
    max-width: 15.5%;
  }
}
.header__breadcrumbs li:not(:last-of-type):after {
  content: "/";
  position: absolute;
  top: 0;
  right: -2px;
  margin: 0 5px;
}
@media screen and (min-width: 1025px) {
  .header__breadcrumbs li:not(:last-of-type):after {
    right: 0;
  }
}
.header__breadcrumbs li:last-of-type {
  display: inline-block;
  vertical-align: top;
  color: #727272;
  text-overflow: ellipsis;
}
.header__breadcrumbs li a {
  display: inline-block;
  color: #000000;
  font-weight: 300;
  max-width: 100%;
  background-image: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.header__breadcrumbs li a:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
}
.header__menu {
  height: 50px;
}
@media screen and (min-width: 700px) {
  .header__menu {
    height: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .header__menu {
    height: 124px;
  }
}
.header__search {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.header li:before {
  content: none;
  display: none;
}
.header.js-down .header__inner {
  -webkit-animation-name: dropdown;
       -o-animation-name: dropdown;
          animation-name: dropdown;
  -webkit-animation-duration: 0.6s;
       -o-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
@-webkit-keyframes dropdown {
  from {
    top: -124px;
  }
  to {
    top: 0;
  }
}
@-o-keyframes dropdown {
  from {
    top: -124px;
  }
  to {
    top: 0;
  }
}
@keyframes dropdown {
  from {
    top: -124px;
  }
  to {
    top: 0;
  }
}
.header.js-down .header__logo a {
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 700px) {
  .header.js-down .header__logo a {
    width: 41px;
    height: 41px;
  }
}
@media screen and (min-width: 1025px) {
  .header.js-down .header__logo a {
    width: 50px;
    height: 50px;
  }
}
.header.js-down .header__logo--hover .contain {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 700px) {
  .header.js-down .header__logo--hover .contain {
    width: 41px;
    height: 41px;
  }
}
@media screen and (min-width: 1025px) {
  .header.js-down .header__logo--hover .contain {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .header.js-down .header__breadcrumbs {
    font-size: 11px;
    bottom: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .header.js-down .header__breadcrumbs li {
    padding-right: 17px;
  }
}
.header.js-down .header__search .search__button {
  width: 27px;
  height: 27px;
}
@media screen and (min-width: 700px) {
  .header.js-down .header__search .search__button {
    width: 41px;
    height: 41px;
  }
}
@media screen and (min-width: 1025px) {
  .header.js-down .header__search .search__button {
    width: 50px;
    height: 50px;
  }
}
.header.js-down .header__search .search__button[aria-expanded=false]:after {
  top: 7px;
  left: 7px;
}
@media (min-width: 700px) {
  .header.js-down .header__search .search__button[aria-expanded=false]:after {
    top: 12px;
    left: 12px;
  }
}
@media (min-width: 1025px) {
  .header.js-down .header__search .search__button[aria-expanded=false]:after {
    top: 13px;
    left: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .header.js-down .header__search .search__button:after {
    width: 20px;
    height: 20px;
  }
}
.header.js-down .header__menu {
  height: 45px;
  line-height: 0;
}
@media screen and (min-width: 700px) {
  .header.js-down .header__menu {
    width: 41px;
    height: 41px;
  }
}
@media screen and (min-width: 1025px) {
  .header.js-down .header__menu {
    width: 50px;
    height: 50px;
  }
}
.header.js-down .header__menu .hamburger {
  top: 16px;
}
@media screen and (min-width: 700px) {
  .header.js-down .header__menu .hamburger {
    width: 16px;
    height: 10px;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
         -o-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 1025px) {
  .header.js-down .header__menu .hamburger {
    width: 20px;
    height: 16px;
  }
}
@media screen and (min-width: 700px) {
  .header.js-down .header__menu .hamburger span {
    height: 2px;
  }
}
@media screen and (min-width: 700px) {
  .header.js-down .header__menu .hamburger span {
    height: 3px;
  }
}
.header.js-down .header__menu .text--menu,
.header.js-down .header__menu .text--close {
  display: none;
}
@media screen and (min-width: 700px) {
  .header.js-down .header__menu .menu__button {
    width: 41px;
  }
}
@media screen and (min-width: 1025px) {
  .header.js-down .header__menu .menu__button {
    width: 50px;
  }
}
.header.js-down .header__menu .menu__button > span {
  padding-right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1025px) {
  .header.js-down .header__menu .menu__button > span {
    left: 50%;
  }
}
.header.js-fixed .header__inner {
  position: fixed;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1900px) {
  .header.js-fixed .header__inner {
    left: calc((100vw - 1900px) / 2);
  }
}
.header.js-fixed .menu-dropdown__inner {
  height: calc(100vh - 45px);
}
@media screen and (min-width: 700px) {
  .header.js-fixed .menu-dropdown__inner {
    height: calc(100vh - 41px);
  }
}
@media screen and (min-width: 1025px) {
  .header.js-fixed .menu-dropdown__inner {
    height: calc(100vh - 50px);
  }
}
.header.js-scrollOffset .menu-dropdown:after {
  right: 118px;
}
@media screen and (min-width: 700px) {
  .header.js-scrollOffset .menu-dropdown:after {
    right: 142px;
  }
}
@media screen and (min-width: 1025px) {
  .header.js-scrollOffset .menu-dropdown:after {
    right: 192px;
  }
}

.search__button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #000000;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 700px) {
  .search__button {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .search__button {
    width: 62px;
    height: 62px;
  }
}
.search__button[aria-expanded=false] {
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}
.search__button[aria-expanded=false]:after {
  content: "\e90f";
  font-family: "icomoon";
  position: absolute;
  top: 9px;
  left: 8px;
  font-size: 12px;
  line-height: 1;
  color: #000000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 700px) {
  .search__button[aria-expanded=false]:after {
    font-size: 16px;
    top: 11px;
    left: 11px;
  }
}
@media screen and (min-width: 1025px) {
  .search__button[aria-expanded=false]:after {
    font-size: 25px;
    top: 18px;
    left: 18px;
  }
}
.search__button[aria-expanded=false]:hover {
  background-color: #000000;
}
.search__button[aria-expanded=false]:hover:after {
  color: #FFFFFF;
}
.search__button[aria-expanded=true] {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  right: 0;
  top: 0;
  bottom: auto;
  width: 32px;
  height: 20px;
  border-radius: 100%;
  border: none;
  font-style: italic;
}
@media screen and (min-width: 700px) {
  .search__button[aria-expanded=true] {
    width: 62px;
    height: 31px;
  }
}
@media screen and (min-width: 1025px) {
  .search__button[aria-expanded=true] {
    right: 10px;
    top: 23px;
  }
}
.search__button[aria-expanded=true]:after {
  content: "Close";
  font-size: 8px;
  font-family: halyard-text, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 700px) {
  .search__button[aria-expanded=true]:after {
    width: 32px;
    height: 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .search__button[aria-expanded=true]:after {
    font-size: 16px;
  }
}
.search__dropdown {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  visibility: hidden;
  max-width: 250px;
  width: 0;
  -webkit-transition: width 0.3s ease, visibility 0s 0.6s;
  -o-transition: width 0.3s ease, visibility 0s 0.6s;
  transition: width 0.3s ease, visibility 0s 0.6s;
  z-index: 3;
}
@media screen and (min-width: 700px) {
  .search__dropdown {
    height: 40px;
    max-width: 400px;
  }
}
@media screen and (min-width: 1025px) {
  .search__dropdown {
    height: 64px;
    max-width: 481px;
  }
}
.search__dropdown[aria-hidden=false] {
  -webkit-transition: width 0.6s ease, visibility 0s 0s;
  -o-transition: width 0.6s ease, visibility 0s 0s;
  transition: width 0.6s ease, visibility 0s 0s;
  visibility: visible;
  width: 64vw;
}
@media screen and (min-width: 700px) {
  .search__dropdown[aria-hidden=false] {
    width: 78vw;
  }
}
.search__dropdown input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 26px);
  font-size: 10px;
  padding: 0 10px;
  border: none;
  color: #000000;
  border: none;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
@media screen and (min-width: 700px) {
  .search__dropdown input {
    font-size: 17px;
    width: calc(100% - 40px);
    padding: 0 14px;
  }
}
@media screen and (min-width: 1025px) {
  .search__dropdown input {
    width: calc(100% - 64px);
  }
}
.search__dropdown button {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 30px;
  border: none;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  background-color: #FFFFFF;
}
@media screen and (min-width: 700px) {
  .search__dropdown button {
    border-top: 1px solid #000000;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .search__dropdown button {
    width: 64px;
    height: 64px;
  }
}
.search__dropdown button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-image: url("/_resources/assets/icons/search-black.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 700px) {
  .search__dropdown button:after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .search__dropdown button:after {
    width: 26px;
    height: 26px;
  }
}

.menu__button {
  position: relative;
  font-family: halyard-text, sans-serif;
  font-size: 8px;
  font-weight: 600;
  background-color: #12C477;
  border: none;
  width: 50px;
  height: 100%;
  padding: 0;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .menu__button {
    width: 30px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .menu__button {
    width: 50px;
    font-size: 22px;
  }
}
.menu__button:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #000000;
  z-index: 1;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.menu__button:hover, .menu__button[aria-expanded=true] {
  color: #FFFFFF;
  background-color: #000000;
}
.menu__button:hover .hamburger span, .menu__button[aria-expanded=true] .hamburger span {
  background-color: #FFFFFF;
}
.menu__button[aria-expanded=true]:after {
  height: calc(100vh - 100%);
}
.menu__button[aria-expanded=true] .text--menu {
  display: none;
}
@media (min-width: 700px) {
  .menu__button[aria-expanded=true] .text--close {
    display: block;
  }
}
.menu__button[aria-expanded=true] .hamburger span:nth-child(2) {
  opacity: 0;
}
.menu__button[aria-expanded=true] .hamburger span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
       -o-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.menu__button[aria-expanded=true] .hamburger span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
       -o-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.menu__button .hamburger {
  position: absolute;
  right: 14px;
  top: 19px;
  width: 20px;
  height: 16px;
}
@media screen and (min-width: 700px) {
  .menu__button .hamburger {
    top: 50%;
    right: 0;
    width: 11px;
    height: 8px;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
         -o-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (min-width: 1025px) {
  .menu__button .hamburger {
    width: 20px;
    height: 16px;
  }
}
.menu__button .hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -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) {
  .menu__button .hamburger span {
    height: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .menu__button .hamburger span {
    height: 3px;
  }
}
.menu__button .hamburger span:nth-child(1) {
  top: 0;
}
.menu__button .hamburger span:nth-child(3) {
  top: 100%;
}
.menu__button > span {
  pointer-events: none;
  padding-right: 2em;
}
@media screen and (min-width: 700px) {
  .menu__button > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
         -o-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    left: 54%;
  }
}
@media screen and (min-width: 1025px) {
  .menu__button > span {
    left: 55%;
    padding-right: 1.3em;
  }
}
.menu__button .text--menu {
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 700px) {
  .menu__button .text--menu {
    display: block;
  }
}
.menu__button .text--close {
  display: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 700px) {
  .menu__button .text--close {
    left: -1px;
  }
}
@media screen and (min-width: 1025px) {
  .menu__button .text--close {
    left: 1px;
  }
}

.menu-dropdown {
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100vw;
  max-width: 100%;
  padding: 0;
  visibility: hidden;
  -webkit-transition: right 0.3s ease, visibility 0s 0.3s;
  -o-transition: right 0.3s ease, visibility 0s 0.3s;
  transition: right 0.3s ease, visibility 0s 0.3s;
}
@media screen and (min-width: 1900px) {
  .menu-dropdown {
    max-width: 1900px;
  }
}
.menu-dropdown a.active-link {
  pointer-events: none;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  -webkit-text-decoration-color: #000000;
     -moz-text-decoration-color: #000000;
          text-decoration-color: #000000;
}
@media screen and (min-width: 1025px) {
  .menu-dropdown:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100svw;
    height: 100svw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
}
.menu-dropdown:after {
  content: "";
  position: absolute;
  top: -50px;
  right: 100px;
  width: 1px;
  height: calc(100% + 50px);
  max-height: 600px;
  background-color: #000000;
}
@media screen and (min-width: 700px) {
  .menu-dropdown:after {
    top: -70px;
    right: 122px;
    max-height: 700px;
    height: calc(100% + 70px);
  }
}
@media screen and (min-width: 1025px) {
  .menu-dropdown:after {
    top: -124px;
    right: 166px;
    height: calc(100% + 124px);
    max-height: none;
  }
}
.menu-dropdown[aria-hidden=false] {
  right: 0;
  visibility: visible;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.menu-dropdown ul {
  list-style: none;
}
.menu-dropdown a {
  color: #000000;
  font-weight: 300;
  background-image: none;
}
.menu-dropdown__inner {
  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;
  text-align: right;
  overflow-y: auto;
  height: calc(100vh - 45px);
  margin-right: 50px;
}
@media screen and (min-width: 700px) {
  .menu-dropdown__inner {
    height: calc(100vh - 70px);
    margin-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-dropdown__inner {
    -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: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: calc(100vh - 124px);
    margin-right: 50px;
  }
}
.menu-dropdown__nav {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 21.5px 0 1.4em 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  justify-items: flex-end;
}
@media screen and (min-width: 700px) {
  .menu-dropdown__nav {
    padding: 35.5px 0 1.7em 0;
    width: auto;
  }
}
@media screen and (min-width: 1025px) {
  .menu-dropdown__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -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-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 7.5px 0 1.8em 0;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.menu-dropdown__nav ul {
  list-style: none;
  margin-top: 0;
}
.menu-dropdown__nav li:before {
  content: none;
}
.menu-dropdown__lvl-1 {
  padding-left: 15px;
  line-height: 1.38;
}
@media screen and (min-width: 700px) {
  .menu-dropdown__lvl-1 {
    line-height: 1.64;
  }
}
@media screen and (min-width: 1025px) {
  .menu-dropdown__lvl-1 {
    padding-left: 30px;
    line-height: 1.29;
  }
}
.menu-dropdown__lvl-1 > li {
  position: relative;
  text-align: right;
  font-size: 29.5px;
  padding-right: 60px;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .menu-dropdown__lvl-1 > li {
    font-size: 50px;
    margin-top: -0.3em;
    padding-right: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-dropdown__lvl-1 > li {
    font-size: 80px;
    margin-top: 0;
    padding-right: 1.96em;
  }
}
@media screen and (min-width: 1025px) {
  .menu-dropdown__lvl-1 > li:hover {
    overflow: visible;
  }
}
.menu-dropdown__lvl-1 > li:nth-child(5n+1) > .btn {
  background-color: #BCDADF;
  border: 1px solid #BCDADF;
}
.menu-dropdown__lvl-1 > li:nth-child(5n+2) > .btn {
  background-color: #FEBF3A;
  border: 1px solid #FEBF3A;
}
.menu-dropdown__lvl-1 > li:nth-child(5n+2) .menu-dropdown__lvl-2 .btn {
  background-color: #FEBF3A;
  border: 1px solid #FEBF3A;
}
.menu-dropdown__lvl-1 > li:nth-child(5n+3) > .btn {
  background-color: #FC7687;
  border: 1px solid #FC7687;
}
.menu-dropdown__lvl-1 > li:nth-child(5n+3) .menu-dropdown__lvl-2 .btn {
  background-color: #FC7687;
  border: 1px solid #FC7687;
}
.menu-dropdown__lvl-1 > li:nth-child(5n+4) > .btn {
  background-color: #001049;
  border: 1px solid #001049;
}
.menu-dropdown__lvl-1 > li:nth-child(5n+4) > .btn:before, .menu-dropdown__lvl-1 > li:nth-child(5n+4) > .btn:after {
  background-color: #FFFFFF;
}
.menu-dropdown__lvl-1 > li:nth-child(5n+4) > .btn[aria-expanded=true]:not(:hover):before, .menu-dropdown__lvl-1 > li:nth-child(5n+4) > .btn[aria-expanded=true]:not(:hover):after {
  background-color: #000000;
}
.menu-dropdown__lvl-1 > li:nth-child(5n+4) .menu-dropdown__lvl-2 .btn {
  background-color: #001049;
  border: 1px solid #001049;
}
.menu-dropdown__lvl-1 > li:nth-child(5n+4) .menu-dropdown__lvl-2 .btn:before, .menu-dropdown__lvl-1 > li:nth-child(5n+4) .menu-dropdown__lvl-2 .btn:after {
  background-color: #FFFFFF;
}
.menu-dropdown__lvl-1 > li:nth-child(5n+5) > .btn {
  background-color: #12C477;
  border: 1px solid #12C477;
}
.menu-dropdown__lvl-1 > li:nth-child(5n+5) .menu-dropdown__lvl-2 .btn {
  background-color: #12C477;
  border: 1px solid #12C477;
}
.menu-dropdown__lvl-1 > li .btn {
  position: absolute;
  top: 5px;
  right: 9px;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 100%;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 700px) {
  .menu-dropdown__lvl-1 > li .btn {
    top: 18px;
    right: 18px;
    width: 56px;
    height: 56px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-dropdown__lvl-1 > li .btn {
    top: 18px;
    right: 18px;
    width: 84px;
    height: 84px;
  }
}
.menu-dropdown__lvl-1 > li .btn:before, .menu-dropdown__lvl-1 > li .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #000000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 700px) {
  .menu-dropdown__lvl-1 > li .btn:before, .menu-dropdown__lvl-1 > li .btn:after {
    width: 28px;
    height: 3px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-dropdown__lvl-1 > li .btn:before, .menu-dropdown__lvl-1 > li .btn:after {
    width: 40px;
    height: 4px;
  }
}
.menu-dropdown__lvl-1 > li .btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
       -o-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.menu-dropdown__lvl-1 > li .btn[aria-expanded=true] {
  background-color: transparent;
  border: 1px solid #000000;
}
.menu-dropdown__lvl-1 > li .btn[aria-expanded=true]:after {
  display: none;
}
.menu-dropdown__lvl-1 > li .btn:hover {
  background-color: #000000;
  border: 1px solid #000000;
}
.menu-dropdown__lvl-1 > li .btn:hover:before, .menu-dropdown__lvl-1 > li .btn:hover:after {
  background-color: #FFFFFF;
}
.menu-dropdown__lvl-1 > li > a {
  position: relative;
  bottom: -100px;
  opacity: 0;
  font-weight: 300;
}
@media screen and (min-width: 1025px) {
  .menu-dropdown__lvl-1 > li > a:hover {
    display: inline-block;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 699px) {
  .menu-dropdown__lvl-1 > li.selected {
    text-align: left;
  }
}
.menu-dropdown__lvl-2 {
  padding: 0.65em 0 1px;
}
.menu-dropdown__lvl-2[aria-hidden=true],
.menu-dropdown__lvl-2 ul[aria-hidden=true] {
  display: none;
}
.menu-dropdown__lvl-2 li {
  position: relative;
  text-align: left;
  padding-left: 0.4em;
  margin-left: 1.7em;
  font-size: 16px;
}
@media screen and (min-width: 700px) {
  .menu-dropdown__lvl-2 li {
    padding-left: 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  .menu-dropdown__lvl-2 li {
    font-size: 20px;
    line-height: 1.43;
  }
}
.menu-dropdown__lvl-2 li:not(:last-of-type) {
  margin-bottom: 0;
  padding-bottom: 0.9em;
}
.menu-dropdown__lvl-2 li.has-children {
  border-left: 1px solid #000000;
}
.menu-dropdown__lvl-2 li .btn {
  top: 0px;
  left: -25px;
  width: 20px;
  height: 20px;
  background-color: #BCDADF;
  border: 1px solid #BCDADF;
}
@media screen and (min-width: 700px) {
  .menu-dropdown__lvl-2 li .btn {
    top: 3px;
    left: -28px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-dropdown__lvl-2 li .btn {
    top: 2px;
    left: -30px;
    width: 22px;
    height: 22px;
  }
}
.menu-dropdown__lvl-2 li .btn:before, .menu-dropdown__lvl-2 li .btn:after {
  width: 7px;
  height: 1px;
}
@media screen and (min-width: 1025px) {
  .menu-dropdown__lvl-2 li .btn:before, .menu-dropdown__lvl-2 li .btn:after {
    width: 10px;
    height: 1px;
  }
}
.menu-dropdown__lvl-2 ul {
  padding: 0;
  margin-top: 1em;
}
.menu-dropdown__lvl-2 ul li:not(.has-children) {
  margin-left: 0;
}
.menu-dropdown__lvl-2 a:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
}
.menu-dropdown__ancillary {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  text-align: left;
  padding: 0 20px 2.3em 20px;
  border-top: 1px solid #000000;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
@media screen and (min-width: 700px) {
  .menu-dropdown__ancillary {
    padding: 2.4em 60px 30px 30px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-dropdown__ancillary {
    padding: 3.35em 50px 50px;
    width: 33%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    border-top: none;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.menu-dropdown__ancillary > * {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease 0.2s;
  -o-transition: opacity 0.6s ease 0.2s;
  transition: opacity 0.6s ease 0.2s;
}

.ancillary__links {
  padding: 0;
  margin: 1.8em 0 1.5em;
}
@media screen and (min-width: 700px) {
  .ancillary__links {
    width: 42%;
    margin-top: 0;
    margin-bottom: 1.9em;
  }
}
@media screen and (min-width: 1025px) {
  .ancillary__links {
    margin: 0 0 0.95em;
  }
}
.ancillary__links a {
  font-weight: 700;
  font-size: 14px;
}
.ancillary__links a:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
}
.ancillary__links li:not(:last-of-type) {
  margin-bottom: 0.1em;
}
@media screen and (min-width: 700px) {
  .ancillary__links li:not(:last-of-type) {
    margin-bottom: 0.25em;
  }
}
@media screen and (min-width: 1025px) {
  .ancillary__links li:not(:last-of-type) {
    margin-bottom: 0.01em;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .ancillary__info-for {
    position: absolute;
    top: 2.4em;
    right: 60px;
    width: 50.5%;
  }
}
.ancillary__info-for > div {
  position: relative;
  font-family: halyard-text, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.ancillary__info-for > div:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 93px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 101px;
  height: 1px;
  background-color: #000000;
}
@media screen and (min-width: 700px) {
  .ancillary__info-for > div:after {
    width: 56%;
  }
}
@media screen and (min-width: 1025px) {
  .ancillary__info-for > div:after {
    width: 69%;
  }
}
.ancillary__info-for ul {
  margin-top: 0.75em;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .ancillary__info-for ul {
    margin-top: 0.4em;
  }
}
.ancillary__info-for ul a {
  font-size: 14px;
}
.ancillary__info-for ul a:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
}
.ancillary__info-for ul li:not(:last-of-type) {
  margin-bottom: 0.145em;
}
@media screen and (min-width: 700px) {
  .ancillary__info-for ul li:not(:last-of-type) {
    margin-bottom: 0.23em;
  }
}
@media screen and (min-width: 1025px) {
  .ancillary__info-for ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.ancillary__ctas {
  padding: 0;
  margin-top: 1.5em;
}
@media screen and (min-width: 700px) {
  .ancillary__ctas {
    width: 42%;
  }
}
@media screen and (min-width: 1025px) {
  .ancillary__ctas {
    margin-top: 1.1em;
    padding-bottom: 1.2em;
    width: auto;
  }
}
.ancillary__ctas a {
  position: relative;
  font-size: 22.5px;
  padding-left: 1.74em;
}
.ancillary__ctas a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #0036F9;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ancillary__ctas a:hover:before {
  background-color: #000000;
}
.ancillary__ctas li:nth-child(1) a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 16px;
  height: 16px;
  background-image: url("/_resources/assets/icons/pencil.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ancillary__ctas li:nth-child(2) a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 16px;
  height: 16px;
  background-image: url("/_resources/assets/icons/pin.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ancillary__ctas li:nth-child(3) a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 16px;
  height: 16px;
  background-image: url("/_resources/assets/icons/quote.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ancillary__ctas li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .ancillary__ctas li:not(:last-of-type) {
    margin-bottom: 0.1em;
  }
}

.main-nav-title {
  display: block;
  text-align: initial;
  padding-left: 15px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .main-nav-title {
    padding-left: 30px;
  }
}
.main-nav-title .main-nav-back {
  position: relative;
  padding-left: 1em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.6s;
  -o-transition: opacity 0.3s ease, visibility 0s 0.6s;
  transition: opacity 0.3s ease, visibility 0s 0.6s;
}
.main-nav-title .main-nav-back:before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  width: 6px;
  height: 6px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
       -o-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 700px) {
  .main-nav-title .main-nav-back:before {
    width: 8px;
    height: 8px;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
}
.main-nav-title .main-nav-back.menu-lvl-down {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0.6s, visibility 0s 0s;
  -o-transition: opacity 0.3s ease 0.6s, visibility 0s 0s;
  transition: opacity 0.3s ease 0.6s, visibility 0s 0s;
}

@media screen and (min-width: 1025px) {
  body.js-open-main .header__inner {
    background: transparent;
  }
}
body.js-open-main .wrapper {
  padding-top: 45px;
}
@media screen and (min-width: 700px) {
  body.js-open-main .wrapper {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1025px) {
  body.js-open-main .wrapper {
    padding-top: 124px;
  }
}
body.js-open-main .menu-dropdown__lvl-1 > li > a {
  bottom: 0;
  opacity: 1;
  -webkit-transition: bottom 0.6s ease 0.2s, opacity 0.6s ease 0.2s;
  -o-transition: bottom 0.6s ease 0.2s, opacity 0.6s ease 0.2s;
  transition: bottom 0.6s ease 0.2s, opacity 0.6s ease 0.2s;
}
body.js-open-main .menu-dropdown__lvl-1 > li:nth-child(2) > a {
  -webkit-transition: bottom 0.6s ease 0.3s, opacity 0.6s ease 0.3s;
  -o-transition: bottom 0.6s ease 0.3s, opacity 0.6s ease 0.3s;
  transition: bottom 0.6s ease 0.3s, opacity 0.6s ease 0.3s;
}
body.js-open-main .menu-dropdown__lvl-1 > li:nth-child(3) > a {
  -webkit-transition: bottom 0.6s ease 0.4s, opacity 0.6s ease 0.4s;
  -o-transition: bottom 0.6s ease 0.4s, opacity 0.6s ease 0.4s;
  transition: bottom 0.6s ease 0.4s, opacity 0.6s ease 0.4s;
}
body.js-open-main .menu-dropdown__lvl-1 > li:nth-child(4) > a {
  -webkit-transition: bottom 0.6s ease 0.5s, opacity 0.6s ease 0.5s;
  -o-transition: bottom 0.6s ease 0.5s, opacity 0.6s ease 0.5s;
  transition: bottom 0.6s ease 0.5s, opacity 0.6s ease 0.5s;
}
body.js-open-main .menu-dropdown__lvl-1 > li:nth-child(5) > a {
  -webkit-transition: bottom 0.6s ease 0.6s, opacity 0.6s ease 0.6s;
  -o-transition: bottom 0.6s ease 0.6s, opacity 0.6s ease 0.6s;
  transition: bottom 0.6s ease 0.6s, opacity 0.6s ease 0.6s;
}
body.js-open-main .menu-dropdown__ancillary > * {
  opacity: 1;
}
body.js-open-main header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1900px) {
  body.js-open-main header {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 1900px;
  }
}

.no-breadcrumbs .header__breadcrumbs {
  display: none;
}

.footer, .footer a, .footer button {
  color: #FFFFFF;
  font-weight: 300;
}
.footer ul {
  list-style: none;
}
.footer li:before {
  content: none;
}
.footer__inner {
  position: relative;
  background-color: #0036F9;
  padding: 36px 20px 30px;
  max-width: 1900px;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .footer__inner {
    padding: 36px 30px 30px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__inner {
    padding: 56px 50px 50px;
  }
}
.footer__top {
  border-bottom: 1px solid #FFFFFF;
  padding: 0 0 26px;
  margin: 0 0 20px;
}
@media screen and (min-width: 700px) {
  .footer__top {
    padding: 0 0 38px;
    margin: 0 0 33px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__top {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 33px;
    margin: 0 0 32px;
  }
}
.footer__bottom {
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (min-width: 700px) {
  .footer__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;
  }
}
@media screen and (min-width: 1025px) {
  .footer__bottom {
    font-size: 16px;
  }
}
.footer__back-to-top {
  position: absolute;
  top: 15px;
  right: 20px;
  font: 12px/1.2 halyard-text, sans-serif;
  padding: 0 13px 0 0;
  background-color: transparent;
  border: 0;
}
@media screen and (min-width: 700px) {
  .footer__back-to-top {
    top: 49px;
    right: 30px;
    font-size: 15px;
    padding: 0 16px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .footer__back-to-top {
    top: 37px;
    right: 52px;
    font-size: 16px;
    padding: 0 12px 0 0;
  }
}
.footer__back-to-top:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 0 2.5px 5px 2.5px;
  border-color: transparent transparent #FFFFFF transparent;
  margin: 1px 0 0;
}
.footer__logo {
  display: block;
  width: 215px;
  height: auto;
  margin: 0 0 27px;
}
@media screen and (min-width: 700px) {
  .footer__logo {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__logo {
    width: 305px;
    margin-bottom: 0;
  }
}
.footer__logo img {
  width: 100%;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.footer__logo:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (min-width: 700px) {
  .footer__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;
  }
}
@media screen and (min-width: 1025px) {
  .footer__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 64.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 64.5%;
            flex: 0 0 64.5%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 31px 0 0;
  }
}
.footer__location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font: 13px/1.2 halyard-text, sans-serif;
  margin: 0 0 32px;
  padding: 0;
}
@media screen and (min-width: 700px) {
  .footer__location {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 53%;
            flex: 0 0 53%;
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .footer__location {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 57.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 57.5%;
            flex: 0 0 57.5%;
    font-size: 16px;
  }
}
.footer__location p {
  margin: 0 0 9px;
}
@media screen and (min-width: 1025px) {
  .footer__location p {
    margin: 0 0 6px;
  }
}
.footer__location p:last-child {
  margin: 0;
}
.footer__location a {
  background-image: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#FFFFFF));
  background-image: -o-linear-gradient(right, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to left, #FFFFFF, #FFFFFF);
}
.footer__location-holder:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 64.5%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 64.5%;
          flex: 0 0 64.5%;
  margin-bottom: 0;
}
.footer__social {
  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-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
@media screen and (min-width: 700px) {
  .footer__social {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .footer__social {
    margin: 11px 0 0;
  }
}
.footer__social .social {
  margin: 0;
}
.footer__social .social:not(:first-of-type) {
  margin: 0 0 0 25px;
}
@media screen and (min-width: 700px) {
  .footer__social .social:not(:first-of-type) {
    margin: 0 0 0 13px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__social .social:not(:first-of-type) {
    margin: 0 0 0 15px;
  }
}
.footer__social .social a {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  background-image: none;
  -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: 1025px) {
  .footer__social .social a {
    width: 42px;
    height: 42px;
  }
}
.footer__social .social a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.footer__social .social a:hover {
  background-color: #000000;
}
.footer__social .social a:hover:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.footer__social .social--facebook a:after {
  width: 16px;
  height: 16px;
  background-image: url("/_resources/assets/icons/facebook.svg");
}
.footer__social .social--twitter a:after {
  width: 16px;
  height: 16px;
  background-image: url("/_resources/assets/icons/twitter.svg");
}
.footer__social .social--instagram a:after {
  width: 16px;
  height: 16px;
  background-image: url("/_resources/assets/icons/instagram.svg");
}
.footer__social .social--youtube a:after {
  width: 16px;
  height: 16px;
  background-image: url("/_resources/assets/icons/youtube.svg");
}
.footer__social .social--linkedin a:after {
  width: 16px;
  height: 16px;
  background-image: url("/_resources/assets/icons/linkedin.svg");
}
.footer__social .social--vimeo a:after {
  width: 22px;
  height: 22px;
  background-image: url("/_resources/assets/icons/vimeo.svg");
}
.footer__ancillary {
  margin: 0 0 13px;
  padding: 0;
}
@media screen and (min-width: 700px) {
  .footer__ancillary {
    margin: 0;
  }
}
@media screen and (min-width: 700px) {
  .footer__ancillary li {
    display: inline-block;
  }
}
.footer__ancillary li:not(:last-of-type) {
  margin: 0 0 10px;
}
@media screen and (min-width: 700px) {
  .footer__ancillary li:not(:last-of-type) {
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .footer__ancillary li:not(:last-of-type) {
    margin-right: 1.8em;
  }
}
.footer__ancillary a {
  background-image: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#FFFFFF));
  background-image: -o-linear-gradient(right, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to left, #FFFFFF, #FFFFFF);
}
.footer__copyright span {
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  .footer__copyright span {
    font-size: 16px;
  }
}
@media screen and (max-width: 699px) {
  .footer__copyright span {
    display: block;
  }
}
@media screen and (max-width: 699px) {
  .footer__copyright span:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 700px) {
  .footer__copyright span:not(:last-of-type):after {
    content: "|";
    margin: 0 7px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__copyright span:not(:last-of-type):after {
    margin: 0 21px;
  }
}

/**
 * @file
 * Page introduction
 *
 * Contains styles for museum footer.
 */
.museum .footer__inner {
  background: #AA0101;
  padding: 36px 15px 30px;
}
@media (min-width: 700px) {
  .museum .footer__inner {
    padding: 57px 30px 40px;
  }
}
@media (min-width: 1025px) {
  .museum .footer__inner {
    padding: 50px 50px 40px;
  }
}
.museum .footer__top {
  overflow: auto;
  position: relative;
}
@media (min-width: 700px) {
  .museum .footer__top {
    padding-bottom: 23px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1025px) {
  .museum .footer__top {
    margin: 0 0 30px;
    padding-bottom: 28px;
    border-bottom: 2px solid #FFFFFF;
  }
}
.museum .footer__back-to-top {
  top: 20px;
}
@media (min-width: 1025px) {
  .museum .footer__back-to-top {
    top: 30px;
  }
}
@media (min-width: 700px) {
  .museum .footer__logos {
    float: left;
  }
}
.museum .footer__logo {
  margin: 0 0 13px;
  background: none;
}
@media (min-width: 700px) {
  .museum .footer__logo {
    max-width: 213px;
    margin: 0 0 30px;
    float: left;
    clear: left;
  }
}
@media (min-width: 1025px) {
  .museum .footer__logo {
    max-width: 305px;
  }
}
.museum-footer__logo {
  background: none;
}
.museum-footer__logo img {
  max-width: 250px;
  margin-bottom: 35px;
}
@media (min-width: 700px) {
  .museum-footer__logo img {
    max-width: 187px;
  }
}
@media (min-width: 1025px) {
  .museum-footer__logo img {
    max-width: 260px;
    margin-bottom: 0;
  }
}
@media (min-width: 700px) {
  .museum-footer__logo {
    float: left;
    clear: left;
  }
}
.museum-footer__title {
  font: 14px/1.2 halyard-text, sans-serif;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .museum-footer__title {
    font-size: 16px;
  }
}
.museum-footer__title {
  margin-bottom: 1em;
}
.museum .footer__location {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 700px) {
  .museum .footer__location {
    width: 100%;
  }
  .museum .footer__location .footer__location-holder:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% + 15px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 15px);
            flex: 0 0 calc(50% + 15px);
    max-width: calc(50% + 15px);
  }
}
@media (min-width: 700px) {
  .museum .footer__info {
    float: right;
    width: calc(100% - 285px);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 15px;
  }
  .museum .footer__info > div {
    width: 100%;
  }
}
@media (min-width: 700px) and (min-width: 1025px) {
  .museum .footer__info > div {
    width: 65%;
  }
}
@media (min-width: 700px) {
  .museum .footer__info > div:last-child {
    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;
  }
}
@media (min-width: 700px) and (min-width: 1025px) {
  .museum .footer__info > div:last-child {
    -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: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 35%;
  }
}
@media (min-width: 1025px) {
  .museum .footer__info {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: calc(100% - 385px);
    padding-top: 25px;
  }
}
.museum .footer__social {
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .museum .footer__social {
    position: absolute;
    left: 0;
    bottom: 7px;
  }
}
@media (min-width: 1025px) {
  .museum .footer__social {
    position: static;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.museum .footer__hours {
  margin-bottom: 1.75em;
  margin-top: 1.5em;
  width: 100%;
}
@media (min-width: 700px) {
  .museum .footer__hours {
    margin-top: 1.25em;
  }
}
@media (min-width: 1025px) {
  .museum .footer__hours {
    margin-bottom: 0;
    margin-top: 1em;
  }
}
.museum .footer__hours strong {
  display: block;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0.5em;
}
@media (min-width: 700px) {
  .museum .footer__hours strong {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1025px) {
  .museum .footer__hours strong {
    font-size: 16px;
    margin-bottom: 0.2em;
  }
}
@media (min-width: 700px) {
  .museum .footer__hours .footer__hours__list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.museum .footer__hours p {
  font-size: 12px;
  margin-bottom: 0.3em;
}
@media (min-width: 700px) {
  .museum .footer__hours p {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .museum .footer__hours p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.6;
  }
}
.museum .museum-hastag {
  font-weight: 500;
  margin-bottom: 1em;
}
@media (min-width: 700px) {
  .museum .museum-hastag {
    font-size: 16px;
    width: calc(50% + 15px);
    margin-bottom: 0;
    margin-top: 5px;
  }
}
@media (min-width: 1025px) {
  .museum .museum-hastag {
    width: auto;
  }
}
.museum .footer__copyright span:not(:last-of-type) {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .museum .footer__copyright {
    line-height: 1.8;
  }
}
.museum .footer__bottom {
  line-height: 1.6;
}
@media (min-width: 1025px) {
  .museum .footer__bottom {
    font-size: 13px;
  }
}
.museum .footer__bottom span {
  display: block;
}
@media (min-width: 700px) {
  .museum .footer__bottom span {
    text-align: right;
  }
}
@media (min-width: 1025px) {
  .museum .footer__bottom span {
    font-size: 13px;
  }
}
.museum .footer__bottom span:after {
  content: none;
}
@media (min-width: 700px) {
  .museum .footer__bottom p,
  .museum .footer__bottom div {
    width: 45%;
  }
}
@media (min-width: 1025px) {
  .museum .footer__bottom p,
  .museum .footer__bottom div {
    width: 40%;
  }
}
@media (min-width: 1025px) {
  .museum .footer__bottom p {
    width: 55%;
  }
}
.museum .footer__social .social--podcast a:after {
  width: 16px;
  height: 23px;
  background-image: url("/_resources/assets_museum/icon/podcast.svg");
}

@media screen and (max-width: 699px) {
  .museum .header {
    height: 50px;
  }
}
.museum .header__logo {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.museum .header__logo a {
  width: 275px;
  height: 50px;
}
@media screen and (min-width: 700px) {
  .museum .header__logo a {
    width: 390px;
    height: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .header__logo a {
    width: 690px;
    height: 124px;
  }
}
.museum .header__logo a img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.museum .header__logo a > img:nth-child(1) {
  position: static;
}
.museum .header__logo--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.museum .header__logo--hover .contain {
  position: relative;
  width: 275px;
  height: 50px;
}
@media screen and (min-width: 700px) {
  .museum .header__logo--hover .contain {
    width: 390px;
    height: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .header__logo--hover .contain {
    width: 690px;
    height: 124px;
  }
}
.museum .header__breadcrumbs {
  display: none;
}
@media screen and (min-width: 700px) {
  .museum .header__breadcrumbs {
    width: 45%;
    left: 276px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .header__breadcrumbs {
    left: 370px;
  }
}
.museum .header__breadcrumbs--outter {
  display: none;
  position: static;
  overflow: visible;
  padding: 2.75em 30px 0;
  width: 100%;
  background-color: #F3F1F1;
}
@media screen and (min-width: 700px) {
  .museum .header__breadcrumbs--outter {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .museum .header__breadcrumbs--outter {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: auto;
    max-width: 1900px;
    padding: 2.35em 50px 1.6em;
    background-color: transparent;
  }
}
@media (min-width: 1025px) {
  .museum .header__breadcrumbs--outter:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    max-width: 1900px;
    height: 100%;
    background-color: #F3F1F1;
    z-index: -1;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .museum .header .ancillary {
    min-height: 30vh;
  }
}
@media screen and (min-width: 1025px) {
  .museum .header .ancillary {
    padding-top: 13em;
  }
}
.museum .header .ancillary__links {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .museum .header .ancillary__links {
    width: auto;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 700px) {
  .museum .header .ancillary__links li:not(:last-of-type) {
    margin-bottom: -0.055em;
  }
}
@media screen and (min-width: 1025px) {
  .museum .header .ancillary__links li:not(:last-of-type) {
    margin-bottom: -0.25em;
  }
}
@media screen and (min-width: 1025px) {
  .museum .header .ancillary__links a {
    font-size: 20px;
  }
}
@media screen and (min-width: 700px) {
  .museum .header .ancillary__info-for {
    position: static;
  }
}
.museum .header .ancillary__info-for ul {
  margin: 0;
}
@media screen and (min-width: 700px) {
  .museum .header .ancillary__info-for ul li:not(:last-of-type) {
    margin-bottom: -0.57em;
  }
}
@media screen and (min-width: 1025px) {
  .museum .header .ancillary__info-for ul li:not(:last-of-type) {
    margin-bottom: -0.17em;
  }
}
.museum .header .ancillary__info-for ul a {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .museum .header .ancillary__info-for ul a {
    font-size: 16px;
  }
}
.museum .header .mfit-logo {
  margin-top: 1.5em;
  display: block;
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .museum .header .mfit-logo {
    position: absolute;
    top: 1.9em;
    right: 60px;
    width: 50.5%;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .header .mfit-logo {
    margin-top: 3.6em;
  }
}
.museum .header .mfit-logo a {
  position: relative;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.museum .header .mfit-logo a:hover img:nth-child(2) {
  opacity: 1;
}
.museum .header .mfit-logo img {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.museum .header .mfit-logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media screen and (min-width: 700px) {
  .museum .header .mfit-logo img {
    width: 180px;
  }
}
.museum .header.js-down .header__logo a,
.museum .header.js-down .header__logo--hover .contain {
  width: 245px;
  height: 100%;
}
@media screen and (min-width: 700px) {
  .museum .header.js-down .header__logo a,
  .museum .header.js-down .header__logo--hover .contain {
    width: 223px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .header.js-down .header__logo a,
  .museum .header.js-down .header__logo--hover .contain {
    width: 279px;
  }
}
@media screen and (min-width: 700px) {
  .museum .menu-dropdown__nav {
    padding: 5.5px 0 0.8em 0;
  }
}
.museum .search__dropdown[aria-hidden=false] {
  max-width: 78vw;
  width: 90%;
}
.museum .header__menu .menu__button[aria-expanded=false] {
  background: #FC7687;
}
.museum .header__menu .menu__button:hover {
  background: #000000;
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .museum .menu-dropdown__lvl-1 > li {
    padding-right: 111px;
  }
}
.museum .menu-dropdown__lvl-1 > li > .btn:not(:hover) {
  background: #AA0101;
  border-color: #AA0101;
}
.museum .menu-dropdown__lvl-1 > li > .btn:not(:hover)[aria-expanded=true] {
  background: transparent;
  border-color: #000000;
}
.museum .menu-dropdown__lvl-1 > li .menu-dropdown__lvl-2 .btn:not(:hover) {
  background: #AA0101;
  border-color: #AA0101;
}
.museum .menu-dropdown__lvl-1 > li .menu-dropdown__lvl-2 .btn:not(:hover)[aria-expanded=true] {
  background: transparent;
  border-color: #000000;
}
.museum .menu-dropdown__lvl-1 > li .menu-dropdown__lvl-2 .btn:hover {
  background: #000000;
}
.museum .menu-dropdown__lvl-1 > li .menu-dropdown__lvl-2 .btn:hover:before {
  background: #FFFFFF;
}
.museum .menu-dropdown__lvl-1 > li .btn:before,
.museum .menu-dropdown__lvl-1 > li .btn:after {
  background: #FFFFFF;
}
.museum .menu-dropdown__lvl-1 > li .btn[aria-expanded=true]:before {
  background: #000000;
}
.museum .menu-dropdown__lvl-1 > li .btn[aria-expanded=true]:hover {
  background: #000000;
}
.museum .menu-dropdown__lvl-1 > li .btn[aria-expanded=true]:hover:before {
  background: #FFFFFF;
}

@media screen and (min-width: 700px) {
  body:not(.no-breadcrumbs) .header.js-down .header__breadcrumbs {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  body.js-open-search .header__logo {
    opacity: 0;
    width: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s, width 0s 0.3s;
    -o-transition: opacity 0.3s ease, visibility 0s 0.3s, width 0s 0.3s;
    transition: opacity 0.3s ease, visibility 0s 0.3s, width 0s 0.3s;
  }
}

.museum-home {
  position: relative;
}
.museum-home:after {
  content: "";
  position: absolute;
  top: 40vh;
  left: 50%;
  width: 100%;
  max-width: 1900px;
  height: calc(100% - 40vh - 500px);
  background-color: #F3F1F1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -100;
}

/**
 * @file
 * Page introduction
 *
 * Contains styles for accordion content object.
 */
.hero-inner + .page-intro {
  padding: 87px 15px 42px;
}
@media (min-width: 700px) {
  .hero-inner + .page-intro {
    padding: 192px 30px 47px;
    margin: 0 0 31px;
  }
}
@media (min-width: 1025px) {
  .hero-inner + .page-intro {
    padding: 199px 130px 44px 50px;
    margin: 0 0 67px;
  }
}

.page-intro {
  background-color: #F3F1F1;
  padding: 40px 15px 25px;
  font-size: 18px;
  line-height: 1.28;
  margin: 0 0 30px;
}
@media (min-width: 700px) {
  .page-intro {
    padding: 51px 30px 48px;
    font-size: 20px;
    line-height: 1.35;
    margin: 0 0 34px;
  }
}
@media (min-width: 1025px) {
  .page-intro {
    padding: 65px 130px 53px 50px;
    font-size: 30px;
    line-height: 1.34;
    margin: 0 0 37px;
  }
}
.page-intro--blue {
  background-color: #BCDADF;
}
.page-intro h1 {
  margin: 0 0 33px;
  line-height: 1.1;
  position: relative;
}
@media (min-width: 1025px) {
  .page-intro h1 {
    margin: 0 0 35px;
  }
}
.page-intro h1:before, .page-intro h1:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  border-bottom: 2px dashed #000000;
}
@media (min-width: 700px) {
  .page-intro h1:before, .page-intro h1:after {
    bottom: -11px;
  }
}
.page-intro h1:after {
  left: 188px;
  right: -9999px;
  border: none;
  background-color: #000000;
  height: 2px;
  bottom: -18px;
}
@media (min-width: 700px) {
  .page-intro h1:after {
    bottom: -11px;
    left: 398px;
  }
}

/**
 * @file
 * Page introduction
 *
 * Contains styles for museum intro.
 */
.museum .page-intro {
  margin-bottom: 2.2em;
  padding-top: 75px;
}
@media screen and (min-width: 700px) {
  .museum .page-intro {
    padding-top: 56px;
  }
}
.museum .page-intro--tan {
  background-color: #F3F1F1;
}
.museum .page-intro h1 {
  margin: 0;
}
.museum .page-intro h1:before, .museum .page-intro h1:after {
  content: none;
}
.museum .page-intro h1 + p {
  margin: 0.3em 0 0;
  font-size: 20px;
}
@media screen and (min-width: 1025px) {
  .museum .page-intro h1 + p {
    margin: 0.45em 0 0;
    font-size: 30px;
    line-height: 1.2em;
  }
}
.museum .page-intro.exhibitions-landing {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .museum .page-intro.exhibitions-landing {
    max-width: 1900px;
  }
}
@media (min-width: 700px) {
  .museum .page-intro.exhibitions-landing h1 {
    float: left;
    padding-right: 37px;
    z-index: 1;
  }
}
@media (min-width: 1025px) {
  .museum .page-intro.exhibitions-landing h1 {
    padding-right: 105px;
  }
}
.museum .page-intro.exhibitions-template {
  margin-bottom: 1.2em;
}
@media (min-width: 700px) {
  .museum .page-intro.exhibitions-template {
    padding: 51px 30px 6px;
  }
}
@media (min-width: 1025px) {
  .museum .page-intro.exhibitions-template {
    padding: 65px 50px 26px;
  }
}
@media (min-width: 700px) {
  .museum .page-intro.exhibitions-template h1 {
    max-width: 80%;
  }
}
@media (min-width: 1025px) {
  .museum .page-intro.exhibitions-template h1 {
    line-height: 0.9125;
    max-width: 1100px;
    margin: 0 auto;
    padding-right: 175px;
  }
}

#oualerts-active-alert-display {
  position: relative;
}
#oualerts-active-alert-display .oualerts-close-button {
  position: absolute;
  top: 11px;
  right: 7px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
@media screen and (min-width: 700px) {
  #oualerts-active-alert-display .oualerts-close-button {
    top: 6px;
    right: 8px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  #oualerts-active-alert-display .oualerts-close-button {
    top: 15px;
    right: 9px;
    width: 50px;
    height: 50px;
  }
}
#oualerts-active-alert-display .oualerts-close-button:after, #oualerts-active-alert-display .oualerts-close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
       -o-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 50%;
  height: 3px;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 700px) {
  #oualerts-active-alert-display .oualerts-close-button:after, #oualerts-active-alert-display .oualerts-close-button:before {
    height: 4px;
  }
}
@media screen and (min-width: 1025px) {
  #oualerts-active-alert-display .oualerts-close-button:after, #oualerts-active-alert-display .oualerts-close-button:before {
    height: 5px;
  }
}
#oualerts-active-alert-display .oualerts-close-button:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#oualerts-active-alert-display .oualerts-close-button:hover:after, #oualerts-active-alert-display .oualerts-close-button:hover:before {
  background-color: #FF2EAA;
}
#oualerts-active-alert-display .oualerts-notify-body {
  background-color: #000000;
  color: #FFFFFF;
  padding: 34px 20px 25px;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  #oualerts-active-alert-display .oualerts-notify-body {
    padding: 39px 30px 25px;
  }
}
@media screen and (min-width: 1025px) {
  #oualerts-active-alert-display .oualerts-notify-body {
    font-size: 17px;
    padding: 44px 64px 33px;
  }
}
#oualerts-active-alert-display .oualerts-notify-msg {
  margin: 0;
}
#oualerts-active-alert-display .oualerts-notify-title {
  font: 700 20px/1.2 halyard-text, sans-serif;
  margin: 0 0 10px;
}
@media screen and (min-width: 700px) {
  #oualerts-active-alert-display .oualerts-notify-title {
    font-size: 30px;
    margin: 0 0 12px;
  }
}
@media screen and (min-width: 1025px) {
  #oualerts-active-alert-display .oualerts-notify-title {
    font-size: 39px;
    margin: 0 0 11px;
  }
}
#oualerts-active-alert-display .oualerts-notify-link {
  position: relative;
  margin: 1.5rem 0 0;
  padding-right: 1.9em;
  font-weight: 700;
  color: #000000;
  background-image: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block;
  padding-right: 3em;
  margin: 13px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (min-width: 700px) {
  #oualerts-active-alert-display .oualerts-notify-link {
    padding-right: 3.3em;
  }
}
@media screen and (min-width: 1025px) {
  #oualerts-active-alert-display .oualerts-notify-link {
    font-size: 16px;
    word-spacing: 0;
  }
}
#oualerts-active-alert-display .oualerts-notify-link:before, #oualerts-active-alert-display .oualerts-notify-link:after {
  background-image: url("/_resources/assets/icons/arrow-black.svg");
}
#oualerts-active-alert-display .oualerts-notify-link:before, #oualerts-active-alert-display .oualerts-notify-link:after {
  background-image: url("/_resources/assets/icons/arrow-pink.svg");
}
#oualerts-active-alert-display .oualerts-notify-link:before, #oualerts-active-alert-display .oualerts-notify-link:after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  width: 20px;
  height: 10px;
  background-size: 100% 100%;
  background-position: center center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease, opacity 0.3s ease;
  -o-transition: right 0.3s ease, opacity 0.3s ease;
  transition: right 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
@media screen and (min-width: 700px) {
  #oualerts-active-alert-display .oualerts-notify-link:before, #oualerts-active-alert-display .oualerts-notify-link:after {
    width: 33px;
    height: 14px;
  }
}
@media screen and (min-width: 1025px) {
  #oualerts-active-alert-display .oualerts-notify-link:before, #oualerts-active-alert-display .oualerts-notify-link:after {
    width: 43px;
    height: 12px;
  }
}
#oualerts-active-alert-display .oualerts-notify-link:after {
  background-image: url("/_resources/assets/icons/arrow-blue.svg");
  opacity: 0;
}
#oualerts-active-alert-display .oualerts-notify-link:hover {
  color: #0036F9;
}
#oualerts-active-alert-display .oualerts-notify-link:hover:after, #oualerts-active-alert-display .oualerts-notify-link:hover:before {
  right: -10px;
}
#oualerts-active-alert-display .oualerts-notify-link:hover:before {
  opacity: 0;
}
#oualerts-active-alert-display .oualerts-notify-link:hover:after {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  #oualerts-active-alert-display .oualerts-notify-link {
    margin: 18px 0 0;
  }
}
#oualerts-active-alert-display .oualerts-notify-link:after, #oualerts-active-alert-display .oualerts-notify-link:before {
  width: 33px;
  height: 15px;
}
#oualerts-active-alert-display .oualerts-notify-link:after {
  background-image: url("/_resources/assets/icons/arrow-pink.svg");
}
#oualerts-active-alert-display .oualerts-notify-link:hover {
  color: inherit;
}
#oualerts-active-alert-display .oualerts-notify-icon,
#oualerts-active-alert-display .oualerts-notify-date,
#oualerts-active-alert-display .oualerts-notify-subtitle {
  display: none;
}

.alert--minor #oualerts-active-alert-display .oualerts-notify-body {
  background-color: #0036F9;
}
.alert--minor #oualerts-active-alert-display .oualerts-notify-body .oualerts-notify-link:after, .alert--minor #oualerts-active-alert-display .oualerts-notify-body .oualerts-notify-link:before {
  background-image: url("/_resources/assets/icons/arrow-white.svg");
}
.alert--major #oualerts-active-alert-display .oualerts-notify-body {
  background-color: #B70000;
}
.alert--major #oualerts-active-alert-display .oualerts-notify-body .oualerts-notify-link:after, .alert--major #oualerts-active-alert-display .oualerts-notify-body .oualerts-notify-link:before {
  background-image: url("/_resources/assets/icons/arrow-white.svg");
}

.museum .excard-toggle {
  position: relative;
  padding: 0 0 20px;
  margin: -6px 0 0;
}
@media (min-width: 700px) {
  .museum .excard-toggle {
    margin: -27px 0 0;
  }
}
@media (min-width: 1025px) {
  .museum .excard-toggle {
    margin: -15px 0 0;
  }
}
.museum .excard-toggle:before {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  height: 200%;
  z-index: -1;
  position: absolute;
  top: 0;
  background-color: #F3F1F1;
  content: "";
}
@media (min-width: 700px) {
  .museum .excard-toggle fieldset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.museum .excard-toggle fieldset.form--fieldset {
  margin: 0;
}
@media (min-width: 700px) {
  .museum .excard-toggle fieldset .form__radio {
    padding-right: 42px;
  }
}
@media (min-width: 1025px) {
  .museum .excard-toggle fieldset .form__radio {
    padding-right: 71px;
  }
}
@media (min-width: 700px) {
  .museum .excard-toggle fieldset .form__radio:last-child {
    margin-bottom: 10px;
  }
}
.museum .excard-toggle label {
  text-transform: uppercase;
  font-family: halyard-text, sans-serif;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .museum .excard-toggle label {
    font-size: 23.75px;
  }
}
.museum .excard-toggle input[type=radio] {
  border-radius: 100%;
  margin-top: -5px;
  z-index: 0;
}
@media (min-width: 1025px) {
  .museum .excard-toggle input[type=radio] {
    top: 4px;
    left: 2px;
    margin-top: -8px;
    margin-left: -8px;
    width: 24px;
    height: 24px;
  }
}
.museum .excard-toggle input[type=radio] + label:before {
  top: calc(50% - 2.5px);
}
@media (min-width: 1025px) {
  .museum .excard-toggle input[type=radio] + label:before {
    left: -28px;
    width: 8px;
    height: 8px;
    top: 50%;
  }
}
@media (min-width: 1025px) {
  .museum .excard-toggle input[type=radio] + label:after {
    width: 24px;
    height: 24px;
    top: 1px;
    left: -37px;
  }
}
.museum .excard-toggle input[type=radio]:checked + label:after {
  background-color: #FC7687;
  border-color: #FC7687;
}

/**
 * @file
 * Accordion
 *
 * Contains styles for accordion content object.
 */
.accordion {
  border-top: 2px solid #000000;
  padding: 18px 0 0;
  margin: 0 0 45px;
}
@media (min-width: 700px) {
  .accordion {
    padding: 21px 0 0;
  }
}
@media (min-width: 1025px) {
  .accordion {
    border-width: 3px 0 0;
    padding: 48px 0 0;
  }
}
.accordion__header {
  margin: 0 0 11px;
}
@media (min-width: 700px) {
  .accordion__header {
    margin: 0 0 16px;
  }
}
@media (min-width: 1025px) {
  .accordion__header {
    margin: 0 0 14px;
  }
}
.accordion__header h2:before, .accordion__header h2:after {
  display: none;
}
.accordion__intro {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 10px;
}
@media (min-width: 700px) {
  .accordion__intro {
    margin: 0 0 17px;
  }
}
@media (min-width: 1025px) {
  .accordion__intro {
    font-size: 17px;
    margin: 0 0 33px;
  }
}
.accordion__all {
  text-align: left;
  margin: 0 0 17px;
}
@media (min-width: 700px) {
  .accordion__all {
    margin: 0 0 15px;
  }
}
@media (min-width: 1025px) {
  .accordion__all {
    margin: 0 0 17px;
  }
}
.accordion__all button {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #000000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  font: 500 16px/1.2 halyard-text, sans-serif;
}
.accordion__all button.js-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.accordion__all button:not(.js-disabled):hover {
  color: #0036F9;
}
.accordion__all .divider:after {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin: 0 11px;
  color: #000000;
}
.accordion__item {
  border-top: 1px solid #000000;
}
.accordion__item:nth-child(3n+2) .accordion__icon {
  background-color: #FEBF3A;
}
.accordion__item:nth-child(3n+3) .accordion__icon {
  background-color: #FC7687;
}
.accordion__item:nth-child(2n+2) {
  background-color: #F3F1F1;
}
.accordion__item:last-child {
  border-bottom: 1px solid #000000;
}
.accordion__toggle {
  display: block;
  position: relative;
  padding: 10px 2px 12px 33px;
  width: 100%;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  font: 600 18px/1.2 halyard-text, sans-serif;
  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: 12px 2px 14px 43px;
  }
}
@media (min-width: 1025px) {
  .accordion__toggle {
    font-size: 20px;
    padding: 16px 20px 16px 58px;
  }
}
.accordion__toggle:hover {
  color: #0036F9;
}
.accordion__toggle:hover:not(.js-expanded) .accordion__icon {
  background-color: #000000;
}
.accordion__toggle:hover:not(.js-expanded) .accordion__icon:before, .accordion__toggle:hover:not(.js-expanded) .accordion__icon:after {
  background-color: #FFFFFF;
}
.accordion__toggle:focus {
  outline-width: 2px;
}
.accordion__toggle.js-expanded .accordion__icon {
  background-color: transparent;
  border-color: #000000;
}
.accordion__toggle.js-expanded .accordion__icon:after {
  opacity: 0;
}
.accordion__icon {
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #BCDADF;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
}
@media (min-width: 700px) {
  .accordion__icon {
    width: 25px;
    height: 25px;
    top: 11px;
  }
}
@media (min-width: 1025px) {
  .accordion__icon {
    width: 34px;
    height: 34px;
  }
}
.accordion__icon:before, .accordion__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  width: 11px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}
@media (min-width: 700px) {
  .accordion__icon:before, .accordion__icon:after {
    width: 12px;
  }
}
@media (min-width: 1025px) {
  .accordion__icon:before, .accordion__icon:after {
    width: 17px;
    height: 2px;
  }
}
.accordion__icon:after {
  width: 1px;
  height: 11px;
}
@media (min-width: 700px) {
  .accordion__icon:after {
    height: 12px;
  }
}
@media (min-width: 1025px) {
  .accordion__icon:after {
    height: 17px;
    width: 2px;
  }
}
.accordion__content {
  display: none;
  padding: 5px 0 23px;
}
@media (min-width: 700px) {
  .accordion__content {
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 0 21px;
  }
}
@media (min-width: 1025px) {
  .accordion__content {
    font-size: 15px;
    line-height: 1.6;
    padding: 21px 0 30px;
  }
}
.accordion__content .views-element-container {
  width: 100%;
}
.accordion__content p {
  margin: 0 0 24px;
}
@media (min-width: 700px) {
  .accordion__content p {
    margin: 0 0 18px;
  }
}
@media (min-width: 1025px) {
  .accordion__content p {
    margin: 0 0 24px;
  }
}
.accordion__copy {
  width: 100%;
}
.accordion__copy .table--wysiwyg {
  margin: 0;
  width: 100%;
}
@media (max-width: 699px) {
  .accordion__copy .table--wysiwyg {
    margin: 0 1em;
    width: calc(100% + 2em);
  }
}
.accordion__top {
  position: relative;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  font: 12px/1.2 halyard-text, sans-serif;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.accordion__top:hover {
  color: #0036F9;
}
.accordion__top:hover:before {
  border-color: transparent transparent #0036F9 transparent;
}
@media (min-width: 700px) {
  .accordion__top {
    margin: 15px 0 0;
  }
}
@media (min-width: 1025px) {
  .accordion__top {
    font-size: 16px;
    margin: 7px 0 0;
  }
}
.accordion__top:before {
  content: "";
  position: absolute;
  right: -14px;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.5px 5px 3.5px;
  border-color: transparent transparent #000000 transparent;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media (min-width: 1025px) {
  .accordion__top:before {
    right: -12px;
    top: 10px;
  }
}

/**
 * @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.
 */
input[type=text],
input[type=email],
select,
textarea {
  display: block;
  width: 187px;
  border: 1px solid #000000;
  height: 29px;
  margin: 0;
  padding: 2px 5px;
  background: none;
  font: 13px/1.3 halyard-text, sans-serif;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000000;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000000;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000000;
}

select {
  padding: 2px 30px 2px 5px;
}

textarea {
  resize: none;
  width: 100%;
  height: 144px;
  padding: 5px;
}

.main .form__item:not(.form--fieldset) label {
  display: block;
  font: 500 16px/1.2 halyard-text, sans-serif;
  text-transform: uppercase;
  margin: 0 0 9px;
}
@media (min-width: 1025px) {
  .main .form__item:not(.form--fieldset) label {
    font-size: 18px;
  }
}
.main .form__item {
  margin: 0 0 19px;
}
@media (min-width: 700px) {
  .main .form__item {
    margin: 0 0 32px;
  }
}
.main .form__checkbox, .main .form__radio {
  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-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.2;
}
.main .form__checkbox:last-child, .main .form__radio:last-child {
  margin: 0;
}
.main .form--fieldset {
  padding: 0;
  margin: 0 0 23px;
  border: 0;
}
@media (min-width: 700px) {
  .main .form--fieldset {
    margin: 0 0 39px;
  }
}
.main .form--fieldset legend {
  font: 500 16px/1.2 halyard-text, sans-serif;
  text-transform: uppercase;
  margin: 0 0 14px;
}
@media (min-width: 1025px) {
  .main .form--fieldset legend {
    font-size: 18px;
  }
}
.main .form--select {
  position: relative;
  display: inline-block;
  margin-right: auto;
}
.main .form--select:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
}

.form--actions {
  font-family: halyard-text, sans-serif;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  background: #000000;
  padding: 0.45em 1.6em;
  overflow: hidden;
  z-index: 0;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 700px) {
  .form--actions {
    padding: 0.3em 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  .form--actions {
    padding: 0.2em 1.5em;
  }
}
.form--actions:before, .form--actions:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF2EAA;
  z-index: -1;
}
.form--actions:after {
  left: -100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.form--actions:hover:after {
  left: 0;
}
.form--actions span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .form--actions span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .form--actions span {
    font-size: 20px;
  }
}
@media screen and (min-width: 700px) {
  .form--actions {
    padding: 0 !important;
  }
}

input[type=submit] {
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  border: none;
  background: none;
  background-color: transparent;
  font: 700 19px/1.2 halyard-text, sans-serif;
  color: #FFFFFF;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 700px) {
  input[type=submit] {
    width: 111px;
    height: 36px;
    font-size: 17px;
  }
}
@media (min-width: 1025px) {
  input[type=submit] {
    width: 120px;
    height: 40px;
    font-size: 19px;
  }
}

input[type=search] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=search]::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
input[type=search]:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input[type=search]::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input[type=search]:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  top: 0;
  left: 1px;
  background-color: #FFFFFF;
  width: 21px;
  height: 21px;
}
input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  margin: 0 0 0 14px;
}

input[type=checkbox] + label:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 4px;
  left: -28px;
  cursor: pointer;
  border: 1px solid #000000;
  border-width: 0 0 2px 2px;
  width: 8px;
  height: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -34px;
  width: 19px;
  height: 19px;
  border: 1px solid #000000;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
input[type=checkbox]:checked + label:before {
  opacity: 1;
}
input[type=checkbox]:checked + label:after {
  background-color: #FEBF3A;
  border-color: #FEBF3A;
}

input[type=radio] {
  top: 0;
  left: 0px;
}
input[type=radio] + label:before {
  content: "";
  opacity: 0;
  position: absolute;
  cursor: pointer;
  left: -29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #000000;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
input[type=radio] + label:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -35px;
  width: 19px;
  height: 19px;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
input[type=radio]:checked + label:before {
  opacity: 1;
}
input[type=radio]:checked + label:after {
  background-color: #12C477;
  border-color: #12C477;
}

/**
 * @file
 * Generic Block: 2 Column
 *
 * Styles for Generic Block: 2 Column object.
 */
@media (max-width: 699px) {
  .gen2col {
    margin: 0 0 48px;
  }
}
.gen2col .link--arrow {
  color: #000000;
  font-weight: 600;
  background-image: none;
}
.gen2col .link--arrow:hover {
  color: #0036F9;
}
.gen2col .link--arrow:hover .arrow {
  border-color: transparent transparent transparent #0036F9;
  right: -5px;
}
@media screen and (min-width: 1025px) {
  .gen2col .link--arrow:hover .arrow {
    right: -10px;
  }
}
.gen2col .link--arrow .last-word {
  position: relative;
  display: inline-block;
  padding-right: 13.3333333333px;
}
@media screen and (min-width: 700px) {
  .gen2col .link--arrow .last-word {
    padding-right: 13.3333333333px;
  }
}
@media screen and (min-width: 700px) {
  .gen2col .link--arrow .last-word {
    padding-right: 16.6666666667px;
  }
}
.gen2col .link--arrow .arrow {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FF2EAA;
  -webkit-transition: right 0.3s ease, border-color 0.3s ease;
  -o-transition: right 0.3s ease, border-color 0.3s ease;
  transition: right 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 700px) {
  .gen2col .link--arrow .arrow {
    bottom: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FF2EAA;
  }
}
@media screen and (min-width: 1025px) {
  .gen2col .link--arrow .arrow {
    bottom: 6.25px;
    border-top: 6.25px solid transparent;
    border-bottom: 6.25px solid transparent;
    border-left: 6.25px solid #FF2EAA;
  }
}

/**
 * @file
 * Generic Block: 3 Column
 *
 * Styles for Generic Block: 3 Column object.
 */
@media (max-width: 699px) {
  .gen3col {
    margin: 0 0 39px;
  }
}

/**
 * @file
 * Generic Block: Image list
 *
 * Styles for Generic Block: Image list object.
 */
@media (max-width: 699px) {
  .genimglist {
    margin: 0 0 48px;
  }
}
@media (min-width: 700px) {
  .genimglist__intro {
    margin: 0 0 22px;
  }
}
@media (min-width: 1025px) {
  .genimglist__intro {
    margin: 0 0 58px;
  }
}
.genimglist__item {
  display: block;
  background-image: none;
  color: #000000;
  font: 12px/1.5 halyard-text, sans-serif;
  margin: 0 0 20px;
}
@media (min-width: 700px) {
  .genimglist__item {
    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 0 28px;
  }
}
@media (min-width: 1025px) {
  .genimglist__item {
    font-size: 15px;
    line-height: 1.47;
    margin: 0 0 47px;
  }
}
.genimglist__item:last-child {
  margin: 0;
}
.genimglist__img {
  position: relative;
  margin: 0 0 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
@media (min-width: 700px) {
  .genimglist__img {
    width: 47.5%;
    margin: 4px 0 0;
  }
}
@media (min-width: 1025px) {
  .genimglist__img {
    margin: 3px 0 0;
    width: 46.9%;
  }
}
.genimglist__img img {
  width: 100%;
}
.genimglist__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 700px) {
  .genimglist__content {
    width: 52.5%;
    padding: 0 0 0 31px;
  }
}
@media (min-width: 1025px) {
  .genimglist__content {
    width: 53.1%;
    padding: 0 0 0 57px;
  }
}
.genimglist__title {
  margin: 0 0 7px;
}
@media (min-width: 700px) {
  .genimglist__title {
    margin: 0 0 15px;
  }
}
@media (min-width: 1025px) {
  .genimglist__title {
    margin: 0 0 4px;
  }
}
.genimglist__title h3 {
  margin: 0;
  font: 600 20px/1.2 halyard-text, sans-serif;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 1025px) {
  .genimglist__title h3 {
    font-size: 33px;
  }
}
.genimglist__title h3 a {
  color: #000000;
  background: none;
}
.genimglist__title h3 a:hover {
  color: #0036F9;
}
.genimglist__title h3 a:hover .arrow {
  border-color: transparent transparent transparent #0036F9;
  right: -15px;
}
@media (min-width: 1025px) {
  .genimglist__title h3 a:hover .arrow {
    right: -24px;
  }
}
.genimglist__subtitle {
  text-transform: uppercase;
  font: 500 12px/1.2 halyard-text, sans-serif;
  margin: 0 0 6px;
}
@media (min-width: 700px) {
  .genimglist__subtitle {
    margin: 0 0 8px;
  }
}
@media (min-width: 1025px) {
  .genimglist__subtitle {
    margin: 0 0 11px;
  }
}
.genimglist .link--arrow {
  color: #000000;
  font-weight: 600;
  background-image: none;
}
.genimglist .link--arrow:hover {
  color: #0036F9;
}
.genimglist .link--arrow:hover .arrow {
  border-color: transparent transparent transparent #0036F9;
  right: -5px;
}
@media screen and (min-width: 1025px) {
  .genimglist .link--arrow:hover .arrow {
    right: -10px;
  }
}
.genimglist .link--arrow .last-word {
  position: relative;
  display: inline-block;
  padding-right: 13.3333333333px;
}
@media screen and (min-width: 700px) {
  .genimglist .link--arrow .last-word {
    padding-right: 13.3333333333px;
  }
}
@media screen and (min-width: 700px) {
  .genimglist .link--arrow .last-word {
    padding-right: 22px;
  }
}
.genimglist .link--arrow .arrow {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FF2EAA;
  -webkit-transition: right 0.3s ease, border-color 0.3s ease;
  -o-transition: right 0.3s ease, border-color 0.3s ease;
  transition: right 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 700px) {
  .genimglist .link--arrow .arrow {
    bottom: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FF2EAA;
  }
}
@media screen and (min-width: 1025px) {
  .genimglist .link--arrow .arrow {
    bottom: 8.25px;
    border-top: 8.25px solid transparent;
    border-bottom: 8.25px solid transparent;
    border-left: 8.25px solid #FF2EAA;
  }
}

a.genimglist__item:hover .genimglist__title h3 {
  color: #0036F9;
}
a.genimglist__item:hover .genimglist__title h3 .arrow {
  right: -7px;
  border-left-color: #0036F9;
}
a.genimglist__item:hover .genimglist__img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
       -o-transform: scale(1.02);
          transform: scale(1.02);
}

/**
 * @file
 * Hero
 *
 * Contains styles for hero object.
 */
.hero {
  margin-top: 0 !important;
  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;
  }
}
.hero--program-detail {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-bottom: 2.1em;
  background: none;
  height: auto;
}
@media screen and (min-width: 700px) {
  .hero--program-detail {
    margin-bottom: 3.6em;
  }
}
@media screen and (min-width: 1025px) {
  .hero--program-detail {
    margin-bottom: 4.6em;
  }
}
.hero--program-detail .hero__top {
  position: relative;
  padding-top: 2.9em;
  padding-bottom: 1em;
}
@media screen and (min-width: 700px) {
  .hero--program-detail .hero__top {
    padding-top: 4.5em;
  }
}
@media screen and (min-width: 1025px) {
  .hero--program-detail .hero__top {
    padding-top: 5.4em;
    padding-bottom: 1.4em;
  }
}
.hero--program-detail .hero__top:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
  height: 100%;
  background-color: #BCDADF;
  z-index: -1;
}
@media screen and (min-width: 700px) {
  .hero--program-detail .hero__top:after {
    left: -30px;
    width: calc(100% + 60px);
  }
}
@media screen and (min-width: 1025px) {
  .hero--program-detail .hero__top:after {
    left: -50px;
    width: calc(100% + 100px);
  }
}
.hero--program-detail .hero__img-cta {
  position: relative;
  margin-bottom: 1.75em;
}
@media screen and (min-width: 700px) {
  .hero--program-detail .hero__img-cta {
    margin-bottom: 2.3em;
  }
}
@media screen and (min-width: 1025px) {
  .hero--program-detail .hero__img-cta {
    margin-bottom: 3em;
  }
}
.hero--program-detail .hero__img-cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% - 2.5em);
  background-color: #BCDADF;
  z-index: -1;
}
@media screen and (min-width: 700px) {
  .hero--program-detail .hero__img-cta:after {
    left: -30px;
    width: calc(100% + 60px);
  }
}
@media screen and (min-width: 1025px) {
  .hero--program-detail .hero__img-cta:after {
    left: -50px;
    width: calc(100% + 100px);
    height: calc(100% - 5.5em);
  }
}
.hero--program-detail .hero__img-cta img {
  width: 100%;
}
.hero--program-detail .hero__inner {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1900px;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .hero--program-detail .hero__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--program-detail .hero__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.hero--program-detail .hero__title {
  line-height: 1;
}
.hero--program-detail .hero__cta {
  font-family: halyard-text, sans-serif;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  background: #000000;
  padding: 0.45em 1.6em;
  overflow: hidden;
  z-index: 0;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 0em 1.6em 0.13em;
}
@media screen and (min-width: 700px) {
  .hero--program-detail .hero__cta {
    padding: 0.3em 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  .hero--program-detail .hero__cta {
    padding: 0.2em 1.5em;
  }
}
.hero--program-detail .hero__cta:before, .hero--program-detail .hero__cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF2EAA;
  z-index: -1;
}
.hero--program-detail .hero__cta:after {
  left: -100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.hero--program-detail .hero__cta:hover:after {
  left: 0;
}
.hero--program-detail .hero__cta span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .hero--program-detail .hero__cta span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--program-detail .hero__cta span {
    font-size: 20px;
  }
}
@media screen and (min-width: 700px) {
  .hero--program-detail .hero__cta {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.5em 4.8em;
  }
}
@media screen and (min-width: 1025px) {
  .hero--program-detail .hero__cta {
    padding: 0.9em 7.55em;
  }
}
@media screen and (min-width: 1025px) {
  .hero--program-detail .hero__cta span {
    font-size: 32px;
  }
}
.hero--program-detail .hero__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.2em;
}
@media screen and (min-width: 1025px) {
  .hero--program-detail .hero__icons {
    margin-top: 1.3em;
  }
}
.hero--program-detail .hero__icon {
  width: 42px;
  height: 42px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 700px) {
  .hero--program-detail .hero__icon {
    width: 38px;
    height: 38px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--program-detail .hero__icon {
    width: 42px;
    height: 42px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--program-detail .hero__icon:not(:last-of-type) {
    margin-right: 0.9em;
  }
}
.hero--program-detail .hero__icon--2 {
  background-image: url("/_resources/assets/icons/program-2.png");
}
.hero--program-detail .hero__icon--aas {
  background-image: url("/_resources/assets/icons/program-aas.png");
}
.hero--program-detail .hero__icon--bfa {
  background-image: url("/_resources/assets/icons/program-bfa.png");
}
.hero--program-detail .hero__subtext {
  font-size: 18px;
  font-weight: 350;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .hero--program-detail .hero__subtext {
    font-size: 30px;
  }
}

.hero-inner--top-center {
  background-position: top center;
}

/**
 * @file
 * Instagram
 *
 * Contains styles for instagram object.
 */
.instafeed {
  border-top: 2px solid #000000;
  padding: 17px 0 0;
  margin: 0 0 30px;
}
@media (min-width: 700px) {
  .instafeed {
    border-width: 3px 0 0;
    padding: 26px 0 0;
    position: relative;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .instafeed {
    padding: 31px 0 0;
  }
}
.instafeed .slick-slide {
  width: 236px;
  margin: 0 0 0 16px;
  height: inherit !important;
  border: 2px solid #000000;
}
.instafeed .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.instafeed .slick-list {
  overflow: visible;
}
@media (min-width: 1025px) {
  .instafeed .slick-list {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .instafeed .instagram__tile {
    display: block;
    margin: 0;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
@media (min-width: 1025px) {
  .instafeed .instagram__tile {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
.instafeed .instagram__link {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.instafeed .instagram__link:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.instafeed .cta--button {
  font-size: 19px;
  padding: 6px 20px;
  min-width: 164px;
}
@media (min-width: 700px) {
  .instafeed .cta--button {
    position: absolute;
    top: 24px;
    right: 0;
    font-size: 17px;
    min-width: 177px;
    padding: 8px 20px;
  }
}
@media (min-width: 1025px) {
  .instafeed .cta--button {
    font-size: 19px;
    padding: 9px 20px;
    min-width: 235px;
    top: 41px;
  }
}
.instafeed h2 {
  font: 600 22px/1.2 halyard-text, sans-serif;
  margin: 0;
}
@media (min-width: 700px) {
  .instafeed h2 {
    font-size: 25px;
  }
}
@media (min-width: 1025px) {
  .instafeed h2 {
    font-size: 45px;
  }
}

.instagram__account {
  position: relative;
  padding: 0 0 0 37px;
  margin: 0 0 17px;
}
@media (min-width: 700px) {
  .instagram__account {
    font-size: 25px;
    padding: 0 0 0 44px;
    margin: 0 0 24px;
  }
}
@media (min-width: 1025px) {
  .instagram__account {
    font-size: 45px;
    padding: 0 0 0 61px;
    margin: 0 0 36px;
  }
}
.instagram__account:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
@media (min-width: 700px) {
  .instagram__account:before {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1025px) {
  .instagram__account:before {
    width: 39px;
    height: 39px;
    top: 9px;
    left: 0px;
  }
}
.instagram__account:after {
  content: "\e902";
  font-weight: 300;
  font-family: "icomoon";
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 13px;
  line-height: 1;
}
@media (min-width: 700px) {
  .instagram__account:after {
    top: 8px;
    left: 8px;
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .instagram__account:after {
    font-size: 22px;
    top: 18px;
    left: 11px;
  }
}
.instagram__account a {
  color: #000000;
  background: none;
  font-weight: inherit;
}
@media (min-width: 700px) {
  .instagram__tile {
    width: 33.333333%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0 7px;
  }
}
@media (min-width: 1025px) {
  .instagram__tile {
    padding: 0 14px;
  }
}
.instagram__tile:nth-child(4) {
  display: none;
}
.instagram__link {
  position: relative;
  font-size: 0;
  line-height: 0;
  height: auto;
  padding: 98% 0 0;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation-iteration-count: 0;
       -o-animation-iteration-count: 0;
          animation-iteration-count: 0;
  color: #000000;
  border: 2px solid #000000;
}
@media (min-width: 1025px) {
  .instagram__link {
    padding: 100% 0 0;
  }
}
.instagram__link:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  z-index: 1;
}
@media (min-width: 700px) {
  .instagram__link:before {
    width: 22px;
    height: 22px;
    top: 16px;
    right: 15px;
  }
}
@media (min-width: 1025px) {
  .instagram__link:before {
    width: 39px;
    height: 39px;
    top: 27px;
    right: 26px;
  }
}
.instagram__link:after {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  z-index: 2;
}
@media (min-width: 700px) {
  .instagram__link:after {
    top: 21px;
    right: 21px;
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .instagram__link:after {
    font-size: 22px;
    top: 36px;
    right: 37px;
  }
}
.instagram__feed {
  margin: 0 0 15px;
}
@media (min-width: 700px) {
  .instagram__feed {
    margin: 0 -7px 20px;
  }
}
@media (min-width: 1025px) {
  .instagram__feed {
    margin: 0 -14px 20px;
  }
}

/**
 * @file
 * Program List
 *
 * Styles for Program List display object.
 */
.program-list {
  border-top: 3px solid #000000;
  padding: 28px 0 0;
}
@media (max-width: 699px) {
  .program-list {
    margin: 0 0 73px;
  }
}
@media (min-width: 1025px) {
  .program-list {
    padding: 37px 0 0;
  }
}
.program-list__header {
  margin: 0 0 6px;
}
@media (min-width: 700px) {
  .program-list__header {
    margin: 0 0 13px;
  }
}
@media (min-width: 1025px) {
  .program-list__header {
    margin: 0 0 15px;
  }
}
.program-list__header h2:before, .program-list__header h2:after {
  display: none;
}
.program-list__intro {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 12px;
}
@media (min-width: 700px) {
  .program-list__intro {
    margin: 0 0 19px;
  }
}
@media (min-width: 1025px) {
  .program-list__intro {
    font-size: 17px;
    margin: 0 0 26px;
  }
}
.program-list__content {
  font-size: 12px;
  line-height: 1.2;
}
@media (min-width: 700px) {
  .program-list__content {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .program-list__content {
    font-size: 17px;
  }
}
.program-list__item {
  padding: 10px 0 13px;
  border-top: 1px solid #000000;
  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-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 700px) {
  .program-list__item {
    padding: 17px 0 11px;
  }
}
@media (min-width: 1025px) {
  .program-list__item {
    padding: 19px 0 14px;
  }
}
.program-list__item:nth-child(2n) {
  background-color: #F3F1F1;
}
.program-list h3 {
  font: 600 16px/1.2 halyard-text, sans-serif;
  margin: 0;
}
@media (min-width: 700px) {
  .program-list h3 {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .program-list h3 {
    font-size: 20px;
  }
}
.program-list__program {
  width: 50%;
  padding: 0 10px 0 0;
}
@media (min-width: 1025px) {
  .program-list__program {
    width: 66%;
  }
}
.program-list__program a {
  color: #000000;
  background: none;
  font-weight: inherit;
}
.program-list__program a:hover {
  color: #0036F9;
}
.program-list__type {
  width: 50%;
  text-align: right;
  padding: 0 10px 0 0;
}
@media (min-width: 700px) {
  .program-list__type {
    padding: 0 50px 0 0;
  }
}
@media (min-width: 1025px) {
  .program-list__type {
    text-align: left;
    padding: 0 10px 0 0;
    width: 34%;
  }
}

/**
 * @file
 * Statistic: 3 up feature
 *
 * Styles for Statistick: 3 up feature object.
 */
.stat3up {
  position: relative;
  margin: 0 0 40px;
}
@media (min-width: 700px) {
  .stat3up {
    margin: 0 0 40px;
  }
}
.stat3up__header {
  margin: 0 0 32px;
}
@media (min-width: 700px) {
  .stat3up__header {
    margin: 0 0 42px;
  }
}
@media (min-width: 1025px) {
  .stat3up__header {
    margin: 0 0 52px;
  }
}
.stat3up__intro {
  margin: 0 0 28px;
}
@media (min-width: 700px) {
  .stat3up__intro {
    margin: 0 0 36px;
  }
}
@media (min-width: 1025px) {
  .stat3up__intro {
    margin: 0 0 65px;
  }
}
.stat3up .column {
  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-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -15px;
  line-height: 1.1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 700px) {
  .stat3up .column {
    margin: 0 -30px;
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  .stat3up .column {
    margin: 0 -50px;
  }
}
@media (min-width: 700px) {
  .stat3up .column .stat3up__item {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
.stat3up__item {
  width: 50%;
  border-radius: 50%;
  background: #FC7687;
  margin: 0;
  padding: 50% 0 0;
  position: relative;
  border: 1px solid transparent;
  color: #000000;
  font-weight: normal;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media (min-width: 700px) {
  .stat3up__item {
    width: 33.3333%;
    padding: 33% 0 0;
  }
}
.stat3up__item:last-child {
  background-color: #12C477;
}
.stat3up__item:nth-child(2) {
  border-radius: 0;
  border: 1px solid #000000;
  background: none;
}
.stat3up a.stat3up__item:hover {
  background: none;
  border-color: #000000;
}
.stat3up a.stat3up__item:hover .arrow:after {
  right: -5px;
}
.stat3up a.stat3up__item:nth-child(2):hover {
  color: #FFFFFF;
  background-color: #4039f9;
  border-color: #4039f9;
}
.stat3up__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 10px;
}
@media (min-width: 700px) {
  .stat3up__content {
    padding: 10px 20px;
  }
}
@media (min-width: 1025px) {
  .stat3up__content {
    padding: 20px 50px;
  }
}
.stat3up__number {
  font: 500 34px/1.2 halyard-micro, sans-serif;
  margin: 0 0 3px;
}
@media (min-width: 700px) {
  .stat3up__number {
    font-size: 64px;
    margin: 0 0 14px;
  }
}
@media (min-width: 1025px) {
  .stat3up__number {
    font-size: 84px;
    margin: 0 0 37px;
  }
}
.stat3up .cta--button {
  font-size: 19px;
  padding: 6px 20px;
  min-width: 136px;
}
@media (min-width: 700px) {
  .stat3up .cta--button {
    font-size: 17px;
    min-width: 177px;
    padding: 8px 20px;
  }
}
@media (min-width: 1025px) {
  .stat3up .cta--button {
    font-size: 19px;
    padding: 9px 20px;
    min-width: 235px;
  }
}
.stat3up .cta a {
  color: #000000;
  background: none;
}
.stat3up .arrow {
  display: inline-block;
  vertical-align: top;
  padding: 0 27px 0 0;
  font: 500 14px/1.2 halyard-text, sans-serif;
  position: relative;
}
@media (min-width: 700px) {
  .stat3up .arrow {
    font-size: 16px;
    padding: 0 33px 0 0;
  }
}
@media (min-width: 1025px) {
  .stat3up .arrow {
    padding: 0 53px 0 0;
  }
}
.stat3up .arrow:after {
  content: "\e90a";
  font-family: "icomoon";
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 8px;
  line-height: 1;
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}
@media (min-width: 700px) {
  .stat3up .arrow:after {
    font-size: 10px;
  }
}
@media (min-width: 1025px) {
  .stat3up .arrow:after {
    font-size: 16px;
    top: 2px;
  }
}
.stat3up__caption {
  margin: 0 0 18px;
}
@media (min-width: 700px) {
  .stat3up__caption {
    margin: 0 0 22px;
  }
}
@media (min-width: 1025px) {
  .stat3up__caption {
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 38px;
  }
}
.stat3up__section-cta {
  position: absolute;
  top: -5px;
  right: 2px;
}
@media (min-width: 700px) {
  .stat3up__section-cta {
    top: -2px;
    right: 0;
  }
}
@media (min-width: 1025px) {
  .stat3up__section-cta {
    top: 3px;
  }
}

/**
 * @file
 * Events 3 Up Feature
 *
 * Contains styles for Events 3 Up content object.
 */
.events3up {
  margin: 0 0 48px;
}
@media (min-width: 700px) {
  .events3up {
    position: relative;
    margin: 0 0 51px;
  }
}
.events3up__header {
  position: relative;
  margin: 0 0 13px;
}
@media (min-width: 700px) {
  .events3up__header {
    margin: 0 0 40px;
  }
}
@media (min-width: 1025px) {
  .events3up__header {
    margin: 0 0 48px;
  }
}
.events3up__header:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
}
@media (min-width: 700px) {
  .events3up__header:before {
    top: 14px;
  }
}
@media (min-width: 1025px) {
  .events3up__header:before {
    top: 25px;
  }
}
.events3up h2 {
  font: 500 16px/1.2 halyard-text, sans-serif;
  padding: 0 14px 0 37px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #FFFFFF;
}
@media (min-width: 700px) {
  .events3up h2 {
    font-size: 20px;
    padding: 0 18px 0 46px;
  }
}
@media (min-width: 1025px) {
  .events3up h2 {
    font-size: 32px;
    padding: 0 26px 0 61px;
  }
}
.events3up h2:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
@media (min-width: 700px) {
  .events3up h2:before {
    width: 27px;
    height: 27px;
    top: -1px;
  }
}
@media (min-width: 1025px) {
  .events3up h2:before {
    width: 40px;
    height: 40px;
    top: 1px;
    left: 0;
  }
}
.events3up h2:after {
  content: "\e906";
  font-family: "icomoon";
  position: absolute;
  top: 5px;
  left: 7px;
  right: auto;
  bottom: auto;
  height: auto;
  background: none;
  font-size: 11px;
  line-height: 1;
}
@media (min-width: 700px) {
  .events3up h2:after {
    top: 7px;
    left: 8px;
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .events3up h2:after {
    font-size: 19px;
    top: 12px;
    left: 12px;
  }
}
.events3up__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 13px;
}
@media (min-width: 700px) {
  .events3up__item {
    display: block;
  }
}
.events3up__date {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 60px;
  font: 12px/1 halyard-text, sans-serif;
}
@media (min-width: 700px) {
  .events3up__date {
    font-size: 14px;
    width: auto;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    margin: 0 0 26px;
  }
}
@media (min-width: 1025px) {
  .events3up__date {
    font-size: 19px;
    margin: 0 0 38px;
  }
}
.events3up__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 14px 0 0 11px;
}
@media (min-width: 700px) {
  .events3up__content {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.events3up__day {
  font: 500 30px/1 halyard-micro, sans-serif;
}
@media (min-width: 700px) {
  .events3up__day {
    font-size: 38px;
  }
}
@media (min-width: 1025px) {
  .events3up__day {
    font-size: 60px;
  }
}
@media (min-width: 700px) {
  .events3up__month {
    margin: 0 0 4px;
  }
}
@media (min-width: 1025px) {
  .events3up__month {
    margin: 0 0 -3px;
  }
}
.events3up h3 {
  font: 15px/1 halyard-text, sans-serif;
  margin: 0 0 6px;
}
@media (min-width: 700px) {
  .events3up h3 {
    font-size: 18px;
    margin: 0 0 -1px;
  }
}
@media (min-width: 1025px) {
  .events3up h3 {
    font-size: 24px;
    margin: 0 0 8px;
  }
}
.events3up h3 a {
  color: inherit;
  font-weight: inherit;
  background: none;
}
.events3up h3 a:hover {
  color: #0036F9;
}
.events3up h3 a:hover .arrow {
  border-color: transparent transparent transparent #0036F9;
  right: -5px;
}
@media (min-width: 1025px) {
  .events3up h3 a:hover .arrow {
    right: -10px;
  }
}
.events3up__data {
  font: italic 10px/1 halyard-text, sans-serif;
}
@media (min-width: 700px) {
  .events3up__data {
    font-size: 12px;
  }
}
.events3up .column {
  margin: 0 0 34px;
}
@media (min-width: 1025px) {
  .events3up .column .events3up__item {
    -webkit-flex-basis: calc(33.3333333333% - 80px);
        -ms-flex-preferred-size: calc(33.3333333333% - 80px);
            flex-basis: calc(33.3333333333% - 80px);
  }
}
@media (min-width: 700px) {
  .events3up__section-cta {
    position: absolute;
    top: -4px;
    right: 0;
    background-color: #FFFFFF;
    padding: 0 0 0 22px;
  }
}
@media (min-width: 1025px) {
  .events3up__section-cta {
    top: 4px;
    padding: 0 0 0 46px;
  }
}
.events3up .cta--button {
  font-size: 17px;
  padding: 8px 20px;
  min-width: 218px;
}
@media (min-width: 700px) {
  .events3up .cta--button {
    min-width: 177px;
  }
}
@media (min-width: 1025px) {
  .events3up .cta--button {
    font-size: 19px;
    padding: 9px 20px;
    min-width: 235px;
  }
}

/**
 * @file
 * Story Display
 *
 * Contains styles for Story Display object.
 */
.story-display {
  margin: 60px 0 30px;
  margin-top: 80px !important;
  position: relative;
}
@media screen and (min-width: 700px) {
  .story-display {
    margin-top: 120px !important;
  }
}
@media (min-width: 1025px) {
  .story-display {
    margin-top: 180px !important;
  }
}
.story-display:before {
  content: "";
  position: absolute;
  top: -40px;
  right: -15px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #000000;
}
@media (min-width: 700px) {
  .story-display:before {
    width: 58px;
    height: 58px;
    top: -60px;
    right: -30px;
  }
}
@media (min-width: 1025px) {
  .story-display:before {
    width: 108px;
    height: 108px;
    top: -110px;
    right: -50px;
  }
}
.story-display:after {
  content: "“";
  position: absolute;
  top: -31px;
  right: -3px;
  font-size: 50px;
  line-height: 1;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 700px) {
  .story-display:after {
    top: -49px;
    right: -14px;
    font-size: 80px;
  }
}
@media (min-width: 1025px) {
  .story-display:after {
    top: -89px;
    right: -22px;
    font-size: 150px;
  }
}
.story-display__wrap {
  position: relative;
  padding: 39px 0 0;
  color: #BCDADF;
  margin: 0 0 16px;
}
@media (min-width: 700px) {
  .story-display__wrap {
    padding: 61px 0 0;
    margin: 0 0 23px;
  }
}
@media (min-width: 1025px) {
  .story-display__wrap {
    padding: 65px 0 0;
  }
}
.story-display__wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: -9999px;
  right: -9999px;
  bottom: 80px;
  background-color: #001049;
  z-index: -1;
}
@media (min-width: 700px) {
  .story-display__wrap:before {
    bottom: 0;
  }
}
.story-display h2 {
  font-size: 30px;
}
@media (min-width: 1025px) {
  .story-display h2 {
    font-size: 45px;
  }
}
.story-display h2:before, .story-display h2:after {
  display: none;
}
.story-display__header {
  margin: 0 0 9px;
  background-color: #001049;
}
@media (min-width: 700px) {
  .story-display__header {
    margin: 0 0 16px;
  }
}
@media (min-width: 1025px) {
  .story-display__header {
    margin: 0 0 43px;
  }
}
.story-display__intro {
  font-size: 16px;
  line-height: 1.63;
  margin: 0 0 21px;
  background-color: #001049;
}
@media (min-width: 700px) {
  .story-display__intro {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 33px;
  }
}
@media (min-width: 1025px) {
  .story-display__intro {
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 76px;
  }
}
@media (min-width: 700px) {
  .story-display__content {
    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-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.story-display__quote {
  font: 25px/1.28 halyard-text, sans-serif;
  margin: 0 0 15px;
}
@media (min-width: 700px) {
  .story-display__quote {
    font-size: 30px;
    line-height: 1.17;
    margin: 0 0 29px;
  }
}
@media (min-width: 1025px) {
  .story-display__quote {
    font-size: 41px;
    line-height: 1.1;
    border-bottom: 1px solid #BCDADF;
    padding: 0 0 40px;
    margin: 0 0 42px;
  }
}
@media screen and (min-width: 700px) {
  .story-display__subtitle {
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.story-display__title {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 8px;
}
@media (min-width: 700px) {
  .story-display__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: inline;
    margin: 0;
    padding-right: 20px;
    border-right: 1px solid #BCDADF;
  }
}
@media (min-width: 1025px) {
  .story-display__title:after {
    margin: 0 40px;
  }
}
.story-display__title > a {
  color: inherit;
  background-image: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#FFFFFF));
  background-image: -o-linear-gradient(right, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to left, #FFFFFF, #FFFFFF);
}
.story-display__title > p {
  font-weight: 700;
}
.story-display__quote-info {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (min-width: 700px) {
  .story-display__quote-info {
    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-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .story-display__quote-info {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.story-display__text-block {
  margin: 0 0 24px;
  background-color: #001049;
}
@media (min-width: 700px) {
  .story-display__text-block {
    margin: 0;
    width: 64%;
  }
}
@media (min-width: 1025px) {
  .story-display__text-block {
    width: 46%;
  }
}
.story-display__caption {
  font-size: 13px;
  line-height: 1.46;
  border-bottom: 1px solid #000000;
  padding: 0 0 6px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 700px) {
  .story-display__caption {
    padding: 0 0 15px;
  }
}
@media (min-width: 1025px) {
  .story-display__caption {
    margin: 0;
    display: block;
    width: 50%;
    position: relative;
  }
}
.story-display__img {
  position: relative;
}
@media (min-width: 700px) {
  .story-display__img {
    width: 31.4%;
    margin: 8px 0 0;
  }
}
@media (min-width: 1025px) {
  .story-display__img {
    width: 44.8%;
    margin: 0 0 -60px;
  }
}
.story-display__img img {
  width: 100%;
}

/**
 * @file
 * Twitter
 *
 * Contains styles for twitter object.
 */
.twitter.section {
  border: 1px solid #000000;
  background-color: #BCDADF;
  padding: 22px 18px 27px;
}
@media (min-width: 700px) {
  .twitter.section {
    padding: 27px 20px 30px;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .twitter.section {
    padding: 55px 40px 52px;
    border-width: 2px;
  }
}
.twitter h2 {
  font: 600 22px/1.2 halyard-text, sans-serif;
  margin: 0;
}
@media (min-width: 700px) {
  .twitter h2 {
    font-size: 25px;
  }
}
@media (min-width: 1025px) {
  .twitter h2 {
    font-size: 45px;
  }
}
.twitter__account {
  position: relative;
  padding: 0 0 0 37px;
  margin: 0 0 27px;
}
@media (min-width: 700px) {
  .twitter__account {
    padding: 0 0 0 44px;
  }
}
@media (min-width: 1025px) {
  .twitter__account {
    padding: 0 0 0 61px;
    margin: 0 0 58px;
  }
}
.twitter__account:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
@media (min-width: 700px) {
  .twitter__account:before {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1025px) {
  .twitter__account:before {
    width: 40px;
    height: 40px;
    top: 8px;
    left: -2px;
  }
}
.twitter__account:after {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 9px;
  left: 7px;
  font-size: 10px;
  line-height: 1;
}
@media (min-width: 700px) {
  .twitter__account:after {
    top: 10px;
    left: 9px;
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .twitter__account:after {
    font-size: 20px;
    top: 20px;
    left: 10px;
  }
}
.twitter a {
  color: #000000;
  background: none;
}
.twitter .twitter__item {
  margin: 0 0 28px;
}
@media (min-width: 700px) {
  .twitter .twitter__item {
    -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
    margin: 0;
  }
  .twitter .twitter__item:last-child {
    display: none;
  }
}
@media (min-width: 1025px) {
  .twitter .twitter__item {
    -webkit-flex-basis: calc(33.3333333333% - 46.6666666667px);
        -ms-flex-preferred-size: calc(33.3333333333% - 46.6666666667px);
            flex-basis: calc(33.3333333333% - 46.6666666667px);
  }
  .twitter .twitter__item:last-child {
    display: block;
  }
}
.twitter__feed {
  margin: 0 0 31px;
}
@media (min-width: 700px) {
  .twitter__feed {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .twitter__feed {
    font-size: 16px;
    line-height: 1.44;
  }
}
.twitter .cta--button {
  color: #FFFFFF;
  font-size: 19px;
  padding: 6px 20px;
  min-width: 164px;
}
@media (min-width: 700px) {
  .twitter .cta--button {
    position: absolute;
    top: 24px;
    right: 20px;
    font-size: 17px;
    min-width: 177px;
    padding: 8px 20px;
  }
}
@media (min-width: 1025px) {
  .twitter .cta--button {
    top: 61px;
    right: 37px;
    font-size: 19px;
    padding: 9px 20px;
    min-width: 235px;
  }
}

/**
 * @file
 * Video
 *
 * Contains styles for inline video objects.
 */
.vid-inline {
  overflow: hidden;
  margin: 0 0 40px;
}
.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;
}
.vid-inline__cover:hover:after {
  background-color: #000000;
}
.vid-inline__cover:before, .vid-inline__cover:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}
.vid-inline__cover:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #FFFFFF;
  margin: 0 18px 18px 0;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .vid-inline__cover:before {
    border-width: 23px 0 23px 33px;
    margin: 0 42px 42px 0;
  }
}
@media screen and (min-width: 1025px) {
  .vid-inline__cover:before {
    border-width: 24.5px 0 24.5px 29px;
    margin: 0 66px 59px 0;
  }
}
.vid-inline__cover:after {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FF2EAA;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 700px) {
  .vid-inline__cover:after {
    width: 128px;
    height: 128px;
  }
}
@media screen and (min-width: 1025px) {
  .vid-inline__cover:after {
    width: 172px;
    height: 172px;
  }
}
.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%);
       -o-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;
  background: black;
}
.vid-inline__embed.js-show {
  z-index: 3;
  opacity: 1;
}
.vid-inline__embed .video__vid {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.vid-inline iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.vid-inline img {
  width: 100%;
}

.impact {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 700px) {
  .impact {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .impact {
    margin-right: -50px;
    margin-left: -50px;
  }
}
.impact__inner {
  max-width: 1600px;
  margin: 0 auto;
}
.impact__top, .impact__body {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 -15px;
  color: #CDE3E7;
}
@media screen and (min-width: 700px) {
  .impact__top, .impact__body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .impact__top, .impact__body {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 700px) {
  .impact__top, .impact__body {
    margin: 0 -30px;
  }
}
@media screen and (min-width: 1025px) {
  .impact__top, .impact__body {
    margin: 0;
  }
}
.impact__top {
  position: relative;
}
@media screen and (min-width: 700px) {
  .impact__top {
    padding-bottom: 2.3em;
  }
}
@media screen and (min-width: 1025px) {
  .impact__top {
    padding-bottom: 1em;
  }
}
.impact__top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("/_resources/assets/icons/impact-quote.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 700px) {
  .impact__top:before {
    top: 26px;
    right: 0;
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .impact__top:before {
    top: 24px;
    right: 0;
    width: 110px;
    height: 110px;
  }
}
.impact__top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background-color: #001049;
  z-index: -1;
}
@media screen and (min-width: 700px) {
  .impact__top:after {
    height: calc(100% - 86px);
  }
}
@media screen and (min-width: 1025px) {
  .impact__top:after {
    left: -50vw;
    width: 200vw;
    height: calc(100% - 134px);
  }
}
.impact__header {
  font-size: 60px;
  margin-top: 0;
  color: #BCDADF;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  .impact__header {
    font-size: 110px;
  }
}
@media screen and (min-width: 1025px) {
  .impact__header {
    font-size: 200px;
  }
}
.impact__desc {
  color: #BCDADF;
  background-color: #001049;
}
@media screen and (min-width: 700px) {
  .impact__desc {
    line-height: 1.3;
    font-size: 18px;
  }
}
.impact__body {
  position: relative;
  padding-bottom: 2.1em;
  background-color: #001049;
}
@media screen and (min-width: 700px) {
  .impact__body {
    position: relative;
    padding-bottom: 3.1em;
  }
}
@media screen and (min-width: 1025px) {
  .impact__body {
    padding-bottom: 0;
  }
}
.impact__body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001049;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .impact__body:after {
    left: -50vw;
    width: 200vw;
  }
}
.impact-carousel__controls {
  position: relative;
  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;
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (min-width: 700px) {
  .impact-carousel__controls {
    position: absolute;
    left: 30px;
    bottom: 3.1em;
    width: calc(63% - 30px);
  }
}
@media screen and (min-width: 1025px) {
  .impact-carousel__controls {
    left: 50px;
    bottom: 3.5em;
    width: calc(50.5% - 50px);
  }
}
.impact-carousel__controls:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 12px;
  background-image: url("/_resources/assets/icons/program-impact-dots.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.impact-carousel__controls button {
  position: relative;
  top: 0;
  left: 0;
  width: 25px;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
@media screen and (min-width: 1025px) {
  .impact-carousel__controls button {
    height: 50px;
    width: 40px;
  }
}
.impact-carousel__controls button.slick-prev:after {
  background: transparent;
  border-top: 2px solid #CDE3E7;
  border-left: 2px solid #CDE3E7;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
       -o-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.impact-carousel__controls button.slick-next:after {
  background: transparent;
  border-top: 2px solid #CDE3E7;
  border-right: 2px solid #CDE3E7;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.impact-carousel .item__inner {
  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 (min-width: 700px) {
  .impact-carousel .item__inner {
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 699px) {
  .impact-carousel .item__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 700px) {
  .impact-carousel .item__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    padding-bottom: 4.3em;
  }
}
@media screen and (min-width: 1025px) {
  .impact-carousel .item__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 51.5%;
            flex: 0 0 51.5%;
    padding-bottom: 6.2em;
  }
}
@media screen and (max-width: 699px) {
  .impact-carousel .item__right {
    margin-bottom: 0.6em;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 700px) {
  .impact-carousel .item__right {
    margin: 3em 0 0 2.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}
@media screen and (min-width: 1025px) {
  .impact-carousel .item__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 44.5%;
            flex: 0 0 44.5%;
    margin: 0 0 0 4%;
  }
}
.impact-carousel .item__quote {
  font-size: 25px;
  font-weight: 350;
  line-height: 1.3;
  margin-bottom: 0.55em;
}
@media screen and (min-width: 700px) {
  .impact-carousel .item__quote {
    font-size: 30px;
    line-height: 1.21;
    margin-bottom: 0.75em;
  }
}
@media screen and (min-width: 1025px) {
  .impact-carousel .item__quote {
    font-size: 41px;
    line-height: 1.1;
    margin-bottom: 1.1em;
  }
}
.impact-carousel .item__quote:before {
  content: "“";
}
.impact-carousel .item__quote:after {
  content: "”";
}
.impact-carousel .item__info {
  font-family: halyard-text, sans-serif;
  font-size: 13px;
}
.impact-carousel .item__name {
  text-transform: uppercase;
}
@media screen and (max-width: 699px) {
  .impact-carousel .item__name {
    display: block;
  }
}
@media screen and (min-width: 700px) {
  .impact-carousel .item__name:after {
    content: "|";
    margin: 0 12px 0 21px;
  }
}
.impact-carousel .item__img {
  position: relative;
  padding-top: 320px;
  max-width: 320px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .impact-carousel .item__img {
    padding-top: 100%;
    max-width: 500px;
  }
}
.impact-carousel .item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.impact-outcomes {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .impact-outcomes {
    margin: 0 50px;
  }
}
.impact-outcomes:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
  height: 100px;
  background-color: #001049;
  z-index: -1;
}
@media screen and (min-width: 700px) {
  .impact-outcomes:after {
    left: -30px;
    width: calc(100% + 60px);
  }
}
@media screen and (min-width: 1025px) {
  .impact-outcomes:after {
    left: -50vw;
    width: 200vw;
  }
}
.impact-outcomes__header {
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .impact-outcomes__header {
    font-size: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .impact-outcomes__header {
    font-size: 39px;
  }
}
.impact-outcomes__top {
  background-color: #FFFFFF;
  border: 2px solid #000000;
  padding: 2.8em 30px;
}
@media screen and (min-width: 700px) {
  .impact-outcomes__top {
    padding: 2.8em 50px;
  }
}
@media screen and (min-width: 1025px) {
  .impact-outcomes__top {
    padding: 4em 70px;
  }
}
.impact-outcomes__img {
  position: relative;
}
.impact-outcomes__img img {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .impact-outcomes__body {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1025px) {
  .impact-outcomes__body {
    width: calc(100% - 260px);
  }
}
.impact-outcomes__cta {
  position: relative;
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  background-image: none;
  background-color: #0036F9;
  position: relative;
  display: block;
  margin: 2.2em -30px -3.5em auto;
  width: 100px;
  height: 100px;
  font-size: 12px;
}
@media screen and (min-width: 700px) {
  .impact-outcomes__cta {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1025px) {
  .impact-outcomes__cta {
    width: 165px;
    height: 165px;
  }
}
.impact-outcomes__cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.impact-outcomes__cta span {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 1em;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
}
.impact-outcomes__cta span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 14px;
  background-image: url("/_resources/assets/icons/arrow-black.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.impact-outcomes__cta:hover:after {
  left: 0;
}
@media screen and (min-width: 700px) {
  .impact-outcomes__cta {
    margin: -6.8em -50px -3.5em auto;
    width: 130px;
    height: 130px;
  }
}
@media screen and (min-width: 1025px) {
  .impact-outcomes__cta {
    margin: -8.8em -70px -5.6em auto;
    width: 166px;
    height: 166px;
  }
}
.impact-outcomes__cta span {
  font-size: 12px;
  padding-bottom: 1.8em;
  width: 80%;
}
@media screen and (min-width: 700px) {
  .impact-outcomes__cta span {
    font-size: 14px;
    padding-bottom: 1.4em;
  }
}
@media screen and (min-width: 1025px) {
  .impact-outcomes__cta span {
    font-size: 16px;
  }
}
.impact-outcomes__cta span:after {
  width: 24px;
  height: 18px;
}
@media screen and (min-width: 700px) {
  .impact-outcomes__cta span:after {
    width: 26px;
    height: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .impact-outcomes__cta span:after {
    width: 34px;
    height: 18px;
  }
}

/**
 * @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%);
  -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}

/**
 * @file
 * Carousel
 *
 * Contains styles for carousel object.
 */
@media (max-width: 699px) {
  .carousel, .museum .carousel-extemplate {
    margin: 0 0 43px;
  }
}
.carousel__heading {
  color: #BCDADF;
  position: relative;
  padding: 50px 0 110px;
}
@media (min-width: 700px) {
  .carousel__heading {
    padding: 48px 0 296px;
  }
}
@media (min-width: 1025px) {
  .carousel__heading {
    padding: 92px 0 467px;
  }
}
.carousel__heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: -9999px;
  right: -9999px;
  height: 100%;
  background-color: #001049;
  z-index: -1;
}
.carousel__header {
  margin: 0 0 7px;
  background-color: #001049;
}
@media (min-width: 700px) {
  .carousel__header {
    margin: 0 0 14px;
  }
}
@media (min-width: 1025px) {
  .carousel__header {
    margin: 0 0 22px;
  }
}
.carousel__header h2 {
  font-size: 24px;
}
@media (min-width: 700px) {
  .carousel__header h2 {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .carousel__header h2 {
    font-size: 45px;
  }
}
.carousel__header h2:before, .carousel__header h2:after {
  display: none;
}
.carousel__intro {
  margin: 0;
  background-color: #001049;
}
@media (min-width: 1025px) {
  .carousel__intro {
    font-size: 20px;
    line-height: 1.25;
  }
}
.carousel__wrapper {
  position: relative;
  margin: -96px 0 0;
}
@media (min-width: 700px) {
  .carousel__wrapper {
    margin: -273px 0 0;
  }
}
@media (min-width: 1025px) {
  .carousel__wrapper {
    margin: -428px 0 0;
  }
}
.carousel__wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 47.4%;
  background-color: #001049;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .carousel__wrapper:after {
    padding: 47.7% 0 0;
  }
}
.carousel__item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 47.4%;
}
@media (min-width: 1025px) {
  .carousel__item {
    padding-top: 47.7%;
  }
}
.carousel__caption {
  font-size: 13px;
  line-height: 1.2;
  margin: 40px 0 0;
  padding: 11px 0 0;
  border-top: 1px solid #000000;
}
@media (min-width: 700px) {
  .carousel__caption {
    margin: 48px 0 0;
    padding: 17px 0 0;
  }
}
@media (min-width: 1025px) {
  .carousel__caption {
    margin: 61px 0 0;
    padding: 23px 0 0;
  }
}
.carousel__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.carousel__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center;
     object-position: center;
}
.carousel .slick-dots, .museum .carousel-extemplate .slick-dots {
  position: absolute;
  bottom: 47px;
  left: 0;
}
@media (min-width: 700px) {
  .carousel .slick-dots, .museum .carousel-extemplate .slick-dots {
    bottom: 58px;
  }
}
@media (min-width: 1025px) {
  .carousel .slick-dots, .museum .carousel-extemplate .slick-dots {
    bottom: 72px;
  }
}
.carousel .slick-arrow, .museum .carousel-extemplate .slick-arrow {
  top: auto;
  bottom: 31px;
  right: 0;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  color: #000000;
  text-indent: 0;
  width: auto;
  height: auto;
}
@media (min-width: 700px) {
  .carousel .slick-arrow, .museum .carousel-extemplate .slick-arrow {
    bottom: 38px;
  }
}
@media (min-width: 1025px) {
  .carousel .slick-arrow, .museum .carousel-extemplate .slick-arrow {
    bottom: 50px;
  }
}
.carousel .slick-arrow:after, .museum .carousel-extemplate .slick-arrow:after {
  content: "\e900";
  font-family: "icomoon";
  display: block;
  font-size: 22px;
  line-height: 1;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  width: auto;
  height: auto;
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  background: none;
}
@media (min-width: 700px) {
  .carousel .slick-arrow:after, .museum .carousel-extemplate .slick-arrow:after {
    font-size: 25px;
  }
}
.carousel .slick-arrow:hover:after, .museum .carousel-extemplate .slick-arrow:hover:after {
  color: #0036F9;
}
.carousel .slick-arrow.slick-prev, .museum .carousel-extemplate .slick-arrow.slick-prev {
  right: 36px;
}
@media (min-width: 700px) {
  .carousel .slick-arrow.slick-prev, .museum .carousel-extemplate .slick-arrow.slick-prev {
    right: 40px;
  }
}
@media (min-width: 1025px) {
  .carousel .slick-arrow.slick-prev, .museum .carousel-extemplate .slick-arrow.slick-prev {
    right: 55px;
  }
}
.carousel .slick-arrow.slick-prev:after, .museum .carousel-extemplate .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.2;
  min-width: 640px;
}
@media (min-width: 640px) {
  .wysiwyg table {
    min-width: 0;
  }
}
@media (min-width: 1025px) {
  .wysiwyg table {
    font-size: 17px;
  }
}
.wysiwyg table a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.wysiwyg tbody tr:nth-child(2n) {
  background-color: #F3F1F1;
}
.wysiwyg .table-block {
  margin: 0 0 29px;
}
@media (min-width: 700px) {
  .wysiwyg .table-block {
    padding: 24px 0 0;
    margin: 0 0 47px;
    clear: both;
  }
}
@media (min-width: 1025px) {
  .wysiwyg .table-block {
    padding: 50px 0 0;
    margin: 0 0 60px;
  }
}
.wysiwyg .table-block__wrapper {
  position: relative;
  padding: 0;
  margin: 0 -20px 0 0;
}
@media (min-width: 700px) {
  .wysiwyg .table-block__wrapper {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .wysiwyg .table-block__wrapper {
    margin: 0;
  }
}
.wysiwyg .table-block__holder {
  overflow: auto;
}
.wysiwyg .table-block__holder.js-scroll--right .table-block__next {
  display: block;
}
@media (min-width: 700px) {
  .wysiwyg .table-block__holder.js-scroll--right .table-block__next {
    display: none;
  }
}
.wysiwyg .table-block__holder.js-scroll--left .table-block__prev {
  display: block;
}
@media (min-width: 700px) {
  .wysiwyg .table-block__holder.js-scroll--left .table-block__prev {
    display: none;
  }
}
.wysiwyg .table-block__prev, .wysiwyg .table-block__next {
  display: none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 92px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 46px;
  height: 46px;
  border: none;
  background: none;
  padding: 0;
}
.wysiwyg .table-block__prev:after, .wysiwyg .table-block__next:after {
  content: "\e900";
  display: inline-block;
  vertical-align: top;
  color: #FF2EAA;
  font-family: "icomoon";
  font-size: 26px;
  line-height: 1;
}
.wysiwyg .table-block__next {
  left: auto;
  right: 0;
}
@media (min-width: 700px) {
  .wysiwyg .table-block__next {
    right: 8px;
  }
}
.wysiwyg .table-block__prev:after {
  content: "\e900";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wysiwyg .table-block h2 {
  margin: 0 0 18px;
}
@media (min-width: 700px) {
  .wysiwyg .table-block h2 {
    margin: 0 0 26px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg .table-block h2 {
    margin: 0 0 19px;
  }
}
.wysiwyg .table-block a {
  font-weight: normal;
  color: #000000;
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
}
.wysiwyg th {
  font: 500 18px/1.2 halyard-text, sans-serif;
  text-align: left;
  padding: 0 0 11px;
  width: auto;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .wysiwyg th {
    font-size: 16px;
    padding: 0 0 12px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg th {
    font-size: 18px;
  }
}
.wysiwyg th:first-child {
  width: 30%;
}
@media (min-width: 700px) {
  .wysiwyg th:first-child {
    width: 39%;
  }
}
.wysiwyg th:last-child {
  width: 22%;
}
.wysiwyg thead tr {
  border-bottom: 1px solid #000000;
}
.wysiwyg td {
  padding: 19px 15px 17px 0;
  vertical-align: top;
}
@media (min-width: 700px) {
  .wysiwyg td {
    padding: 18px 15px 17px 0;
  }
}
@media (min-width: 1025px) {
  .wysiwyg td {
    padding: 16px 15px 16px 0;
  }
}
.wysiwyg td:first-child {
  padding: 19px 15px 17px 10px;
}
@media (min-width: 700px) {
  .wysiwyg td:first-child {
    padding: 18px 15px 17px 15px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg td:first-child {
    padding: 16px 15px 16px 15px;
  }
}
.wysiwyg tr {
  border-bottom: 1px solid #000000;
}
.wysiwyg .form-block h2 {
  margin: 0 0 19px;
}
@media (min-width: 1025px) {
  .wysiwyg .form-block h2 {
    margin: 0 0 31px;
  }
}
.wysiwyg .cta--button {
  padding: 0.7em 1.75em;
}
@media screen and (min-width: 700px) {
  .wysiwyg .cta--button {
    padding: 0.5em 1.56em;
  }
}
@media screen and (min-width: 1025px) {
  .wysiwyg .cta--button {
    padding: 0.5em 1.36em;
  }
}

.types-list {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 700px) {
  .types-list {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .types-list__inner {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.types-list__header {
  margin: 0 0 33px;
  line-height: 1.1;
  position: relative;
}
@media (min-width: 1025px) {
  .types-list__header {
    margin: 0 0 78px;
    font-size: 45px;
  }
}
.types-list__header:before, .types-list__header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  border-bottom: 2px dashed #000000;
}
@media screen and (min-width: 1025px) {
  .types-list__header:before, .types-list__header:after {
    bottom: -18px;
  }
}
.types-list__header:after {
  left: 188px;
  right: -9999px;
  border: none;
  background-color: #000000;
  height: 2px;
  bottom: -11px;
}
@media (min-width: 700px) {
  .types-list__header:after {
    left: 398px;
  }
}
@media screen and (min-width: 1025px) {
  .types-list__header:after {
    bottom: -18px;
  }
}
@media screen and (min-width: 700px) {
  .types-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.types-list__item:not(:last-of-type) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  .types-list__item:not(:last-of-type) {
    margin-bottom: 6.4em;
  }
}

.type-item__left {
  position: relative;
}
@media screen and (max-width: 699px) {
  .type-item__left {
    margin-bottom: 1.25em;
  }
}
@media screen and (min-width: 700px) {
  .type-item__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 47.5%;
            flex: 0 0 47.5%;
  }
}
@media screen and (min-width: 1025px) {
  .type-item__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
}
.type-item__left img {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .type-item__right {
    padding: 15px 0 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .type-item__right {
    padding: 0 0 0 60px;
  }
}
.type-item__header {
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .type-item__header {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1025px) {
  .type-item__header {
    font-size: 33px;
  }
}
.type-item__body {
  margin-bottom: 0.7em;
  font-size: 14px;
}
@media screen and (min-width: 700px) {
  .type-item__body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .type-item__body {
    font-size: 17px;
  }
}
.type-item__cta {
  font-family: halyard-text, sans-serif;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  background: #000000;
  padding: 0.45em 1.6em;
  overflow: hidden;
  z-index: 0;
  letter-spacing: 0.05em;
  outline-color: #000000;
}
@media screen and (min-width: 700px) {
  .type-item__cta {
    padding: 0.3em 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  .type-item__cta {
    padding: 0.2em 1.5em;
  }
}
.type-item__cta:before, .type-item__cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0036F9;
  z-index: -1;
}
.type-item__cta:after {
  left: -100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.type-item__cta:hover:after {
  left: 0;
}
.type-item__cta span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .type-item__cta span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .type-item__cta span {
    font-size: 20px;
  }
}
@media screen and (max-width: 699px) {
  .type-item__cta {
    font-size: 18px;
    padding: 0.25em 2.38em;
  }
}
@media screen and (min-width: 700px) {
  .type-item__cta {
    padding: 0.15em 3.22em;
  }
}

.explore-more {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}
@media screen and (min-width: 700px) {
  .explore-more {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 700px) {
  .explore-more {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media screen and (min-width: 1025px) {
  .explore-more {
    margin-right: -50px;
    margin-left: -50px;
  }
  .explore-more:before {
    content: "";
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    height: 100%;
    z-index: -1;
    background-color: #F3F1F1;
  }
}
.explore-more__inner {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2.6em;
  background-color: #F3F1F1;
}
@media screen and (min-width: 700px) {
  .explore-more__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .explore-more__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 700px) {
  .explore-more__inner {
    padding-bottom: 2.8em;
  }
}
@media screen and (min-width: 1025px) {
  .explore-more__inner {
    padding-top: 3.4em;
    padding-bottom: 2.6em;
  }
}
@media screen and (min-width: 1025px) {
  .explore-more__header {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 45px;
  }
}
.explore-more__lists {
  margin-bottom: 1.3em;
}
@media screen and (min-width: 700px) {
  .explore-more__lists {
    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;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  .explore-more__lists {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 2.3em;
  }
}
.explore-more__cta {
  font-family: halyard-text, sans-serif;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  background: #000000;
  padding: 0.45em 1.6em;
  overflow: hidden;
  z-index: 0;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.15em 1.6em;
  outline-color: #000000;
}
@media screen and (min-width: 700px) {
  .explore-more__cta {
    padding: 0.3em 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  .explore-more__cta {
    padding: 0.2em 1.5em;
  }
}
.explore-more__cta:before, .explore-more__cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0036F9;
  z-index: -1;
}
.explore-more__cta:after {
  left: -100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.explore-more__cta:hover:after {
  left: 0;
}
.explore-more__cta span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .explore-more__cta span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .explore-more__cta span {
    font-size: 20px;
  }
}
@media screen and (max-width: 699px) {
  .explore-more__cta {
    display: block;
  }
}
@media screen and (min-width: 700px) {
  .explore-more__cta {
    padding: 0.6em 3em;
  }
}
@media screen and (min-width: 1025px) {
  .explore-more__cta {
    padding: 1.15em 4.6em;
  }
}
.explore-more__cta span {
  font-size: 19px;
}
@media screen and (min-width: 700px) {
  .explore-more__cta span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .explore-more__cta span {
    font-size: 32px;
  }
}

@media screen and (min-width: 700px) {
  .explore-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 47.5%;
            flex: 0 0 47.5%;
  }
}
@media screen and (min-width: 1025px) {
  .explore-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 42.5%;
            flex: 0 0 42.5%;
  }
}
@media screen and (max-width: 699px) {
  .explore-item:not(:last-of-type) {
    margin-bottom: 1.4em;
  }
}
@media screen and (min-width: 1025px) {
  .explore-item:not(:last-of-type) {
    margin-right: 7%;
  }
}
.explore-item__header {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
@media screen and (min-width: 700px) {
  .explore-item__header {
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 1.3em;
  }
}
@media screen and (min-width: 1025px) {
  .explore-item__header {
    font-size: 38px;
    margin-bottom: 0.94em;
  }
}
.explore-item__list {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0;
  list-style: none;
}
.explore-item__item:before {
  content: none;
}
.explore-item__item:not(:last-of-type) {
  border-bottom: 1px solid #000000;
}
.explore-item__item:nth-child(3n+1) a:before {
  background-color: #BCDADF;
  border: 1px solid #BCDADF;
}
.explore-item__item:nth-child(3n+2) a:before {
  background-color: #FEBF3A;
  border: 1px solid #FEBF3A;
}
.explore-item__item:nth-child(3n+3) a:before {
  background-color: #FC7687;
  border: 1px solid #FC7687;
}
.explore-item__item a {
  position: relative;
  display: block;
  background-image: none;
  padding: 0.7em 0 0.7em 1.9em;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
@media screen and (min-width: 700px) {
  .explore-item__item a {
    padding: 0.4em 0 0.4em 1.9em;
  }
}
@media screen and (min-width: 1025px) {
  .explore-item__item a {
    font-size: 20px;
    padding: 0.6em 0 0.6em 2.8em;
  }
}
.explore-item__item a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  -o-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .explore-item__item a:before {
    width: 30px;
    height: 30px;
  }
}
.explore-item__item a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
       -o-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1025px) {
  .explore-item__item a:after {
    width: 13px;
    height: 13px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
  }
}
.explore-item__item a:hover:before {
  background-color: transparent;
  border: 1px solid #000000;
}
.explore-item ul {
  margin: 0;
}
.explore-item ul li {
  margin: 0;
}

.contact-us {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 700px) {
  .contact-us {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .contact-us {
    margin-right: -50px;
    margin-left: -50px;
  }
}
@media screen and (min-width: 1025px) {
  .contact-us__inner {
    padding: 0 50px;
  }
}
.contact-us__top {
  padding-bottom: 0.95em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 700px) {
  .contact-us__top {
    padding-bottom: 0.5em;
    margin-bottom: 1.35em;
  }
}
@media screen and (min-width: 1025px) {
  .contact-us__top {
    padding-bottom: 1.7em;
    margin-bottom: 2.15em;
  }
}
.contact-us__top h2 {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .contact-us__top h2 {
    font-size: 45px;
  }
}
.contact-us .col__contact__title > *, .contact-us .col__office__title > * {
  font-size: 17px;
  margin: 0;
}
@media screen and (min-width: 700px) {
  .contact-us .col__contact__title > *, .contact-us .col__office__title > * {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .contact-us .col__contact__title > *, .contact-us .col__office__title > * {
    font-size: 24px;
  }
}
.contact-us .col__office {
  padding-bottom: 1em;
  padding-left: 2.1em;
  margin-bottom: 1.8em;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 700px) {
  .contact-us .col__office {
    padding-bottom: 1.4em;
    padding-left: 2.57em;
    margin-bottom: 1.4em;
  }
}
@media screen and (min-width: 1025px) {
  .contact-us .col__office {
    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: 0 6.2em 2.3em 3.28em;
    margin-bottom: 1.6em;
  }
}
.contact-us .col__office div:not(:last-of-type) {
  margin-bottom: 0.3em;
}
@media screen and (min-width: 700px) {
  .contact-us .col__office div:not(:last-of-type) {
    margin-bottom: 0.7em;
  }
}
@media screen and (min-width: 1025px) {
  .contact-us .col__office div:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.contact-us .col__office__number, .contact-us .col__office__phone {
  font-family: halyard-text, sans-serif;
  font-size: 18px;
  font-weight: 350;
}
@media screen and (min-width: 1025px) {
  .contact-us .col__office__number, .contact-us .col__office__phone {
    font-size: 20px;
  }
}
.contact-us .col__office__title {
  position: relative;
}
@media screen and (min-width: 700px) {
  .contact-us .col__office__title {
    display: inline-block;
  }
}
.contact-us .col__office__title:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url("/_resources/assets/icons/pin-green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 700px) {
  .contact-us .col__office__title:before {
    left: -38px;
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .contact-us .col__office__title:before {
    left: -52px;
    width: 40px;
    height: 40px;
  }
}
.contact-us .col__office__phone {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .contact-us .col__office__phone {
    -webkit-flex-basis: 190px;
        -ms-flex-preferred-size: 190px;
            flex-basis: 190px;
    -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;
    padding-left: 60px;
  }
}
.contact-us .col__office__phone:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url("/_resources/assets/icons/phone-red.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 700px) {
  .contact-us .col__office__phone:before {
    left: -38px;
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .contact-us .col__office__phone:before {
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    left: 0;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 700px) {
  .contact-us .col__office__number {
    display: inline-block;
    margin-left: 0.55em;
  }
}
@media screen and (min-width: 1025px) {
  .contact-us .col__office__number {
    margin-left: 0.65em;
  }
}
.contact-us .col__contact {
  padding-bottom: 2.15em;
  margin-bottom: 1.7em;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 700px) {
  .contact-us .col__contact {
    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-bottom: 1.45em;
    margin-bottom: 1.1em;
  }
}
@media screen and (min-width: 1025px) {
  .contact-us .col__contact {
    padding-right: 4.8em;
    padding-bottom: 1.65em;
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 699px) {
  .contact-us .col__contact__item:not(:last-of-type) {
    margin-bottom: 1.8em;
  }
}
.contact-us .col__contact__title {
  margin-bottom: 0.7em;
}
@media screen and (min-width: 1025px) {
  .contact-us .col__contact__title {
    margin-bottom: 0.2em;
  }
}
.contact-us .col__contact__subtitle, .contact-us .col__contact__email, .contact-us .col__contact__room, .contact-us .col__contact__hours {
  font-size: 14px;
  font-weight: 350;
  margin-bottom: -0.1em;
  background-position: 0% 90%;
}
@media screen and (min-width: 1025px) {
  .contact-us .col__contact__subtitle, .contact-us .col__contact__email, .contact-us .col__contact__room, .contact-us .col__contact__hours {
    font-size: 16px;
    margin-bottom: 0.7em;
  }
}
.contact-us .col__contact__email {
  display: inline-block;
  font-weight: 600;
  color: #000000;
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contact-us .col__contact__email {
    margin-bottom: -0.4em;
  }
}
.contact-us__body {
  font-size: 14px;
}
@media screen and (min-width: 700px) {
  .contact-us__body {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .contact-us__body {
    font-size: 16px;
  }
}

/**
 * @file
 * Hero inner
 *
 * Contains styles for hero inner object.
 */
.hero-inner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 174px;
  margin: 0 15px -75px;
  position: relative;
}
@media (min-width: 700px) {
  .hero-inner {
    margin: 0 30px -163px;
    min-height: 274px;
  }
}
@media (min-width: 1025px) {
  .hero-inner {
    padding: 99px 0 89px;
    margin: 0 50px -163px;
    min-height: 473px;
  }
}

@media (min-width: 700px) {
  .gallery {
    position: relative;
  }
}
.gallery__block {
  position: relative;
  margin: 0 0 14px;
  padding: 32px 0 0;
}
@media (min-width: 700px) {
  .gallery__block {
    padding: 53px 0 0;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .gallery__block {
    padding: 74px 0 0;
  }
}
.gallery__block:before {
  content: "";
  position: absolute;
  top: 0;
  left: -9999px;
  right: -9999px;
  bottom: 16px;
  background-color: #F3F1F1;
  z-index: -1;
}
@media (min-width: 700px) {
  .gallery__block:before {
    bottom: 39px;
  }
}
@media (min-width: 1025px) {
  .gallery__block:before {
    bottom: 59px;
  }
}
.gallery__header {
  margin: 0 0 25px;
}
@media (min-width: 700px) {
  .gallery__header {
    margin: 0 0 33px;
  }
}
@media (min-width: 1025px) {
  .gallery__header {
    margin: 0 0 52px;
  }
}
.gallery__intro {
  margin: 0 0 21px;
}
@media (min-width: 700px) {
  .gallery__intro {
    margin: 0 0 13px;
  }
}
@media (min-width: 1025px) {
  .gallery__intro {
    margin: 0 0 32px;
  }
}
.gallery__wrapper {
  margin: 0 0 12px;
}
@media (min-width: 700px) {
  .gallery__wrapper {
    margin: 0 0 19px;
  }
}
@media (min-width: 1025px) {
  .gallery__wrapper {
    margin: 0 0 24px;
  }
}
.gallery__wrapper .slick-list {
  overflow: visible;
}
.gallery .vid-inline {
  margin: 0;
  overflow: visible;
}
@media (min-width: 700px) and (min-width: 700px) {
  .gallery .vid-inline__cover:after {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 700px) and (min-width: 1025px) {
  .gallery .vid-inline__cover:after {
    width: 97px;
    height: 97px;
  }
}
@media (min-width: 700px) and (min-width: 700px) {
  .gallery .vid-inline__cover:before {
    border-width: 11px 0 11px 15px;
    margin: 0 20px 18px 0;
  }
}
@media (min-width: 700px) and (min-width: 1025px) {
  .gallery .vid-inline__cover:before {
    border-width: 17.5px 0 17.5px 25px;
    margin: 0 30px 30px 0;
  }
}
@media (min-width: 700px) {
  .gallery__img {
    position: relative;
  }
}
.gallery__img img {
  margin: 0 0 12px;
}
@media (min-width: 700px) {
  .gallery__img img {
    margin: 0;
  }
}
.gallery__caption {
  font-size: 13px;
  line-height: 1.2;
  padding: 0 0 0 28px;
  position: relative;
}
@media (min-width: 700px) {
  .gallery__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #F3F1F1;
    padding: 22px 9px 19px 47px;
    font-size: 14px;
    z-index: 2;
  }
}
@media screen and (min-width: 1025px) {
  .gallery__caption {
    padding: 22px 14px 21px 50px;
  }
}
.gallery__caption:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -1px;
  background: url("/_resources/assets/icons/profile.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
@media (min-width: 700px) {
  .gallery__caption:before {
    width: 33px;
    height: 33px;
    top: 15px;
    left: 4px;
  }
}
.gallery__nav {
  padding: 0 20px;
}
@media (min-width: 700px) {
  .gallery__nav {
    padding: 0 40px;
  }
}
@media (min-width: 1025px) {
  .gallery__nav {
    padding: 0 100px;
  }
}
.gallery__nav img {
  width: 100%;
}
.gallery__nav-item {
  margin: 0 3px;
}
@media (min-width: 700px) {
  .gallery__nav-item {
    margin: 0 7px;
  }
}
@media (min-width: 1025px) {
  .gallery__nav-item {
    margin: 0 12px;
  }
}
.gallery__nav-item.video {
  position: relative;
}
.gallery__nav-item.video:before, .gallery__nav-item.video:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.gallery__nav-item.video:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 3px;
  border-color: transparent transparent transparent #FFFFFF;
  margin: 0 4px 4px 0;
  z-index: 2;
}
@media (min-width: 700px) {
  .gallery__nav-item.video:before {
    border-width: 4px 0 4px 5px;
    margin: 0 10px 9px 0;
  }
}
@media (min-width: 1025px) {
  .gallery__nav-item.video:before {
    border-width: 6px 0 6px 7px;
    margin: 0 16px 15px 0;
  }
}
.gallery__nav-item.video:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FF2EAA;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 700px) {
  .gallery__nav-item.video:after {
    width: 27px;
    height: 27px;
  }
}
@media (min-width: 1025px) {
  .gallery__nav-item.video:after {
    width: 43px;
    height: 43px;
  }
}
.gallery .slick-arrow {
  left: 0;
  color: #000000;
  text-indent: 0;
  width: auto;
  height: auto;
}
@media (min-width: 700px) {
  .gallery .slick-arrow {
    left: 10px;
    margin: -3px 0 0;
  }
}
@media (min-width: 1025px) {
  .gallery .slick-arrow {
    left: 31px;
    margin: 1px 0 0;
  }
}
.gallery .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
@media (min-width: 700px) {
  .gallery .slick-arrow.slick-next {
    right: 7px;
  }
}
@media (min-width: 1025px) {
  .gallery .slick-arrow.slick-next {
    right: 31px;
  }
}
.gallery .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gallery .slick-arrow:after {
  content: "\e900";
  font-family: "icomoon";
  display: block;
  font-size: 22px;
  line-height: 1;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  width: auto;
  height: auto;
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  background: none;
}
@media (min-width: 700px) {
  .gallery .slick-arrow:after {
    font-size: 25px;
  }
}
@media (min-width: 1025px) {
  .gallery .slick-arrow:after {
    font-size: 50px;
  }
}
.gallery .slick-arrow:hover:after {
  color: #FF2EAA;
}
.gallery .cta--button {
  font-size: 19px;
  padding: 6px 20px;
  min-width: 222px;
}
@media (min-width: 700px) {
  .gallery .cta--button {
    font-size: 17px;
    min-width: 177px;
    padding: 8px 20px;
    position: absolute;
    top: 51px;
    right: 0;
  }
}
@media (min-width: 1025px) {
  .gallery .cta--button {
    font-size: 19px;
    padding: 9px 20px;
    min-width: 235px;
    top: 82px;
  }
}
.gallery .vid-inline__container {
  display: none;
}
.gallery .slick-active .vid-inline__container {
  display: block;
}

.article {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #FEBF3A;
  margin-right: -15px;
  margin-left: -15px;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  .article {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 700px) {
  .article {
    margin-right: -30px;
    margin-left: -30px;
    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-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .article {
    margin-right: -50px;
    margin-left: 4px;
    font-size: 16px;
    line-height: 1.44;
  }
}
.article.newsroom-article {
  background-color: #12C477;
}
.article__img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100% 0 0;
}
@media (min-width: 700px) {
  .article__img {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 47.7%;
    bottom: 0;
  }
}
.article__content {
  padding: 29px 15px 19px;
}
@media (min-width: 700px) {
  .article__content {
    width: 48%;
    padding: 39px 30px 41px 0;
  }
}
@media (min-width: 1025px) {
  .article__content {
    padding: 62px 50px 46px 0;
  }
}
.article__title {
  text-transform: uppercase;
  font: 500 12px/1.2 halyard-text, sans-serif;
  position: relative;
  margin: 0 0 28px;
  padding: 0 0 0 5px;
  z-index: 0;
}
@media (min-width: 700px) {
  .article__title {
    margin: 0 0 42px;
  }
}
@media (min-width: 1025px) {
  .article__title {
    font-size: 16px;
    margin: 0 0 67px;
    padding: 0;
  }
}
.article__title:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  right: 33px;
  height: 1px;
  background-color: #000000;
  z-index: -1;
}
@media (min-width: 1025px) {
  .article__title:after {
    top: 10px;
    left: 0;
    right: 64px;
  }
}
.article__title span {
  display: inline-block;
  vertical-align: top;
  background-color: #FEBF3A;
  padding: 0 7px 0 0;
}
@media (min-width: 1025px) {
  .article__title span {
    padding: 0 29px 0 0;
  }
}
.newsroom-article .article__title span {
  background-color: #12C477;
}
.article__title span:before {
  content: "";
  position: absolute;
  top: -9px;
  right: 0;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  width: 23px;
  height: 23px;
}
@media (min-width: 1025px) {
  .article__title span:before {
    width: 40px;
    height: 40px;
    top: -7px;
  }
}
.article__title span:after {
  content: "\e908";
  font-family: "icomoon";
  position: absolute;
  top: -1px;
  right: 8px;
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
}
@media (min-width: 1025px) {
  .article__title span:after {
    top: 5px;
    right: 14px;
    font-size: 19px;
  }
}
.article .arrow {
  bottom: 7px;
  border-color: transparent transparent transparent #000000;
  margin: 4px 0 0;
}
@media (min-width: 700px) {
  .article .arrow {
    border-width: 5.5px 0 5.5px 6px;
    margin: 5px 0 0;
    right: -4px;
  }
}
@media (min-width: 1025px) {
  .article .arrow {
    border-width: 9.5px 0 9.5px 10px;
    margin: 8px 0 0;
    bottom: 16px;
    right: -12px;
  }
}
.article h2 {
  font: 25px/1.24 halyard-text, sans-serif;
  margin: 0 0 13px;
  padding: 0 0 0 5px;
}
@media (min-width: 700px) {
  .article h2 {
    font-size: 31px;
    line-height: 1.1;
    margin: 0 0 15px;
  }
}
@media (min-width: 1025px) {
  .article h2 {
    font-size: 60px;
    line-height: 1.09;
    margin: 0 0 34px;
    padding: 0;
  }
}
.article h2 a {
  font-weight: inherit;
  color: inherit;
  background: none;
}
.article h2 a:hover {
  color: #0036F9;
}
.article h2 a:hover .arrow {
  border-color: transparent transparent transparent #0036F9;
  right: -15px;
}
@media (min-width: 1025px) {
  .article h2 a:hover .arrow {
    right: -24px;
  }
}
.article__by {
  background: none;
  color: #000000;
  text-transform: uppercase;
  font: 500 12px/1.2 halyard-text, sans-serif;
}
@media (min-width: 1025px) {
  .article__by {
    font-size: 16px;
  }
}
.article__by:hover {
  color: #0036F9;
}
.article__text {
  margin: 0 0 32px;
}
@media (min-width: 700px) {
  .article__text {
    margin: 0 0 9px;
  }
}
@media (min-width: 1025px) {
  .article__text {
    margin: 0 0 32px;
  }
}

.app-req {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background-color: #001049;
}
.app-req__inner {
  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;
  padding: 0 0 0 15px;
  color: #FFFFFF;
}
@media screen and (min-width: 700px) {
  .app-req__inner {
    padding: 0 0 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .app-req__inner {
    padding: 0 50px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.app-req__header {
  margin: 0;
}
@media screen and (min-width: 700px) {
  .app-req__header {
    font-size: 38px;
  }
}
@media screen and (min-width: 1025px) {
  .app-req__header {
    font-size: 60px;
  }
}
.app-req__cta {
  position: relative;
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  background-image: none;
  background-color: #FF2EAA;
  position: relative;
  display: block;
  text-align: center;
  color: #001049;
  -o-border-image: none;
     border-image: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 128px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 128px;
          flex: 0 0 128px;
  height: 128px;
  border-radius: 100%;
  background-color: #FF2EAA;
}
@media screen and (min-width: 700px) {
  .app-req__cta {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1025px) {
  .app-req__cta {
    width: 165px;
    height: 165px;
  }
}
.app-req__cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.app-req__cta span {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 1em;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
  color: #000000;
}
.app-req__cta span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 14px;
  background-image: url("/_resources/assets/icons/arrow-black.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-filter: invert(0);
          filter: invert(0);
}
.app-req__cta:hover:after {
  left: 0;
}
.app-req__cta:hover span {
  color: #FFFFFF;
}
.app-req__cta:hover span:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (min-width: 700px) {
  .app-req__cta {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25vw;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25vw;
            flex: 0 0 25vw;
    height: 25vw;
  }
}
@media screen and (min-width: 1025px) {
  .app-req__cta {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    height: 300px;
  }
}
.app-req__cta span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-bottom: 1.8em;
}
@media screen and (min-width: 700px) {
  .app-req__cta span {
    font-size: 14px;
    padding-bottom: 1.4em;
  }
}
@media screen and (min-width: 1025px) {
  .app-req__cta span {
    font-size: 23.75px;
    padding-bottom: 0.3em;
  }
}
.app-req__cta span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 18px;
  background-image: url("/_resources/assets/icons/arrow-black.svg");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 700px) {
  .app-req__cta span:after {
    width: 26px;
    height: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .app-req__cta span:after {
    width: 41px;
    height: 23px;
    bottom: -1.3em;
  }
}

/**
 * @file
 * Program Important Links
 *
 * Styles for Program Important Links display object.
 */
.program-important-links {
  margin: 0 0 2.5em;
}
@media (min-width: 700px) {
  .program-important-links {
    margin: 0 0 3.8em;
  }
}
@media (min-width: 1025px) {
  .program-important-links {
    margin: 0 -50px 3.9em;
  }
}
.program-important-links__inner {
  border-top: 3px solid #000000;
  padding: 28px 0 0;
}
@media screen and (min-width: 1025px) {
  .program-important-links__inner {
    padding: 37px 0 0;
    margin: 0 50px;
  }
}
.program-important-links__header {
  margin: 0 0 6px;
}
@media (min-width: 700px) {
  .program-important-links__header {
    margin: 0 0 13px;
  }
}
@media (min-width: 1025px) {
  .program-important-links__header {
    margin: 0 0 15px;
  }
}
.program-important-links__header h2:before, .program-important-links__header h2:after {
  display: none;
}
.program-important-links__intro {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 12px;
}
@media (min-width: 700px) {
  .program-important-links__intro {
    margin: 0 0 19px;
  }
}
@media (min-width: 1025px) {
  .program-important-links__intro {
    font-size: 17px;
    margin: 0 0 26px;
  }
}
.program-important-links__content {
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 700px) {
  .program-important-links__content {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .program-important-links__content {
    font-size: 17px;
  }
}
.program-important-links__item {
  padding: 10px 0 13px;
  border-top: 1px solid #000000;
  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-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 700px) {
  .program-important-links__item {
    padding: 17px 0 11px;
  }
}
@media (min-width: 1025px) {
  .program-important-links__item {
    padding: 19px 0 14px;
  }
}
.program-important-links__item:nth-child(2n) {
  background-color: #F3F1F1;
}
.program-important-links__item:last-of-type {
  padding-bottom: 1em;
  border-bottom: 1px solid #000000;
}
.program-important-links__program {
  width: 50%;
  font: 600 16px/1.2 halyard-text, sans-serif;
  padding: 0 10px 0 0;
}
@media (min-width: 700px) {
  .program-important-links__program {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .program-important-links__program {
    font-size: 20px;
    width: 66%;
  }
}
.program-important-links__program a {
  color: #000000;
  background: none;
}
.program-important-links__program a:hover {
  color: #0036F9;
}
.program-important-links__program a:hover .arrow {
  border-color: transparent transparent transparent #0036F9;
  right: -15px;
}
@media (min-width: 1025px) {
  .program-important-links__program a:hover .arrow {
    right: -24px;
  }
}
.program-important-links .arrow {
  margin: 2px 0 0;
}
@media (min-width: 700px) {
  .program-important-links .arrow {
    margin: 0;
  }
}
.program-important-links__type {
  width: 50%;
  text-align: right;
  padding: 0 10px 0 0;
}
@media (min-width: 700px) {
  .program-important-links__type {
    padding: 0 50px 0 0;
  }
}
@media (min-width: 1025px) {
  .program-important-links__type {
    text-align: left;
    padding: 0 10px 0 0;
    width: 34%;
  }
}

.footer-sock {
  margin: 0 0 2em;
}
@media screen and (min-width: 700px) {
  .footer-sock {
    margin: 0 0 2em;
  }
}
@media screen and (min-width: 1025px) {
  .footer-sock {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-bottom: 3.6em;
  }
}
.footer-sock__inner {
  max-width: 1900px;
  margin: 0 auto;
}
.footer-sock__top {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 1.3em;
  padding-top: 3.7em;
  background-color: #CCE2E6;
}
@media screen and (min-width: 700px) {
  .footer-sock__top {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .footer-sock__top {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 700px) {
  .footer-sock__top {
    padding-top: 4.4em;
  }
}
@media screen and (min-width: 1025px) {
  .footer-sock__top {
    padding-top: 6.5em;
  }
}
.footer-sock__body {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 700px) {
  .footer-sock__body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .footer-sock__body {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.footer-sock__body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 27%;
  background-color: #CCE2E6;
  z-index: -1;
}
@media screen and (min-width: 700px) {
  .footer-sock__body:after {
    height: 54%;
  }
}
@media screen and (min-width: 1025px) {
  .footer-sock__body:after {
    height: 58%;
  }
}
.footer-sock__header {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 0.1em;
}
@media screen and (min-width: 700px) {
  .footer-sock__header {
    margin: 0;
    line-height: 1.05;
    font-size: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .footer-sock__header {
    font-size: 65px;
    letter-spacing: -0.015em;
  }
}
.footer-sock__subheader {
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .footer-sock__subheader {
    margin-top: 0;
    font-size: 38px;
  }
}
@media screen and (min-width: 1025px) {
  .footer-sock__subheader {
    font-size: 60px;
    margin-top: -0.2em;
  }
}
.footer-sock__img {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .footer-sock__ctas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer-sock__ctas a {
  position: relative;
  display: block;
  font-weight: 300;
  color: #000000;
  font-size: 20px;
  padding: 0.2em 0 0.2em 2.2em;
  background-image: none;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .footer-sock__ctas a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33.3%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 33.3%;
            flex: 1 0 33.3%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 1025px) {
  .footer-sock__ctas a {
    font-size: 38px;
    padding: 0.1em 0 0.1em 2.2em;
  }
}
.footer-sock__ctas a:before, .footer-sock__ctas a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer-sock__ctas a:after {
  left: -100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 0;
}
.footer-sock__ctas a span {
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer-sock__ctas a span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .footer-sock__ctas a span:after {
    left: -62px;
    width: 40px;
    height: 40px;
  }
}
.footer-sock__ctas a:nth-child(1):before {
  background-color: #FFBB00;
}
.footer-sock__ctas a:nth-child(1) span:after {
  background-image: url("/_resources/assets/icons/pencil-black.svg");
}
.footer-sock__ctas a:nth-child(2):before {
  background-color: #12C477;
}
.footer-sock__ctas a:nth-child(2) span:after {
  background-image: url("/_resources/assets/icons/pin-black.svg");
}
.footer-sock__ctas a:nth-child(3):before {
  background-color: #FC7687;
}
.footer-sock__ctas a:nth-child(3) span:after {
  background-image: url("/_resources/assets/icons/quote-fill-black.svg");
}
.footer-sock__ctas a:hover:after {
  left: 0;
}
.footer-sock__ctas a:hover:nth-child(1) span:after {
  background-image: url("/_resources/assets/icons/pencil.svg");
}
.footer-sock__ctas a:hover:nth-child(2) span:after {
  background-image: url("/_resources/assets/icons/pin.svg");
}
.footer-sock__ctas a:hover:nth-child(3) span:after {
  background-image: url("/_resources/assets/icons/quote-fill.svg");
}
.footer-sock__ctas a:hover span {
  color: #FFFFFF;
}

.announcement-section {
  border: 1px solid #000000;
  padding: 22px 17px 33px 19px;
  font-size: 18px;
  line-height: 1.28;
  margin: 0 0 61px;
}
@media (min-width: 700px) {
  .announcement-section {
    position: relative;
    font-size: 20px;
    line-height: 1.35;
    padding: 24px 19px 30px;
    margin: 0 0 40px;
  }
}
@media (min-width: 1025px) {
  .announcement-section {
    border-width: 2px;
    padding: 41px 37px 66px;
    font-size: 34px;
    line-height: 1.3;
  }
}
.announcement-section h2 {
  padding: 0 0 0 37px;
  margin: 0 0 20px;
  position: relative;
}
@media (min-width: 700px) {
  .announcement-section h2 {
    margin: 0 0 26px;
    font-size: 25px;
    padding: 0 0 0 45px;
  }
}
@media (min-width: 1025px) {
  .announcement-section h2 {
    font-size: 45px;
    margin: 0 0 42px;
    padding: 0 0 0 61px;
  }
}
.announcement-section h2:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
@media (min-width: 700px) {
  .announcement-section h2:before {
    width: 26px;
    height: 26px;
    top: 3px;
  }
}
@media (min-width: 1025px) {
  .announcement-section h2:before {
    width: 40px;
    height: 40px;
    top: 10px;
    left: -1px;
  }
}
.announcement-section h2:after {
  content: "\e91a";
  font-family: "icomoon";
  position: absolute;
  top: 13px;
  left: 7px;
  font-size: 10px;
  line-height: 1;
}
@media (min-width: 700px) {
  .announcement-section h2:after {
    top: 11px;
    left: 9px;
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .announcement-section h2:after {
    font-size: 20px;
    top: 20px;
    left: 11px;
  }
}
.announcement-section__content {
  margin: 0 0 23px;
}
@media (min-width: 700px) {
  .announcement-section__content {
    margin: 0;
  }
}
@media (min-width: 700px) {
  .announcement-section .cta {
    position: absolute;
    top: 24px;
    right: 22px;
  }
}
@media (min-width: 1025px) {
  .announcement-section .cta {
    top: 49px;
    right: 39px;
  }
}
.announcement-section .cta--button {
  font-size: 17px;
  padding: 8px 20px;
  min-width: 177px;
}
@media (min-width: 700px) {
  .announcement-section .cta--button {
    min-width: 177px;
  }
}
@media (min-width: 1025px) {
  .announcement-section .cta--button {
    font-size: 19px;
    padding: 9px 20px;
    min-width: 235px;
  }
}

/**
 * @file
 * Blog 3 Up Feature
 *
 * Contains styles for Blog 3 Up content object.
 */
.blog3up {
  margin: 0 0 50px;
}
@media (min-width: 700px) {
  .blog3up {
    position: relative;
    margin: 0 0 29px;
  }
}
.blog3up__header {
  position: relative;
  margin: 0 0 16px;
}
@media (min-width: 700px) {
  .blog3up__header {
    margin: 0 0 26px;
  }
}
@media (min-width: 1025px) {
  .blog3up__header {
    margin: 0 0 42px;
  }
}
.blog3up__header:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
}
@media (min-width: 700px) {
  .blog3up__header:before {
    top: 14px;
  }
}
@media (min-width: 1025px) {
  .blog3up__header:before {
    top: 25px;
  }
}
.blog3up h2 {
  font: 500 16px/1.2 halyard-text, sans-serif;
  padding: 0 14px 0 37px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #FFFFFF;
}
@media (min-width: 700px) {
  .blog3up h2 {
    font-size: 20px;
    padding: 0 18px 0 46px;
  }
}
@media (min-width: 1025px) {
  .blog3up h2 {
    font-size: 32px;
    padding: 0 26px 0 61px;
  }
}
.blog3up h2:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
@media (min-width: 700px) {
  .blog3up h2:before {
    width: 27px;
    height: 27px;
    top: -1px;
  }
}
@media (min-width: 1025px) {
  .blog3up h2:before {
    width: 40px;
    height: 40px;
    top: 1px;
    left: 0;
  }
}
.blog3up h2:after {
  content: "\e907";
  font-family: "icomoon";
  position: absolute;
  top: 5px;
  left: 7px;
  right: auto;
  bottom: auto;
  height: auto;
  background: none;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 700px) {
  .blog3up h2:after {
    top: 7px;
    left: 8px;
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .blog3up h2:after {
    font-size: 22px;
    top: 11px;
    left: 11px;
  }
}
.blog3up h3 {
  font: 18px/1.33 halyard-text, sans-serif;
}
@media (min-width: 700px) {
  .blog3up h3 {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (min-width: 1025px) {
  .blog3up h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.blog3up h3 a {
  font-weight: inherit;
}
.blog3up .column {
  margin: 0 0 23px;
}
@media (min-width: 700px) {
  .blog3up .column {
    margin: 0;
  }
}
.blog3up .column__img {
  margin: 0 0 14px;
}
@media (min-width: 700px) {
  .blog3up .column__img {
    margin: 0 0 12px;
  }
}
@media (min-width: 1025px) {
  .blog3up .column__img {
    margin: 0 0 15px;
  }
}
.blog3up .column__img a {
  position: relative;
  height: 0;
  display: block;
  width: 100%;
  padding-bottom: 56.11%;
}
.blog3up .column__img a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.blog3up .column__title {
  margin: 0 0 10px;
}
@media (min-width: 700px) {
  .blog3up .column__title {
    margin: 0 0 17px;
  }
}
@media (min-width: 1025px) {
  .blog3up .column__title {
    margin: 0 0 13px;
  }
}
.blog3up .column__col {
  margin: 0 0 27px;
}
@media (min-width: 700px) {
  .blog3up .column__col {
    margin: 0;
  }
}
.blog3up .column__col:last-child {
  margin: 0;
}
.blog3up__event-info {
  text-transform: uppercase;
  font: 500 12px/1.2 halyard-text, sans-serif;
  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;
}
@media (min-width: 700px) {
  .blog3up__event-info {
    font-size: 10px;
  }
}
@media (min-width: 1025px) {
  .blog3up__event-info {
    font-size: 12px;
  }
}
.blog3up__event-info a {
  color: inherit;
  font-weight: inherit;
  background: none;
}
.blog3up__author:before {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
@media (min-width: 700px) {
  .blog3up__section-cta {
    position: absolute;
    top: -4px;
    right: 0;
    background-color: #FFFFFF;
    padding: 0 0 0 22px;
  }
}
@media (min-width: 1025px) {
  .blog3up__section-cta {
    top: 4px;
    padding: 0 0 0 46px;
  }
}
.blog3up .cta--button {
  font-size: 17px;
  padding: 8px 20px;
  min-width: 218px;
}
@media (min-width: 700px) {
  .blog3up .cta--button {
    min-width: 177px;
  }
}
@media (min-width: 1025px) {
  .blog3up .cta--button {
    font-size: 19px;
    padding: 9px 20px;
    min-width: 235px;
  }
}
.blog3up .arrow {
  border-width: 4.5px 0 4.5px 5px;
  margin: 1px 0 0;
}
@media (min-width: 1025px) {
  .blog3up .arrow {
    border-width: 6px 0 6px 6px;
  }
}

.hero-landing {
  margin-bottom: 14px;
  padding: 0 15px;
}
@media (min-width: 700px) {
  .hero-landing {
    position: relative;
    color: #FFFFFF;
    margin-bottom: 41px;
    padding: 0 30px;
  }
}
@media (min-width: 1025px) {
  .hero-landing {
    margin-bottom: 90px;
    padding: 0 50px;
  }
}
.hero-landing .carousel__wrapper {
  margin: 0 0 17px;
}
@media (min-width: 700px) {
  .hero-landing .carousel__wrapper {
    margin: 0;
  }
}
.hero-landing .carousel__wrapper:after {
  content: none;
}
.hero-landing .slick-dots {
  position: static;
  padding: 0 0 15px;
  border-bottom: 1px solid #000000;
}
@media (min-width: 700px) {
  .hero-landing .slick-dots {
    padding: 0 0 16px;
  }
}
@media (min-width: 1025px) {
  .hero-landing .slick-dots {
    padding: 0 0 23px;
  }
}
.hero-landing .slick-slide > div {
  font-size: 0;
  line-height: 0;
}
.hero-landing .carousel__item {
  padding: 48% 0 0;
}
@media (min-width: 1025px) {
  .hero-landing .carousel__item {
    padding: calc(100vh - 124px) 0 0;
  }
}
.hero-landing .slick-list {
  margin: 0 0 22px;
}
@media (min-width: 700px) {
  .hero-landing .slick-list {
    margin: 0 0 26px;
  }
}
.hero-landing .slick-arrow {
  bottom: 1px;
}
@media (min-width: 1025px) {
  .hero-landing .slick-arrow {
    bottom: 5px;
  }
}
.hero-landing h1 {
  margin: 0 0 0 15px;
}
@media (min-width: 700px) {
  .hero-landing h1 {
    position: absolute;
    bottom: 70px;
    left: 30px;
    margin: 0 0 0 30px;
  }
}
@media (min-width: 1025px) {
  .hero-landing h1 {
    font-size: 65px;
    bottom: 99px;
    left: 48px;
    margin: 0 0 0 50px;
  }
}

.landing-intro {
  margin-top: 60px;
  margin-bottom: 60px;
  border: 2px solid #000000;
  background-color: #F3F1F1;
  padding: 23px 20px 32px;
  font-size: 18px;
  line-height: 1.28;
}
@media screen and (min-width: 700px) {
  .landing-intro {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 700px) {
  .landing-intro {
    font-size: 20px;
    line-height: 1.35;
    padding: 32px 43px 47px;
  }
}
@media (min-width: 1025px) {
  .landing-intro {
    padding: 76px 74px 82px;
    font-size: 30px;
    line-height: 1.34;
  }
}
.landing-intro a {
  background-position: 0% 90%;
}

.image-divider {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 700px) {
  .image-divider {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.image-divider__item {
  width: 100%;
  margin: 0 0 16px 0;
}
@media (min-width: 700px) {
  .image-divider__item {
    margin: 0;
    padding: 0 9px;
    width: 33.3333%;
  }
}
@media (min-width: 1025px) {
  .image-divider__item {
    padding: 0 12px;
  }
}
@media (min-width: 700px) {
  .image-divider .column {
    margin: 0 -9px;
  }
}
@media (min-width: 1025px) {
  .image-divider .column {
    margin: 0 -12px;
  }
}
.image-divider__img {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: calc(100vw - 30px);
  border: 2px solid #000000;
}
@media (min-width: 700px) {
  .image-divider__img {
    height: auto;
    padding: 100% 0 0;
  }
}
.image-divider .slick-list {
  overflow: visible;
}
@media (min-width: 1025px) {
  .image-divider .slick-list {
    width: 100%;
  }
}

.did-you-know {
  margin: 0 0 87px;
}
@media (min-width: 700px) {
  .did-you-know {
    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-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 93px;
  }
}
@media (min-width: 1025px) {
  .did-you-know {
    font-size: 20px;
    line-height: 1.5;
  }
}
.did-you-know__image {
  position: relative;
  margin: 0 0 29px;
}
@media (min-width: 700px) {
  .did-you-know__image {
    width: 36%;
  }
}
.did-you-know img {
  width: 100%;
}
@media (min-width: 700px) {
  .did-you-know__content {
    width: 64%;
    padding: 34px 0 0 26px;
  }
}
@media (min-width: 1025px) {
  .did-you-know__content {
    padding: 77px 0 0 46px;
  }
}
.did-you-know__header {
  position: relative;
  padding: 22px 0 0;
  margin: 0 0 6px;
}
@media (min-width: 700px) {
  .did-you-know__header {
    padding: 31px 0 0;
    margin: 0 0 11px;
  }
}
@media (min-width: 1025px) {
  .did-you-know__header {
    padding: 59px 0 0;
    margin: 0 0 27px;
  }
}
.did-you-know__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 32px;
  height: 1px;
  background-color: #000000;
}
@media (min-width: 1025px) {
  .did-you-know__header:before {
    right: 65px;
  }
}
.did-you-know h2 {
  font: 700 21px/1.2 halyard-text, sans-serif;
  margin: 0;
  position: relative;
}
@media (min-width: 700px) {
  .did-you-know h2 {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .did-you-know h2 {
    font-size: 39px;
  }
}
.did-you-know h2:before {
  content: "";
  position: absolute;
  top: -35px;
  right: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
@media (min-width: 700px) {
  .did-you-know h2:before {
    width: 22px;
    height: 22px;
    top: -42px;
  }
}
@media (min-width: 1025px) {
  .did-you-know h2:before {
    width: 40px;
    height: 40px;
    top: -79px;
    right: 0;
  }
}
.did-you-know h2:after {
  content: "\e907";
  font-family: "icomoon";
  position: absolute;
  top: -29px;
  right: 6px;
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
}
@media (min-width: 700px) {
  .did-you-know h2:after {
    top: -37px;
    right: 5px;
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .did-you-know h2:after {
    font-size: 22px;
    top: -69px;
    right: 10px;
  }
}
.did-you-know__text {
  margin: 0 0 21px;
}
@media (min-width: 700px) {
  .did-you-know__text {
    margin: 0 0 28px;
  }
}
@media (min-width: 1025px) {
  .did-you-know__text {
    margin: 0 0 43px;
  }
}
.did-you-know .cta--button {
  font-size: 17px;
  padding: 8px 20px;
  min-width: 218px;
}
@media (min-width: 700px) {
  .did-you-know .cta--button {
    font-size: 19px;
  }
}
@media (min-width: 1025px) {
  .did-you-know .cta--button {
    font-size: 17px;
    padding: 9px 20px;
    min-width: 235px;
  }
}

.work-vid-feat {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
@media screen and (min-width: 700px) {
  .work-vid-feat {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 699px) {
  .work-vid-feat .vid-inline__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 700px) {
  .work-vid-feat .vid-inline__container {
    height: 100%;
  }
}
.work-vid-feat .vid-inline__cover {
  height: 100%;
}
.work-vid-feat .vid-inline__cover:after {
  width: 50px;
  height: 50px;
  left: 0;
  right: auto;
}
@media screen and (min-width: 700px) {
  .work-vid-feat .vid-inline__cover:after {
    width: 56px;
    height: 56px;
  }
}
@media screen and (min-width: 1025px) {
  .work-vid-feat .vid-inline__cover:after {
    width: 95px;
    height: 95px;
  }
}
.work-vid-feat .vid-inline__embed iframe {
  border-width: 0;
}
.work-vid-feat .vid-inline__cover:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid #FFFFFF;
  margin: 0 18px 16px 21px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .work-vid-feat .vid-inline__cover:before {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 23px solid #FFFFFF;
    margin: 0 18px 30px 40px;
  }
}
.work-vid-feat .vid-inline__cover.js-loading:before {
  margin-bottom: 0;
  background-repeat: no-repeat;
  border: 0;
}
.work-vid-feat iframe {
  width: 100%;
  height: 100%;
  background: #000000;
}
.work-vid-feat img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.work-vid-feat__inner {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 1.7em;
}
@media screen and (min-width: 700px) {
  .work-vid-feat__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .work-vid-feat__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .work-vid-feat__inner {
    padding-bottom: 6.7em;
  }
}
.work-vid-feat__inner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 150px);
  background-color: #F3F1F1;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .work-vid-feat__inner:after {
    height: calc(100% - 218px);
  }
}
@media screen and (min-width: 1025px) {
  .work-vid-feat__inner > .work-vid-feat__attribution {
    display: none;
  }
}
.work-vid-feat__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  .work-vid-feat__top {
    -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;
  }
}
.work-vid-feat__left {
  background-color: #FFFFFF;
  border: 2px solid #000000;
  padding: 2em 20px;
}
@media screen and (max-width: 699px) {
  .work-vid-feat__left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 700px) {
  .work-vid-feat__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 3.4em 20px 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  .work-vid-feat__left {
    padding: 4.6em 35px 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  .work-vid-feat__left .work-vid-feat__attribution {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .work-vid-feat__right {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.work-vid-feat__header {
  font-size: 21px;
}
@media screen and (min-width: 700px) {
  .work-vid-feat__header {
    font-size: 25px;
    margin: 0 0 0.7em;
  }
}
@media screen and (min-width: 1025px) {
  .work-vid-feat__header {
    font-size: 38px;
  }
}
.work-vid-feat__caption {
  font-size: 12px;
  font-weight: 350;
  font-style: italic;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 700px) {
  .work-vid-feat__caption {
    line-height: 1.4;
  }
}
@media screen and (min-width: 1025px) {
  .work-vid-feat__caption {
    font-size: 21px;
  }
}
.work-vid-feat__attribution {
  position: relative;
  font-size: 12px;
  line-height: 1.15;
  padding-left: 3em;
  margin-top: 1.3em;
}
@media screen and (min-width: 1025px) {
  .work-vid-feat__attribution {
    padding-left: 5em;
    margin-top: 4.25em;
    padding-bottom: 2em;
  }
}
.work-vid-feat__attribution:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 26px;
  height: 26px;
  background-image: url("/_resources/assets/icons/profile.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1025px) {
  .work-vid-feat__attribution:before {
    top: -12px;
    left: 1px;
    width: 42px;
    height: 42px;
  }
}
.work-vid-feat__cta {
  font-family: halyard-text, sans-serif;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  background: #000000;
  padding: 0.45em 1.6em;
  overflow: hidden;
  z-index: 0;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-weight: 800;
  padding: 0.04em 0.96em;
  outline-color: #000000;
}
@media screen and (min-width: 700px) {
  .work-vid-feat__cta {
    padding: 0.3em 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  .work-vid-feat__cta {
    padding: 0.2em 1.5em;
  }
}
.work-vid-feat__cta:before, .work-vid-feat__cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0036F9;
  z-index: -1;
}
.work-vid-feat__cta:after {
  left: -100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.work-vid-feat__cta:hover:after {
  left: 0;
}
.work-vid-feat__cta span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .work-vid-feat__cta span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .work-vid-feat__cta span {
    font-size: 20px;
  }
}
@media screen and (min-width: 700px) {
  .work-vid-feat__cta {
    padding: 0.15em 1.8em;
    font-size: 17px;
    margin-top: 3.6em;
  }
}
@media screen and (min-width: 1025px) {
  .work-vid-feat__cta {
    margin-top: 1em;
    padding: 0.05em 1.5em;
    font-size: 20px;
  }
}
.work-vid-feat__video {
  position: relative;
  background-color: #000000;
}
@media screen and (min-width: 700px) {
  .work-vid-feat__video {
    height: 100%;
  }
}
.work-vid-feat__video .video__vid {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  min-height: 256px;
}
@media screen and (max-width: 699px) {
  .work-vid-feat__video .video__vid {
    height: calc((100vw - 30px) * 0.5625);
  }
}
.work-vid-feat__video .video__play {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}
.work-vid-feat__video .video__play .visually-hidden span {
  display: none;
}
.work-vid-feat__video .video__play .visually-hidden span:first-child {
  display: block;
}
.work-vid-feat__video .video__play.js-pause .visually-hidden span {
  display: block;
}
.work-vid-feat__video .video__play.js-pause .visually-hidden span:first-child {
  display: none;
}
.work-vid-feat__video .video__play .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #FF2EAA;
  border: none;
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  pointer-events: none;
}
@media screen and (min-width: 700px) {
  .work-vid-feat__video .video__play .btn {
    width: 56px;
    height: 56px;
  }
}
@media screen and (min-width: 1025px) {
  .work-vid-feat__video .video__play .btn {
    width: 95px;
    height: 95px;
  }
}
.work-vid-feat__video .video__play:hover .btn {
  background-color: #000000;
}
.work-vid-feat__video .video__play:not(.js-pause) .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 2px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid #FFFFFF;
}
@media screen and (min-width: 1025px) {
  .work-vid-feat__video .video__play:not(.js-pause) .btn:after {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 23px solid #FFFFFF;
  }
}
.work-vid-feat__video .video__play.js-pause .btn:before,
.work-vid-feat__video .video__play.js-pause .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 7px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5px;
  height: 40%;
  background-color: #FFFFFF;
}
@media screen and (min-width: 700px) {
  .work-vid-feat__video .video__play.js-pause .btn:before,
  .work-vid-feat__video .video__play.js-pause .btn:after {
    width: 6px;
  }
}
@media screen and (min-width: 1025px) {
  .work-vid-feat__video .video__play.js-pause .btn:before,
  .work-vid-feat__video .video__play.js-pause .btn:after {
    width: 8px;
    left: calc(50% + 10px);
  }
}
.work-vid-feat__video .video__play.js-pause .btn:after {
  left: calc(50% - 7px);
}
@media screen and (min-width: 1025px) {
  .work-vid-feat__video .video__play.js-pause .btn:after {
    left: calc(50% - 10px);
  }
}

.carousel-3part {
  position: relative;
  padding: 47px 0 1px;
  margin: 0 0 42px;
}
@media (min-width: 700px) {
  .carousel-3part {
    padding: 57px 0 0;
    margin: 0 0 35px;
  }
}
@media (min-width: 1025px) {
  .carousel-3part {
    padding: 94px 0 0;
    margin: 0 0 58px;
  }
}
.carousel-3part:before {
  content: "";
  position: absolute;
  top: 0;
  left: -9999px;
  right: -9999px;
  bottom: 8px;
  background-color: #F3F1F1;
  z-index: -1;
}
@media (min-width: 700px) {
  .carousel-3part:before {
    bottom: 214px;
  }
}
@media (min-width: 1025px) {
  .carousel-3part:before {
    bottom: 269px;
  }
}
.carousel-3part__header {
  margin: 0 0 46px;
}
@media (min-width: 700px) {
  .carousel-3part__header {
    margin: 0 0 57px;
  }
}
@media (min-width: 1025px) {
  .carousel-3part__header {
    margin: 0 0 80px;
  }
}
.carousel-3part h2 {
  line-height: 1.08;
}
@media (min-width: 700px) {
  .carousel-3part__wrapper {
    position: relative;
  }
}
.carousel-3part__content {
  border: 1px solid #000000;
  background-color: #FFFFFF;
  padding: 27px 19px 21px;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 700px) {
  .carousel-3part__content {
    width: 68.5%;
    border-width: 2px;
    padding: 25px 27px 29px;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .carousel-3part__content {
    font-size: 16px;
    line-height: 1.63;
    padding: 39px 47px 37px;
    width: 74.5%;
    margin: -45px 0 0;
  }
}
.carousel-3part__pagination {
  display: none;
}
@media (min-width: 700px) {
  .carousel-3part__pagination {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    text-transform: uppercase;
    margin: -4px 0 0;
    width: 31.5%;
  }
}
@media (min-width: 1025px) {
  .carousel-3part__pagination {
    width: 25.5%;
    margin: 32px 0 0;
  }
}
.carousel-3part__pagination button {
  padding: 17px 19px;
  background-color: #FC7687;
  border: none;
  font: 500 14px/1.2 halyard-text, sans-serif;
  display: block;
  width: 100%;
  text-align: left;
}
@media (min-width: 700px) {
  .carousel-3part__pagination button {
    position: relative;
    z-index: 1;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .carousel-3part__pagination button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #000000;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    z-index: -1;
  }
  .carousel-3part__pagination button:hover {
    color: #FFFFFF;
  }
  .carousel-3part__pagination button:hover:before {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .carousel-3part__pagination button {
    padding: 25px 24px;
    font-size: 16px;
  }
}
.carousel-3part__pagination button:nth-child(2) {
  background-color: #BCDADF;
}
.carousel-3part__pagination button:nth-child(3) {
  background-color: #FEBF3A;
}
.carousel-3part__pagination button.active {
  text-decoration: underline;
}
.carousel-3part .slick-arrow {
  height: 29px;
  width: 29px;
  background-color: #FC7687;
  color: #000000;
  text-indent: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}
.carousel-3part .slick-arrow:after {
  content: "\e900";
  font-family: "icomoon";
  display: block;
  top: 8px;
  left: 11px;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  height: auto;
  width: auto;
  background: none;
  font-size: 14px;
  line-height: 1;
}
.carousel-3part .slick-arrow.slick-prev {
  background-color: #FEBF3A;
}
.carousel-3part .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.carousel-3part__text {
  margin: 0 0 14px;
}
@media (min-width: 1025px) {
  .carousel-3part__text {
    margin: 0 0 17px;
  }
}
.carousel-3part h3 {
  font: 20px/1.2 halyard-text, sans-serif;
  margin: 0 0 10px;
}
@media (min-width: 700px) {
  .carousel-3part h3 {
    font-size: 25px;
    margin: 0 0 13px;
  }
}
@media (min-width: 1025px) {
  .carousel-3part h3 {
    font-size: 40px;
    margin: 0 0 11px;
  }
}
.carousel-3part .cta--link {
  font: 500 14px/1.2 halyard-text, sans-serif;
  padding: 0 42px 0 0;
}
@media (min-width: 1025px) {
  .carousel-3part .cta--link {
    font-size: 16px;
  }
}
.carousel-3part .cta--link:before, .carousel-3part .cta--link:after {
  width: 34px;
  height: 12px;
}

.image-links {
  position: relative;
  padding: 44px 0 0;
  margin: 0 0 24px;
}
@media (min-width: 700px) {
  .image-links {
    padding: 55px 0 0;
    margin: 0 0 33px;
  }
}
@media (min-width: 1025px) {
  .image-links {
    padding: 91px 0 0;
    margin: 0 0 105px;
  }
}
.image-links:before {
  content: "";
  position: absolute;
  top: 0;
  left: -9999px;
  right: -9999px;
  bottom: 91px;
  background-color: #BCDADF;
  z-index: -1;
}
@media (min-width: 700px) {
  .image-links:before {
    bottom: 100px;
  }
}
@media (min-width: 1025px) {
  .image-links:before {
    bottom: 147px;
  }
}
.image-links__header {
  margin: 0 0 34px;
}
@media (min-width: 700px) {
  .image-links__header {
    margin: 0 0 60px;
  }
}
@media (min-width: 1025px) {
  .image-links__header {
    margin: 0 0 65px;
  }
}
.image-links__list {
  list-style: none;
  padding: 0;
  margin: 0;
  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-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -9px;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  .image-links__list {
    margin: 0 -12px;
  }
}
.image-links__list li {
  width: 50%;
  padding: 0 9px 15px;
}
@media (min-width: 700px) {
  .image-links__list li {
    width: 25%;
    padding: 0 9px 28px;
  }
}
@media (min-width: 1025px) {
  .image-links__list li {
    width: 20%;
    padding: 0 12px 41px;
  }
}
.image-links__list li a {
  position: relative;
  display: block;
  background: none;
}
.image-links__list img {
  padding: 0 0 7px;
  margin: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .image-links__list img {
    padding: 0 0 18px;
  }
}
.image-links__list a img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.image-links__list a .link--arrow {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.image-links__list a:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
       -o-transform: scale(1.02);
          transform: scale(1.02);
}
.image-links__list a:hover .link--arrow {
  color: #0036F9;
}
.image-links__list a:hover .arrow {
  right: -11px;
  border-color: transparent transparent transparent #0036F9;
}
.image-links__title {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .image-links__title {
    font-size: 17px;
  }
}
.image-links .link--arrow {
  color: #000000;
  font-weight: 600;
  background-image: none;
  font-weight: 350;
}
.image-links .link--arrow:hover {
  color: #0036F9;
}
.image-links .link--arrow:hover .arrow {
  border-color: transparent transparent transparent #0036F9;
  right: -5px;
}
@media screen and (min-width: 1025px) {
  .image-links .link--arrow:hover .arrow {
    right: -10px;
  }
}
.image-links .link--arrow .last-word {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
@media screen and (min-width: 700px) {
  .image-links .link--arrow .last-word {
    padding-right: 10px;
  }
}
@media screen and (min-width: 700px) {
  .image-links .link--arrow .last-word {
    padding-right: 11.3333333333px;
  }
}
.image-links .link--arrow .arrow {
  position: absolute;
  bottom: 3.75px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 3.75px solid transparent;
  border-bottom: 3.75px solid transparent;
  border-left: 3.75px solid #FF2EAA;
  -webkit-transition: right 0.3s ease, border-color 0.3s ease;
  -o-transition: right 0.3s ease, border-color 0.3s ease;
  transition: right 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 700px) {
  .image-links .link--arrow .arrow {
    bottom: 3.75px;
    border-top: 3.75px solid transparent;
    border-bottom: 3.75px solid transparent;
    border-left: 3.75px solid #FF2EAA;
  }
}
@media screen and (min-width: 1025px) {
  .image-links .link--arrow .arrow {
    bottom: 4.25px;
    border-top: 4.25px solid transparent;
    border-bottom: 4.25px solid transparent;
    border-left: 4.25px solid #FF2EAA;
  }
}

.programs {
  position: relative;
  color: #CDE3E7;
  font-size: 17px;
  line-height: 1.24;
  padding: 0 0 1px;
  margin: 0 0 36px;
}
@media (min-width: 700px) {
  .programs {
    margin: 0 0 64px;
  }
}
@media (min-width: 1025px) {
  .programs {
    font-size: 20px;
    line-height: 1.25;
  }
}
@media (min-width: 1201px) {
  .programs {
    margin: 0 0 138px;
  }
}
.programs__bg {
  position: absolute;
  top: 0;
  left: -9999px;
  right: -9999px;
  bottom: 255px;
  background-color: #001049;
  z-index: -1;
}
@media (min-width: 700px) {
  .programs__bg {
    top: 0;
    bottom: 122px;
  }
}
@media (min-width: 1025px) {
  .programs__bg {
    top: 0;
    bottom: 284px;
  }
}
.programs__intro {
  margin: 0 0 29px;
  background-color: #001049;
}
@media (min-width: 700px) {
  .programs__intro {
    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-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .programs__intro {
    margin: 0 0 70px;
  }
}
.programs__intro .cta--button {
  display: block;
  padding: 12px 10px;
  text-align: center;
  font: 700 16px/1.2 halyard-text, sans-serif;
  margin: 0 0 23px;
}
@media (min-width: 700px) {
  .programs__intro .cta--button {
    width: 40.6%;
    margin: 0;
    font-size: 17px;
    padding: 15px 10px;
  }
}
@media (min-width: 1025px) {
  .programs__intro .cta--button {
    font-size: 30px;
    margin: 3px 0 0;
    width: 50%;
    padding: 28px 10px;
  }
}
.programs__intro .cta--button:after {
  background-color: #FF2EAA;
}
@media (min-width: 700px) {
  .programs__text {
    width: 52.5%;
    padding: 9px 0 0;
  }
}
@media (min-width: 1025px) {
  .programs__text {
    padding: 0;
    width: 45%;
  }
}
.programs h2 {
  font-size: 52px;
  line-height: 1;
  margin: 0 0 11px;
}
@media (min-width: 700px) {
  .programs h2 {
    font-size: 125px;
    margin: 0 0 12px;
  }
}
@media (min-width: 1025px) {
  .programs h2 {
    font-size: 200px;
    margin: 0 0 29px;
  }
}
.programs__list {
  list-style: none;
  padding: 0;
  margin: 0 0 29px;
  font: 600 22px/1.2 halyard-text, sans-serif;
  background-color: #001049;
}
@media (min-width: 700px) {
  .programs__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-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -10px 36px;
  }
}
@media (min-width: 1025px) {
  .programs__list {
    font-size: 29px;
    margin: 0 -10px 64px;
  }
}
.programs__list a {
  background: none;
  color: #CDE3E7;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 30px;
  position: relative;
}
@media (min-width: 1025px) {
  .programs__list a {
    padding: 0 0 0 60px;
  }
}
.programs__list a:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #CDE3E7;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media (min-width: 1025px) {
  .programs__list a:before {
    top: -1px;
    left: 3px;
    width: 34px;
    height: 34px;
  }
}
.programs__list a:after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: 9px;
  color: #000000;
  font-weight: normal;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 1025px) {
  .programs__list a:after {
    font-size: 20px;
    top: 8px;
    left: 18px;
  }
}
.programs__list a:hover:before {
  border-color: #CDE3E7;
  background-color: transparent !important;
}
.programs__list a:hover:after {
  color: #CDE3E7;
}
.programs__list li {
  margin: 0 0 17px;
}
@media (min-width: 700px) {
  .programs__list li {
    width: 50%;
    padding: 0 10px;
  }
}
@media (min-width: 1025px) {
  .programs__list li {
    margin: 0 0 27px;
  }
}
.programs__list li:last-child {
  margin: 0;
}
.programs__list li:nth-child(2) a:before {
  background-color: #FEBF3A;
}
.programs__list li:nth-child(3) a:before {
  background-color: #FC7687;
}
.programs__list li:nth-child(4) a:before {
  background-color: #F3F1F1;
}
.programs__list li:nth-child(5) a:before {
  background-color: #12C477;
}
.programs__img {
  overflow: hidden;
}
@media (min-width: 700px) {
  .programs__img {
    position: relative;
  }
  .programs__img:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 152px;
    opacity: 0.41;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(29%, rgba(0, 0, 0, 0.57)), color-stop(50%, #000000));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.57) 29%, #000000 50%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.57) 29%, #000000 50%);
  }
}
@media (min-width: 1025px) {
  .programs__img:after {
    height: 262px;
  }
}
.programs__img .cta--button {
  padding: 6px 29px;
  text-align: center;
  font: 700 19px/1.2 halyard-text, sans-serif;
}
@media (min-width: 700px) {
  .programs__img .cta--button {
    font-size: 17px;
    margin: 0 0 6px;
    padding: 8px 10px;
    width: 36%;
  }
}
@media (min-width: 1025px) {
  .programs__img .cta--button {
    margin: 0 0 2px;
    font-size: 19px;
    padding: 9px 10px;
    width: 24%;
  }
}
.programs__img-text {
  border: 1px solid #000000;
  padding: 17px 14px 22px;
  position: relative;
  z-index: 10;
  background: #FFFFFF;
}
@media (min-width: 700px) {
  .programs__img-text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    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-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;
    border: none;
    padding: 0 27px 26px;
    z-index: 1;
    background: transparent;
  }
}
@media (min-width: 1025px) {
  .programs__img-text {
    padding: 0 50px 46px;
  }
}
.programs h3 {
  font-size: 30px;
  line-height: 0.87;
  color: #000000;
  margin: 0 0 17px;
}
@media (min-width: 700px) {
  .programs h3 {
    width: 60%;
    font-size: 38px;
    color: #FFFFFF;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .programs h3 {
    font-size: 60px;
  }
}
.programs h3 span {
  display: block;
  font: italic 21px/1 halyard-text, sans-serif;
  margin: 6px 0 0;
}
@media (min-width: 700px) {
  .programs h3 span {
    font-size: 29px;
    margin: 4px 0 0;
  }
}
@media (min-width: 1025px) {
  .programs h3 span {
    font-size: 50px;
    margin: 6px 0 0;
  }
}

.hero-home {
  margin: 0 0 41px;
  position: relative;
  padding: 0 15px 15px;
}
@media (min-width: 700px) {
  .hero-home {
    margin: 0 0 47px;
    padding: 0 30px 30px;
  }
}
@media (min-width: 1025px) {
  .hero-home {
    margin: 0 0 50px;
    padding: 0 50px 35px;
  }
}
.hero-home:before {
  content: "";
  position: absolute;
  top: 138px;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  background-color: #F3F1F1;
  z-index: -1;
}
@media (min-width: 700px) {
  .hero-home:before {
    top: 66px;
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  .hero-home:before {
    top: 134px;
    bottom: 0;
  }
}
.hero-home__img {
  position: relative;
  height: 300px;
  min-height: 340px;
  position: relative;
  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;
  color: #FFFFFF;
  padding: 0 21px 19px;
  overflow: hidden;
}
@media (min-width: 700px) {
  .hero-home__img {
    min-height: 285px;
    padding: 0 30px 25px;
  }
}
@media (min-width: 1025px) {
  .hero-home__img {
    min-height: 524px;
    padding: 0 50px 42px;
  }
}
@media (min-width: 1201px) {
  .hero-home__img {
    min-height: 602px;
    padding: 0 60px 42px;
  }
}
.hero-home__img .background-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
  will-change: transform;
}
.hero-home h1 {
  font: 900 30px/0.95 halyard-text, sans-serif, sans-serif;
  margin: 0;
}
@media (min-width: 700px) {
  .hero-home h1 {
    font-size: 45px;
  }
}
@media (min-width: 1025px) {
  .hero-home h1 {
    font-size: 75px;
  }
}
@media (min-width: 1201px) {
  .hero-home h1 {
    width: 61%;
  }
}
.hero-home h1 span {
  display: block;
  font: italic 30px/1 halyard-text, sans-serif;
  margin: -3px 0 0;
}
@media (min-width: 700px) {
  .hero-home h1 span {
    font-size: 42px;
    margin: -2px 0 0;
  }
}
@media (min-width: 1025px) {
  .hero-home h1 span {
    font-size: 70px;
    margin: -3px 0 0;
  }
}

.slider-poll__question {
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
@media (min-width: 700px) {
  .slider-poll__question {
    border-width: 2px;
    width: 76.6%;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .slider-poll__question {
    width: 78.1%;
  }
}
@media (min-width: 1201px) {
  .slider-poll__question {
    width: 60.5%;
  }
}
.slider-poll__question-content {
  padding: 15px 14px;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 700px) {
  .slider-poll__question-content {
    font-size: 20px;
    width: 65%;
    padding: 28px 20px 28px 28px;
  }
}
@media (min-width: 1025px) {
  .slider-poll__question-content {
    font-size: 26px;
    width: 75%;
    padding: 41px 20px 30px 48px;
  }
}
.slider-poll__question-text {
  margin: 0 0 12px;
}
@media (min-width: 700px) {
  .slider-poll__question-text {
    margin: 0 0 22px;
  }
}
@media (min-width: 1025px) {
  .slider-poll__question-text {
    margin: 0 0 28px;
  }
}
.slider-poll__question-img {
  display: none;
}
@media (min-width: 700px) {
  .slider-poll__question-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 36.2%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  .slider-poll__question-img {
    width: 202px;
  }
}
.slider-poll .slick-slide > div {
  font-size: 0;
  line-height: 0;
}
.slider-poll .slick-list {
  overflow: visible;
}
.slider-poll .cta--button {
  padding: 7px 41px 8px;
  text-align: center;
  font: 700 16px/1.2 halyard-text, sans-serif;
}
@media (min-width: 700px) {
  .slider-poll .cta--button {
    font-size: 17px;
    padding: 8px 33px;
  }
}
@media (min-width: 1025px) {
  .slider-poll .cta--button {
    padding: 10px 44px;
  }
}
.slider-poll .slick-arrow {
  top: -35px;
  right: 0;
  width: 88px;
  height: 35px;
  background-color: #FEBF3A;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  text-indent: 0;
  color: #000000;
  text-transform: uppercase;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 700px) {
  .slider-poll .slick-arrow {
    font: 500 14px/1.2 halyard-text, sans-serif;
    width: 23.4%;
    height: 139px;
    top: -49px;
  }
}
@media (min-width: 1025px) {
  .slider-poll .slick-arrow {
    font-size: 16px;
    width: 21.9%;
    top: -117px;
    height: 204px;
  }
}
@media (min-width: 1201px) {
  .slider-poll .slick-arrow {
    width: 39.5%;
  }
}
.slider-poll .slick-arrow:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}
.slider-poll .slick-arrow:hover {
  color: #FFFFFF;
}
.slider-poll .slick-arrow:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.slider-poll .slick-arrow .arrow-text {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (min-width: 700px) {
  .slider-poll .slick-arrow .arrow-text {
    right: auto;
    left: 15px;
    top: auto;
    bottom: 17px;
  }
}
@media (min-width: 1025px) {
  .slider-poll .slick-arrow .arrow-text {
    bottom: 25px;
    left: 25px;
  }
}
@media (min-width: 1201px) {
  .slider-poll .slick-arrow .arrow-text {
    left: 30px;
  }
}
.slider-poll .slick-arrow .arrow-text:after {
  content: "\e90a";
  font-family: "icomoon";
  font-size: 9px;
  line-height: 1;
  display: block;
}
@media (min-width: 700px) {
  .slider-poll .slick-arrow .arrow-text:after {
    font-size: 10px;
    margin: 5px 0 0 7px;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 1025px) {
  .slider-poll .slick-arrow .arrow-text:after {
    font-size: 12px;
    margin: 5px 0 0 16px;
  }
}
.slider-poll .slick-arrow:after {
  display: none;
}
.slider-poll .slick-arrow.slick-prev {
  display: none !important;
}
.slider-poll .slides-number {
  position: absolute;
  top: 12px;
  left: 13px;
  text-transform: none;
  font: italic 10px/1.2 halyard-text, sans-serif;
}
@media (min-width: 700px) {
  .slider-poll .slides-number {
    font-size: 12px;
    top: auto;
    bottom: 34px;
    right: auto;
    left: 15px;
  }
}
@media (min-width: 1025px) {
  .slider-poll .slides-number {
    left: 25px;
    bottom: 51px;
  }
}
@media (min-width: 1201px) {
  .slider-poll .slides-number {
    left: 30px;
  }
}

.poll__top {
  position: relative;
  margin: 0 0 2.5em;
}
.poll__top:before, .poll__top:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  border-bottom: 2px dashed #000000;
}
@media (min-width: 700px) {
  .poll__top:before, .poll__top:after {
    bottom: -11px;
  }
}
@media (min-width: 1025px) {
  .poll__top:before, .poll__top:after {
    font-size: 45px;
    border-width: 0 0 3px;
    bottom: -17px;
  }
}
.poll__top:after {
  left: 188px;
  right: -9999px;
  border: none;
  background-color: #000000;
  height: 2px;
  bottom: -18px;
}
@media (min-width: 700px) {
  .poll__top:after {
    bottom: -11px;
    left: 398px;
  }
}
@media (min-width: 1025px) {
  .poll__top:after {
    bottom: -17px;
    height: 3px;
    left: 683px;
  }
}
.poll.locked .poll__bar-holder {
  display: block;
}
.poll__title {
  display: block;
  font: 350 12px/1.2 halyard-text, sans-serif;
  position: relative;
  margin: 0 0 10px;
  z-index: 0;
}
@media (min-width: 700px) {
  .poll__title {
    display: inline;
    margin: 0 0 18px;
  }
}
@media (min-width: 1025px) {
  .poll__title {
    font-size: 20px;
    margin: 0 0 27px 0;
    display: block;
  }
}
@media (min-width: 1201px) {
  .poll__title {
    display: inline;
    margin: 0 0 27px 22px;
  }
}
.poll__question {
  display: inline;
  font: 600 23px/1.05 halyard-text, sans-serif;
  margin: 0 0 19px;
}
@media (min-width: 700px) {
  .poll__question {
    margin: 0 0 10px;
  }
}
@media (min-width: 1025px) {
  .poll__question {
    font-size: 60px;
    margin: 0 0 18px;
  }
}
@media (min-width: 1201px) {
  .poll__question {
    margin: 0 0 37px;
  }
}
.poll .button.selected .icon {
  color: #000;
}
.poll .button.selected .label {
  font-style: italic;
  text-decoration: underline;
  color: #000000;
}
.poll .button.selected .label:after {
  background: none;
}
.locked .poll .button.selected .label:after {
  border-color: transparent transparent transparent #000000;
}
.poll .label {
  margin: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(transparent));
  background-image: -o-linear-gradient(right, transparent, transparent);
  background-image: linear-gradient(to left, transparent, transparent);
  background-position: 0% 93%;
  background-repeat: no-repeat;
  background-size: 0% 3px;
  cursor: pointer;
  -webkit-transition: background-size 500ms;
  -o-transition: background-size 500ms;
  transition: background-size 500ms;
}
.poll .label:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
  -webkit-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  background-size: 100% 3px;
}
.poll .label:before {
  content: "a";
  opacity: 1;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  font: 700 21px/1.2 halyard-micro, sans-serif;
  left: -35px;
  margin: -2px 0 0;
  color: #000000;
  display: none;
}
.poll .label:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #000000;
  border-radius: 0;
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
@media (min-width: 700px) {
  .poll .label:after {
    margin: 0 0 0 5px;
  }
}
@media (min-width: 1025px) {
  .poll .label:after {
    border-width: 6px 0 6px 6px;
    margin: 0 0 0 9px;
  }
}
.locked .poll .label:after {
  border-color: transparent transparent transparent #7f7f7f;
}
.poll .icon {
  width: 31px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #FEBF3A;
  text-align: center;
  font: 700 21px/1.2 halyard-micro, sans-serif;
  padding: 2px 0;
}
@media (min-width: 700px) {
  .poll .icon {
    margin: 0 5px 0 0;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    font-size: 17px;
    margin: -3px 2px 0 0;
  }
}
@media (min-width: 1025px) {
  .poll .icon {
    width: 37px;
    height: 37px;
    font-size: 24px;
  }
}
@media (min-width: 1201px) {
  .poll .icon {
    width: 46px;
    height: 46px;
    font-size: 30px;
  }
}
.poll .disabled {
  pointer-events: none;
}
.poll__answers {
  list-style: none;
  padding: 0 0 5px;
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
  position: relative;
}
@media (min-width: 700px) {
  .poll__answers {
    font-size: 23px;
    line-height: 1.3;
  }
}
@media (min-width: 1025px) {
  .poll__answers {
    font-size: 32px;
    line-height: 1.21;
  }
}
@media (min-width: 1201px) {
  .poll__answers {
    font-size: 40px;
    line-height: 1.12;
  }
}
.locked .poll__answers {
  color: #7f7f7f;
}
.poll__answers input[type=radio] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
  width: 31px;
  height: 31px;
  border-radius: 50%;
}
@media (min-width: 700px) {
  .poll__answers input[type=radio] {
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    top: 6px;
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1025px) {
  .poll__answers input[type=radio] {
    width: 37px;
    height: 37px;
    top: 8px;
  }
}
@media (min-width: 1201px) {
  .poll__answers input[type=radio] {
    width: 46px;
    height: 46px;
    top: 11px;
  }
}
.poll__answers li {
  margin: 0 -6px 10px 0;
  position: relative;
  padding: 0 0 0 44px;
}
@media (min-width: 700px) {
  .poll__answers li {
    display: inline;
    padding: 0;
    margin: 0 6px 0 0;
  }
}
@media (min-width: 1025px) {
  .poll__answers li {
    margin: 0 10px 0 0;
  }
}
.poll__answers li:last-child {
  margin: 0 -6px 0 0;
}
@media (min-width: 700px) {
  .poll__answers li:last-child {
    margin: 0;
  }
}
.poll__answers li:nth-child(1) .icon {
  background-color: #FEBF3A;
}
.poll__answers li:nth-child(1) .disabled:not(.selected) .icon {
  background-color: rgba(254, 191, 58, 0.2);
}
.poll__answers li:nth-child(2):before {
  background-color: #12C477;
}
.poll__answers li:nth-child(2) label:before {
  content: "b";
}
.poll__answers li:nth-child(2) .icon {
  background-color: #12C477;
}
.poll__answers li:nth-child(2) .disabled:not(.selected) .icon {
  background-color: rgba(18, 196, 119, 0.2);
}
.poll__answers li:nth-child(3):before {
  background-color: #FC7687;
}
.poll__answers li:nth-child(3) label:before {
  content: "c";
}
.poll__answers li:nth-child(3) .icon {
  background-color: #FC7687;
}
.poll__answers li:nth-child(3) .disabled:not(.selected) .icon {
  background-color: rgba(252, 118, 135, 0.2);
}
.poll__answers li:nth-child(4):before {
  background-color: #BCDADF;
}
.poll__answers li:nth-child(4) label:before {
  content: "d";
}
.poll__answers li:nth-child(4) .icon {
  background-color: #CDE3E7;
}
.poll__answers li:nth-child(4) .disabled:not(.selected) .icon {
  background-color: rgba(205, 227, 231, 0.2);
}
.poll__bar-holder {
  display: none;
  padding: 21px 0 0;
}
@media (min-width: 700px) {
  .poll__bar-holder {
    padding: 14px 0 0;
  }
}
@media (min-width: 1025px) {
  .poll__bar-holder {
    padding: 32px 0 0;
  }
}
.poll__bar {
  font-size: 10px;
  line-height: 1.2;
  margin: 0 0 23px;
}
@media (min-width: 700px) {
  .poll__bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 24px;
  }
}
@media (min-width: 1025px) {
  .poll__bar {
    font-size: 16px;
    margin: 0 0 28px;
  }
}
.poll__bar .line {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px;
  color: #4A4A4A;
  background-color: rgba(254, 191, 58, 0.3);
}
@media (min-width: 1025px) {
  .poll__bar .line {
    height: 33px;
    padding: 7px 10px;
  }
}
.poll__bar .line span:nth-child(2) {
  display: none;
}
.poll__bar .line:not(.checked) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 56px;
}
.poll__bar .line.checked {
  color: #000000;
  background-color: #FEBF3A;
  border: 1px solid #000000;
}
.poll__bar .line.checked span:nth-child(2) {
  display: inline;
}
.poll__bar .line-holder {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.poll__bar .answer-2 {
  background-color: rgba(18, 196, 119, 0.3);
}
.poll__bar .answer-2.checked {
  background-color: #12C477;
}
.poll__bar .answer-3 {
  background-color: rgba(252, 118, 135, 0.3);
}
.poll__bar .answer-3.checked {
  background-color: #FC7687;
}
.poll__bar .answer-4 {
  background-color: rgba(205, 227, 231, 0.3);
}
.poll__bar .answer-4.checked {
  background-color: #CDE3E7;
}
.poll__notification {
  display: inline-block;
  vertical-align: top;
  font: 700 15px/1.15 halyard-text, sans-serif;
  background: none;
  color: #000000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 1025px) {
  .poll__notification {
    font-size: 20px;
  }
}
.poll__notification:after {
  content: "\e90a";
  font-family: "icomoon";
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  margin: 7px 0 0 6px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media (min-width: 1025px) {
  .poll__notification:after {
    margin: 9px 0 0 16px;
    font-size: 12px;
  }
}
.poll__notification:hover {
  color: #0036F9;
}
.poll__notification:hover:after {
  margin: 7px 0 0 10px;
}
@media (min-width: 1025px) {
  .poll__notification:hover:after {
    margin: 9px 0 0 21px;
  }
}

.hero-home .poll__answers .ou-form .form__item.form--actions {
  margin-bottom: 0;
}
.hero-home .poll__answers .ou-form legend {
  display: none !important;
}
.hero-home .poll__answers .ou-form .form--actions {
  background-color: transparent;
}
.hero-home .poll__answers .ou-form .form--actions:before, .hero-home .poll__answers .ou-form .form--actions:after {
  content: none;
}
.hero-home .poll__answers .ou-form .form--actions .cta--button {
  padding: 0.5em 1.5em;
}
.hero-home .poll__answers .ou-form .form__radio {
  display: block;
  font-size: 20px;
  margin: 0 -6px 10px 0;
  position: relative;
  padding: 0 0 0 44px;
}
@media (min-width: 700px) {
  .hero-home .poll__answers .ou-form .form__radio {
    display: inline-block;
    font-size: 23px;
    padding: 0 0 0 44px;
    margin: 0 6px 0 0;
  }
}
@media (min-width: 1025px) {
  .hero-home .poll__answers .ou-form .form__radio {
    margin: 0 10px 5px 0;
    font-size: 40px;
    padding: 0;
  }
}
.hero-home .poll__answers .ou-form .form__radio:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  display: block;
  width: 31px;
  height: 31px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #FEBF3A;
  text-align: center;
  font: 700 21px/1.2 halyard-micro, sans-serif;
}
@media (min-width: 700px) {
  .hero-home .poll__answers .ou-form .form__radio:before {
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    font-size: 17px;
  }
}
@media (min-width: 1025px) {
  .hero-home .poll__answers .ou-form .form__radio:before {
    width: 37px;
    height: 37px;
    font-size: 24px;
  }
}
@media (min-width: 1201px) {
  .hero-home .poll__answers .ou-form .form__radio:before {
    width: 46px;
    height: 46px;
    font-size: 30px;
  }
}
.hero-home .poll__answers .ou-form .form__radio:after {
  content: "";
  position: absolute;
  top: 65%;
  left: 0;
  display: block;
  text-align: center;
  font: 700 21px/1.2 halyard-micro, sans-serif;
  width: 31px;
  height: 31px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 700px) {
  .hero-home .poll__answers .ou-form .form__radio:after {
    font-size: 17px;
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .hero-home .poll__answers .ou-form .form__radio:after {
    width: 37px;
    height: 37px;
    font-size: 24px;
  }
}
@media (min-width: 1201px) {
  .hero-home .poll__answers .ou-form .form__radio:after {
    width: 46px;
    height: 46px;
    font-size: 30px;
  }
}
.hero-home .poll__answers .ou-form .form__radio:nth-child(2) .icon, .hero-home .poll__answers .ou-form .form__radio:nth-child(6) .icon {
  background-color: #FEBF3A;
}
.hero-home .poll__answers .ou-form .form__radio:nth-child(2):after, .hero-home .poll__answers .ou-form .form__radio:nth-child(6):after {
  content: "a";
}
.hero-home .poll__answers .ou-form .form__radio:nth-child(2) .disabled:not(.selected) .icon, .hero-home .poll__answers .ou-form .form__radio:nth-child(6) .disabled:not(.selected) .icon {
  background-color: rgba(254, 191, 58, 0.2);
}
.hero-home .poll__answers .ou-form .form__radio:nth-child(3):before {
  background-color: #12C477;
}
.hero-home .poll__answers .ou-form .form__radio:nth-child(3):after {
  content: "b";
}
.hero-home .poll__answers .ou-form .form__radio:nth-child(3) .icon {
  background-color: #12C477;
}
.hero-home .poll__answers .ou-form .form__radio:nth-child(3) .disabled:not(.selected) .icon {
  background-color: rgba(18, 196, 119, 0.2);
}
.hero-home .poll__answers .ou-form .form__radio:nth-child(4):before {
  background-color: #FC7687;
}
.hero-home .poll__answers .ou-form .form__radio:nth-child(4):after {
  content: "c";
}
.hero-home .poll__answers .ou-form .form__radio:nth-child(5):before {
  background-color: #BCDADF;
}
.hero-home .poll__answers .ou-form .form__radio:nth-child(5):after {
  content: "d";
}
.hero-home .poll__answers .ou-form .form__radio:nth-child(5) .disabled:not(.selected) .icon {
  background-color: rgba(205, 227, 231, 0.2);
}
.hero-home .poll__answers .ou-form .form__radio label {
  display: inline-block;
  padding-left: 0;
  font-weight: 350;
  margin: 0;
  line-height: 1.3;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(transparent));
  background-image: -o-linear-gradient(right, transparent, transparent);
  background-image: linear-gradient(to left, transparent, transparent);
  background-position: 0% 93%;
  background-repeat: no-repeat;
  background-size: 0% 3px;
  cursor: pointer;
  -webkit-transition: background-size 500ms;
  -o-transition: background-size 500ms;
  transition: background-size 500ms;
}
@media screen and (min-width: 1025px) {
  .hero-home .poll__answers .ou-form .form__radio label {
    margin-left: 60px;
  }
}
.hero-home .poll__answers .ou-form .form__radio label:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
  -webkit-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  background-size: 100% 3px;
}
.hero-home .poll__answers .ou-form .form__radio label:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #000000;
  border-radius: 0;
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
@media (min-width: 700px) {
  .hero-home .poll__answers .ou-form .form__radio label:after {
    margin: 0 0 0 5px;
  }
}
@media (min-width: 1025px) {
  .hero-home .poll__answers .ou-form .form__radio label:after {
    border-width: 6px 0 6px 6px;
    margin: 0 0 0 9px;
  }
}
.locked .hero-home .poll__answers .ou-form .form__radio label:after {
  border-color: transparent transparent transparent #7f7f7f;
}
.hero-home .poll__answers .ou-form input[type=radio] {
  background-color: transparent;
}
.hero-home .poll__answers .ou-form input[type=radio]:checked + label {
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
  background-size: 100% 3px;
}
.hero-home .poll__answers .ou-form input[type=radio]:checked + label:after {
  background-color: transparent;
}

.home-modal {
  position: fixed;
  z-index: 10;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 290px;
  width: calc(100% - 30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  height: calc(100vh - 45px);
  overflow: auto;
}
@media (min-width: 700px) {
  .home-modal {
    height: calc(100vh - 70px);
    top: 70px;
    width: 640px;
    width: calc(100% - 60px);
  }
}
@media (min-width: 1025px) {
  .home-modal {
    height: calc(100vh - 124px);
    top: 124px;
    width: 1100px;
    width: calc(100% - 100px);
  }
}
.modal-open .home-modal {
  opacity: 1;
  visibility: visible;
}

.overlay {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F3F1F1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 115px;
  background-color: #FFFFFF;
}
@media (min-width: 700px) {
  .overlay:before {
    height: 182px;
  }
}
@media (min-width: 1025px) {
  .overlay:before {
    height: 339px;
  }
}
.modal-open .overlay {
  opacity: 1;
  visibility: visible;
}

.slider-modal:before {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 0;
  width: 179px;
  height: 58px;
  background-color: #FEBF3A;
}
@media (min-width: 700px) {
  .slider-modal:before {
    width: 50%;
    height: 139px;
    top: 236px;
    left: auto;
    right: 0;
  }
}
@media (min-width: 1025px) {
  .slider-modal:before {
    top: 428px;
    height: 204px;
  }
}
.slider-modal iframe {
  background: #000000;
}
.slider-modal__item-holder {
  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 (min-width: 700px) {
  .slider-modal__item-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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.slider-modal .vid-inline__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-modal .vid-inline__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slider-modal .vid-inline__cover:after {
  right: auto;
  left: 0;
  width: 50px;
  height: 50px;
}
@media (min-width: 700px) {
  .slider-modal .vid-inline__cover:after {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1025px) {
  .slider-modal .vid-inline__cover:after {
    width: 97px;
    height: 97px;
  }
}
.slider-modal .vid-inline__cover:before {
  margin: 0;
  right: auto;
  bottom: 16px;
  left: 21px;
  border-width: 9px 0 9px 13px;
}
@media (min-width: 700px) {
  .slider-modal .vid-inline__cover:before {
    border-width: 11px 0 11px 15px;
    bottom: 19px;
    left: 25px;
  }
}
@media (min-width: 1025px) {
  .slider-modal .vid-inline__cover:before {
    border-width: 17.5px 0 17.5px 25px;
    bottom: 32px;
    left: 41px;
  }
}
.slider-modal__video {
  position: relative;
  height: 150px;
  margin: 0;
}
@media (min-width: 700px) {
  .slider-modal__video {
    width: 50%;
    height: 236px;
  }
}
@media (min-width: 1025px) {
  .slider-modal__video {
    height: 428px;
  }
}
.slider-modal__content {
  background-color: #FFFFFF;
  border: 2px solid #000000;
  padding: 13px 20px 19px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 700px) {
  .slider-modal__content {
    width: 50%;
    padding: 30px 28px 37px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1025px) {
  .slider-modal__content {
    font-size: 33px;
    line-height: 1.24;
    padding: 59px 48px 68px;
  }
}
.slider-modal__question-block {
  margin: 0 0 25px;
}
@media (min-width: 700px) {
  .slider-modal__question-block {
    margin: 0 0 27px;
  }
}
@media (min-width: 1025px) {
  .slider-modal__question-block {
    margin: 0 0 51px;
  }
}
.slider-modal__question {
  display: block;
  font-size: 16px;
  line-height: 1.19;
  margin: 0 0 15px;
}
@media (min-width: 700px) {
  .slider-modal__question {
    font-size: 20px;
    line-height: 1.45;
  }
}
@media (min-width: 1025px) {
  .slider-modal__question {
    font-size: 33px;
    line-height: 1.25;
    margin: 0 0 36px;
  }
}
.slider-modal__answer {
  display: block;
  font: italic 14px/1.36 halyard-text, sans-serif;
  margin: 0 0 20px;
}
@media (min-width: 700px) {
  .slider-modal__answer {
    font-size: 18px;
    line-height: 1.28;
    margin: 0 0 16px;
  }
}
@media (min-width: 1025px) {
  .slider-modal__answer {
    font-size: 25px;
    line-height: 1.4;
    margin: 0 0 37px;
  }
}
.slider-modal .cta--button {
  font: 700 12px/1.2 halyard-text, sans-serif;
  padding: 5px 26px 4px;
}
@media (min-width: 700px) {
  .slider-modal .cta--button {
    font-size: 17px;
    padding: 8px 33px;
  }
}
@media (min-width: 1025px) {
  .slider-modal .cta--button {
    font-size: 19px;
    padding: 9px 37px;
  }
}
.slider-modal .title {
  text-transform: uppercase;
  font: 500 12px/1.2 halyard-text, sans-serif;
  position: relative;
  margin: 0 0 14px;
  z-index: 0;
}
@media (min-width: 700px) {
  .slider-modal .title {
    margin: 0 0 28px;
  }
}
@media (min-width: 1025px) {
  .slider-modal .title {
    font-size: 16px;
    margin: 0 0 31px;
  }
}
.slider-modal .title:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  right: 35px;
  height: 1px;
  background-color: #000000;
  z-index: -1;
}
@media (min-width: 1025px) {
  .slider-modal .title:after {
    top: 12px;
    left: 0;
    right: 64px;
  }
}
.slider-modal .title span {
  display: inline-block;
  vertical-align: top;
  background-color: #FFFFFF;
  padding: 0 9px 0 0;
}
@media (min-width: 1025px) {
  .slider-modal .title span {
    padding: 0 29px 0 0;
  }
}
.slider-modal .title span:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  width: 22px;
  height: 22px;
}
@media (min-width: 1025px) {
  .slider-modal .title span:before {
    width: 40px;
    height: 40px;
    top: -9px;
  }
}
@media (min-width: 1025px) {
  .slider-modal .title span:before {
    width: 44px;
    height: 44px;
    top: -10px;
  }
}
.slider-modal .title span:after {
  content: "\e90d";
  font-family: "icomoon";
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 7px;
  line-height: 1;
  font-weight: normal;
}
@media (min-width: 1025px) {
  .slider-modal .title span:after {
    top: 4px;
    right: 16px;
    font-size: 14px;
  }
}
.slider-modal blockquote {
  margin: 0;
}
.slider-modal q {
  quotes: none;
  display: block;
  font: 16px/1.19 halyard-micro, sans-serif;
  padding: 0 0 18px;
  border-bottom: 1px solid #000000;
  margin: 0 0 13px;
}
@media (min-width: 700px) {
  .slider-modal q {
    font-size: 20px;
    line-height: 1.15;
  }
}
@media (min-width: 1025px) {
  .slider-modal q {
    font-size: 30px;
    line-height: 1.17;
    border: none;
    margin: 0 0 34px;
  }
}
.slider-modal cite {
  display: block;
  font: 12px/1.2 halyard-text, sans-serif;
}
@media (min-width: 1025px) {
  .slider-modal cite {
    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-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
}
.slider-modal cite span {
  display: block;
}
.slider-modal .name {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 3px;
}
@media (min-width: 1025px) {
  .slider-modal .name:after {
    content: "|";
    display: inline-block;
    vertical-align: top;
    margin: 0 26px;
  }
}
.slider-modal .close {
  position: absolute;
  font-size: 0;
  line-height: 0;
  width: 28px;
  height: 28px;
  top: 0;
  right: 0;
  background: #000000;
  z-index: 3;
  border: none;
}
@media (min-width: 700px) {
  .slider-modal .close {
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 1025px) {
  .slider-modal .close {
    width: 62px;
    height: 62px;
  }
}
.slider-modal .close:before, .slider-modal .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 9px;
  height: 1px;
  background-color: #FFFFFF;
}
@media (min-width: 700px) {
  .slider-modal .close:before, .slider-modal .close:after {
    width: 12px;
  }
}
@media (min-width: 1025px) {
  .slider-modal .close:before, .slider-modal .close:after {
    width: 20px;
    height: 2px;
  }
}
.slider-modal .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
       -o-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.slider-modal .slick-arrow {
  top: auto;
  bottom: -46px;
  right: auto;
  left: 17px;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  text-indent: 0;
  height: auto;
  width: auto;
  color: #000000;
  text-transform: uppercase;
  font: 500 14px/1.2 halyard-text, sans-serif;
}
@media (min-width: 700px) {
  .slider-modal .slick-arrow {
    bottom: auto;
    top: 345px;
    left: 334px;
    left: 50%;
    margin: 0 0 0 15px;
  }
}
@media (min-width: 1025px) {
  .slider-modal .slick-arrow {
    font-size: 16px;
    top: 587px;
    margin: 0 0 0 25px;
  }
}
.slider-modal .slick-arrow:after {
  content: "\e90a";
  font-family: "icomoon";
  font-size: 9px;
  line-height: 1;
  width: auto;
  height: auto;
  position: static;
  background: none;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 0 10px;
}
@media (min-width: 700px) {
  .slider-modal .slick-arrow:after {
    font-size: 10px;
    margin: 6px 0 0 7px;
  }
}
@media (min-width: 1025px) {
  .slider-modal .slick-arrow:after {
    font-size: 12px;
    margin: 7px 0 0 16px;
  }
}
.slider-modal .slick-arrow.slick-prev {
  display: none !important;
}
.slider-modal .slides-number {
  position: absolute;
  bottom: -29px;
  left: 17px;
  font: italic 12px/1.2 halyard-text, sans-serif;
}
@media (min-width: 700px) {
  .slider-modal .slides-number {
    bottom: auto;
    top: 330px;
    left: 334px;
    left: 50%;
    margin: 0 0 0 15px;
  }
}
@media (min-width: 1025px) {
  .slider-modal .slides-number {
    top: 557px;
    margin: 0 0 0 25px;
  }
}

body.open-modal {
  overflow: hidden;
}

.insta-feat {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  border: none;
  margin-bottom: 2em;
  padding: 0;
}
@media screen and (min-width: 700px) {
  .insta-feat {
    margin-bottom: calc(62px + 4em);
  }
}
@media screen and (min-width: 1025px) {
  .insta-feat {
    padding: 112px 0 0;
    margin-bottom: calc(112px + 4em);
  }
}
@media screen and (min-width: 450px) and (max-width: 699px) {
  .insta-feat__inner {
    width: 450px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 700px) {
  .insta-feat__inner {
    position: relative;
    width: 100vw;
    height: calc(75vw - 62px);
    margin-bottom: calc(62px + 4.8em);
  }
}
@media screen and (min-width: 1025px) {
  .insta-feat__inner {
    height: calc(75vw - 112px);
    margin-bottom: calc(112px + 4.8em);
  }
}
@media screen and (min-width: 1600px) {
  .insta-feat__inner {
    height: 1088px;
    margin-bottom: calc(112px + 4.8em);
  }
}
@media screen and (min-width: 1600px) {
  .insta-feat__inner {
    width: 1600px;
    margin: 0 auto;
  }
}
.insta-feat__cta {
  position: relative;
  display: block;
  width: 50vw;
  height: 50vw;
  margin: 0 0 0 auto;
  border-radius: 100%;
  background-color: #FC7687;
  background-image: none;
  -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: 450px) and (max-width: 699px) {
  .insta-feat__cta {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 700px) {
  .insta-feat__cta {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 25vw;
    height: 25vw;
  }
}
@media screen and (min-width: 1600px) {
  .insta-feat__cta {
    width: calc(1600px / 4);
    height: calc(1600px / 4);
  }
}
.insta-feat__cta:hover {
  background-color: #000000;
}
.insta-feat__cta:hover span {
  color: #FFFFFF;
}
.insta-feat__cta:hover span:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.insta-feat__cta span {
  font-family: halyard-text, sans-serif;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 1.5em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000000;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .insta-feat__cta span {
    font-size: 30px;
  }
}
.insta-feat__cta span:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: url("/_resources/assets/icons/instagram.svg") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .insta-feat__cta span:before {
    width: 40px;
    height: 40px;
  }
}
.insta-feat .instagram__feed {
  margin: 0;
}
@media screen and (max-width: 699px) {
  .insta-feat .instagram__feed {
    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;
  }
}
.insta-feat .instagram__tile {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  font-size: 0;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .insta-feat .instagram__tile {
    display: inline-block;
  }
}
.insta-feat .instagram__tile:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  background: url("/_resources/assets/icons/instagram-circle.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}
@media (min-width: 1025px) {
  .insta-feat .instagram__tile:before {
    width: 40px;
    height: 40px;
  }
}
.insta-feat .instagram__tile:nth-child(1) {
  border-radius: 100%;
}
@media screen and (min-width: 700px) {
  .insta-feat .instagram__tile:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.insta-feat .instagram__tile:nth-child(1):before {
  top: 15%;
  right: 15%;
}
@media screen and (min-width: 700px) {
  .insta-feat .instagram__tile:nth-child(2) {
    position: absolute;
    top: 0;
    left: 25%;
  }
}
@media screen and (min-width: 700px) {
  .insta-feat .instagram__tile:nth-child(3) {
    position: absolute;
    top: -62px;
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .insta-feat .instagram__tile:nth-child(3) {
    top: -112px;
  }
}
@media screen and (min-width: 700px) {
  .insta-feat .instagram__tile:nth-child(4) {
    position: absolute;
    top: 25vw;
    left: 0;
  }
}
@media screen and (min-width: 1600px) {
  .insta-feat .instagram__tile:nth-child(4) {
    top: 400px;
  }
}
.insta-feat .instagram__tile:nth-child(1), .insta-feat .instagram__tile:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50vw;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50vw;
          flex: 0 0 50vw;
  height: 50vw;
}
@media screen and (min-width: 450px) and (max-width: 699px) {
  .insta-feat .instagram__tile:nth-child(1), .insta-feat .instagram__tile:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(450px / 2);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(450px / 2);
            flex: 0 0 calc(450px / 2);
    height: calc(450px / 2);
  }
}
@media screen and (min-width: 700px) {
  .insta-feat .instagram__tile:nth-child(1), .insta-feat .instagram__tile:nth-child(2) {
    width: 25vw;
    height: 25vw;
    margin-top: 4em;
  }
}
@media screen and (min-width: 1600px) {
  .insta-feat .instagram__tile:nth-child(1), .insta-feat .instagram__tile:nth-child(2) {
    width: calc(1600px / 4);
    height: calc(1600px / 4);
  }
}
.insta-feat .instagram__tile:nth-child(3), .insta-feat .instagram__tile:nth-child(4) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100vw;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100vw;
          flex: 0 0 100vw;
  height: 100vw;
}
@media screen and (min-width: 450px) and (max-width: 699px) {
  .insta-feat .instagram__tile:nth-child(3), .insta-feat .instagram__tile:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 450px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
    height: 450px;
  }
}
@media screen and (min-width: 700px) {
  .insta-feat .instagram__tile:nth-child(3), .insta-feat .instagram__tile:nth-child(4) {
    width: 50vw;
    height: 50vw;
  }
}
@media screen and (min-width: 1600px) {
  .insta-feat .instagram__tile:nth-child(3), .insta-feat .instagram__tile:nth-child(4) {
    width: calc(1600px / 2);
    height: calc(1600px / 2);
  }
}
.insta-feat .instagram__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline-offset: -1px;
}
.insta-feat .instagram__link:before, .insta-feat .instagram__link:after {
  content: none;
}

.bootstrp {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-bottom: 3.8em;
}
@media screen and (min-width: 700px) {
  .bootstrp {
    margin-bottom: 2em;
  }
}
.bootstrp__inner {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .bootstrp__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.bootstrp__top {
  border-top: 2px solid #000000;
  padding-bottom: 1.2em;
  padding-top: 1.2em;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 699px) {
  .bootstrp__top {
    border-bottom: 1px solid #000000;
  }
}
@media screen and (min-width: 700px) {
  .bootstrp__top {
    padding-top: 3em;
    padding-bottom: 1.9em;
    margin-bottom: 0;
  }
}
.bootstrp__header {
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .bootstrp__header {
    margin-bottom: 0.4em;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp__header {
    font-size: 45px;
    margin-bottom: 0.25em;
  }
}
@media screen and (min-width: 700px) {
  .bootstrp__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 700px) {
  .bootstrp .item {
    border-top: 1px solid #000000;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.65%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 32.65%;
            flex: 0 0 32.65%;
  }
}
@media screen and (max-width: 699px) {
  .bootstrp .item:not(:last-of-type) {
    padding-bottom: 2.2em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #000000;
  }
}
@media screen and (min-width: 700px) {
  .bootstrp .item:not(:last-of-type) {
    margin-right: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp .item:not(:last-of-type) {
    margin-right: 1%;
  }
}
.bootstrp .item__header {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 1025px) {
  .bootstrp .item__header {
    font-size: 20px;
  }
}
.bootstrp .item__body {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 700px) {
  .bootstrp .item__body {
    margin-bottom: 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp .item__body {
    font-size: 15px;
  }
}
.bootstrp .item__btn {
  font-family: halyard-text, sans-serif;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  background: #000000;
  padding: 0.45em 1.6em;
  overflow: hidden;
  z-index: 0;
  letter-spacing: 0.05em;
  font-size: 19px;
  padding: 0.18em 2.3em;
  outline-color: #000000;
}
@media screen and (min-width: 700px) {
  .bootstrp .item__btn {
    padding: 0.3em 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp .item__btn {
    padding: 0.2em 1.5em;
  }
}
.bootstrp .item__btn:before, .bootstrp .item__btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0036F9;
  z-index: -1;
}
.bootstrp .item__btn:after {
  left: -100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.bootstrp .item__btn:hover:after {
  left: 0;
}
.bootstrp .item__btn span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .bootstrp .item__btn span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp .item__btn span {
    font-size: 20px;
  }
}
@media screen and (min-width: 700px) {
  .bootstrp .item__btn {
    width: 100%;
    max-width: 207px;
    padding: 0.1em 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp .item__btn {
    max-width: 236px;
  }
}
.bootstrp .item__image {
  position: relative;
  margin-bottom: 20px;
}
.bootstrp .item__image img {
  width: 100%;
}
.bootstrp--70-30 .item:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.35%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 66.35%;
          flex: 0 0 66.35%;
}
.bootstrp--50-50 .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47.5%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
}
@media screen and (min-width: 1025px) {
  .bootstrp--50-50 .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 49.5%;
            flex: 0 0 49.5%;
  }
}

.bootstrp-card {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-bottom: 3.8em;
}
.bootstrp-card__inner {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .bootstrp-card__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp-card__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.bootstrp-card__top {
  border-top: 2px solid #000000;
  padding-bottom: 1.2em;
  padding-top: 1.2em;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 699px) {
  .bootstrp-card__top {
    border-bottom: 1px solid #000000;
  }
}
@media screen and (min-width: 700px) {
  .bootstrp-card__top {
    padding-top: 3em;
    padding-bottom: 1.9em;
    margin-bottom: 0;
  }
}
.bootstrp-card__header {
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .bootstrp-card__header {
    margin-bottom: 0.4em;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp-card__header {
    font-size: 45px;
    margin-bottom: 0.25em;
  }
}
@media screen and (min-width: 700px) {
  .bootstrp-card__content {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 1.8rem;
    display: -ms-grid;
    display: grid;
  }
}
.bootstrp-card .item {
  position: relative;
}
@media screen and (max-width: 699px) {
  .bootstrp-card .item:not(:last-of-type) {
    padding-bottom: 2.2em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #000000;
  }
}
@media screen and (min-width: 700px) {
  .bootstrp-card .item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.bootstrp-card .item__header {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0.1em;
}
@media screen and (min-width: 1025px) {
  .bootstrp-card .item__header {
    font-size: 20px;
  }
}
.bootstrp-card .item__img {
  width: 100%;
  margin-bottom: 1em;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.bootstrp-card .item__body {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 700px) {
  .bootstrp-card .item__body {
    margin-bottom: 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp-card .item__body {
    font-size: 15px;
  }
}
.bootstrp-card .item__btn {
  font-family: halyard-text, sans-serif;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  background: #000000;
  padding: 0.45em 1.6em;
  overflow: hidden;
  z-index: 0;
  letter-spacing: 0.05em;
  font-size: 19px;
  padding: 0.18em 2.3em;
}
@media screen and (min-width: 700px) {
  .bootstrp-card .item__btn {
    padding: 0.3em 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp-card .item__btn {
    padding: 0.2em 1.5em;
  }
}
.bootstrp-card .item__btn:before, .bootstrp-card .item__btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0036F9;
  z-index: -1;
}
.bootstrp-card .item__btn:after {
  left: -100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.bootstrp-card .item__btn:hover:after {
  left: 0;
}
.bootstrp-card .item__btn span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .bootstrp-card .item__btn span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp-card .item__btn span {
    font-size: 20px;
  }
}
@media screen and (min-width: 700px) {
  .bootstrp-card .item__btn {
    width: 100%;
    max-width: 207px;
    padding: 0.1em 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp-card .item__btn {
    max-width: 236px;
  }
}
.bootstrp-card .item a {
  color: #000000;
}
.bootstrp-card .item a img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.bootstrp-card .item a .link--arrow {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.bootstrp-card .item a:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
       -o-transform: scale(1.02);
          transform: scale(1.02);
}
.bootstrp-card .item a:hover .link--arrow {
  color: #0036F9;
}
.bootstrp-card .item a:hover .arrow {
  right: -11px;
  border-color: transparent transparent transparent #0036F9;
}
@media screen and (min-width: 700px) {
  .bootstrp-card--small .bootstrp-card__content {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp-card--small .bootstrp-card__content {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 700px) {
  .bootstrp-card--medium .bootstrp-card__content {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 700px) {
  .bootstrp-card--large .bootstrp-card__content {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp-card--large .bootstrp-card__content {
    -ms-grid-columns: 1fr 26px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
}

/**
 * @file
 * Bootstrap Toolbox
 *
 * Styles for Bootstrap Toolbox display object.
 */
.bootstrp-toolbox {
  border-top: 3px solid #000000;
  padding: 28px 0 0;
  margin: 0 0 42px;
}
@media (min-width: 700px) {
  .bootstrp-toolbox {
    max-width: 322px;
    margin: 0 0 60px;
  }
}
@media (min-width: 1025px) {
  .bootstrp-toolbox {
    max-width: 360px;
    padding: 19px 0 0;
    margin: 0 0 62px;
  }
}
.bootstrp-toolbox__header {
  margin: 0 0 19px;
}
@media (min-width: 700px) {
  .bootstrp-toolbox__header {
    margin: 0 0 13px;
  }
}
@media (min-width: 1025px) {
  .bootstrp-toolbox__header {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 1025px) {
  .bootstrp-toolbox__header h2 {
    font-size: 34px;
  }
}
.bootstrp-toolbox__header h2:before, .bootstrp-toolbox__header h2:after {
  display: none;
}
.bootstrp-toolbox__intro {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 12px;
}
@media (min-width: 700px) {
  .bootstrp-toolbox__intro {
    margin: 0 0 19px;
  }
}
@media (min-width: 1025px) {
  .bootstrp-toolbox__intro {
    font-size: 17px;
    margin: 0 0 26px;
  }
}
.bootstrp-toolbox__content {
  font-size: 12px;
  line-height: 1.2;
}
@media (min-width: 700px) {
  .bootstrp-toolbox__content {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .bootstrp-toolbox__content {
    font-size: 17px;
  }
}
.bootstrp-toolbox__item {
  padding: 10px 0 13px;
  border-top: 1px solid #000000;
  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-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 700px) {
  .bootstrp-toolbox__item {
    padding: 17px 0 11px;
  }
}
@media (min-width: 1025px) {
  .bootstrp-toolbox__item {
    padding: 19px 0 14px;
  }
}
.bootstrp-toolbox__item:last-of-type {
  border-bottom: 1px solid #000000;
}
.bootstrp-toolbox__item:nth-child(2n) {
  background-color: #F3F1F1;
}
.bootstrp-toolbox__title {
  width: 50%;
  font: 600 16px/1.2 halyard-text, sans-serif;
  padding: 0 10px 0 0;
}
@media (min-width: 700px) {
  .bootstrp-toolbox__title {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .bootstrp-toolbox__title {
    font-size: 20px;
    width: 66%;
  }
}

.boot-img-grid {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-bottom: 3.8em;
}
@media screen and (min-width: 700px) {
  .boot-img-grid {
    margin-bottom: 0;
  }
}
.boot-img-grid__inner {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .boot-img-grid__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .boot-img-grid__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.boot-img-grid__top {
  border-top: 2px solid #000000;
  padding-bottom: 1.2em;
  padding-top: 1.2em;
}
@media screen and (min-width: 700px) {
  .boot-img-grid__top {
    padding-top: 3em;
    padding-bottom: 1.9em;
    margin-bottom: 0;
  }
}
.boot-img-grid__header {
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .boot-img-grid__header {
    margin-bottom: 0.4em;
  }
}
@media screen and (min-width: 1025px) {
  .boot-img-grid__header {
    font-size: 45px;
    margin-bottom: 0.25em;
  }
}
@media screen and (min-width: 700px) {
  .boot-img-grid__content {
    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;
  }
}
.boot-img-grid .item {
  position: relative;
  border: 1px solid #000000;
  overflow-y: hidden;
  padding-bottom: 100%;
}
@media screen and (max-width: 699px) {
  .boot-img-grid .item {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 700px) {
  .boot-img-grid .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    padding-bottom: 36.5%;
    margin-bottom: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  .boot-img-grid .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.8%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 32.8%;
            flex: 0 0 32.8%;
    padding-bottom: 33.5%;
    margin-bottom: 0.7em;
  }
}
@media screen and (min-width: 700px) {
  .boot-img-grid .item:nth-child(3n+2) {
    margin-right: 2%;
    margin-left: 2%;
  }
}
@media screen and (min-width: 1025px) {
  .boot-img-grid .item:nth-child(3n+2) {
    margin-right: 0.8%;
    margin-left: 0.8%;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 700px), screen and (-ms-high-contrast: none) and (min-width: 700px) {
  .boot-img-grid .item:nth-child(3n+2) {
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1025px), screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .boot-img-grid .item:nth-child(3n+2) {
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
}
.boot-img-grid .item:nth-child(2) .btn, .boot-img-grid .item:nth-child(5) .btn {
  background-color: #FEBF3A;
}
.boot-img-grid .item:nth-child(3) .btn, .boot-img-grid .item:nth-child(6) .btn {
  background-color: #FC7687;
}
.boot-img-grid .item__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.boot-img-grid .item__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-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: calc(100vw - 30px);
  overflow: hidden;
}
.boot-img-grid .item__dropdown {
  position: absolute;
  padding: 15px 15px 0;
  bottom: auto;
  top: 100vw;
  height: 100%;
  overflow: scroll;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  .boot-img-grid .item__dropdown {
    padding: 20px 20px 0;
  }
}
.boot-img-grid .item__dropdown[aria-hidden=false] {
  visibility: visible;
  bottom: auto;
  top: 0;
  -webkit-transition: top 0.3s ease, visibility 0s;
  -o-transition: top 0.3s ease, visibility 0s;
  transition: top 0.3s ease, visibility 0s;
}
.boot-img-grid .item__dropdown[aria-hidden=true] {
  visibility: hidden;
  -webkit-transition: bottom 0.3s ease, visibility 0s 0.3s;
  -o-transition: bottom 0.3s ease, visibility 0s 0.3s;
  transition: bottom 0.3s ease, visibility 0s 0.3s;
}
.boot-img-grid .item__dropdown:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -1;
}
.boot-img-grid .item__dropdown-inner {
  padding-bottom: 60px;
}
@media screen and (min-width: 700px) {
  .boot-img-grid .item__dropdown-inner {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .boot-img-grid .item__dropdown-inner {
    padding-bottom: 100px;
  }
}
.boot-img-grid .item__toggle {
  z-index: 1;
  text-align: left;
  font-family: halyard-text, sans-serif;
  font-weight: 600;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border: 0;
  width: 100%;
  padding: 1.3em 30px 1.3em 60px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -1px;
  padding: 0.7em 20px 0.7em 39px;
}
@media screen and (min-width: 1025px) {
  .boot-img-grid .item__toggle {
    padding: 1.1em 20px 0.9em 69px;
    font-size: 20px;
  }
}
.boot-img-grid .item__toggle[aria-expanded=true] .btn {
  background-color: transparent;
  border: 1px solid #000000;
}
.boot-img-grid .item__toggle[aria-expanded=true] .btn:after {
  display: none;
}
.boot-img-grid .item__toggle[aria-expanded=true] span:not(.btn) {
  opacity: 0;
}
.boot-img-grid .item__toggle:hover .btn {
  background-color: #000000;
  border: 1px solid #000000;
}
.boot-img-grid .item__toggle:hover .btn:before, .boot-img-grid .item__toggle:hover .btn:after {
  background-color: #FFFFFF;
}
.boot-img-grid .item__toggle .btn {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  background-color: #BCDADF;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .boot-img-grid .item__toggle .btn {
    left: 18px;
    width: 32px;
    height: 32px;
  }
}
.boot-img-grid .item__toggle .btn:before, .boot-img-grid .item__toggle .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1025px) {
  .boot-img-grid .item__toggle .btn:before, .boot-img-grid .item__toggle .btn:after {
    width: 18px;
    height: 2px;
  }
}
.boot-img-grid .item__toggle .btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
       -o-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.boot-img-grid .item__toggle span {
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.boot-img-grid .item__img {
  border-radius: 100%;
  width: 66px;
  height: 66px;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 700px) {
  .boot-img-grid .item__img {
    margin-bottom: 0.7em;
  }
}
.boot-img-grid .item__header {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.2em;
  margin-top: 0;
}
.boot-img-grid .item__body {
  line-height: 1.5;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 1025px) {
  .boot-img-grid .item__body {
    font-size: 15px;
  }
}
.boot-img-grid .item__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  z-index: -1;
}
.boot-img-grid .item__btn {
  display: inline-block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.boot-img-grid .item__btn .arrow {
  right: -30px;
  background-image: url("/_resources/assets/icons/arrow-pink.svg");
  width: 30px;
  height: 12px;
  border: none;
  background-size: 100% 100%;
  background-position: center center;
  -webkit-transition: right 0.3s ease, background-image 0.3s ease;
  -o-transition: right 0.3s ease, background-image 0.3s ease;
  transition: right 0.3s ease, background-image 0.3s ease;
}
@media screen and (min-width: 700px) {
  .boot-img-grid .item__btn .arrow {
    right: -24px;
  }
}
.boot-img-grid .item__btn:hover .arrow {
  background-image: url("/_resources/assets/icons/arrow-blue.svg");
  right: -35px;
}
.boot-img-grid .item.js-overflow .item__toggle[aria-expanded=true]:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  display: block;
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.fullbleed-img {
  margin-bottom: 3.4em;
}
@media screen and (min-width: 700px) {
  .fullbleed-img {
    margin-bottom: 2.6em;
  }
}
@media screen and (min-width: 1025px) {
  .fullbleed-img {
    margin-bottom: 6em;
  }
}
.fullbleed-img__wrapper {
  position: relative;
}
.fullbleed-img__content {
  border: 2px solid #000000;
  background-color: #FFFFFF;
  padding: 20px 15px;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (min-width: 700px) {
  .fullbleed-img__content {
    position: relative;
    z-index: 1;
    margin-top: -80px;
    width: calc(100% - 110px);
    padding: 21px 25px 33px;
  }
}
@media screen and (min-width: 1025px) {
  .fullbleed-img__content {
    width: calc(100% - 185px);
    margin-top: -134px;
    padding: 41px 45px 43px;
    font-size: 30px;
  }
}
@media (min-width: 700px) {
  .fullbleed-img .cta--button {
    min-width: 176px;
    padding: 8px 10px;
  }
}
@media (min-width: 1025px) {
  .fullbleed-img .cta--button {
    min-width: 260px;
  }
}

.img-feat-btn {
  margin-bottom: 3.5em;
}
@media screen and (min-width: 1025px) {
  .img-feat-btn {
    margin-bottom: 5.3em;
  }
}
@media screen and (min-width: 700px) {
  .img-feat-btn__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.img-feat-btn__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
@media screen and (min-width: 700px) {
  .img-feat-btn__img {
    padding-bottom: 50%;
  }
}
.img-feat-btn__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (min-width: 700px) {
  .img-feat-btn__img {
    width: 50%;
  }
}
@media screen and (min-width: 700px) {
  .img-feat-btn__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-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: 50%;
  }
}
.img-feat-btn__title-wrapper {
  background-color: #FFBB00;
  padding: 1.3em 20px;
}
@media screen and (min-width: 700px) {
  .img-feat-btn__title-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    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;
  }
}
@media screen and (min-width: 1025px) {
  .img-feat-btn__title-wrapper {
    padding: 3em 45px;
  }
}
.img-feat-btn__title {
  font-size: 22px;
  line-height: 1.1;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .img-feat-btn__title {
    font-size: 45px;
  }
}
.img-feat-btn__cta {
  position: relative;
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  background-image: none;
  background-color: #12C477;
  width: 95px;
  height: 95px;
  border-radius: 100%;
}
@media screen and (min-width: 700px) {
  .img-feat-btn__cta {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1025px) {
  .img-feat-btn__cta {
    width: 165px;
    height: 165px;
  }
}
.img-feat-btn__cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.img-feat-btn__cta span {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 1em;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
  color: #000000;
}
.img-feat-btn__cta span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 14px;
  background-image: url("/_resources/assets/icons/arrow-black.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-filter: invert(0);
          filter: invert(0);
}
.img-feat-btn__cta:hover:after {
  left: 0;
}
.img-feat-btn__cta:hover span {
  color: #FFFFFF;
}
.img-feat-btn__cta:hover span:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (min-width: 1025px) {
  .img-feat-btn__cta {
    width: 160px;
    height: 160px;
  }
}
.img-feat-btn__cta span {
  color: #000000;
  font-size: 10px;
  padding-bottom: 1.7em;
}
@media screen and (min-width: 700px) {
  .img-feat-btn__cta span {
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 1025px) {
  .img-feat-btn__cta span {
    font-size: 16px;
    padding-bottom: 1.3em;
  }
}
.img-feat-btn__cta span:after {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.discover__heading-block {
  padding: 0 15px;
  margin: 0 0 38px;
}
@media (min-width: 700px) {
  .discover__heading-block {
    padding-right: calc(50% + 18px);
    padding-left: 30px;
  }
}
@media (min-width: 1125px) {
  .discover__heading-block {
    padding-left: 50px;
    margin: 0 0 106px;
  }
}
@media (min-width: 1201px) {
  .discover__heading-block {
    padding-right: calc(50% + 160px);
    margin: 0 0 157px;
  }
}
@media (min-width: 2020px) {
  .discover__heading-block {
    margin: 0 0 300px;
  }
}
.discover__header {
  margin: 0 0 30px;
}
@media (min-width: 700px) {
  .discover__header {
    margin: 0 -100px 47px 0;
  }
}
@media (min-width: 1125px) {
  .discover__header {
    margin: 0 -100px 69px 0;
  }
}
.discover h2 {
  font: 900 30px/1.2 halyard-micro, sans-serif, sans-serif;
}
@media (min-width: 700px) {
  .discover h2 {
    font-size: 38px;
  }
}
@media (min-width: 1125px) {
  .discover h2 {
    font-size: 60px;
  }
}
.discover h2:before, .discover h2:after {
  bottom: -9px;
}
.discover h2:before {
  right: -50px;
}
@media (min-width: 700px) {
  .discover h2:before {
    right: -140px;
  }
}
@media (min-width: 1201px) {
  .discover h2:before {
    right: -190px;
  }
}
.discover__intro {
  font-size: 20px;
  line-height: 1.35;
  margin: 0;
}
@media (min-width: 700px) {
  .discover__intro {
    font-size: 25px;
    line-height: 1.36;
    min-height: 23vw;
  }
}
@media (min-width: 1125px) {
  .discover__intro {
    min-height: inherit;
    font-size: 40px;
    line-height: 1.25;
    visibility: visible !important;
  }
}
.discover *:focus {
  outline: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px white, inset -1px 0px 0px 2px black;
          box-shadow: inset 0px 0px 0px 1px white, inset -1px 0px 0px 2px black;
}
.discover__container {
  position: relative;
}
@media (min-width: 700px) {
  .discover__container:after {
    content: "";
    display: block;
    clear: both;
  }
}
.discover__container:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 30%;
  background-color: #CDE3E7;
  z-index: -1;
}
@media (min-width: 700px) {
  .discover__slot-1 {
    float: right;
    width: 50%;
    margin-top: -25vw;
    position: relative;
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1125px) {
  .discover__slot-1 {
    margin-top: -26.2vw;
  }
}
@media (min-width: 1201px) {
  .discover__slot-1 {
    margin-top: -17.6vw;
    padding: 0;
    min-height: 600px;
  }
  .discover__slot-1 .discover__item {
    min-height: 600px;
  }
}
.discover__slot-9 .discover__attendance, .discover__slot-2 .discover__attendance {
  margin-left: auto;
  right: 0;
}
.discover__attendance {
  padding: 100% 0 0;
  background-color: #0439f9;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
@media (min-width: 700px) {
  .discover__attendance {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
  }
}
@media (min-width: 1125px) {
  .discover__attendance {
    font-size: 20px;
  }
}
@media (min-width: 1201px) {
  .discover__attendance {
    width: 600px;
    height: 600px;
  }
}
.discover__attendance:hover {
  border-color: #000000;
  background-color: #FFFFFF;
  color: #000000;
}
.discover__attendance:hover .cta--button {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #FFFFFF;
}
.discover__attendance:hover .cta--button:before {
  background-color: #000000;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.discover__attendance:hover .cta--button:after {
  background-color: transparent;
}
.discover__attendance p {
  margin: 0 0 28px;
}
@media (min-width: 700px) {
  .discover__attendance p {
    margin: 0 0 32px;
  }
}
@media (min-width: 1125px) {
  .discover__attendance p {
    margin: 0 0 50px;
  }
}
.discover__attendance .number {
  display: block;
  font: 500 69px/1 halyard-micro, sans-serif;
  margin: 0 0 20px;
}
@media (min-width: 700px) {
  .discover__attendance .number {
    font-size: 76px;
    margin: 0 0 24px;
  }
}
@media (min-width: 1125px) {
  .discover__attendance .number {
    font-size: 136px;
    margin: 0 0 40px;
  }
}
.discover__attendance .holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
}
.discover__attendance .cta {
  color: #0036F9;
  font: 700 15px/1.2 halyard-text, sans-serif;
  padding: 7px 25px;
}
@media (min-width: 700px) {
  .discover__attendance .cta {
    font-size: 17px;
    padding: 8px 26px;
  }
}
@media (min-width: 1125px) {
  .discover__attendance .cta {
    font-size: 19px;
    padding: 9px 29px;
  }
}
.discover__attendance .cta:after {
  background-color: transparent;
}
.discover__attendance-holder {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 700px) {
  .discover__attendance-holder {
    padding-top: 100%;
  }
}
@media (min-width: 1201px) {
  .discover__attendance-holder {
    height: 600px;
    padding: 0;
  }
}
.discover__slot-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 700px) {
  .discover__slot-2 {
    width: 50%;
    min-height: 55vw;
    float: left;
    position: relative;
  }
}
@media (min-width: 1125px) {
  .discover__slot-2 {
    min-height: 40vw;
    max-height: 655px;
  }
}
@media (min-width: 1201px) {
  .discover__slot-2 {
    min-height: 655px;
  }
  .discover__slot-2 .discover__item {
    min-height: 655px;
  }
}
.discover__magazine {
  display: block;
  color: #000000;
  background-color: #FEBF3A;
  padding: 23px 15px 19px;
  position: relative;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.discover__magazine:hover {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
}
.discover__magazine:hover .title span {
  background: #FFFFFF;
}
.discover__magazine .link--arrow:hover {
  color: #000000;
}
.discover__magazine .link--arrow:hover .arrow {
  border-color: transparent transparent transparent #000000;
}
@media (min-width: 700px) {
  .discover__magazine {
    padding: 20px 0;
  }
}
.discover__magazine .holder {
  height: 100%;
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 700px) {
  .discover__magazine .holder {
    padding-top: 38px;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1125px) {
  .discover__magazine .holder {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 71px;
    padding-bottom: 64px;
  }
}
.discover__magazine .title {
  text-transform: uppercase;
  font: 500 10px/1.2 halyard-text, sans-serif;
  position: relative;
  margin: 0 0 68px;
  z-index: 0;
}
@media (min-width: 700px) {
  .discover__magazine .title {
    margin: 0 0 42px;
    font-size: 12px;
  }
}
@media (min-width: 1125px) {
  .discover__magazine .title {
    font-size: 16px;
    margin: 0 0 67px;
  }
}
.discover__magazine .title:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  right: 33px;
  height: 1px;
  background-color: #000000;
  z-index: -1;
}
@media (min-width: 700px) {
  .discover__magazine .title:after {
    top: 8px;
  }
}
@media (min-width: 1125px) {
  .discover__magazine .title:after {
    top: 3px;
    left: 0;
    right: 64px;
  }
}
.discover__magazine .title span {
  display: inline-block;
  vertical-align: top;
  background-color: #FEBF3A;
  padding: 0 12px 0 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media (min-width: 1125px) {
  .discover__magazine .title span {
    padding: 0 29px 0 0;
  }
}
.discover__magazine .title span:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -1px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
}
@media (min-width: 700px) {
  .discover__magazine .title span:before {
    width: 27px;
    height: 27px;
    top: -6px;
    right: -5px;
  }
}
@media (min-width: 1125px) {
  .discover__magazine .title span:before {
    width: 40px;
    height: 40px;
    right: 0;
    top: -16px;
  }
}
.discover__magazine .title span:after {
  content: "\e908";
  font-family: "icomoon";
  position: absolute;
  top: 1px;
  right: 6px;
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
}
@media (min-width: 700px) {
  .discover__magazine .title span:after {
    top: 3px;
    right: 5px;
    font-size: 12px;
  }
}
@media (min-width: 1125px) {
  .discover__magazine .title span:after {
    top: -4px;
    right: 14px;
    font-size: 19px;
  }
}
.discover__magazine h3 {
  font: 30px/1.06 halyard-text, sans-serif;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin: 0;
}
@media (min-width: 700px) {
  .discover__magazine h3 {
    font-size: 38px;
    line-height: 1.13;
  }
}
@media (min-width: 1125px) {
  .discover__magazine h3 {
    font-size: 60px;
    line-height: 1.08;
    max-width: 90%;
  }
}
.discover__magazine h3 a {
  font-weight: inherit;
  color: inherit;
  background: none;
}
.discover__magazine h3 a:hover {
  color: #0036F9;
}
.discover__magazine h3 a:hover .arrow {
  border-color: transparent transparent transparent #0036F9;
  right: -5px;
}
@media (min-width: 1125px) {
  .discover__magazine h3 a:hover .arrow {
    right: -10px;
  }
}
.discover__magazine .arrow {
  border-color: transparent transparent transparent #000000;
  margin: 5px 0 0;
}
@media (min-width: 700px) {
  .discover__magazine .arrow {
    margin: 7px 0 0;
  }
}
@media (min-width: 1125px) {
  .discover__magazine .arrow {
    margin: 10px 0 0;
    right: -10px;
    bottom: 15px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000000;
  }
}
.discover__voices {
  background-color: #001049;
  color: #CDE3E7;
  position: relative;
  max-width: 100%;
}
.discover__voices .img {
  width: 83px;
  height: 74px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 699px) {
  .discover__voices .img {
    -webkit-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
}
@media (min-width: 700px) {
  .discover__voices .img {
    width: 50vw;
    height: 30vw;
    position: static;
  }
}
@media (min-width: 1125px) {
  .discover__voices .img {
    height: 31vw;
    max-height: 372px;
  }
}
.discover__voices .img img {
  display: none;
}
.discover__voices .content {
  padding: 22px 15px 17px;
}
@media (min-width: 700px) {
  .discover__voices .content {
    padding: 27px 30px 17px;
  }
}
@media (min-width: 1125px) {
  .discover__voices .content {
    padding: 60px 50px 20px;
  }
}
@media (min-width: 1201px) {
  .discover__voices .content {
    padding: 62px 50px 69px;
  }
}
.discover__voices blockquote {
  margin: 0;
  font: 17px/1.24 halyard-micro, sans-serif;
}
@media (min-width: 700px) {
  .discover__voices blockquote {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 1125px) {
  .discover__voices blockquote {
    font-size: 30px;
    line-height: 1.17;
  }
}
.discover__voices q {
  display: block;
  quotes: none;
}
.discover__voices .title {
  text-transform: uppercase;
  font: 500 12px/1.2 halyard-text, sans-serif;
  position: relative;
  margin: 0 0 50px;
  z-index: 0;
  width: 72%;
}
@media (min-width: 700px) {
  .discover__voices .title {
    margin: 0 0 24px;
    width: 100%;
  }
}
@media (min-width: 1125px) {
  .discover__voices .title {
    font-size: 16px;
    margin: 0 0 33px;
  }
}
.discover__voices .title:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  right: 38px;
  height: 1px;
  background-color: #CDE3E7;
  z-index: -1;
}
@media (min-width: 1125px) {
  .discover__voices .title:after {
    top: 12px;
    left: 0;
    right: 64px;
  }
}
.discover__voices .title span {
  display: inline-block;
  vertical-align: top;
  background-color: #001049;
  padding: 0 15px 0 0;
}
@media (min-width: 1125px) {
  .discover__voices .title span {
    padding: 0 29px 0 0;
  }
}
.discover__voices .title span:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  width: 22px;
  height: 22px;
}
@media (min-width: 700px) {
  .discover__voices .title span:before {
    width: 29px;
    height: 29px;
    top: -6px;
    right: -3px;
  }
}
@media (min-width: 1125px) {
  .discover__voices .title span:before {
    width: 44px;
    height: 44px;
    top: -12px;
    right: -1px;
  }
}
.discover__voices .title span:after {
  content: "\e90d";
  font-family: "icomoon";
  position: absolute;
  top: 4px;
  right: 7px;
  font-size: 8px;
  line-height: 1;
  font-weight: normal;
  color: #000000;
}
@media (min-width: 700px) {
  .discover__voices .title span:after {
    font-size: 10px;
    top: 5px;
  }
}
@media (min-width: 1125px) {
  .discover__voices .title span:after {
    top: 5px;
    right: 14px;
    font-size: 13px;
  }
}
.discover__slot-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
}
@media (min-width: 700px) {
  .discover__slot-3 {
    float: right;
    width: 50%;
    min-height: 55vw;
  }
}
@media (min-width: 1201px) {
  .discover__slot-3 {
    min-height: 620px;
  }
  .discover__slot-3 .discover__item {
    min-height: 620px;
  }
}
.discover__newsroom-holder {
  width: 100%;
}
.discover__newsroom-holder:first-child {
  position: relative;
  z-index: 1;
}
.discover__newsroom-holder:first-child .box {
  height: 100%;
  -webkit-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
}
@media (min-width: 1201px) {
  .discover__newsroom-holder:first-child .box:first-child {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1201px) {
  .discover__newsroom-holder:first-child .box:last-child {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.discover__newsroom-holder .box:hover,
.discover__newsroom-holder .box:focus {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
}
.discover__newsroom-holder .box:hover .title span,
.discover__newsroom-holder .box:focus .title span {
  background: #FFFFFF;
}
.discover__newsroom-holder .link--arrow:hover {
  color: #000000;
}
.discover__newsroom-holder .link--arrow:hover .arrow {
  border-color: transparent transparent transparent #000000;
}
.discover .instagram__feed,
.discover .instafeed {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  position: relative;
}
.discover .instagram__feed {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
}
@media (min-width: 700px) {
  .discover .instagram__feed {
    border: 2px solid #000000;
  }
}
@media (min-width: 1025px) {
  .discover .instagram__feed {
    max-width: 300px;
    right: 0;
  }
}
.discover .instagram__feed:focus .instagram__image {
  outline-offset: 2px solid black;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.discover .instagram__link:after {
  top: 26px;
}
@media (min-width: 700px) {
  .discover .instagram__link:after {
    right: 23px;
    top: 27px;
  }
}
@media (min-width: 1025px) {
  .discover .instagram__link:after {
    top: 53px;
    right: 54px;
  }
}
.discover .instagram__link:before {
  top: 20px;
}
@media (min-width: 700px) {
  .discover .instagram__link:before {
    width: 27px;
    height: 27px;
  }
}
@media (min-width: 1025px) {
  .discover .instagram__link:before {
    top: 44px;
    right: 44px;
    width: 40px;
    height: 40px;
  }
}
.discover .instagram__image {
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.discover .instagram__image:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.discover .discover-two-col .column__col, .discover__slot-10 .column__col {
  margin: 0;
  display: none;
  border: 1px solid #000000;
}
@media (min-width: 700px) {
  .discover .discover-two-col .column__col, .discover__slot-10 .column__col {
    padding: 0;
    width: auto;
    border-width: 2px;
  }
}
.discover .discover-two-col .column__col:first-child, .discover__slot-10 .column__col:first-child {
  display: block;
}
.discover .discover-two-col .stat, .discover__slot-10 .stat {
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 1.3;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
}
@media (min-width: 700px) {
  .discover .discover-two-col .stat, .discover__slot-10 .stat {
    font-size: 12px;
    line-height: 1.1;
  }
}
@media (min-width: 1125px) {
  .discover .discover-two-col .stat, .discover__slot-10 .stat {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 699px) {
  .discover .discover-two-col .stat .cta--link, .discover__slot-10 .stat .cta--link {
    display: block;
    width: 113px;
    margin: 0 auto;
  }
}
.discover .discover-two-col .stat:hover, .discover .discover-two-col .stat:focus, .discover__slot-10 .stat:hover, .discover__slot-10 .stat:focus {
  border-color: #000000;
  background-color: #FFFFFF;
}
@media (min-width: 700px) {
  .discover .discover-two-col .stat .holder, .discover__slot-10 .stat .holder {
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: auto;
    right: auto;
    padding: 10px 20px;
    display: block;
  }
}
.discover .discover-two-col .stat p, .discover__slot-10 .stat p {
  margin: 0 0 14px;
}
@media (min-width: 1125px) {
  .discover .discover-two-col .stat p, .discover__slot-10 .stat p {
    margin: 0 0 32px;
  }
}
.discover .discover-two-col .discover__item:hover h3 .arrow, .discover__slot-10 .discover__item:hover h3 .arrow {
  right: -10px;
}
@media (min-width: 1125px) {
  .discover .discover-two-col .discover__magazine .holder, .discover__slot-10 .discover__magazine .holder {
    padding-right: 45px;
  }
}
.discover .discover-two-col .discover__magazine .title span, .discover__slot-10 .discover__magazine .title span {
  padding: 0 8px 0 0;
}
@media (min-width: 1125px) {
  .discover .discover-two-col .discover__magazine .title span, .discover__slot-10 .discover__magazine .title span {
    padding: 0 12px 0 0;
  }
}
@media (min-width: 1125px) {
  .discover .discover-two-col .discover__magazine .title span:before, .discover__slot-10 .discover__magazine .title span:before {
    top: -7px;
  }
}
@media (min-width: 1125px) {
  .discover .discover-two-col .discover__magazine .title span:after, .discover__slot-10 .discover__magazine .title span:after {
    top: 5px;
  }
}
@media (min-width: 1125px) {
  .discover .discover-two-col .discover__magazine .title:after, .discover__slot-10 .discover__magazine .title:after {
    top: 11px;
    left: 0;
    right: 58px;
  }
}
.discover .discover-two-col .arrow,
.discover .discover-two-col .discover__newsroom-holder .arrow, .discover__slot-10 .arrow,
.discover__slot-10 .discover__newsroom-holder .arrow {
  margin: 1px 0 0;
  border-color: transparent transparent transparent #000000;
  bottom: 3px;
  right: 0;
}
@media (min-width: 1125px) {
  .discover .discover-two-col .arrow,
  .discover .discover-two-col .discover__newsroom-holder .arrow, .discover__slot-10 .arrow,
  .discover__slot-10 .discover__newsroom-holder .arrow {
    margin: 4px 0 0;
    border-width: 6px 0 6px 6px;
    bottom: 6px;
  }
}
.discover__newsroom-holder {
  border: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 700px) {
  .discover__newsroom-holder {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1125px) {
  .discover__newsroom-holder {
    padding: 0;
    margin: 0;
  }
}
.discover__newsroom-holder .box {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: border 300ms;
  -o-transition: border 300ms;
  transition: border 300ms;
}
.discover__newsroom-holder .box > a {
  color: #000000;
  width: 100%;
  height: 100%;
  display: block;
  background-image: none;
}
.discover__newsroom-holder .box .title span {
  color: #000000;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.discover__newsroom-holder .box h3 {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.discover__newsroom-holder .box:hover h3 .arrow {
  border-color: transparent transparent transparent #000000;
}
@media (min-width: 1125px) {
  .discover__newsroom-holder .box:hover h3 .arrow {
    right: -20px;
  }
}
.discover__newsroom-holder .box:hover .cta--link:before {
  opacity: 0;
  right: -10px;
}
.discover__newsroom-holder .box:hover .cta--link:after {
  opacity: 1;
  right: -10px;
}
.discover__newsroom-holder .number {
  display: block;
  font: 500 34px/1 halyard-micro, sans-serif;
  margin: 0 0 5px;
}
@media (min-width: 700px) {
  .discover__newsroom-holder .number {
    font-size: 45px;
    margin: 0 0 8px;
  }
}
@media (min-width: 1125px) {
  .discover__newsroom-holder .number {
    font-size: 75px;
    margin: 0 0 12px;
  }
}
.discover__newsroom-holder .holder {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -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;
  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: 10px 14px 20px;
}
@media (min-width: 700px) {
  .discover__newsroom-holder .holder {
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 21px;
    width: auto;
  }
}
@media (min-width: 1125px) {
  .discover__newsroom-holder .holder {
    padding-left: 50px;
    padding-right: 45px;
    padding-top: 44px;
    padding-bottom: 45px;
  }
}
.discover__newsroom-holder .title {
  text-transform: uppercase;
  font: 500 12px/1.2 halyard-text, sans-serif;
  position: relative;
  margin: 12px 0 0;
  z-index: 0;
}
@media (min-width: 700px) {
  .discover__newsroom-holder .title {
    margin: 6px 0 0;
  }
}
@media (min-width: 1125px) {
  .discover__newsroom-holder .title {
    font-size: 16px;
  }
}
.discover__newsroom-holder .title:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  right: 32px;
  height: 1px;
  background-color: #000000;
  z-index: -1;
}
@media (min-width: 1125px) {
  .discover__newsroom-holder .title:after {
    top: 11px;
    left: 0;
    right: 58px;
  }
}
.discover__newsroom-holder .title span {
  display: inline-block;
  vertical-align: top;
  background-color: #F3F1F1;
  padding: 0 8px 0 0;
}
@media (min-width: 1125px) {
  .discover__newsroom-holder .title span {
    padding: 0 12px 0 0;
  }
}
.discover__newsroom-holder .title span:before {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
}
@media (min-width: 700px) {
  .discover__newsroom-holder .title span:before {
    width: 27px;
    height: 27px;
    top: -6px;
  }
}
@media (min-width: 1125px) {
  .discover__newsroom-holder .title span:before {
    width: 40px;
    height: 40px;
    top: -7px;
  }
}
.discover__newsroom-holder .title span:after {
  content: "\e907";
  font-family: "icomoon";
  position: absolute;
  top: 3px;
  right: 6px;
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
  color: #000000;
}
@media (min-width: 700px) {
  .discover__newsroom-holder .title span:after {
    top: 1px;
    right: 7px;
    font-size: 15px;
  }
}
@media (min-width: 1125px) {
  .discover__newsroom-holder .title span:after {
    top: 5px;
    right: 14px;
    font-size: 19px;
  }
}
.discover__newsroom-holder h3 {
  font: 30px/1.06 halyard-text, sans-serif;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin: 0;
}
@media (min-width: 700px) {
  .discover__newsroom-holder h3 {
    font-size: 38px;
    line-height: 1.13;
  }
}
@media (min-width: 1125px) {
  .discover__newsroom-holder h3 {
    font-size: 60px;
    line-height: 1.08;
  }
}
.discover__newsroom-holder h3 a {
  font-weight: inherit;
  color: inherit;
  background: none;
}
.discover__newsroom-holder h3 a:hover {
  color: #0036F9;
}
.discover__newsroom-holder h3 a:hover .arrow {
  border-color: transparent transparent transparent #0036F9;
  right: -5px;
}
@media (min-width: 1125px) {
  .discover__newsroom-holder h3 a:hover .arrow {
    right: -10px;
  }
}
.discover__newsroom-holder .arrow {
  border-color: transparent transparent transparent #000000;
  margin: 5px 0 0;
}
@media (min-width: 700px) {
  .discover__newsroom-holder .arrow {
    margin: 7px 0 0;
  }
}
@media (min-width: 1125px) {
  .discover__newsroom-holder .arrow {
    margin: 10px 0 0;
    right: -10px;
    bottom: 15px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000000;
  }
}
.discover__newsroom-holder .cta--link {
  font: 500 14px/1.2 halyard-text, sans-serif;
  margin: 0;
  padding: 0 30px 0 0;
}
@media (min-width: 1125px) {
  .discover__newsroom-holder .cta--link {
    font-size: 16px;
  }
}
@media (min-width: 700px) {
  .discover__newsroom-holder .cta--link:before, .discover__newsroom-holder .cta--link:after {
    width: 22px;
    height: 8px;
  }
}
.discover__newsroom-holder .cta--link:before {
  background-image: url("/_resources/assets/icons/arrow-black.svg");
}
.discover__events {
  border: 1px solid #000000;
  background-color: #FFFFFF;
  padding: 26px 15px 31px;
  margin: 0;
  width: 100%;
}
@media (min-width: 700px) {
  .discover__events {
    padding: 27px 20px 31px 30px;
    border-width: 2px;
  }
}
@media (min-width: 1125px) {
  .discover__events {
    padding: 52px 50px 44px;
  }
}
@media (min-width: 700px) {
  .discover__events .events3up__content {
    padding: 14px 0 0 20px;
  }
}
@media (min-width: 1125px) {
  .discover__events .events3up__content {
    padding: 26px 0 0 30px;
  }
}
@media (min-width: 700px) {
  .discover__events .events3up__date {
    margin: 0;
  }
}
@media (min-width: 700px) {
  .discover__events .events3up__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 700px) {
  .discover__events .events3up__item {
    margin: 0 0 18px;
  }
}
@media (min-width: 700px) {
  .discover__events h3 {
    margin: 0 0 6px;
  }
}
@media (min-width: 1125px) {
  .discover__events h3 {
    margin: 0 0 8px;
  }
}
@media (min-width: 700px) {
  .discover__events .events3up__month {
    margin: 0 0 -4px;
  }
}
@media (min-width: 1125px) {
  .discover__events .events3up__month {
    margin: 0 0 -3px;
  }
}
@media (min-width: 1125px) {
  .discover__events .events3up__date {
    font-size: 16px;
  }
}
.discover__events .arrow {
  bottom: 1px;
  margin: 1px 0 0;
}
@media screen and (min-width: 700px) {
  .discover__events .arrow {
    bottom: 3px;
  }
}
.discover__events .holder {
  margin: 0 0 31px;
}
@media (min-width: 700px) {
  .discover__events .holder {
    margin: 0 0 35px;
  }
}
@media (min-width: 1125px) {
  .discover__events .holder {
    margin: 0 0 36px;
  }
}
.discover__events .title {
  text-transform: uppercase;
  font: 500 12px/1.2 halyard-text, sans-serif;
  position: relative;
  margin: 0 0 24px;
  z-index: 0;
}
@media (min-width: 700px) {
  .discover__events .title {
    margin: 0 0 21px;
  }
}
@media (min-width: 1125px) {
  .discover__events .title {
    font-size: 16px;
    margin: 0 0 37px;
  }
}
.discover__events .title:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 40px;
  height: 1px;
  background-color: #000000;
  z-index: -1;
}
@media (min-width: 1125px) {
  .discover__events .title:after {
    top: 12px;
    left: 0;
    right: 64px;
  }
}
.discover__events .title span {
  display: inline-block;
  vertical-align: top;
  background-color: #FFFFFF;
  padding: 0 12px 0 0;
}
@media (min-width: 1125px) {
  .discover__events .title span {
    padding: 0 29px 0 0;
  }
}
.discover__events .title span:before {
  content: "";
  position: absolute;
  top: -7px;
  right: -1px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  width: 27px;
  height: 27px;
}
@media (min-width: 1125px) {
  .discover__events .title span:before {
    width: 40px;
    height: 40px;
    top: -7px;
  }
}
.discover__events .title span:after {
  content: "\e906";
  font-family: "icomoon";
  position: absolute;
  top: 2px;
  right: 7px;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
}
@media (min-width: 1125px) {
  .discover__events .title span:after {
    top: 5px;
    right: 10px;
    font-size: 19px;
  }
}
.discover__events .cta--button {
  font: 700 19px/1.2 halyard-text, sans-serif;
  padding: 6px 55px;
}
@media (min-width: 700px) {
  .discover__events .cta--button {
    font-size: 17px;
    padding: 8px 30px;
  }
}
@media (min-width: 1125px) {
  .discover__events .cta--button {
    font-size: 19px;
    padding: 9px 41px;
  }
}
@media (min-width: 700px) {
  .discover__events .events3up__section-cta {
    position: static;
    padding: 0;
  }
}
@media (min-width: 700px) {
  .discover__slot-8 {
    width: 50%;
    float: right;
    min-height: 33vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.discover__slot-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 700px) {
  .discover__slot-9 {
    float: left;
    width: 50%;
    clear: left;
  }
}
.discover .discover__slot-10 {
  width: 50%;
  min-height: 50vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 700px) {
  .discover .discover__slot-10 {
    float: left;
    width: 25%;
    min-height: 25vw;
  }
}
@media (min-width: 1025px) {
  .discover .discover__slot-10 {
    width: 300px;
    min-height: 300px;
  }
}
.discover .discover__slot-10 > div,
.discover .discover__slot-10 > a {
  height: auto;
}
.discover .discover__slot-10 .instagram__feed {
  height: 100%;
}
.discover .discover-two-col {
  position: relative;
}
.discover .discover-two-col:last-child:after {
  content: "";
  top: 50%;
  width: 100vw;
  position: absolute;
  background: #CDE3E7;
  height: 200%;
  z-index: -1;
}
.discover .discover-two-col, .discover__slot-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.discover .discover-two-col h3, .discover__slot-10 h3 {
  font: 17px/1.12 halyard-text, sans-serif;
  margin: auto 0 10px 0px;
}
@media (min-width: 700px) {
  .discover .discover-two-col h3, .discover__slot-10 h3 {
    font-size: 20px;
    line-height: 1.1;
    margin: auto 0 0;
  }
}
@media (min-width: 1125px) {
  .discover .discover-two-col h3, .discover__slot-10 h3 {
    font-size: 30px;
    line-height: 1.1;
  }
}
.discover .discover-two-col h3 a, .discover__slot-10 h3 a {
  font-weight: inherit;
  color: inherit;
  background: none;
}
.discover .discover-two-col h3 a:hover, .discover__slot-10 h3 a:hover {
  color: #0036F9;
}
.discover .discover-two-col h3 a:hover .arrow, .discover__slot-10 h3 a:hover .arrow {
  border-color: transparent transparent transparent #0036F9;
  right: -5px;
}
@media (min-width: 1125px) {
  .discover .discover-two-col h3 a:hover .arrow, .discover__slot-10 h3 a:hover .arrow {
    right: -10px;
  }
}
.discover .discover-two-col .discover__magazine, .discover__slot-10 .discover__magazine {
  height: 100%;
}
.discover .discover-two-col .discover__magazine .holder, .discover__slot-10 .discover__magazine .holder {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .discover .discover-two-col .discover__magazine .holder, .discover__slot-10 .discover__magazine .holder {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.discover__slot-4, .discover__slot-5, .discover__slot-6, .discover__slot-7 {
  width: 50%;
  min-height: 50vw;
  position: relative;
}
.discover__slot-4 > div, .discover__slot-5 > div, .discover__slot-6 > div, .discover__slot-7 > div {
  height: 100%;
}
@media (min-width: 700px) {
  .discover__slot-4, .discover__slot-5, .discover__slot-6, .discover__slot-7 {
    min-height: 25vw;
  }
}
@media (min-width: 1025px) {
  .discover__slot-4, .discover__slot-5, .discover__slot-6, .discover__slot-7 {
    min-height: 300px;
  }
}
@media (min-width: 1025px) {
  .discover__slot-4, .discover__slot-6 {
    width: calc(100% - 300px);
  }
}
@media (min-width: 1025px) {
  .discover__slot-5, .discover__slot-7 {
    width: 300px;
  }
}
.discover__museum {
  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;
  background-color: #001049;
}
@media (min-width: 700px) {
  .discover__museum {
    display: block;
    height: 100%;
  }
}
@media (min-width: 1125px) {
  .discover__museum {
    height: auto;
    max-width: 100%;
    float: right;
    min-height: 100%;
  }
}
@media (min-width: 1201px) {
  .discover__museum {
    min-height: 100%;
  }
}
.discover__museum-holder {
  width: 100%;
}
.discover__museum .img {
  width: 100%;
  padding: 50% 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 700px) {
  .discover__museum .img {
    width: 100%;
    padding: 55% 0 0;
  }
}
@media (min-width: 1125px) {
  .discover__museum .img {
    padding: 51% 0 0;
  }
}
.discover__museum .content {
  color: #CDE3E7;
  width: 50%;
  padding: 24px 15px 16px;
}
@media (min-width: 700px) {
  .discover__museum .content {
    width: 100%;
    padding: 28px 30px 45px;
  }
}
@media (min-width: 1125px) {
  .discover__museum .content {
    padding: 48px 50px 43px;
  }
}
.discover__museum h3 {
  color: #CDE3E7;
  font: 17px/1.12 halyard-text, sans-serif;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 700px) {
  .discover__museum h3 {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (min-width: 1125px) {
  .discover__museum h3 {
    font-size: 30px;
  }
}
.discover__museum h3 a {
  font-weight: inherit;
  color: inherit;
  background: none;
}
.discover__museum .arrow {
  border-color: transparent transparent transparent #CDE3E7;
  margin: 0;
}
@media (min-width: 700px) {
  .discover__museum .arrow {
    margin: 2px 0 0;
  }
}
@media (min-width: 1125px) {
  .discover__museum .arrow {
    margin: 5px 0 0;
  }
}
.discover__museum .title {
  text-transform: uppercase;
  font: 500 12px/1.2 halyard-text, sans-serif;
  position: relative;
  margin: 0 0 18px;
  z-index: 0;
}
@media (min-width: 700px) {
  .discover__museum .title {
    margin: 0 0 24px;
  }
}
@media (min-width: 1125px) {
  .discover__museum .title {
    font-size: 16px;
    margin: 0 0 17px;
  }
}
.discover__museum .title:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 26px;
  height: 1px;
  background-color: #CDE3E7;
  z-index: -1;
}
@media (min-width: 700px) {
  .discover__museum .title:after {
    right: 40px;
  }
}
@media (min-width: 1125px) {
  .discover__museum .title:after {
    top: 10px;
    left: 0;
    right: 67px;
  }
}
.discover__museum .title span {
  display: inline-block;
  vertical-align: top;
  background-color: #001049;
  padding: 0 5px 0 0;
}
@media (min-width: 700px) {
  .discover__museum .title span {
    padding: 0 10px 0 0;
  }
}
@media (min-width: 1125px) {
  .discover__museum .title span {
    padding: 0 27px 0 0;
  }
}
.discover__museum .title span:before {
  content: "";
  position: absolute;
  top: -4px;
  right: -2px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
}
@media (min-width: 700px) {
  .discover__museum .title span:before {
    width: 27px;
    height: 27px;
    top: -7px;
    right: -9px;
  }
}
@media (min-width: 1125px) {
  .discover__museum .title span:before {
    width: 40px;
    height: 40px;
    top: -11px;
    right: -1px;
  }
}
.discover__museum .title span:after {
  content: "\e90b";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  right: 6px;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #000000;
}
@media (min-width: 700px) {
  .discover__museum .title span:after {
    font-size: 21px;
    top: -3px;
    right: 1px;
  }
}
@media (min-width: 1125px) {
  .discover__museum .title span:after {
    top: -5px;
    right: 14px;
    font-size: 31px;
  }
}
.discover__museum .museum__image {
  overflow: hidden;
  width: 50%;
}
@media (min-width: 700px) {
  .discover__museum .museum__image {
    width: 100%;
  }
}
.discover__museum .simpleParallax {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.discover__museum:hover .simpleParallax, .discover__museum:focus .simpleParallax {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.discover__museum:hover h3, .discover__museum:focus h3 {
  color: #FFFFFF;
}
.discover__museum:hover h3 .arrow, .discover__museum:focus h3 .arrow {
  border-color: transparent transparent transparent #FFFFFF;
  right: -5px;
}
@media (min-width: 1125px) {
  .discover__museum:hover h3 .arrow, .discover__museum:focus h3 .arrow {
    right: -10px;
  }
}
.discover__stat {
  display: block;
  padding: 50% 0 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FEBF3A;
  text-align: center;
  font-size: 10px;
  line-height: 1.3;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  background-image: none;
}
@media (min-width: 700px) {
  .discover__stat {
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 0;
    font-size: 12px;
  }
}
@media (min-width: 1125px) {
  .discover__stat {
    width: 300px;
    height: 300px;
    float: right;
    font-size: 16px;
  }
}
.discover__stat:hover .cta--link {
  color: #000000;
}
.discover__stat:hover .cta--link:before {
  opacity: 1;
  right: -10px;
}
.discover__stat:hover .cta--link:after {
  opacity: 0;
}
.discover__stat:hover, .discover__stat:focus {
  border-color: #000000;
  background-color: #FFFFFF;
}
.discover__stat .holder {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px 14px;
}
.discover__stat .number {
  display: block;
  font: 500 34px/1 halyard-micro, sans-serif;
  margin: 0 0 5px;
}
@media (min-width: 700px) {
  .discover__stat .number {
    font-size: 45px;
    margin: 0;
  }
}
@media (min-width: 1125px) {
  .discover__stat .number {
    font-size: 75px;
    margin: 0 0 15px;
  }
}
.discover__stat p {
  margin: 0 0 14px;
}
@media (min-width: 1125px) {
  .discover__stat p {
    margin: 0 0 27px;
  }
}
.discover__stat .cta--link {
  font: 500 14px/1.2 halyard-text, sans-serif;
  padding: 0 30px 0 0;
}
@media (min-width: 1125px) {
  .discover__stat .cta--link {
    font-size: 16px;
  }
}
@media (min-width: 700px) {
  .discover__stat .cta--link:before, .discover__stat .cta--link:after {
    width: 22px;
    height: 8px;
  }
}
.discover__stat .cta--link:before {
  background-image: url("/_resources/assets/icons/arrow-black.svg");
}
@media (min-width: 700px) {
  .discover .discover-four-up {
    float: left;
    width: 50%;
  }
}
.discover__item,
.discover .box {
  background-image: none;
}
.discover__item--blue,
.discover .box--blue {
  background-color: #0036F9;
  background-blend-mode: multiply;
}
.discover__item--blue.discover__magazine .title:after,
.discover__item--blue .holder .title:after,
.discover .box--blue.discover__magazine .title:after,
.discover .box--blue .holder .title:after {
  background-color: #FFFFFF;
}
.discover__item--blue.discover__magazine .title span,
.discover__item--blue .holder .title span,
.discover .box--blue.discover__magazine .title span,
.discover .box--blue .holder .title span {
  color: #FFFFFF;
  background-color: #0036F9;
}
.discover__item--blue.discover__magazine .title span:after,
.discover__item--blue .holder .title span:after,
.discover .box--blue.discover__magazine .title span:after,
.discover .box--blue .holder .title span:after {
  color: #000000;
}
.discover__item--blue.discover__magazine h3,
.discover__item--blue .holder h3,
.discover .box--blue.discover__magazine h3,
.discover .box--blue .holder h3 {
  color: #FFFFFF;
}
.discover__item--blue.discover__magazine .arrow,
.discover__item--blue .holder .arrow,
.discover .box--blue.discover__magazine .arrow,
.discover .box--blue .holder .arrow {
  border-color: transparent transparent transparent #FFFFFF;
}
.discover__item--blue.discover__magazine:hover h3,
.discover__item--blue .holder:hover h3,
.discover .box--blue.discover__magazine:hover h3,
.discover .box--blue .holder:hover h3 {
  color: #000000;
}
.discover__item--blue.discover__magazine:hover .title span,
.discover__item--blue .holder:hover .title span,
.discover .box--blue.discover__magazine:hover .title span,
.discover .box--blue .holder:hover .title span {
  color: #000000;
  background: #FFFFFF;
}
.discover__item--blue.discover__magazine:hover .title:after,
.discover__item--blue .holder:hover .title:after,
.discover .box--blue.discover__magazine:hover .title:after,
.discover .box--blue .holder:hover .title:after {
  background-color: #000000;
}
.discover__item--blue.discover__magazine:hover .arrow,
.discover__item--blue .holder:hover .arrow,
.discover .box--blue.discover__magazine:hover .arrow,
.discover .box--blue .holder:hover .arrow {
  right: -20px;
  border-color: transparent transparent transparent #000000;
}
.discover__item--blue.discover__stat:not(:hover), .discover__item--blue.stat:not(:hover),
.discover .box--blue.discover__stat:not(:hover),
.discover .box--blue.stat:not(:hover) {
  color: #FFFFFF;
}
.discover__item--blue.discover__stat:not(:hover) p, .discover__item--blue.discover__stat:not(:hover) span, .discover__item--blue.stat:not(:hover) p, .discover__item--blue.stat:not(:hover) span,
.discover .box--blue.discover__stat:not(:hover) p,
.discover .box--blue.discover__stat:not(:hover) span,
.discover .box--blue.stat:not(:hover) p,
.discover .box--blue.stat:not(:hover) span {
  color: #FFFFFF;
}
.discover__item--blue.discover__stat:not(:hover) .cta--link, .discover__item--blue.stat:not(:hover) .cta--link,
.discover .box--blue.discover__stat:not(:hover) .cta--link,
.discover .box--blue.stat:not(:hover) .cta--link {
  color: #FFFFFF;
}
.discover__item--blue.discover__stat:not(:hover) .cta--link:before, .discover__item--blue.discover__stat:not(:hover) .cta--link:after, .discover__item--blue.stat:not(:hover) .cta--link:before, .discover__item--blue.stat:not(:hover) .cta--link:after,
.discover .box--blue.discover__stat:not(:hover) .cta--link:before,
.discover .box--blue.discover__stat:not(:hover) .cta--link:after,
.discover .box--blue.stat:not(:hover) .cta--link:before,
.discover .box--blue.stat:not(:hover) .cta--link:after {
  background-image: url("/_resources/assets/icons/arrow-white.svg");
}
.discover__item--pink,
.discover .box--pink {
  background-color: #FC7687;
  color: #000000;
  background-blend-mode: multiply;
}
.discover__item--pink .title span,
.discover .box--pink .title span {
  background-color: #FC7687;
}
.discover__item--green,
.discover .box--green {
  background-color: #12C477;
  color: #000000;
  background-blend-mode: multiply;
}
.discover__item--green .title span,
.discover .box--green .title span {
  background-color: #12C477;
}
.discover__item--yellow,
.discover .box--yellow {
  background-color: #FEBF3A;
  color: #000000;
  background-blend-mode: multiply;
}
.discover__item--yellow .title span,
.discover .box--yellow .title span {
  background-color: #FEBF3A;
}
.discover__item--grey,
.discover .box--grey {
  background-color: #F3F1F1;
  background-image: url(../assets/img/bg-box.png);
  background-position: center;
  color: #000000;
  background-size: 110%;
  background-repeat: repeat-y;
  background-blend-mode: multiply;
}
.discover__item--grey:hover,
.discover .box--grey:hover {
  background-image: none;
}
.discover__item--grey .title span,
.discover .box--grey .title span {
  background-color: #e7e4e4;
}
.discover .column {
  display: block;
}

.img-cap {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 350;
  letter-spacing: 0.05em;
  line-height: 1.1;
  font-family: halyard-text, sans-serif;
  color: #000000;
  z-index: 1;
}
.img-cap__inner {
  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;
}
.img-cap__btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: none;
  padding: 0.6em 1em;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border-top: 5px solid #0036F9;
  font-family: halyard-text, sans-serif;
}
.img-cap__btn span {
  position: relative;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.img-cap__btn[aria-expanded=false] {
  background-color: transparent;
  color: #FFFFFF;
}
.img-cap__btn[aria-expanded=false] span {
  font-weight: 600;
}
.img-cap__btn[aria-expanded=false] .close {
  display: none;
}
.img-cap__btn[aria-expanded=true] {
  background-color: #FFFFFF;
}
.img-cap__btn[aria-expanded=true] span {
  font-weight: 400;
}
.img-cap__btn[aria-expanded=true] span:last-of-type {
  padding-left: 15px;
}
.img-cap__btn[aria-expanded=true] span:last-of-type:before, .img-cap__btn[aria-expanded=true] span:last-of-type:after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
       -o-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.img-cap__btn[aria-expanded=true] span:last-of-type:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
       -o-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.img-cap__btn[aria-expanded=true] span.open {
  display: none;
}
.img-cap__btn:hover[aria-expanded=false] span {
  opacity: 0.8;
}
.img-cap .dots {
  position: absolute;
  top: calc(50% + 1px);
  left: -10px;
  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;
  width: 2px;
  height: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.img-cap .dots > span {
  width: 2px;
  height: 2px;
  background-color: #D8D8D8;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.img-cap__dropdown {
  border-top: 5px solid #0036F9;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 87.5%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 87.5%;
          flex: 1 0 87.5%;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 87.5%;
      -ms-flex-preferred-size: 87.5%;
          flex-basis: 87.5%;
  max-width: calc(100% - 66.7px);
  background-color: #FFFFFF;
  padding: 0.6em 1em;
  display: none;
}
.img-cap__dropdown[aria-hidden=false] {
  display: inline-block;
}

/**
 * @file
 * Museum Exhibition Card - short variant
 *
 * Styles for museum exhibition card
 */
.excard-short {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #F3F1F1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 700px) {
  .excard-short {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.excard-short:not(:first-of-type) {
  padding-top: 0;
}
.excard-short:before {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  height: 24px;
  bottom: 0;
  background-color: #FFFFFF;
  content: "";
}
@media (min-width: 700px) {
  .excard-short:before {
    height: 206px;
    bottom: 83px;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media (min-width: 1025px) {
  .excard-short:before {
    bottom: 104px;
  }
}
.excard-short:after {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  background-color: #F3F1F1;
  content: "";
}
.excard-short.upcoming {
  display: none;
}
.excard-short__wrapper {
  position: relative;
}
@media (min-width: 700px) {
  .excard-short__wrapper {
    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;
    clear: both;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .excard-short__wrapper {
    max-width: 1900px;
    padding: 0 50px;
  }
}
.excard-short__img {
  position: relative;
}
@media (max-width: 699px) {
  .excard-short__img {
    padding-top: 88vw;
  }
}
@media (min-width: 700px) {
  .excard-short__img {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    height: 0;
    padding-bottom: 39.6825396825%;
  }
}
@media (max-width: 699px) {
  .excard-short__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 700px) {
  .excard-short__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.excard-short__content {
  background: #FFFFFF;
  border: 1px solid #000000;
  padding: 22px 13px;
}
@media (min-width: 700px) {
  .excard-short__content {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 14px 25px 22px;
    min-height: 158px;
    margin-top: -1px;
  }
}
@media (min-width: 1025px) {
  .excard-short__content {
    padding: 30px 45px 46px;
    border-width: 2px;
  }
}
.excard-short__content .excard-short__loc-date {
  margin-bottom: 6px;
}
@media (min-width: 700px) {
  .excard-short__content .excard-short__loc-date {
    margin-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .excard-short__content .excard-short__loc-date {
    margin-bottom: 12px;
  }
}
.excard-short__content .location {
  margin: 0 0 2px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 699px) {
  .excard-short__content .location {
    display: block;
  }
}
@media (min-width: 700px) {
  .excard-short__content .location {
    font-size: 11px;
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .excard-short__content .location {
    font-size: 16px;
  }
}
.excard-short__content .date {
  margin: 0 0 2px;
  font-size: 12px;
  line-height: 1.66;
  font-weight: 300;
  letter-spacing: 0.1px;
}
@media (max-width: 699px) {
  .excard-short__content .date {
    display: block;
  }
}
@media (min-width: 700px) {
  .excard-short__content .date {
    font-size: 11px;
  }
}
@media (min-width: 1025px) {
  .excard-short__content .date {
    font-size: 16px;
  }
}
.excard-short__content h2 {
  line-height: 1.08;
  font-size: 25px;
}
@media (min-width: 700px) {
  .excard-short__content h2 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (min-width: 1025px) {
  .excard-short__content h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.excard-short__content h2 a {
  background: none;
  font-weight: 300;
  color: #000000;
}
.excard-short__content h2 a.link--arrow {
  font-weight: 300;
}
.excard-short__content .description {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
}
@media (min-width: 1025px) {
  .excard-short__content .description {
    font-size: 16px;
  }
}
.excard-short__filmstrip {
  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;
  margin-top: 23px;
  margin-bottom: 58px;
  padding: 0 15px;
}
@media (min-width: 700px) {
  .excard-short__filmstrip {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    margin-top: 0;
    padding-left: 27px;
    padding-bottom: 52px;
    padding-top: 30px;
    min-height: 158px;
    -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) {
  .excard-short__filmstrip {
    padding-bottom: 68px;
  }
}
.excard-short__filmstrip li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 700px) {
  .excard-short__filmstrip li {
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .excard-short__filmstrip li {
    margin-right: 23px;
  }
}
.excard-short__filmstrip li:hover {
  cursor: pointer;
}
.excard-short__filmstrip li:last-child {
  margin-right: 0;
}
.excard-short__filmstrip .filmstrip-img--lg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.excard-short__filmstrip .filmstrip-img--lg img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media (min-width: 700px) {
  .excard-short__filmstrip .filmstrip-img--lg img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 700px) {
  .excard-short__filmstrip .filmstrip-img--sm {
    position: relative;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  }
}
.excard-short__filmstrip .filmstrip-img-caption {
  position: absolute;
  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: 43%;
  left: 54%;
  height: 100%;
  background: #000000;
  color: #FFFFFF;
}
.excard-short__filmstrip .filmstrip-img-caption span {
  margin-bottom: 23px;
  font-size: 14px;
  line-height: 1.43;
}
@media (min-width: 1025px) {
  .excard-short__filmstrip .filmstrip-img-caption span {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 29px;
  }
}
@media (max-width: 699px) {
  .excard-short__filmstrip .filmstrip-img__wrapper {
    display: none;
  }
}
@media (min-width: 700px) {
  .excard-short__filmstrip .filmstrip-img__wrapper {
    position: absolute;
    height: 0;
    width: 45.7%;
    top: 0;
    right: 0;
    background: black;
    padding-bottom: 39.6825396825%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
@media screen and (min-width: 1025px) {
  .excard-short__filmstrip .filmstrip-img__wrapper {
    padding-bottom: calc((100% - 100px) / 2.52);
    right: 50px;
  }
}
@media (min-width: 700px) {
  .excard-short__filmstrip li:hover > .filmstrip-img__wrapper,
  .excard-short__filmstrip li:focus > .filmstrip-img__wrapper {
    opacity: 1;
    z-index: 1;
  }
}
@media (min-width: 700px) {
  .excard-short__filmstrip li:hover .filmstrip-img--sm,
  .excard-short__filmstrip li:focus .filmstrip-img--sm {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
  }
}

/**
 * @file
 * Museum Exhibition Card - long variant
 *
 * Styles for museum exhibition card
 */
.museum .excard-long {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 46px;
  position: relative;
  background-color: #F3F1F1;
}
@media screen and (min-width: 700px) {
  .museum .excard-long {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 700px) {
  .museum .excard-long {
    padding: 0 30px 71px;
  }
  .museum .excard-long:after {
    display: table;
    content: "";
    clear: both;
  }
}
@media (min-width: 1025px) {
  .museum .excard-long {
    padding: 0 50px 119px;
    margin-top: 1.1em;
  }
}
.museum .excard-long:before {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  background-color: #F3F1F1;
  content: "";
}
@media (min-width: 700px) {
  .museum .excard-long:after {
    left: 30px;
    top: 0;
    height: 100%;
    width: 48%;
    content: "";
  }
}
@media (min-width: 1200px) {
  .museum .excard-long:after {
    margin-left: 0;
    left: 0;
    width: 50%;
    max-width: 600px;
  }
}
.museum .excard-long.upcoming {
  display: none;
}
.museum .excard-long__wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 22px;
  border-bottom: 1px solid #000000;
}
@media (min-width: 700px) {
  .museum .excard-long__wrapper {
    border: none;
    padding: 0 0 28px;
  }
}
@media (min-width: 700px) {
  .museum .excard-long__left {
    position: relative;
    float: left;
    width: 50%;
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .museum .excard-long__left {
    padding-bottom: 44px;
    width: 60%;
  }
}
.museum .excard-long .label + .location:before {
  content: "|";
  margin: 0 3px 0;
}
.museum .excard-long .date {
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin: 15px 0 12px;
}
@media (min-width: 700px) {
  .museum .excard-long .date {
    margin: 11px 0 13px;
  }
}
@media (min-width: 1025px) {
  .museum .excard-long .date {
    font-size: 16px;
    margin: 8px 0 15px;
  }
}
.museum .excard-long .label,
.museum .excard-long .location {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .museum .excard-long .label,
  .museum .excard-long .location {
    font-size: 16px;
  }
}
.museum .excard-long__right {
  position: relative;
  margin: 0 0 29px;
}
@media (min-width: 700px) {
  .museum .excard-long__right {
    padding: 57px 0 0;
    margin: 0;
    float: right;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .museum .excard-long__right {
    padding: 79px 0 0;
    width: 30%;
  }
}
@media (max-width: 699px) {
  .museum .excard-long__right:before {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    top: 0;
    background-color: #000000;
    height: 165px;
    z-index: 1;
    content: "";
  }
}
.museum .excard-long__img {
  position: relative;
  z-index: 2;
}
.museum .excard-long__img img {
  width: 100%;
}
@media (min-width: 700px) {
  .museum .excard-long__img img {
    margin-left: auto;
    max-width: 296px;
  }
}
@media (min-width: 1025px) {
  .museum .excard-long__img img {
    max-width: none;
  }
}
.museum .excard-long__details {
  position: relative;
  color: #FFFFFF;
  background: #000000;
  padding: 40px 0 31px;
  line-height: 1.32;
  z-index: 1;
}
@media (min-width: 700px) {
  .museum .excard-long__details {
    padding: 75px 0 45px;
  }
}
@media (min-width: 1025px) {
  .museum .excard-long__details {
    padding: 91px 0 79px 0;
  }
}
.museum .excard-long__details:before {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  background: #000000;
  height: 100%;
  top: 0;
  z-index: -1;
  content: "";
}
@media (min-width: 700px) {
  .museum .excard-long__details:before {
    margin-left: 0;
    left: -30px;
  }
}
@media (min-width: 1159px) {
  .museum .excard-long__details:before {
    left: calc(550px - 50vw);
  }
}
.museum .excard-long__details h2 {
  font-size: 25px;
  line-height: 1.04;
  margin: 0 0 24px;
}
@media (min-width: 1025px) {
  .museum .excard-long__details h2 {
    font-size: 35px;
    line-height: 1.25;
    margin: 0 0 29px;
  }
}
.museum .excard-long__details h2 a {
  color: #FFFFFF;
  font-weight: 400;
}
.museum .excard-long__details h2 a:hover, .museum .excard-long__details h2 a:focus {
  color: #FFFFFF;
}
.museum .excard-long__details h2 a .last-word .arrow {
  border-left-color: #FFFFFF;
}
.museum .excard-long__details .cta:after {
  background-color: #FFFFFF;
}
.museum .excard-long__details .cta:hover {
  color: #000000;
}
.museum .excard-long__description {
  font-size: 12px;
  line-height: 1.9;
  font-weight: 300;
}
@media (min-width: 700px) {
  .museum .excard-long__description {
    width: 48%;
    padding-bottom: 50px;
    border-bottom: 1px solid #000000;
  }
}
@media (min-width: 1025px) {
  .museum .excard-long__description {
    font-size: 16px;
    line-height: 1.625;
    width: calc(58% - 40px);
    max-width: 645px;
    margin-right: 30px;
  }
}
.museum .excard-long__description a {
  color: #000000;
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
}
@media screen and (min-width: 1025px) {
  .museum .excard-long .arrow {
    bottom: 10.25px;
  }
}

/**
 * @file
 * Museum Exhibition past exhibits
 *
 * Styles for museum past exhibits section
 */
.museum .exhibitions-past {
  background-color: #F3F1F1;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 700px) {
  .museum .exhibitions-past {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .exhibitions-past {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.museum .exhibitions-past:before {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  background-color: #F3F1F1;
  content: "";
}
.museum .exhibitions-past__wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .museum .exhibitions-past .section__header {
    padding-right: 33%;
    margin: 0;
  }
}
.museum .exhibitions-past .section__header h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 37px;
  line-height: 1.02;
  font-family: halyard-text, sans-serif;
}
@media (min-width: 700px) {
  .museum .exhibitions-past .section__header h2 {
    font-size: 45px;
  }
}
@media (min-width: 1025px) {
  .museum .exhibitions-past .section__header h2 {
    font-size: 70px;
    line-height: 1.08;
  }
}
.museum .exhibitions-past .section__header h2:after, .museum .exhibitions-past .section__header h2:before {
  content: none;
}
.museum .exhibitions-past__content {
  position: relative;
  z-index: 1;
}
@media (min-width: 700px) {
  .museum .exhibitions-past__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: -4px 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1025px) {
  .museum .exhibitions-past__content {
    margin: -33px 0 0;
  }
}
.museum .exhibitions-past__description {
  padding: 4px 0 0;
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 15px;
}
@media (min-width: 700px) {
  .museum .exhibitions-past__description {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: 67%;
        -ms-flex-preferred-size: 67%;
            flex-basis: 67%;
    line-height: 1.55;
  }
}
@media (min-width: 1025px) {
  .museum .exhibitions-past__description {
    font-size: 20px;
    line-height: 1.5;
  }
}

/**
 * @file
 * Museum - On the Road section
 *
 * Styles for museum on the road
 */
.museum .ontheroad {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 9px;
  position: relative;
  background-color: #F3F1F1;
}
@media screen and (min-width: 700px) {
  .museum .ontheroad {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 700px) {
  .museum .ontheroad {
    padding: 0 30px 29px;
  }
  .museum .ontheroad:after {
    display: table;
    content: "";
    clear: both;
  }
}
@media (min-width: 1025px) {
  .museum .ontheroad {
    padding: 0 50px 50px;
  }
}
.museum .ontheroad:before {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  background-color: #F3F1F1;
  content: "";
}
.museum .ontheroad__wrapper {
  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;
  max-width: 1100px;
  margin: 0 auto 22px;
}
@media (min-width: 700px) {
  .museum .ontheroad__wrapper {
    display: block;
    padding: 0 0 28px;
  }
}
.museum .ontheroad__header {
  position: relative;
  background: #006985;
  color: #FFFFFF;
  z-index: 1;
  padding: 56px 0 17px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 700px) {
  .museum .ontheroad__header {
    float: left;
    width: 50%;
    padding: 29px 0 31px;
    margin: 0 0 48px;
  }
}
@media (min-width: 1025px) {
  .museum .ontheroad__header {
    padding: 6px 0 77px;
    margin: 0 0 91px;
  }
}
.museum .ontheroad__header:before {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  background: #006985;
  height: 100%;
  top: 0;
  z-index: -1;
  content: "";
}
@media (min-width: 700px) {
  .museum .ontheroad__header:before {
    margin-left: 0;
    left: -30px;
  }
}
@media (min-width: 1159px) {
  .museum .ontheroad__header:before {
    left: calc(550px - 50vw);
  }
}
.museum .ontheroad__header h2 {
  font-size: 25px;
  line-height: 1.04;
  margin-bottom: 22px;
}
@media (min-width: 700px) {
  .museum .ontheroad__header h2 {
    font-size: 30px;
    margin-bottom: 17px;
  }
}
@media (min-width: 1025px) {
  .museum .ontheroad__header h2 {
    font-size: 50px;
    line-height: 0.94;
    margin-bottom: 38px;
  }
}
.museum .ontheroad__header .ontheroad__description {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.53;
  margin: 0 0 15px;
}
@media (min-width: 700px) {
  .museum .ontheroad__header .ontheroad__description {
    margin: 0 0 20px;
  }
}
@media (min-width: 1025px) {
  .museum .ontheroad__header .ontheroad__description {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 32px;
  }
}
.museum .ontheroad__img {
  position: relative;
  z-index: 2;
}
@media (max-width: 699px) {
  .museum .ontheroad__img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 700px) {
  .museum .ontheroad__img {
    float: right;
    width: 46%;
    padding: 58px 0 0;
  }
}
@media (min-width: 1025px) {
  .museum .ontheroad__img {
    padding: 80px 0 0;
    width: 36%;
  }
}
@media (max-width: 699px) {
  .museum .ontheroad__img:before {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    top: 0;
    background-color: #006985;
    height: 156px;
    z-index: -1;
    content: "";
  }
}
.museum .ontheroad__img img {
  margin-left: auto;
  width: 100%;
}
@media (min-width: 1025px) {
  .museum .ontheroad__img img {
    max-width: 396px;
  }
}
.museum .ontheroad__img-caption {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.16;
  padding: 16px 0;
  border-bottom: 1px solid #000000;
}
@media (min-width: 700px) {
  .museum .ontheroad__img-caption {
    padding: 14px 0 16px;
  }
}
@media (min-width: 1025px) {
  .museum .ontheroad__img-caption {
    font-size: 13px;
    padding: 19px 0 5px;
  }
}
.museum .ontheroad__content {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 32px 0 0;
}
@media (min-width: 700px) {
  .museum .ontheroad__content {
    width: 45%;
  }
}
@media (min-width: 1025px) {
  .museum .ontheroad__content {
    width: 58%;
  }
}
.museum .ontheroad__content .ontheroad__title {
  font-size: 25px;
  line-height: 1.04;
  margin: 0 0 14px;
}
.museum .ontheroad__content .ontheroad__title .link--arrow {
  font-weight: 400;
}
@media (min-width: 1025px) {
  .museum .ontheroad__content .ontheroad__title {
    font-size: 30px;
    margin: 0 0 31px;
  }
}
.museum .ontheroad__content .ontheroad__description {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 15px;
  padding: 0 0 14px;
  border-bottom: 1px solid #000000;
}
@media (min-width: 700px) {
  .museum .ontheroad__content .ontheroad__description {
    padding: 0 0 28px;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .museum .ontheroad__content .ontheroad__description {
    padding: 0 0 17px;
  }
}

/**
 * @file
 * Museum - On the Road section
 *
 * Styles for museum on the road
 */
.museum .studentex {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media screen and (min-width: 700px) {
  .museum .studentex {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 700px) {
  .museum .studentex {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .museum .studentex {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.museum .studentex__wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .museum .studentex__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.museum .studentex__header {
  margin: 0 auto 48px;
}
@media (max-width: 699px) {
  .museum .studentex__img {
    float: left;
    width: 23%;
    margin: 0 16px 5px 0;
  }
}
@media (min-width: 700px) {
  .museum .studentex__img {
    -webkit-flex-basis: 26.5%;
        -ms-flex-preferred-size: 26.5%;
            flex-basis: 26.5%;
    -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;
  }
}
@media (min-width: 1025px) {
  .museum .studentex__img {
    -webkit-flex-basis: 21%;
        -ms-flex-preferred-size: 21%;
            flex-basis: 21%;
    max-width: 215px;
  }
}
@media (min-width: 700px) {
  .museum .studentex__img img {
    width: 100%;
  }
}
.museum .studentex__content {
  line-height: 0.8;
}
@media (min-width: 700px) {
  .museum .studentex__content {
    -webkit-flex-basis: 69%;
        -ms-flex-preferred-size: 69%;
            flex-basis: 69%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: auto;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media (min-width: 1025px) {
  .museum .studentex__content {
    -webkit-flex-basis: 78.3%;
        -ms-flex-preferred-size: 78.3%;
            flex-basis: 78.3%;
  }
}
.museum .studentex__content .label,
.museum .studentex__content .location {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.16;
  font-weight: 500;
}
.museum .studentex__content .label + .location:before {
  content: "|";
  margin: 0 5px;
}
.museum .studentex__title {
  line-height: 1.16;
  margin: 6px 0 21px;
}
@media (min-width: 700px) {
  .museum .studentex__title {
    margin: 8px 0 10px;
  }
}
@media (min-width: 1025px) {
  .museum .studentex__title {
    margin: 5px 0 8px;
  }
}
.museum .studentex__title a {
  font-weight: 400;
  font-size: 20px;
}
@media (min-width: 1025px) {
  .museum .studentex__title a {
    font-size: 38px;
  }
}
.museum .studentex__description {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.6;
}
@media (min-width: 1025px) {
  .museum .studentex__description {
    font-size: 15px;
    line-height: 1.47;
  }
}

.museum .research-vidfeat {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
@media screen and (min-width: 700px) {
  .museum .research-vidfeat {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 700px) {
  .museum .research-vidfeat {
    width: 100%;
    margin-left: auto;
    left: auto;
  }
}
.museum .research-vidfeat__inner {
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
}
.museum .research-vidfeat__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  .museum .research-vidfeat__top {
    -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;
  }
}
.museum .research-vidfeat__left {
  background-color: #FC7687;
  padding: 1.1em 15px 2em;
  position: relative;
}
@media screen and (max-width: 699px) {
  .museum .research-vidfeat__left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 700px) {
  .museum .research-vidfeat__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-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 550px;
    padding: 2.6em 20px 1.75em;
  }
}
@media screen and (min-width: 1025px) {
  .museum .research-vidfeat__left {
    padding: 3.8em 50px 2.6em;
    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;
    min-width: 0;
  }
}
.museum .research-vidfeat__left h2 {
  line-height: 1.15;
  margin-top: 30px;
  font-size: 25px;
  margin-bottom: 8px;
}
@media (min-width: 700px) {
  .museum .research-vidfeat__left h2 {
    margin-bottom: 16px;
    margin-top: auto;
    font-size: 20px;
    line-height: 0.8;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .museum .research-vidfeat__left h2 {
    margin-bottom: 28px;
    font-size: 44px;
    line-height: 1;
  }
}
.museum .research-vidfeat__left h2 a {
  font-weight: 400;
}
.museum .research-vidfeat__left h2 a .last-word .arrow {
  border-left-color: #000000;
  top: calc(50% - 1px);
}
@media (min-width: 1025px) {
  .museum .research-vidfeat__left h2 a .last-word .arrow {
    top: 50%;
    border-width: 8.25px;
  }
}
.museum .research-vidfeat__left h2 a:hover {
  color: #000000;
}
.museum .research-vidfeat__left .label {
  position: relative;
  z-index: 1;
}
@media (min-width: 700px) {
  .museum .research-vidfeat__left .label {
    width: 100%;
  }
}
.museum .research-vidfeat__left .label:before {
  position: absolute;
  top: 7px;
  left: 10px;
  right: 33px;
  height: 1px;
  background-color: #000000;
  z-index: -1;
  content: "";
}
@media (min-width: 700px) {
  .museum .research-vidfeat__left .label:before {
    right: 44px;
  }
}
@media (min-width: 1025px) {
  .museum .research-vidfeat__left .label:before {
    right: 64px;
    top: 12px;
  }
}
.museum .research-vidfeat__left .label span {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px 0 0;
  font-size: 12px;
  line-height: 1.22;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  background: #FC7687;
}
@media (min-width: 1025px) {
  .museum .research-vidfeat__left .label span {
    font-size: 18px;
    padding: 0 15px 0 0;
  }
}
.museum .research-vidfeat__left .label span:before {
  display: block;
  position: absolute;
  right: 0;
  top: -5px;
  background-image: url("/_resources/assets_museum/icon/mfit-home.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  content: "";
}
@media (min-width: 700px) {
  .museum .research-vidfeat__left .label span:before {
    right: 6px;
  }
}
@media (min-width: 1025px) {
  .museum .research-vidfeat__left .label span:before {
    width: 42px;
    height: 42px;
    top: -9px;
    right: 0;
  }
}
.museum .research-vidfeat__left .label--spotlight span:before {
  background-image: url("/_resources/assets_museum/icon/mfit-star.svg");
}
@media screen and (max-width: 699px) {
  .museum .research-vidfeat__right {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    height: 100%;
  }
}
.museum .research-vidfeat__caption {
  font-size: 12px;
  font-weight: 350;
  line-height: 1.58;
  margin-bottom: 16px;
}
@media screen and (min-width: 700px) {
  .museum .research-vidfeat__caption {
    line-height: 1.4;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .museum .research-vidfeat__caption {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.museum .research-vidfeat .cta--link {
  font-size: 16px;
}
@media (min-width: 700px) {
  .museum .research-vidfeat .cta--link {
    font-size: 12px;
    margin: 0.25rem 0 0;
  }
}
@media (min-width: 1025px) {
  .museum .research-vidfeat .cta--link {
    font-size: 16px;
  }
}
.museum .research-vidfeat .cta--link:before, .museum .research-vidfeat .cta--link:after {
  background-image: url("/_resources/assets/icons/arrow-black.svg");
}
@media (min-width: 700px) {
  .museum .research-vidfeat .cta--link:before, .museum .research-vidfeat .cta--link:after {
    top: calc(50% + 1px);
  }
}
.museum .research-vidfeat .cta--link:hover, .museum .research-vidfeat .cta--link:focus {
  color: #000000;
}
.museum .research-vidfeat__video {
  position: relative;
  background-color: #000000;
}
.museum .research-vidfeat__video .video__vid {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  min-height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit";
}
@media (min-width: 1025px) {
  .museum .research-vidfeat__video .video__vid {
    min-height: 545px;
  }
}
.museum .research-vidfeat__video .video__play {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}
.museum .research-vidfeat__video .video__play .visually-hidden span {
  display: none;
}
.museum .research-vidfeat__video .video__play .visually-hidden span:first-child {
  display: block;
}
.museum .research-vidfeat__video .video__play.js-pause .visually-hidden span {
  display: block;
}
.museum .research-vidfeat__video .video__play.js-pause .visually-hidden span:first-child {
  display: none;
}
.museum .research-vidfeat__video .video__play .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #AA0101;
  border: none;
  pointer-events: none;
  -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) {
  .museum .research-vidfeat__video .video__play .btn {
    width: 56px;
    height: 56px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .research-vidfeat__video .video__play .btn {
    width: 95px;
    height: 95px;
  }
}
.museum .research-vidfeat__video .video__play:hover .btn {
  background-color: #000000;
}
.museum .research-vidfeat__video .video__play:not(.js-pause) .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 2px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid #FFFFFF;
}
@media screen and (min-width: 1025px) {
  .museum .research-vidfeat__video .video__play:not(.js-pause) .btn:after {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 23px solid #FFFFFF;
  }
}
.museum .research-vidfeat__video .video__play.js-pause .btn:before,
.museum .research-vidfeat__video .video__play.js-pause .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 7px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5px;
  height: 40%;
  background-color: #FFFFFF;
}
@media screen and (min-width: 700px) {
  .museum .research-vidfeat__video .video__play.js-pause .btn:before,
  .museum .research-vidfeat__video .video__play.js-pause .btn:after {
    width: 6px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .research-vidfeat__video .video__play.js-pause .btn:before,
  .museum .research-vidfeat__video .video__play.js-pause .btn:after {
    width: 8px;
    left: calc(50% + 10px);
  }
}
.museum .research-vidfeat__video .video__play.js-pause .btn:after {
  left: calc(50% - 7px);
}
@media screen and (min-width: 1025px) {
  .museum .research-vidfeat__video .video__play.js-pause .btn:after {
    left: calc(50% - 10px);
  }
}

.museum .collection-feat {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 700px) {
  .museum .collection-feat {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 699px) {
  .museum .collection-feat {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
}
.museum .collection-feat__inner {
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .museum .collection-feat__inner > .work-vid-feat__attribution {
    display: none;
  }
}
.museum .collection-feat__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  .museum .collection-feat__top {
    -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;
  }
}
.museum .collection-feat__right {
  background-color: #006985;
  padding: 1.1em 15px 2em;
  position: relative;
}
@media screen and (max-width: 699px) {
  .museum .collection-feat__right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 700px) {
  .museum .collection-feat__right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 63.2%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 63.2%;
            flex: 1 1 63.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-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.6em 26px 1.75em;
  }
}
@media screen and (min-width: 1025px) {
  .museum .collection-feat__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 3.8em 50px 2.6em;
    min-width: 0;
  }
}
.museum .collection-feat__right h2 {
  line-height: 1.15;
  margin-top: 30px;
  font-size: 25px;
  margin-bottom: 8px;
  color: #FFFFFF;
}
@media (min-width: 700px) {
  .museum .collection-feat__right h2 {
    margin-top: auto;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 0.8;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .museum .collection-feat__right h2 {
    margin-bottom: 28px;
    font-size: 44px;
    line-height: 1;
  }
}
.museum .collection-feat__right h2 a {
  font-weight: 400;
  color: inherit;
}
.museum .collection-feat__right h2 a .last-word .arrow {
  border-left-color: #FFFFFF;
  top: calc(50% - 1px);
}
@media (min-width: 1025px) {
  .museum .collection-feat__right h2 a .last-word .arrow {
    top: 50%;
    border-width: 8.25px;
  }
}
.museum .collection-feat__right h2 a:hover {
  color: #FFFFFF;
}
.museum .collection-feat__right .label {
  position: relative;
  z-index: 1;
}
@media (min-width: 700px) {
  .museum .collection-feat__right .label {
    width: 100%;
  }
}
.museum .collection-feat__right .label:before {
  position: absolute;
  top: 7px;
  left: 10px;
  right: 33px;
  height: 1px;
  background-color: #FFFFFF;
  z-index: -1;
  content: "";
}
@media (min-width: 700px) {
  .museum .collection-feat__right .label:before {
    right: 37px;
  }
}
@media (min-width: 1025px) {
  .museum .collection-feat__right .label:before {
    right: 64px;
    top: 12px;
  }
}
.museum .collection-feat__right .label span {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px 0 0;
  font-size: 12px;
  line-height: 1.22;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFFFFF;
  background: #006985;
}
@media (min-width: 1025px) {
  .museum .collection-feat__right .label span {
    font-size: 18px;
    padding: 0 15px 0 0;
  }
}
.museum .collection-feat__right .label span:before {
  display: block;
  position: absolute;
  right: 0;
  top: -5px;
  background-image: url("/_resources/assets_museum/icon/collection.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  content: "";
}
@media (min-width: 700px) {
  .museum .collection-feat__right .label span:before {
    right: 0;
  }
}
@media (min-width: 1025px) {
  .museum .collection-feat__right .label span:before {
    width: 42px;
    height: 42px;
    top: -9px;
    right: 0;
  }
}
@media screen and (max-width: 699px) {
  .museum .collection-feat__left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    height: 100%;
  }
}
@media (min-width: 700px) {
  .museum .collection-feat__left {
    -webkit-flex-basis: 36.8%;
        -ms-flex-preferred-size: 36.8%;
            flex-basis: 36.8%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1025px) {
  .museum .collection-feat__left {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.museum .collection-feat__img img {
  width: 100%;
}
.museum .collection-feat__caption {
  font-size: 12px;
  font-weight: 350;
  line-height: 1.58;
  margin-bottom: 16px;
  color: #FFFFFF;
}
@media screen and (min-width: 700px) {
  .museum .collection-feat__caption {
    line-height: 1.4;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .museum .collection-feat__caption {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.museum .collection-feat .cta--link {
  color: #FFFFFF;
  font-size: 16px;
}
@media (min-width: 700px) {
  .museum .collection-feat .cta--link {
    font-size: 12px;
    margin: 0.25rem 0 0;
  }
}
@media (min-width: 1025px) {
  .museum .collection-feat .cta--link {
    font-size: 16px;
  }
}
.museum .collection-feat .cta--link:before, .museum .collection-feat .cta--link:after {
  background-image: url("/_resources/assets/icons/arrow-white.svg");
}
@media (min-width: 700px) {
  .museum .collection-feat .cta--link:before, .museum .collection-feat .cta--link:after {
    top: calc(50% + 1px);
  }
}
.museum .collection-feat .cta--link:hover, .museum .collection-feat .cta--link:focus {
  color: #FFFFFF;
}

.museum .museum-hero {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  margin-top: -2.7em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.3em;
}
@media screen and (min-width: 700px) {
  .museum .museum-hero {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 699px) {
  .museum .museum-hero {
    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;
    height: 100%;
  }
}
@media (min-width: 700px) {
  .museum .museum-hero {
    margin-top: -2.7em;
  }
}
.museum .museum-hero:before {
  background: #F3F1F1;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  height: 100%;
  z-index: -1;
  top: -1px;
  content: "";
}
.museum .museum-hero__img {
  height: 100%;
}
.museum .museum-hero__img:before {
  background: #000000;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  bottom: 0;
  height: 91.5%;
  z-index: -1;
  content: "";
}
@media (min-width: 700px) {
  .museum .museum-hero__img:before {
    height: 75.5%;
  }
}
@media (min-width: 1025px) {
  .museum .museum-hero__img:before {
    height: 73%;
  }
}
.museum .museum-hero__attribution {
  display: block;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.33;
  padding: 10px 0;
  border-bottom: 1px solid #FFFFFF;
}
@media (min-width: 700px) {
  .museum .museum-hero__attribution {
    padding: 14px 0;
  }
}
@media (min-width: 1025px) {
  .museum .museum-hero__attribution {
    text-align: right;
    font-size: 13px;
    padding: 18px 0 14px;
  }
}
.museum .museum-hero__intro {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.3;
  padding: 24px 0;
}
@media (max-width: 699px) {
  .museum .museum-hero__intro {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 1025px) {
  .museum .museum-hero__intro {
    font-size: 30px;
    line-height: 1.2;
    padding: 65px 0 55px;
  }
}
.museum .museum-hero__intro a {
  color: #FFFFFF !important;
  background-image: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#FFFFFF)) !important;
  background-image: -o-linear-gradient(right, #FFFFFF, #FFFFFF) !important;
  background-image: linear-gradient(to left, #FFFFFF, #FFFFFF) !important;
}
@media (min-width: 700px) {
  .museum .museum-hero__details {
    margin: 0 0 23px;
  }
}
.museum .museum-hero .location,
.museum .museum-hero .date {
  display: block;
  line-height: 1.41;
}
@media (min-width: 700px) {
  .museum .museum-hero .location,
  .museum .museum-hero .date {
    display: inline;
  }
}
.museum .museum-hero .location {
  margin: 0 0 6px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .museum .museum-hero .location {
    font-size: 16px;
    padding: 0 30px 0 0;
  }
}
.museum .museum-hero .date {
  font-size: 12px;
  font-weight: 300;
  padding: 0 0 20px;
}
@media (min-width: 1025px) {
  .museum .museum-hero .date {
    font-size: 16px;
  }
}
.museum .museum-hero .cta--circle {
  width: 117px;
  height: 117px;
  margin-right: 0;
}
@media (min-width: 700px) {
  .museum .museum-hero .cta--circle {
    margin-top: -120px;
  }
}
@media (min-width: 1025px) {
  .museum .museum-hero .cta--circle {
    margin-top: -144px;
    width: 156px;
    height: 156px;
  }
}
.museum .museum-hero .cta--circle span {
  font-size: 12px;
  padding: 0 4px;
}
@media (min-width: 700px) {
  .museum .museum-hero .cta--circle span {
    margin-top: -6px;
  }
}
@media (min-width: 1025px) {
  .museum .museum-hero .cta--circle span {
    font-size: 16px;
    padding: 0 8px;
  }
}
@media (max-width: 699px) {
  .museum .museum-hero .cta--circle {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.museum .museum-hero.exhibitions-template {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .museum .museum-hero.exhibitions-template {
    margin: -1.6em auto 0;
  }
}
@media (min-width: 1025px) {
  .museum .museum-hero.exhibitions-template {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    max-width: 1900px;
    padding: 0 50px;
    margin: -2.1em auto 0;
  }
}
.museum .museum-hero.exhibitions-template .museum-hero__img:before {
  height: 87%;
}
@media (min-width: 700px) {
  .museum .museum-hero.exhibitions-template .museum-hero__img:before {
    height: 69%;
  }
}
@media (min-width: 1025px) {
  .museum .museum-hero.exhibitions-template .museum-hero__img:before {
    height: 71%;
  }
}

.museum .carousel-extemplate {
  position: relative;
  margin-top: -31px;
}
@media (min-width: 700px) {
  .museum .carousel-extemplate {
    margin-top: -36px;
  }
}
@media (min-width: 1025px) {
  .museum .carousel-extemplate {
    margin-top: -41px;
  }
}
.museum .carousel-extemplate:before {
  content: "";
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  display: block;
  position: absolute;
  top: -1px;
  height: 20%;
  background: #000000;
  z-index: -1;
}
@media (min-width: 700px) {
  .museum .carousel-extemplate:before {
    height: 22%;
  }
}
@media (min-width: 1025px) {
  .museum .carousel-extemplate:before {
    height: 25%;
  }
}
.museum .carousel-extemplate__wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 50vh;
}
@media (min-width: 700px) {
  .museum .carousel-extemplate__wrapper {
    max-width: 700px;
    padding: 0 17px;
  }
}
@media (min-width: 1025px) {
  .museum .carousel-extemplate__wrapper {
    padding: 0;
  }
}
.museum .carousel-extemplate__img img {
  width: 100%;
}
.museum .carousel-extemplate__caption {
  padding: 14px 0 12px;
  font-size: 12px;
  line-height: 1.18;
  border-bottom: 1px solid #000000;
  margin-bottom: 1px;
}
@media (min-width: 1025px) {
  .museum .carousel-extemplate__caption {
    font-size: 13px;
    padding: 18px 0;
  }
}
.museum .carousel-extemplate__caption a {
  color: #000000;
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
}
.museum .carousel-extemplate .slick-arrow {
  color: #FC7687;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -10px;
  height: 40px;
}
@media (min-width: 700px) {
  .museum .carousel-extemplate .slick-arrow {
    margin-top: -31px;
  }
}
@media (min-width: 1025px) {
  .museum .carousel-extemplate .slick-arrow {
    margin-top: 0;
    top: 37.5%;
    height: 70px;
  }
}
.museum .carousel-extemplate .slick-arrow:after {
  font-size: 28px;
}
@media (min-width: 1025px) {
  .museum .carousel-extemplate .slick-arrow:after {
    font-size: 46px;
  }
}
.museum .carousel-extemplate .slick-arrow:hover:after, .museum .carousel-extemplate .slick-arrow:focus:after {
  color: #000000;
}
.museum .carousel-extemplate .slick-arrow.slick-prev {
  left: -7px;
  right: auto;
}
@media (min-width: 700px) {
  .museum .carousel-extemplate .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media (min-width: 1025px) {
  .museum .carousel-extemplate .slick-arrow.slick-prev {
    left: -46px;
  }
}
.museum .carousel-extemplate .slick-arrow.slick-next {
  right: -7px;
}
@media (min-width: 700px) {
  .museum .carousel-extemplate .slick-arrow.slick-next {
    right: -9px;
  }
}
@media (min-width: 1025px) {
  .museum .carousel-extemplate .slick-arrow.slick-next {
    right: -46px;
  }
}
@media (min-width: 700px) {
  .museum .carousel-extemplate .slick-slide {
    margin-right: 39px;
  }
}
@media (min-width: 1025px) {
  .museum .carousel-extemplate .slick-slide {
    margin-right: 51px;
  }
}
@media (min-width: 700px) {
  .museum .carousel-extemplate .slick-list {
    margin-right: -39px;
  }
}
@media (min-width: 1025px) {
  .museum .carousel-extemplate .slick-list {
    margin-right: -51px;
  }
}

/**
 * @file
 * Accordion
 *
 * Contains overwrite styles for museum accordion content object.
 */
.museum .accordion__intro {
  margin: 0 0 16px;
}
@media (min-width: 700px) {
  .museum .accordion__intro {
    margin: 0 0 11px;
  }
}
@media (min-width: 1025px) {
  .museum .accordion__intro {
    margin: 0 0 33px;
  }
}
.museum .accordion__all {
  margin: 0 0 9px;
}
@media (min-width: 700px) {
  .museum .accordion__all {
    margin: 0 0 7px;
  }
}
@media (min-width: 1025px) {
  .museum .accordion__all {
    margin: 0 0 16px;
  }
}
@media (min-width: 700px) {
  .museum .accordion__all .accordion__collapse-all,
  .museum .accordion__all .accordion__expand-all {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .museum .accordion__all .accordion__collapse-all,
  .museum .accordion__all .accordion__expand-all {
    font-size: 17px;
  }
}
.museum .accordion__all .accordion__collapse-all {
  margin-left: 33px;
}
@media (min-width: 700px) {
  .museum .accordion__all .accordion__collapse-all {
    margin-left: 22px;
  }
}
.museum .accordion__all .accordion__collapse-all:before {
  content: "|";
  position: absolute;
  left: -20px;
}
@media (min-width: 700px) {
  .museum .accordion__all .accordion__collapse-all:before {
    left: -14px;
  }
}
.museum .accordion__content {
  font-size: 15px;
}
.museum .accordion__content a {
  color: #000000;
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
}
.museum .accordion__item:nth-child(2) .accordion__icon {
  background-color: #FC7687;
}
.museum .accordion__icon:not(:hover) {
  background-color: #FC7687;
}
.museum .accordion button:not(.js-disabled):hover, .museum .accordion button:not(.js-disabled):focus {
  color: #AA0101;
}
@media (min-width: 1025px) {
  .museum .accordion__top {
    font-size: 16px;
    font-weight: 600;
    margin: 24px 0 0;
  }
}
.museum .accordion__top:before {
  top: 6px;
}
@media (min-width: 1025px) {
  .museum .accordion__top:before {
    top: 9px;
  }
}
.museum .accordion__top:hover:before {
  border-color: transparent transparent #000000 transparent;
}
.museum .accordion__toggle {
  font-family: halyard-text, sans-serif;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .museum .accordion__toggle {
    font-size: 25px;
  }
}
.museum .accordion__toggle:hover .accordion__icon, .museum .accordion__toggle[aria-expanded=true]:focus .accordion__icon {
  background-color: #FFFFFF;
  border-color: #000000;
}
.museum .accordion__toggle:hover .accordion__icon:before, .museum .accordion__toggle[aria-expanded=true]:focus .accordion__icon:before {
  background-color: #000000;
}
.museum .accordion__toggle:hover .accordion__icon:after, .museum .accordion__toggle[aria-expanded=true]:focus .accordion__icon:after {
  background-color: transparent;
}

.museum .footer-sock {
  margin-bottom: 45px;
}
@media (min-width: 700px) {
  .museum .footer-sock {
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .museum .footer-sock {
    width: 100%;
    max-width: 1100px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.museum .footer-sock__body {
  padding: 0;
}
.museum .footer-sock__body:after {
  content: none;
}
.museum .footer-sock__ctas a {
  padding: 1.4em 0 1.4em 4em;
  font-size: 16px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 700px) {
  .museum .footer-sock__ctas a {
    padding: 1.3em 0 1.3em 4em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none;
  }
}
@media (min-width: 1025px) {
  .museum .footer-sock__ctas a {
    padding: 1.4em 0 1.4em 0;
    font-size: 19px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.3%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 33.3%;
            flex: 1 1 33.3%;
    text-align: center;
  }
}
.museum .footer-sock__ctas a:after {
  background-color: #AA0101;
}
.museum .footer-sock__ctas a span {
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .museum .footer-sock__ctas a span {
    padding-left: 18px;
  }
}
.museum .footer-sock__ctas a span:after {
  width: 25px;
  height: 25px;
}
@media (min-width: 1025px) {
  .museum .footer-sock__ctas a span:after {
    left: -26px;
    width: 35px;
    height: 35px;
  }
}
.museum .footer-sock__ctas a:nth-child(1) {
  color: #FFFFFF;
}
.museum .footer-sock__ctas a:nth-child(1):before {
  background: #006985;
}
.museum .footer-sock__ctas a:nth-child(1) span:after {
  background-image: url("/_resources/assets/icons/pin.svg");
}
.museum .footer-sock__ctas a:nth-child(2) {
  color: #FFFFFF;
  border: 1px solid #000000;
}
.museum .footer-sock__ctas a:nth-child(2):before {
  background: #000000;
}
.museum .footer-sock__ctas a:nth-child(2) span:after {
  background-image: url("/_resources/assets/icons/quote-fill.svg");
}
.museum .footer-sock__ctas a:nth-child(2):hover, .museum .footer-sock__ctas a:nth-child(2):focus {
  background-color: #AA0101;
  border: 1px solid #000000;
}
.museum .footer-sock__ctas a:nth-child(2):hover:after, .museum .footer-sock__ctas a:nth-child(2):focus:after {
  background-color: #AA0101;
}
.museum .footer-sock__ctas a:nth-child(2):hover span, .museum .footer-sock__ctas a:nth-child(2):focus span {
  color: #FFFFFF;
}
.museum .footer-sock__ctas a:nth-child(3):before {
  background: #FC7687;
}
.museum .footer-sock__ctas a:nth-child(3) span:after {
  background-image: url("/_resources/assets_museum/icon/mail-black.svg");
}
.museum .footer-sock__ctas a:nth-child(3):hover span:after, .museum .footer-sock__ctas a:nth-child(3):focus span:after {
  background-image: url("/_resources/assets_museum/icon/mail-white.svg");
}

.museum .donor-info__logos {
  width: 100%;
  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;
  -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;
}

/**
 * @file
 * Museum Exhibit Template Details
 *
 * Styles for exhibit template detail section
 */
.museum .exdetails {
  margin-top: 60px;
  margin-bottom: 60px;
}
.museum .exdetails:after {
  display: table;
  content: "";
  clear: both;
}
@media screen and (min-width: 700px) {
  .museum .exdetails {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 700px) {
  .museum .exdetails {
    margin-top: 91px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    max-width: 1900px;
    padding: 0 50px;
    margin-left: 0;
    margin-right: 0;
  }
}
.museum .exdetails__heading {
  margin: 39px 0 13px;
}
@media (min-width: 700px) {
  .museum .exdetails__heading {
    padding: 0 30px;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__heading {
    margin: 40px 0 38px 19px;
    float: left;
    width: 43%;
  }
}
.museum .exdetails__heading h2 {
  font-family: halyard-text, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 37px;
  line-height: 1.1;
  margin: 0 0 18px;
}
@media (min-width: 700px) {
  .museum .exdetails__heading h2 {
    width: 50%;
    font-size: 45px;
    line-height: 1;
    margin: 0 0 35px;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__heading h2 {
    font-size: 70px;
    line-height: 1.08;
    width: 100%;
  }
}
.museum .exdetails__description {
  font-size: 15px;
  font-weight: 300;
}
@media (min-width: 700px) {
  .museum .exdetails__description {
    float: left;
    width: 43%;
    margin-bottom: 61px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__description {
    font-size: 20px;
    line-height: 1.5;
    width: 100%;
    float: none;
  }
}
.museum .exdetails__description a {
  color: #000000;
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
}
.museum .exdetails__pub {
  background: #006985;
  color: #FFFFFF;
}
@media (max-width: 699px) {
  .museum .exdetails__pub {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
}
@media (min-width: 700px) {
  .museum .exdetails__pub {
    width: 50%;
    float: right;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__pub {
    width: 54%;
    margin-top: 155px;
  }
}
.museum .exdetails__pub-inner {
  padding: 0 0 22px;
}
@media (min-width: 1025px) {
  .museum .exdetails__pub-inner {
    padding: 0 0 52px;
  }
}
.museum .exdetails__pub-inner a {
  color: #FFFFFF;
  background-image: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#FFFFFF));
  background-image: -o-linear-gradient(right, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to left, #FFFFFF, #FFFFFF);
}
.museum .exdetails__pub-description, .museum .exdetails__pub-title {
  padding: 0 15px 10px;
}
.museum .exdetails__pub-title {
  padding: 32px 15px 10px;
}
@media (min-width: 700px) {
  .museum .exdetails__pub-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1.04;
    padding: 34px 28px 9px;
  }
}
@media (min-width: 700px) and (min-width: 1025px) {
  .museum .exdetails__pub-title {
    font-size: 40px;
    line-height: 0.925;
    padding: 61px 52px 20px;
  }
}
.museum .exdetails__pub-description {
  font-size: 12px;
  font-weight: 300;
}
@media (min-width: 700px) {
  .museum .exdetails__pub-description {
    padding: 0 33px 13px;
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__pub-description {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 52px 30px;
  }
}
.museum .exdetails__pub .cta--button {
  margin-left: 15px;
}
@media (min-width: 700px) {
  .museum .exdetails__pub .cta--button {
    margin-left: 31px;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__pub .cta--button {
    margin-left: 51px;
  }
}
.museum .exdetails__press {
  background: #6C2241;
  color: #FFFFFF;
  margin: 0 -15px;
}
@media (min-width: 700px) {
  .museum .exdetails__press {
    width: 50%;
    float: left;
    margin: 0;
    min-height: 415px;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__press {
    width: 46%;
    min-height: 421px;
  }
}
.museum .exdetails__press-inner {
  padding: 35px 15px 20px;
}
@media (min-width: 700px) {
  .museum .exdetails__press-inner {
    padding: 35px 29px 25px;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__press-inner {
    padding: 84px 50px 55px;
  }
}
.museum .exdetails__press-inner a {
  color: #FFFFFF;
  font-weight: 400;
  background-image: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#FFFFFF));
  background-image: -o-linear-gradient(right, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to left, #FFFFFF, #FFFFFF);
}
.museum .exdetails__press h3 {
  font-size: 25px;
  line-height: 1.04;
}
@media (min-width: 700px) {
  .museum .exdetails__press h3 {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__press h3 {
    font-size: 40px;
    line-height: 0.925;
  }
}
.museum .exdetails__press-articles {
  border-top: 1px solid #FFFFFF;
  margin: 20px 0;
}
.museum .exdetails__press-article {
  border-bottom: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8.5px 0;
}
.museum .exdetails__press .press-source {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  -webkit-flex-basis: 28%;
      -ms-flex-preferred-size: 28%;
          flex-basis: 28%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1025px) {
  .museum .exdetails__press .press-source {
    font-size: 16px;
  }
}
.museum .exdetails__press .press-title {
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.3px;
  font-weight: 300;
  -webkit-flex-basis: 72%;
      -ms-flex-preferred-size: 72%;
          flex-basis: 72%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1025px) {
  .museum .exdetails__press .press-title {
    font-size: 16px;
  }
}
.museum .exdetails__press-morearticles {
  font-size: 12px;
  font-weight: 300;
}
@media (min-width: 1025px) {
  .museum .exdetails__press-morearticles {
    font-size: 16px;
  }
}
.museum .exdetails__events {
  border: 1px solid #000000;
  background-color: #FFFFFF;
  margin: 0 -15px;
}
@media (min-width: 700px) {
  .museum .exdetails__events {
    border: 2px solid #000000;
    width: 50%;
    float: right;
    clear: right;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__events {
    width: 54%;
  }
}
.museum .exdetails__events-inner {
  padding: 32px 15px 31px;
}
@media (min-width: 700px) {
  .museum .exdetails__events-inner {
    padding: 32px 27px 31px;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__events-inner {
    padding: 50px 48px 57px;
  }
}
.museum .exdetails__events-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
  position: relative;
  margin: 0 0 29px;
  z-index: 0;
}
@media (min-width: 1025px) {
  .museum .exdetails__events-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.museum .exdetails__events-title:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  right: 40px;
  height: 1px;
  background-color: #000000;
  z-index: -1;
}
@media (min-width: 700px) {
  .museum .exdetails__events-title:after {
    right: 50px;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__events-title:after {
    height: 2px;
  }
}
.museum .exdetails__events-title span {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px 0 0;
  background-color: #FFFFFF;
}
.museum .exdetails__events-title span:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  width: 29px;
  height: 29px;
}
@media (min-width: 700px) {
  .museum .exdetails__events-title span:before {
    right: 4px;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__events-title span:before {
    right: -2px;
    top: -2px;
    width: 39px;
    height: 39px;
    border: 2px solid #000000;
  }
}
.museum .exdetails__events-title span:after {
  content: "\e906";
  font-family: "icomoon";
  position: absolute;
  top: 6px;
  right: 7px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}
@media (min-width: 700px) {
  .museum .exdetails__events-title span:after {
    right: 12px;
    top: 10px;
  }
}
.museum .exdetails__events .event__item {
  border-bottom: 1px solid #000000;
  padding: 0 0 22px;
  margin: 0 0 27px;
}
@media (min-width: 1025px) {
  .museum .exdetails__events .event__item {
    padding: 10px 0 16px;
    margin: 0 0 13px;
  }
}
.museum .exdetails__events .event__item:last-child {
  border-bottom: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  .museum .exdetails__events .event__item:last-child {
    margin-bottom: 22px;
  }
}
.museum .exdetails__events .event__item.nodate .event__month {
  text-transform: uppercase;
}
.museum .exdetails__events .event__item.nodate .event__day {
  width: 33px;
  height: 5px;
  background: black;
  margin-top: 26px;
  margin-right: 28px;
}
@media (min-width: 1025px) {
  .museum .exdetails__events .event__item.nodate .event__day {
    width: 47px;
    height: 6px;
    background: black;
    margin-top: 24px;
    margin-right: 41px;
    margin-left: 3px;
  }
}
.museum .exdetails__events .event__item.past .label {
  position: relative;
  font-size: 11px;
  background: #000000;
  color: #FFFFFF;
  font-style: italic;
  font-weight: 300;
  top: -31px;
  padding: 3px 8px 3px;
  text-transform: lowercase;
}
@media (min-width: 700px) {
  .museum .exdetails__events .event__item.past .label {
    top: -32px;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__events .event__item.past .label {
    top: -31px;
  }
}
.museum .exdetails__events .event__item.past .event__date {
  margin: -14px 0 0;
  color: #bebebe;
}
.museum .exdetails__events .event__day {
  font-family: halyard-micro, sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 0.66;
  float: left;
  margin: 1px 8px 0 0;
}
@media (min-width: 1025px) {
  .museum .exdetails__events .event__day {
    font-size: 60px;
    margin: 1px 21px 0 0;
  }
}
.museum .exdetails__events .event__month {
  font-family: halyard-text, sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-transform: lowercase;
  line-height: 2.06;
}
@media (min-width: 1025px) {
  .museum .exdetails__events .event__month {
    font-size: 16px;
    line-height: 2.06;
  }
}
.museum .exdetails__events .event__content {
  padding: 6px 0 0;
}
.museum .exdetails__events .event__content h3 {
  margin-bottom: 14px;
}
@media (min-width: 700px) {
  .museum .exdetails__events .event__content h3 {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__events .event__content h3 {
    margin-bottom: 19px;
  }
}
.museum .exdetails__events .event__content .link--arrow {
  font-weight: 300;
  font-size: 20px;
}
@media (min-width: 1025px) {
  .museum .exdetails__events .event__content .link--arrow {
    font-size: 24px;
  }
}
.museum .exdetails__events .event__content .link--arrow .last-word {
  padding-right: 15px;
}
@media (min-width: 1025px) {
  .museum .exdetails__events .event__content .link--arrow .last-word {
    padding-right: 20px;
  }
}
.museum .exdetails__events .event__content .link--arrow .last-word .arrow {
  border-width: 6px;
}
@media screen and (min-width: 700px) {
  .museum .exdetails__events .event__content .link--arrow .last-word .arrow {
    bottom: 4px;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__events .event__content .link--arrow .last-word .arrow {
    bottom: 5.25px;
    right: 6px;
  }
}
.museum .exdetails__events .event__description {
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
}
.museum .exdetails__events .event__ctas {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.museum .exdetails__events .event__ctas .cta--link {
  margin-right: auto;
}
.museum .exdetails__events .cta--link {
  padding-right: 2.9em;
}
.museum .exdetails__events .cta--link:before, .museum .exdetails__events .cta--link:after {
  width: 34px;
  height: 13px;
}
.museum .exdetails__dd {
  margin: 0 -15px;
}
@media (min-width: 700px) {
  .museum .exdetails__dd {
    width: 50%;
    float: left;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__dd {
    width: 46%;
  }
}
.museum .exdetails__dd-img {
  position: relative;
  overflow: hidden;
}
.museum .exdetails__dd-img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.museum .exdetails__dd-img a:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
       -o-transform: scale(1.02);
          transform: scale(1.02);
}
.museum .exdetails__dd .instagram {
  position: absolute;
  top: 20px;
  right: 13px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  background: none;
}
@media (min-width: 1025px) {
  .museum .exdetails__dd .instagram {
    top: 24px;
    right: 23px;
    width: 39px;
    height: 39px;
  }
}
.museum .exdetails__dd .instagram:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  width: 28px;
  height: 28px;
}
@media (min-width: 1025px) {
  .museum .exdetails__dd .instagram:before {
    width: 100%;
    height: 100%;
  }
}
.museum .exdetails__dd .instagram:after {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  top: 7px;
  right: 8px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #000000;
}
@media (min-width: 1025px) {
  .museum .exdetails__dd .instagram:after {
    top: 10px;
    right: 11px;
    font-size: 20px;
  }
}
.museum .exdetails__dd .instagram span {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.museum .exdetails__dd-content {
  padding: 35px 15px 25px;
  background: #000000;
  color: #FFFFFF;
}
@media (min-width: 1025px) {
  .museum .exdetails__dd-content {
    padding: 59px 51px 36px;
  }
}
.museum .exdetails__dd-content h3 {
  font-size: 25px;
  line-height: 1.04;
}
@media (min-width: 700px) {
  .museum .exdetails__dd-content h3 {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__dd-content h3 {
    font-size: 40px;
  }
}
.museum .exdetails__dd-content .cta:after {
  background-color: #FFFFFF;
}
.museum .exdetails__dd-content .cta:hover {
  color: #000000;
}
.museum .exdetails__dd-description {
  font-size: 12px;
  font-weight: 300;
  padding: 0 0 17px;
}
@media (min-width: 700px) {
  .museum .exdetails__dd-description {
    padding: 0 25px 17px 0;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__dd-description {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 0 27px;
  }
}
.museum .exdetails__dd-description a {
  color: #FFFFFF;
  background-image: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#FFFFFF));
  background-image: -o-linear-gradient(right, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to left, #FFFFFF, #FFFFFF);
}
.museum .exdetails__instacta {
  text-align: center;
  background: none;
  margin-right: auto;
  margin-left: 0;
  display: table;
  width: 160px;
  height: 160px;
}
@media (min-width: 700px) {
  .museum .exdetails__instacta {
    width: 200px;
    height: 200px;
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__instacta {
    width: 390px;
    height: 390px;
    margin-left: 46%;
  }
}
.museum .exdetails__instacta a {
  display: block;
  color: #000000;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 50%;
  background: #FC7687;
  margin-left: -15px;
}
@media (min-width: 700px) {
  .museum .exdetails__instacta a {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__instacta a {
    margin-right: 0;
    margin-left: 0;
    font-size: 30px;
  }
}
.museum .exdetails__instacta a:hover span, .museum .exdetails__instacta a:focus span {
  color: #FFFFFF;
}
.museum .exdetails__instacta a:hover span:before, .museum .exdetails__instacta a:focus span:before {
  color: #FFFFFF;
}
.museum .exdetails__instacta a span {
  font-family: halyard-text, sans-serif;
  text-transform: none;
  display: block;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .museum .exdetails__instacta a span {
    top: 57%;
  }
}
.museum .exdetails__instacta a span:before {
  content: "\e902";
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  color: #000000;
  z-index: 1;
}
@media (min-width: 700px) {
  .museum .exdetails__instacta a span:before {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .museum .exdetails__instacta a span:before {
    font-size: 55px;
    top: -58px;
  }
}
.museum .exdetails__instacta a span:after {
  content: none;
}

@media screen and (min-width: 700px) {
  .museum .genimglist__header {
    margin: 0 0 17px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .genimglist__header {
    margin: 0 0 28px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .genimglist__header h2 {
    font-size: 50px;
  }
}
.museum .genimglist__header h2:before, .museum .genimglist__header h2:after {
  content: none;
}
.museum .genimglist__intro {
  font-size: 16px;
  margin: 0 0 27px;
}
@media screen and (min-width: 1025px) {
  .museum .genimglist__intro {
    font-size: 20px;
    margin: 0 0 41px;
  }
}
.museum .genimglist__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.museum .genimglist__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  margin-right: 15px;
}
@media screen and (min-width: 700px) {
  .museum .genimglist__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .museum .genimglist__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 19.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 19.5%;
            flex: 0 0 19.5%;
  }
}
@media screen and (min-width: 700px) {
  .museum .genimglist__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-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;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .genimglist__content {
    padding: 0 0 10px 25px;
  }
}
@media screen and (min-width: 700px) {
  .museum .genimglist__title {
    margin: 0 0 9px;
  }
}
.museum .genimglist__title h3 {
  font: 500 20px/1.2 halyard-text, sans-serif;
}
@media screen and (min-width: 1025px) {
  .museum .genimglist__title h3 {
    font: 500 38px/1.2 halyard-text, sans-serif;
  }
}

.museum .story-display {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 700px) {
  .museum .story-display {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.museum .story-display__header, .museum .story-display__intro, .museum .story-display__text-block {
  background-color: #006985;
}
@media screen and (min-width: 700px) {
  .museum .story-display__header {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .story-display__header {
    margin: 0 0 22px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .story-display__header h2 {
    font-size: 50px;
  }
}
.museum .story-display__wrap {
  color: #FFFFFF;
  padding: 55px 0 0;
}
@media screen and (min-width: 700px) {
  .museum .story-display__wrap {
    margin: 0 0 48px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .story-display__wrap {
    padding: 72px 0 0;
  }
}
.museum .story-display__wrap:before {
  bottom: 63px;
  background-color: #006985;
}
@media screen and (min-width: 1025px) {
  .museum .story-display__wrap:before {
    bottom: 92px;
  }
}
@media screen and (min-width: 700px) {
  .museum .story-display__text-block {
    padding-top: 20px;
    width: 47.75%;
  }
}
@media screen and (min-width: 1025px) {
  .museum .story-display__text-block {
    width: 45%;
    padding-top: 0;
    margin-top: -7px;
  }
}
@media screen and (min-width: 700px) {
  .museum .story-display__img {
    width: 45.4%;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .museum .story-display__img {
    width: 44.7%;
  }
}
@media screen and (min-width: 700px) {
  .museum .story-display__title {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .museum .story-display__title:after {
    content: none;
  }
}
.museum .story-display__quote {
  font: 25px/1.18 halyard-display, sans-serif;
  font-weight: 300;
  padding-bottom: 28px;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 24px;
}
@media screen and (min-width: 700px) {
  .museum .story-display__quote {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .story-display__quote {
    font: 50px/1.18 halyard-display, sans-serif;
    font-weight: 300;
    padding-bottom: 37px;
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .museum .story-display__quote-info {
    display: block;
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .story-display__quote-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.museum .story-display__caption {
  padding: 0 0 18px;
}
@media screen and (min-width: 700px) {
  .museum .story-display__caption {
    margin-top: -94px;
    width: 51.25%;
    padding: 0 0 7px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .story-display__caption {
    width: 50.25%;
    margin-top: -81px;
    padding: 0 0 13px;
  }
}
.museum .story-display__caption a {
  color: #000000;
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
}

.museum .bootstrp {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 2em;
}
@media screen and (min-width: 700px) {
  .museum .bootstrp {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.museum .bootstrp.img-inline .item {
  border-top: 0;
  border-bottom: 0;
  margin-right: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.museum .bootstrp.img-inline .item__body {
  margin-bottom: 0;
}
.museum .bootstrp.img-inline figcaption, .museum .bootstrp.img-inline .vid-inline__caption {
  font-weight: 350;
}
@media (min-width: 1025px) {
  .museum .bootstrp.img-inline figcaption, .museum .bootstrp.img-inline .vid-inline__caption {
    padding: 19px 0 17px;
  }
}
.museum .bootstrp.img-inline .bootstrp__content {
  gap: 40px;
}
@media screen and (min-width: 1025px) {
  .museum .bootstrp.img-inline .bootstrp__content {
    gap: 50px;
  }
}
.museum .bootstrp.img-inline.seventy-thirty .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 700px) {
  .museum .bootstrp.img-inline.seventy-thirty .item:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media screen and (min-width: 1025px) {
  .museum .bootstrp.img-inline.fifty .bootstrp__content {
    gap: 50px;
  }
}
.museum .bootstrp a:not(.link--arrow):not(.cta):not(.item__btn) {
  color: #000000;
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
}
.museum .bootstrp .item__btn:before {
  background-color: #B70000;
}

.museum .vid-inline__cover:after {
  background-color: #AA0101;
}
.museum .vid-inline__cover:hover:after, .museum .vid-inline__cover:focus:after {
  background-color: #000000;
}

.museum .gen2col {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 700px) {
  .museum .gen2col {
    padding-bottom: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  .museum .gen2col {
    padding-bottom: 0.8em;
  }
}
.museum .gen2col__header {
  margin: 0 0 10px;
}
@media screen and (min-width: 1025px) {
  .museum .gen2col__header {
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .gen2col__header h2 {
    font-size: 50px;
  }
}
.museum .gen2col__header h2:before, .museum .gen2col__header h2:after {
  content: none;
}
.museum .gen2col__intro {
  font-size: 16px;
  line-height: 1.68;
}
@media screen and (min-width: 1025px) {
  .museum .gen2col__intro {
    font-size: 20px;
  }
}
.museum .gen2col .column__col {
  margin: 0 0 35px;
}
.museum .gen2col .column__subtitle {
  margin: 0 0 12px;
}
@media screen and (min-width: 1025px) {
  .museum .gen2col .column__subtitle {
    margin: 0 0 19px;
  }
}
@media screen and (min-width: 700px) {
  .museum .gen2col .column__img {
    margin: 0 0 18px;
  }
}
.museum .gen2col .column__title h3 {
  font: 400 22px/1.2 halyard-text, sans-serif;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .museum .gen2col .column__title h3 {
    font: 400 25px/1.2 halyard-text, sans-serif;
  }
}
.museum .gen2col .column__title h3 a {
  color: #000000;
  font-weight: 600;
  background-image: none;
  font-weight: 400;
}
.museum .gen2col .column__title h3 a:hover {
  color: #0036F9;
  color: #B70000;
}
.museum .gen2col .column__title h3 a:hover .arrow {
  border-color: transparent transparent transparent #0036F9;
  right: -5px;
  border-color: transparent transparent transparent #B70000;
}
@media screen and (min-width: 1025px) {
  .museum .gen2col .column__title h3 a:hover .arrow {
    right: -10px;
  }
}
.museum .gen2col .column__title h3 a .last-word {
  position: relative;
  display: inline-block;
  padding-right: 14.6666666667px;
}
@media screen and (min-width: 700px) {
  .museum .gen2col .column__title h3 a .last-word {
    padding-right: 14.6666666667px;
  }
}
@media screen and (min-width: 700px) {
  .museum .gen2col .column__title h3 a .last-word {
    padding-right: 16.6666666667px;
  }
}
.museum .gen2col .column__title h3 a .arrow {
  position: absolute;
  bottom: 5.5px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  border-left: 5.5px solid #B70000;
  -webkit-transition: right 0.3s ease, border-color 0.3s ease;
  -o-transition: right 0.3s ease, border-color 0.3s ease;
  transition: right 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 700px) {
  .museum .gen2col .column__title h3 a .arrow {
    bottom: 5.5px;
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
    border-left: 5.5px solid #B70000;
  }
}
@media screen and (min-width: 1025px) {
  .museum .gen2col .column__title h3 a .arrow {
    bottom: 6.25px;
    border-top: 6.25px solid transparent;
    border-bottom: 6.25px solid transparent;
    border-left: 6.25px solid #B70000;
  }
}

.museum .gen3col {
  padding-bottom: 2.3em;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 700px) {
  .museum .gen3col {
    padding-bottom: 3.65em;
  }
}
@media screen and (min-width: 1025px) {
  .museum .gen3col {
    padding-bottom: 5.7em;
  }
}
.museum .gen3col__header {
  margin: 0 0 16px;
}
@media screen and (min-width: 1025px) {
  .museum .gen3col__header {
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .gen3col__header h2 {
    font-size: 50px;
  }
}
.museum .gen3col__header h2:before, .museum .gen3col__header h2:after {
  content: none;
}
.museum .gen3col__intro {
  font-size: 16px;
  line-height: 1.68;
}
@media screen and (min-width: 700px) {
  .museum .gen3col__intro {
    font-size: 20px;
  }
}
@media screen and (max-width: 699px) {
  .museum .gen3col .column__col:after {
    display: table;
    content: "";
    clear: both;
  }
}
@media screen and (max-width: 699px) {
  .museum .gen3col .column__img {
    float: left;
    width: 24%;
  }
}
@media screen and (min-width: 700px) {
  .museum .gen3col .column__img {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .gen3col .column__img {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 699px) {
  .museum .gen3col .column__subtitle, .museum .gen3col .column__title, .museum .gen3col .column__body {
    margin-left: calc(24% + 15px);
  }
}
.museum .gen3col .column__subtitle {
  padding-top: 2px;
}
@media screen and (min-width: 700px) {
  .museum .gen3col .column__subtitle {
    margin-bottom: 13px;
  }
}
.museum .gen3col .column__title h3 {
  font: 400 22px/1.2 halyard-text, sans-serif;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .museum .gen3col .column__title h3 {
    font: 400 25px/1.2 halyard-text, sans-serif;
  }
}
.museum .gen3col .column__title h3 a {
  color: #000000;
  font-weight: 600;
  background-image: none;
  font-weight: 400;
}
.museum .gen3col .column__title h3 a:hover {
  color: #0036F9;
  color: #B70000;
}
.museum .gen3col .column__title h3 a:hover .arrow {
  border-color: transparent transparent transparent #0036F9;
  right: -5px;
  border-color: transparent transparent transparent #B70000;
}
@media screen and (min-width: 1025px) {
  .museum .gen3col .column__title h3 a:hover .arrow {
    right: -10px;
  }
}
.museum .gen3col .column__title h3 a .last-word {
  position: relative;
  display: inline-block;
  padding-right: 13.3333333333px;
}
@media screen and (min-width: 700px) {
  .museum .gen3col .column__title h3 a .last-word {
    padding-right: 13.3333333333px;
  }
}
@media screen and (min-width: 700px) {
  .museum .gen3col .column__title h3 a .last-word {
    padding-right: 16.6666666667px;
  }
}
.museum .gen3col .column__title h3 a .arrow {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #B70000;
  -webkit-transition: right 0.3s ease, border-color 0.3s ease;
  -o-transition: right 0.3s ease, border-color 0.3s ease;
  transition: right 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 700px) {
  .museum .gen3col .column__title h3 a .arrow {
    bottom: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #B70000;
  }
}
@media screen and (min-width: 1025px) {
  .museum .gen3col .column__title h3 a .arrow {
    bottom: 6.25px;
    border-top: 6.25px solid transparent;
    border-bottom: 6.25px solid transparent;
    border-left: 6.25px solid #B70000;
  }
}

.museum .wysiwyg p {
  font-size: 16px;
  line-height: 1.65em;
}
.museum .wysiwyg p .cta--button {
  font-weight: 400;
}
@media screen and (min-width: 700px) {
  .museum .wysiwyg p .cta--button {
    font-size: 14px;
    padding: 0.5em 2em;
  }
}
@media screen and (min-width: 1025px) {
  .museum .wysiwyg p .cta--button {
    font-size: 19px;
    padding: 0.7em 1.5em;
  }
}
.museum .wysiwyg p .cta--button:before {
  background-color: #B70000;
}
.museum .wysiwyg .img-inline figcaption, .museum .wysiwyg .img-inline .vid-inline__caption,
.museum .wysiwyg .vid-inline figcaption,
.museum .wysiwyg .vid-inline .vid-inline__caption {
  font-weight: 300;
  padding: 1.3em 0;
}
.museum .wysiwyg .img-inline--float {
  padding: 0 0 1.3em;
}
.museum .wysiwyg .vid-inline__cover:before {
  margin: 0 31px 31px 0;
  border-width: 15px 0 15px 18px;
}
@media screen and (min-width: 700px) {
  .museum .wysiwyg .vid-inline__cover:before {
    margin: 0 28px 28px 0;
    border-width: 11px 0 11px 14px;
  }
}
.museum .wysiwyg .vid-inline__cover:after {
  width: 88px;
  height: 88px;
}
@media screen and (min-width: 700px) {
  .museum .wysiwyg .vid-inline__cover:after {
    width: 78px;
    height: 78px;
  }
}
.museum .wysiwyg .vid-inline__cover:not(:hover):after {
  background: #B70000;
}
.museum .wysiwyg blockquote {
  background-color: #006985;
  color: #FFFFFF;
}
.museum .wysiwyg blockquote.quote--full {
  font: 22px/1.19 halyard-display, sans-serif;
  font-weight: 350;
}
@media screen and (min-width: 1025px) {
  .museum .wysiwyg blockquote.quote--full {
    font: 45px/1.19 halyard-display, sans-serif;
  }
}
.museum .wysiwyg .table-block__next:after,
.museum .wysiwyg .table-block__prev:after {
  color: #B70000;
}
.museum .wysiwyg input[type=checkbox]:checked + label:before {
  border-color: #FFFFFF;
}
.museum .wysiwyg input[type=checkbox]:checked + label:after {
  background-color: #006985;
  border-color: #006985;
}
.museum .wysiwyg input[type=radio]:checked + label:before {
  background-color: #FFFFFF;
}
.museum .wysiwyg input[type=radio]:checked + label:after {
  background-color: #6C2241;
  border-color: #6C2241;
}
.museum .wysiwyg .form-block {
  margin-bottom: 2em;
}
.museum .wysiwyg .form__item.form--actions {
  margin-top: 0.9em;
  padding: 0.5em 2.2em;
}
@media screen and (min-width: 700px) {
  .museum .wysiwyg .form__item.form--actions {
    margin-top: 0;
  }
}
.museum .wysiwyg .form__item.form--actions input {
  font: 400 14.25px/1.2 halyard-display, sans-serif;
}
@media screen and (min-width: 1025px) {
  .museum .wysiwyg .form__item.form--actions input {
    font: 400 19px/1.2 halyard-display, sans-serif;
  }
}
.museum .wysiwyg .form__item.form--actions:before {
  background-color: #B70000;
}
@media screen and (max-width: 699px) {
  .museum .wysiwyg ol, .museum .wysiwyg ul {
    padding-left: 15px;
  }
}
.museum .container p > a:not(.link--arrow):not(.cta) {
  color: #000000;
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
}

.museum .carousel, .museum .carousel-extemplate {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 700px) {
  .museum .carousel, .museum .carousel-extemplate {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.museum .carousel__heading:before {
  background: #6C2241;
}
@media (min-width: 700px) {
  .museum .carousel__heading {
    padding: 54px 0 289px;
  }
}
@media (min-width: 1025px) {
  .museum .carousel__heading {
    padding: 92px 0 467px;
  }
}
.museum .carousel__header, .museum .carousel__intro {
  background: #6C2241;
  color: #FFFFFF;
}
.museum .carousel__header {
  margin-bottom: 18px;
}
@media (min-width: 700px) {
  .museum .carousel__header {
    margin: 0 0 14px;
  }
}
@media (min-width: 1025px) {
  .museum .carousel__header {
    margin: 0 0 22px;
  }
}
.museum .carousel__header h2 {
  font-size: 30px;
}
@media (min-width: 1025px) {
  .museum .carousel__header h2 {
    font-size: 50px;
  }
}
.museum .carousel__intro {
  font-size: 16px;
  line-height: 1.625;
}
@media (min-width: 1025px) {
  .museum .carousel__intro {
    font-size: 20px;
  }
}
@media (min-width: 700px) {
  .museum .carousel__caption {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .museum .carousel__caption {
    font-size: 13px;
  }
}
.museum .carousel .slick-dots li button, .museum .carousel-extemplate .slick-dots li button {
  background-color: #A80301;
}
.museum .carousel .slick-dots li:nth-child(2) button, .museum .carousel-extemplate .slick-dots li:nth-child(2) button {
  background-color: #6C2241;
}
.museum .carousel .slick-dots li:nth-child(3) button, .museum .carousel-extemplate .slick-dots li:nth-child(3) button {
  background-color: #FC7687;
}
.museum .carousel .slick-dots li:nth-child(4) button, .museum .carousel-extemplate .slick-dots li:nth-child(4) button {
  background-color: #006985;
}

.museum .instafeed.museum h2 {
  font-weight: 400;
}
@media (min-width: 1025px) {
  .museum .instafeed.museum h2 {
    font-size: 50px;
  }
}
.museum .instafeed.museum .instagram__account a {
  font-weight: 400;
  font-family: halyard-text, sans-serif;
}
@media (max-width: 1024px) {
  .museum .instafeed.museum .cta--button {
    font-size: 14.25px;
  }
}

.twitter.museum {
  background: none;
}
.twitter.museum .twitter__item {
  font-weight: 300;
}
.twitter.museum .twitter__item a {
  font-weight: 600;
}
.twitter.museum .twitter__account a {
  font-weight: 400;
}
.twitter.museum .twitter__account h2 {
  font-weight: 400;
  font-size: 25px;
}
@media (min-width: 1025px) {
  .twitter.museum .twitter__account h2 {
    font-size: 50px;
  }
}
.twitter.museum .twitter__body {
  margin-bottom: 1.1em;
}
@media (min-width: 700px) {
  .twitter.museum .twitter__body {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 1024px) {
  .twitter.museum .cta--button {
    font-size: 14.25px;
  }
}

.home-hero-mus {
  padding-left: 15px;
  padding-right: 15px;
  font-family: halyard-text, sans-serif;
  font-weight: 350;
}
@media screen and (min-width: 700px) {
  .home-hero-mus {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .home-hero-mus {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.home-hero-mus__inner {
  position: relative;
  padding-bottom: 4.1em;
}
@media (min-width: 700px) {
  .home-hero-mus__inner {
    padding-bottom: 4.7em;
  }
}
.home-hero-mus__inner:before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  width: calc(100% + 30px);
  height: 65%;
  background-color: #F3F1F1;
}
@media screen and (min-width: 700px) {
  .home-hero-mus__inner:before {
    left: -30px;
    width: calc(100% + 60px);
    height: 70.5%;
  }
}
@media screen and (min-width: 700px) {
  .home-hero-mus__inner:before {
    left: -50px;
    width: calc(100% + 100px);
    height: 70.5%;
  }
}
.home-hero-mus__controller {
  position: relative;
  width: 142px;
  height: 32px;
  margin-left: auto;
}
@media screen and (min-width: 700px) {
  .home-hero-mus__controller {
    position: absolute;
    top: calc(55vw - 32px);
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .home-hero-mus__controller {
    top: calc(55vw - 56px);
    width: 240px;
    height: 56px;
  }
}
@media screen and (min-width: 1600px) {
  .home-hero-mus__controller {
    top: 824px;
  }
}
.home-hero-mus__controller .slick-arrow {
  height: 100%;
  width: 32px;
}
@media screen and (min-width: 1025px) {
  .home-hero-mus__controller .slick-arrow {
    width: 50px;
  }
}
.home-hero-mus__controller .slick-arrow.slick-prev:after {
  height: 6px;
  width: 6px;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  -webkit-transform: translate(-20%, -50%) rotate(-45deg);
      -ms-transform: translate(-20%, -50%) rotate(-45deg);
       -o-transform: translate(-20%, -50%) rotate(-45deg);
          transform: translate(-20%, -50%) rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .home-hero-mus__controller .slick-arrow.slick-prev:after {
    height: 10px;
    width: 10px;
  }
}
.home-hero-mus__controller .slick-arrow.slick-next:after {
  height: 6px;
  width: 6px;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
      -ms-transform: translate(-70%, -50%) rotate(45deg);
       -o-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
@media screen and (min-width: 1025px) {
  .home-hero-mus__controller .slick-arrow.slick-next:after {
    height: 10px;
    width: 10px;
  }
}
.home-hero-mus__controller .slick-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-hero-mus__controller .slick-dots button {
  position: relative;
  width: 13px;
  height: 13px;
  background-color: transparent !important;
}
@media screen and (min-width: 1025px) {
  .home-hero-mus__controller .slick-dots button {
    width: 28px;
    height: 28px;
  }
}
.home-hero-mus__controller .slick-dots button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  .home-hero-mus__controller .slick-dots button:after {
    width: 4px;
    height: 4px;
  }
}
.home-hero-mus__controller .slick-dots .slick-active button:after {
  background-color: #FC7687;
}
.home-hero-mus__slides.slick-dotted + .home-hero-mus__controller {
  background-color: #000000;
}
.home-hero-mus .slide__img {
  position: relative;
}
@media screen and (min-width: 700px) {
  .home-hero-mus .slide__img {
    height: 0;
    padding-bottom: 55vw;
  }
}
@media screen and (min-width: 1600px) {
  .home-hero-mus .slide__img {
    padding-bottom: 880px;
  }
}
@media screen and (min-width: 700px) {
  .home-hero-mus .slide__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media screen and (min-width: 700px) {
  .home-hero-mus .slide__info {
    width: calc(100% - 142px);
  }
}
@media screen and (min-width: 1025px) {
  .home-hero-mus .slide__info {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 177px);
    padding: 0 20px;
  }
}
.home-hero-mus .slide__info__label {
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #000000;
  color: #FFFFFF;
  padding: 7px 8px;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  .home-hero-mus .slide__info__label {
    padding: 6px 11px;
  }
}
@media screen and (min-width: 1025px) {
  .home-hero-mus .slide__info__label {
    font-size: 13px;
    padding: 9px 18px;
  }
}
.home-hero-mus .slide__info__dates {
  margin-bottom: 0.3em;
}
@media screen and (min-width: 700px) {
  .home-hero-mus .slide__info__dates {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .home-hero-mus .slide__info__dates {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.home-hero-mus .slide__info__title {
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .home-hero-mus .slide__info__title:before {
    content: "|";
    margin: 0 14px;
  }
}
.home-hero-mus .slide figcaption, .home-hero-mus .slide .vid-inline__caption {
  position: relative;
  padding: 19px 10px 27px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
@media screen and (min-width: 700px) {
  .home-hero-mus .slide figcaption, .home-hero-mus .slide .vid-inline__caption {
    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;
    width: calc(100% - 142px);
    padding: 17px 16px;
  }
}
@media screen and (min-width: 1025px) {
  .home-hero-mus .slide figcaption, .home-hero-mus .slide .vid-inline__caption {
    top: -1px;
    width: calc(100% - 240px);
    padding: 0;
  }
}
.home-hero-mus .slide figcaption .cta--button, .home-hero-mus .slide .vid-inline__caption .cta--button {
  margin-top: 0.8em;
  font-size: 14.25px;
  font-weight: 500;
  padding: 0.6em 1.15em;
}
@media screen and (min-width: 700px) {
  .home-hero-mus .slide figcaption .cta--button, .home-hero-mus .slide .vid-inline__caption .cta--button {
    margin-top: 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
}
@media screen and (min-width: 1025px) {
  .home-hero-mus .slide figcaption .cta--button, .home-hero-mus .slide .vid-inline__caption .cta--button {
    font-size: 18px;
    padding: 1.25em 1.45em;
    height: 100%;
    width: 177px;
  }
}
.home-hero-mus .slide figcaption .cta--button:before, .home-hero-mus .slide .vid-inline__caption .cta--button:before {
  background-color: #B70000;
}
.home-hero-mus .slide figcaption .cta--button:after, .home-hero-mus .slide .vid-inline__caption .cta--button:after {
  background-color: #000000;
}

.home-news-meus {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5em;
}
@media screen and (min-width: 700px) {
  .home-news-meus {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .home-news-meus {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .home-news-meus {
    margin-bottom: 9.8em;
  }
}
.home-news-meus__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.home-news-meus__wrapper {
  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;
}
@media screen and (min-width: 700px) {
  .home-news-meus__wrapper {
    -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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  .home-news-meus__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.home-news-meus__img {
  width: 50%;
  margin: 0 0 1.6em auto;
}
@media screen and (min-width: 700px) {
  .home-news-meus__img {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .home-news-meus__img {
    width: 36%;
  }
}
.home-news-meus__img img {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .home-news-meus__content {
    width: 50%;
    padding: 0 30px 45px 0;
  }
}
@media screen and (min-width: 1025px) {
  .home-news-meus__content {
    width: 62.5%;
    padding-bottom: 0;
  }
}
.home-news-meus__banner {
  text-transform: uppercase;
  font: 500 12px/1.2 halyard-text, sans-serif;
  position: relative;
  margin: 12px 0 0;
  z-index: 0;
  display: none;
}
@media (min-width: 700px) {
  .home-news-meus__banner {
    display: block;
    margin: 6px 0 49px;
  }
}
@media screen and (min-width: 1025px) {
  .home-news-meus__banner {
    margin: 6px 0 51px;
  }
}
@media (min-width: 1125px) {
  .home-news-meus__banner {
    font-size: 16px;
  }
}
.home-news-meus__banner:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 45px;
  height: 1px;
  background-color: #000000;
  z-index: -1;
}
@media (min-width: 1125px) {
  .home-news-meus__banner:after {
    top: 11px;
    left: 0;
    right: 58px;
  }
}
.home-news-meus__banner span {
  display: inline-block;
  vertical-align: top;
  background-color: #F3F1F1;
  padding: 0 8px 0 0;
}
@media (min-width: 1125px) {
  .home-news-meus__banner span {
    padding: 0 12px 0 0;
  }
}
.home-news-meus__banner span:before {
  content: "";
  position: absolute;
  top: -7px;
  right: 0;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  width: 30px;
  height: 30px;
}
@media (min-width: 700px) {
  .home-news-meus__banner span:before {
    top: -6px;
    right: -2px;
  }
}
@media (min-width: 1125px) {
  .home-news-meus__banner span:before {
    width: 40px;
    height: 40px;
    top: -7px;
  }
}
.home-news-meus__banner span:after {
  content: "\e907";
  font-family: "icomoon";
  position: absolute;
  top: 1px;
  right: 8px;
  font-size: 17px;
  line-height: 1;
  font-weight: normal;
  color: #000000;
}
@media screen and (min-width: 700px) {
  .home-news-meus__banner span:after {
    right: 6.5px;
  }
}
@media (min-width: 1125px) {
  .home-news-meus__banner span:after {
    top: 2px;
    right: 9px;
    font-size: 22px;
  }
}
.home-news-meus__banner--mobile {
  display: block;
  margin-bottom: 40px;
}
@media screen and (min-width: 700px) {
  .home-news-meus__banner--mobile {
    display: none;
  }
}
.home-news-meus__title {
  text-transform: uppercase;
  line-height: 35px;
  letter-spacing: 0.006em;
  margin-bottom: 1.1em;
}
@media screen and (min-width: 700px) {
  .home-news-meus__title {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1025px) {
  .home-news-meus__title {
    margin-bottom: 1.7em;
  }
}
.home-news-meus__title .link--arrow {
  font-family: halyard-text, sans-serif;
  font-weight: 350;
  font-size: 30px;
}
@media all and (-ms-high-contrast: none) {
  .home-news-meus__title .link--arrow {
    font-weight: 400;
  }
}
@media screen and (min-width: 1025px) {
  .home-news-meus__title .link--arrow {
    font-size: 50px;
  }
}
.home-news-meus__title .link--arrow:hover .arrow {
  right: -8px;
}
@media screen and (min-width: 1025px) {
  .home-news-meus__title .link--arrow:hover .arrow {
    right: -18px;
  }
}
.home-news-meus__title .link--arrow .arrow {
  bottom: 9px;
  right: -3px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #B70000;
}
@media screen and (min-width: 1025px) {
  .home-news-meus__title .link--arrow .arrow {
    bottom: 15px;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #B70000;
  }
}
.home-news-meus__title h2 {
  margin-top: 0;
}
.home-news-meus__description {
  font-size: 12px;
}
@media screen and (min-width: 700px) {
  .home-news-meus__description {
    margin: 0 0 11px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1025px) {
  .home-news-meus__description {
    font-size: 20px;
  }
}
.home-news-meus .cta--button {
  font-size: 14.25px;
  font-weight: 500;
  padding: 0.6em 1.15em;
}
@media screen and (min-width: 700px) {
  .home-news-meus .cta--button {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
}
@media screen and (min-width: 1025px) {
  .home-news-meus .cta--button {
    margin-top: 1.2em;
    font-size: 18px;
    height: 100%;
    padding: 0.66em 1.45em;
    width: 144px;
  }
}
.home-news-meus .cta--button:before {
  background-color: #B70000;
}
.home-news-meus .cta--button:after {
  background-color: #000000;
}

.museum .events3up__header {
  margin-bottom: 35px;
}
@media (min-width: 1025px) {
  .museum .events3up__header {
    margin-bottom: 54px;
  }
}
.museum .events3up__header:before {
  z-index: -1;
  margin-right: 45px;
}
@media (min-width: 700px) {
  .museum .events3up__header:before {
    margin-right: 57px;
  }
}
.museum .events3up h2 {
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .museum .events3up h2 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .museum .events3up h2 {
    padding-left: 0;
    position: unset;
    background: #FFFFFF;
  }
}
@media (min-width: 1025px) {
  .museum .events3up h2 {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .museum .events3up h2:before, .museum .events3up h2:after {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .museum .events3up h2:after {
    right: 7px;
  }
}
.museum .events3up__item {
  display: block;
  margin: 0 0 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #000000;
}
@media (min-width: 700px) {
  .museum .events3up__item {
    -webkit-flex-basis: calc(33.3333333333% - 21.6666666667px);
        -ms-flex-preferred-size: calc(33.3333333333% - 21.6666666667px);
            flex-basis: calc(33.3333333333% - 21.6666666667px);
  }
}
@media (min-width: 1025px) {
  .museum .events3up__item {
    border-bottom: 0;
  }
}
.museum .events3up__content {
  margin-left: 51px;
  padding-top: 30px;
  margin-bottom: 24px;
}
@media (min-width: 700px) {
  .museum .events3up__content {
    margin-left: 0;
    padding-top: 0;
    margin-bottom: 13px;
  }
}
@media (min-width: 1025px) {
  .museum .events3up__content {
    margin-bottom: 10px;
  }
}
.museum .events3up__content h3 {
  font-size: 20px;
}
@media (min-width: 700px) {
  .museum .events3up__content h3 {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .museum .events3up__content h3 {
    font-size: 24px;
  }
}
.museum .events3up__content h3 a {
  font-weight: 350;
}
.museum .events3up__data {
  clear: left;
  font-size: 12px;
  font-weight: 350;
}
.museum .events3up__date {
  float: left;
}
@media (min-width: 700px) {
  .museum .events3up__date {
    float: none;
    margin-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  .museum .events3up__date {
    margin-bottom: 37px;
  }
}
.museum .events3up__month {
  font-weight: 350;
}
@media (min-width: 1025px) {
  .museum .events3up__month {
    font-size: 19px;
  }
}
.museum .events3up__day {
  font-size: 41px;
}
@media (min-width: 700px) {
  .museum .events3up__day {
    font-size: 45px;
  }
}
@media (min-width: 1025px) {
  .museum .events3up__day {
    font-size: 60px;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .museum .events3up__section-cta {
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
  }
}
.museum .events3up .arrow {
  bottom: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #B70000;
}
@media screen and (min-width: 1025px) {
  .museum .events3up .arrow {
    bottom: 3px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #B70000;
  }
}

.home-event-meus {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5em;
}
@media screen and (min-width: 700px) {
  .home-event-meus {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .home-event-meus {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .home-event-meus {
    margin-bottom: 9.8em;
  }
}
.home-event-meus__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.home-event-meus__wrapper {
  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;
}
@media screen and (min-width: 700px) {
  .home-event-meus__wrapper {
    -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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  .home-event-meus__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.home-event-meus__img {
  position: relative;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 700px) {
  .home-event-meus__img {
    width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .home-event-meus__img {
    width: 36%;
  }
}
.home-event-meus__img img {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .home-event-meus__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-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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 50%;
    padding: 0 30px 0 0;
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .home-event-meus__content {
    padding-bottom: 0;
    width: 64%;
  }
}
.home-event-meus__banner {
  text-transform: uppercase;
  font: 500 12px/1.2 halyard-text, sans-serif;
  position: relative;
  margin: 12px 0 0;
  z-index: 0;
  display: none;
}
@media (min-width: 700px) {
  .home-event-meus__banner {
    display: block;
    width: 100%;
    margin: 6px 0 49px;
  }
}
@media screen and (min-width: 1025px) {
  .home-event-meus__banner {
    margin: 6px 0 32px;
    width: calc(100% - 60px);
  }
}
@media (min-width: 1125px) {
  .home-event-meus__banner {
    font-size: 16px;
  }
}
.home-event-meus__banner:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 45px;
  height: 1px;
  background-color: #000000;
  z-index: -1;
}
@media (min-width: 1125px) {
  .home-event-meus__banner:after {
    top: 11px;
    left: 0;
    right: 58px;
  }
}
.home-event-meus__banner span {
  display: inline-block;
  vertical-align: top;
  background-color: #F3F1F1;
  padding: 0 8px 0 0;
}
@media (min-width: 1125px) {
  .home-event-meus__banner span {
    padding: 0 12px 0 0;
  }
}
.home-event-meus__banner span:before {
  content: "";
  position: absolute;
  top: -7px;
  right: 0;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  width: 30px;
  height: 30px;
}
@media (min-width: 700px) {
  .home-event-meus__banner span:before {
    top: -6px;
    right: -2px;
  }
}
@media (min-width: 1125px) {
  .home-event-meus__banner span:before {
    width: 40px;
    height: 40px;
    top: -7px;
  }
}
.home-event-meus__banner span:after {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 17px;
  background-image: url("/_resources/assets/img/mfit-home-event.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  line-height: 1;
  font-weight: normal;
  color: #000000;
}
@media screen and (min-width: 700px) {
  .home-event-meus__banner span:after {
    right: -1px;
  }
}
@media (min-width: 1125px) {
  .home-event-meus__banner span:after {
    top: -8px;
    right: -2px;
    font-size: 22px;
    width: 42px;
    height: 42px;
  }
}
.home-event-meus__banner--mobile {
  display: block;
  margin-bottom: 35px;
}
@media screen and (min-width: 700px) {
  .home-event-meus__banner--mobile {
    display: none;
  }
}
.home-event-meus__title {
  text-transform: uppercase;
  line-height: 35px;
  letter-spacing: 0.006em;
  margin-bottom: 1.1em;
}
@media screen and (min-width: 700px) {
  .home-event-meus__title {
    margin-bottom: 2.1em;
  }
}
@media screen and (min-width: 1025px) {
  .home-event-meus__title {
    margin-bottom: 0.8em;
    width: calc(100% - 60px);
  }
}
.home-event-meus__title h2 {
  font-family: halyard-text, sans-serif;
  font-weight: 350;
  font-size: 30px;
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .home-event-meus__title h2 {
    font-size: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .home-event-meus__link {
    width: calc(100% - 160px);
  }
}
.home-event-meus__link .link--arrow {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 1025px) {
  .home-event-meus__link .link--arrow {
    font-size: 30px;
  }
}
.home-event-meus__link .link--arrow:hover .arrow {
  right: -8px;
}
@media screen and (min-width: 1025px) {
  .home-event-meus__link .link--arrow:hover .arrow {
    right: -12px;
  }
}
.home-event-meus__link .link--arrow .arrow {
  bottom: 6px;
  right: -3px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #B70000;
}
@media screen and (min-width: 1025px) {
  .home-event-meus__link .link--arrow .arrow {
    bottom: 9px;
    right: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #B70000;
  }
}
.home-event-meus__description {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 5px;
}
@media screen and (min-width: 700px) {
  .home-event-meus__description {
    margin: 0 0 7px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1025px) {
  .home-event-meus__description {
    font-size: 16px;
    width: calc(100% - 60px);
  }
}
.home-event-meus__date {
  font-size: 12px;
  font-weight: 350;
  text-transform: uppercase;
  margin: 0 0 11px;
}
@media screen and (min-width: 700px) {
  .home-event-meus__date {
    margin: 0 0 11px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1025px) {
  .home-event-meus__date {
    font-size: 16px;
    width: calc(100% - 160px);
  }
}
.home-event-meus__cta {
  position: relative;
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  background-image: none;
  background-color: #B70000;
  position: relative;
  display: block;
  margin: 0 0 2.1em auto;
  width: 160px;
  height: 160px;
  font-size: 16px;
}
@media screen and (min-width: 700px) {
  .home-event-meus__cta {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1025px) {
  .home-event-meus__cta {
    width: 165px;
    height: 165px;
  }
}
.home-event-meus__cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.home-event-meus__cta span {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 1em;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
  color: #000000;
}
.home-event-meus__cta span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 14px;
  background-image: url("/_resources/assets/icons/arrow-black.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-filter: invert(0);
          filter: invert(0);
}
.home-event-meus__cta:hover:after {
  left: 0;
}
.home-event-meus__cta:hover span {
  color: #FFFFFF;
}
.home-event-meus__cta:hover span:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (min-width: 700px) {
  .home-event-meus__cta {
    margin: 2.1em -30px 0 auto;
    width: 160px;
    height: 160px;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media screen and (min-width: 1025px) {
  .home-event-meus__cta {
    margin: -78px -30px 0 auto;
    width: 156px;
    height: 156px;
  }
}
.home-event-meus__cta span {
  font-size: 16px;
  padding-bottom: 1.7em;
  font-weight: 500;
  line-height: 1.1;
  width: 49%;
  color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  .home-event-meus__cta span {
    font-size: 16px;
  }
}
.home-event-meus__cta span:after {
  width: 37px;
  height: 21px;
  background-image: url("/_resources/assets/icons/arrow-white.svg");
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media screen and (min-width: 1025px) {
  .home-event-meus__cta span:after {
    width: 34px;
    height: 18px;
  }
}
.home-event-meus__cta:hover span:after {
  -webkit-filter: none;
          filter: none;
}
.home-event-meus .cta--button {
  font-size: 14.25px;
  font-weight: 500;
  padding: 0.6em 1.15em;
}
@media screen and (min-width: 1025px) {
  .home-event-meus .cta--button {
    margin-top: 0.6em;
    font-size: 18px;
    height: 100%;
    padding: 0.66em 0.55em;
    width: 158px;
  }
}
.home-event-meus .cta--button:before {
  background-color: #B70000;
}
.home-event-meus .cta--button:after {
  background-color: #000000;
}

.museum .home-intruders {
  padding-left: 15px;
  padding-right: 15px;
  font-family: halyard-text, sans-serif;
  font-weight: 350;
}
@media screen and (min-width: 700px) {
  .museum .home-intruders {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .home-intruders {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.museum .home-intruders__inner {
  padding-bottom: 4.7em;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 840px) {
  .museum .home-intruders__inner {
    padding-bottom: 2.2em;
  }
}
.museum .home-intruders__inner:after {
  content: "";
  display: block;
  clear: both;
}
.museum .home-intruders__header {
  position: relative;
  padding: 0 0 20px;
}
@media (min-width: 840px) {
  .museum .home-intruders__header {
    float: left;
    width: 50%;
    padding: 0 0 50px;
  }
}
@media (min-width: 1025px) {
  .museum .home-intruders__header {
    width: 45%;
  }
}
.museum .home-intruders__header:before {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  background: #F3F1F1;
  height: 100%;
  content: "";
  z-index: -1;
}
.museum .home-intruders__header h2 {
  margin: 0 0 18px;
  text-transform: uppercase;
  font-family: halyard-text, sans-serif;
  font-size: 37px;
  line-height: 1;
  font-weight: 350;
}
@media (min-width: 840px) {
  .museum .home-intruders__header h2 {
    font-size: 45px;
    margin: 0 0 27px;
  }
}
@media (min-width: 1025px) {
  .museum .home-intruders__header h2 {
    font-size: 70px;
    margin-top: 1.1em;
    margin-bottom: 18px;
    line-height: 1.09;
  }
}
@media (min-width: 840px) {
  .museum .home-intruders__subheader {
    line-height: 1.7;
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .museum .home-intruders__subheader {
    font-size: 20px;
    line-height: 1.6;
    padding-right: 106px;
  }
}
.museum .home-intruders__one {
  position: relative;
  color: #FFFFFF;
  margin-right: auto;
  max-width: 320px;
}
@media (min-width: 840px) {
  .museum .home-intruders__one {
    left: calc(-50% + 320px);
    min-width: 320px;
    margin-top: 209px;
    float: right;
  }
}
@media (min-width: 1025px) {
  .museum .home-intruders__one {
    left: calc(-55% + 45vw);
    width: 100%;
    max-width: 54.6vw;
    margin-top: 300px;
    margin-right: -9.6vw;
  }
}
@media screen and (min-width: 1500px) {
  .museum .home-intruders__one {
    margin-right: -70px;
    left: -19px;
    width: 820px;
    max-width: 820px;
    margin-top: 269px;
  }
}
.museum .home-intruders__one:before {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  background: #F3F1F1;
  height: 100%;
  content: "";
  z-index: -1;
}
@media (min-width: 840px) {
  .museum .home-intruders__one:before {
    top: -210px;
    height: calc(100% + 210px);
  }
}
@media (min-width: 1025px) {
  .museum .home-intruders__one:before {
    top: -286px;
    height: calc(100% + 286px);
  }
}
.museum .home-intruders__one-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -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;
  -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;
}
.museum .home-intruders__one-title, .museum .home-intruders__one-description {
  position: relative;
  z-index: 1;
  padding: 0 40px;
}
@media (min-width: 1025px) {
  .museum .home-intruders__one-title, .museum .home-intruders__one-description {
    padding: 0 118px;
  }
}
.museum .home-intruders__one-title h3 {
  font-size: 25px;
  font-weight: 400;
  color: #FFFFFF;
}
@media (min-width: 840px) {
  .museum .home-intruders__one-title h3 {
    margin-top: -14px;
    margin-bottom: 2px;
  }
}
@media (min-width: 1025px) {
  .museum .home-intruders__one-title h3 {
    font-size: 46px;
    margin-bottom: 24px;
    margin-top: 8px;
    letter-spacing: 1.15px;
  }
}
.museum .home-intruders__one-title h3 .link--arrow {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.museum .home-intruders__one-title h3 .link--arrow:hover, .museum .home-intruders__one-title h3 .link--arrow:focus {
  color: #FFFFFF;
}
.museum .home-intruders__one-title h3 .arrow {
  bottom: 7px;
  border-left-color: #FFFFFF;
}
.museum .home-intruders__one-description {
  font-size: 12px;
}
@media (min-width: 1025px) {
  .museum .home-intruders__one-description {
    font-size: 16px;
  }
}
.museum .home-intruders__one img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}
.museum .home-intruders__one-cta {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  padding: 20px;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  border: 1px solid #000000;
  line-height: 1.333;
  z-index: 0;
  opacity: 0;
  background-image: none;
}
.museum .home-intruders__one-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  color: #FFFFFF;
  border-radius: 100%;
  width: calc(100% + 30px);
  height: 0;
  padding-top: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  background: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
@media screen and (min-width: 840px) {
  .museum .home-intruders__one-wrapper {
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .museum .home-intruders__one-wrapper {
    width: 100%;
    padding-top: 100%;
  }
}
.museum .home-intruders__one-wrapper:before {
  position: absolute;
  background: #000000;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.museum .home-intruders__one-wrapper:hover:before, .museum .home-intruders__one-wrapper:focus:before {
  opacity: 0;
}
.museum .home-intruders__one-wrapper:hover img, .museum .home-intruders__one-wrapper:focus img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}
.museum .home-intruders__one-wrapper:hover .home-intruders__one-title, .museum .home-intruders__one-wrapper:hover .home-intruders__one-description, .museum .home-intruders__one-wrapper:focus .home-intruders__one-title, .museum .home-intruders__one-wrapper:focus .home-intruders__one-description {
  opacity: 0;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
  pointer-events: none;
}
.museum .home-intruders__one-wrapper:hover .home-intruders__one-cta, .museum .home-intruders__one-wrapper:focus .home-intruders__one-cta {
  opacity: 1;
  z-index: 1;
}
@media (min-width: 840px) {
  .museum .home-intruders__two {
    width: calc(50% + 30px);
    margin-left: -30px;
    float: left;
    clear: left;
  }
}
@media (min-width: 1025px) {
  .museum .home-intruders__two {
    width: calc(45% + 50px);
    margin-left: -50px;
  }
}
@media (min-width: 840px) {
  .museum .home-intruders__two-img {
    overflow: hidden;
  }
}
@media (hover: hover) and (pointer: fine) {
  .museum .home-intruders__two-img a:hover img, .museum .home-intruders__two-img a:focus img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
.museum .home-intruders__two-img img {
  margin-left: -15px;
  width: calc(100% + 30px);
  max-width: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}
@media (min-width: 840px) {
  .museum .home-intruders__two-img img {
    margin-left: 0;
    width: 100%;
  }
}
.museum .home-intruders__two-content {
  margin-left: -15px;
  margin-right: -15px;
  padding: 26px 15px 36px;
  color: #FFFFFF;
  background-color: #006985;
}
@media (min-width: 840px) {
  .museum .home-intruders__two-content {
    margin-left: auto;
    margin-right: auto;
    padding: 26px 23px 36px 13px;
  }
}
@media (min-width: 1025px) {
  .museum .home-intruders__two-content {
    padding: 67px 47px 61px 47px;
  }
}
.museum .home-intruders__two-content h3,
.museum .home-intruders__two-content h3 a {
  color: inherit;
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
}
@media (min-width: 840px) {
  .museum .home-intruders__two-content h3,
  .museum .home-intruders__two-content h3 a {
    margin-top: 0;
    margin-bottom: 6px;
  }
}
@media (min-width: 1025px) {
  .museum .home-intruders__two-content h3,
  .museum .home-intruders__two-content h3 a {
    font-size: 46px;
    margin-bottom: 34px;
  }
}
.museum .home-intruders__two-content h3:hover, .museum .home-intruders__two-content h3:focus,
.museum .home-intruders__two-content h3 a:hover,
.museum .home-intruders__two-content h3 a:focus {
  color: #FFFFFF;
}
.museum .home-intruders__two-content h3:hover .arrow, .museum .home-intruders__two-content h3:focus .arrow,
.museum .home-intruders__two-content h3 a:hover .arrow,
.museum .home-intruders__two-content h3 a:focus .arrow {
  border-left-color: #FFFFFF;
}
.museum .home-intruders__two-content h3 .arrow,
.museum .home-intruders__two-content h3 a .arrow {
  border-left-color: #FFFFFF;
}
.museum .home-intruders__two-content .cta--link {
  color: #FFFFFF;
}
.museum .home-intruders__two-content .cta--link:before, .museum .home-intruders__two-content .cta--link:after {
  background-image: url("/_resources/assets/icons/arrow-white.svg");
}
.museum .home-intruders__two-content .home-intruders__two-description {
  font-size: 12px;
  margin: 0 0 10px;
}
@media (min-width: 840px) {
  .museum .home-intruders__two-content .home-intruders__two-description {
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .museum .home-intruders__two-content .home-intruders__two-description {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
.museum .home-intruders__item-wrapper {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 840px) {
  .museum .home-intruders__item-wrapper {
    float: left;
    width: 27%;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .museum .home-intruders__item-wrapper {
    width: 30%;
  }
}
.museum .home-intruders__three, .museum .home-intruders__four {
  display: block;
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 50%;
  background-color: #FC7687;
  font-size: 12px;
}
@media (hover: hover) and (pointer: fine) {
  .museum .home-intruders__three:hover, .museum .home-intruders__three:focus, .museum .home-intruders__four:hover, .museum .home-intruders__four:focus {
    cursor: pointer;
  }
  .museum .home-intruders__three:hover .home-intruders__three-description, .museum .home-intruders__three:focus .home-intruders__three-description, .museum .home-intruders__four:hover .home-intruders__three-description, .museum .home-intruders__four:focus .home-intruders__three-description {
    display: block;
    position: relative;
    opacity: 1;
    height: 100%;
    -webkit-transition: 0.3s 0.1s ease;
    -o-transition: 0.3s 0.1s ease;
    transition: 0.3s 0.1s ease;
  }
}
@media (min-width: 840px) {
  .museum .home-intruders__three, .museum .home-intruders__four {
    width: 100%;
    float: none;
    padding-top: 100%;
    margin: 0 auto;
  }
}
.museum .home-intruders__three-inner, .museum .home-intruders__four-inner {
  position: absolute;
  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;
  top: 0;
  left: 0;
  padding: 15px 15px 20px;
  width: 100%;
  height: 100%;
}
@media (min-width: 840px) {
  .museum .home-intruders__three-inner, .museum .home-intruders__four-inner {
    padding: 15px 30px 28px 15px;
  }
}
@media (min-width: 1025px) {
  .museum .home-intruders__three-inner, .museum .home-intruders__four-inner {
    padding: 15px 90px 51px 50px;
  }
}
.museum .home-intruders__three-inner h3,
.museum .home-intruders__three-inner h3 a, .museum .home-intruders__four-inner h3,
.museum .home-intruders__four-inner h3 a {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  .museum .home-intruders__three-inner h3,
  .museum .home-intruders__three-inner h3 a, .museum .home-intruders__four-inner h3,
  .museum .home-intruders__four-inner h3 a {
    font-size: 30px;
  }
}
.museum .home-intruders__three-inner h3:hover,
.museum .home-intruders__three-inner h3 a:hover, .museum .home-intruders__four-inner h3:hover,
.museum .home-intruders__four-inner h3 a:hover {
  color: #000000;
}
.museum .home-intruders__three-description, .museum .home-intruders__four-description {
  opacity: 0;
  height: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 1025px) {
  .museum .home-intruders__three-description, .museum .home-intruders__four-description {
    font-size: 16px;
  }
}
.museum .home-intruders__three {
  float: left;
  border: 1px solid #FC7687;
}
@media (min-width: 840px) {
  .museum .home-intruders__three {
    float: none;
  }
}
.museum .home-intruders__three .link--arrow:hover .arrow {
  border-left-color: #000000;
}
.museum .home-intruders__three .arrow {
  border-left-color: #000000;
}
.museum .home-intruders__four {
  margin-left: auto;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
@media (min-width: 840px) {
  .museum .home-intruders__four {
    margin-right: auto;
  }
}
.museum .home-intruders__img {
  float: left;
  width: calc(50% + 15px);
  margin-right: auto;
  margin-left: -15px;
}
@media (min-width: 840px) {
  .museum .home-intruders__img {
    overflow: hidden;
  }
}
.museum .home-intruders__img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
@media (min-width: 840px) {
  .museum .home-intruders__img {
    float: left;
    width: calc(23% + 30px);
    margin-left: auto;
    margin-right: -30px;
  }
}
@media (min-width: 1025px) {
  .museum .home-intruders__img {
    width: calc(25% + 50px);
    margin-right: -50px;
  }
}
.museum .home-intruders__cta {
  position: relative;
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  background-image: none;
  background-color: #B70000;
  position: relative;
  display: block;
  float: left;
  margin: 0 -15px 0 auto;
  width: 160px;
  height: 160px;
  font-size: 16px;
}
@media screen and (min-width: 700px) {
  .museum .home-intruders__cta {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1025px) {
  .museum .home-intruders__cta {
    width: 165px;
    height: 165px;
  }
}
.museum .home-intruders__cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.museum .home-intruders__cta span {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 1em;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
  color: #000000;
}
.museum .home-intruders__cta span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 14px;
  background-image: url("/_resources/assets/icons/arrow-black.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-filter: invert(0);
          filter: invert(0);
}
.museum .home-intruders__cta:hover:after {
  left: 0;
}
.museum .home-intruders__cta:hover span {
  color: #FFFFFF;
}
.museum .home-intruders__cta:hover span:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (min-width: 840px) {
  .museum .home-intruders__cta {
    margin: 0 auto 0 0;
    width: 175px;
    height: 175px;
  }
}
@media (min-width: 1025px) {
  .museum .home-intruders__cta {
    width: 154px;
    height: 154px;
  }
}
.museum .home-intruders__cta span {
  font-size: 16px;
  padding-bottom: 1.7em;
  font-weight: 500;
  line-height: 1.1;
  width: 49%;
  color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  .museum .home-intruders__cta span {
    font-size: 16px;
  }
}
.museum .home-intruders__cta span:after {
  width: 37px;
  height: 21px;
  background-image: url("/_resources/assets/icons/arrow-white.svg");
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media screen and (min-width: 1025px) {
  .museum .home-intruders__cta span:after {
    width: 34px;
    height: 18px;
  }
}
.museum .home-intruders__cta:hover span:after {
  -webkit-filter: none;
          filter: none;
}

.museum .gallery__wrapper {
  overflow: hidden;
}
.museum .gallery__header {
  margin: 0 0 12px;
}
.museum .gallery__header h2:before, .museum .gallery__header h2:after {
  content: none;
}
.museum .gallery__intro {
  font-size: 16px;
  line-height: 1.625;
}
.museum .gallery__img img {
  margin: 0;
}
.museum .gallery__content {
  display: block;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .museum .gallery__content {
    width: 50%;
    max-width: 320px;
  }
}
.museum .gallery__toggle {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  border: 0;
  z-index: 3;
  background: #6C2241;
  color: #FFFFFF;
  padding: 20px;
}
@media (min-width: 1025px) {
  .museum .gallery__toggle {
    font-size: 15px;
  }
}
.museum .gallery__toggle[aria-expanded=true] {
  padding: 20px 20px 20px;
}
.museum .gallery__toggle[aria-expanded=true] .gallery__toggle-icon:before {
  left: auto;
  right: 32px;
  top: 26px;
}
@media screen and (min-width: 1025px) {
  .museum .gallery__toggle[aria-expanded=true] .gallery__toggle-icon:before {
    right: 25px;
  }
}
.museum .gallery__toggle[aria-expanded=true] .gallery__toggle-icon:after {
  left: auto;
  right: 40px;
  opacity: 0;
}
.museum .gallery__toggle-icon:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 12px;
  width: 17px;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.3s, background-color 0.3s, left 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s, left 0.3s;
  transition: opacity 0.3s, background-color 0.3s, left 0.3s;
}
@media (min-width: 1025px) {
  .museum .gallery__toggle-icon:before {
    top: 28px;
    right: 25px;
    left: auto;
  }
}
.museum .gallery__toggle-icon:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  width: 1px;
  height: 17px;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0s, background-color 0.3s, left 0.3s;
  -o-transition: opacity 0s, background-color 0.3s, left 0.3s;
  transition: opacity 0s, background-color 0.3s, left 0.3s;
}
@media (min-width: 1025px) {
  .museum .gallery__toggle-icon:after {
    left: auto;
    right: 33px;
    top: 20px;
  }
}
.museum .gallery__toggle-txt {
  display: none;
  font-weight: 600;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .museum .gallery__toggle-txt {
    display: block !important;
  }
}
.museum .gallery__body {
  display: none;
  position: relative;
  background: #6C2241;
  color: #FFFFFF;
  padding: 0 20px 12px;
  z-index: 2;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .museum .gallery__body {
    font-size: 15px;
  }
}
.museum .gallery__body a {
  color: #FFFFFF;
  background-image: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#FFFFFF));
  background-image: -o-linear-gradient(right, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to left, #FFFFFF, #FFFFFF);
}
.museum .gallery__nav-item:hover {
  cursor: pointer;
}
.museum .gallery__nav-item.video:after {
  background-color: #AA0101;
}
.museum .gallery .js-show {
  z-index: 4;
}

.home-visit-meus {
  margin-bottom: 5em;
}
@media screen and (min-width: 1025px) {
  .home-visit-meus {
    margin-bottom: 9.8em;
  }
}
@media screen and (min-width: 1400px) {
  .home-visit-meus {
    margin-bottom: 11.8em;
  }
}
.home-visit-meus__plan {
  background-color: #000000;
  color: #FFFFFF;
  padding: 33px 15px;
}
@media screen and (min-width: 1025px) {
  .home-visit-meus__plan {
    position: relative;
    padding: 64px 180px 49px 47px;
  }
}
.home-visit-meus h2.home-visit-meus__header {
  position: relative;
  padding-left: 44px;
  font-size: 25px;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 700px) {
  .home-visit-meus h2.home-visit-meus__header {
    margin-top: 0;
    margin-bottom: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  .home-visit-meus h2.home-visit-meus__header {
    font-size: 40px;
    padding-left: 66px;
    margin-bottom: 1.4em;
  }
}
.home-visit-meus h2.home-visit-meus__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  background-image: url("/_resources/assets/icons/mfit-home-visit-pin.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .home-visit-meus h2.home-visit-meus__header:before {
    width: 48px;
    height: 48px;
  }
}
.home-visit-meus h3.home-visit-meus__subheader {
  font-family: halyard-text, sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  .home-visit-meus h3.home-visit-meus__subheader {
    margin-top: 0;
    margin-bottom: 0.3em;
  }
}
@media screen and (min-width: 1025px) {
  .home-visit-meus h3.home-visit-meus__subheader {
    font-size: 16px;
  }
}
.home-visit-meus__inner {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .home-visit-meus__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-visit-meus__desc {
  font-weight: 500;
  font-size: 12px;
  margin: 0 0 18px;
}
@media screen and (min-width: 700px) {
  .home-visit-meus__desc {
    margin: 0 0 21px;
  }
}
@media screen and (min-width: 1025px) {
  .home-visit-meus__desc {
    font-size: 16px;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 700px) {
  .home-visit-meus__col {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (max-width: 699px) {
  .home-visit-meus__col:nth-child(1) {
    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;
  }
}
@media screen and (min-width: 1025px) {
  .home-visit-meus__col:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    width: 46%;
  }
}
@media screen and (min-width: 1025px) {
  .home-visit-meus__col:nth-child(1) .home-visit-meus__cta {
    display: none;
  }
}
@media screen and (min-width: 700px) {
  .home-visit-meus__col:nth-child(2) {
    padding-top: 30vw;
  }
}
@media screen and (min-width: 1025px) {
  .home-visit-meus__col:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 54%;
            flex: 0 0 54%;
    width: 54%;
    padding-top: 18.5vw;
  }
}
@media screen and (min-width: 1400px) {
  .home-visit-meus__col:nth-child(2) {
    padding-top: 258.815px;
  }
}
.home-visit-meus__img-main {
  overflow: hidden;
}
@media screen and (max-width: 699px) {
  .home-visit-meus__img-main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (min-width: 700px) {
  .home-visit-meus__img-main {
    position: relative;
    height: calc(100% - 25vw);
  }
}
@media screen and (min-width: 1025px) {
  .home-visit-meus__img-main {
    height: calc(100% - 13.5vw);
  }
}
@media screen and (min-width: 1400px) {
  .home-visit-meus__img-main {
    height: calc(100% - 180px);
  }
}
.home-visit-meus__img-main img {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .home-visit-meus__img-main img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.home-visit-meus__img {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 700px) {
  .home-visit-meus__img {
    width: 50%;
    margin: 0;
    padding-top: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .home-visit-meus__img {
    width: 36%;
    padding-top: 20px;
  }
}
.home-visit-meus__img img {
  width: 100%;
}
.home-visit-meus__cta,
.home-visit-meus .img-inst__insta {
  position: relative;
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  background-image: none;
  background-color: #B70000;
  position: relative;
  display: block;
  margin: 0;
  width: 50vw;
  height: 50vw;
  font-size: 16px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media screen and (min-width: 700px) {
  .home-visit-meus__cta,
  .home-visit-meus .img-inst__insta {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1025px) {
  .home-visit-meus__cta,
  .home-visit-meus .img-inst__insta {
    width: 165px;
    height: 165px;
  }
}
.home-visit-meus__cta:after,
.home-visit-meus .img-inst__insta:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.home-visit-meus__cta span,
.home-visit-meus .img-inst__insta span {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 1em;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
  color: #000000;
}
.home-visit-meus__cta span:after,
.home-visit-meus .img-inst__insta span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 14px;
  background-image: url("/_resources/assets/icons/arrow-black.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-filter: invert(0);
          filter: invert(0);
}
.home-visit-meus__cta:hover:after,
.home-visit-meus .img-inst__insta:hover:after {
  left: 0;
}
.home-visit-meus__cta:hover span,
.home-visit-meus .img-inst__insta:hover span {
  color: #FFFFFF;
}
.home-visit-meus__cta:hover span:after,
.home-visit-meus .img-inst__insta:hover span:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (min-width: 700px) {
  .home-visit-meus__cta,
  .home-visit-meus .img-inst__insta {
    position: absolute;
    top: 5vw;
    left: 50vw;
    width: 25vw;
    height: 25vw;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media screen and (min-width: 1025px) {
  .home-visit-meus__cta,
  .home-visit-meus .img-inst__insta {
    left: 46vw;
    top: 3vw;
    width: 27vw;
    height: 27vw;
  }
}
@media screen and (min-width: 1900px) {
  .home-visit-meus__cta,
  .home-visit-meus .img-inst__insta {
    top: calc(30vw - 513px);
    width: 377.719px;
    height: 377.719px;
  }
}
.home-visit-meus__cta span,
.home-visit-meus .img-inst__insta span {
  font-size: 16px;
  padding-bottom: 1.7em;
  font-weight: 500;
  line-height: 1.1;
  width: 45%;
  color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  .home-visit-meus__cta span,
  .home-visit-meus .img-inst__insta span {
    font-size: 16px;
  }
}
.home-visit-meus__cta span:after,
.home-visit-meus .img-inst__insta span:after {
  width: 37px;
  height: 21px;
  -webkit-filter: none !important;
          filter: none !important;
  background-image: url("/_resources/assets/icons/arrow-white.svg");
}
@media screen and (min-width: 1025px) {
  .home-visit-meus__cta span:after,
  .home-visit-meus .img-inst__insta span:after {
    width: 34px;
    height: 18px;
  }
}
.home-visit-meus__cta--desktop,
.home-visit-meus .img-inst__insta--desktop {
  display: none;
}
@media screen and (min-width: 1025px) {
  .home-visit-meus__cta--desktop,
  .home-visit-meus .img-inst__insta--desktop {
    display: block;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    width: 160px;
    height: 160px;
  }
}
.home-visit-meus__cta--desktop:after,
.home-visit-meus .img-inst__insta--desktop:after {
  background-color: #FFFFFF;
}
.home-visit-meus__cta--desktop:hover span,
.home-visit-meus .img-inst__insta--desktop:hover span {
  color: #000000;
}
.home-visit-meus__cta--desktop:hover span:after,
.home-visit-meus .img-inst__insta--desktop:hover span:after {
  background-image: url("/_resources/assets/icons/arrow-white.svg");
}
@media screen and (min-width: 700px) {
  .home-visit-meus__cta--desktop:hover span:after,
  .home-visit-meus .img-inst__insta--desktop:hover span:after {
    background-image: url("/_resources/assets/icons/arrow-black.svg");
  }
}
@media screen and (min-width: 1025px) {
  .home-visit-meus__cta--desktop span,
  .home-visit-meus .img-inst__insta--desktop span {
    width: 50%;
    padding-bottom: 2em;
  }
}
.home-visit-meus .img-inst {
  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;
}
@media screen and (min-width: 700px) {
  .home-visit-meus .img-inst {
    position: relative;
  }
}
.home-visit-meus .img-inst__item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50vw;
  height: 50vw;
}
@media screen and (min-width: 700px) {
  .home-visit-meus .img-inst__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    height: 25vw;
  }
}
@media screen and (min-width: 1025px) {
  .home-visit-meus .img-inst__item {
    height: 27vw;
  }
}
@media screen and (min-width: 1400px) {
  .home-visit-meus .img-inst__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 377.719px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 377.719px;
            flex: 0 0 377.719px;
    width: 377.719px;
    height: 377.719px;
  }
}
.home-visit-meus .img-inst__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-visit-meus .img-inst__insta {
  background-color: #FC7687;
  background-image: none;
}
@media screen and (min-width: 700px) {
  .home-visit-meus .img-inst__insta {
    position: absolute;
    top: 0;
    left: -25vw;
  }
}
@media screen and (min-width: 1025px) {
  .home-visit-meus .img-inst__insta {
    top: 13.5vw;
    left: -25vw;
    width: 25vw;
    height: 25vw;
    margin: 0;
  }
}
@media screen and (min-width: 1400px) {
  .home-visit-meus .img-inst__insta {
    top: 198px;
    left: -350px;
    width: 350px;
    height: 350px;
  }
}
.home-visit-meus .img-inst__insta span {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  width: auto;
  text-transform: none;
  padding: 1.3em 0 0 0;
}
@media screen and (min-width: 1025px) {
  .home-visit-meus .img-inst__insta span {
    font-size: 30px;
    padding: 1em 0 0 0;
  }
}
.home-visit-meus .img-inst__insta span:before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background-image: url("/_resources/assets/icons/mfit-home-visit-insta.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .home-visit-meus .img-inst__insta span:before {
    width: 35px;
    height: 35px;
  }
}
.home-visit-meus .img-inst__insta span:after {
  content: none;
}
.home-visit-meus .img-inst__insta:hover span:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.video-col-2-3 {
  margin-bottom: 4.8em;
}
.video-col-2-3 .column {
  display: block;
}
.video-col-2-3 .accordion {
  border-top: 0;
  padding: 0;
  margin: 40px 0 16px;
}
.video-col-2-3 .accordion__icon {
  width: 20px;
  height: 20px;
}
.video-col-2-3 .accordion__icon:before {
  width: 11px;
}
.video-col-2-3 .accordion__icon:after {
  height: 11px;
}
.video-col-2-3 .accordion__toggle {
  padding: 10px 20px 10px 32px;
}
.video-col-2-3 .accordion__item:last-child {
  border-bottom: none;
}
.video-col-2-3 .accordion__content {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.video-col-2-3 .cta {
  padding: 0.46em 1.44em;
}
.video-col-2-3__author {
  font-size: 19px;
  margin: 0 0 0.5rem;
}
.video-col-2-3__body {
  margin: 0 0 20px;
}
.video-col-2-3__body p {
  margin: 0 0 0.65rem;
}
.video-col-2-3__body ul {
  margin-top: 0;
  padding-left: 2.6rem;
  font-size: 17px;
}
.video-col-2-3__body ul li {
  margin-bottom: 0.7rem;
}
.video-col-2-3 .vid-inline--full {
  margin-bottom: 0;
}
.video-col-2-3 .vid-inline__cover:after {
  width: 68px;
  height: 68px;
}
.video-col-2-3 .vid-inline__cover:before {
  border-width: 11.5px 0 11.5px 17px;
  margin: 0 23px 22px 0;
}
.video-col-2-3 .vid-inline__cover--img-only {
  cursor: default;
}
.video-col-2-3 .vid-inline__cover--img-only::after, .video-col-2-3 .vid-inline__cover--img-only:before {
  opacity: 0;
}
.video-col-2-3 .vid-inline__caption {
  font-size: 12px;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  border: none;
}

.home-showcase {
  position: relative;
  margin: 0 auto 41px;
  padding: 0 15px;
  max-width: 1200px;
}
@media (min-width: 700px) {
  .home-showcase {
    margin: 0 auto 47px;
    padding: 0 33px;
  }
}
@media (min-width: 1025px) {
  .home-showcase {
    margin: 0 auto 71px;
    padding: 0 40px 0 60px;
  }
}
.home-showcase__inner {
  position: relative;
  padding: 45px 0 0;
}
@media screen and (min-width: 1025px) {
  .home-showcase__inner {
    padding: 45px 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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
}
.home-showcase__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  background: url("/_resources/assets/icons/star-circle.svg");
  background-position: center;
  background-size: 100%;
}
@media screen and (min-width: 1025px) {
  .home-showcase__inner:before {
    width: 42px;
    height: 42px;
  }
}
.home-showcase__inner:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: calc(100% - 29px - 16px);
  height: 0;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 1025px) {
  .home-showcase__inner:after {
    width: calc(100% - 42px - 16px);
    top: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .home-showcase__col:nth-child(1) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .home-showcase__col:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
@media screen and (min-width: 1025px) {
  .home-showcase__col:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-bottom: 0.7em;
  }
}
.home-showcase__header {
  font-family: halyard-text, sans-serif;
  letter-spacing: 1.5px;
  font-weight: 400;
  margin: 0 0 8px;
}
@media screen and (min-width: 1025px) {
  .home-showcase__header {
    font-size: 40px;
  }
}
.home-showcase__intro {
  font-family: halyard-text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 700px) {
  .home-showcase__intro {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .home-showcase .cta--button {
    padding: 0.4em 1.3em;
  }
}

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

@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.
 */
.faculty__content {
  padding: 0 0 30px;
}
.faculty__resume-cta {
  margin: 1.5rem 0 0;
  text-align: left;
}
.faculty__resume-cta a {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  background: #000000;
  color: #FFFFFF;
}
.faculty__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1em;
}
.faculty__image, .faculty__contact {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.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__header {
  position: relative;
  padding: 3.1em 15px 0;
}
@media screen and (min-width: 700px) {
  .faculty.faculty--directory .faculty__header {
    padding: 5.35em 30px 0;
  }
}
@media screen and (min-width: 1025px) {
  .faculty.faculty--directory .faculty__header {
    padding: 7.1em 50px 1.7em;
  }
}
.faculty.faculty--directory .faculty__header:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
  height: 100%;
  background-color: #BCDADF;
  z-index: -1;
}
@media screen and (min-width: 700px) {
  .faculty.faculty--directory .faculty__header:after {
    left: -30px;
    width: calc(100% + 60px);
  }
}
.faculty.faculty--directory .faculty__header h1 {
  margin: 0;
}
.faculty.faculty--directory .faculty__list {
  padding: 0 15px 2.5em;
}
@media (min-width: 700px) {
  .faculty.faculty--directory .faculty__list {
    padding: 0 30px 0.4em;
  }
}
@media screen and (min-width: 1025px) {
  .faculty.faculty--directory .faculty__list {
    padding: 0 50px;
  }
}
.faculty.faculty--directory .faculty__list .container {
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .faculty.faculty--directory .faculty__list .container {
    max-width: none;
  }
}
.faculty.faculty--directory .faculty__list .filter-btn-drop {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #D8D8D8;
  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);
       -o-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);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  content: "";
}
.faculty.faculty--full .faculty__content {
  margin-bottom: 5em;
}
.faculty .heading-table {
  position: relative;
  margin: 0 0 2rem;
  padding-bottom: 0.5em;
}
@media (min-width: 700px) {
  .faculty .heading-table {
    padding-bottom: 1.5em;
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1025px) {
  .faculty .heading-table {
    padding-bottom: 2.5em;
  }
}
.faculty .heading-table:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
  height: 100%;
  background-color: #BCDADF;
  z-index: -1;
}
@media screen and (min-width: 700px) {
  .faculty .heading-table:after {
    left: -30px;
    width: calc(100% + 60px);
  }
}
@media screen and (min-width: 1025px) {
  .faculty .heading-table:after {
    left: -50px;
    width: calc(100% + 100px);
  }
}
.faculty .heading-table .toolbar {
  position: relative;
  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: 12px 0 0;
}
@media screen and (min-width: 700px) {
  .faculty .heading-table .toolbar {
    padding: 16px 0 0;
    -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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .faculty .heading-table .toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    padding: 0;
  }
}
.faculty .heading-table .clear-table {
  left: 15px;
  background: none;
  border: none;
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  width: 30px;
  height: 30px;
  background-color: #FF2EAA;
  background-image: url("/_resources/assets/icons/program-reset.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 700px) {
  .faculty .heading-table .clear-table {
    position: absolute;
    top: -46px;
    right: 0;
    left: auto;
    width: 50px;
    height: 50px;
    background-size: 30px 30px;
  }
}
@media (min-width: 1025px) {
  .faculty .heading-table .clear-table {
    position: absolute;
    display: block;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 55px;
    height: 55px;
    opacity: 1;
  }
}
.faculty .heading-table .clear-table span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}
.faculty .heading-table .filter-box {
  line-height: 1;
  position: relative;
  margin: 0 0 13px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-writing-mode: lr-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: lr-tb;
}
@media screen and (min-width: 700px) {
  .faculty .heading-table .filter-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 31.5%;
            flex: 0 0 31.5%;
  }
}
@media screen and (min-width: 1025px) {
  .faculty .heading-table .filter-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
    margin: 0 1.3em 0 0;
  }
}
.faculty .heading-table .filter-box:after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #FF2EAA;
  border-left: 8px solid transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
       -o-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 700px) {
  .faculty .heading-table .filter-box:after {
    top: auto;
    bottom: 10px;
  }
}
.faculty .heading-table .filter-box:nth-child(1) {
  display: none;
}
.faculty .heading-table .form__label {
  font-family: halyard-text, sans-serif;
  position: relative;
  display: block;
  font-size: 13px;
  margin: 0 0 0.3em;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  .faculty .heading-table .form__label {
    font-size: 16px;
    margin: 0 0 0.7em;
  }
}
.faculty .heading-table select {
  width: 100%;
  height: 40px;
  padding: 0 34px 0 8px;
  background: #FFFFFF;
  border: 1px solid #000000;
  background-size: 8px;
}
.faculty .heading-table .dataTables_filter {
  position: relative;
  margin: 1px 0 13px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (min-width: 700px) {
  .faculty .heading-table .dataTables_filter {
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1025px) {
  .faculty .heading-table .dataTables_filter {
    margin-bottom: 33px;
  }
}
.faculty .heading-table .dataTables_filter label .search-title {
  display: none;
}
.faculty .heading-table input[type=search] {
  padding: 2px 34px 0 14px;
  height: 45px;
  margin: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  border: 1px solid #000000;
}
@media screen and (min-width: 700px) {
  .faculty .heading-table input[type=search] {
    padding: 28px 62px 23px 19px;
    height: 55px;
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .faculty .heading-table input[type=search] {
    padding: 23px 25px 25px 21px;
    margin: 4px 0 0;
    height: 68px;
  }
}
.faculty .heading-table input[type=search]::-webkit-input-placeholder {
  color: #000000;
}
.faculty .heading-table input[type=search]:-moz-placeholder {
  color: #000000;
}
.faculty .heading-table input[type=search]::-moz-placeholder {
  color: #000000;
}
.faculty .heading-table input[type=search]:-ms-input-placeholder {
  color: #000000;
}
.faculty .wrapper-table {
  line-height: 1.2;
  margin: 0 0 18px;
}
@media (min-width: 1025px) {
  .faculty .wrapper-table {
    margin: 0 0 53px;
  }
  .faculty .wrapper-table:after {
    display: none;
  }
}
@media (min-width: 700px) {
  .faculty .wrapper-table .table-holder {
    padding-top: 10px;
    overflow-x: scroll;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .faculty .wrapper-table .table-holder {
    overflow: visible;
  }
}
.faculty .wrapper-table table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
}
@media (min-width: 700px) {
  .faculty .wrapper-table table {
    display: table;
  }
}
@media (min-width: 1025px) {
  .faculty .wrapper-table table {
    min-width: 0;
  }
}
.faculty .wrapper-table th {
  position: relative;
}
@media (min-width: 700px) {
  .faculty .wrapper-table th {
    padding: 0 0 23px 39px;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    min-width: 207px;
  }
}
@media screen and (min-width: 1025px) {
  .faculty .wrapper-table th {
    padding: 30px 0 30px 53px;
    font-size: 18px;
  }
}
.faculty .wrapper-table th:nth-child(1):after,
.faculty .wrapper-table th .fas {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
}
@media screen and (min-width: 1025px) {
  .faculty .wrapper-table th:nth-child(1):after,
  .faculty .wrapper-table th .fas {
    top: 22px;
    width: 40px;
    height: 40px;
  }
}
.faculty .wrapper-table th .fas:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faculty .wrapper-table th:nth-child(1):after {
  background-image: url("/_resources/assets/icons/fac-profile.svg");
}
.faculty .wrapper-table th:nth-child(2) .fas {
  color: #FFFFFF;
  background-color: #001049;
}
.faculty .wrapper-table th:nth-child(3) .fas {
  background-color: #FEBF3A;
}
.faculty .wrapper-table th:nth-child(4) .fas {
  background-color: #FC7687;
}
.faculty .wrapper-table td {
  padding: 0;
  display: block;
  margin: 0 0 17px;
}
@media (min-width: 700px) {
  .faculty .wrapper-table td {
    padding: 14px 20px 16px 0;
  }
}
@media (min-width: 700px) {
  .faculty .wrapper-table td {
    display: table-cell;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .faculty .wrapper-table td {
    padding: 20px 20px 25px 6px;
  }
}
.faculty .wrapper-table td:last-child {
  margin: 0;
}
@media screen and (max-width: 699px) {
  .faculty .wrapper-table .row-section {
    position: relative;
  }
  .faculty .wrapper-table .row-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .faculty .wrapper-table .row-section--name:after {
    background-image: url("/_resources/assets/icons/fac-profile.svg");
  }
  .faculty .wrapper-table .row-section--department:after {
    background-image: url("/_resources/assets/icons/fac-dept.svg");
  }
  .faculty .wrapper-table .row-section--email:after {
    background-image: url("/_resources/assets/icons/fac-email.svg");
  }
  .faculty .wrapper-table .row-section--tel:after {
    background-image: url("/_resources/assets/icons/fac-phone.svg");
  }
  .faculty .wrapper-table .row-section--location:after {
    background-image: url("/_resources/assets/icons/fac-location.svg");
  }
}
@media screen and (min-width: 700px) {
  .faculty .wrapper-table .row-section {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .faculty .wrapper-table .row-section {
    font-size: 15px;
  }
}
.faculty .wrapper-table tbody {
  display: block;
}
@media (min-width: 700px) {
  .faculty .wrapper-table tbody {
    display: table-row-group;
    white-space: nowrap;
  }
}
.faculty .wrapper-table thead {
  display: none;
}
@media (min-width: 700px) {
  .faculty .wrapper-table thead {
    display: table-header-group;
  }
}
@media (min-width: 700px) {
  .faculty .wrapper-table thead tr {
    border-bottom: 2px solid #000000;
  }
}
@media screen and (min-width: 1025px) {
  .faculty .wrapper-table thead tr {
    border-bottom: 3px solid #000000;
  }
}
.faculty .wrapper-table tr {
  font-family: halyard-text, sans-serif;
  border-bottom: 1px solid #000000;
  display: block;
  padding: 1.1em 0 1.1em 3.4em;
  margin: 0;
}
@media screen and (max-width: 699px) {
  .faculty .wrapper-table tr:first-child {
    border-top: 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;
  }
}
@media screen and (max-width: 699px) {
  .faculty .wrapper-table tr.odd {
    background-color: #F3F1F1;
  }
}
@media screen and (min-width: 700px) {
  .faculty .wrapper-table tr.even {
    background-color: #F3F1F1;
  }
}
.faculty .wrapper-table .row-label {
  display: block;
  margin: 0 0 7px;
  -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-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .faculty .wrapper-table .row-label {
    display: none;
  }
}
.faculty .wrapper-table .email {
  word-break: break-all;
}
.faculty .wrapper-table a {
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
}
.faculty .wrapper-table .email,
.faculty .wrapper-table .link-name {
  font-weight: 700;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #000000;
}
.faculty .wrapper-table .tel {
  color: #000000;
  font-weight: 350;
}
.faculty .wrapper-table .link-name {
  font-family: halyard-text, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #000000;
}
@media (min-width: 700px) {
  .faculty .wrapper-table .link-name {
    margin: 0 0 4px;
    font-size: 19px;
  }
}
@media screen and (min-width: 1025px) {
  .faculty .wrapper-table .link-name {
    font-size: 24px;
  }
}
.faculty .wrapper-table .type {
  display: none;
}
.faculty .wrapper-table .title {
  display: block;
  padding-top: 6px;
}
@media (min-width: 700px) {
  .faculty .wrapper-table .title {
    font-size: 12px;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .faculty .wrapper-table .title {
    font-size: 15px;
  }
}
.faculty .footer-table {
  font-family: halyard-text, sans-serif;
  text-align: center;
  margin-bottom: 2em;
}
@media (min-width: 700px) {
  .faculty .footer-table {
    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-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.faculty .footer-table select {
  background-color: #FFFFFF;
  padding: 2px 30px 2px 7px;
  line-height: 1.3;
  cursor: pointer;
}
@media screen and (min-width: 700px) {
  .faculty .footer-table .table-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.faculty .footer-table .dataTables_length {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 156px;
}
@media screen and (max-width: 699px) {
  .faculty .footer-table .dataTables_length {
    margin-bottom: 1.2em;
  }
}
.faculty .footer-table .dataTables_info {
  font-weight: 350;
  font-size: 13px;
}
@media screen and (min-width: 700px) {
  .faculty .footer-table .dataTables_info {
    margin-left: 1.95em;
  }
}
.faculty .footer-table .table-length-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.faculty .footer-table .table-length-wrap:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid #FF2EAA;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
       -o-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
}
.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 .dataTables_paginate {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 699px) {
  .faculty .dataTables_paginate {
    margin-bottom: 2.3em;
  }
}
.faculty .dataTables_paginate .ellipsis {
  margin: 8px 9px 4px 5px;
}
.faculty .dataTables_paginate > span a {
  font-size: 15px;
  font-weight: 600;
  margin: 4px 9px 4px 5px;
  color: #000000;
  background-image: none;
}
@media (min-width: 700px) {
  .faculty .dataTables_paginate > span a {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 4px 8px 4px -4px;
  }
}
@media screen and (min-width: 1025px) {
  .faculty .dataTables_paginate > span a {
    width: 22px;
    height: 22px;
  }
}
.faculty .dataTables_paginate > span a.current {
  font-weight: 700;
}
.faculty .dataTables_paginate .previous,
.faculty .dataTables_paginate .next {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  width: 10px;
  height: 20px;
  background-image: none;
}
.faculty .dataTables_paginate .previous:before,
.faculty .dataTables_paginate .next:before {
  position: absolute;
  left: 1px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
       -o-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  content: "";
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (min-width: 1025px) {
  .faculty .dataTables_paginate .previous:before,
  .faculty .dataTables_paginate .next:before {
    width: 24px;
    height: 24px;
  }
}
.faculty .dataTables_paginate .previous.previous,
.faculty .dataTables_paginate .next.previous {
  margin: 0 11px 0 0;
}
@media screen and (min-width: 1025px) {
  .faculty .dataTables_paginate .previous.previous,
  .faculty .dataTables_paginate .next.previous {
    margin: 0 48px 0 0;
  }
}
.faculty .dataTables_paginate .previous.next,
.faculty .dataTables_paginate .next.next {
  margin: 0 0 0 5px;
}
@media (min-width: 700px) {
  .faculty .dataTables_paginate .previous.next,
  .faculty .dataTables_paginate .next.next {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .faculty .dataTables_paginate .previous.next,
  .faculty .dataTables_paginate .next.next {
    margin: 0 0 0 48px;
  }
}
.faculty .dataTables_paginate .previous.next:before,
.faculty .dataTables_paginate .next.next:before {
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
       -o-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
@media (min-width: 700px) {
  .faculty .dataTables_paginate .previous.next:before,
  .faculty .dataTables_paginate .next.next:before {
    left: -2px;
  }
}
@media screen and (min-width: 1025px) {
  .faculty .dataTables_paginate .previous.next:before,
  .faculty .dataTables_paginate .next.next:before {
    left: -13px;
  }
}
.faculty .dataTables_paginate .previous:hover,
.faculty .dataTables_paginate .next:hover {
  cursor: pointer;
}
.faculty .dataTables_paginate .previous:hover:before,
.faculty .dataTables_paginate .next:hover:before {
  border-color: #FF2EAA;
}

.faculty-head {
  position: relative;
  background-color: #BCDADF;
  margin: 0 0 37px;
}
@media screen and (min-width: 700px) {
  .faculty-head {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1025px) {
  .faculty-head {
    margin: 0 0 66px;
  }
}
.faculty-head__inner {
  padding: 42px 15px 16px;
}
@media screen and (min-width: 700px) {
  .faculty-head__inner {
    padding: 49px 0 27px 260px;
  }
}
@media screen and (min-width: 1025px) {
  .faculty-head__inner {
    padding: 77px 0 46px 419px;
  }
}
.faculty-head__name {
  margin: 0 0 3px;
}
@media (min-width: 700px) {
  .faculty-head__name {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .faculty-head__name {
    margin: 0 0 -1px;
  }
}
.faculty-head__title {
  font-size: 18px;
}
@media screen and (min-width: 700px) {
  .faculty-head__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .faculty-head__title {
    font-size: 28px;
  }
}
.faculty-head__image {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 700px) {
  .faculty-head__image {
    position: absolute;
    top: 56px;
    left: 33px;
    width: 196px;
    height: 196px;
  }
}
@media screen and (min-width: 1025px) {
  .faculty-head__image {
    top: 76px;
    left: 51px;
    width: 330px;
    height: 330px;
  }
}
.faculty-head__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.faculty-head__contact {
  width: 50%;
}
@media screen and (min-width: 700px) {
  .faculty-head__contact {
    width: 75%;
  }
}
.faculty-head__contact p:last-of-type {
  margin: 0;
}
.faculty-head__resume a {
  position: relative;
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  background-image: none;
  background-color: #0036F9;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 700px) {
  .faculty-head__resume a {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1025px) {
  .faculty-head__resume a {
    width: 165px;
    height: 165px;
  }
}
.faculty-head__resume a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.faculty-head__resume a span {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 1em;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
}
.faculty-head__resume a span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 14px;
  background-image: url("/_resources/assets/icons/arrow-black.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.faculty-head__resume a:hover:after {
  left: 0;
}
.faculty-head__top {
  position: relative;
  font-size: 18px;
  line-height: 1.28;
  margin: 0 0 23px;
}
@media (min-width: 700px) {
  .faculty-head__top {
    font-size: 20px;
    line-height: 1.35;
    margin: 0 0 43px;
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .faculty-head__top {
    line-height: 1.34;
    margin: 0 0 71px;
    padding-right: 50px;
  }
  .faculty-head__top h1 {
    font-size: 48px;
  }
}
.faculty-head__top:before, .faculty-head__top:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  border-bottom: 2px dashed #000000;
}
@media (min-width: 700px) {
  .faculty-head__top:before, .faculty-head__top:after {
    bottom: -11px;
  }
}
@media (min-width: 1025px) {
  .faculty-head__top:before, .faculty-head__top:after {
    font-size: 45px;
    border-width: 0 0 3px;
    bottom: -17px;
  }
}
.faculty-head__top:after {
  left: 188px;
  right: -9999px;
  border: none;
  background-color: #000000;
  height: 2px;
}
@media (min-width: 700px) {
  .faculty-head__top:after {
    left: 398px;
  }
}
@media (min-width: 1025px) {
  .faculty-head__top:after {
    height: 3px;
    left: 683px;
  }
}
.faculty-head__email, .faculty-head__phone, .faculty-head__office {
  position: relative;
  padding-left: 34px;
  font: 14px/1.29 halyard-text, sans-serif;
  margin: 0 0 17px;
}
@media screen and (min-width: 700px) {
  .faculty-head__email, .faculty-head__phone, .faculty-head__office {
    font-size: 16px;
    padding-left: 52px;
    margin: 0 0 30px;
  }
}
.faculty-head__email:after, .faculty-head__phone:after, .faculty-head__office:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 700px) {
  .faculty-head__email:after, .faculty-head__phone:after, .faculty-head__office:after {
    width: 34px;
    height: 34px;
    top: -4px;
  }
}
@media screen and (min-width: 1025px) {
  .faculty-head__email:after, .faculty-head__phone:after, .faculty-head__office:after {
    top: -12px;
    width: 42px;
    height: 42px;
  }
}
.faculty-head__email a, .faculty-head__phone a, .faculty-head__office a {
  color: #000000;
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000));
  background-image: -o-linear-gradient(right, #000000, #000000);
  background-image: linear-gradient(to left, #000000, #000000);
}
.faculty-head__email:after {
  background-image: url("/_resources/assets/icons/fac-email.svg");
}
.faculty-head__phone:after {
  background-image: url("/_resources/assets/icons/fac-phone.svg");
}
.faculty-head__office:after {
  background-image: url("/_resources/assets/icons/fac-location.svg");
}
@media screen and (min-width: 700px) {
  .faculty-head--no-img .faculty-head__inner {
    padding-left: 30px;
  }
}
@media screen and (min-width: 700px) {
  .faculty-head--no-img .faculty-head__inner {
    padding-left: 50px;
  }
}

/**
 * @file
 * News
 *
 * Contains styles for news and news view modes.
 */
.news__image {
  margin: 2rem 0 1rem;
}
.news__date {
  font-weight: 700;
}
.news--listing .news__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;
}
.news--listing .news__image {
  margin: 0 2em 2em 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
}

/**
 * @file
 * Program
 *
 * Contains styles for programs and program view modes.
 */
.program__top {
  margin: 0;
  padding: 2.4em 15px 1.7em;
  background-color: #F3F1F1;
}
@media screen and (min-width: 700px) {
  .program__top {
    padding: 2.4em 30px 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  .program__top {
    padding: 2.4em 50px 1.7em;
    margin: 0 auto;
  }
}
.program__top h1 {
  margin: 0 0 1.2em;
}
.program__top p {
  font-size: 20px;
  font-weight: 350;
}
@media screen and (min-width: 1025px) {
  .program__top p {
    font-size: 34px;
  }
}
.program__top a {
  background-position: 0% 86%;
}
.program__filters {
  position: relative;
  border: 2px solid;
  background-color: #FFFFFF;
  padding: 1.4rem 30px 2em;
}
@media screen and (min-width: 700px) {
  .program__filters {
    padding: 2.4rem 40px 2.4em;
  }
}
.program__filters:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% - 70px);
  background-color: #F3F1F1;
  z-index: -1;
}
@media screen and (min-width: 700px) {
  .program__filters:after {
    top: -2px;
    left: -30px;
    width: calc(100% + 60px);
  }
}
@media screen and (min-width: 1025px) {
  .program__filters:after {
    left: -50px;
    width: calc(100% + 100px);
  }
}
@media screen and (min-width: 700px) {
  .program__filters__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;
  }
}
@media screen and (min-width: 1025px) {
  .program__filters__inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 20%;
  }
}
@media (min-width: 700px) {
  .program__filters__open {
    display: none;
  }
}
.program__filters__fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 699px) {
  .program__filters__fieldset:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .program__filters__fieldset:not(:last-of-type) {
    margin-right: 121px;
  }
}
.program__filters__fieldset legend {
  font-size: halyard-text, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0.65em;
}
.program__filters__fieldset:nth-child(2) .program__filters__field input[type=radio]:checked + label:after {
  background-color: #FEBF3A;
  border: 1px solid #FEBF3A;
}
.program__filters__fieldset:nth-child(3) .program__filters__field input[type=radio]:checked + label:after {
  background-color: #FC7687;
  border: 1px solid #FC7687;
}
.program__filters__field {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.program__filters__field:not(:last-of-type) {
  margin-bottom: 0.7em;
}
@media screen and (min-width: 700px) {
  .program__filters__field:not(:last-of-type) {
    margin-bottom: 0.46em;
  }
}
.program__filters__field label {
  font-size: 13px;
  font-weight: 350;
}
.program__filters__field input[type=radio] + label:before {
  left: -28px;
  width: 8px;
  height: 8px;
  margin: 2px 0 0;
}
@media screen and (min-width: 700px) {
  .program__filters__field input[type=radio] + label:before {
    top: 42%;
  }
}
.program__filters__field input[type=radio] + label:after {
  top: 1px;
}
.program__filters__reset {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 82px;
  height: 82px;
  border: 0;
  background-color: #FF2EAA;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding: 0;
}
.program__filters__reset:hover {
  background-color: #000000;
}
.program__filters__reset:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-image: url("/_resources/assets/icons/program-reset.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .program__filters__reset {
    display: none;
  }
}
.program-finder {
  padding: 0 15px;
}
@media (min-width: 700px) {
  .program-finder {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .program-finder {
    padding: 0 50px;
    margin: 0 auto;
  }
}
.program-finder__results {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 60px;
  border: none;
  font-family: halyard-text, sans-serif;
  text-transform: uppercase;
  background-color: #FF2EAA;
  color: #000000;
  z-index: 1;
  padding: 0;
}
.program-finder__show-filters {
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  height: 60px;
  border: none;
  font-family: halyard-text, sans-serif;
  text-transform: uppercase;
  background-color: #FF2EAA;
  color: #000000;
  padding: 0;
  z-index: 2;
}
@media (min-width: 700px) {
  .program-finder__show-filters {
    top: 42px;
  }
}
@media (min-width: 1025px) {
  .program-finder__show-filters {
    padding: 0 50px;
    top: 50px;
  }
}

.program--list {
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 700px) {
  .program--list {
    margin-top: 3.7rem;
    margin-bottom: 3.7rem;
  }
}
@media screen and (min-width: 1025px) {
  .program--list {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1025px) {
  .program--list__sort {
    float: right;
  }
}
.program--list h2 {
  margin: 0;
}
.program--list__block {
  margin-bottom: 3rem;
}
@media screen and (min-width: 700px) {
  .program--list__block {
    margin-bottom: 3.6rem;
    border-bottom: 1px solid #000000;
  }
}
@media screen and (min-width: 1025px) {
  .program--list__block {
    margin-bottom: 4.6rem;
  }
}
.program--list__block h2 {
  position: relative;
  display: inline-block;
  font-family: halyard-text, sans-serif;
  font-size: 28.5px;
  font-weight: 400;
  width: 54px;
  height: 54px;
}
@media screen and (min-width: 700px) {
  .program--list__block h2 {
    font-size: 34px;
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 1025px) {
  .program--list__block h2 {
    font-size: 40px;
    width: 80px;
    height: 80px;
  }
}
.program--list__block h2 span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.program--list__block h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #000000;
}
.program--list__items {
  list-style: none;
  padding: 0.95em 0 0;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .program--list__items {
    padding: 1.3em 0 0;
  }
}
.program--list__item {
  border-top: 1px solid #000000;
}
.program--list__item:before {
  content: none;
}
.program--list__item a {
  position: relative;
  display: block;
  background-image: none;
  color: #000000;
  font-size: 18px;
  padding: 0.65em 0 0.65em 2.4em;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .program--list__item a {
    padding: 0.6em 0 0.6em 2.4em;
  }
}
@media screen and (min-width: 1025px) {
  .program--list__item a {
    padding: 0.95em 0 0.95em 3.2em;
  }
}
.program--list__item a:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -100%;
  background-color: #0036F9;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.program--list__item a:hover {
  color: #FFFFFF;
}
.program--list__item a:hover:after {
  left: 0;
}
.program--list__item a:hover .program--list__arrow {
  background-color: transparent;
}
.program--list__item a:hover .program--list__arrow:after {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
@media screen and (min-width: 700px) {
  .program--list__item a:hover .program--list__arrow:after {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }
}
.program--list__item h3 {
  margin: 0;
}
.program--list__arrow {
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #BCDADF;
}
@media screen and (min-width: 1025px) {
  .program--list__arrow {
    top: 8px;
    width: 38px;
    height: 38px;
  }
}
.program--list__arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  width: 11px;
  height: 11px;
}
@media screen and (min-width: 1025px) {
  .program--list__arrow:after {
    left: calc(50% - 3px);
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    width: 14px;
    height: 14px;
  }
}
.program--list__title {
  font-weight: 600;
}
.program--list__cred {
  display: inline-block;
  font-weight: 300;
}

/**
 * @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: #D8D8D8;
  width: 100%;
}
.event-detail__reg-fill {
  background-color: #FF2EAA;
  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%);
  -o-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("../../assets/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;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  line-height: 0;
}
.slick-dots li {
  margin: 0 0 0 5px;
}
.slick-dots li:first-child {
  margin: 0;
}
.slick-dots li:nth-child(2) button {
  background-color: #FEBF3A;
}
.slick-dots li:nth-child(3) button {
  background-color: #BCDADF;
}
.slick-dots li:nth-child(4) button {
  background-color: #12C477;
}
.slick-dots button {
  background-color: #ff6b6b;
  border: none;
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-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%);
       -o-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://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 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);
    -webkit-transform: translateZ(0);
    transform: translateZ(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);
    transform: translate3d(0, -30px, 0);
  }
  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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-o-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-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);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-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);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -o-animation-name: bounce;
     animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
   -o-transform-origin: center bottom;
      transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -o-animation-name: flash;
     animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
       transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
       transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
       transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
       transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -o-animation-name: pulse;
     animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
@-o-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
       transform: scaleX(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: scaleX(1);
    -o-transform: scaleX(1);
       transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
       transform: scaleX(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: scaleX(1);
    -o-transform: scaleX(1);
       transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  -o-animation-name: rubberBand;
     animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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);
  }
}
@-o-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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);
  }
}
.shake {
  -webkit-animation-name: shake;
  -o-animation-name: shake;
     animation-name: shake;
}

@-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);
  }
}
@-o-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -o-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);
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -o-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);
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  -o-animation-name: headShake;
     animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
       transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
       transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
       transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
       transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
       transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
       transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
   -o-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  -o-animation-name: swing;
     animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-o-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
       transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
       transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
       transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
       transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  -o-animation-name: tada;
     animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -o-animation-name: wobble;
     animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@-o-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
       transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
       transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
       transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
       transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  -o-animation-name: jello;
     animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
   -o-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);
  }
}
@-o-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
       transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
       transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
       transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
       transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  -o-animation-name: heartBeat;
     animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  -o-animation-duration: 1.3s;
     animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(1);
  }
}
@-o-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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: scaleX(1);
    -o-transform: scaleX(1);
       transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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: scaleX(1);
    -o-transform: scaleX(1);
       transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  -o-animation-name: bounceIn;
     animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 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);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
     animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 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);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
     animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 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);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
     animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 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);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-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);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
     animation-name: bounceInUp;
}

@-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);
  }
}
@-o-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);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  -o-animation-name: bounceOut;
     animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-o-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
     animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-o-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
     animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-o-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
     animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-o-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
     animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
     animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
     animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
     animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
     animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
     animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
     animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
     animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
     animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
     animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
     animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
     animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
     animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
     animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
     animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
     animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
     animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
     animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
     animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  -o-animation-name: flip;
     animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -o-animation-name: flipInX;
     animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -o-animation-name: flipInY;
     animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -o-animation-name: flipOutX;
     animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -o-animation-name: flipOutY;
     animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
     animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
     animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
     animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
       transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
       transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -o-animation-name: rotateIn;
     animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
     animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
     animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
     animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
       transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
       transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
     animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate(200deg);
    -o-transform: rotate(200deg);
       transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate(200deg);
    -o-transform: rotate(200deg);
       transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -o-animation-name: rotateOut;
     animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
     animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
     animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
     animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
     animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -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;
  }
}
@-o-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -o-transform: rotate(80deg);
       transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
       transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-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-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -o-transform: rotate(80deg);
       transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
       transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-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;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
     animation-duration: 2s;
  -webkit-animation-name: hinge;
  -o-animation-name: hinge;
     animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  0% {
    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);
  }
}
@-o-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -o-transform: scale(0.1) rotate(30deg);
       transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
       transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -o-transform: scale(0.1) rotate(30deg);
       transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
       transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  -o-animation-name: jackInTheBox;
     animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -o-animation-name: rollIn;
     animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -o-animation-name: rollOut;
     animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  -o-animation-name: zoomIn;
     animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    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);
  }
}
@-o-keyframes zoomInDown {
  0% {
    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);
    -o-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);
    -o-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 {
  0% {
    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);
    -o-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);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
     animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    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);
  }
}
@-o-keyframes zoomInLeft {
  0% {
    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);
    -o-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);
    -o-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 {
  0% {
    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);
    -o-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);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
     animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    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);
  }
}
@-o-keyframes zoomInRight {
  0% {
    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);
    -o-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);
    -o-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 {
  0% {
    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);
    -o-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);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
     animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    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);
  }
}
@-o-keyframes zoomInUp {
  0% {
    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);
    -o-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);
    -o-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 {
  0% {
    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);
    -o-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);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
     animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    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;
  }
}
@-o-keyframes zoomOut {
  0% {
    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 {
  0% {
    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;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  -o-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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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);
  }
}
@-o-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);
    -o-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-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-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);
    -o-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-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
     animation-name: zoomOutDown;
}

@-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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@-o-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);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
       transform-origin: left center;
  }
}
@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);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
       transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
     animation-name: zoomOutLeft;
}

@-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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@-o-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);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center;
  }
}
@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);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
     animation-name: zoomOutRight;
}

@-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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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);
  }
}
@-o-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);
    -o-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-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-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);
    -o-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-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
     animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  -o-animation-name: slideInDown;
     animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
     animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  -o-animation-name: slideInRight;
     animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  -o-animation-name: slideInUp;
     animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-o-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
     animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
     animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-o-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
     animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
     animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
     animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
     animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
     animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  -o-animation-delay: 3s;
     animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  -o-animation-delay: 4s;
     animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
     animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
     animation-duration: 0.8s;
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
     animation-duration: 0.5s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
     animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  -o-animation-duration: 3s;
     animation-duration: 3s;
}

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    -o-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;
    -o-animation-iteration-count: 1 !important;
       animation-iteration-count: 1 !important;
  }
}
/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  -o-animation: fa-spin 2s linear infinite;
     animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  -o-animation: fa-spin 1s steps(8) infinite;
     animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
       transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
       transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
   -o-transform: rotate(90deg);
      transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
   -o-transform: rotate(180deg);
      transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
   -o-transform: rotate(270deg);
      transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
   -o-transform: scaleX(-1);
      transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
   -o-transform: scaleY(-1);
      transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
   -o-transform: scale(-1);
      transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../assets/fonts/font-awesome/fa-brands-400.eot);
  src: url(../assets/fonts/font-awesome/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/font-awesome/fa-brands-400.woff2) format("woff2"), url(../assets/fonts/font-awesome/fa-brands-400.woff) format("woff"), url(../assets/fonts/font-awesome/fa-brands-400.ttf) format("truetype"), url(../assets/fonts/font-awesome/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../assets/fonts/font-awesome/fa-regular-400.eot);
  src: url(../assets/fonts/font-awesome/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/font-awesome/fa-regular-400.woff2) format("woff2"), url(../assets/fonts/font-awesome/fa-regular-400.woff) format("woff"), url(../assets/fonts/font-awesome/fa-regular-400.ttf) format("truetype"), url(../assets/fonts/font-awesome/fa-regular-400.svg#fontawesome) format("svg");
}
.fab, .far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../assets/fonts/font-awesome/fa-solid-900.eot);
  src: url(../assets/fonts/font-awesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/font-awesome/fa-solid-900.woff2) format("woff2"), url(../assets/fonts/font-awesome/fa-solid-900.woff) format("woff"), url(../assets/fonts/font-awesome/fa-solid-900.ttf) format("truetype"), url(../assets/fonts/font-awesome/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}