@charset "UTF-8";
/* 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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: #ff0;
  color: #000;
}
/**
 * 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 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * 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: button;
  /* 2 */
}
/**
 * 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;
  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;
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
html,
:root {
  color: #1a1a1a;
  font-family: 'Minion Pro', serif;
  font-size: 112.5%;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1, "onum" 0, "kern" 1, "ss01" 0, "ss02" 0;
  font-feature-settings: "liga" 1, "onum" 0, "kern" 1, "ss01" 0, "ss02" 0;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
}
@media (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio:144), only screen and (min-resolution:144dppx) {
}
@media (min-width: 720px) {
  html,
  :root {
    font-size: 18px;
  }
}
body {
  overflow-x: hidden;
}
.container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 480px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 588px) {
  .container {
    width: 468px;
  }
}
@media (min-width: 720px) {
  .container {
    width: 876px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 988px;
  }
}
@media (min-width: 1208px) {
  .container {
    width: 1172px;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 588px) {
  .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media (min-width: 720px) {
  .container-fluid {
    padding-left: 66px;
    padding-right: 66px;
  }
}
@media (min-width: 1024px) {
  .container-fluid {
    padding-left: 66px;
    padding-right: 66px;
  }
}
@media (min-width: 1208px) {
  .container-fluid {
    padding-left: 66px;
    padding-right: 66px;
  }
}
@media (min-width: 1444px) {
  .container-fluid {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 480px) {
  .row {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media (min-width: 480px) {
  .row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.col-xxs-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xxs-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xxs-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xxs-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xxs-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xxs-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xxs-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xxs-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xxs-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xxs-10,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xxs-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xxs-12,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 480px) {
  .col-xxs-1,
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xl-1,
  .col-xxs-2,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xl-2,
  .col-xxs-3,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xl-3,
  .col-xxs-4,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xl-4,
  .col-xxs-5,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xl-5,
  .col-xxs-6,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xl-6,
  .col-xxs-7,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xl-7,
  .col-xxs-8,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xl-8,
  .col-xxs-9,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xl-9,
  .col-xxs-10,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xl-10,
  .col-xxs-11,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xl-11,
  .col-xxs-12,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12,
  .col-xl-12 {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 480px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-pull-12 {
    right: 100%;
  }
  .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxs-pull-0 {
    right: auto;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-push-11 {
    left: 91.66666667%;
  }
  .col-xxs-push-10 {
    left: 83.33333333%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-8 {
    left: 66.66666667%;
  }
  .col-xxs-push-7 {
    left: 58.33333333%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-5 {
    left: 41.66666667%;
  }
  .col-xxs-push-4 {
    left: 33.33333333%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-2 {
    left: 16.66666667%;
  }
  .col-xxs-push-1 {
    left: 8.33333333%;
  }
  .col-xxs-push-0 {
    left: auto;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 588px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 720px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1208px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1444px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
main {
  width: 100%;
  overflow: hidden;
  position: relative;
}
main.padd-top {
  padding-top: 147px;
  -webkit-transition: padding 0.25s ease-out;
  transition: padding 0.25s ease-out;
}
.has-scrolled main.padd-top {
  padding-top: 63px;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  main.padd-top {
    padding-top: 281px;
  }
  .has-scrolled main.padd-top {
    padding-top: 88px;
  }
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  .subscribe-active:not(.has-scrolled) main.padd-top {
    padding-top: 181px;
  }
}
#aspot + main {
  padding-top: 0;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  height: 0;
  width: 5rem;
  margin: 2rem auto;
  border: 0;
  height: 2px;
  background: #840028;
}
#bodyclass {
  display: none;
}
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.set-bg {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.set-bg.bg-loaded {
  opacity: 1;
}
.b-lazy {
  opacity: 0;
  max-width: 100%;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.b-lazy.b-loaded {
  opacity: 1;
}
.w100 {
  width: 100%;
  display: block;
}
.section-quote {
  padding: 120px 0 120px;
  position: relative;
}
@media (min-width: 720px) {
  .section-quote {
    padding: 180px 0 180px;
  }
}
@media (min-width: 1208px) {
  .section-quote {
    padding: 240px 0 260px;
  }
}
.section-quote blockquote {
  color: #840028;
  margin: 0;
  padding: 0 0 0 40px;
}
.section-quote blockquote p {
  font-size: 31px;
  letter-spacing: -0.02em;
  position: relative;
  line-height: 1.25;
}
@media (min-width: 720px) {
  .section-quote blockquote p {
    line-height: 1.5;
  }
}
.section-quote blockquote p:before {
  content: '“';
  font-size: 31px;
  font-weight: 600;
  width: 20px;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  display: inline-block;
}
.section-quote blockquote cite {
  color: #840028;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  display: block;
}
.section-quote blockquote cite:before {
  content: '—';
  font-size: 16px;
  font-weight: 500;
  width: 20px;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  display: inline-block;
}
.section-quote .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.has-content ol,
.has-content ul {
  list-style: none;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  counter-reset: post;
}
.has-content ol:first-child,
.has-content ul:first-child {
  margin-top: 0;
}
.has-content ol:last-child,
.has-content ul:last-child {
  margin-bottom: 0;
}
.has-content ol:only-child,
.has-content ul:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
.has-content ol li,
.has-content ul li {
  padding-left: calc(1.5em + 6px);
  position: relative;
  margin: 1.5rem 0;
}
@media (min-width: 1444px) {
  .has-content ol li,
  .has-content ul li {
    padding-left: calc(1.5em + 8px);
  }
}
.has-content ol li:first-child,
.has-content ul li:first-child,
.has-content ol li:last-of-type,
.has-content ul li:last-of-type {
  margin-top: 0;
}
.has-content ol li:last-child,
.has-content ul li:last-child {
  margin-bottom: 0;
}
.has-content ol li:before {
  font-size: 1rem;
  font-weight: 700;
  width: 1em;
  margin-left: -30px;
  counter-increment: post;
  content: counter(post) ".";
  text-align: right;
  display: inline-block;
}
.has-content ul li:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
.typeform-modal {
  z-index: 10000 !important;
}
.more-text {
  padding-bottom: 1.5rem;
}
.more-text .inner {
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-out, opacity 0.25s ease-out;
  transition: max-height 0.25s ease-out, opacity 0.25s ease-out;
}
.is-visible.more-text .inner {
  opacity: 1;
  -webkit-transition: max-height 0.25s ease-out, opacity 0.25s ease-out 0.25s;
  transition: max-height 0.25s ease-out, opacity 0.25s ease-out 0.25s;
}
[data-more] {
  margin: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 587px) {
  [data-more] span {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
[data-more].is-more {
  margin-top: 3rem;
}
[data-more]:after {
  content: "\e606";
  font-family: '_pcicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  display: inline-block;
  width: 1em;
  margin-left: 6px;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
@media (max-width: 587px) {
  [data-more]:after {
    margin-left: 0;
    position: relative;
    bottom: -1px;
  }
}
@media (min-width: 588px) {
  [data-more]:after {
    float: right;
  }
}
@media (min-width: 720px) {
  [data-more]:after {
    margin-left: 12px;
  }
}
[data-more].is-more:after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.imgbreak {
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 588px) {
  .imgbreak {
    padding-bottom: 56.25%;
  }
}
.parallax-window {
  min-height: 281px;
  background: transparent;
}
@media (min-width: 588px) {
  .parallax-window {
    min-height: 576px;
  }
}
@media (min-width: 1024px) {
  .parallax-window {
    min-height: 768px;
  }
}
@media (min-width: 1444px) {
  .parallax-window {
    min-height: 945px;
  }
}
.parallax-mirror {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.parallax-mirror.inside {
  opacity: 1;
}
.scroll-cue {
  width: 1px;
  height: 72px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (min-width: 1444px) {
  .scroll-cue {
    height: 72px;
  }
}
.is-exiting .scroll-cue,
.single-work .scroll-cue,
#page-agency .scroll-cue,
#page-approach .scroll-cue,
#page-capabilities .scroll-cue {
  background: #000;
  display: none;
}
@media (min-width: 1024px) {
  .is-exiting .scroll-cue,
  .single-work .scroll-cue,
  #page-agency .scroll-cue,
  #page-approach .scroll-cue,
  #page-capabilities .scroll-cue {
    display: block;
  }
}
.single-work .is-default + .scroll-cue {
  background: #000;
  position: fixed;
}
.single-work.has-scrolled .is-default + .scroll-cue {
  opacity: 0;
  height: 0;
}
.scroll-cue.scrollcue-ready {
  opacity: 1;
  -webkit-animation: scrollIndicator 1.5s infinite 1s;
  animation: scrollIndicator 1.5s infinite 1s;
}
.last-case .scroll-cue.scrollcue-ready {
  height: 0;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@media (max-height: 600px) {
  body#page-home:not(.fp-viewing-0) .scroll-cue.scrollcue-ready {
    height: 0;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}
.has-scrolled .scroll-cue.scrollcue-ready {
  opacity: 0;
  height: 0;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
body#page-work .scroll-cue {
  display: none;
}
@-webkit-keyframes scrollIndicator {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  75% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes scrollIndicator {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  75% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
video::-internal-media-controls-overlay-cast-button {
  display: none;
}
.loading-icon {
  color: #9e1b37;
  font-size: 54px;
  text-align: center;
  margin-top: 72px;
}
.loading-icon i {
  -webkit-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
  font-family: 'Minion Pro', serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 3rem 0 1.5rem 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #840028;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #840028;
}
h1 {
  font-size: 32px;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 56px;
  }
}
h2,
.h2 {
  font-size: 20px;
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
h3,
.h3 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
h4,
.h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}
p {
  font-family: 'Minion Pro', serif;
  margin: 1.5rem 0;
}
p:first-child,
p:last-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #840028;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents a {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents a:hover {
  color: #9e1b37;
}
.no-touchevents a:active {
  color: #5f001d;
}
a:active {
  color: #5f001d;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
a[disabled] {
  color: #919191;
  pointer-events: none;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 0.8rem;
  line-height: 1.5;
}
kbd {
  background-color: #fff;
  padding: 2px 8px 4px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1023px) {
  kbd {
    padding: 0 4px 2px;
  }
}
code {
  padding: 1.5rem;
  margin: 1.5rem;
  display: block;
}
@media (max-width: 1023px) {
  code {
    margin: 1.5rem 0;
  }
}
code::-moz-selection {
  color: #ffffff;
  background: #840028;
}
code::selection {
  color: #ffffff;
  background: #840028;
}
pre {
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
  margin: 1.5rem;
  display: block;
}
@media (max-width: 1023px) {
  pre {
    margin: 1.5rem 0;
  }
}
pre code {
  padding: 1.5rem;
  margin: 0;
  white-space: pre-wrap;
  display: block;
}
abbr {
  cursor: help;
}
blockquote {
  color: #840028;
  font-size: 1.25rem;
  font-style: italic;
  margin: 1.5rem 0 1.5rem 0;
  padding: 0 20px;
  border: 0;
  position: relative;
}
blockquote.blockquote-reverse,
blockquote.pull-right {
  border: 0;
  border-right: 3px solid rgba(0, 0, 0, 0);
  text-align: right;
}
cite {
  font-style: normal;
}
address {
  font-style: normal;
}
.no-touchevents .tel-link,
.touchevents.desktop .tel-link {
  pointer-events: none;
}
.txtlink {
  color: #1281d1;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 1.5em;
  display: inline-block;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.txtlink:hover {
  color: #840028;
}
@media (max-width: 587px) {
  .txtlink.txtlink-icon span {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.txtlink.txtlink-icon i {
  font-size: 24px;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  display: inline-block;
}
@media (max-width: 587px) {
  .txtlink.txtlink-icon i {
    position: relative;
    bottom: -1px;
  }
}
.txtlink.txtlink-icon i:before {
  width: 1em;
  display: inline-block;
}
.txtlink.txtlink-icon.txtlink-icon-right i {
  margin-left: 6px;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
@media (max-width: 587px) {
  .txtlink.txtlink-icon.txtlink-icon-right i {
    margin-left: 0;
  }
}
@media (min-width: 588px) {
  .txtlink.txtlink-icon.txtlink-icon-right i {
    float: right;
  }
}
@media (min-width: 720px) {
  .txtlink.txtlink-icon.txtlink-icon-right i {
    margin-left: 12px;
  }
}
.txtlink.txtlink-icon.txtlink-icon-left i {
  margin-right: 6px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
@media (max-width: 587px) {
  .txtlink.txtlink-icon.txtlink-icon-left i {
    margin-right: 0;
  }
}
@media (min-width: 588px) {
  .txtlink.txtlink-icon.txtlink-icon-left i {
    float: left;
  }
}
@media (min-width: 720px) {
  .txtlink.txtlink-icon.txtlink-icon-left i {
    margin-right: 12px;
  }
}
.txtlink.txtlink-icon:hover i {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
@media (min-width: 588px) {
  .txtlink br {
    display: none;
  }
}
@media (min-width: 720px) {
  .txtlink.v-c {
    margin: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
strong {
  font-weight: 800;
}
#site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.25s ease-out, height 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, height 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, height 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, height 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  .subscribe-active #site-header {
    height: 181px;
  }
}
.has-scrolled #site-header {
  height: 63px;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  .has-scrolled #site-header {
    height: 88px;
  }
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  .subscribe-active.has-scrolled #site-header {
    height: 186px;
  }
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  .search-active.has-scrolled #site-header {
    height: 100%;
  }
}
.go-away #site-header {
  opacity: 0;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}
#site-header .header-toggles {
  height: 40px;
  background: #ffffff;
  position: relative;
  -webkit-transition: opacity 0.25s ease-out, height 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, height 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, height 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, height 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-header .header-toggles {
    height: 70px;
  }
}
.has-scrolled #site-header .header-toggles {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#site-header .header-branding {
  height: 56px;
  background: #840028;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.25s ease-out, height 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, height 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, height 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, height 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-header .header-branding {
    height: 156px;
  }
}
#site-header .header-branding svg {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-width: calc(100% - 30px);
  will-change: height;
  display: block;
}
#site-header .header-branding svg #tagline {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
@media (max-width: 1023px) {
  #site-header .header-branding svg #tagline {
    display: none;
  }
}
.has-scrolled #site-header .header-branding svg #tagline {
  opacity: 0;
}
.has-scrolled #site-header .header-branding {
  height: 40px;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  .has-scrolled #site-header .header-branding {
    height: 56px;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}
#site-header .header-nav {
  height: 51px;
  background: #ffffff;
  -webkit-transition: opacity 0.25s ease-out, height 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, height 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, height 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, height 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-header .header-nav {
    height: 55px;
  }
}
.has-scrolled #site-header .header-nav {
  height: 23px;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  .has-scrolled #site-header .header-nav {
    height: 32px;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}
#site-header .header-nav ul {
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 1px 0 #ccc;
  box-shadow: 0 1px 0 #ccc;
}
.has-scrolled #site-header .header-nav ul {
  font-size: 15.5px;
}
#site-header .header-nav ul li {
  padding: 0 14px;
}
@media (min-width: 588px) {
  #site-header .header-nav ul li {
    padding: 0 16px;
  }
}
.mac #site-header .header-nav ul li {
  padding-bottom: 4px;
}
#site-header .header-nav ul li a {
  color: #840028;
}
.touchevents #site-header .header-nav ul li a {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #site-header .header-nav ul li a:hover {
  color: #9e1b37;
}
.no-touchevents #site-header .header-nav ul li a:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
#site-header .header-nav ul li a:active {
  color: #5f001d;
}
@media (max-width: 360px) {
  #site-header .header-nav ul li a span {
    display: none;
  }
}
#site-header .header-nav ul li.active a {
  color: #000000;
}
.ie #site-header .container {
  margin: 0;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .container {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .subscribe-active #site-header .container,
  .search-active #site-header .container {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
#site-header .header-toggle {
  color: #840028;
  font-size: 18px;
  font-family: 'AlternateGotNo3D', sans-serif;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  top: 27px;
  display: inline-block;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle {
    height: 40px;
    top: 0;
    padding-top: 12px;
  }
}
#site-header .header-toggle.header-toggle--calendar {
  right: 71px;
  z-index: 3;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle.header-toggle--calendar {
    right: 62px;
  }
}
#site-header .header-toggle.header-toggle--search {
  right: 116px;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle.header-toggle--search {
    right: 0;
    padding-left: 16px;
    padding-right: 20px;
  }
}
#site-header .header-toggle.header-toggle--subscribe {
  font-weight: 400;
  padding-left: 70px;
  top: 25px;
  left: 0;
  right: auto;
  z-index: 2;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle.header-toggle--subscribe {
    top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#site-header .header-toggle a {
  color: #840028;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents #site-header .header-toggle a {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #site-header .header-toggle a:hover {
  color: #9e1b37;
}
.no-touchevents #site-header .header-toggle a:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
#site-header .header-toggle a:active {
  color: #5f001d;
}
#site-header .header-toggle a .far {
  display: block;
}
#site-header .header-toggle a .far:before {
  display: block;
}
#site-header .header-toggle.header-toggle--active a {
  color: #000000 !important;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--subscribe {
    width: 100%;
    pointer-events: none;
  }
}
#site-header .header-toggle--subscribe > a {
  line-height: 1;
  position: relative;
  pointer-events: auto;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--subscribe > a.sub-text {
    display: none;
  }
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-header .header-toggle--subscribe > a.sub-icon {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 70px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .subscribe-active #site-header .header-toggle--subscribe > a.sub-icon {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    pointer-events: auto;
  }
}
#site-header .header-toggle--subscribe > a.sub-icon i.fal-times {
  font-size: 24px;
  text-align: center;
  width: 17.5px;
  height: 20px;
  z-index: 1;
}
#site-header .header-toggle--subscribe > a.sub-icon i.fal-times:before {
  position: relative;
  top: -1px;
}
#site-header .header-toggle--subscribe form {
  position: relative;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-header .header-toggle--subscribe form {
    width: 0;
    float: left;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--subscribe form {
    width: 100%;
    padding-top: 20px;
    height: 141px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    background: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-header .header-toggle--subscribe form button[type="submit"] {
    display: none;
  }
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--subscribe form button[type="submit"] {
    width: 100%;
    margin-top: 24px;
  }
}
#site-header .header-toggle--subscribe form .sub-clear {
  font-size: 15px;
  position: absolute;
  top: 2px;
  right: 0;
}
#site-header .header-toggle--subscribe form .sub-clear.hidethis {
  display: none;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--subscribe form .sub-clear {
    display: none;
  }
}
#site-header .header-toggle--subscribe input {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 0;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: 0;
  caret-color: #840028;
  border-bottom: 1px solid #ccc;
}
#site-header .header-toggle--subscribe input.is-typing {
  color: #000;
}
#site-header .header-toggle--subscribe .success-message {
  color: #840028;
  line-height: 1.25;
  width: 100%;
  position: absolute;
  top: -2px;
  left: 70px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--subscribe .success-message {
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(calc(-50% - 20px));
    transform: translateY(calc(-50% - 20px));
  }
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--subscribe.active {
    pointer-events: auto;
  }
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-header .header-toggle--subscribe.active form {
    width: 330px;
    margin-right: 24px;
    padding-left: 40px;
  }
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--subscribe.active form {
    height: 141px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
#site-header .header-toggle--subscribe.active.form-success a {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--subscribe.active.form-success a.sub-icon {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
#site-header .header-toggle--subscribe.active.form-success form > * {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#site-header .header-toggle--subscribe.active.form-success .success-message {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--search {
    pointer-events: none;
  }
}
#site-header .header-toggle--search a {
  line-height: 1;
  position: relative;
  float: left;
  display: inline-block;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--search a {
    pointer-events: auto;
  }
}
#site-header .header-toggle--search a.search-open {
  margin-right: -1em;
  z-index: 2;
}
#site-header .header-toggle--search a.search-close {
  text-align: center;
  opacity: 0;
  z-index: 1;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-header .header-toggle--search a.search-close {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--search a.search-close {
    float: right;
    width: 1em;
  }
}
#site-header .header-toggle--search form {
  width: 0;
  float: left;
  display: inline-block;
  overflow: hidden;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-header .header-toggle--search form {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--search form {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-header .header-toggle--search form button {
    display: none;
  }
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--search form button {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out 0s;
    transition: opacity 0.25s ease-out 0s;
  }
}
#site-header .header-toggle--search input {
  color: #666;
  font-size: 15px;
  line-height: 1.2;
  padding-top: 0;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: 0;
  caret-color: #840028;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--search input {
    display: none;
  }
}
#site-header .header-toggle--search input.is-typing {
  color: #000;
}
#site-header .header-toggle--search textarea {
  color: #666;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: 0;
  resize: none;
  caret-color: #840028;
  height: calc(100% - 77px);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out 0s, height 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s, height 0.25s ease-out 0s;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-header .header-toggle--search textarea {
    display: none;
  }
}
#site-header .header-toggle--search textarea.is-typing {
  color: #000000;
}
.android.chrome #site-header .header-toggle--search textarea {
  height: calc(100% - 135px);
}
.ios.safari #site-header .header-toggle--search textarea {
  line-height: normal;
  height: calc(100% - 162px);
}
.ios.chrome #site-header .header-toggle--search textarea {
  height: calc(100% - 162px);
}
.ios.safari .textarea-focused #site-header .header-toggle--search textarea {
  height: auto;
  margin-bottom: 24px;
}
.ios.chrome .textarea-focused #site-header .header-toggle--search textarea {
  height: auto;
  margin-bottom: 24px;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--search.active {
    width: 100%;
    pointer-events: auto;
  }
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--search.active a {
    pointer-events: auto;
  }
}
#site-header .header-toggle--search.active a.search-open {
  margin-right: 27px;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--search.active a.search-open {
    display: none;
  }
}
#site-header .header-toggle--search.active a.search-close {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#site-header .header-toggle--search.active form {
  width: 276px;
  margin-right: 23px;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-toggle--search.active form {
    width: 100%;
    height: calc(100vh - 40px);
    position: absolute;
    top: 40px;
    left: 0;
    padding: 0 16px;
    padding-top: 16px;
    background: #ffffff;
    margin-right: 0;
    opacity: 1;
    -webkit-transition: top 0.25s ease-out 0.25s, height 0s ease-out 0s, opacity 0.25s ease-out 0s;
    transition: top 0.25s ease-out 0.25s, height 0s ease-out 0s, opacity 0.25s ease-out 0s;
  }
  .has-scrolled #site-header .header-toggle--search.active form {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  #site-header .header-toggle--search.active form button {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
#site-header .header-toggle--search.active textarea {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#site-header .header-title {
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: 0.07em;
  text-align: center;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.has-scrolled #site-header .header-title {
  line-height: 0.5;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-header .header-title {
    line-height: 1.25;
  }
}
#site-header .header-title:before {
  content: '';
  width: 23px;
  height: 23px;
  margin: 0 auto 5px;
  background: url('../img/ui/seal.svg') no-repeat center center / contain;
  display: block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-header .header-title:before {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
  }
}
.has-scrolled #site-header .header-title:before {
  opacity: 0;
  margin-top: -28px;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  .has-scrolled #site-header .header-title:before {
    margin-top: -92px;
  }
}
#site-header .header-title span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1px;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-header .header-title span {
    font-size: 40px;
    letter-spacing: -0.7px;
  }
}
.has-scrolled #site-header .header-title span {
  font-size: 20px;
  border: 0;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  .has-scrolled #site-header .header-title span {
    font-size: 36px;
  }
}
@media (max-width: 374px) {
  .has-scrolled #site-header .header-title span {
    font-size: 18px;
  }
}
#site-header .header-title small {
  font-size: 8px;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-weight: 400;
  display: block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-header .header-title small {
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-top: 10px;
  }
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #site-header .header-title small {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
    margin-top: 0;
    letter-spacing: 0.4px;
  }
}
.has-scrolled #site-header .header-title small {
  opacity: 0;
  margin-top: -20px;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  .has-scrolled #site-header .header-title small {
    margin-top: -8px;
  }
}
#site-header .header-title small strong {
  font-weight: 700;
}
@media (min-width: 720px) and (orientation: landscape) and (max-width: 1080px) {
  .subscribe-active #site-header .header-title,
  .search-active #site-header .header-title {
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 720px) and (orientation: landscape) and (max-width: 1207px) {
  .subscribe-active.has-scrolled #site-header .header-title,
  .search-active.has-scrolled #site-header .header-title {
    opacity: 0;
    pointer-events: none;
  }
}
.site-branding {
  width: 100%;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 720px) {
  .site-branding {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .site-branding {
    width: auto;
  }
}
.site-branding .site-logo {
  width: 250px;
  height: 48px;
  background: url('../img/logo@2x.png') no-repeat center center / contain;
  text-indent: -10000px;
  display: block;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  .site-branding .site-logo {
    width: 312px;
    height: 60px;
  }
}
.menu-toggle {
  width: 147px;
  height: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.no-touchevents .menu-toggle:hover {
  color: white;
  background: transparent;
}
.menu-toggle:active {
  color: white;
  background: transparent;
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle span,
.menu-toggle:after,
.menu-toggle:before {
  content: '';
  width: 28px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.5px 0 0 -14px;
  background: #840028;
  display: block;
  -webkit-transition: opacity 0.25s ease-out 0.25s, background 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0.25s;
  transition: opacity 0.25s ease-out 0.25s, background 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0.25s;
  transition: opacity 0.25s ease-out 0.25s, transform 0.25s ease-out 0.25s, background 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0.25s, transform 0.25s ease-out 0.25s, background 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0.25s;
}
.in-main .menu-toggle span,
.in-main .menu-toggle:after,
.in-main .menu-toggle:before {
  background: #840028;
}
.menu-toggle span {
  text-indent: -10000px;
}
.show-nav .menu-toggle span {
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu-toggle:before {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.show-nav .menu-toggle:before {
  -webkit-transform: rotate(-45deg) translateY(0);
  transform: rotate(-45deg) translateY(0);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.menu-toggle:after {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}
.show-nav .menu-toggle:after {
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.menu-toggle:hover span,
.menu-toggle:hover:before,
.menu-toggle:hover:after {
  width: 28px;
  margin: -1.5px 0 0 -14px;
}
.show-nav .menu-toggle span,
.show-nav .menu-toggle:after,
.show-nav .menu-toggle:before {
  width: 28px;
  margin: -1.5px 0 0 -14px;
  background: #840028;
}
.show-nav .menu-toggle:hover span,
.show-nav .menu-toggle:hover:before,
.show-nav .menu-toggle:hover:after {
  background: #840028;
}
.main-navigation {
  width: 60%;
  height: 100%;
  background: #ffffff;
  padding-left: 9px;
  padding-right: 9px;
  float: right;
  display: none;
}
@media (min-width: 720px) {
  .main-navigation {
    display: block;
  }
}
@media (min-width: 1024px) {
  .main-navigation {
    width: 50%;
    padding-right: 0;
  }
}
.main-navigation ul {
  font-family: 'AlternateGotNo3D', sans-serif;
  height: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .main-navigation ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.main-navigation ul li {
  font-size: 18px;
  font-weight: 400;
  float: left;
  margin-left: 40px;
  position: relative;
}
.main-navigation ul li:first-child {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .main-navigation ul li {
    margin-right: 40px;
    margin-left: 0;
  }
  .main-navigation ul li:last-child {
    margin-right: 0;
  }
}
.main-navigation ul li a {
  color: #919191;
  display: block;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.main-navigation ul li a:hover {
  color: #840028;
}
.is-loading .main-navigation ul li a {
  color: #840028;
}
#page-home .main-navigation ul li a {
  color: #840028;
}
#page-home .main-navigation ul li a:hover {
  color: #840028;
}
.main-navigation ul li.current-menu-item:after,
.main-navigation ul li[class^="current_page_"]:after,
.main-navigation ul li[class*="current_page_"]:after {
  content: '';
  height: 2px;
  background: #1281d1;
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.is-default .main-navigation ul li.current-menu-item:after,
.is-default .main-navigation ul li[class^="current_page_"]:after,
.is-default .main-navigation ul li[class*="current_page_"]:after,
.is-loaded .main-navigation ul li.current-menu-item:after,
.is-loaded .main-navigation ul li[class^="current_page_"]:after,
.is-loaded .main-navigation ul li[class*="current_page_"]:after {
  opacity: 1;
  width: 100%;
}
.is-default .main-navigation ul li.current-menu-item a,
.is-default .main-navigation ul li[class^="current_page_"] a,
.is-default .main-navigation ul li[class*="current_page_"] a,
.is-loaded .main-navigation ul li.current-menu-item a,
.is-loaded .main-navigation ul li[class^="current_page_"] a,
.is-loaded .main-navigation ul li[class*="current_page_"] a {
  color: #840028;
}
#site-footer {
  color: #000000;
  font-family: 'AlternateGotNo3D', sans-serif;
  text-transform: uppercase;
  text-align: center;
  height: 56px;
  border-top: 1px solid #ccc;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-footer {
    height: 80px;
  }
}
#site-footer span {
  font-size: 12px;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #site-footer span {
    font-size: 14px;
  }
}
#bloglinks {
  width: 100%;
}
@media (min-width: 640px) {
  #bloglinks {
    height: 48vw;
    max-height: 700px;
  }
}
#bloglinks .logo {
  width: 100%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 640px) {
  #bloglinks .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 640px) and (max-width: 1207px) and (orientation: portrait) and (max-width: 719px) {
  #bloglinks .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#bloglinks .bloglinks-left,
#bloglinks .bloglinks-right {
  text-align: center;
  height: 100%;
  min-height: 100vw;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 640px) {
  #bloglinks .bloglinks-left,
  #bloglinks .bloglinks-right {
    width: 50%;
    height: 100% !important;
    min-height: 0;
    padding: 48px 36px;
    float: left;
  }
}
@media (min-width: 1024px) {
  #bloglinks .bloglinks-left,
  #bloglinks .bloglinks-right {
    height: 100% !important;
    padding: 64px 64px;
  }
}
@media (min-width: 640px) and (max-width: 1207px) and (orientation: portrait) and (max-width: 1023px) {
  #bloglinks .bloglinks-left,
  #bloglinks .bloglinks-right {
    width: 50%;
    min-height: 0;
    padding: 48px 36px;
    float: left;
  }
}
@media (min-width: 1024px) and (orientation: portrait) {
  #bloglinks .bloglinks-left,
  #bloglinks .bloglinks-right {
    height: 100% !important;
  }
}
#bloglinks .bloglinks-left .text,
#bloglinks .bloglinks-right .text {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.33;
  margin: 4vw auto 0 auto;
  max-width: 464px;
}
@media (min-width: 720px) {
  #bloglinks .bloglinks-left .text,
  #bloglinks .bloglinks-right .text {
    margin: 4.5vw auto 0 auto;
  }
}
@media (min-width: 1024px) {
  #bloglinks .bloglinks-left .text,
  #bloglinks .bloglinks-right .text {
    font-size: 18px;
    line-height: 1.78;
    margin: 1.75vw auto 0 auto;
  }
}
#bloglinks .bloglinks-left .text p,
#bloglinks .bloglinks-right .text p {
  font-family: 'Minion Pro', serif;
}
#bloglinks .bloglinks-left:hover .logo,
#bloglinks .bloglinks-right:hover .logo {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.touchevents #bloglinks .bloglinks-left:hover .logo,
.touchevents #bloglinks .bloglinks-right:hover .logo {
  -webkit-transition: none;
  transition: none;
}
#bloglinks .bloglinks-left {
  background: #000000;
}
#bloglinks .bloglinks-left:hover {
  background: #1c1c1c;
}
.touchevents #bloglinks .bloglinks-left:hover {
  -webkit-transition: none;
  transition: none;
}
#bloglinks .bloglinks-left .logo img {
  width: 240px;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1024px) {
  #bloglinks .bloglinks-left .logo img {
    width: 350px;
  }
}
#bloglinks .bloglinks-left .logo span.logo-title {
  font-family: 'din-2014', sans-serif;
  color: #ffffff;
  font-size: 90px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 800;
  display: block;
}
@media (max-width: 1023px) {
  #bloglinks .bloglinks-left .logo span.logo-title {
    font-size: 60px;
  }
}
#bloglinks .bloglinks-left .logo span.logo-title em {
  color: #9e1b37;
  font-style: normal;
}
#bloglinks .bloglinks-left .logo span.logo-text {
  font-family: 'din-2014', sans-serif;
  color: #ffffff;
  font-size: 17.5px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 13px;
  display: block;
}
@media (max-width: 1023px) {
  #bloglinks .bloglinks-left .logo span.logo-text {
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 1.6;
  }
}
#bloglinks .bloglinks-left .logo span.logo-text strong {
  font-weight: 700;
  display: block;
}
@media (min-width: 720px) and (max-width: 1207px) {
}
#bloglinks .bloglinks-right {
  background: #840028;
}
#bloglinks .bloglinks-right:hover {
  background: #9e1b37;
}
.touchevents #bloglinks .bloglinks-right:hover {
  -webkit-transition: none;
  transition: none;
}
#bloglinks .bloglinks-right .logo img {
  width: 240px;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1024px) {
  #bloglinks .bloglinks-right .logo img {
    width: 350px;
  }
}
#bloglinks .bloglinks-right .logo span {
  color: #ffffff;
  font-family: 'din-2014', sans-serif;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.015em;
  margin-top: 20px;
  display: block;
}
@media (max-width: 1023px) {
  #bloglinks .bloglinks-right .logo span {
    margin-top: 5px;
    font-size: 13.5px;
  }
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background: #840028;
  letter-spacing: 0;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.no-touchevents button:hover,
.no-touchevents input[type="button"]:hover,
.no-touchevents input[type="reset"]:hover,
.no-touchevents input[type="submit"]:hover {
  color: #ffffff;
  background: #840028;
}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  color: #ffffff;
  background: #840028;
  -webkit-transition: none;
  transition: none;
}
.btn {
  color: #ffffff;
  font-size: 18px;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 0;
  padding: 18px 60px 18px;
  background: transparent;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (min-width: 720px) {
  .btn {
    padding: 18px 66px 18px;
  }
}
.btn span {
  display: inline-block;
}
.btn i {
  font-size: 20px;
  margin-right: 5px;
  float: left;
}
.btn.disabled {
  pointer-events: none;
}
.btn--basic {
  color: #ffffff;
  background: #840028;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents .btn--basic {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents .btn--basic:hover {
  color: #ffffff;
  background: #9e1b37;
}
.no-touchevents .btn--basic:active {
  color: #ffffff;
  background: #5f001d;
  -webkit-transition: none;
  transition: none;
}
.btn--basic:hover {
  color: #ffffff;
}
.btn--basic:active {
  color: #ffffff;
  background: #5f001d;
  -webkit-transition: none;
  transition: none;
}
.btn--basic.disabled {
  background: #666666;
}
.btn--dark {
  color: #ffffff;
  background: #000000;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents .btn--dark {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents .btn--dark:hover {
  color: #ffffff;
  background: #333;
}
.no-touchevents .btn--dark:active {
  color: #ffffff;
  background: #000000;
  -webkit-transition: none;
  transition: none;
}
.btn--dark:hover {
  color: #ffffff;
}
.btn--dark:active {
  color: #ffffff;
  background: #333;
  -webkit-transition: none;
  transition: none;
}
.btn--dark.disabled {
  background: #919191;
}
.btn--white {
  color: #840028;
  background: #ffffff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents .btn--white {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents .btn--white:hover {
  color: #9e1b37;
  background: #ffffff;
}
.no-touchevents .btn--white:active {
  color: #5f001d;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.btn--white:hover {
  color: #9e1b37;
}
.btn--white:active {
  color: #5f001d;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.btn--white.disabled {
  color: #ffffff;
  background: #919191;
}
.btn--outline {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
  padding: 18px 24px 18px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents .btn--outline {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents .btn--outline:hover {
  color: #9e1b37;
  background: #ffffff;
}
.no-touchevents .btn--outline:active {
  color: #840028;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.touchevents .btn--outline:hover {
  color: #ffffff;
}
.touchevents .btn--outline:active {
  color: #9e1b37;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.btn--outline.disabled {
  background: #919191;
  border-color: #919191;
}
.btn--bord--outline {
  color: #840028;
  border: 1px solid #840028;
  background: transparent;
  padding: 18px 24px 18px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents .btn--bord--outline {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents .btn--bord--outline:hover {
  color: #9e1b37;
  border-color: #9e1b37;
  background: #ffffff;
}
.no-touchevents .btn--bord--outline:active {
  color: #5f001d;
  background: #ffffff;
  border-color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
.touchevents .btn--bord--outline:hover {
  color: #9e1b37;
  border-color: #9e1b37;
  background: #ffffff;
}
.touchevents .btn--bord--outline:active {
  color: #5f001d;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  border-color: #5f001d;
}
.btn--bord--outline.disabled {
  color: #ffffff;
  background: #919191;
  border-color: #919191;
}
input,
select,
textarea {
  color: #1a1a1a;
  font-family: 'Minion Pro', serif;
  font-weight: normal;
  line-height: normal;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  display: block;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
input::-ms-clear,
select::-ms-clear,
textarea::-ms-clear {
  display: none;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  height: auto;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}
::input-placeholder {
  color: #666;
  line-height: normal;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
:focus::input-placeholder {
  opacity: 0;
}
::input-placeholder {
  opacity: 0;
}
:-moz-placeholder {
  color: #666;
  line-height: normal;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
:focus:-moz-placeholder {
  opacity: 0;
}
::-moz-placeholder {
  color: #666;
  line-height: normal;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
:focus::-moz-placeholder {
  opacity: 0;
}
:-ms-input-placeholder {
  color: #666;
  line-height: normal;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
:focus:-ms-input-placeholder {
  opacity: 0;
}
::-webkit-input-placeholder {
  color: #666;
  line-height: normal;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
@media (min-width: 768px) {
  .form-inline .input-group > input {
    width: 100%;
  }
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  width: 1%;
  display: table-cell;
}
.input-group-btn .btn {
  background: #ccc;
  line-height: normal;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-left: -1px;
}
.input-group-btn .btn i {
  font-size: initial;
  margin: 0;
}
.input-group > input:focus {
  border-color: #840028;
}
.input-group > input:focus + .input-group-btn .btn {
  background: #840028;
  border-color: #840028;
}
.input-group > input:focus + .input-group-btn .btn:hover {
  color: #fff;
  background: #840028;
  border-color: #840028;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 75px;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  left: 0;
  top: -3px;
  width: 65px;
  height: 30px;
  background: #DDDDDD;
  border-radius: 15px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  width: 20px;
  height: 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 50%;
  background: #7F8C9A;
  top: 2px;
  left: 5px;
}
/* on checked */
[type="checkbox"]:checked + label:before,
[type="radio"]:checked + label:before {
  background: #34495E;
}
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  background: #39D2B4;
  top: 2px;
  left: 40px;
}
[type="checkbox"]:checked + label .ui,
[type="checkbox"]:not(:checked) + label .ui:before,
[type="checkbox"]:checked + label .ui:after,
[type="radio"]:checked + label .ui,
[type="radio"]:not(:checked) + label .ui:before,
[type="radio"]:checked + label .ui:after {
  position: absolute;
  left: 6px;
  width: 65px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
[type="checkbox"]:not(:checked) + label .ui:before,
[type="radio"]:not(:checked) + label .ui:before {
  content: "no";
  left: 32px;
}
[type="checkbox"]:checked + label .ui:after,
[type="radio"]:checked + label .ui:after {
  content: "yes";
  color: #39D2B4;
}
[type="checkbox"]:focus + label:before,
[type="radio"]:focus + label:before {
  border: 1px dashed #777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
}
.accordion {
  margin: 0 auto;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  .accordion {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.accordion li {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.accordion li > a {
  width: 100%;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 24px;
  position: relative;
  display: block;
}
@media (min-width: 1024px) {
  .accordion li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.accordion li > a .accordion-icon {
  color: #840028;
  border: 1px solid #840028;
  background: transparent;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 20px;
  float: left;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.touchevents .accordion li > a .accordion-icon {
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 1024px) {
  .accordion li > a .accordion-icon {
    margin-right: 34px;
    display: block;
  }
}
.accordion li > a .accordion-icon.clr-black {
  color: #000;
  border-color: #000;
}
.accordion li > a .accordion-icon.clr-ltgrey {
  color: #919191;
  border-color: #919191;
}
.accordion li > a .accordion-icon.clr-grey {
  color: #666;
  border-color: #666;
}
.accordion li > a .accordion-icon.clr-dkgrey {
  color: #333;
  border-color: #333;
}
.accordion li > a .accordion-icon.clr-red {
  color: #bd2243;
  border-color: #bd2243;
}
.accordion li > a .accordion-icon.clr-maroon {
  color: #61001d;
  border-color: #61001d;
}
.accordion li > a .accordion-icon.clr-browngrey {
  color: #919191;
  border-color: #919191;
}
.accordion li > a .accordion-icon.clr-metallicblue {
  color: #4f6b82;
  border-color: #4f6b82;
}
.accordion li > a .accordion-icon.clr-camouflagegreen {
  color: #5c791a;
  border-color: #5c791a;
}
.no-touchevents .accordion li > a:hover .accordion-icon {
  color: #ffffff;
  background: #840028;
}
.no-touchevents .accordion li > a:hover .accordion-icon.clr-black {
  background: #000;
  border-color: #000;
}
.no-touchevents .accordion li > a:hover .accordion-icon.clr-ltgrey {
  background: #919191;
  border-color: #919191;
}
.no-touchevents .accordion li > a:hover .accordion-icon.clr-grey {
  background: #666;
  border-color: #666;
}
.no-touchevents .accordion li > a:hover .accordion-icon.clr-dkgrey {
  background: #333;
  border-color: #333;
}
.no-touchevents .accordion li > a:hover .accordion-icon.clr-red {
  background: #bd2243;
  border-color: #bd2243;
}
.no-touchevents .accordion li > a:hover .accordion-icon.clr-maroon {
  background: #61001d;
  border-color: #61001d;
}
.no-touchevents .accordion li > a:hover .accordion-icon.clr-browngrey {
  background: #919191;
  border-color: #919191;
}
.no-touchevents .accordion li > a:hover .accordion-icon.clr-metallicblue {
  background: #4f6b82;
  border-color: #4f6b82;
}
.no-touchevents .accordion li > a:hover .accordion-icon.clr-camouflagegreen {
  background: #5c791a;
  border-color: #5c791a;
}
.accordion li > a .accordion-date {
  font-family: 'Minion Pro', serif;
  color: #840028;
  font-size: 18px;
  font-style: italic;
  line-height: 34px;
  width: 64px;
  margin-right: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}
@media (min-width: 1024px) {
  .accordion li > a .accordion-date {
    line-height: 1;
    margin-right: 34px;
  }
}
.accordion li > a .accordion-title {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 54px;
  display: block;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.touchevents .accordion li > a .accordion-title {
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 1024px) {
  .accordion li > a .accordion-title {
    padding: 0;
    display: inline-block;
  }
}
.no-touchevents .accordion li > a:hover .accordion-title {
  color: #000000;
}
.no-touchevents .accordion li > a:active .accordion-title {
  color: #000000;
  -webkit-transition: none;
  transition: none;
}
.accordion li > a:active .accordion-title {
  color: #000000;
  -webkit-transition: none;
  transition: none;
}
.accordion li:not(.can-drop) a {
  pointer-events: none;
}
.accordion li.can-drop > a .icon-toggle {
  color: #666;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 15px;
  border: 2px solid #666;
  border-radius: 50%;
  top: 23px;
  right: 0;
  display: inline-block;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.touchevents .accordion li.can-drop > a .icon-toggle {
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 1024px) {
  .accordion li.can-drop > a .icon-toggle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.no-touchevents .accordion li.can-drop > a:hover .icon-toggle {
  color: #ffffff;
  background: #666;
}
.no-touchevents .accordion li.can-drop > a:active .icon-toggle {
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.touchevents .accordion li.can-drop > a:active .icon-toggle {
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.accordion li .accordion-content {
  color: #000000;
  font-weight: 300;
  display: none;
  padding: 0 0 24px 54px;
}
@media (min-width: 1024px) {
  .accordion li .accordion-content {
    padding: 4px 0 24px 165px;
  }
}
.accordion li .accordion-content p {
  line-height: 1.33;
}
.accordion li .accordion-content p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .accordion li .accordion-content p {
    padding-right: 90px;
  }
}
.accordion li .accordion-content.has-rows .row {
  font-family: 'Minion Pro', serif;
  margin-bottom: 1.5em;
}
.accordion li .accordion-content.has-rows .row > div > .row > div > p {
  font-family: 'Minion Pro', serif;
  line-height: 1.33;
}
@media (max-width: 479px) {
  .accordion li .accordion-content.has-rows .row.row-location {
    margin-bottom: 24px;
  }
}
@media (max-width: 719px) {
  .accordion li .accordion-content.has-rows .row.row-addto {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) and (max-width: 719px) {
  .accordion li .accordion-content.has-rows .row.row-addto p {
    margin-right: -60px;
  }
}
@media (max-width: 719px) {
  .accordion li .accordion-content.has-rows .col-sm-3,
  .accordion li .accordion-content.has-rows .col-sm-9 {
    float: left;
  }
}
@media (max-width: 719px) {
  .accordion li .accordion-content.has-rows .col-sm-3 {
    width: 33.33333333%;
  }
}
@media (max-width: 719px) {
  .accordion li .accordion-content.has-rows .col-sm-9 {
    width: 66.66666667%;
  }
}
.accordion li .accordion-content.has-rows .col-label {
  width: 74px;
  padding-right: 0;
  display: inline-block;
}
.accordion li .accordion-content.has-rows.has-img > .row {
  margin-bottom: 0;
}
@media (max-width: 587px) {
  .accordion li .accordion-content.has-rows.has-img .col-md-8:before,
  .accordion li .accordion-content.has-rows.has-img .col-md-8:after {
    content: '';
    display: table;
  }
  .accordion li .accordion-content.has-rows.has-img .col-md-8:after {
    clear: both;
  }
}
.accordion li .accordion-content.has-rows.has-img img {
  width: 100%;
  display: block;
}
@media (max-width: 1023px) {
  .accordion li .accordion-content.has-rows.has-img img {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .accordion li .accordion-content.has-rows.has-img p {
    padding-right: 0;
  }
}
.accordion li .accordion-content h4 {
  color: #000;
  font-family: 'AlternateGotNo3D', sans-serif;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
}
.accordion li .accordion-content .btn {
  margin-right: 15px;
  margin-top: 20px;
  padding: 18px 24px 18px;
}
@media (max-width: 587px) {
  .accordion li .accordion-content .btn {
    float: left;
    padding: 18px 18px 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 587px) {
  .accordion li .accordion-content .btn.btn--bord--outline {
    padding: 17px 18px 17px;
  }
}
@media (max-width: 587px) {
  .accordion li .accordion-content .btn + .btn {
    margin-right: 0;
  }
}
.accordion li .accordion-content .addto {
  color: #840028;
  font-family: 'AlternateGotNo3D', sans-serif;
  text-transform: uppercase;
  line-height: 1.25;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 30px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  .accordion li .accordion-content .addto {
    margin-bottom: 24px;
  }
}
.touchevents .accordion li .accordion-content .addto {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents .accordion li .accordion-content .addto:hover {
  color: #9e1b37;
}
.no-touchevents .accordion li .accordion-content .addto:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
.accordion li .accordion-content .addto:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
.accordion li .accordion-content .addto i {
  margin-right: 8px;
}
.video-player {
  padding: 0 15px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (min-width: 720px) {
  .video-player {
    padding: 0 50px;
  }
}
.video-player.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.video-player .inner {
  width: 100%;
  max-width: 1366px;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.video-player .inner iframe {
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}
.video-player.active .inner {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.video-player [data-close-video] {
  font-size: 18px;
  line-height: 1;
  background: transparent;
  padding: 16px;
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 0;
  border-radius: 0;
}
@media (min-width: 720px) {
  .video-player [data-close-video] {
    font-size: 24px;
    padding: 24px;
  }
}
.video-player [data-close-video]:hover {
  background: transparent;
}
.video-wrapper {
  width: 100%;
  max-width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated:infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftAlt {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 0.75;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftAlt {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 0.75;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftAlt {
  -webkit-animation-name: fadeInLeftAlt;
  animation-name: fadeInLeftAlt;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightAlt {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 0.75;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightAlt {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 0.75;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightAlt {
  -webkit-animation-name: fadeInRightAlt;
  animation-name: fadeInRightAlt;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.05;
  }
  50% {
    opacity: 0.15;
  }
  100% {
    opacity: 0.05;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.05;
  }
  50% {
    opacity: 0.15;
  }
  100% {
    opacity: 0.05;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick/slick.eot');
  src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'), url('../fonts/slick/slick.ttf') format('truetype'), url('../fonts/slick/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px \9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-slider {
  margin-bottom: 0;
}
#landing #aspot.banner {
  color: #000000;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  background: #ffffff;
  border-bottom: 1px solid #ccc;
  padding-top: 22px;
  padding-bottom: 22px;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #landing #aspot.banner {
    font-size: 24px;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
#landing #aspot.banner .inner {
  position: relative;
  padding: 0 16px;
}
#landing #aspot.banner p {
  font-family: 'AlternateGotNo3D', sans-serif;
  margin: 0;
  position: relative;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #landing #aspot.banner p {
    width: calc(100% - 64px);
    display: inline-block;
  }
}
#landing #aspot.banner a {
  font-size: 18px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 70px;
  z-index: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #landing #aspot.banner a {
    right: 14px;
    top: 50%;
    margin-top: -12px;
  }
}
#landing #aspot.banner a .far {
  line-height: 24px;
  display: block;
}
#landing #aspot.banner a .far:before {
  display: block;
}
#landing #articles {
  padding-top: 24px;
  padding-bottom: 72px;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #landing #articles {
    padding-top: 72px;
    padding-bottom: 96px;
  }
}
@media (min-width: 720px) and (max-width: 1207px) {
  #landing #articles {
    padding-top: 36px;
  }
}
.landing-cat#landing #articles {
  padding-top: 0;
  padding-bottom: 72px;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  .landing-cat#landing #articles {
    padding-top: 0;
    padding-bottom: 72px;
  }
}
@media (min-width: 584px) and (max-width: 767px) and (orientation: portrait) {
}
@media (min-width: 720px) and (max-width: 1023px) {
  #landing .articles-list {
    width: 514px;
    margin: 0 auto;
  }
}
#landing .articles-list article .inner {
  width: 100%;
}
.landing-cat#landing .articles-list article .inner {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .landing-cat#landing .articles-list article .inner {
    padding-bottom: 72px;
  }
}
#landing .articles-list article .list-article--image a,
#landing .articles-list article .list-article--image img {
  width: 100%;
  display: block;
}
#landing .articles-list article .list-article--image a {
  overflow: hidden;
}
#landing .articles-list article .list-article--image img {
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 0.2s ease-out;
  transition: transform 1s ease-out, opacity 0.2s ease-out, -webkit-transform 1s ease-out;
}
.touchevents #landing .articles-list article .list-article--image img {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #landing .articles-list article .list-article--image a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.no-touchevents #landing .articles-list article .list-article--image a:active img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: none;
  transition: none;
}
#landing .articles-list article .list-article--image a:active img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#landing .articles-list article .article-category {
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 15.5px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 15px;
}
#landing .articles-list article .article-category a {
  color: #840028;
}
#landing .articles-list article .article-title {
  color: #1a1a1a;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 12px;
}
@media (min-width: 1024px) {
  #landing .articles-list article .article-title {
    font-size: 36px;
  }
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
}
#landing .articles-list article .article-title a {
  color: #1a1a1a;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents #landing .articles-list article .article-title a {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #landing .articles-list article .article-title a:hover {
  color: #9e1b37;
}
.no-touchevents #landing .articles-list article .article-title a:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
#landing .articles-list article .article-title a:active {
  color: #5f001d;
}
#landing .articles-list article .article-excerpt {
  font-family: 'Minion Pro', serif;
  line-height: 1.33;
  margin-bottom: 0;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #landing .articles-list article .article-excerpt {
    padding-right: 24px;
  }
}
#landing .articles-list article .article-readmore {
  font-size: 15px;
  line-height: 16px;
  font-style: italic;
  margin-top: 24px;
  position: relative;
}
#landing .articles-list article .article-readmore i {
  color: #840028;
  font-size: 18px;
  margin-right: 9px;
  font-style: normal;
  float: left;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
#landing .articles-list article .article-readmore i.fa {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#landing .articles-list article .article-readmore a {
  color: #000000;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.no-touchevents #landing .articles-list article .article-readmore a:hover {
  color: #9e1b37;
}
.no-touchevents #landing .articles-list article .article-readmore a:hover i {
  color: #9e1b37;
}
.no-touchevents #landing .articles-list article .article-readmore a:active {
  color: #5f001d;
}
.no-touchevents #landing .articles-list article .article-readmore a:active i {
  color: #5f001d;
}
#landing .articles-list article .article-readmore a:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
#landing .articles-list article .article-readmore a:active i {
  color: #5f001d;
}
#landing .articles-list article .article-readmore a:hover .far {
  opacity: 0;
}
#landing .articles-list article .article-readmore a:hover .fa {
  opacity: 1;
}
.touchevents #landing .articles-list article .article-readmore a .far {
  -webkit-transition: none;
  transition: none;
}
.touchevents #landing .articles-list article .article-readmore a .fa {
  -webkit-transition: none;
  transition: none;
}
.touchevents #landing .articles-list article .article-readmore a:active .far {
  opacity: 0;
}
.touchevents #landing .articles-list article .article-readmore a:active .fa {
  opacity: 1;
}
#landing .articles-list article.is-hovered .list-article--image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.touchevents #landing .articles-list article.is-hovered .list-article--image img {
  -webkit-transition: none;
  transition: none;
}
#landing .articles-list article.is-hovered .article-title a {
  color: #9e1b37;
}
.touchevents #landing .articles-list article.is-hovered .article-title a {
  -webkit-transition: none;
  transition: none;
}
#landing .articles-list article.is-hovered .article-readmore a {
  color: #9e1b37;
}
#landing .articles-list article.is-hovered .article-readmore a i {
  color: #9e1b37;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #landing .articles-list article.is-hovered .article-readmore a .far {
    opacity: 0;
  }
  #landing .articles-list article.is-hovered .article-readmore a .fa {
    opacity: 1;
  }
}
#landing .articles-list.articles-list--featured .slick-list {
  overflow: visible;
}
@media (min-width: 588px) {
  #landing .articles-list.articles-list--featured .slick-list {
    padding: 0 !important;
  }
}
@media (min-width: 1208px) {
  #landing .articles-list.articles-list--featured article:nth-child(1) .inner {
    padding-right: 24px;
  }
}
@media (min-width: 1208px) {
  #landing .articles-list.articles-list--featured article:nth-child(2) .inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1208px) {
  #landing .articles-list.articles-list--featured article:nth-child(3) .inner {
    padding-left: 24px;
  }
}
#landing .articles-list.articles-list--category {
  padding-top: 72px;
}
@media (min-width: 720px) {
  #landing .articles-list.articles-list--category {
    padding-top: 96px;
  }
}
@media (max-width: 587px) {
  #landing .articles-list.articles-list--category {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.landing-cat#landing .articles-list.articles-list--category {
  padding-top: 36px;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  .landing-cat#landing .articles-list.articles-list--category {
    padding-top: 72px;
  }
}
@media (max-width: 1023px) {
  #landing .articles-list.articles-list--category .col-sm-12 {
    width: 100%;
    float: left;
  }
}
@media (max-width: 587px) {
  #landing .articles-list.articles-list--category .col-xs-6 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 1023px) {
  #landing .articles-list.articles-list--category .col-xs-6 {
    margin-bottom: 48px;
  }
}
#landing .articles-list.articles-list--category .category-title {
  padding-bottom: 24px;
}
#landing .articles-list.articles-list--category .category-title h2 {
  color: #840028;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
#landing .articles-list.articles-list--category article .article-title {
  font-size: 18px;
  margin-top: 24px;
}
@media (min-width: 720px) {
  #landing .articles-list.articles-list--category article .article-title {
    font-size: 24px;
  }
}
@media (max-width: 719px) {
  #landing .articles-list.articles-list--category article .article-title {
    margin-top: 12px;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  #landing .articles-list.articles-list--category article .article-excerpt {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1207px) {
  #landing .articles-list.articles-list--category article:nth-of-type(4) {
    display: none;
  }
}
#landing .articles-list.articles-list--category .category-link {
  font-family: 'AlternateGotNo3D', sans-serif;
  text-transform: uppercase;
  padding-top: 35px;
}
@media (max-width: 1023px) {
  #landing .articles-list.articles-list--category .category-link {
    text-align: center;
    padding-top: 0;
    margin-top: -10px;
  }
}
.landing-cat#landing .articles-list.articles-list--category .category-link {
  padding-top: 0;
  margin-top: -24px;
}
@media (max-width: 1023px) {
  .landing-cat#landing .articles-list.articles-list--category .category-link {
    padding-top: 0;
    margin-top: 0;
  }
}
#landing .articles-list.articles-list--category .category-link:before {
  content: '';
  width: 36px;
  height: 1px;
  background: #000;
  margin-bottom: 36px;
  display: block;
}
@media (max-width: 1023px) {
  #landing .articles-list.articles-list--category .category-link:before {
    width: 1px;
    height: 72px;
    margin: 0 auto 36px;
  }
}
#landing .articles-list .articles-more {
  width: 100%;
  float: left;
  display: none;
}
#detail #aspot {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}
#detail #aspot.aspot-split {
  background: #ffffff;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #detail #aspot.aspot-split {
    min-height: 700px;
  }
}
@media (min-width: 720px) and (max-width: 930px) and (orientation: portrait) {
  #detail #aspot.aspot-split {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #detail #aspot.aspot-split .aspot-left,
  #detail #aspot.aspot-split .aspot-right {
    width: 50%;
    height: 100%;
    min-height: 700px;
    float: left;
  }
}
#detail #aspot.aspot-split .aspot-left {
  overflow: hidden;
  display: block;
}
@media (min-width: 720px) and (max-width: 930px) and (orientation: portrait) {
  #detail #aspot.aspot-split .aspot-left {
    margin-left: -18px;
    margin-right: -18px;
  }
}
#detail #aspot.aspot-split .aspot-left > div {
  width: 100%;
  height: 90vw;
}
@media (min-width: 480px) {
  #detail #aspot.aspot-split .aspot-left > div {
    height: 75vw;
  }
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #detail #aspot.aspot-split .aspot-left > div {
    height: 100%;
  }
}
#detail #aspot.aspot-split .aspot-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 720px) and (max-width: 930px) and (orientation: portrait) {
  #detail #aspot.aspot-split .aspot-right {
    width: 876px;
    max-width: 100%;
    margin: 0 auto;
  }
}
#detail #aspot.aspot-split .aspot-right > .inner {
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 36px;
  padding-left: 36px;
}
@media (min-width: 588px) {
  #detail #aspot.aspot-split .aspot-right > .inner {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: calc(((100vw - 468px) + (18px * 2)) / 2);
  }
}
@media (min-width: 720px) {
  #detail #aspot.aspot-split .aspot-right > .inner {
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1024px) {
  #detail #aspot.aspot-split .aspot-right > .inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1208px) {
  #detail #aspot.aspot-split .aspot-right > .inner {
    padding-top: 80px;
    padding-bottom: 108px;
    padding-left: 120px;
    padding-right: calc(((100vw - 1172px) + (18px * 2)) / 2);
  }
}
@media (min-width: 588px) and (max-width: 719px) and (orientation: portrait) {
  #detail #aspot.aspot-split .aspot-right > .inner {
    width: 468px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 720px) and (max-width: 930px) and (orientation: portrait) {
  #detail #aspot.aspot-split .aspot-right > .inner {
    width: 83.33333333%;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 40px;
  }
}
@media (min-width: 931px) and (max-width: 1023px) and (orientation: portrait) {
  #detail #aspot.aspot-split .aspot-right > .inner {
    width: 730px;
    max-width: 78.5vw;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1207px) and (orientation: portrait) {
  #detail #aspot.aspot-split .aspot-right > .inner {
    width: 823px;
    max-width: 79vw;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #detail #aspot.aspot-split .aspot-right > .inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 587px) {
  #detail #aspot.aspot-split .aspot-right > .inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
#detail #aspot.aspot-split .crumbs {
  width: 100%;
  display: none;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #detail #aspot.aspot-split .crumbs {
    display: block;
  }
}
@media (min-width: 1208px) {
}
#detail #aspot.aspot-split .crumbs ul {
  color: #840028;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#detail #aspot.aspot-split .crumbs ul li {
  display: inline;
}
#detail #aspot.aspot-split .crumbs ul li .fal {
  font-size: 15px;
  color: #666;
  margin: 0 9px;
}
#detail #aspot.aspot-split .crumbs ul li a {
  color: #666;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents #detail #aspot.aspot-split .crumbs ul li a {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #detail #aspot.aspot-split .crumbs ul li a:hover {
  color: #9e1b37;
}
.no-touchevents #detail #aspot.aspot-split .crumbs ul li a:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
#detail #aspot.aspot-split .crumbs ul li a:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
#detail #aspot.aspot-split .article-title {
  color: #1a1a1a;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 36px;
  line-height: 1.25;
  margin-top: 0;
}
@media (min-width: 720px) {
  #detail #aspot.aspot-split .article-title {
    font-size: 48px;
  }
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #detail #aspot.aspot-split .article-title {
    font-size: 48px;
    margin-bottom: 47px;
    margin-top: 136px;
  }
}
@media (min-width: 1208px) {
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #detail #aspot.aspot-split .article-title {
    margin-bottom: 36px;
  }
}
@media (min-width: 1024px) and (max-width: 1207px) and (orientation: portrait) {
  #detail #aspot.aspot-split .article-title {
    font-size: 48px;
  }
}
#detail #aspot.aspot-split .article-byline {
  color: #840028;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #detail #aspot.aspot-split .article-byline {
    font-size: 36px;
  }
}
#detail #aspot.aspot-split .article-byline span:after {
  content: '|';
  margin: 0 8px 0 12px;
  display: inline-block;
}
#detail #aspot.aspot-split .article-byline span:last-child:after {
  content: '';
}
#detail #aspot.aspot-split .article-byline .article-byline--comments i {
  margin-right: 4px;
  display: inline-block;
}
#detail #aspot.aspot-split .article-byline a {
  color: #ffffff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#detail #aspot.aspot-split .article-byline a:hover {
  border-color: #ffffff;
}
#detail #aspot.aspot-split .action-box {
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #detail #aspot.aspot-split .action-box {
    margin-top: 110px;
  }
}
@media (min-width: 1208px) {
  #detail #aspot.aspot-split .action-box {
    padding-right: 0;
  }
}
#detail #aspot.aspot-split .action-box > .inner {
  height: 62px;
  border-bottom: 1px solid #ccc;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px;
}
#detail #aspot.aspot-split .action-box .addto-cal {
  color: #840028;
  font-family: 'AlternateGotNo3D', sans-serif;
  text-transform: uppercase;
  line-height: 1.25;
  display: inline-block;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (max-width: 1207px) and (orientation: portrait), (max-width: 719px) {
  #detail #aspot.aspot-split .action-box .addto-cal {
    margin-bottom: 10px;
  }
}
.touchevents #detail #aspot.aspot-split .action-box .addto-cal {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #detail #aspot.aspot-split .action-box .addto-cal:hover {
  color: #9e1b37;
}
.no-touchevents #detail #aspot.aspot-split .action-box .addto-cal:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
#detail #aspot.aspot-split .action-box .addto-cal:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
#detail #aspot.aspot-split .action-box .addto-cal i {
  margin-right: 8px;
}
#detail #aspot.aspot-split .action-box .article-meta {
  color: #1a1a1a;
  font-family: 'AlternateGotNo3D', sans-serif;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#detail #aspot.aspot-split .action-box .article-meta a {
  color: #840028;
  line-height: 1.25;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents #detail #aspot.aspot-split .action-box .article-meta a {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #detail #aspot.aspot-split .action-box .article-meta a:hover {
  color: #9e1b37;
}
.no-touchevents #detail #aspot.aspot-split .action-box .article-meta a:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
#detail #aspot.aspot-split .action-box .article-meta a:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
#detail #aspot.aspot-split .action-box .addto-cals {
  width: 100%;
  height: 100%;
  line-height: 1.25;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#detail #aspot.aspot-split .action-box .addto-cals a {
  color: #840028;
  font-family: 'AlternateGotNo3D', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.641, 0, 0.382, 1), color 0.25s ease-out, border-color 0.25s ease-out, -webkit-transform 0.5s cubic-bezier(0.641, 0, 0.382, 1);
  transition: opacity 0.5s cubic-bezier(0.641, 0, 0.382, 1), color 0.25s ease-out, border-color 0.25s ease-out, -webkit-transform 0.5s cubic-bezier(0.641, 0, 0.382, 1);
  transition: opacity 0.5s cubic-bezier(0.641, 0, 0.382, 1), transform 0.5s cubic-bezier(0.641, 0, 0.382, 1), color 0.25s ease-out, border-color 0.25s ease-out;
  transition: opacity 0.5s cubic-bezier(0.641, 0, 0.382, 1), transform 0.5s cubic-bezier(0.641, 0, 0.382, 1), color 0.25s ease-out, border-color 0.25s ease-out, -webkit-transform 0.5s cubic-bezier(0.641, 0, 0.382, 1);
}
#detail #aspot.aspot-split .action-box .addto-cals a:nth-child(1) {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
#detail #aspot.aspot-split .action-box .addto-cals a:nth-child(2) {
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
#detail #aspot.aspot-split .action-box .addto-cals a:nth-child(3) {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
#detail #aspot.aspot-split .action-box .addto-cals a:last-child {
  margin-right: 0;
}
#detail #aspot.aspot-split .action-box .addto-cals a i {
  margin-right: 5px;
}
#detail #aspot.aspot-split .action-box .share-box {
  width: 62px;
  height: 100%;
  line-height: 1;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding-bottom: 16px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#detail #aspot.aspot-split .action-box .share-box li {
  font-size: 19px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  height: 45px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
#detail #aspot.aspot-split .action-box .share-box li a {
  color: #666;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  line-height: 42px;
  background: #ffffff;
  border: 2px solid #666;
  display: block;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents #detail #aspot.aspot-split .action-box .share-box li a {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #detail #aspot.aspot-split .action-box .share-box li a:hover {
  color: #ffffff;
  background: #666;
}
.no-touchevents #detail #aspot.aspot-split .action-box .share-box li a:active {
  color: #ffffff;
  background: #000000;
  border-color: #000;
  -webkit-transition: none;
  transition: none;
}
#detail #aspot.aspot-split .action-box .share-box li a:active {
  color: #ffffff;
  background: #000000;
  border-color: #000;
  -webkit-transition: none;
  transition: none;
}
#detail #aspot.aspot-split .action-box .share-box li a i {
  line-height: 42px;
  position: relative;
}
#detail #aspot.aspot-split .action-box .share-box li.share-toggle {
  z-index: 3;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#detail #aspot.aspot-split .action-box .share-box li.share-toggle a i {
  left: -1px;
}
#detail #aspot.aspot-split .action-box .share-box li.share-toggle a .fal,
#detail #aspot.aspot-split .action-box .share-box li.share-toggle a .far {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
#detail #aspot.aspot-split .action-box .share-box li.share-toggle a .fas {
  display: block;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
#detail #aspot.aspot-split .action-box .share-box li.share-toggle a .fas:before {
  display: block;
}
#detail #aspot.aspot-split .action-box .share-box li.share-toggle a .fas {
  width: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  opacity: 0;
}
.touchevents #detail #aspot.aspot-split .action-box .share-box li.share-toggle a .fal,
.touchevents #detail #aspot.aspot-split .action-box .share-box li.share-toggle a .far,
.touchevents #detail #aspot.aspot-split .action-box .share-box li.share-toggle a .fas {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #detail #aspot.aspot-split .action-box .share-box li.share-toggle a:hover .fal,
.no-touchevents #detail #aspot.aspot-split .action-box .share-box li.share-toggle a:hover .far {
  opacity: 0;
}
.no-touchevents #detail #aspot.aspot-split .action-box .share-box li.share-toggle a:hover .fas {
  opacity: 1;
}
.no-touchevents #detail #aspot.aspot-split .action-box .share-box li.share-toggle a:active .fal,
.no-touchevents #detail #aspot.aspot-split .action-box .share-box li.share-toggle a:active .far {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #detail #aspot.aspot-split .action-box .share-box li.share-toggle a:active .fas {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
#detail #aspot.aspot-split .action-box .share-box li.share-toggle a:active .fal,
#detail #aspot.aspot-split .action-box .share-box li.share-toggle a:active .far {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
#detail #aspot.aspot-split .action-box .share-box li.share-toggle a:active .fas {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
#detail #aspot.aspot-split .action-box .share-box li.share-close {
  text-align: right;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 4;
  padding-right: 8px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#detail #aspot.aspot-split .action-box .share-box li.share-close a {
  color: #840028;
  font-size: 18px;
  background: #ffffff;
  border-color: transparent;
}
.touchevents #detail #aspot.aspot-split .action-box .share-box li.share-close a {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #detail #aspot.aspot-split .action-box .share-box li.share-close a:hover {
  color: #9e1b37;
  background: #ffffff;
}
.no-touchevents #detail #aspot.aspot-split .action-box .share-box li.share-close a:active {
  color: #5f001d;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  border-color: transparent;
}
#detail #aspot.aspot-split .action-box .share-box li.share-close a:active {
  color: #5f001d;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  border-color: transparent;
}
#detail #aspot.aspot-split .action-box .share-box li.share-link {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 0.5s cubic-bezier(0.641, 0, 0.382, 1);
  transition: all 0.5s cubic-bezier(0.641, 0, 0.382, 1);
}
#detail #aspot.aspot-split .action-box .share-box li.share-link.share-facebook {
  right: 234px;
}
#detail #aspot.aspot-split .action-box .share-box li.share-link.share-twitter {
  right: 173px;
}
#detail #aspot.aspot-split .action-box .share-box li.share-link.share-url {
  right: 112px;
}
#detail #aspot.aspot-split .action-box .share-box li.share-link.share-email {
  right: 51px;
}
#detail #aspot.aspot-split .action-box .share-box li.share-link a {
  line-height: 44px;
  border-width: 1px;
}
#detail #aspot.aspot-split .action-box .share-box li.share-link a i {
  line-height: 44px;
}
#detail #aspot.aspot-split .action-box .share-box li.share-link a .fal,
#detail #aspot.aspot-split .action-box .share-box li.share-link a .far {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
#detail #aspot.aspot-split .action-box .share-box li.share-link a .fas {
  display: block;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
#detail #aspot.aspot-split .action-box .share-box li.share-link a .fas:before {
  display: block;
}
#detail #aspot.aspot-split .action-box .share-box li.share-link a .fas {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.touchevents #detail #aspot.aspot-split .action-box .share-box li.share-link a .fal,
.touchevents #detail #aspot.aspot-split .action-box .share-box li.share-link a .far,
.touchevents #detail #aspot.aspot-split .action-box .share-box li.share-link a .fas {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #detail #aspot.aspot-split .action-box .share-box li.share-link a:hover .fal,
.no-touchevents #detail #aspot.aspot-split .action-box .share-box li.share-link a:hover .far {
  opacity: 0;
}
.no-touchevents #detail #aspot.aspot-split .action-box .share-box li.share-link a:hover .fas {
  opacity: 1;
}
.no-touchevents #detail #aspot.aspot-split .action-box .share-box li.share-link a:active .fal,
.no-touchevents #detail #aspot.aspot-split .action-box .share-box li.share-link a:active .far {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #detail #aspot.aspot-split .action-box .share-box li.share-link a:active .fas {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
#detail #aspot.aspot-split .action-box .share-box li.share-link a:active .fal,
#detail #aspot.aspot-split .action-box .share-box li.share-link a:active .far {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
#detail #aspot.aspot-split .action-box .share-box li.share-link a:active .fas {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
#detail #aspot.aspot-split .action-box .share-box li.share-url input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  pointer-events: none;
}
#detail #aspot.aspot-split .action-box.cals-active .article-meta {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#detail #aspot.aspot-split .action-box.cals-active .share-box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#detail #aspot.aspot-split .action-box.cals-active .addto-cals {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#detail #aspot.aspot-split .action-box.cals-active .addto-cals a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.no-touchevents #detail #aspot.aspot-split .action-box.cals-active .addto-cals a:hover {
  color: #9e1b37;
}
.no-touchevents #detail #aspot.aspot-split .action-box.cals-active .addto-cals a:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
#detail #aspot.aspot-split .action-box.cals-active .addto-cals a:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
#detail #aspot.aspot-split .action-box.share-active .article-meta {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#detail #aspot.aspot-split .action-box.share-active .addto-cal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#detail #aspot.aspot-split .action-box.share-active .share-box {
  width: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#detail #aspot.aspot-split .action-box.share-active li.share-toggle {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#detail #aspot.aspot-split .action-box.share-active li.share-close {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
#detail #aspot.aspot-split .action-box.share-active li.share-link {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#detail #aspot.aspot-split .action-box.share-active li.share-link.share-facebook {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
#detail #aspot.aspot-split .action-box.share-active li.share-link.share-twitter {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
#detail #aspot.aspot-split .action-box.share-active li.share-link.share-url {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
#detail #aspot.aspot-split .action-box.share-active li.share-link.share-email {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
#detail #article {
  padding-top: 0;
  padding-bottom: 40px;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #detail #article {
    padding-right: 0;
    padding-left: 0;
    padding-top: 56px;
    padding-bottom: 80px;
  }
}
@media (min-width: 720px) and (max-width: 1023px) and (orientation: landscape) {
  #detail #article {
    padding-top: 36px;
  }
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #detail #article .article-content {
    font-size: 18px;
  }
}
#detail #article .article-content .inner {
  width: 100%;
  display: inline-block;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #detail #article .article-content .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#detail #article .article-content h2,
#detail #article .article-content h3,
#detail #article .article-content h4,
#detail #article .article-content h5,
#detail #article .article-content h6 {
  color: #1a1a1a;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 24px;
  margin: 3em 0 1.2em 0;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #detail #article .article-content h2,
  #detail #article .article-content h3,
  #detail #article .article-content h4,
  #detail #article .article-content h5,
  #detail #article .article-content h6 {
    font-size: 36px;
  }
}
#detail #article .article-content h2:first-child,
#detail #article .article-content h3:first-child,
#detail #article .article-content h4:first-child,
#detail #article .article-content h5:first-child,
#detail #article .article-content h6:first-child {
  margin-top: 0;
}
#detail #article .article-content h2 + p:first-of-type,
#detail #article .article-content h3 + p:first-of-type,
#detail #article .article-content h4 + p:first-of-type,
#detail #article .article-content h5 + p:first-of-type,
#detail #article .article-content h6 + p:first-of-type {
  margin-top: 1.5em;
}
@media (min-width: 720px) and (max-width: 1023px) and (orientation: portrait) {
  #detail #article .article-content h2,
  #detail #article .article-content h3,
  #detail #article .article-content h4,
  #detail #article .article-content h5,
  #detail #article .article-content h6 {
    font-size: 24px;
  }
}
#detail #article .article-content p {
  color: #000000;
  margin: 2em 0;
  font-size: 16px;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #detail #article .article-content p {
    font-size: 18px;
  }
}
#detail #article .article-content p:first-child,
#detail #article .article-content p:last-of-type {
  margin-top: 0;
}
#detail #article .article-content p:last-child {
  margin-bottom: 0;
}
#detail #article .article-content p.clear-right {
  clear: right;
}
#detail #article .article-content figure {
  margin: 1.5em 0;
}
@media (min-width: 1024px) {
  #detail #article .article-content figure {
    margin: 3em 0;
  }
}
#detail #article .article-content figure img {
  width: 100%;
  display: block;
}
#detail #article .article-content figure figcaption {
  font-family: 'AlternateGotNo3D', sans-serif;
  width: 100%;
  margin-top: 8px;
  display: inline-block;
}
#detail #article .article-content figure .photo-caption {
  color: #000000;
  font-family: 'Minion Pro', serif;
  font-size: 15px;
  font-style: italic;
  padding-right: 15px;
}
#detail #article .article-content figure .photo-credit {
  color: #000000;
  font-size: 10px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  #detail #article .article-content figure .photo-credit {
    line-height: 2.1em;
  }
}
@media (min-width: 1024px) {
  #detail #article .article-content figure.has-caption.has-credit .photo-caption {
    width: 75%;
    float: left;
  }
}
@media (min-width: 1024px) {
  #detail #article .article-content figure.has-caption.has-credit .photo-credit {
    width: 25%;
    float: right;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  #detail #article .article-content figure.has-caption.has-credit .photo-credit {
    margin-top: 8px;
  }
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #detail #article .article-content figure.align-left {
    width: calc(50% + 60px);
    margin-top: 0;
    float: left;
    padding-right: 60px;
  }
}
@media (max-width: 587px) and (orientation: portrait) {
  #detail #article .article-content figure.align-left img {
    max-width: none;
    width: calc(100% + 72px);
    margin-left: -36px;
    margin-right: -36px;
  }
}
@media (max-width: 587px) and (orientation: portrait) {
  #detail #article .article-content figure.align-left figcaption {
    max-width: none;
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-right: -18px;
  }
}
#detail #article .article-content figure.has-video {
  clear: both;
}
#detail #article .article-content figure.has-video a {
  display: inline-block;
  position: relative;
}
#detail #article .article-content figure.has-video a .fal,
#detail #article .article-content figure.has-video a .fas {
  color: #ffffff;
  font-size: 72px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#detail #article .article-content figure.has-video a .fas {
  opacity: 0;
}
.touchevents #detail #article .article-content figure.has-video a .fal,
.touchevents #detail #article .article-content figure.has-video a .fas {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #detail #article .article-content figure.has-video a:hover .fal {
  opacity: 0;
}
.no-touchevents #detail #article .article-content figure.has-video a:hover .fas {
  opacity: 1;
}
.no-touchevents #detail #article .article-content figure.has-video a:active .fal {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #detail #article .article-content figure.has-video a:active .fas {
  opacity: 1;
  color: #666;
  -webkit-transition: none;
  transition: none;
}
#detail #article .article-content figure.has-video a:active .fal {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
#detail #article .article-content figure.has-video a:active .fas {
  opacity: 1;
  color: #666;
  -webkit-transition: none;
  transition: none;
}
#detail #article .article-content figure.has-video a:hover .fal {
  opacity: 0;
}
#detail #article .article-content figure.has-video a:hover .fas {
  opacity: 1;
}
#detail #article .article-content blockquote {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  margin: 1.5em 0 1.5em 0;
  padding: 0 24px 72px 0;
  border: 0;
  border-right: 18px solid #840028;
  position: relative;
}
@media (min-width: 1024px) {
  #detail #article .article-content blockquote {
    font-size: 32px;
    padding: 60px 0;
    margin: 3em 0 1.5em 0;
    padding: 0 80px 68px 0;
    border-right-width: 36px;
  }
}
@media (max-width: 587px) and (orientation: portrait) {
  #detail #article .article-content blockquote {
    margin-right: -36px;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  #detail #article .article-content blockquote.align-right {
    margin-top: 0;
    width: 50%;
    float: right;
    margin-left: 60px;
    padding-left: 60px;
  }
}
#detail #article .article-content blockquote p {
  font-size: 24px;
  font-family: 'AlternateGotNo3D', sans-serif;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  #detail #article .article-content blockquote p {
    font-size: 32px;
  }
}
@media (max-width: 587px) and (orientation: portrait) {
  #detail #article .article-content blockquote p {
    font-size: 24px;
  }
}
#detail #article .article-content blockquote:before {
  content: url(/media/redesign-2019/templateassets/img/ui/quote-sm.svg);
  width: 72px;
  height: 72px;
  margin-bottom: 32px;
  display: block;
}
@media (max-width: 587px) and (orientation: portrait) {
  #detail #article .article-content blockquote:before {
    width: 48px;
    height: 48px;
  }
}
#detail #article .article-tags {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  #detail #article .article-tags {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #detail #article .article-tags {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 587px) {
  #detail #article .article-tags {
    margin-left: -36px;
    margin-right: -36px;
  }
}
@media (max-width: 587px) {
  #detail #article .article-tags ul {
    width: auto;
    min-width: 100%;
    white-space: nowrap;
    overflow: auto;
  }
  #detail #article .article-tags ul::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 587px) {
  #detail #article .article-tags ul {
    padding-left: 36px;
    padding-right: 36px;
  }
}
#detail #article .article-tags ul li {
  display: inline-block;
  margin-right: 24px;
}
@media (max-width: 1023px) {
  #detail #article .article-tags ul li {
    margin-right: 36px;
  }
}
#detail #article .article-tags ul li:last-child {
  margin: 0;
}
#detail #article .article-tags ul li a {
  color: #840028;
  font-family: 'AlternateGotNo3D', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (max-width: 1023px) {
  #detail #article .article-tags ul li a {
    font-size: 18px;
  }
}
.touchevents #detail #article .article-tags ul li a {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #detail #article .article-tags ul li a:hover {
  color: #9e1b37;
}
.no-touchevents #detail #article .article-tags ul li a:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
#detail #article .article-tags ul li a:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
#detail #article .article-author {
  padding-top: 36px;
  padding-bottom: 24px;
  border-top: 1px solid #ccc;
}
@media (min-width: 1024px) {
  #detail #article .article-author {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 720px) and (max-width: 1023px) and (orientation: portrait) {
  #detail #article .article-author {
    padding-top: 40px;
  }
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #detail #article .article-author {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 587px) {
  #detail #article .article-author {
    margin-left: -36px;
    margin-right: -36px;
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 719px) {
  #detail #article .article-author .author-image {
    margin-bottom: 24px;
  }
}
#detail #article .article-author .author-image img {
  width: 100%;
  display: block;
}
@media (min-width: 1024px) {
  #detail #article .article-author .author-text {
    padding-left: 40px;
  }
}
#detail #article .article-author .author-text h2 {
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #840028;
  margin-bottom: 0.5em;
}
@media (max-width: 1023px) {
  #detail #article .article-author .author-text h2 {
    font-size: 24px;
  }
}
#detail #article .article-author .author-text p {
  color: #000000;
  font-size: 16px;
  line-height: 1.75;
}
@media (min-width: 720px) {
  #detail #article .article-author .author-text p {
    margin-right: 8.33333333%;
  }
}
@media (min-width: 1208px) {
  #detail #article .article-author .author-text p {
    margin-right: 8.33333333%;
  }
}
@media (min-width: 1444px) {
  #detail #article .article-author .author-text p {
    margin-right: 16.66666667%;
  }
}
#detail #prevnext {
  width: 100%;
}
@media (min-width: 588px) {
  #detail #prevnext {
    height: 50vw;
  }
}
@media (min-width: 588px) and (max-width: 1207px) and (orientation: portrait) and (max-width: 719px) {
  #detail #prevnext {
    height: 50vw;
  }
}
#detail #prevnext .logo {
  width: 100%;
}
@media (min-width: 1024px) {
  #detail #prevnext .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#detail #prevnext .prevnext {
  height: 100%;
  min-height: 100vw;
  padding: 24px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 588px) {
  #detail #prevnext .prevnext {
    width: 50%;
    min-height: 0;
    padding: 64px 128px;
    float: left;
  }
}
@media (min-width: 588px) and (max-width: 1207px) {
  #detail #prevnext .prevnext {
    width: 50%;
    min-height: 0;
    padding: 64px 32px;
    float: left;
  }
}
#detail #prevnext .prevnext .prevnext-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.touchevents #detail #prevnext .prevnext .prevnext-img {
  -webkit-transition: none;
  transition: none;
}
#detail #prevnext .prevnext .prevnext-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#detail #prevnext .prevnext.prevnext-left .prevnext-img:before {
  background: rgba(132, 0, 40, 0.8);
}
#detail #prevnext .prevnext.prevnext-right .prevnext-img:before {
  background: rgba(0, 0, 0, 0.8);
}
.no-touchevents #detail #prevnext .prevnext.is-hovered .prevnext-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.touchevents #detail #prevnext .prevnext.is-hovered .prevnext-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.touchevents #detail #prevnext .prevnext .prevnext-img {
  -webkit-transition: none;
  transition: none;
}
.touchevents #detail #prevnext .prevnext.is-hovered .prevnext-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: none;
  transition: none;
}
#detail #prevnext .prevnext .text {
  color: #ffffff;
  font-family: 'AlternateGotNo3D', sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.15;
}
@media (min-width: 588px) and (max-width: 719px) {
  #detail #prevnext .prevnext .text {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  #detail #prevnext .prevnext .text {
    font-size: 48px;
  }
}
@media (max-width: 374px) {
  #detail #prevnext .prevnext .text {
    font-size: 24px;
  }
}
#detail #prevnext .prevnext .text a {
  color: #ffffff;
  display: inline-block;
}
#detail #prevnext .prevnext .btn.btn--outline {
  position: absolute;
  top: 36px;
}
@media (min-width: 1024px) {
  #detail #prevnext .prevnext .btn.btn--outline {
    top: 42px;
  }
}
.touchevents #detail #prevnext .prevnext .btn.btn--outline:hover {
  color: #9e1b37;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.touchevents #detail #prevnext .prevnext .btn.btn--outline:active {
  color: #5f001d;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.touchevents #detail #prevnext .prevnext.is-hovered .btn.btn--outline {
  color: #9e1b37;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
}
#detail #prevnext .prevnext-left .btn {
  left: 36px;
}
@media (min-width: 1024px) {
  #detail #prevnext .prevnext-left .btn {
    left: 36px;
  }
}
#detail #prevnext .prevnext-right {
  text-align: right;
}
#detail #prevnext .prevnext-right .btn {
  right: 36px;
}
@media (min-width: 1024px) {
  #detail #prevnext .prevnext-right .btn {
    right: 36px;
  }
}
@media (min-width: 720px) and (max-width: 1023px) and (orientation: portrait) {
  #detail #prevnext .prevnext {
    padding: 64px 36px;
  }
}
@media (min-width: 1024px) and (max-width: 1207px) and (orientation: portrait) {
  #detail #prevnext .prevnext {
    padding: 64px 36px;
  }
  #detail #prevnext .prevnext .text {
    font-size: 32px;
  }
}
#calendar #aspot {
  padding-top: 40px;
  padding-bottom: 24px;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #calendar #aspot {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) and (max-width: 1207px) and (orientation: portrait) {
  #calendar #aspot {
    padding-top: 80px;
  }
}
#calendar #aspot .crumbs {
  width: 100%;
  display: none;
  padding: 0 24px;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #calendar #aspot .crumbs {
    margin-bottom: 72px;
    display: block;
  }
}
@media (min-width: 1208px) {
  #calendar #aspot .crumbs {
    padding-right: 120px;
  }
}
#calendar #aspot .crumbs ul {
  color: #840028;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#calendar #aspot .crumbs ul li {
  display: inline-block;
}
#calendar #aspot .crumbs ul li .fal {
  font-size: 15px;
  color: #666;
  margin: 0 9px;
}
#calendar #aspot .crumbs ul li a {
  color: #666;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents #calendar #aspot .crumbs ul li a {
  -webkit-transition: none;
  transition: none;
}
.no-touchevents #calendar #aspot .crumbs ul li a:hover {
  color: #9e1b37;
}
.no-touchevents #calendar #aspot .crumbs ul li a:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
#calendar #aspot .crumbs ul li a:active {
  color: #5f001d;
  -webkit-transition: none;
  transition: none;
}
#calendar #aspot h1 {
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 36px;
  margin: 0;
  line-height: 1;
  padding: 0 24px;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #calendar #aspot h1 {
    font-size: 48px;
  }
}
#calendar #calendar-dates {
  padding-top: 0;
  padding-bottom: 42px;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #calendar #calendar-dates {
    padding-top: 0;
    padding-bottom: 72px;
    display: block;
  }
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1208px) {
  #calendar #calendar-dates {
    padding-right: 0;
    padding-left: 0;
  }
}
.clear:before,
.clear:after {
  content: '';
  display: table;
}
.clear:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.padd-top {
  padding-top: 72px;
}
.hold-stuff {
  position: relative;
}
.u-no-break {
  white-space: nowrap;
}
.vert-center {
  display: table;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.vert-center.container {
  width: 100%;
}
@media (min-width: 588px) {
  .vert-center.container {
    width: 468px;
  }
}
@media (min-width: 720px) {
  .vert-center.container {
    width: 876px;
  }
}
@media (min-width: 1024px) {
  .vert-center.container {
    width: 988px;
  }
}
@media (min-width: 1208px) {
  .vert-center.container {
    width: 1172px;
  }
}
@media (max-width: 1023px) {
}
.vert-center > * {
  display: table-cell;
  vertical-align: middle;
}
.vert-bottom {
  display: table;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1023px) {
}
.vert-bottom > * {
  display: table-cell;
  vertical-align: bottom;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.hide {
  display: none;
}
@media (max-width: 719px) {
  .hide-sm {
    display: none;
  }
}
.invisible {
  visibility: hidden;
}
.clr--brand {
  color: #840028 !important;
}
.bg--gray {
  background-color: #eee;
}
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1615px) {
  .hide-xxl {
    display: none;
  }
}
@media (min-width: 1208px) {
  .hide-lg {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1207px) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .hide-sm {
    display: none;
  }
}
@media (max-width: 719px) {
  .hide-xs {
    display: none;
  }
  .sm-tc {
    text-align: center;
  }
}
.push-page {
  min-height: 600px;
}
.altrows > div:nth-child(2n) div {
  float: right;
}
.altrows > div:nth-child(2n) div + div {
  float: left;
}
.altrows > div:nth-child(2n) div > div {
  float: left;
}
.altrows > div:nth-child(2n) div > div + div {
  float: right;
}
.t-c {
  text-align: center;
}
.t-l {
  text-align: left;
}
.t-r {
  text-align: right;
}
@media (max-width: 719px) {
  .t-c-sm {
    text-align: center;
  }
}
@media (max-width: 587px) {
  .t-c-xs {
    text-align: center;
  }
}
.js-no-scroll {
  overflow: hidden !important;
}
.js-body-fixed {
  overflow: hidden;
  margin-right: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fade {
  opacity: 0 !important;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.no-js .fade {
  opacity: 1 !important;
}
.fade.in {
  opacity: 1 !important;
}
.fdinup {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.is-loaded .fdinup,
.is-default .fdinup {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}


