@charset "UTF-8";
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[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;
}
/*
::-webkit-scrollbar {
  display: none;
}
*/
html,
:root {
  color: #000000;
  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 (-o-min-device-pixel-ratio:144/1), 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: 36px;
  padding-right: 36px;
}
@media (min-width: 480px) {
  .container {
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 600px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 720px) {
  .container {
    /* width: 672px; */
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    /* width: 976px; */
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .container {
    /* width: 1208px; */
    width: 100%;
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1368px;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 600px) {
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 720px) {
  .container-fluid {
    padding-left: 84px;
    padding-right: 84px;
  }
}
@media (min-width: 1024px) {
  .container-fluid {
    padding-left: 84px;
    padding-right: 84px;
  }
}
@media (min-width: 1280px) {
  .container-fluid {
    padding-left: 84px;
    padding-right: 84px;
  }
}
@media (min-width: 1440px) {
  .container-fluid {
    padding-left: 108px;
    padding-right: 108px;
  }
}
.row {
  margin-left: -18px;
  margin-right: -18px;
}
@media (min-width: 480px) {
  .row {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 720px) {
  .row {
    margin-left: -48px;
    margin-right: -48px;
  }
}
@media (min-width: 1280px) {
  .row {
    margin-left: -36px;
    margin-right: -36px;
  }
}
.row .row {
  margin-left: -18px;
  margin-right: -18px;
}
@media (min-width: 480px) {
  .row .row {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 1280px) {
  .row .row {
    margin-left: -36px;
    margin-right: -36px;
  }
}
@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: 18px;
  padding-right: 18px;
}
@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: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .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: 36px;
    padding-right: 36px;
  }
}
@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: 600px) {
  .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: 1280px) {
  .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: 1440px) {
  .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.no-aspot {
  border-top: 102px solid #840028;
}
main.padd-top {
  padding-top: 84px;
  -webkit-transition: padding 0.25s ease-out;
  -o-transition: padding 0.25s ease-out;
  transition: padding 0.25s ease-out;
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1280px) {
}
.hdr-white + main {
  padding-top: 84px;
}
.hdr-white + main.no-aspot {
  padding-top: 0;
}
#aspot + main {
  padding-top: 0;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  height: 0;
  width: 5rem;
  margin: 2rem auto;
  border: 0;
  height: 2px;
  background: #840028;
}
.bgimg.has-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.bgimg.has-caption figcaption {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: -0.1px;
  font-style: italic;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 720px) {
  .bgimg.has-caption figcaption {
    padding: 21px 0;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .bgimg.has-caption figcaption {
    font-size: 15px;
    padding: 18px 0;
  }
}
.bgimg.has-caption figcaption:before {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-cover.bg-centertop {
  background-position: center top;
}
.set-bg {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.set-bg.bg-loaded {
  opacity: 1;
}
.b-lazy {
  width: 100%;
  opacity: 0;
  max-width: 100%;
  display: block;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.b-lazy.b-loaded {
  opacity: 1;
}
.w100 {
  width: 100%;
  display: block;
}
.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: 1440px) {
  .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;
}
video::-internal-media-controls-overlay-cast-button {
  display: none;
}
.loading-icon {
  color: #666;
  font-size: 24px;
  text-align: center;
  margin-top: 36px;
}
@media (min-width: 1024px) {
  .loading-icon {
    font-size: 36px;
    margin-top: 18px;
  }
}
.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);
  }
}
.section-links {
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.section-links ul {
  width: 100%;
  padding-top: 36px;
  position: relative;
}
@media (min-width: 720px) {
  .section-links ul {
    padding-top: 48px;
  }
}
@media (min-width: 1024px) {
  .section-links ul {
    padding-top: 72px;
  }
}
.section-links ul:before {
  content: '';
  width: 1px;
  height: 72px;
  margin: 0 auto 36px;
  background: #000000;
  display: block;
}
.section-links ul li {
  margin-bottom: 36px;
}
.section-links ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 720px) {
  .section-links ul li {
    padding: 0 16px;
    display: inline-block;
  }
}
.section-links ul li a {
  position: relative;
  display: inline-block;
}
.section-links ul li a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #840028;
  position: absolute;
  bottom: -0.375em;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.touchevents .section-links ul li a:after {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .section-links ul li a:hover:after {
  opacity: 1;
}
.no-touchevents .section-links ul li a:active:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.section-links ul li a:hover:after {
  opacity: 1;
}
.section-links ul li a:active:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents .section-links ul li a:hover:after,
.touchevents .section-links ul li a:active:after {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.inline-links {
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.inline-links ul {
  width: 100%;
  padding-top: 36px;
  position: relative;
}
@media (min-width: 720px) {
  .inline-links ul {
    padding-top: 36px;
  }
}
.inline-links ul:before {
  content: '';
  width: 36px;
  height: 1px;
  margin: 0 0 36px;
  background: #000000;
  display: block;
}
.inline-links ul li {
  margin-bottom: 36px;
}
.inline-links ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 720px) {
  .inline-links ul li {
    padding: 0 32px 0 0;
    display: inline-block;
  }
}
.inline-links ul li a {
  position: relative;
  display: inline-block;
}
.inline-links ul li a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #840028;
  position: absolute;
  bottom: -0.375em;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.touchevents .inline-links ul li a:after {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .inline-links ul li a:hover:after {
  opacity: 1;
}
.no-touchevents .inline-links ul li a:active:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.inline-links ul li a:hover:after {
  opacity: 1;
}
.inline-links ul li a:active:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents .inline-links ul li a:hover:after,
.touchevents .inline-links ul li a:active:after {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.scroll-cue {
  width: 1px;
  height: 135px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 200;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (min-width: 720px) and (max-width: 1023px) and (orientation: landscape) {
  .scroll-cue {
    height: 60px;
  }
}
@media (min-width: 1024px) and (max-height: 720px) {
  .scroll-cue {
    height: 60px;
  }
}
@media (max-height: 720px) {
  .scroll-cue {
    height: 60px;
  }
}
@media (max-width: 360px) {
  .scroll-cue {
    height: 60px;
  }
}
.scroll-cue.scrollcue-ready {
  opacity: 1;
  -webkit-animation: scrollIndicator 1.5s infinite 1s;
  animation: scrollIndicator 1.5s infinite 1s;
}
.is-mobile .scroll-cue {
  opacity: 1;
  -webkit-animation: scrollIndicator 1.5s infinite 1s;
  animation: scrollIndicator 1.5s infinite 1s;
}
.scroll-cue.hide-cue {
  opacity: 0;
}
.is-mobile .scroll-cue.hide-cue {
  opacity: 0;
}
@-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;
  }
}
.imgbreak {
  height: 56.25vw;
  max-height: 810px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.imgbreak video {
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.imgbreak.imgbreak-quote {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imgbreak.imgbreak-quote h2 {
  color: #ffffff;
  font-size: 36px;
}
@media (min-width: 720px) {
  .imgbreak.imgbreak-quote h2 {
    font-size: 72px;
  }
}
@media (min-width: 1024px) {
  .imgbreak.imgbreak-quote h2 {
    font-size: 96px;
  }
}
.imgbreak.imgbreak-quote .bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: 'AlternateGotNo3D', sans-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.titlelink a,
h2.titlelink a,
h3.titlelink a,
h4.titlelink a,
h5.titlelink a,
h6.titlelink a {
  color: #840028;
}
.touchevents h1.titlelink a,
.touchevents h2.titlelink a,
.touchevents h3.titlelink a,
.touchevents h4.titlelink a,
.touchevents h5.titlelink a,
.touchevents h6.titlelink a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents h1.titlelink a:hover,
.no-touchevents h2.titlelink a:hover,
.no-touchevents h3.titlelink a:hover,
.no-touchevents h4.titlelink a:hover,
.no-touchevents h5.titlelink a:hover,
.no-touchevents h6.titlelink a:hover {
  color: #9e1b37;
}
.no-touchevents h1.titlelink a:active,
.no-touchevents h2.titlelink a:active,
.no-touchevents h3.titlelink a:active,
.no-touchevents h4.titlelink a:active,
.no-touchevents h5.titlelink a:active,
.no-touchevents h6.titlelink a:active {
  color: #840028;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
h1.titlelink a:hover,
h2.titlelink a:hover,
h3.titlelink a:hover,
h4.titlelink a:hover,
h5.titlelink a:hover,
h6.titlelink a:hover {
  color: #9e1b37;
}
h1.titlelink a:active,
h2.titlelink a:active,
h3.titlelink a:active,
h4.titlelink a:active,
h5.titlelink a:active,
h6.titlelink a:active {
  color: #840028;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents h1.titlelink a:hover,
.touchevents h2.titlelink a:hover,
.touchevents h3.titlelink a:hover,
.touchevents h4.titlelink a:hover,
.touchevents h5.titlelink a:hover,
.touchevents h6.titlelink a:hover,
.touchevents h1.titlelink a:active,
.touchevents h2.titlelink a:active,
.touchevents h3.titlelink a:active,
.touchevents h4.titlelink a:active,
.touchevents h5.titlelink a:active,
.touchevents h6.titlelink a:active {
  color: #9e1b37;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
h1.smtitle-link a,
h2.smtitle-link a,
h3.smtitle-link a,
h4.smtitle-link a,
h5.smtitle-link a,
h6.smtitle-link a {
  color: #000000;
}
.touchevents h1.smtitle-link a,
.touchevents h2.smtitle-link a,
.touchevents h3.smtitle-link a,
.touchevents h4.smtitle-link a,
.touchevents h5.smtitle-link a,
.touchevents h6.smtitle-link a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents h1.smtitle-link a:hover,
.no-touchevents h2.smtitle-link a:hover,
.no-touchevents h3.smtitle-link a:hover,
.no-touchevents h4.smtitle-link a:hover,
.no-touchevents h5.smtitle-link a:hover,
.no-touchevents h6.smtitle-link a:hover {
  color: #840028;
}
.no-touchevents h1.smtitle-link a:active,
.no-touchevents h2.smtitle-link a:active,
.no-touchevents h3.smtitle-link a:active,
.no-touchevents h4.smtitle-link a:active,
.no-touchevents h5.smtitle-link a:active,
.no-touchevents h6.smtitle-link a:active {
  color: #000000;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
h1.smtitle-link a:hover,
h2.smtitle-link a:hover,
h3.smtitle-link a:hover,
h4.smtitle-link a:hover,
h5.smtitle-link a:hover,
h6.smtitle-link a:hover {
  color: #840028;
}
h1.smtitle-link a:active,
h2.smtitle-link a:active,
h3.smtitle-link a:active,
h4.smtitle-link a:active,
h5.smtitle-link a:active,
h6.smtitle-link a:active {
  color: #000000;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents h1.smtitle-link a:hover,
.touchevents h2.smtitle-link a:hover,
.touchevents h3.smtitle-link a:hover,
.touchevents h4.smtitle-link a:hover,
.touchevents h5.smtitle-link a:hover,
.touchevents h6.smtitle-link a:hover,
.touchevents h1.smtitle-link a:active,
.touchevents h2.smtitle-link a:active,
.touchevents h3.smtitle-link a:active,
.touchevents h4.smtitle-link a:active,
.touchevents h5.smtitle-link a:active,
.touchevents h6.smtitle-link a:active {
  color: #840028;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
h1 {
  font-size: 32px;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 56px;
  }
}
h2,
.h2 {
  color: #840028;
  font-size: 72px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 96px;
  }
}
h2.smllr,
.h2.smllr {
  font-size: 36px;
}
@media (min-width: 1024px) {
  h2.smllr,
  .h2.smllr {
    font-size: 48px;
  }
}
h3,
.h3 {
  font-size: 24px;
}
@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}
h4,
.h4 {
  font-size: 24px;
}
h5 {
  color: #000000;
  font-size: 15px;
  font-family: 'AlternateGotNo3D', sans-serif;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  h5 {
    font-size: 18px;
  }
}
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;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
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: #000;
  font-family: 'Minion Pro', serif;
  font-size: 15px;
  font-style: italic;
  line-height: 17px;
  display: inline-block;
  position: relative;
}
.txtlink i {
  font-size: 18px;
  float: left;
  margin-right: 8px;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.txtlink i.fas {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (min-width: 1024px) {
  .txtlink.txtlink-lg {
    font-size: 18px;
    line-height: 23px;
  }
  .txtlink.txtlink-lg i {
    font-size: 24px;
  }
}
.touchevents .txtlink i {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .txtlink:hover i {
  opacity: 0;
}
.no-touchevents .txtlink:hover i.fas {
  opacity: 1;
}
.no-touchevents .txtlink:active i {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .txtlink:active i.fas {
  opacity: 0;
}
.txtlink:hover i {
  opacity: 0;
}
.txtlink:hover i.fas {
  opacity: 1;
}
.txtlink:active i {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.txtlink:active i.fas {
  opacity: 0;
}
.touchevents .txtlink:hover i,
.touchevents .txtlink:active i {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents .txtlink:hover i.fas,
.touchevents .txtlink:active i.fas {
  opacity: 1;
}
strong {
  font-weight: 800;
}
h2.offset {
  color: #840028;
  font-size: 36px;
  line-height: 0.9;
  text-transform: uppercase;
  padding-top: 1em;
  margin: 0;
  position: relative;
  display: inline-block;
}
@media (min-width: 1024px) {
  h2.offset {
    font-size: 48px;
  }
}
@media (max-width: 360px) {
  h2.offset {
    font-size: 32px;
  }
}
@media (max-width: 320px) {
  h2.offset {
    font-size: 28px;
  }
}
h2.offset em {
  font-style: normal;
  line-height: 1;
  position: relative;
  vertical-align: top;
  top: -1em;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0, 0.75, 1);
  -o-transition: all 0.3s cubic-bezier(0.75, 0, 0.75, 1);
  transition: all 0.3s cubic-bezier(0.75, 0, 0.75, 1);
}
h2.offset span {
  font-size: 2.2em;
  line-height: 0.65em;
  letter-spacing: -0.025em;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0, 0.75, 1);
  -o-transition: all 0.3s cubic-bezier(0.75, 0, 0.75, 1);
  transition: all 0.3s cubic-bezier(0.75, 0, 0.75, 1);
}
#site-header {
  width: 100%;
  height: 84px;
  padding-left: 18px;
  padding-right: 18px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: transparent -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: transparent -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: transparent linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  -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, background 0.25s ease-out, -webkit-transform 0.6s cubic-bezier(0.75, 0, 0.75, 1);
  transition: opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.6s cubic-bezier(0.75, 0, 0.75, 1);
  -o-transition: transform 0.6s cubic-bezier(0.75, 0, 0.75, 1), opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out;
  transition: transform 0.6s cubic-bezier(0.75, 0, 0.75, 1), opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out;
  transition: transform 0.6s cubic-bezier(0.75, 0, 0.75, 1), opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.6s cubic-bezier(0.75, 0, 0.75, 1);
}
.page-home #site-header {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.page-home.page-ready #site-header {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
html.ios body:not(.has-alert).hide-header #site-header.going-down:not(.hdr-white) {
  -webkit-transform: translateY(calc(-100% - 10px)) !important;
  -ms-transform: translateY(calc(-100% - 10px)) !important;
  transform: translateY(calc(-100% - 10px)) !important;
  -webkit-transition: opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out;
  transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out;
  transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
}
html:not(.ios) body:not(.has-alert) #site-header.going-down:not(.hdr-white) {
  -webkit-transform: translateY(calc(-100% - 10px)) !important;
  -ms-transform: translateY(calc(-100% - 10px)) !important;
  transform: translateY(calc(-100% - 10px)) !important;
  -webkit-transition: opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out;
  transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out;
  transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
}
html:not(.ios) body.has-alert #site-header.going-down:not(.hdr-white) {
  -webkit-transform: translateY(calc(-100% - 10px)) !important;
  -ms-transform: translateY(calc(-100% - 10px)) !important;
  transform: translateY(calc(-100% - 10px)) !important;
  -webkit-transition: opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out;
  transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out;
  transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
}
#site-header.going-up {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition: opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out;
  transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out;
  transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
}
.in-main:not(.has-alert) #site-header.hdr-white.going-down:not(.at-top) {
  -webkit-transform: translateY(calc(-100% - 10px)) !important;
  -ms-transform: translateY(calc(-100% - 10px)) !important;
  transform: translateY(calc(-100% - 10px)) !important;
  -webkit-transition: opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out;
  transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out;
  transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
}
.in-main.has-alert #site-header.hdr-white.going-down {
  -webkit-transform: translateY(calc(-100% - 10px)) !important;
  -ms-transform: translateY(calc(-100% - 10px)) !important;
  transform: translateY(calc(-100% - 10px)) !important;
  -webkit-transition: opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out;
  transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out;
  transition: transform 0.25s ease, opacity 0.25s ease-out, height 0.25s ease-out, background 0.25s ease-out, -webkit-transform 0.25s ease;
}
@media (min-width: 1024px) {
  #site-header {
    height: 84px;
    padding-left: 36px;
    padding-right: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.in-main.has-scrolled #site-header,
#site-header.hdr-white {
  height: 84px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 720px) and (orientation: landscape), (min-width: 1280px) {
  .in-main.has-scrolled #site-header,
  #site-header.hdr-white {
    height: 84px;
  }
}
.show-nav #site-header {
  background: #ffffff;
}
.ie #site-header .container {
  margin: 0;
}
.site-logo {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  display: block;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (max-width: 1023px) {
  .search-active .site-logo {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.site-logo svg path {
  fill: #ffffff;
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}
.in-main.has-scrolled .site-logo svg path,
.show-nav .site-logo svg path,
.hdr-white .site-logo svg path {
  fill: #840028;
}
.site-logo:hover {
  opacity: 0.8;
}
.in-main.has-scrolled .site-logo:hover,
.show-nav .site-logo:hover,
.hdr-white .site-logo:hover {
  opacity: 1;
}
.in-main.has-scrolled .site-logo:hover svg path,
.show-nav .site-logo:hover svg path,
.hdr-white .site-logo:hover svg path {
  fill: #9e1b37;
}
.toggle-menu {
  width: 54px;
  height: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.no-touchevents .toggle-menu:hover {
  color: white;
  background: transparent;
}
.toggle-menu:active {
  color: white;
  background: transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (min-width: 1024px) {
  .toggle-menu {
    display: none;
  }
}
@media (max-width: 1023px) {
  .search-active .toggle-menu {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.toggle-menu span,
.toggle-menu:after,
.toggle-menu:before {
  content: '';
  width: 18px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -9px;
  background: #ffffff;
  display: block;
  -webkit-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}
.in-main.has-scrolled .toggle-menu span,
.in-main.has-scrolled .toggle-menu:after,
.in-main.has-scrolled .toggle-menu:before,
.show-nav .toggle-menu span,
.show-nav .toggle-menu:after,
.show-nav .toggle-menu:before,
.hdr-white .toggle-menu span,
.hdr-white .toggle-menu:after,
.hdr-white .toggle-menu:before {
  background: #840028;
}
.toggle-menu span {
  text-indent: -10000px;
}
.show-nav .toggle-menu span {
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.toggle-menu:before {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.show-nav .toggle-menu:before {
  -webkit-transform: rotate(-45deg) translateY(0);
  -ms-transform: rotate(-45deg) translateY(0);
  transform: rotate(-45deg) translateY(0);
}
.toggle-menu:after {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}
.show-nav .toggle-menu:after {
  -webkit-transform: rotate(45deg) translateY(0);
  -ms-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
}
.toggle-menu:hover span,
.toggle-menu:hover:before,
.toggle-menu:hover:after {
  width: 18px;
  margin: -1px 0 0 -9px;
}
.show-nav .toggle-menu span,
.show-nav .toggle-menu:after,
.show-nav .toggle-menu:before {
  width: 20px;
  margin: -1px 0 0 -10px;
}
.toggle-search {
  color: #ffffff;
  font-size: 18px;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 54px;
  margin-top: -9px;
  display: block;
  -webkit-transition: color 0.25s ease-out, right 0.25s ease-out;
  -o-transition: color 0.25s ease-out, right 0.25s ease-out;
  transition: color 0.25s ease-out, right 0.25s ease-out;
}
@media (max-width: 1023px) {
  .search-active .toggle-search {
    right: 18px;
  }
}
.toggle-search:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: -0.25em;
  right: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.in-main.has-scrolled .toggle-search:after,
.show-nav .toggle-search:after,
.hdr-white .toggle-search:after {
  background-color: #840028;
}
.search-active .in-main.has-scrolled .toggle-search:after,
.search-active .show-nav .toggle-search:after,
.search-active .hdr-white .toggle-search:after {
  background-color: #ccc;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents .toggle-search:not(.active):after {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .toggle-search:not(.active):hover {
  color: #ffffff;
}
.no-touchevents .toggle-search:not(.active):hover:after {
  opacity: 1;
  width: 100%;
}
.no-touchevents .toggle-search:not(.active):active {
  color: #ffffff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (min-width: 1024px) {
  .toggle-search {
    right: 36px;
  }
}
.toggle-search i {
  display: block;
}
.in-main.has-scrolled .toggle-search,
.show-nav .toggle-search,
.hdr-white .toggle-search {
  color: #840028;
}
.header-toggle--search a {
  color: #ffffff;
  line-height: 1;
  position: relative;
  float: left;
  display: inline-block;
}
.header-toggle--search a:hover {
  color: #ffffff;
}
.in-main.has-scrolled .header-toggle--search a,
.show-nav .header-toggle--search a,
.hdr-white .header-toggle--search a {
  color: #840028;
}
.in-main.has-scrolled .header-toggle--search a:hover,
.show-nav .header-toggle--search a:hover,
.hdr-white .header-toggle--search a:hover {
  color: #840028;
}
.header-toggle--search a.search-open {
  z-index: 2;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.header-toggle--search a.search-close {
  font-size: 18px;
  text-align: center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.header-toggle--search form {
  width: 0;
  position: absolute;
  right: 0;
  display: inline-block;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.in-main.has-scrolled .header-toggle--search form,
.show-nav .header-toggle--search form,
.hdr-white .header-toggle--search form {
  border-bottom: 1px solid #ccc;
}
.header-toggle--search input {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  padding-top: 0;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: 0;
  caret-color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.in-main.has-scrolled .header-toggle--search input,
.show-nav .header-toggle--search input,
.hdr-white .header-toggle--search input {
  color: #666;
  caret-color: #840028;
}
.in-main.has-scrolled .header-toggle--search input.is-typing,
.show-nav .header-toggle--search input.is-typing,
.hdr-white .header-toggle--search input.is-typing {
  color: #000000;
}
.header-toggle--search.active a.search-open {
  -webkit-transform: translateX(calc((100vw - 54px) * -1));
  -ms-transform: translateX(calc((100vw - 54px) * -1));
  transform: translateX(calc((100vw - 54px) * -1));
}
@media (min-width: 1024px) {
  .header-toggle--search.active a.search-open {
    -webkit-transform: translateX(-425px);
    -ms-transform: translateX(-425px);
    transform: translateX(-425px);
  }
}
.header-toggle--search.active a.search-close {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.header-toggle--search.active form {
  width: calc(100vw - 36px);
}
@media (min-width: 1024px) {
  .header-toggle--search.active form {
    width: 443px;
  }
}
.header-toggle--search.active input {
  padding-left: 36px;
  opacity: 1;
}
@media (min-width: 1024px) {
  #site-navigation {
    width: auto;
    position: absolute;
    top: 0 !important;
    left: 102px;
    right: 90px;
    bottom: 0;
  }
}
@media (max-width: 1023px) {
  #site-navigation {
    height: calc(100vh - 84px);
    max-height: calc(100vh - 84px);
    background: #ffffff;
    position: fixed;
    z-index: 1040;
    top: 84px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
    transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  }
  .show-nav #site-navigation {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
  }
  #site-navigation .nav-dropdown {
    font-family: 'Minion Pro', serif;
    font-size: 15px;
    line-height: 1.2;
    text-transform: none;
    white-space: nowrap;
    background: #000000;
    padding: 18px 36px;
    display: none;
  }
  #site-navigation .nav-dropdown li {
    margin-bottom: 18px;
  }
  #site-navigation .nav-dropdown li:last-child {
    margin-bottom: 0;
  }
  #site-navigation .nav-dropdown li a {
    color: #ccc;
  }
  .touchevents #site-navigation .nav-dropdown li a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .no-touchevents #site-navigation .nav-dropdown li a:hover {
    color: #999;
  }
  .no-touchevents #site-navigation .nav-dropdown li a:active {
    color: #ffffff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  #site-navigation .nav-dropdown li a:hover {
    color: #999;
  }
  #site-navigation .nav-dropdown li a:active {
    color: #ffffff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  #site-navigation .nav-left {
    border-bottom: 1px solid #ccc;
  }
  #site-navigation .nav-left > li.has-dropdown {
    border-top: 1px solid #ccc;
  }
  #site-navigation .nav-left > li > a {
    color: #840028;
    font-size: 18px;
    font-family: 'AlternateGotNo3D', sans-serif;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    padding-left: 36px;
    padding-top: 18px;
    padding-bottom: 18px;
    background: #ffffff;
    position: relative;
    display: block;
  }
  .touchevents.mobile #site-navigation .nav-left > li > a {
    padding-top: 17px;
    padding-bottom: 19px;
  }
  #site-navigation .nav-left > li > a i {
    font-size: 18px;
    color: #840028;
    padding: 0 18px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #site-navigation .nav-left > li.is-open > a {
    color: #ffffff;
    background: #840028;
  }
  #site-navigation .nav-left > li.is-open > a i {
    color: #ffffff;
  }
  #site-navigation .nav-right {
    font-size: 15px;
    line-height: 1.2;
    padding: 36px;
  }
  #site-navigation .nav-right li {
    margin-bottom: 30px;
  }
  #site-navigation .nav-right li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  #site-navigation .nav-left,
  #site-navigation .nav-right {
    height: 100%;
    position: relative;
  }
  #site-navigation .nav-left > li,
  #site-navigation .nav-right > li {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    position: relative;
  }
  #site-navigation .nav-left > li > a,
  #site-navigation .nav-right > li > a {
    color: #ffffff;
    display: block;
    -webkit-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
  }
  .touchevents #site-navigation .nav-left > li > a,
  .touchevents #site-navigation .nav-right > li > a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .no-touchevents #site-navigation .nav-left > li > a:hover,
  .no-touchevents #site-navigation .nav-right > li > a:hover {
    color: #ffffff;
  }
  .no-touchevents #site-navigation .nav-left > li > a:active,
  .no-touchevents #site-navigation .nav-right > li > a:active {
    color: #ffffff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  #site-navigation .nav-left > li > a:hover,
  #site-navigation .nav-right > li > a:hover {
    color: #ffffff;
  }
  #site-navigation .nav-left > li > a:active,
  #site-navigation .nav-right > li > a:active {
    color: #000000;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .in-main.has-scrolled #site-navigation .nav-left > li > a,
  .in-main.has-scrolled #site-navigation .nav-right > li > a,
  .hdr-white #site-navigation .nav-left > li > a,
  .hdr-white #site-navigation .nav-right > li > a {
    color: #840028;
  }
  #site-navigation .nav-left > li.has-dropdown,
  #site-navigation .nav-right > li.has-dropdown {
    background: transparent;
    -webkit-transition: background 0.25s ease-out;
    -o-transition: background 0.25s ease-out;
    transition: background 0.25s ease-out;
  }
  #site-navigation .nav-left > li.is-hover,
  #site-navigation .nav-right > li.is-hover {
    background: #840028;
  }
  #site-navigation .nav-left > li.is-hover.has-dropdown > a,
  #site-navigation .nav-right > li.is-hover.has-dropdown > a {
    color: #ffffff !important;
  }
  #site-navigation .nav-left {
    font-size: 18px;
    font-family: 'AlternateGotNo3D', sans-serif;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    float: left;
  }
  #site-navigation .nav-left > li {
    padding-right: 18px;
    padding-left: 18px;
  }
  .mac.os #site-navigation .nav-left > li a {
    line-height: 1;
    padding-bottom: 2px;
  }
  #site-navigation .nav-left > li a i {
    display: none;
  }
  #site-navigation .nav-right {
    font-size: 15px;
    font-family: 'Minion Pro', serif;
    font-weight: 400;
    text-align: right;
    float: right;
    -webkit-transition: all 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
  }
  .search-active #site-navigation .nav-right {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  #site-navigation .nav-right > li {
    margin-left: 36px;
  }
  #site-navigation .nav-right > li:first-child {
    margin-left: 0;
  }
  #site-navigation .nav-right > li a {
    position: relative;
  }
  #site-navigation .nav-right > li a:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -0.25em;
    left: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }
  .in-main.has-scrolled #site-navigation .nav-right > li a:after,
  .hdr-white #site-navigation .nav-right > li a:after {
    background-color: #840028;
  }
  .in-main.has-scrolled #site-navigation .nav-right > li a:hover,
  .hdr-white #site-navigation .nav-right > li a:hover {
    color: #840028;
  }
  #site-navigation .nav-right > li a:hover:after {
    opacity: 1;
  }
  #site-navigation .nav-dropdown {
    font-family: 'Minion Pro', serif;
    font-size: 15px;
    line-height: 1.2;
    text-transform: none;
    white-space: nowrap;
    background: #000000;
    padding: 18px;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: block !important;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  #site-navigation .nav-dropdown li {
    margin-bottom: 18px;
  }
  #site-navigation .nav-dropdown li:last-child {
    margin-bottom: 0;
  }
  #site-navigation .nav-dropdown li a {
    color: #ccc;
  }
  .touchevents #site-navigation .nav-dropdown li a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .no-touchevents #site-navigation .nav-dropdown li a:hover {
    color: #ffffff;
  }
  .no-touchevents #site-navigation .nav-dropdown li a:active {
    color: #999;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  #site-navigation .nav-dropdown li a:hover {
    color: #ffffff;
  }
  #site-navigation .nav-dropdown li a:active {
    color: #999;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  #site-navigation .is-hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .going-down #site-navigation .is-hover .nav-dropdown {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.site-alert {
  color: #999;
  font-size: 15px;
  line-height: 1.2;
  width: 100%;
  padding: 18px;
  position: fixed;
  top: 0;
  background: #000;
  z-index: 1040;
}
.site-alert.site-alert--light {
  color: #fff;
  background: #4f6b82;
}
@media (min-width: 1024px) {
  .site-alert {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.site-alert .inner {
  width: 100%;
  padding-right: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-alert .inner i {
  font-size: 24px;
  margin-right: 9px;
}
.site-alert .alert-dismiss {
  font-family: 'AlternateGotNo3D', sans-serif;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding-right: 18px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-alert .alert-dismiss:hover {
  color: #999;
}
@media (min-width: 1024px) {
  .site-alert .alert-dismiss {
    padding-right: 36px;
  }
}
#site-footer {
  color: #999;
  font-size: 15px;
  line-height: 1.2;
  background: #000000;
  padding-top: 54px;
  padding-bottom: 54px;
  position: relative;
  z-index: 1;
}
@media (min-width: 720px) {
  #site-footer {
    padding-top: 82px;
    padding-bottom: 92px;
  }
}
@media (min-width: 1600px) {
  #site-footer .container {
    width: 1528px;
  }
}
@media (max-width: 719px) {
  #site-footer .footer-contact {
    padding-bottom: 48px;
  }
}
#site-footer .footer-contact .footer-logo {
  width: 166px;
  height: 48px;
  background: url('/media/redesign-2019/templateassets/img/ui/logo-text.svg') no-repeat center center / contain;
  text-indent: -10000px;
  display: block;
  margin-bottom: 54px;
}
#site-footer .footer-contact .link-icon {
  color: #ffffff;
  font-size: 15px;
  font-style: italic;
  line-height: 18px;
  display: inline-block;
  margin-top: 36px;
  position: relative;
}
@media (min-width: 720px) {
  #site-footer .footer-contact .link-icon {
    font-size: 18px;
    line-height: 24px;
  }
}
#site-footer .footer-contact .link-icon i {
  font-size: 18px;
  margin-right: 9px;
  float: left;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
@media (min-width: 720px) {
  #site-footer .footer-contact .link-icon i {
    font-size: 24px;
  }
}
#site-footer .footer-contact .link-icon i.fas {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.touchevents #site-footer .footer-contact .link-icon i {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents #site-footer .footer-contact .link-icon:hover i {
  opacity: 0;
}
.no-touchevents #site-footer .footer-contact .link-icon:hover i.fas {
  opacity: 1;
}
.no-touchevents #site-footer .footer-contact .link-icon:active i {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents #site-footer .footer-contact .link-icon:active i.fas {
  opacity: 0;
}
#site-footer .footer-contact .link-icon:hover i {
  opacity: 0;
}
#site-footer .footer-contact .link-icon:hover i.fas {
  opacity: 1;
}
#site-footer .footer-contact .link-icon:active i {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#site-footer .footer-contact .link-icon:active i.fas {
  opacity: 0;
}
.touchevents #site-footer .footer-contact .link-icon:hover i,
.touchevents #site-footer .footer-contact .link-icon:active i {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents #site-footer .footer-contact .link-icon:hover i.fas,
.touchevents #site-footer .footer-contact .link-icon:active i.fas {
  opacity: 1;
}
#site-footer .footer-links {
  padding-top: 72px;
  position: relative;
  z-index: 1;
}
@media (min-width: 720px) {
  #site-footer .footer-links {
    padding-top: 72px;
  }
}
@media (min-width: 1024px) {
  #site-footer .footer-links {
    padding-top: 30px;
  }
}
#site-footer .footer-links > a {
  color: #ffffff;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
#site-footer .footer-links ul {
  font-size: 15px;
  line-height: 1.2;
}
#site-footer .footer-links ul li {
  margin-top: 18px;
}
#site-footer .footer-links ul li a {
  color: #999;
}
.touchevents #site-footer .footer-links ul li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents #site-footer .footer-links ul li a:hover {
  color: #ffffff;
}
.no-touchevents #site-footer .footer-links ul li a:active {
  color: #999;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#site-footer .footer-links ul li a:hover {
  color: #ffffff;
}
#site-footer .footer-links ul li a:active {
  color: #999;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents #site-footer .footer-links ul li a:hover,
.touchevents #site-footer .footer-links ul li a:active {
  color: #ffffff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 719px) {
  #site-footer .footer-links.has-dropdown {
    margin-left: -48px;
    margin-right: -48px;
    padding-top: 0;
  }
  #site-footer .footer-links.has-dropdown.last-dropdown {
    border-bottom: 1px solid #333;
  }
  #site-footer .footer-links.has-dropdown li:first-child {
    margin-top: 0;
  }
  #site-footer .footer-links.has-dropdown > a {
    padding-left: 48px;
    padding-top: 18px;
    padding-bottom: 18px;
    position: relative;
    border-top: 1px solid #333;
    display: block;
  }
  .touchevents.mobile #site-footer .footer-links.has-dropdown > a {
    padding-top: 17px;
    padding-bottom: 19px;
  }
  #site-footer .footer-links.has-dropdown > a i {
    font-size: 18px;
    color: #999;
    padding: 0 18px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #site-footer .footer-links.has-dropdown .nav-dropdown {
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 30px;
    display: none;
  }
}
@media (max-width: 719px) and (max-width: 479px) {
  #site-footer .footer-links.has-dropdown {
    margin-left: -36px;
    margin-right: -36px;
  }
}
@media (max-width: 719px) and (max-width: 479px) {
  #site-footer .footer-links.has-dropdown > a {
    padding-left: 36px;
  }
}
@media (max-width: 719px) and (max-width: 479px) {
  #site-footer .footer-links.has-dropdown .nav-dropdown {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 720px) {
  #site-footer .footer-links.has-dropdown .nav-dropdown {
    display: block !important;
  }
  #site-footer .footer-links.has-dropdown > a i {
    display: none;
  }
}
#site-footer .footer-social {
  font-size: 18px;
  line-height: 1;
  margin-top: 54px;
  position: relative;
  z-index: 1;
}
#site-footer .footer-social ul {
  width: 100%;
  display: inline-block;
}
#site-footer .footer-social ul li {
  margin-right: 18px;
  float: left;
}
#site-footer .footer-social ul li:last-child {
  margin-right: 0;
}
#site-footer .footer-social ul li a {
  color: #999;
}
.touchevents #site-footer .footer-social ul li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents #site-footer .footer-social ul li a:hover {
  color: #ffffff;
}
.no-touchevents #site-footer .footer-social ul li a:active {
  color: #999;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#site-footer .footer-social ul li a:hover {
  color: #ffffff;
}
#site-footer .footer-social ul li a:active {
  color: #999;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents #site-footer .footer-social ul li a:hover,
.touchevents #site-footer .footer-social ul li a:active {
  color: #ffffff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#site-footer .footer-copyright {
  margin-top: 18px;
}
@media (min-width: 720px) {
  #site-footer .footer-copyright {
    margin-top: -1.2em;
  }
}
@media (max-width: 719px) {
  #site-footer .footer-copyright span {
    display: none;
  }
}
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;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.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;
  background: transparent;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents.mobile .btn {
  padding: 16px 18px 20px;
}
.mac.os .btn {
  padding: 17px 18px 19px;
}
.btn span {
  display: inline-block;
}
.btn i {
  font-size: 20px;
  margin-right: 5px;
  float: left;
}
.btn.btn--block {
  width: 100%;
  display: block;
}
.btn.disabled {
  pointer-events: none;
}
.btn--basic {
  color: #ffffff;
  background: #840028;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents .btn--basic {
  -webkit-transition: none;
  -o-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;
  -o-transition: none;
  transition: none;
}
.btn--basic:hover {
  color: #ffffff;
}
.btn--basic:active {
  color: #ffffff;
  background: #5f001d;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents .btn--basic:hover,
.touchevents .btn--basic:active {
  color: #ffffff;
  background: #9e1b37;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.btn--basic.disabled {
  background: #666666;
}
.btn--dark {
  color: #ffffff;
  background: #000000;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents .btn--dark {
  -webkit-transition: none;
  -o-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;
  -o-transition: none;
  transition: none;
}
.btn--dark:hover {
  color: #ffffff;
}
.btn--dark:active {
  color: #ffffff;
  background: #333;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.btn--dark.disabled {
  background: #919191;
}
.btn--white {
  color: #840028;
  background: #ffffff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents .btn--white {
  -webkit-transition: none;
  -o-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;
  -o-transition: none;
  transition: none;
}
.btn--white:hover {
  color: #9e1b37;
}
.btn--white:active {
  color: #5f001d;
  background: #ffffff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.btn--white.disabled {
  color: #ffffff;
  background: #919191;
}
.btn--outline {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
  padding: 18px 18px 18px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents .btn--outline {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .btn--outline:hover {
  color: #840028;
  background: #ffffff;
}
.no-touchevents .btn--outline:active {
  color: #ffffff;
  background: transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.btn--outline:hover {
  color: #840028;
  background: #ffffff;
}
.btn--outline:active {
  color: #ffffff;
  background: transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.btn--outline.disabled {
  color: #ccc;
  background: transparent;
  border-color: #ccc;
}
.touchevents .btn--outline:hover,
.touchevents .btn--outline:active {
  color: #840028;
  background: #ffffff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.btn--bord--outline {
  color: #840028;
  border: 1px solid #840028;
  background: transparent;
  padding: 18px 24px 18px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.touchevents .btn--bord--outline {
  -webkit-transition: none;
  -o-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;
  -o-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;
  -o-transition: none;
  transition: none;
  border-color: #5f001d;
}
.btn--bord--outline.disabled {
  color: #ffffff;
  background: #919191;
  border-color: #919191;
}
input,
select,
textarea {
  color: #000;
  font-size: 15px;
  font-family: 'Minion Pro', serif;
  font-weight: normal;
  line-height: normal;
  width: 100%;
  background: #ffffff;
  margin: 0;
  padding: 17px;
  border: 1px solid #cccccc;
  border-radius: 0;
  display: block;
  -webkit-transition: border-color 0.25s ease-out;
  -o-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #000;
  outline: 0;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ie select,
.edge select {
  padding: 16px 17px 18px;
}
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;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.form-fields {
  width: 100%;
  display: inline-block;
}
.form-fields .form-field {
  width: 100%;
  margin-bottom: 36px;
  display: inline-block;
}
.form-fields .form-field:last-child {
  margin-bottom: 0;
}
.form-fields .form-field > label {
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 15px;
  color: #000000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.form-fields .form-field.form-field--select {
  position: relative;
}
.form-fields .form-field .field-wrap {
  position: relative;
  display: block;
}
.form-fields .form-field .field-wrap .helper-text {
  color: #840028;
  font-size: 12px;
  line-height: 1.25;
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  display: block;
}
.form-fields .form-field.field-optional {
  position: relative;
}
.form-fields .form-field.field-optional:after {
  color: #999;
  content: 'Optional';
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 0;
}
.form-fields .form-field.form-line-error > label {
  color: #840028;
}
.form-fields .form-field.form-line-error .field-wrap:before {
  content: '';
  width: 100%;
  height: 4px;
  background: #840028;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.form-field--radio li {
  padding: 5px 30px 5px 0;
  display: inline-block;
}
@media (min-width: 1280px) {
  .form-field--radio li {
    padding: 0 30px 0 0;
  }
}
.error-icon {
  display: none;
}
.form-line-error .error-icon {
  font-size: 18px;
  line-height: 1;
  color: #ff0000;
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
}
form > .required-message {
  font-size: 14px;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 1440px) {
  form > .required-message {
    display: none;
  }
}
form > .required-message span {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
.form-submit {
  padding-top: 48px;
  position: relative;
}
@media (min-width: 720px) {
  .form-submit {
    padding-top: 36px;
  }
}
@media (min-width: 1024px) {
  .form-submit {
    padding-top: 48px;
  }
}
.form-submit .btn--submit {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 720px) {
  .form-submit .btn--submit {
    width: 288px;
  }
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  color: #000000;
  line-height: 24px;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  background: #ffffff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #000000;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.125s ease-out;
  -o-transition: all 0.125s ease-out;
  transition: all 0.125s ease-out;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.select-wrap {
  position: relative;
}
.select-wrap i {
  font-size: 15px;
  color: #666;
  line-height: 56px;
  text-align: center;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.select-wrap.is-focused i {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
::input-placeholder {
  color: #666;
  line-height: normal;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  -o-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;
  -o-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;
  -o-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;
  -o-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;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form-error-message,
.form-button-error {
  display: none;
}
.date-picker > i {
  font-size: 15px;
  color: #666;
  line-height: 56px;
  text-align: center;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.date-picker .calendar {
  width: 100%;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #cccccc;
  border-top: 0;
  position: absolute;
  top: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.open.date-picker .calendar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.date-picker .ui-datepicker-inline {
  position: relative;
  width: 100%;
}
.date-picker .ui-datepicker-header {
  height: 100%;
  line-height: 56px;
  color: #666;
  margin-bottom: 0;
}
.date-picker .ui-datepicker-prev,
.date-picker .ui-datepicker-next {
  width: 56px;
  height: 56px;
  text-indent: 9999px;
  cursor: pointer;
  overflow: hidden;
  margin-top: 0;
}
.date-picker .ui-datepicker-prev {
  float: left;
  margin-left: 0;
}
.date-picker .ui-datepicker-prev:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -34px 0px 0px 22px;
}
.date-picker .ui-datepicker-next {
  float: right;
  margin-right: 0;
}
.date-picker .ui-datepicker-next:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -34px 0px 0px 22px;
}
.date-picker .ui-datepicker-prev:after,
.date-picker .ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
}
.date-picker .ui-datepicker-prev:hover,
.date-picker .ui-datepicker-next:hover,
.date-picker .ui-datepicker-prev:hover:after,
.date-picker .ui-datepicker-next:hover:after {
  border-color: #68768A;
}
.date-picker .ui-datepicker-title {
  color: #000;
  text-align: center;
}
.date-picker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.date-picker .ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  color: #000;
  margin-bottom: 5px;
  font-size: 13px;
}
.date-picker .ui-state-default {
  display: block;
  text-decoration: none;
  color: #666;
  line-height: 40px;
  font-size: 12px;
}
.date-picker .ui-state-default:hover {
  background: #f2f2f2;
}
.date-picker .ui-state-highlight {
  color: #68768A;
}
.date-picker .ui-state-active {
  color: #fff;
  background-color: #000;
  font-weight: 600;
}
.date-picker .ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}
.accordion {
  margin: 0 auto;
}
@media (min-width: 720px) {
  .accordion {
    padding: 0 24px;
  }
}
@media (max-width: 599px) {
  .accordion {
    padding: 0 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;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.touchevents .accordion li > a .accordion-icon {
  -webkit-transition: none;
  -o-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;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.touchevents .accordion li > a .accordion-title {
  -webkit-transition: none;
  -o-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;
  -o-transition: none;
  transition: none;
}
.accordion li > a:active .accordion-title {
  color: #000000;
  -webkit-transition: none;
  -o-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;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.touchevents .accordion li.can-drop > a .icon-toggle {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (min-width: 1024px) {
  .accordion li.can-drop > a .icon-toggle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-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;
  -o-transition: none;
  transition: none;
}
.touchevents .accordion li.can-drop > a:active .icon-toggle {
  color: #ffffff;
  -webkit-transition: none;
  -o-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: 599px) {
  .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: 599px) {
  .accordion li .accordion-content .btn {
    float: left;
    padding: 18px 18px 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .accordion li .accordion-content .btn.btn--bord--outline {
    padding: 17px 18px 17px;
  }
}
@media (max-width: 599px) {
  .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;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (max-width: 1279px) and (orientation: portrait), (max-width: 719px) {
  .accordion li .accordion-content .addto {
    margin-bottom: 24px;
  }
}
.touchevents .accordion li .accordion-content .addto {
  -webkit-transition: none;
  -o-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;
  -o-transition: none;
  transition: none;
}
.accordion li .accordion-content .addto:active {
  color: #5f001d;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.accordion li .accordion-content .addto i {
  margin-right: 8px;
}
.aspot-sub {
  width: 100%;
  height: 100vw;
  background: #840028;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 720px) {
  .aspot-sub {
    height: calc(66.66666vw + 96px);
  }
}
@media (min-width: 1024px) {
  .aspot-sub {
    height: 80vh;
  }
}
.aspot-sub .bgimg {
  width: 100%;
  height: calc(100vw - 48px);
  background-position: center center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 720px) {
  .aspot-sub .bgimg {
    height: 66.66666vw;
  }
}
@media (min-width: 1024px) {
  .aspot-sub .bgimg {
    height: calc(80vh - 96px);
  }
}
.aspot-sub .aspot-content {
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 48px;
  background: #840028;
  position: relative;
  z-index: 1;
}
@media (min-width: 720px) {
  .aspot-sub .aspot-content {
    height: 96px;
  }
}
.page-ready .aspot-sub .aspot-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.aspot-sub .aspot-content:before {
  content: '';
  width: 100%;
  height: 72px;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: -1;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.aspot-sub .aspot-content h1 {
  color: #ffffff;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 48px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 720px) {
  .aspot-sub .aspot-content h1 {
    font-size: 96px;
    letter-spacing: -0.025em;
  }
}
.mac.os .aspot-sub .aspot-content h1,
.iphone.ios .aspot-sub .aspot-content h1,
.tablet.ios .aspot-sub .aspot-content h1,
.mobile.android .aspot-sub .aspot-content h1 {
  line-height: 0.625;
  padding-bottom: 0.15em;
}
.aspot-std {
  position: relative;
  z-index: 1;
}
.aspot-std .aspot-content {
  width: 100%;
  background: #840028;
  padding-top: 48px;
  padding-bottom: 24px;
  background-image: url('/media/redesign-2019/templateassets/img/ui/bannertext.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media (min-width: 720px) {
  .aspot-std .aspot-content {
    padding-top: 60px;
  }
}
@media (min-width: 1024px) {
  .aspot-std .aspot-content {
    padding-top: 121px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .has-img.aspot-std .aspot-content {
    width: 75%;
  }
}
.aspot-std.has-img {
  background: #840028;
}
@media (min-width: 1024px) {
  .aspot-std.has-img .aspot-content .container {
    max-width: 100vw;
    position: relative;
    left: 50vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
  }
}
.aspot-std.has-img .bgimg {
  width: 100%;
  height: 66.6666vw;
}
@media (min-width: 1024px) {
  .aspot-std.has-img .bgimg {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.aspot-std h1 {
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1024px) {
  .aspot-std h1 {
    font-size: 72px;
  }
}
.breadcrumbs {
  padding-top: 18px;
}
@media (min-width: 720px) {
  .breadcrumbs {
    padding-top: 36px;
  }
}
.breadcrumbs ul {
  color: #840028;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}
@media (min-width: 720px) {
  .breadcrumbs ul {
    font-size: 18px;
    line-height: 1;
  }
}
.breadcrumbs ul li {
  display: inline-block;
}
@media (max-width: 719px) {
  .ios .breadcrumbs ul li {
    display: inline;
  }
}
.breadcrumbs ul li a {
  color: #666;
}
.touchevents .breadcrumbs ul li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .breadcrumbs ul li a:hover {
  color: #840028;
}
.no-touchevents .breadcrumbs ul li a:active {
  color: #666;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.breadcrumbs ul li a:hover {
  color: #840028;
}
.breadcrumbs ul li a:active {
  color: #666;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents .breadcrumbs ul li a:hover,
.touchevents .breadcrumbs ul li a:active {
  color: #840028;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.breadcrumbs ul li i {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  width: 1.25em;
  height: 1.5em;
  text-align: center;
  margin: 0 4px 0 6px;
  float: right;
}
.touchevents.mobile .breadcrumbs ul li i {
  line-height: 1.75;
}
.mac.os .breadcrumbs ul li i {
  line-height: 1.35;
}
@media (max-width: 719px) {
  .ios .breadcrumbs ul li i {
    float: none;
  }
}
@media (min-width: 720px) {
  .breadcrumbs ul li i {
    font-size: 15px;
    line-height: 1.2;
    width: 1.2em;
    height: 1.2em;
    margin: 0 6px 0 9px;
  }
}
.grid-three {
  background: #ffffff;
  padding-top: 36px;
  padding-bottom: 108px;
  position: relative;
  z-index: 1;
}
@media (min-width: 720px) {
  .grid-three {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .grid-three {
    padding-top: 72px;
    padding-bottom: 144px;
  }
}
.grid-three h3 {
  margin-bottom: 36px;
}
@media (min-width: 720px) {
  .grid-three h3 {
    margin-bottom: 72px;
  }
}
.grid-three .three-slider {
  width: 100%;
  float: left;
}
.grid-three .three-slider .slick-list {
  overflow: visible;
}
@media (min-width: 720px) {
  .grid-three .three-slider .slick-list {
    padding: 0 !important;
  }
}
@media (max-width: 1023px) {
  .grid-three .three-slider .three-slide {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .grid-three .three-slider .three-slide {
    width: 634px;
  }
}
@media (max-width: 1023px) {
  .grid-three .three-slider .three-slide.wow {
    -webkit-animation: none !important;
    animation: none !important;
  }
}
.grid-three figure figcaption {
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
  text-align: center;
  margin-top: 18px;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media (max-width: 1023px) {
  .grid-three figure figcaption {
    opacity: 0;
  }
}
@media (max-width: 360px) {
    .grid-three figure figcaption {
      width: 288px;
    }
    figure img{
      width: 288px;
    }
    .grid-three .three-slider .three-slide.wow {
      width: 288px;
    }
    .row .row {
      width: 288px;
    }
}
@media (min-width: 320px) {
  .grid-three figure figcaption {
    opacity: 100;
}
@media (max-width: 1023px) {
  .grid-three figure.slick-center figcaption {
    opacity: 1;
  }
}
.side-by-side {
  color: #ffffff;
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  content: "";
  display: table;
  clear: both;
}
.side-by-side:before,
.side-by-side:after {
  content: '';
  display: table;
}
.side-by-side:after {
  clear: both;
}
.side-by-side h3 {
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (min-width: 720px) {
  .side-by-side h3 {
    font-size: 48px;
    margin-bottom: 15px;
  }
}
.side-by-side p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.25;
}
@media (min-width: 720px) {
  .side-by-side p {
    font-size: 24px;
  }
}
.side-by-side .txtlink {
  color: #ffffff;
}
.side-by-side .txtlink:hover {
  color: #ffffff;
}
.side-by-side .btn--outline {
  margin-right: 12px;
}
.side-by-side .btn--outline:last-child {
  margin-right: 0;
}
@media (max-width: 1279px) {
  .side-by-side .btn--outline {
    margin-bottom: 18px;
  }
  .side-by-side .btn--outline:last-child {
    margin-bottom: 0;
  }
}
.side-by-side .sbs-left,
.side-by-side .sbs-right {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
}
@media (min-width: 1024px) {
  .side-by-side .sbs-left,
  .side-by-side .sbs-right {
    width: 50%;
    float: left;
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (max-width: 1023px) {
  .side-by-side .sbs-left,
  .side-by-side .sbs-right {
    padding-left: calc(((100vw - 672px) / 2) + 24px);
    padding-right: calc(((100vw - 672px) / 2) + 24px);
  }
}
@media (max-width: 719px) {
  .side-by-side .sbs-left,
  .side-by-side .sbs-right {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 479px) {
  .side-by-side .sbs-left,
  .side-by-side .sbs-right {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.side-by-side .sbs-left .sbs-bgimg,
.side-by-side .sbs-right .sbs-bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
@media (max-width: 719px) {
  .side-by-side .sbs-left .sbs-bgimg.bg-cont,
  .side-by-side .sbs-right .sbs-bgimg.bg-cont {
    background-size: 100% auto;
  }
}
.side-by-side .sbs-left.sbs-hover .sbs-bgimg,
.side-by-side .sbs-right.sbs-hover .sbs-bgimg {
  will-change: transform;
}
.touchevents .side-by-side .sbs-left.sbs-hover .sbs-bgimg,
.touchevents .side-by-side .sbs-right.sbs-hover .sbs-bgimg {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents .side-by-side .sbs-left.sbs-hover .txtlink i,
.touchevents .side-by-side .sbs-right.sbs-hover .txtlink i {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .side-by-side .sbs-left.sbs-hover:hover .sbs-bgimg,
.no-touchevents .side-by-side .sbs-right.sbs-hover:hover .sbs-bgimg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.no-touchevents .side-by-side .sbs-left.sbs-hover:hover .txtlink i,
.no-touchevents .side-by-side .sbs-right.sbs-hover:hover .txtlink i {
  opacity: 0;
}
.no-touchevents .side-by-side .sbs-left.sbs-hover:hover .txtlink i.fas,
.no-touchevents .side-by-side .sbs-right.sbs-hover:hover .txtlink i.fas {
  opacity: 1;
}
.no-touchevents .side-by-side .sbs-left.sbs-hover:active .sbs-bgimg,
.no-touchevents .side-by-side .sbs-right.sbs-hover:active .sbs-bgimg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .side-by-side .sbs-left.sbs-hover:active .txtlink i,
.no-touchevents .side-by-side .sbs-right.sbs-hover:active .txtlink i {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .side-by-side .sbs-left.sbs-hover:active .txtlink i.fas,
.no-touchevents .side-by-side .sbs-right.sbs-hover:active .txtlink i.fas {
  opacity: 0;
}
.side-by-side .sbs-left.sbs-hover:hover .sbs-bgimg,
.side-by-side .sbs-right.sbs-hover:hover .sbs-bgimg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.side-by-side .sbs-left.sbs-hover:hover .txtlink i,
.side-by-side .sbs-right.sbs-hover:hover .txtlink i {
  opacity: 0;
}
.side-by-side .sbs-left.sbs-hover:hover .txtlink i.fas,
.side-by-side .sbs-right.sbs-hover:hover .txtlink i.fas {
  opacity: 1;
}
.side-by-side .sbs-left.sbs-hover:active .sbs-bgimg,
.side-by-side .sbs-right.sbs-hover:active .sbs-bgimg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.side-by-side .sbs-left.sbs-hover:active .txtlink i,
.side-by-side .sbs-right.sbs-hover:active .txtlink i {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.side-by-side .sbs-left.sbs-hover:active .txtlink i.fas,
.side-by-side .sbs-right.sbs-hover:active .txtlink i.fas {
  opacity: 0;
}
.touchevents .side-by-side .sbs-left.sbs-hover:hover .sbs-bgimg,
.touchevents .side-by-side .sbs-right.sbs-hover:hover .sbs-bgimg,
.touchevents .side-by-side .sbs-left.sbs-hover:active .sbs-bgimg,
.touchevents .side-by-side .sbs-right.sbs-hover:active .sbs-bgimg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents .side-by-side .sbs-left.sbs-hover:hover .txtlink i,
.touchevents .side-by-side .sbs-right.sbs-hover:hover .txtlink i,
.touchevents .side-by-side .sbs-left.sbs-hover:active .txtlink i,
.touchevents .side-by-side .sbs-right.sbs-hover:active .txtlink i {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents .side-by-side .sbs-left.sbs-hover:hover .txtlink i.fas,
.touchevents .side-by-side .sbs-right.sbs-hover:hover .txtlink i.fas,
.touchevents .side-by-side .sbs-left.sbs-hover:active .txtlink i.fas,
.touchevents .side-by-side .sbs-right.sbs-hover:active .txtlink i.fas {
  opacity: 1;
}
.side-by-side .sbs-left .inner,
.side-by-side .sbs-right .inner {
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.moveit.side-by-side .sbs-left .inner,
.moveit.side-by-side .sbs-right .inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.side-by-side .sbs-left {
  background-color: #840028;
}
@media (min-width: 1024px) {
  .side-by-side .sbs-left .inner {
    padding-right: 48px;
    padding-left: calc( ((100vw - 976px) / 2) + 24px );
  }
}
@media (min-width: 1280px) {
  .side-by-side .sbs-left .inner {
    padding-right: 72px;
    padding-left: calc( ((100vw - 1208px) / 2) + 72px );
  }
}
@media (min-width: 1440px) {
  .side-by-side .sbs-left .inner {
    padding-left: calc( ((100vw - 1368px) / 2) + 72px );
  }
}
@media (min-width: 1024px) {
  .side-by-side .sbs-right .inner {
    padding-left: 48px;
    padding-right: calc( ((100vw - 976px) / 2) + 48px );
  }
}
@media (min-width: 1280px) {
  .side-by-side .sbs-right .inner {
    padding-left: 72px;
    padding-right: calc( ((100vw - 1208px) / 2) + 72px );
  }
}
@media (min-width: 1440px) {
  .side-by-side .sbs-right .inner {
    padding-right: calc( ((100vw - 1368px) / 2) + 72px );
  }
}
.horz-slider {
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.horz-slider.paddtop {
  padding-top: 108px;
}
@media (min-width: 720px) {
  .horz-slider.paddtop {
    padding-top: 84px;
  }
}
@media (min-width: 1024px) {
  .horz-slider.paddtop {
    padding-top: 144px;
  }
}
.horz-slider .horz-slide {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .horz-slider .horz-slide {
    margin-bottom: 160px;
  }
}
.horz-slider .horz-slide:last-child {
  margin-bottom: 0;
}
.horz-slider .more-split {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .horz-slider .more-split {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .horz-slider .more-split .split-left,
  .horz-slider .more-split .split-right {
    width: 50%;
    float: left;
  }
}
@media (max-width: 1023px) {
  .horz-slider .more-split .split-left {
    height: auto !important;
  }
}
.horz-slider .more-split .split-left img {
  width: 100%;
  display: block;
}
@media (min-width: 1440px) {
  .horz-slider .more-split .split-left {
    padding-left: calc((100vw - 1440px) / 2);
  }
}
.horz-slider .more-split .split-right {
  text-align: center;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 36px;
  padding-bottom: 108px;
}
@media (min-width: 720px) {
  .horz-slider .more-split .split-right {
    text-align: center;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 108px;
  }
}
@media (min-width: 1024px) {
  .horz-slider .more-split .split-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: left;
    padding-right: calc(((100vw - 976px) + (24px*4)) / 2);
    padding-left: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .horz-slider .more-split .split-right {
    padding-right: calc(((100vw - 1208px) + (36px*4)) / 2);
    padding-left: 72px;
  }
}
@media (min-width: 1440px) {
  .horz-slider .more-split .split-right {
    padding-right: calc(((100vw - 1368px) + (36px * 4)) / 2);
  }
}
@media (max-width: 1023px) {
  .horz-slider .more-split .split-right {
    height: auto !important;
  }
}
.horz-slider .more-split .split-right h2 {
  margin-bottom: 22px;
}
@media (min-width: 720px) {
  .horz-slider .more-split .split-right h2 {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .horz-slider .more-split .split-right h2 {
    margin-bottom: 36px;
  }
}
.horz-slider .more-split .split-right h2.smllr {
  margin-bottom: 22px;
}
@media (min-width: 1024px) {
  .horz-slider .more-split .split-right h2.smllr {
    margin-bottom: 15px;
  }
}
.horz-slider .more-split .split-right p {
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 720px) {
  .horz-slider .more-split .split-right p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .horz-slider .more-split .split-right p {
    font-size: 24px;
    text-align: left;
  }
}
.horz-slider .more-split .split-right p:last-of-type {
  margin-bottom: 0;
}
.horz-slider .more-numbers {
  padding-top: 48px;
}
@media (min-width: 1024px) {
  .horz-slider .more-numbers {
    padding-top: 72px;
  }
}
@media (max-width: 719px) {
  .horz-slider .more-numbers {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
.stacked-groups {
  background: #ffffff;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  z-index: 1;
}
@media (min-width: 720px) {
  .stacked-groups {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (min-width: 1024px) {
  .stacked-groups {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.stacked-groups .stacked-group {
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (min-width: 720px) {
  .stacked-groups .stacked-group {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .stacked-groups .stacked-group {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 720px) {
  .stacked-groups .stacked-group .split-left,
  .stacked-groups .stacked-group .split-right {
    width: 50%;
    float: left;
  }
}
@media (min-width: 720px) {
  .stacked-groups .stacked-group .split-left {
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .stacked-groups .stacked-group .split-left {
    padding-right: 36px;
  }
}
.stacked-groups .stacked-group .split-left img {
  width: 100%;
  display: block;
}
@media (max-width: 719px) {
  .stacked-groups .stacked-group .split-left img {
    margin-bottom: 36px;
  }
}
@media (min-width: 720px) {
  .stacked-groups .stacked-group .split-right {
    padding-left: 24px;
  }
}
@media (min-width: 1280px) {
  .stacked-groups .stacked-group .split-right {
    padding-left: 36px;
  }
}
.stacked-groups .stacked-group .split-right h2 {
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .stacked-groups .stacked-group .split-right h2 {
    line-height: 1;
    margin-bottom: 12px;
  }
}
.stacked-groups .stacked-group .split-right h2.smllr {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .stacked-groups .stacked-group .split-right h2.smllr {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 12px;
  }
}
.stacked-groups .stacked-group .split-right p {
  font-size: 15px;
  line-height: 1.25;
  text-align: center;
  text-align: left;
}
@media (min-width: 1024px) {
  .stacked-groups .stacked-group .split-right p {
    font-size: 18px;
    text-align: left;
  }
}
.stacked-groups .stacked-group .split-right p:last-of-type {
  margin-bottom: 0;
}
.info-grid {
  background: #ffffff;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  z-index: 1;
}
@media (min-width: 720px) {
  .info-grid {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .info-grid {
    padding-top: 132px;
    padding-bottom: 96px;
  }
}
.info-grid .grid-group {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (min-width: 720px) {
  .info-grid .grid-group {
    padding-top: 48px;
    padding-bottom: 48px;
    display: inline-block;
  }
}
.info-grid .grid-group h3 {
  color: #840028;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .info-grid .grid-group h3 {
    margin-bottom: 12px;
  }
}
.info-grid .grid-group h3 i {
  color: #000000;
  margin-right: 18px;
  float: left;
}
.info-grid .grid-group p {
  font-size: 15px;
  line-height: 1.25;
}
@media (min-width: 720px) {
  .info-grid .grid-group p {
    font-size: 18px;
  }
}
.info-grid .grid-group p:last-of-type {
  margin-bottom: 0;
}
.cta {
  color: #ffffff;
  width: 100%;
  background: #840028;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  z-index: 1;
}
@media (min-width: 720px) {
  .cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.cta h2 {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 12px;
}
@media (min-width: 720px) {
  .cta h2 {
    margin-bottom: 15px;
  }
}
.cta a {
  color: #ffffff;
}
.cta a:hover {
  color: #ffffff;
}
.cta.cta-quote {
  /* background-image: url('../img/ui/quote.svg'); */
  background-image: url('/media/redesign-2019/templateassets/img/ui/quote.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
@media (min-width: 1024px) {
  .cta.cta-quote {
    background-position: 144px top;
  }
}
.cta.cta-quote p {
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  .cta.cta-quote p {
    font-size: 36px;
    margin-bottom: 22px;
  }
}
.cta.cta-quote p + em {
  font-size: 15px;
  line-height: 1.2;
}
.cta.cta-quote p + .txtlink {
  margin-top: 12px;
}
.cta.cta-ironthrone {
  text-align: left;
  background-image: url('/media/redesign-2019/templateassets/img/ui/ironthrone.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  -webkit-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}
@media (min-width: 720px) {
  .cta.cta-ironthrone {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .cta.cta-ironthrone {
    background-size: auto 100%;
  }
}
.touchevents .cta.cta-ironthrone {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .cta.cta-ironthrone:hover {
  background-size: 150% auto;
}
@media (min-width: 720px) {
  .no-touchevents .cta.cta-ironthrone:hover {
    background-size: 120% auto;
  }
}
@media (min-width: 1280px) {
  .no-touchevents .cta.cta-ironthrone:hover {
    background-size: auto 120%;
  }
}
.no-touchevents .cta.cta-ironthrone:active {
  background-size: 100% auto;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (min-width: 720px) {
  .no-touchevents .cta.cta-ironthrone:active {
    background-size: 100% auto;
  }
}
@media (min-width: 1280px) {
  .no-touchevents .cta.cta-ironthrone:active {
    background-size: auto 100%;
  }
}
.cta.cta-ironthrone:hover {
  background-size: 150% auto;
}
@media (min-width: 720px) {
  .cta.cta-ironthrone:hover {
    background-size: 120% auto;
  }
}
@media (min-width: 1280px) {
  .cta.cta-ironthrone:hover {
    background-size: auto 120%;
  }
}
.cta.cta-ironthrone:active {
  background-size: 100% auto;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (min-width: 720px) {
  .cta.cta-ironthrone:active {
    background-size: 100% auto;
  }
}
@media (min-width: 1280px) {
  .cta.cta-ironthrone:active {
    background-size: auto 100%;
  }
}
.touchevents .cta.cta-ironthrone:hover,
.touchevents .cta.cta-ironthrone:active {
  background-size: 150% auto;
}
@media (min-width: 720px) {
  .touchevents .cta.cta-ironthrone:hover,
  .touchevents .cta.cta-ironthrone:active {
    background-size: 120% auto;
  }
}
@media (min-width: 1280px) {
  .touchevents .cta.cta-ironthrone:hover,
  .touchevents .cta.cta-ironthrone:active {
    background-size: auto 120%;
  }
}
.cta.cta-ironthrone p {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 36px;
}
@media (min-width: 720px) {
  .cta.cta-ironthrone p {
    font-size: 24px;
  }
}
.has-btns.cta.cta-ironthrone p {
  margin-bottom: 18px;
}
.cta.cta-ironthrone .btn {
  margin-top: 18px;
  margin-right: 12px;
}
@media (min-width: 720px) {
  .cta.cta-ironthrone .btn {
    margin-left: 6px;
    margin-right: 6px;
  }
}
.more-numbers .more-number {
  text-align: center;
}
@media (max-width: 719px) {
  .more-numbers .more-number {
    margin-bottom: 48px;
  }
  .more-numbers .more-number:last-child {
    margin-bottom: 0;
  }
}
.more-numbers .more-number strong {
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 9px;
  display: block;
}
@media (min-width: 1024px) {
  .more-numbers .more-number strong {
    font-size: 72px;
    margin-bottom: 18px;
  }
}
.more-numbers .more-number strong span {
  text-transform: none;
}
.more-numbers .more-number em {
  font-size: 15px;
  line-height: 1.2;
  display: block;
}
#news {
  background: #ffffff;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (min-width: 720px) {
  #news {
    padding-top: 129px;
    padding-bottom: 132px;
  }
}
@media (min-width: 1024px) {
  #news {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}
#news h2 {
  line-height: 1;
  margin-bottom: 36px;
}
@media (min-width: 1024px) {
  #news h2 {
    margin-bottom: 72px;
  }
}
@media (max-width: 1023px) {
  #news .col-article {
    margin-bottom: 48px;
  }
  #news .col-article:last-child {
    margin-bottom: 0;
  }
}
#news article .cat-link {
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
#news article .cat-link:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #840028;
  position: absolute;
  bottom: -0.25em;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.touchevents #news article .cat-link:after {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents #news article .cat-link:hover:after {
  opacity: 1;
}
.no-touchevents #news article .cat-link:active:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#news article .cat-link:hover:after {
  opacity: 1;
}
#news article .cat-link:active:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents #news article .cat-link:hover:after,
.touchevents #news article .cat-link:active:after {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#news article h4 {
  margin-top: 0;
  margin-bottom: 12px;
}
#news article h4 a {
  color: #000000;
}
.touchevents #news article h4 a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents #news article h4 a:hover {
  color: #840028;
}
.no-touchevents #news article h4 a:active {
  color: #000000;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#news article h4 a:hover {
  color: #840028;
}
#news article h4 a:active {
  color: #000000;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents #news article h4 a:hover,
.touchevents #news article h4 a:active {
  color: #840028;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#news article p {
  line-height: 1.33;
  margin-bottom: 24px;
}
#news article .txtlink i {
  color: #840028;
}
.page-intro h2 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .page-intro h2 {
    font-size: 72px;
    margin-bottom: 45px;
  }
}
.page-intro p {
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-intro p {
    font-size: 36px;
  }
}
.page-intro p + .btn {
  margin-top: 36px;
}
.page-intro figure {
  width: 100%;
  padding-top: 36px;
  display: block;
}
@media (min-width: 1024px) {
  .page-intro figure {
    padding-top: 48px;
  }
}
.page-intro figure img {
  width: 100%;
  display: block;
}
@media (max-width: 1023px) {
  .page-intro figure img {
    max-width: none;
    width: 100vw;
    margin-right: calc((((100vw - 672px) / 2) + 24px) * -1);
    margin-left: calc((((100vw - 672px) / 2) + 24px) * -1);
  }
}
@media (max-width: 719px) {
  .page-intro figure img {
    margin-right: -48px;
    margin-left: -48px;
  }
}
@media (max-width: 479px) {
  .page-intro figure img {
    margin-right: -36px;
    margin-left: -36px;
  }
}
.page-intro figure figcaption {
  font-size: 15px;
  color: #000000;
  line-height: 1.2;
  padding-top: 9px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-intro figure figcaption .figcaption-text {
  text-align: left;
}
.page-intro figure figcaption .figcaption-tag {
  font-family: 'AlternateGotNo3D', sans-serif;
  text-transform: uppercase;
  text-align: right;
}
.page-content {
  background: #ffffff;
  padding-top: 36px;
  padding-bottom: 72px;
  min-height: 440px;
}
@media (min-width: 720px) {
  .page-content {
    padding-bottom: 108px;
    min-height: 760px;
  }
}
@media (min-width: 1024px) {
  .page-content {
    padding-top: 72px;
    padding-bottom: 144px;
    min-height: 645px;
  }
}
.page-content .page-section {
  padding-top: 72px;
}
.page-content .page-section > h3 {
  color: #840028;
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 36px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .page-content .page-section > h3 {
    font-size: 36px;
  }
}
@media (max-width: 719px) {
  .page-content .page-section .article-style {
    margin-bottom: 48px;
  }
  .page-content .page-section .article-style:last-child {
    margin-bottom: 0;
  }
}
.page-content .page-section .article-style img {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.page-content .page-section .article-style .cat-link {
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
}
.page-content .page-section .article-style h4 {
  margin-top: 0;
  margin-bottom: 12px;
}
.page-content .page-section .article-style p {
  font-size: 15px;
  line-height: 1.33;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .page-content .page-section .article-style p {
    font-size: 18px;
  }
}
.page-content .page-section .article-style .img-link {
  display: block;
}
.page-content .page-section .article-style .img-link .link-img {
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
}
.page-content .page-section .article-style .img-link .link-img img {
  margin-bottom: 0;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.page-content .page-section .article-style .img-link .link-txt {
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.page-content .page-section .article-style .img-link .link-txt:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #840028;
  position: absolute;
  bottom: -0.333em;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.touchevents .page-content .page-section .article-style .img-link .link-img img {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents .page-content .page-section .article-style .img-link .link-txt:after {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .page-content .page-section .article-style .img-link:hover .link-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.no-touchevents .page-content .page-section .article-style .img-link:hover .link-txt:after {
  opacity: 1;
}
.no-touchevents .page-content .page-section .article-style .img-link:active .link-img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .page-content .page-section .article-style .img-link:active .link-txt:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.page-content .page-section .article-style .img-link:hover .link-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.page-content .page-section .article-style .img-link:hover .link-txt:after {
  opacity: 1;
}
.page-content .page-section .article-style .img-link:active .link-img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.page-content .page-section .article-style .img-link:active .link-txt:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents .page-content .page-section .article-style .img-link:hover .link-img img,
.touchevents .page-content .page-section .article-style .img-link:active .link-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents .page-content .page-section .article-style .img-link:hover .link-txt:after,
.touchevents .page-content .page-section .article-style .img-link:active .link-txt:after {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.page-content .page-section blockquote {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  margin: 0;
  padding: 0 18px 45px 0;
  border: 0;
  border-right: 18px solid #840028;
  position: relative;
}
@media (min-width: 720px) {
  .page-content .page-section blockquote {
    padding: 0 140px 72px 0;
  }
}
@media (min-width: 1024px) {
  .page-content .page-section blockquote {
    border-right-width: 36px;
    padding: 0 160px 36px 0;
  }
}
@media (max-width: 1023px) {
  .page-content .page-section blockquote {
    margin-right: calc((((100vw - 672px) / 2) + 24px) * -1);
  }
}
@media (max-width: 719px) {
  .page-content .page-section blockquote {
    margin-right: -48px;
    padding: 0 calc(((100vw - 100%) / 2) - 16px) 72px 0;
  }
}
@media (max-width: 599px) {
  .page-content .page-section blockquote {
    padding-bottom: 45px;
  }
}
@media (max-width: 479px) {
  .page-content .page-section blockquote {
    margin-right: -36px;
  }
}
.page-content .page-section blockquote p {
  font-size: 24px;
  font-family: 'AlternateGotNo3D', sans-serif;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .page-content .page-section blockquote p {
    font-size: 36px;
  }
}
.page-content .page-section blockquote cite {
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
  display: block;
}
.page-content .page-section blockquote:before {
  /* content: url(../img/ui/quote-sm.svg); */
  content: url('/media/redesign-2019/templateassets/img/ui/quote-sm.svg');
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: block;
}
@media (min-width: 1024px) {
  .page-content .page-section blockquote:before {
    width: 72px;
    height: 72px;
    margin-bottom: 36px;
  }
}
.page-content .generic-content {
  font-size: 15px;
  padding-top: 48px;
}
@media (min-width: 1024px) {
  .page-content .generic-content {
    font-size: 18px;
    padding-top: 72px;
  }
}
.page-content .generic-content h1,
.page-content .generic-content h2,
.page-content .generic-content h3,
.page-content .generic-content h4,
.page-content .generic-content h5 {
  color: #840028;
  line-height: 1;
  text-transform: uppercase;
}
.page-content .generic-content h1,
.page-content .generic-content h2,
.page-content .generic-content h3 {
  font-size: 36px;
  margin-bottom: 22px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .page-content .generic-content h1,
  .page-content .generic-content h2,
  .page-content .generic-content h3 {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
.page-content .generic-content h4 {
  font-size: 28px;
  margin-bottom: 22px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .page-content .generic-content h4 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.page-content .generic-content h5 {
  font-size: 24px;
  margin-bottom: 21px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .page-content .generic-content h5 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.page-content .generic-content h6 {
  color: #000000;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .page-content .generic-content h6 {
    margin-bottom: 18px;
  }
}
.page-content .generic-content p {
  line-height: 1.5;
  margin: 22px 0;
}
@media (min-width: 1024px) {
  .page-content .generic-content p {
    line-height: 1.33;
    margin: 24px 0;
  }
}
.page-content .generic-content p:first-child {
  margin-top: 0;
}
.page-content .generic-content p:last-child {
  margin-bottom: 0;
}
.page-content .generic-content p + .btn {
  margin-top: 18px;
}
@media (min-width: 720px) {
  .page-content .generic-content p + .btn {
    margin-top: 12px;
  }
}
.page-content .generic-content p.style-lg {
  font-size: 18px;
  line-height: 1.33;
  position: relative;
  margin-bottom: 72px;
}
@media (min-width: 1024px) {
  .page-content .generic-content p.style-lg {
    font-size: 24px;
    line-height: 1.25;
  }
}
.page-content .generic-content p.style-lg:after {
  content: '';
  width: 36px;
  height: 1px;
  background: #000000;
  margin-top: 36px;
  display: block;
}
.page-content .generic-content p .btn {
  margin-top: 12px;
}
.page-content .generic-content p > a:not(.btn) {
  position: relative;
  display: inline-block;
}
.page-content .generic-content p > a:not(.btn):after {
  content: '';
  width: 100%;
  height: 1px;
  background: #840028;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
@media (min-width: 1024px) {
  .page-content .generic-content p > a:not(.btn):after {
    bottom: -0.125em;
  }
}
.touchevents .page-content .generic-content p > a:not(.btn):after {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .page-content .generic-content p > a:not(.btn):hover:after {
  opacity: 1;
}
.no-touchevents .page-content .generic-content p > a:not(.btn):active:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.page-content .generic-content p > a:not(.btn):hover:after {
  opacity: 1;
}
.page-content .generic-content p > a:not(.btn):active:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents .page-content .generic-content p > a:not(.btn):hover:after,
.touchevents .page-content .generic-content p > a:not(.btn):active:after {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.page-content .generic-content figure {
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
  display: block;
}
@media (min-width: 1024px) {
  .page-content .generic-content figure {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.page-content .generic-content figure img {
  width: 100%;
  display: block;
}
.page-content .generic-content figure figcaption {
  font-size: 15px;
  color: #000000;
  line-height: 1.2;
  padding-top: 9px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-content .generic-content figure figcaption .figcaption-text {
  text-align: left;
}
.page-content .generic-content figure figcaption .figcaption-tag {
  font-family: 'AlternateGotNo3D', sans-serif;
  text-transform: uppercase;
  text-align: right;
}
@media (min-width: 720px) {
  .page-content .generic-content figure.figure-split {
    float: left;
    width: calc(50% - 18px);
  }
}
@media (min-width: 1024px) {
  .page-content .generic-content figure.figure-split {
    width: calc(50% - 24px);
  }
}
@media (min-width: 1280px) {
  .page-content .generic-content figure.figure-split {
    width: calc(50% - 36px);
  }
}
@media (min-width: 720px) {
  .page-content .generic-content figure.figure-split + .figure-split {
    float: right;
  }
}
@media (min-width: 720px) {
  .page-content .generic-content figure.figure-split + .figure-split + * {
    clear: both;
  }
}
.page-content .generic-content p + .figure-split,
.page-content .generic-content ul + .figure-split,
.page-content .generic-content ol + .figure-split,
.page-content .generic-content p + .figure-split + .figure-split,
.page-content .generic-content ul + .figure-split + .figure-split,
.page-content .generic-content ol + .figure-split + .figure-split {
  margin-top: 18px;
}
@media (min-width: 1024px) {
  .page-content .generic-content p + .figure-split,
  .page-content .generic-content ul + .figure-split,
  .page-content .generic-content ol + .figure-split,
  .page-content .generic-content p + .figure-split + .figure-split,
  .page-content .generic-content ul + .figure-split + .figure-split,
  .page-content .generic-content ol + .figure-split + .figure-split {
    margin-top: 24px;
  }
}
.page-content .generic-content hr {
  width: 100%;
  height: 1px;
  border: 0;
  background: #ccc;
  padding: 0;
  margin: 48px 0;
}
@media (min-width: 1024px) {
  .page-content .generic-content hr {
    margin: 72px 0;
  }
}
.page-content .generic-content figure + hr {
  margin-top: 36px;
}
@media (min-width: 1024px) {
  .page-content .generic-content figure + hr {
    margin-top: 48px;
  }
}
.page-content .generic-content .text-link {
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.page-content .generic-content .text-link:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #840028;
  position: absolute;
  bottom: -0.333em;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.touchevents .page-content .generic-content .text-link:after {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .page-content .generic-content .text-link:hover:after {
  opacity: 1;
}
.no-touchevents .page-content .generic-content .text-link:active:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.page-content .generic-content .text-link:hover:after {
  opacity: 1;
}
.page-content .generic-content .text-link:active:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents .page-content .generic-content .text-link:hover:after,
.touchevents .page-content .generic-content .text-link:active:after {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.page-content .generic-content ol,
.page-content .generic-content ul {
  list-style: none;
  margin: 18px 0;
  counter-reset: post;
}
@media (min-width: 1024px) {
  .page-content .generic-content ol,
  .page-content .generic-content ul {
    margin: 24px 0;
  }
}
.page-content .generic-content ol li,
.page-content .generic-content ul li {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .page-content .generic-content ol li,
  .page-content .generic-content ul li {
    margin-bottom: 9px;
  }
}
.page-content .generic-content ol li:last-child,
.page-content .generic-content ul li:last-child {
  margin-bottom: 0;
}
.page-content .generic-content ol li:before,
.page-content .generic-content ul li:before {
  margin-right: 5px;
}
.page-content .generic-content ol li:before {
  counter-increment: post;
  content: counter(post) ".";
  text-align: right;
  display: inline-block;
}
.page-content .generic-content ul li {
  padding-left: 15px;
}
.page-content .generic-content ul li:before {
  content: '•';
  width: 10px;
  line-height: 1.375;
  float: left;
  margin-left: -15px;
}
.page-content .generic-content h1 + ul,
.page-content .generic-content h2 + ul,
.page-content .generic-content h3 + ul,
.page-content .generic-content h4 + ul,
.page-content .generic-content h5 + ul,
.page-content .generic-content h6 + ul,
.page-content .generic-content h1 + ol,
.page-content .generic-content h2 + ol,
.page-content .generic-content h3 + ol,
.page-content .generic-content h4 + ol,
.page-content .generic-content h5 + ol,
.page-content .generic-content h6 + ol {
  margin-top: 0;
}
.page-content .generic-content ol + .text-link,
.page-content .generic-content ul + .text-link {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .page-content .generic-content ol + .text-link,
  .page-content .generic-content ul + .text-link {
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  .page-content .generic-content .col-md-6 + .col-md-6 {
    margin-top: 36px;
  }
}
.page-content .generic-content .video-wrapper {
  width: 100%;
  max-width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  /* margin-bottom: 48px; */
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .page-content .generic-content .video-wrapper {
    /* margin-bottom: 72px; */
    margin-bottom: 0px;
  }
}
.page-content .generic-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /* added by lei */
}
.page-content .generic-content table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
.page-content .generic-content table tr th,
.page-content .generic-content table tr td {
  line-height: 1;
  width: 40%;
  padding: 15px 24px;
}
.page-content .generic-content table tr th:first-child,
.page-content .generic-content table tr td:first-child {
  width: 20%;
}
.page-content .generic-content table tr th {
  font-size: 18px;
  color: #ffffff;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #ccc;
  background: #840028;
}
.page-content .generic-content table tr th:first-child {
  text-align: left;
}
.page-content .generic-content table tr td {
  font-size: 15px;
  text-align: left;
  width: 40%;
  border: 1px solid #ccc;
  padding: 15px 24px;
}
.page-content .generic-content table tr td:first-child {
  color: #840028;
  font-size: 18px;
  font-family: 'AlternateGotNo3D', sans-serif;
  text-transform: uppercase;
  width: 20%;
}
.page-content .generic-content .table-wrap {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 719px) {
  .page-content .generic-content .table-wrap {
    width: calc(100% + 96px);
    margin-left: -48px;
    margin-right: -48px;
    overflow: hidden;
    overflow-x: auto;
  }
}
@media (max-width: 479px) {
  .page-content .generic-content .table-wrap {
    width: calc(100% + 72px);
    margin-left: -36px;
    margin-right: -36px;
  }
}
@media (max-width: 719px) {
  .page-content .generic-content .table-wrap table {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 48px;
    padding-right: 48px;
    display: block;
  }
}
@media (max-width: 479px) {
  .page-content .generic-content .table-wrap table {
    min-width: calc(100% + 72px);
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 719px) {
  .page-content .generic-content .table-wrap table tr th,
  .page-content .generic-content .table-wrap table tr td {
    white-space: nowrap;
  }
}
.page-content .generic-content .table-wrap figcaption {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 719px) {
  .page-content .generic-content .table-wrap figcaption {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 479px) {
  .page-content .generic-content .table-wrap figcaption {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 720px) {
  .page-content .generic-content blockquote {
    padding: 0 calc((100vw - 552px) / 2) 72px 0;
  }
}
@media (min-width: 1024px) {
  .page-content .generic-content blockquote {
    padding: 0 72px 36px 0;
  }
}
@media (max-width: 1023px) {
  .page-content .generic-content blockquote {
    margin-right: calc((((100vw - 552px) / 2) + 24px) * -1);
  }
}
@media (max-width: 719px) {
  .page-content .generic-content blockquote {
    margin-right: -48px;
    padding: 0 calc(((100vw - 100%) / 2) - 16px) 72px 0;
  }
}
@media (max-width: 599px) {
  .page-content .generic-content blockquote {
    padding-bottom: 45px;
  }
}
@media (max-width: 479px) {
  .page-content .generic-content blockquote {
    margin-right: -36px;
  }
}
.page-content .generic-content .twitter-tweet,
.page-content .generic-content .instagram-media {
  margin: 36px auto !important;
}
@media (min-width: 720px) {
  .page-content .generic-content .twitter-tweet,
  .page-content .generic-content .instagram-media {
    margin: 48px auto !important;
  }
}
@media (max-width: 1023px) {
  .page-content .generic-content .twitter-tweet,
  .page-content .generic-content .instagram-media {
    width: 100% !important;
    min-width: 0 !important;
  }
}
.page-content .generic-content .instagram-media {
  min-width: 0 !important;
  max-width: 100% !important;
}
@media (min-width: 1024px) {
  .page-content .generic-content .instagram-media {
    width: 500px !important;
  }
}
.side-nav {
  font-size: 15px;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .side-nav {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 36px;
    -webkit-transition: margin 0.25s ease-out;
    -o-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
  }
  .side-nav.active {
    margin-bottom: 54px;
  }
}
.side-nav .side-nav--toggle {
  padding: 18px 0;
  display: block;
  position: relative;
}
@media (min-width: 1024px) {
  .side-nav .side-nav--toggle {
    display: none;
  }
}
.side-nav .side-nav--toggle i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.active.side-nav .side-nav--toggle i {
  -webkit-transform: translateY(-50%) scaleY(-1);
  -ms-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}
@media (min-width: 1024px) {
  .side-nav ul {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .side-nav ul {
    display: none;
  }
}
.side-nav ul li {
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .side-nav ul li {
    margin-bottom: 24px;
  }
}
.side-nav ul li a {
  color: #000000;
}
.touchevents .side-nav ul li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .side-nav ul li a:hover {
  color: #840028;
}
.no-touchevents .side-nav ul li a:active {
  color: #000000;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.side-nav ul li a:hover {
  color: #840028;
}
.side-nav ul li a:active {
  color: #000000;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents .side-nav ul li a:hover,
.touchevents .side-nav ul li a:active {
  color: #840028;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.side-nav ul li.active a {
  color: #840028 !important;
}
@media (max-width: 1023px) {
  .side-nav ul.activities-filter li.active {
    display: none;
  }
}
.event-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.event-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.event-modal .modal-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.event-modal .modal-inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  pointer-events: none;
}
@media (min-width: 720px) {
  .event-modal .modal-inner {
    max-width: 720px;
    padding-left: 48px;
    padding-right: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .event-modal .modal-inner {
    width: 744px;
    max-width: 744px;
    padding: 0;
  }
}
.event-modal .modal-body {
  width: 100%;
  max-height: 100%;
  height: 100%;
  background: #ffffff;
  overflow: auto;
}
@media (min-width: 720px) {
  .event-modal .modal-body {
    height: auto;
  }
}
@media (max-width: 719px) {
  .event-modal .modal-body {
    padding-bottom: 82px;
  }
}
.event-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.event-modal.active .modal-body {
  pointer-events: auto;
}
.event-modal .modal-header {
  width: 100%;
  height: 0;
  padding-bottom: 66.6666%;
  position: relative;
}
@media (min-width: 720px) {
  .event-modal .modal-header {
    padding-bottom: 25%;
  }
}
.nobgimg.event-modal .modal-header {
  height: 84px;
  padding-bottom: 0;
  background: #4f6b82;
}
.event-modal .modal-header .close-modal {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 36px;
  right: 18px;
  display: inline-block;
}
.event-modal .modal-header .close-modal:hover {
  color: #ffffff;
}
@media (min-width: 720px) {
  .event-modal .modal-header .close-modal {
    font-size: 24px;
    top: 36px;
    right: 36px;
  }
}
.nobgimg.event-modal .modal-header .close-modal {
  top: 0;
  line-height: 84px;
}
.event-modal .modal-main {
  padding-top: 56px;
  padding-bottom: 48px;
  padding-left: 36px;
  padding-right: 36px;
}
@media (min-width: 720px) {
  .event-modal .modal-main {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1024px) {
  .event-modal .modal-main {
    padding: 72px;
  }
}
.event-modal .modal-footer {
  padding-top: 18px;
  padding-bottom: 36px;
  padding-left: 36px;
  padding-right: 36px;
  border-top: 1px solid #ccc;
}
@media (min-width: 720px) {
  .event-modal .modal-footer {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1024px) {
  .event-modal .modal-footer {
    padding: 72px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (max-width: 719px) {
  .event-modal .modal-footer {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.event-modal .event-row {
  width: 100%;
  content: "";
  display: table;
  clear: both;
}
.event-modal .event-row:before,
.event-modal .event-row:after {
  content: '';
  display: table;
}
.event-modal .event-row:after {
  clear: both;
}
.event-modal .event-row + .event-row {
  padding-top: 48px;
}
@media (min-width: 720px) {
  .event-modal .event-row + .event-row {
    padding-top: 42px;
  }
}
.event-modal .event-row i {
  font-size: 18px;
  line-height: 1.75;
  width: 1em;
  text-align: center;
  display: inline-block;
  float: left;
}
@media (min-width: 720px) {
  .event-modal .event-row i {
    font-size: 24px;
    line-height: 1.25;
  }
}
.event-modal .event-namedate {
  padding-left: 18px;
  float: left;
}
@media (max-width: 719px) {
  .event-modal .event-namedate {
    width: calc(100% - 18px);
  }
}
.event-modal .event-namedate h4 {
  margin: 0;
}
.event-modal .event-namedate em {
  color: #840028;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 15px;
  display: block;
}
@media (min-width: 720px) {
  .event-modal .event-namedate em {
    margin-top: 10px;
  }
}
.event-modal .event-address {
  padding-left: 18px;
  float: left;
}
.event-modal .event-address address {
  font-size: 18px;
  line-height: 1.33;
  font-style: normal;
}
.event-modal .addto {
  text-align: center;
}
@media (min-width: 720px) {
  .event-modal .addto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.event-modal .addto .addto-title {
  font-size: 15px;
  font-family: 'AlternateGotNo3D', sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}
.event-modal .addto .addto-options {
  font-size: 15px;
  line-height: 1.2;
  padding-top: 16px;
}
@media (min-width: 720px) {
  .event-modal .addto .addto-options {
    text-align: right;
    padding-top: 0;
  }
}
.event-modal .addto .addto-options li {
  margin: 0 18px;
  display: inline-block;
}
@media (min-width: 720px) {
  .event-modal .addto .addto-options li {
    margin: 0 0 0 36px;
    float: left;
  }
  .event-modal .addto .addto-options li:first-child {
    margin-left: 0;
  }
}
.event-modal .addto .addto-options li a {
  color: #000000;
  display: block;
}
.event-modal .addto .addto-options li a:hover {
  color: #000000;
}
.event-modal .addto .addto-options li a i {
  color: #840028;
  font-size: 18px;
  line-height: 1;
  margin-right: 9px;
  float: left;
}
.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.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, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 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, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 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(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 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(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0.75;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftAlt {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 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(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 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(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 0.75;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightAlt {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 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, 50%, 0);
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 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; */
    display: flex;
}
.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%);
  -ms-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;
}
[data-page="home"] section:not(#aspot) {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.page-ready [data-page="home"] section:not(#aspot) {
  opacity: 1;
}
[data-page="home"] #aspot {
  width: 100%;
  height: 50vh;
  position: relative;
}
[data-page="home"] #aspot .bgimg {
  width: 100%;
  height: 100%;
  background-position: center top;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}
.hide-hero [data-page="home"] #aspot .bgimg {
  opacity: 0;
}
@media (max-width: 1023px) and (orientation: portrait) {
  [data-page="home"] #aspot .bgimg {
    /*background-position: 32% top;*/
    -webkit-transition: all 0.6s cubic-bezier(0.75, 0, 0.75, 1);
    -o-transition: all 0.6s cubic-bezier(0.75, 0, 0.75, 1);
    transition: all 0.6s cubic-bezier(0.75, 0, 0.75, 1);
    height: 506px !important;
  }
  [data-page="home"] #aspot .bgimg.resizebg {
    height: 60% !important;
  }
}
[data-page="home"] #aspot .aspot-content {
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #840028;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.75, 0, 0.75, 1);
  -o-transition: all 0.6s cubic-bezier(0.75, 0, 0.75, 1);
  transition: all 0.6s cubic-bezier(0.75, 0, 0.75, 1);
}
@media (max-width: 1023px) and (orientation: portrait) {
  [data-page="home"] #aspot .aspot-content {
    -webkit-transition: margin 0.6s cubic-bezier(0.75, 0, 0.75, 1), opacity 0s;
    -o-transition: margin 0.6s cubic-bezier(0.75, 0, 0.75, 1), opacity 0s;
    transition: margin 0.6s cubic-bezier(0.75, 0, 0.75, 1), opacity 0s;
  }
}
.page-ready [data-page="home"] #aspot .aspot-content {
  opacity: 1;
}
[data-page="home"] #aspot .aspot-content:before {
  content: '';
  width: 100%;
  height: 144px;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: -1;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
[data-page="home"] #aspot .aspot-content .title-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.page-ready [data-page="home"] #aspot .aspot-content .title-wrap {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
[data-page="home"] #aspot .aspot-content .title {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
[data-page="home"] #aspot .aspot-content h1 {
  color: #ffffff;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 68px;
  line-height: 1;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
@media (min-width: 720px) {
  [data-page="home"] #aspot .aspot-content h1 {
    font-size: 150px;
    letter-spacing: -0.025em;
  }
}
@media (min-width: 1024px) {
  [data-page="home"] #aspot .aspot-content h1 {
    font-size: 200px;
  }
}
.mac.os [data-page="home"] #aspot .aspot-content h1,
.iphone.ios [data-page="home"] #aspot .aspot-content h1,
.tablet.ios [data-page="home"] #aspot .aspot-content h1,
.mobile.android [data-page="home"] #aspot .aspot-content h1 {
  line-height: 0.75;
}
@media (min-width: 720px) {
  .mac.os [data-page="home"] #aspot .aspot-content h1,
  .iphone.ios [data-page="home"] #aspot .aspot-content h1,
  .tablet.ios [data-page="home"] #aspot .aspot-content h1,
  .mobile.android [data-page="home"] #aspot .aspot-content h1 {
    line-height: 0.625;
  }
}
[data-page="home"] #aspot .aspot-content h1 em {
  font-size: 0.4em;
  letter-spacing: 0;
  font-style: normal;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(150%) translateY(-50%);
  -ms-transform: translateX(150%) translateY(-50%);
  transform: translateX(150%) translateY(-50%);
  opacity: 0;
}
[data-page="home"] #aspot .aspot-content p {
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 auto;
  padding-top: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.page-ready [data-page="home"] #aspot .aspot-content p {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
@media (min-width: 720px) {
  [data-page="home"] #aspot .aspot-content p {
    font-size: 36px;
    margin-top: 18%;
    padding-top: 0;
  }
}
@media (min-width: 1280px) {
  [data-page="home"] #aspot .aspot-content p {
    font-size: 36px;
    width: 65%;
    margin-top: 11%;
  }
}
[data-page="home"] #bspot {
  width: 100%;
  background: #840028;
}
[data-page="home"] #bspot .bspot-content {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 720px) {
}
@media (min-width: 1024px) {
}
[data-page="home"] #bspot .bspot-content:after {
  content: '';
  width: 100%;
  height: 72px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
[data-page="home"] #bspot .bspot-content h2 {
  color: #ffffff;
  font-size: 36px;
  bottom: -0.9em;
}
@media (min-width: 720px) {
  [data-page="home"] #bspot .bspot-content h2 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  [data-page="home"] #bspot .bspot-content h2 {
    font-size: 96px;
  }
}
[data-page="home"] #bspot .bgimg {
  width: 100%;
  height: 65vw;
  position: relative;
  top: 0;
  right: 0;
  z-index: 0;
}
@media (min-width: 1024px) {
  [data-page="home"] #bspot .bgimg {
    height: 50vw;
  }
}
[data-page="home"] #bspot .bgimg:before {
  content: '';
  width: 100%;
  height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  display: block;
}
@media (max-width: 719px) {
  [data-page="home"] #about.grid-three {
    padding-bottom: 72px;
  }
}
[data-page="home"] #more {
  background: #ffffff;
  padding-bottom: 108px;
  position: relative;
  z-index: 1;
}
@media (min-width: 720px) {
  [data-page="home"] #more {
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  [data-page="home"] #more {
    padding-bottom: 162px;
  }
}
@media (max-width: 1023px) {
  [data-page="home"] #more .horz-slider .more-split .split-right {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  [data-page="home"] #more .horz-slider .more-split .split-right p {
    font-size: 15px;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  [data-page="home"] #more .horz-slider .more-split .split-right p {
    width: 404px;
    margin: 0 auto;
  }
}
@media (max-width: 719px) {
  [data-page="home"] #more .horz-slider .horz-slide {
    margin-bottom: 84px;
  }
}
[data-page="home"] #more .horz-slider .horz-slide:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  [data-page="home"] #more .inline-links {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  [data-page="home"] #more .inline-links ul:before {
    content: '';
    width: 1px;
    height: 72px;
    margin: 0 auto 36px;
    background: #000000;
    display: block;
  }
}
@media (max-width: 1023px) {
  [data-page="home"] #more .inline-links ul li:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  [data-page="home"] #more .more-numbers--md {
    display: none;
  }
}
[data-page="home"] #more .more-numbers--lg {
  display: none;
}
@media (min-width: 1024px) {
  [data-page="home"] #more .more-numbers--lg {
    display: block;
  }
}
@media (max-width: 719px) {
  [data-page="home"] #news {
    padding-top: 108px;
    padding-bottom: 108px;
  }
}
@media (max-width: 1023px) {
  [data-page="home"] .grid-three h3 {
    margin-bottom: 48px;
  }
}
@media (max-width: 719px) {
  [data-page="home"] .grid-three h3 {
    margin-bottom: 36px;
  }
}
[data-page="home"] .imgbreak h2.offset em {
  opacity: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.6s cubic-bezier(0.75, 0, 0.75, 1);
  -o-transition: all 0.6s cubic-bezier(0.75, 0, 0.75, 1);
  transition: all 0.6s cubic-bezier(0.75, 0, 0.75, 1);
}
[data-page="home"] .imgbreak h2.offset span {
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.6s cubic-bezier(0.75, 0, 0.75, 1);
  -o-transition: all 0.6s cubic-bezier(0.75, 0, 0.75, 1);
  transition: all 0.6s cubic-bezier(0.75, 0, 0.75, 1);
}
[data-page="home"] .imgbreak h2.offset.moveit em {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
[data-page="home"] .imgbreak h2.offset.moveit span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 1023px) {
  .horz-slider .more-split .split-left,
  .horz-slider .more-split .split-right {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
@media (max-width: 1023px) {
  [data-page="about"] .horz-slider .split-right,
  [data-page="admissions"] .horz-slider .split-right,
  [data-page="life"] .horz-slider .split-right {
    padding-bottom: 36px;
  }
}
@media (max-width: 1023px) {
  [data-page="about"] .horz-slider .split-right .inline-links,
  [data-page="admissions"] .horz-slider .split-right .inline-links,
  [data-page="life"] .horz-slider .split-right .inline-links {
    text-align: center;
  }
  [data-page="about"] .horz-slider .split-right .inline-links ul:before,
  [data-page="admissions"] .horz-slider .split-right .inline-links ul:before,
  [data-page="life"] .horz-slider .split-right .inline-links ul:before {
    width: 1px;
    height: 72px;
    margin: 0 auto 36px;
  }
  [data-page="about"] .horz-slider .split-right .inline-links ul li,
  [data-page="admissions"] .horz-slider .split-right .inline-links ul li,
  [data-page="life"] .horz-slider .split-right .inline-links ul li {
    padding: 0 16px;
    display: inline-block;
  }
}
@media (max-width: 719px) {
  [data-page="about"] .horz-slider .split-right .inline-links,
  [data-page="admissions"] .horz-slider .split-right .inline-links,
  [data-page="life"] .horz-slider .split-right .inline-links {
    text-align: center;
  }
  [data-page="about"] .horz-slider .split-right .inline-links ul:before,
  [data-page="admissions"] .horz-slider .split-right .inline-links ul:before,
  [data-page="life"] .horz-slider .split-right .inline-links ul:before {
    width: 1px;
    height: 72px;
    margin: 0 auto 36px;
  }
  [data-page="about"] .horz-slider .split-right .inline-links ul li,
  [data-page="admissions"] .horz-slider .split-right .inline-links ul li,
  [data-page="life"] .horz-slider .split-right .inline-links ul li {
    margin-bottom: 36px;
    display: block;
  }
  [data-page="about"] .horz-slider .split-right .inline-links ul li:last-child,
  [data-page="admissions"] .horz-slider .split-right .inline-links ul li:last-child,
  [data-page="life"] .horz-slider .split-right .inline-links ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  [data-page="about"] .stacked-groups,
  [data-page="admissions"] .stacked-groups,
  [data-page="life"] .stacked-groups {
    padding-top: 0;
    padding-bottom: 36px;
  }
}
@media (max-width: 719px) {
  [data-page="about"] .stacked-groups,
  [data-page="admissions"] .stacked-groups,
  [data-page="life"] .stacked-groups {
    padding-top: 0;
    padding-bottom: 72px;
  }
}
@media (max-width: 1023px) {
  [data-page="about"] .stacked-groups .stacked-group,
  [data-page="admissions"] .stacked-groups .stacked-group,
  [data-page="life"] .stacked-groups .stacked-group {
    padding-top: 36px;
    padding-bottom: 0;
  }
}
@media (max-width: 719px) {
  [data-page="about"] .stacked-groups .stacked-group,
  [data-page="admissions"] .stacked-groups .stacked-group,
  [data-page="life"] .stacked-groups .stacked-group {
    padding-top: 36px;
  }
}
[data-page="about"] .stacked-groups .inline-links ul li:last-child,
[data-page="admissions"] .stacked-groups .inline-links ul li:last-child,
[data-page="life"] .stacked-groups .inline-links ul li:last-child {
  margin-bottom: 36px;
}
@media (max-width: 719px) {
  [data-page="about"] .stacked-groups .inline-links ul li,
  [data-page="admissions"] .stacked-groups .inline-links ul li,
  [data-page="life"] .stacked-groups .inline-links ul li {
    margin-right: 36px;
    display: inline-block;
  }
  [data-page="about"] .stacked-groups .inline-links ul li:last-child,
  [data-page="admissions"] .stacked-groups .inline-links ul li:last-child,
  [data-page="life"] .stacked-groups .inline-links ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  [data-page="about"] .horz-slider .horz-slide {
    margin-bottom: 72px;
  }
  [data-page="about"] .horz-slider .horz-slide:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 719px) {
  [data-page="about"] .horz-slider .horz-slide {
    margin-bottom: 108px;
  }
  [data-page="about"] .horz-slider .horz-slide:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 719px) {
  [data-page="about"] .horz-slider .split-right {
    padding-bottom: 0;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  [data-page="about"] .grid-three {
    padding-bottom: 108px;
  }
}
@media (max-width: 719px) {
  [data-page="about"] .stacked-groups {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 1023px) {
  [data-page="about"] .stacked-groups .stacked-group {
    padding-top: 72px;
    padding-bottom: 0;
  }
}
@media (max-width: 719px) {
  [data-page="about"] .stacked-groups .stacked-group {
    padding-top: 36px;
  }
}
@media (max-width: 1023px) {
  [data-page="about"] .stacked-groups .stacked-group + .stacked-group {
    padding-top: 36px;
  }
}
@media (max-width: 719px) {
  [data-page="about"] .stacked-groups .stacked-group + .stacked-group {
    padding-top: 72px;
  }
}
@media (max-width: 1023px) {
  [data-page="life"] .horz-slider .horz-slide {
    margin-bottom: 36px;
  }
  [data-page="life"] .horz-slider .horz-slide:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 719px) {
  [data-page="life"] .horz-slider .horz-slide {
    margin-bottom: 72px;
  }
  [data-page="life"] .horz-slider .horz-slide:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  [data-page="life"] .horz-slider + .stacked-groups {
    padding-top: 36px;
    padding-bottom: 54px;
  }
}
@media (max-width: 719px) {
  [data-page="life"] .horz-slider + .stacked-groups {
    padding-bottom: 72px;
  }
}
[data-page="activities-clubs"] .page-section {
  padding-top: 72px;
}
@media (min-width: 720px) {
  /*[data-page="activities-clubs"] .page-section {
    padding-top: 96px;
  }*/
}

[data-page="activities-clubs"] .page-intro h2 {
  margin-bottom: 18px;
}
@media (min-width: 720px) and (max-width: 1023px) {
  [data-page="activities-clubs"] .page-intro p {
    padding-right: 108px;
  }
}
@media (max-width: 1023px) {
  [data-page="activities-clubs"] .page-intro + .page-section {
    padding-top: 72px;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  [data-page="activities-clubs"] #featured-activities .row {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  [data-page="activities-clubs"] #featured-activities .row > div {
    padding-left: 18px;
    padding-right: 18px;
  }
}
[data-page="activities-clubs"] #featured-activities .cat-link {
  display: inline-block;
  position: relative;
}
[data-page="activities-clubs"] #featured-activities .cat-link:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #840028;
  position: absolute;
  bottom: -0.25em;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.touchevents [data-page="activities-clubs"] #featured-activities .cat-link:after {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents [data-page="activities-clubs"] #featured-activities .cat-link:hover:after {
  opacity: 1;
}
.no-touchevents [data-page="activities-clubs"] #featured-activities .cat-link:active:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
[data-page="activities-clubs"] #featured-activities .cat-link:hover:after {
  opacity: 1;
}
[data-page="activities-clubs"] #featured-activities .cat-link:active:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents [data-page="activities-clubs"] #featured-activities .cat-link:hover:after,
.touchevents [data-page="activities-clubs"] #featured-activities .cat-link:active:after {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (min-width: 720px) {
  [data-page="activities-clubs"] #all-activities .row {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media (min-width: 720px) {
  [data-page="activities-clubs"] #all-activities .row > div {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 720px) {
  [data-page="activities-clubs"] #all-activities h3 {
    margin: 0;
  }
}
@media (min-width: 720px) {
  [data-page="activities-clubs"] #all-activities .article-style {
    margin-top: 36px;
  }
}
[data-page="activities-clubs"] #all-activities .cat-link {
  margin-bottom: 0;
}
[data-page="request-information"] .page-section {
  padding-top: 48px;
}
@media (min-width: 1024px) {
  [data-page="request-information"] .page-section {
    padding-top: 72px;
  }
}
[data-page="apply"] .page-intro .more-numbers {
  padding-top: 48px;
}
@media (min-width: 720px) {
  [data-page="apply"] .page-intro .more-numbers {
    padding-top: 36px;
  }
}
@media (min-width: 1024px) {
  [data-page="apply"] .page-intro .more-numbers {
    padding-top: 56px;
  }
}
[data-page="apply"] .page-intro .more-numbers .more-number {
  text-align: left;
}
@media (max-width: 1023px) {
  [data-page="apply"] .page-section h5 {
    margin-top: 1em;
  }
}
@media (max-width: 1023px) {
  [data-page="apply"] .page-section ul {
    margin-top: 1em;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  [data-page="apply"] .page-section ul {
    -webkit-column-count: 2;
    column-count: 2;
    margin-bottom: 0;
  }
}
[data-page="apply"] .page-section p {
  margin: 1em 0;
}
[data-page="apply"] .page-section .section-group {
  width: 100%;
}
@media (min-width: 720px) and (max-width: 1023px) {
  [data-page="apply"] .page-section .section-group {
    padding-top: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  [data-page="apply"] .page-section .section-group .text-link {
    margin-bottom: 36px;
  }
}
@media (max-width: 719px) {
  [data-page="apply"] .page-section .section-group .text-link {
    margin-bottom: 36px;
  }
}
@media (min-width: 1024px) {
  [data-page="apply"] .page-section .section-group .btn--basic {
    width: 100%;
  }
}
@media (max-width: 719px) {
  [data-page="apply"] .page-section .section-group .btn--basic {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  [data-page="calendar"] .page-content .page-section {
    padding-top: 48px;
  }
}
[data-page="calendar"] .page-content .page-section > h3 {
  margin-bottom: 18px;
}
[data-page="calendar"] .side-nav li a {
  width: 100%;
  display: inline-block;
}
[data-page="calendar"] .side-nav li a i {
  color: #999;
  font-size: 18px;
  float: left;
  width: 1em;
  height: 1em;
  line-height: 1.1;
}
[data-page="calendar"] .side-nav li a span {
  width: calc(100% - 18px);
  padding-left: 10px;
  float: left;
}
[data-page="calendar"] .side-nav li a i {
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
[data-page="calendar"] .side-nav li a:hover[data-cal="all"] i {
  color: #000;
}
[data-page="calendar"] .side-nav li a:hover[data-cal="academic"] i {
  color: #840028;
}
[data-page="calendar"] .side-nav li a:hover[data-cal="athletic"] i {
  color: #9e1b37;
}
[data-page="calendar"] .side-nav li a:hover[data-cal="admission"] i {
  color: #4f6b82;
}
[data-page="calendar"] .side-nav li a:hover[data-cal="crownforum"] i {
  color: #c1a231;
}
[data-page="calendar"] .side-nav li a:hover[data-cal="general"] i {
  color: #5c791a;
}
[data-page="calendar"] .side-nav li a:hover[data-cal="alumni"] i {
  color: #c5c19d;
}
[data-page="calendar"] .side-nav li.active a {
  color: #000;
}
[data-page="calendar"] .side-nav li.active [data-cal="all"] i {
  color: #000;
}
[data-page="calendar"] .side-nav li.active [data-cal="academic"] i {
  color: #840028;
}
[data-page="calendar"] .side-nav li.active [data-cal="athletic"] i {
  color: #9e1b37;
}
[data-page="calendar"] .side-nav li.active [data-cal="admission"] i {
  color: #4f6b82;
}
[data-page="calendar"] .side-nav li.active [data-cal="crownforum"] i {
  color: #c1a231;
}
[data-page="calendar"] .side-nav li.active [data-cal="general"] i {
  color: #5c791a;
}
[data-page="calendar"] .side-nav li.active [data-cal="alumni"] i {
  color: #c5c19d;
}
[data-page="calendar"] .side-nav li:first-child.active {
  pointer-events: none;
}
[data-page="calendar"] .semester-filter ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 720px) {
  [data-page="calendar"] .semester-filter ul {
    content: "";
    display: table;
    clear: both;
  }
  [data-page="calendar"] .semester-filter ul:before,
  [data-page="calendar"] .semester-filter ul:after {
    content: '';
    display: table;
  }
  [data-page="calendar"] .semester-filter ul:after {
    clear: both;
  }
}
[data-page="calendar"] .semester-filter ul li {
  float: left;
  margin-right: 0;
}
@media (min-width: 720px) {
  [data-page="calendar"] .semester-filter ul li {
    margin-right: 13px;
  }
}
@media (min-width: 1024px) {
  [data-page="calendar"] .semester-filter ul li {
    margin-right: 18px;
  }
}
[data-page="calendar"] .semester-filter ul li:last-child {
  margin-right: 0;
}
@media (max-width: 360px) {
  [data-page="calendar"] .semester-filter ul li .btn {
    padding: 16px 12px;
  }
  .touchevents.mobile [data-page="calendar"] .semester-filter ul li .btn {
    padding: 14px 12px 18px;
  }
}
[data-page="calendar"] .semester-filter ul li .btn--basic:hover,
[data-page="calendar"] .semester-filter ul li .btn--basic:active {
  color: #ffffff !important;
  background: #840028 !important;
}
[data-page="calendar"] .semester-filter ul li .btn--white {
  position: relative;
}
[data-page="calendar"] .semester-filter ul li .btn--white:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #840028;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.touchevents [data-page="calendar"] .semester-filter ul li .btn--white {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents [data-page="calendar"] .semester-filter ul li .btn--white:after {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents [data-page="calendar"] .semester-filter ul li .btn--white:hover {
  color: #840028;
}
.no-touchevents [data-page="calendar"] .semester-filter ul li .btn--white:hover:after {
  opacity: 1;
}
.no-touchevents [data-page="calendar"] .semester-filter ul li .btn--white:active {
  color: #ffffff;
  background: #840028;
}
.no-touchevents [data-page="calendar"] .semester-filter ul li .btn--white:active:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
[data-page="calendar"] .semester-filter ul li .btn--white:hover {
  color: #840028;
}
[data-page="calendar"] .semester-filter ul li .btn--white:hover:after {
  opacity: 1;
}
[data-page="calendar"] .semester-filter ul li .btn--white:active {
  background: #840028;
}
[data-page="calendar"] .semester-filter ul li .btn--white:active:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
[data-page="calendar"] .section-month.dontshow {
  display: none;
}
[data-page="calendar"] .section-month.hidethis {
  display: none !important;
}
[data-page="calendar"] .section-month.hidethis.dontshow {
  display: none !important;
}
[data-page="calendar"] .event-row {
  color: #000000;
  line-height: 1.3333333;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  z-index: 1;
  margin-left: -18px;
  margin-right: -18px;
  padding-left: 18px;
  padding-right: 18px;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
[data-page="calendar"] .event-row:hover {
  color: #000000;
}
@media (min-width: 600px) {
  [data-page="calendar"] .event-row {
    padding-left: 36px;
    padding-right: 36px;
    margin-left: -36px;
    margin-right: -36px;
  }
}
@media (min-width: 720px) {
  [data-page="calendar"] .event-row {
    padding-left: calc(((100vw - 672px) / 2) + 24px);
    padding-right: calc(((100vw - 672px) / 2) + 24px);
    margin-left: calc((((100vw - 672px) / 2) + 24px) * -1);
    margin-right: calc((((100vw - 672px) / 2) + 24px) * -1);
  }
}
@media (min-width: 1024px) {
  [data-page="calendar"] .event-row {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -18px;
    margin-right: -18px;
  }
}
[data-page="calendar"] .event-row .row {
  pointer-events: none;
}
[data-page="calendar"] .event-row.hasbg:before {
  content: '';
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: -36px;
  right: -36px;
  bottom: 0;
  z-index: -1;
  display: block;
}
@media (min-width: 720px) {
  [data-page="calendar"] .event-row.hasbg:before {
    left: 0;
    right: 0;
  }
}
@media (min-width: 1024px) {
  [data-page="calendar"] .event-row.hasbg:before {
    left: 0;
    right: 0;
  }
}
[data-page="calendar"] .event-row:after {
  content: '';
  background: transparent;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -18px;
  z-index: -1;
  display: block;
  -webkit-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}
@media (min-width: 600px) {
  [data-page="calendar"] .event-row:after {
    left: 0;
  }
}
[data-page="calendar"] .event-row.showthis {
  display: block;
}
[data-page="calendar"] .event-row .event-cal {
  float: left;
  position: relative;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  [data-page="calendar"] .event-row .event-cal {
    padding-right: 18px;
    margin-bottom: 0;
  }
}
[data-page="calendar"] .event-row .event-cal:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  margin-top: 4px;
  margin-right: 9px;
  display: block;
  float: left;
}
@media (min-width: 1024px) {
  [data-page="calendar"] .event-row .event-cal:before {
    width: 9px;
    height: 9px;
    margin-top: 7.5px;
    margin-right: 0;
  }
}
[data-page="calendar"] .event-row .event-cal span {
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  float: left;
}
@media (min-width: 1024px) {
  [data-page="calendar"] .event-row .event-cal span {
    display: none;
  }
}
[data-page="calendar"] .event-row .event-name {
  font-size: 18px;
  clear: both;
}
@media (min-width: 1024px) {
  [data-page="calendar"] .event-row .event-name {
    width: calc(100% - 27px);
    clear: none;
    float: left;
  }
}
@media (max-width: 719px) {
  [data-page="calendar"] .event-row .event-name {
    padding-right: 24px;
  }
}
[data-page="calendar"] .event-row .event-date {
  color: #840028;
  font-size: 15px;
  font-style: italic;
  margin-top: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  [data-page="calendar"] .event-row .event-date {
    line-height: 24px;
    margin-top: 0;
    padding-left: 18px;
  }
}
[data-page="calendar"] .event-row .event-date:after {
  color: #666;
  content: "\f0a9";
  font-size: 18px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: calc(100% + 12px);
  right: 0;
}
@media (min-width: 1024px) {
  [data-page="calendar"] .event-row .event-date:after {
    top: 0;
    bottom: auto;
  }
}
[data-page="calendar"] .event-row.cal-academic .event-cal:before {
  background: #840028;
}
[data-page="calendar"] .event-row.cal-athletic .event-cal:before {
  background: #9e1b37;
}
[data-page="calendar"] .event-row.cal-admission .event-cal:before {
  background: #4f6b82;
}
[data-page="calendar"] .event-row.cal-crownforum .event-cal:before {
  background: #c1a231;
}
[data-page="calendar"] .event-row.cal-general .event-cal:before {
  background: #5c791a;
}
[data-page="calendar"] .event-row.cal-alumni .event-cal:before {
  background: #c5c19d;
}
[data-page="calendar"] .event-row:hover .event-date:after {
  font-weight: 900;
}
[data-page="calendar"] .event-row:hover:after {
  background: #840028;
}
.page-our-history #aspot {
  width: 100%;
  height: 100vh;
  background: #840028;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page-our-history #aspot .bgimg {
  width: 100%;
  height: 100vh;
  background-position: center center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 719px) {
  .page-our-history #aspot .bgimg {
    background-position: center center;
  }
}
.page-our-history #aspot .bgvid {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-our-history #aspot .aspot-content {
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding-bottom: 92px;
  position: relative;
  z-index: 1;
}
@media (min-width: 720px) {
  .page-our-history #aspot .aspot-content {
    padding-bottom: 72px;
  }
}
@media (min-width: 1024px) {
  .page-our-history #aspot .aspot-content {
    padding-bottom: 153px;
  }
}
.page-ready .page-our-history #aspot .aspot-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.page-our-history #aspot .aspot-content:before {
  content: '';
  width: 100%;
  height: 144px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}
@media (min-width: 1024px) {
  .page-our-history #aspot .aspot-content:before {
    height: 302px;
  }
}
.page-our-history #aspot .aspot-content h1 {
  color: #ffffff;
  font-family: 'AlternateGotNo3D', sans-serif;
  font-size: 48px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 720px) {
  .page-our-history #aspot .aspot-content h1 {
    font-size: 96px;
  }
}
.page-our-history #timeline {
  background: #840028;
  position: relative;
  z-index: 1;
}
.hide-hero.page-our-history #timeline {
  padding-top: 90px;
}
.page-our-history #timeline:before {
  content: '';
  width: 100%;
  height: 144px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  display: block;
  pointer-events: none;
}
.page-our-history #timeline:after {
  content: '';
  width: 1px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 36px;
  bottom: 72px;
  z-index: 1;
  display: block;
}
@media (min-width: 480px) {
  .page-our-history #timeline:after {
    left: 48px;
  }
}
@media (min-width: 720px) {
  .page-our-history #timeline:after {
    left: calc(((100vw - 672px) + (36px*3)) / 2);
  }
}
@media (min-width: 1024px) {
  .page-our-history #timeline:after {
    width: 1px;
    top: -135px;
    left: 50%;
    bottom: 108px;
    margin-left: 0;
  }
}
.page-our-history #timeline .scroll-cue {
  bottom: auto;
  top: -68px;
}
@media (min-width: 720px) and (max-width: 1023px) and (orientation: landscape) {
  .page-our-history #timeline .scroll-cue {
    height: 135px;
  }
}
@media (min-width: 1024px) and (max-height: 720px) {
  .page-our-history #timeline .scroll-cue {
    height: 135px;
  }
}
@media (max-height: 720px) {
  .page-our-history #timeline .scroll-cue {
    height: 135px;
  }
}
@media (max-width: 360px) {
  .page-our-history #timeline .scroll-cue {
    height: 135px;
  }
}
@media (min-width: 1024px) {
  .page-our-history #timeline .scroll-cue {
    display: none !important;
  }
}
.page-our-history #timeline .scroll-cue.hide-cue {
  opacity: 1;
}
.is-mobile .page-our-history #timeline .scroll-cue.hide-cue {
  opacity: 1;
}
.page-our-history #timeline .timeline-nav {
  font-size: 18px;
  font-family: 'AlternateGotNo3D', sans-serif;
  line-height: 1;
  width: 100%;
  background: #840028;
  padding: 36px 0;
  position: relative;
}
@media (max-width: 1023px) {
  .page-our-history #timeline .timeline-nav {
    z-index: 2;
  }
}
.hide-hero.page-our-history #timeline .timeline-nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #840028), to(rgba(132, 0, 40, 0)));
  background: -webkit-linear-gradient(top, #840028 65%, rgba(132, 0, 40, 0) 100%);
  background: -o-linear-gradient(top, #840028 65%, rgba(132, 0, 40, 0) 100%);
  background: linear-gradient(to bottom, #840028 65%, rgba(132, 0, 40, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.page-our-history #timeline .timeline-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-our-history #timeline .timeline-nav ul li {
  margin: 0 36px;
}
.page-our-history #timeline .timeline-nav ul li a {
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.page-our-history #timeline .timeline-nav ul li a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -0.375em;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.touchevents .page-our-history #timeline .timeline-nav ul li a:after {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touchevents .page-our-history #timeline .timeline-nav ul li a:hover:after {
  opacity: 1;
}
.no-touchevents .page-our-history #timeline .timeline-nav ul li a:active:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.page-our-history #timeline .timeline-nav ul li a:hover:after {
  opacity: 1;
}
.page-our-history #timeline .timeline-nav ul li a:active:after {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.touchevents .page-our-history #timeline .timeline-nav ul li a:hover:after,
.touchevents .page-our-history #timeline .timeline-nav ul li a:active:after {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.page-our-history #timeline .timeline-era {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  min-height: 90vh;
}
@media (min-width: 1024px) {
  .page-our-history #timeline .timeline-era {
    background-position: center top;
  }
}
.page-our-history #timeline .timeline-era:last-child {
  padding-bottom: 72px;
}
@media (min-width: 1024px) {
  .page-our-history #timeline .timeline-era:last-child {
    padding-bottom: 108px;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .page-our-history #timeline .timeline-era:last-child .timeline-section:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 719px) {
  .page-our-history #timeline .timeline-era .timeline-section {
    padding-left: 36px;
  }
}
.page-our-history #timeline .timeline-section {
  color: #ffffff;
  padding-top: 72px;
  position: relative;
}
@media (min-width: 720px) {
  .page-our-history #timeline .timeline-section {
    padding-top: 48px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .page-our-history #timeline .timeline-section {
    padding-bottom: 0;
  }
}
.page-our-history #timeline .timeline-section h2 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.29;
  margin-bottom: 12px;
}
@media (min-width: 720px) {
  .page-our-history #timeline .timeline-section h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .page-our-history #timeline .timeline-section h2 {
    font-size: 36px;
    line-height: 1;
  }
}
.page-our-history #timeline .timeline-section.timeline-intro {
  background: #840028;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .page-our-history #timeline .timeline-section.timeline-intro {
    padding-top: 36px;
  }
}
@media (max-width: 1023px) {
  .page-our-history #timeline .timeline-section.timeline-intro {
    padding-bottom: 48px;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .page-our-history #timeline .timeline-section.timeline-intro + .timeline-era .timeline-section:first-child {
    padding-top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .page-our-history #timeline .timeline-section.timeline-intro + .timeline-era .timeline-section:nth-child(2) {
    padding-top: 280px;
  }
}
@media (min-width: 1024px) {
  .page-our-history #timeline .timeline-section.timeline-intro > div > div > div {
    height: 0;
  }
}
.page-our-history #timeline .timeline-section.timeline-intro p {
  font-size: 18px;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .page-our-history #timeline .timeline-section.timeline-intro p {
    font-size: 24px;
    padding-right: 36px;
  }
}
.page-our-history #timeline .timeline-section figure.has-vid a {
  display: block;
  position: relative;
}
.page-our-history #timeline .timeline-section figure.has-vid a i {
  color: #ffffff;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .page-our-history #timeline .timeline-section figure.has-vid a i {
    font-size: 48px;
  }
}
.page-our-history #timeline .timeline-section figure.has-vid .video-wrapper {
  margin-bottom: 15px;
}
.page-our-history #timeline .timeline-section figure img {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.page-our-history #timeline .timeline-section figure figcaption p {
  font-size: 15px;
  font-style: italic;
  line-height: 1.2;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .page-our-history #timeline .timeline-section figure.img-split {
    width: 100%;
    float: left;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .page-our-history #timeline .timeline-section figure.img-split img {
    width: calc(50% - 18px);
    margin-bottom: 0;
    float: left;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .page-our-history #timeline .timeline-section figure.img-split figcaption {
    width: calc(50% - 18px);
    float: right;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .page-our-history #timeline .timeline-section figure.capt-split figcaption {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .page-our-history #timeline .timeline-section .o-h {
    overflow: hidden;
  }
}
.page-our-history #timeline .timeline-section.tl-l figure,
.page-our-history #timeline .timeline-section.tl-r figure {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.page-our-history #timeline .timeline-section.tl-l figure {
  -webkit-transform: translateX(-36px);
  -ms-transform: translateX(-36px);
  transform: translateX(-36px);
}
@media (min-width: 720px) {
  .page-our-history #timeline .timeline-section.tl-l figure {
    -webkit-transform: translateX(-82px);
    -ms-transform: translateX(-82px);
    transform: translateX(-82px);
  }
}
@media (min-width: 1024px) {
  .page-our-history #timeline .timeline-section.tl-l figure {
    -webkit-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
  }
}
.page-our-history #timeline .timeline-section.tl-r figure {
  -webkit-transform: translateX(-36px);
  -ms-transform: translateX(-36px);
  transform: translateX(-36px);
}
@media (min-width: 720px) {
  .page-our-history #timeline .timeline-section.tl-r figure {
    -webkit-transform: translateX(-82px);
    -ms-transform: translateX(-82px);
    transform: translateX(-82px);
  }
}
@media (min-width: 1024px) {
  .page-our-history #timeline .timeline-section.tl-r figure {
    -webkit-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    transform: translateX(-120px);
  }
}
.page-our-history #timeline .timeline-section.tl-reveal.tl-l figure,
.page-our-history #timeline .timeline-section.tl-reveal.tl-r figure {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 719px) {
  .page-our-history #timeline .timeline-intro + .timeline-era .timeline-section:first-child {
    padding-top: 0;
  }
}
.hide-hero.page-our-history #site-header.going-up + main #timeline .timeline-nav {
  opacity: 0;
}
.page-our-history .video-wrapper {
  width: 100%;
  max-width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.page-our-history .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .mu30-md {
    margin-top: -30px;
  }
}
@media (min-width: 1024px) {
  .mu60-md {
    margin-top: -60px;
  }
}
@media (min-width: 1024px) {
  .mu120-md {
    margin-top: -120px;
  }
}
@media (min-width: 1024px) {
  .mu240-md {
    margin-top: -240px;
  }
}
.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: 600px) {
  .vert-center.container {
    width: 552px;
  }
}
@media (min-width: 720px) {
  .vert-center.container {
    width: 672px;
  }
}
@media (min-width: 1024px) {
  .vert-center.container {
    width: 976px;
  }
}
@media (min-width: 1280px) {
  .vert-center.container {
    width: 1208px;
  }
}
@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 !important;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .hide-md {
    display: none !important;
  }
}
.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: 1600px) {
  .hide-xxl {
    display: none;
  }
}
@media (min-width: 1280px) {
  .hide-lg {
    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: 599px) {
  .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;
  -o-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;
  -o-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;
  -ms-transform: none;
  transform: none;
}

ul.multilevel-linkul-0 {
    padding-top: 1em;
    padding-left: 2em;
}
.currentbranch0 a {color: #840028!important}

#site-navigation .nav-dropdown li span { color: #ccc; }
ul.numbering {
  list-style: decimal!important;
  list-style-position: inside!important;
}
ul.numbering li:before { content: none!important; }
ul.numbering li {
  padding-left: 0!important;
}
li.no-before:before { content: none!important; }
li > ol {
  margin-left:3em!important;
}
@media (max-width: 576px) {
  .page-intro {
    padding-left: 18px;
    padding-right: 18px;
  }
}


























