@charset "UTF-8";
/*
Theme Name: St Marys
Text Domain: stmarys
Theme URI: https://www.stmarys.wa.edu.au/
description: St Marys Theme 
Author: Concise Digital
Author URI: https://www.concise.digital/
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Normalise but spelled correctly
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Generic variables- Clean style to be easy to overwrite in child theme
--------------------------------------------- */
@font-face {
  font-family: "Apparel";
  src: url("assets/fonts/Apparel-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --block-padding: 40px;
  --site-min-padding: 20px;
  --site-max-width: 1400px;
  --content-max-width: 720px;
  --vh: 1vh;
}
@media (min-width: 900px) {
  :root {
    --block-padding: 80px;
    --site-min-padding: 40px;
  }
}

/************** @MIXINS ************/
/* Responsive media query mixins */
/* Hack + IE Mixins */
/*
	Clearfix
	Shouldn't be needed much with modern layout css
*/
/*
	Mixin to center block object
*/
/*
	Mixin to set inner image to cover
*/
/* 
	Hack + IE Mixins 
*/
/**
 * Font Sizes
 * Create default font sizes across all screen sizes with one declaration
 * e.g. @include font-sizes( 34px, 42px, 46px );
 *
**/
body,
html {
  font-size: 62.5%;
  max-width: 100%;
}

div {
  font-size: 1.6rem;
  line-height: 2.1rem;
}

/************** BASE ************/
html {
  scroll-behavior: smooth;
}

.rsp-img,
article img {
  display: block;
  max-width: 100%;
  height: auto;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.image-container {
  display: block;
  overflow: hidden;
  width: 100%;
}
.image-container img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .image-container {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.hidden {
  display: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/*********** WORDPRESS IMAGES **************/
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.wp-caption {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
div.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wp-block-image img {
  display: block;
  height: auto;
}

.wp-caption-text,
.wp-block-image figcaption {
  text-align: center;
  padding: 0.5rem;
  font-style: italic;
  background-color: #ebebeb;
  margin-bottom: 1.5rem;
  margin-top: 0;
  color: #707070;
  font-size: 1.4rem;
}

iframe {
  display: block;
  max-width: 100%;
}

/*********** PADDING & MARGIN **************/
/************** BORDERS ************/
/************** BACKGROUNDS ************/
.entry-content {
  width: 100%;
  max-width: calc(var(--content-max-width) + 2 * var(--site-min-padding));
  padding: var(--site-min-padding);
  margin-left: auto;
  margin-right: auto;
}
.entry-content > .has-background.alignfull:first-child,
.entry-content > .block-video-feature.alignfull:first-child {
  margin-top: calc(var(--site-min-padding) * -1);
}
.entry-content > .has-background.alignfull:last-child {
  margin-bottom: calc(var(--site-min-padding) * -1);
}
.entry-content * {
  scroll-margin-top: 100px;
}
@media (max-width: 600px) {
  .entry-content * {
    scroll-margin-top: 80px;
  }
}

/* Alignfull and Alignwide
  --------------------------------------------- */
.content .alignfull {
  max-width: none;
  width: 100vw;
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 800px) {
  .alignwide,
  .entry-content .alignwide,
  .content .alignwide {
    max-width: none;
    margin-left: -3em;
    margin-right: -3em;
  }
  .alignfull,
  .content .alignfull,
  .content .feature-section {
    max-width: none;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
@media (min-width: 1100px) {
  .alignwide,
  .entry-content .alignwide,
  .content .alignwide {
    max-width: none;
    margin-left: -11em;
    margin-right: -11em;
  }
}
@media (min-width: 1400px) {
  .alignwide,
  .content .alignwide {
    max-width: calc(var(--site-max-width) + 2 * var(--site-min-padding));
    margin-left: calc(var(--site-max-width) / -2 + 50%);
    margin-right: calc(var(--site-max-width) / -2 + 50%);
  }
}
/* Button block
  --------------------------------------------- */
.wp-block-buttons .wp-block-button {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-button__link,
.wp-block-button__link:link,
.wp-block-button__link:visited {
  padding: 0.6em 1.2em;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #901728;
  background-color: transparent;
  border: solid 1px #901728;
}
.wp-block-button__link:hover, .wp-block-button__link:focus,
.wp-block-button__link:link:hover,
.wp-block-button__link:link:focus,
.wp-block-button__link:visited:hover,
.wp-block-button__link:visited:focus {
  text-decoration: none;
  color: #901728;
  outline: solid 1px;
}
.wp-block-button__link:focus,
.wp-block-button__link:link:focus,
.wp-block-button__link:visited:focus {
  outline: solid 2px #901728;
}
@media (max-width: 600px) {
  .wp-block-button__link,
  .wp-block-button__link:link,
  .wp-block-button__link:visited {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* Columns
  --------------------------------------------- */
@media (min-width: 700px) {
  .entry-content .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .entry-content .wp-block-columns > .wp-block-column {
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0;
  }
  .entry-content .wp-block-columns > .wp-block-column:first-child {
    margin-left: 0;
  }
  .entry-content .wp-block-columns > .wp-block-column:last-child {
    margin-right: 0;
  }
}
main ul.wp-block-gallery {
  margin-left: 0;
}

/* Blockquotes
  --------------------------------------------- */
blockquote.wp-block-quote {
  padding-left: 2em;
  border-left: solid 3px #cfd2d3;
}
blockquote.wp-block-quote cite {
  display: block;
  opacity: 0.9;
  margin-top: 0.8em;
  font-style: italic;
}
blockquote.wp-block-quote.is-style-large {
  border-left: 0;
  border-top: solid 3px #cfd2d3;
  border-bottom: solid 3px #cfd2d3;
  padding: 2em 0;
  margin-top: 1.2em;
}
blockquote.wp-block-quote.is-style-large p {
  font-weight: 300;
}

/* Cover block
  --------------------------------------------- */
.wp-block-cover.wp-block-cover {
  height: auto;
}

.wp-block-cover.alignfull .wp-block-cover__inner-container p:last-child,
.wp-block-cover.alignwide .wp-block-cover__inner-container p:last-child {
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .wp-block-cover.alignfull .wp-block-cover__inner-container,
  .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .wp-block-cover.alignfull .wp-block-cover__inner-container,
  .wp-block-cover.alignwide .wp-block-cover__inner-container {
    padding: 0 30px;
  }
}

/* Group block
  --------------------------------------------- */
.wp-block-group.has-background > .wp-block-group__inner-container {
  width: 100%;
  max-width: calc(var(--content-max-width) + 2 * var(--site-min-padding));
  padding: calc(var(--site-min-padding) * 2);
  margin-bottom: calc(var(--site-min-padding) * 2);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.has-background > .wp-block-group__inner-container > :first-child {
  margin-top: 0;
}
@media (min-width: 800px) {
  .wp-block-group.has-background:not(.alignfull):not(.alignwide) {
    max-width: none;
    margin-left: calc(var(--site-min-padding) * -1);
    margin-right: calc(var(--site-min-padding) * -1);
  }
}

.entry-content > .wp-block-group.has-background:last-child .wp-block-group__inner-container {
  margin-bottom: 0;
}

/* Separator Block
  --------------------------------------------- */
hr.wp-block-separator {
  position: relative;
  margin: auto;
  text-align: center;
  z-index: 1;
  width: auto;
  min-height: 50px;
  border: 0px;
  background-image: url(assets/images/small-crest.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  height: auto;
  margin-top: var(--site-min-padding);
  margin-bottom: var(--site-min-padding);
}
hr.wp-block-separator:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 44%;
  height: 1px;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
}
hr.wp-block-separator:after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 44%;
  height: 1px;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 900px) {
  hr.wp-block-separator {
    background-size: 32px;
  }
}

/* Media & Text block
  --------------------------------------------- */
.wp-block-media-text img {
  height: auto;
}

/* media and text block */
@media (max-width: 600px) {
  .wp-block-media-text:not(.has-background) .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-media-text__content h4 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.75em;
  font-size: 16px;
}
.wp-block-media-text__content h4::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 80px;
  background-color: #424242;
}
.wp-block-media-text__content h4 + h3 {
  margin-top: 0.5em;
}

/* Figure
  --------------------------------------------- */
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}
.wp-block-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.quote-landing {
  margin-top: 40px;
  padding: 40px 0;
  position: relative;
}
.quote-landing .quote-blockquote {
  position: relative;
  padding: 60px 30px;
}
@media (min-width: 992px) {
  .quote-landing .quote-blockquote {
    padding: 40px 30px;
  }
}
@media (min-width: 1200px) {
  .quote-landing .quote-blockquote {
    max-width: 1140px;
    margin: auto;
    padding: 40px 100px;
  }
}
.quote-landing .quote-blockquote h2 {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.quote-landing .quote-blockquote h2 p:last-child {
  padding-bottom: 0px;
}
.quote-landing .quote-blockquote:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  height: 34px;
  width: 42px;
  background-image: url(assets/images/quote-marks.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.quote-landing .quote-blockquote:after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 0;
  height: 34px;
  width: 42px;
  background-image: url(assets/images/quote-marks.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; /* IE 9 */
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.quote-landing:before {
  content: "";
  position: absolute;
  top: -18px;
  left: auto;
  right: auto;
  height: 34px;
  width: 100%;
  background-image: url(assets/images/small-crest.svg);
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 992px) {
  .quote-landing {
    padding: 120px 0;
  }
}
@media (min-width: 1200px) {
  .quote-landing {
    padding: 160px 0;
  }
}

.welcome_sec {
  margin-bottom: 40px;
  position: relative;
}
.welcome_sec:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: auto;
  right: auto;
  height: 34px;
  width: 40px;
  background-image: url(assets/images/small-crest.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 9;
}

.news__sec {
  padding: 50px 0;
}
.news__sec .news_grid {
  padding-top: 25px;
  margin-top: 0;
}
.news__sec .news_grid_box {
  max-width: 360px;
  margin: auto;
}

@media (min-width: 768px) {
  .news__sec .news_grid_box {
    max-width: unset;
    margin: unset;
  }
}
@media (min-width: 1200px) {
  .news__sec .news_cnt_box h4 {
    min-height: 67px;
  }
}
@media (min-width: 1500px) {
  .news__sec .news_cnt_box h4 {
    min-height: 75px;
  }
}
.lightweight-accordion {
  margin-top: 2px !important;
}

.lightweight-accordion .lightweight-accordion-title {
  padding: 16px 36px 16px 0px !important;
  color: #901728 !important;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: transparent !important;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0px;
  font-size: 22px !important;
  font-family: "Apparel", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.lightweight-accordion .lightweight-accordion-title::after {
  content: "";
  width: 18px;
  height: 24px;
  background-image: url(assets/images/not-open.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  right: 14px;
  top: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lightweight-accordion details[open] .lightweight-accordion-title::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lightweight-accordion .lightweight-accordion-title span {
  font-size: 22px !important;
}

.lightweight-accordion .lightweight-accordion-title span b {
  color: #901728 !important;
}

.lightweight-accordion .lightweight-accordion-title::marker {
  content: none;
}

.lightweight-accordion details[open] summary ~ * {
  border-bottom: 0;
  padding: 10px 0 !important;
  margin-top: 0 !important;
}

.lightweight-accordion details[open] .lightweight-accordion-title {
  background: transparent;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0;
}

.lightweight-accordion .lightweight-accordion-body p {
  margin-top: 0px;
  margin-bottom: 16px;
}

.lightweight-accordion .lightweight-accordion-body p:last-child {
  margin-bottom: 0px;
}

.lightweight-accordion {
  margin-bottom: 12px;
}

.lightweight-accordion .lightweight-accordion-body {
  font-size: 16px;
}

.lightweight-accordion .lightweight-accordion-body ul {
  margin-bottom: 26px;
  margin-top: 0;
}

@media (min-width: 1200px) {
  .lightweight-accordion .lightweight-accordion-body {
    font-size: 18px;
  }
}
.is-style-stripes.mobile-responsive-table {
  margin: 0 !important;
  position: relative;
  overflow-x: scroll;
}

.is-style-stripes.mobile-responsive-table table {
  width: 1200px !important;
  margin: 0 auto 54px;
  max-width: none;
}

.tour-btn {
  position: relative;
  padding-top: 26px;
}

.tour-btn:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  height: 1px;
  width: 80px;
  margin-left: -40px;
  background-color: #fff;
  opacity: 0.4;
}

.tour-btn .wp-block-button__link {
  background-color: #fff;
  font-weight: 600;
  padding: 0.8em 2em;
  font-size: 18px;
  letter-spacing: 0.6px;
}

.tour-btn .wp-block-button__link:hover {
  background-color: #901728;
  color: #fff;
}

.virtual-tour-block a:hover .tour-btn .wp-block-button__link {
  background-color: #901728;
  color: #fff;
  outline: solid 1px #fff;
}

.special-tour-btn .wp-block-button__link {
  background-color: #901728;
  color: #fff;
  border: 0px;
}

.special-tour-btn .wp-block-button__link:hover {
  background-color: #fff;
  color: #901728;
}

@media (max-width: 1399px) {
  .entry-content .is-style-stripes.mobile-responsive-table table::after {
    position: absolute;
    content: "Scroll to view full table →";
    width: 100%;
    margin-top: 18px;
    text-align: center;
    display: block;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .entry-content .is-style-stripes.mobile-responsive-table table::after {
    position: absolute;
    content: "Scroll to view full table →";
    width: 100%;
    margin-top: 18px;
    text-align: left;
    padding-right: 20px;
    display: block;
    left: 0;
  }
}
body {
  font-family: "Lato", sans-serif;
  font-size: 62.5%;
  font-size: 1.7rem;
  line-height: 1.7;
  color: #424242;
  font-weight: 300;
}

h1, h2, h3 {
  font-family: "Apparel", sans-serif;
  font-weight: 400;
  color: #901728;
  line-height: 1.4;
}

h1 {
  color: #10212a;
  font-size: 24px;
}
@media (min-width: 600px) {
  h1 {
    font-size: 28px;
  }
}
@media (min-width: 900px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 24px;
}
@media (min-width: 600px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 900px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 20px;
}
@media (min-width: 600px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  h3 {
    font-size: 26px;
  }
}

h4, h5 {
  font-size: 17px;
  font-weight: 300;
}
@media (min-width: 600px) {
  h4, h5 {
    font-size: 18px;
  }
}

p {
  font-size: 1.7rem;
  line-height: 1.7;
  margin-bottom: 1em;
  color: #424242;
  font-weight: 300;
}

p:last-child {
  margin-bottom: 0;
}

.entry-content * + * {
  margin-top: 1.3em;
  margin-bottom: 0;
}
.entry-content > * + * {
  margin-top: 1.3em;
  margin-bottom: 0;
}
.entry-content li + li {
  margin-top: 1em;
}
.entry-content ul, .entry-content ol {
  margin-left: 0;
  padding-left: 1.2em;
}
.entry-content li::marker {
  color: #901728;
}
.entry-content hr + * {
  margin-top: 0;
}
.entry-content h1 * + *, .entry-content h2 * + *, .entry-content h3 * + *, .entry-content h4 * + *, .entry-content h5 * + *, .entry-content h6 * + *, .entry-content p * + * {
  margin-top: 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 0;
}
.entry-content p, .entry-content ul, .entry-content ol, .entry-content div, .entry-content figure {
  margin-bottom: 0;
}
.entry-content p {
  max-width: 70em;
}
.entry-content p:not(.has-text-color) a {
  color: #901728;
  text-decoration: underline;
}

small,
.small-text {
  font-size: 1.4rem;
  line-height: 1.4;
}

em,
.italic {
  font-style: italic;
}

strong,
b {
  font-weight: 800;
}

date {
  font-size: 1.5rem;
  opacity: 0.9;
}

mark {
  background-color: #901728;
  color: #fff;
}

/*  Utilities  */
.large-0 {
  font-size: 1.1em;
}

.large-1 {
  font-size: 1.2em;
}

.large-2 {
  font-size: 1.5em;
}

.large-3 {
  font-size: 2em;
}

.large-4 {
  font-size: 3em;
}

@media (min-width: 900px) {
  .large-0 {
    font-size: 1.2em;
  }
  .large-1 {
    font-size: 1.5em;
  }
  .large-2 {
    font-size: 2em;
  }
  .large-3 {
    font-size: 2.5em;
  }
}
.text-centre,
.text-center,
.aligncenter,
.text-centre *,
.text-center * {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-normalcase {
  text-transform: none;
}

.highlight-text {
  color: #154C6C;
}

.light-text,
.light-text *,
.white-text {
  color: #fff;
}

.orange-text {
  color: #901728;
}

.blue-text {
  color: #154C6C;
}

.grey-text {
  color: #cfd2d3;
}

::-moz-selection {
  background-color: #361a24;
  color: #fff;
}

::selection {
  background-color: #361a24;
  color: #fff;
}

/* Links and buttons  */
a {
  color: inherit;
  cursor: pointer;
}

main a {
  text-decoration: underline;
}

/*  Lists  */
ul,
ol,
li {
  font-size: 1.7rem;
  line-height: 1.4;
}

ul.display-list,
article ul,
article ol,
main ol,
main ul {
  list-style: disc;
  margin-left: 2.3rem;
}
ul.display-list li,
article ul li,
article ol li,
main ol li,
main ul li {
  position: relative;
}

article ol li,
main ol li {
  list-style-type: decimal;
}

@media (min-width: 800px) {
  ul.multi-col-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
ul.social-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
ul.social-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
ul.social-list li img {
  width: 40px;
  height: auto;
  display: block;
}

dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  color: #cfd2d3;
}
dl dt {
  color: #154C6C;
  font-weight: 400;
}
dl dd {
  font-size: 1.4rem;
}

/* Tables */
main table,
main tbody {
  width: 100%;
  font-size: 1.45rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  border-collapse: collapse;
  overflow-x: auto;
}
main table tr,
main tbody tr {
  width: 100%;
}
main table td,
main tbody td {
  padding: 4px 12px;
}
main table.lined-table tr,
main tbody.lined-table tr {
  border-bottom: solid 1px #cfd2d3;
}

/* Responsive Tables */
@media (max-width: 700px) {
  .entry-content table {
    margin: 2em 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    position: relative;
  }
  .entry-content table td {
    padding: 3px 6px;
  }
  .entry-content table::after {
    position: absolute;
    content: "Scroll to view full table →";
    width: 100vw;
    margin-top: 10px;
    text-align: center;
    display: block;
  }
}
ul.blocks-gallery-grid {
  padding-left: 0px;
}

/******** PAGE HEADERS ********/
.page-header-container {
  margin-bottom: 1em;
}
.page-header-container .page-pre-header {
  color: #901728;
  text-transform: uppercase;
}

/******** PAGE INNER LINKS ********/
.inner-nav {
  padding: 10px 0;
  border-bottom: 1px solid #cfc5c6;
  background-color: #fff;
  margin-bottom: 0;
  position: sticky;
  z-index: 7;
  top: 0;
}
.inner-nav a {
  color: #424242;
  font-size: 12px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.inner-nav a:hover {
  color: #901728;
}
.inner-nav a:hover:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #901728;
  bottom: -5px;
  left: 0;
}
.inner-nav .active > a {
  color: #901728;
}
@media (min-width: 992px) {
  .inner-nav .active > a:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #901728;
    bottom: -5px;
    left: 0;
  }
}
.inner-nav .inner-page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.inner-nav .inner-page-nav li {
  list-style: none;
  position: relative;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .inner-nav .inner-page-nav li {
    margin-right: 10px;
    margin-bottom: 0;
    position: relative;
    padding-right: 10px;
  }
  .inner-nav .inner-page-nav li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    background-color: #979797;
    width: 1px;
    height: 15px;
  }
  .inner-nav .inner-page-nav li:last-child:after {
    content: none;
  }
}
@media (min-width: 1200px) {
  .inner-nav .inner-page-nav li {
    padding-right: 20px;
    margin-right: 20px;
  }
}
.inner-nav .inner-page-nav .toggle-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inner-nav .inner-page-nav .toggle-menu .default-menu-title {
  display: none;
  color: #424242;
  font-size: 12px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 1px 0 0 0;
}
@media (max-width: 991px) {
  .inner-nav .inner-page-nav .toggle-menu .default-menu-title {
    display: inherit;
  }
}
@media (max-width: 991px) {
  .inner-nav .inner-page-nav .toggle-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .inner-nav .inner-page-nav li.parent-link a {
    padding-right: 0px;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .inner-nav .inner-page-nav li.parent-link:after {
    background-image: url(assets/images/acc_arrow.png);
    background-size: contain;
    right: -6px;
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    top: 7px;
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  .inner-nav .inner-page-nav li.parent-link {
    margin-right: 24px;
  }
  .inner-nav .inner-page-nav li.parent-link:after {
    display: inline-block;
    content: "";
    background-image: url(assets/images/acc_arrow.png);
    background-size: contain;
    right: -6px;
    background-repeat: no-repeat;
    width: 6px;
    height: 8px;
    top: 8px;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.inner-nav .inner-page-nav .mobile-toggle-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .inner-nav .inner-page-nav .mobile-toggle-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .inner-nav .inner-page-nav li.child-link {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .inner-nav .inner-page-nav.link_arr .parent-link:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (min-width: 992px) {
  .inner-nav {
    padding: 20px 0;
  }
}

.page-template-simple-page .inner-nav,
body.normal_header .inner-nav {
  border-bottom: 0;
  max-width: calc(var(--site-max-width) + 2 * var(--site-min-padding));
  padding-right: var(--site-min-padding);
  padding-left: var(--site-min-padding);
  margin-left: auto;
  margin-right: auto;
}
.page-template-simple-page .inner-nav .inner-page-nav,
body.normal_header .inner-nav .inner-page-nav {
  margin-left: 0;
  padding-left: 0;
}

/******** BACK TO LINK ********/
.back_page_section {
  background-color: #EAE5DD;
  text-align: center;
  overflow: hidden;
  padding: 38px 20px;
  position: relative;
  /******** PAGE CONTENT ********/
  /*************** MISC ******************/
  /* fixes potential theme css conflict */
  /* seperator */
  /* back to page section */
}
.back_page_section .back-links-container {
  max-width: var(--content-max-width);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.back_page_section:after {
  content: "";
  position: absolute;
  width: 364px;
  height: 102px;
  top: 0;
  left: 0;
  background-image: url(assets/images/logo_bg2.svg);
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .back_page_section:after {
    left: 10%;
  }
}
.back_page_section a {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  padding-left: 25px;
  color: #901728;
  text-decoration: none;
  position: relative;
}
.back_page_section a:hover {
  color: #10212a;
}
.back_page_section a.back-link::after {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(assets/images/acc_arrow.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 14px;
  top: 4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back_page_section a.back-link:hover::after {
  left: -5px;
}
.back_page_section .video-container {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.back_page_section .video-container iframe,
.back_page_section .video-container object,
.back_page_section .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.back_page_section #main-top:focus,
.back_page_section .page-content:focus {
  outline: none !important;
}
.back_page_section .newsletter-signup input {
  border: none;
}
.back_page_section .acf-map {
  width: 100%;
  height: 500px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.back_page_section .acf-map * + * {
  margin-top: auto;
}
.back_page_section .acf-map img {
  max-width: inherit !important;
}

/* news archive page */
.section-padding {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .section-padding {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .section-padding {
    padding: 100px 0;
  }
}

.main-section-container {
  position: relative;
  max-width: calc(var(--site-max-width) + 2 * var(--site-min-padding));
  padding-right: var(--site-min-padding);
  padding-left: var(--site-min-padding);
  margin-left: auto;
  margin-right: auto;
}
.main-section-container hr.wp-block-separator.bottom-wp-block-separator {
  background-image: url(assets/images/grey-small-crest.svg);
}
.main-section-container hr.wp-block-separator.bottom-wp-block-separator:before {
  width: 44%;
}
.main-section-container hr.wp-block-separator.bottom-wp-block-separator:after {
  width: 44%;
}

.dropdown_select {
  border: 1px solid #b8ccea;
  padding: 8px 45px 8px 20px;
  -webkit-appearance: none;
  background-image: url(assets/images/select_arr.png);
  background-repeat: no-repeat;
  background-position: 91% 19px;
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
}
@media (max-width: 767px) {
  .dropdown_select {
    display: block;
    width: 100%;
    padding: 8px 20px;
    background-position: 95% 18px;
  }
}

.facetwp-dropdown {
  border: 1px solid #b8ccea;
  padding: 8px 45px 8px 20px;
  -webkit-appearance: none;
  background-image: url(assets/images/select_arr.png);
  background-repeat: no-repeat;
  background-position: 91% 19px;
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
}
@media (max-width: 767px) {
  .facetwp-dropdown {
    display: block;
    width: 100%;
    padding: 8px 20px;
    background-position: 95% 18px;
  }
}

.entry-content .facetwp-facet {
  margin-top: 0px;
}

.news_select_box {
  margin-bottom: 2em;
  padding-left: 0px;
}
@media (max-width: 767px) {
  .news_select_box {
    margin-bottom: 40px;
  }
}

.news_select_box {
  padding-left: 0px;
}
.news_select_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px;
}
.news_select_box li .select_box_title {
  margin: 0px;
  margin-right: 20px;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .news_select_box li .select_box_title {
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .news_select_box li {
    display: block;
    margin-bottom: 15px;
  }
}

.news_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 25px;
  grid-gap: 30px;
}

.news_grid_box {
  margin: 0;
}
.news_grid_box .post-feature-image {
  height: 150px;
  display: block;
  background-color: #cfd2d3;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news_grid_box .post-feature-image {
    height: 130px;
  }
}
@media (min-width: 992px) {
  .news_grid_box .post-feature-image {
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .news_grid_box .post-feature-image {
    height: 150px;
  }
}
@media (min-width: 1500px) {
  .news_grid_box .post-feature-image {
    height: 160px;
  }
}
.news_grid_box .post-feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.news_grid_box:hover .post-feature-image img, .news_grid_box:focus-within .post-feature-image img, .news_grid_box:focus .post-feature-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.news_cnt_box a {
  text-decoration: none;
}
.news_cnt_box h4 {
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .news_cnt_box h4 {
    font-size: 17px;
  }
}
.news_cnt_box h4:after {
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #901728;
  left: 0;
  content: "";
  bottom: 0;
}
.news_cnt_box .post-excerpt p {
  font-size: 16px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .news_select_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .news_select_box li {
    margin-right: 30px;
  }
  .news_select_box li:last-child {
    margin-right: 0;
    margin-top: 0;
  }
  .select_box_title {
    display: inline-block;
  }
  .news_grid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .news_grid {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .news_grid {
    grid-gap: 60px;
  }
}
@media (min-width: 1500px) {
  .news_grid {
    grid-gap: 90px;
  }
}
/* single post styling */
.single-post .post-meta-details {
  font-size: 14px;
  color: #901728;
  text-transform: uppercase;
}

/* single event styling */
.single-events .post-meta-details {
  font-size: 14px;
  color: #901728;
  text-transform: uppercase;
}

/******* announcement section *******/
.header-annoucement {
  background-color: #5badba;
  color: #000;
  padding: 20px 0;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.header-annoucement p {
  font-weight: normal;
  margin-top: 0;
}
.header-annoucement.header-annoucement-larger {
  height: 80vh;
  background-color: #484848;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}
.header-annoucement.header-annoucement-larger p {
  color: #fff;
  margin-bottom: 2em;
}
.header-annoucement.header-annoucement-larger .closebtn {
  color: #fff;
}
.header-annoucement.header-annoucement-larger .btn {
  background-color: #3d3d3d;
  color: #fff;
  border: 1px solid #b5b5b5;
}
.header-annoucement.header-annoucement-larger .btn:hover {
  background-color: #b5b5b5;
  color: #000;
}
@media (min-width: 1200px) {
  .header-annoucement.header-annoucement-larger {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .header-annoucement.header-annoucement-larger .closebtn {
    top: 18px;
  }
}
.header-annoucement.header-annoucement-medium {
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .header-annoucement.header-annoucement-medium {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .header-annoucement.header-annoucement-medium .closebtn {
    top: 18px;
  }
}
.header-annoucement .btn {
  background-color: #7cbdc8;
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 26px;
  font-size: medium;
  border: 1px solid #517378;
  margin-top: 12px;
  display: inline-block;
}
.header-annoucement .btn:hover {
  background-color: #303030;
  color: #fff;
}
.header-annoucement .header-annoucement-container {
  max-width: calc(var(--content-max-width) + 2 * var(--site-min-padding));
  padding-right: var(--site-min-padding);
  padding-left: var(--site-min-padding);
  margin: auto;
}
.header-annoucement a:hover {
  text-decoration: none;
}
.header-annoucement .closebtn {
  position: absolute;
  font-size: 40px;
  color: #000;
  right: 20px;
  top: 20px;
  cursor: pointer;
  font-weight: 300;
}
@media (max-width: 767px) {
  .header-annoucement .closebtn {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .header-annoucement {
    padding: 30px 0 20px 0;
  }
}

/****** event archive page *******/
.events-grid-container {
  position: relative;
  max-width: calc(var(--site-max-width) + 2 * var(--site-min-padding));
  padding-right: var(--site-min-padding);
  padding-left: var(--site-min-padding);
  margin-left: auto;
  margin-right: auto;
}
.events-grid-container hr.wp-block-separator.bottom-wp-block-separator {
  background-image: url(assets/images/grey-small-crest.svg);
}
.events-grid-container hr.wp-block-separator.bottom-wp-block-separator:before {
  width: 44%;
}
.events-grid-container hr.wp-block-separator.bottom-wp-block-separator:after {
  width: 44%;
}

.events-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-flow: dense;
  grid-gap: var(--site-min-padding);
}
@media (min-width: 768px) {
  .events-grid {
    -ms-grid-columns: 1fr var(--site-min-padding) 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .events-grid {
    -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
  }
}

.events-grid-box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.events-grid-box a {
  text-decoration: none;
}
.events-grid-box .event-feature-image {
  background-color: #f1f1f2;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-grid-box .event-feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-grid-box .event-date {
  position: relative;
  font-weight: 400;
  color: #901728;
  padding-bottom: 8px;
  margin: 0 0 18px;
}
.events-grid-box .event-date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 52px;
  background-color: #901728;
}

.events-grid-box.small-events-box .events-box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.events-grid-box.small-events-box .event-box-title {
  background-color: #fff;
  margin-left: 2em;
  margin-top: -1em;
  font-size: 18px;
  color: #10212a;
  padding: 2em;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.events-grid-box.events-grid-full-box .events-box-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (min-width: 800px) {
  .events-grid-box.events-grid-full-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-column: 1/-1;
    gap: var(--site-min-padding);
  }
  .events-grid-box.events-grid-full-box .event-feature-image {
    aspect-ratio: 4/3;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .events-grid-box.events-grid-full-box .events-box-content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .events-grid-box.events-grid-full-box:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/***** search page *****/
.search-container {
  width: 100%;
  max-width: calc(var(--content-max-width) + 2 * var(--site-min-padding));
  padding-right: var(--site-min-padding);
  padding-left: var(--site-min-padding);
  margin-left: auto;
  margin-right: auto;
}
.search-container hr.wp-block-separator.bottom-wp-block-separator {
  background-image: url(assets/images/grey-small-crest.svg);
}
.search-container hr.wp-block-separator.bottom-wp-block-separator:before {
  width: 44%;
}
.search-container hr.wp-block-separator.bottom-wp-block-separator:after {
  width: 44%;
}
.search-container .main-heading-section h4 {
  text-transform: uppercase;
}
.search-container .main-heading-section h1 {
  line-height: 1.5;
}
.search-container .search-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
}
.search-container .search-grid .search-cnt-box a {
  text-decoration: none;
  line-height: 1.5;
}
.search-container .search-grid .search-cnt-box a h3 {
  margin: 0px;
}
.search-container .search-grid .search-cnt-box a:hover h3 {
  color: #000;
}
.search-container .search-grid .search-cnt-box .btn {
  margin-top: 14px;
  padding: 0.6em 1.2em;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #303030;
  background-color: transparent;
  border: solid 2px #dfdbdc;
  display: inline-block;
  font-weight: 500;
}
.search-container .search-grid .search-cnt-box .btn:hover {
  color: #fff;
  background-color: #901728;
  border: solid 2px #901728;
}
@media (min-width: 992px) {
  .search-container .search-grid {
    grid-gap: 60px;
  }
}

.job-list-table.wp-block-table table thead tr {
  background-color: transparent !important;
}
.job-list-table.wp-block-table table tr:nth-child(odd) {
  background-color: #fff;
}

.wp-block-table {
  border-bottom: 0 !important;
}
.wp-block-table table thead tr {
  background-color: transparent !important;
}
.wp-block-table table tr:nth-child(odd) {
  background-color: #fff;
}
.wp-block-table table tr th {
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  padding: 4px 12px;
}
.wp-block-table table tr th:nth-child(2) {
  width: 24%;
}
@media (max-width: 767px) {
  .wp-block-table table tr th {
    white-space: nowrap;
  }
  .wp-block-table table tr th:nth-child(3) {
    padding: 0 0 0 14px;
  }
}
.wp-block-table table tr td img {
  width: 17px;
}
.wp-block-table table tr td span.table_icon {
  margin-left: 1em;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-block-table table tr td span.table_icon img {
  width: 18px;
}
@media (max-width: 767px) {
  .wp-block-table table tr td .table_icon {
    display: none;
  }
  .wp-block-table table tr td:nth-child(3) {
    padding: 0 0 0 18px;
  }
}

.icon_table.wp-block-table table tr td .border_bottom {
  display: block;
  margin-top: 0px;
  padding: 8px 0;
}
.icon_table.wp-block-table table tr td .border_bottom:nth-child(odd) {
  background-color: #f0f0f0;
}
.icon_table.wp-block-table table tr td .table_icon {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 0;
}
.icon_table.wp-block-table table tr td.bg_white {
  background-color: #fff;
}
.icon_table.wp-block-table table tr td.bg_grey {
  background-color: #f0f0f0;
}
.icon_table.wp-block-table table tr td.highlight_td {
  background-color: #fae8ea;
  font-weight: 600;
}
.icon_table.wp-block-table table tr td.highlight_td.darker_shade {
  background-color: #f7d7da;
}
.icon_table.wp-block-table table tr td.has-text-align-center {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .icon_table.wp-block-table table tr td {
    max-width: 160px;
  }
  .icon_table.wp-block-table table tr td .table_icon {
    display: none;
  }
  .icon_table.wp-block-table table:nth-child(3) {
    padding: 0 0 0 18px;
  }
}

/************ MAIN PAGE TYPE HEADER **************/
.banner {
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 8;
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.3;
}

.landing-hero .hero-image-container,
.landing-hero .hero-video-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.landing-hero .hero-image-container img,
.landing-hero .hero-video-container img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
  max-height: none;
}
.landing-hero .hero-image-container video,
.landing-hero .hero-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .landing-hero .hero-image-container .vidbig,
  .landing-hero .hero-video-container .vidbig {
    display: none;
    visibility: hidden;
  }
  .landing-hero .hero-image-container .vid-mobi,
  .landing-hero .hero-video-container .vid-mobi {
    display: block;
  }
}
@media (min-width: 601px) {
  .landing-hero .hero-image-container .vidbig,
  .landing-hero .hero-video-container .vidbig {
    display: block;
  }
  .landing-hero .hero-image-container .vid-mobi,
  .landing-hero .hero-video-container .vid-mobi {
    display: none;
    visibility: hidden;
  }
}
.landing-hero .hero-image-container::after,
.landing-hero .hero-video-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #3A1F29;
  opacity: 0.4;
}

.video-btn {
  color: #fff;
  text-transform: uppercase;
  border: solid 1px #fff;
  text-decoration: none;
  padding: 0.6em 1.2em;
  border-radius: 0;
  font-size: 16px;
  margin-top: 3em;
  display: inline-block;
  width: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 600px) {
  .video-btn {
    font-size: 14px;
  }
}

.landing-hero-content {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  max-width: 90%;
}

.landing-strap {
  font-family: "Apparel", sans-serif;
  color: #fff;
}

.down-arrow {
  margin-top: auto;
}

.hero-site-logo img {
  display: block;
  width: 80px;
  height: auto;
  margin: auto;
}
@media (min-width: 600px) {
  .hero-site-logo img {
    width: 90px;
  }
}
@media (min-width: 900px) {
  .hero-site-logo img {
    width: 100px;
  }
}
@media (min-width: 1100px) {
  .hero-site-logo img {
    width: 140px;
  }
}

/************ SIMPLE PAGE TYPE HEADER **************/
.page-template-simple-page button.menu-button.open-menu-button {
  color: #901728;
  border: solid 1px #901728;
}
.page-template-simple-page:focus {
  outline: 2px solid #901728;
}

/************ FULL SCREEN NAVIGATION **************/
button.menu-button {
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff;
  border-radius: 0;
  font-size: 16px;
  padding: 0.5em 1em;
  font-weight: 300;
  text-transform: uppercase;
}
button.menu-button:focus {
  outline: 2px solid #fff;
}
button.menu-button.close-menu-button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background-image: url(assets/images/btn_white_arr.svg);
  background-repeat: no-repeat;
  padding: 0.6em 1em 0.6em 2.6em;
  background-position: 8px;
}
@media (max-width: 767px) {
  button.menu-button.close-menu-button {
    top: 14px;
  }
}

.navigation-overlay {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #901728;
  pointer-events: none;
  z-index: 10;
  color: #fff;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.navigation-overlay .navigation-logo,
.navigation-overlay .navigation-links,
.navigation-overlay .navigation-contact,
.navigation-overlay .close-menu-button,
.navigation-overlay .extra-menu {
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.navigation-overlay.visible.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
  visibility: visible;
}
.navigation-overlay.visible.active .navigation-logo,
.navigation-overlay.visible.active .navigation-links,
.navigation-overlay.visible.active .navigation-contact,
.navigation-overlay.visible.active .close-menu-button,
.navigation-overlay.visible.active .extra-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.navigation-overlay.visible.active .navigation-contact {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.navigation-overlay.visible.active .navigation-links {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.navigation-overlay.visible.active .close-menu-button {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media (min-width: 900px) {
  .navigation-overlay {
    background-image: url("assets/images/menu-bg.svg");
    background-repeat: no-repeat;
    background-position: top 90% right 40%;
  }
}

.nav-overlay-layout {
  max-height: 100%;
  overflow: auto;
  padding: 50px 25px 25px 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  -ms-grid-rows: auto 20px auto 20px auto;
      grid-template-areas: "logo" "links" "contact";
}
@media (min-width: 900px) {
  .nav-overlay-layout {
    padding: 50px;
    -ms-grid-columns: 230px 40px 1fr;
    grid-template-columns: 230px 1fr;
    grid-gap: 20px 40px;
    -ms-grid-rows: auto 20px auto;
        grid-template-areas: "logo links" "contact links";
  }
}
@media (min-width: 1100px) {
  .nav-overlay-layout {
    padding: 60px 50px;
    -ms-grid-columns: 260px 40px 1fr;
    grid-template-columns: 260px 1fr;
  }
}
@media (max-width: 767px) {
  .nav-overlay-layout {
    padding: 60px 25px 25px 25px;
  }
}

.navigation-logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
}
.navigation-logo img {
  display: block;
  width: 190px;
  max-width: 100%;
}

.navigation-links {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: links;
  -ms-grid-column-align: start;
      justify-self: start;
}

.navigation-contact {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: contact;
  -ms-grid-row-align: end;
      align-self: end;
}

@media (min-width: 900px){
  .navigation-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .navigation-links {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .navigation-contact {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.navigation-contact ul, .navigation-contact li {
  list-style: none;
  font-size: 15px;
}
.navigation-contact ul {
  margin-left: 0;
  padding-left: 0;
}

.menu_social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu_social_icons li {
  margin-right: 1em;
}
.menu_social_icons img {
  display: block;
  max-width: 20px;
  max-height: 20px;
  opacity: 0.75;
}
.menu_social_icons a:focus img,
.menu_social_icons a:hover img {
  opacity: 1;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: top 0.2s ease 0s;
  transition: top 0.2s ease 0s;
}

.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 9;
}
.header_menu li a {
  color: #fff;
  display: inline-block;
}
.header_menu li.search-icon {
  margin-right: 35px;
}
.header_menu li.search-icon a span {
  margin-right: 7px;
  font-size: 16px;
  line-height: 26px;
}
.header_menu li.mobile_btn a {
  padding: 9px 25px 9px 45px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.header_top {
  padding: 30px 0;
}

.header_logo {
  text-align: center;
  padding-top: 60px;
}

/*welcome sec*/
/*alternative sec*/
/*video sec*/
/*visit sec*/
/*back to home*/
/*inner page*/
/*normal header*/
/*inner banner*/
.welcome_sec {
  padding: 50px 0;
  background-color: #fae8ea;
}

.bottom_design {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
  z-index: 8;
}
.bottom_design:before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 43%;
  height: 1px;
  z-index: -1;
  background-color: #dfdbdc;
}
.bottom_design:after {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 43%;
  height: 1px;
  z-index: -1;
  background-color: #dfdbdc;
}

.welcome_cnt h1 {
  text-align: center;
  margin-bottom: 25px;
}
.welcome_cnt p a {
  text-decoration: underline;
}
.welcome_cnt p a:hover {
  text-decoration: none;
}

.site_design {
  position: relative;
  margin: 30px 0;
  text-align: center;
  z-index: 8;
}
.site_design:before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 45%;
  height: 1px;
  z-index: -1;
  background-color: #dfdbdc;
}
.site_design:after {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 45%;
  height: 1px;
  z-index: -1;
  background-color: #dfdbdc;
}

.alternative_sec {
  padding: 50px 0;
}

.alt_row {
  margin-bottom: 60px;
}
.alt_row:last-child {
  margin-bottom: 0;
}
.alt_row:last-child .bottom_design2 {
  display: none;
}

.bottom_design2 {
  position: relative;
  margin: auto;
  text-align: center;
  z-index: 8;
  width: 100%;
  min-height: 100px;
  border: 0px;
  background-image: url(assets/images/small-crest.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.bottom_design2:before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 46%;
  height: 1px;
  z-index: -1;
  background-color: #dfdbdc;
}
.bottom_design2:after {
  content: "";
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 46%;
  height: 1px;
  z-index: -1;
  background-color: #dfdbdc;
}
@media (min-width: 576px) {
  .bottom_design2 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bottom_design2 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bottom_design2 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bottom_design2 {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .bottom_design2 {
    max-width: 1440px;
  }
}

.alt_cnt {
  padding-bottom: 40px;
}

.video_sec {
  padding: 50px 0 110px;
  background-color: #fae8ea;
  position: relative;
  overflow: hidden;
}

.video_cnt h2 {
  margin-bottom: 35px;
  line-height: 1.5;
}

.video_bg_cnt {
  margin-top: -50px;
  position: relative;
}

.visit_sec {
  padding: 50px 0;
  text-align: center;
}

.play_icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 44%;
  cursor: pointer;
  max-width: 45px;
}

.video {
  cursor: pointer;
}

.inner_sec {
  padding: 50px 0;
}

.inner_image_grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  margin-bottom: 30px;
}

.inner_bottom_design {
  position: relative;
  margin-top: 60px;
  text-align: center;
  z-index: 8;
}
.inner_bottom_design:before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 43%;
  height: 1px;
  z-index: -1;
  background-color: #dfdbdc;
}
.inner_bottom_design:after {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 43%;
  height: 1px;
  z-index: -1;
  background-color: #dfdbdc;
}

.padding_bottom_none {
  padding-bottom: 0 !important;
}

.margin_bottom_none {
  margin-bottom: 0 !important;
}

.normal_header .mobilemenu_icon {
  border: 1px solid #a64153;
  color: #a64153;
}
.normal_header .mobilemenu_icon:before {
  background-image: url(assets/images/btn_arr.svg);
}
.normal_header .mobilemenu_icon:hover {
  color: #fff;
}
.normal_header .header_logo {
  padding-top: 0;
}
.normal_header .header_height {
  height: 131px;
}
.normal_header .header_menu li a {
  color: #a64153;
}
.normal_header .color_search {
  display: inline-block;
}
.normal_header .white_search {
  display: none;
}
.normal_header .color_logo {
  display: inline-block;
}
.normal_header .white_logo {
  display: none;
}

.color_search {
  display: none;
}

.color_logo {
  display: none;
}

.inner_banner {
  background-image: url(assets/images/banner3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 70px 0;
  position: relative;
  z-index: 8;
}
.inner_banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.3;
}

/* header */
.site-header .header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 9;
  max-width: calc(var(--site-max-width) + 2 * var(--site-min-padding));
  padding-right: var(--site-min-padding);
  padding-left: var(--site-min-padding);
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--site-min-padding);
}
.site-header .header-links a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding-right: 1em;
}
.site-header .header-links a:not(:last-of-type) {
  border-right: solid 1px;
  margin-right: 1em;
}
.site-header .header-links button.menu-button {
  padding: 9px 25px 9px 45px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  position: relative;
  font-weight: 500;
  border-radius: 0px;
  text-align: center;
  line-height: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
  cursor: pointer;
}
.site-header .header-links button.menu-button:before {
  content: "";
  position: absolute;
  background-image: url(assets/images/btn_white_arr.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 24px;
  left: 14px;
}
@media (min-width: 1200px) {
  .site-header .header-links button.menu-button {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .site-header .header-links button.menu-button {
    font-size: 0px;
    padding: 9px 22px 9px;
  }
}

.normal_header .site-header .header-links a {
  color: #901728;
}
.normal_header .site-header .header-links button.menu-button {
  color: #901728;
  border: 1px solid #901728;
}
.normal_header .site-header .header-links button.menu-button:before {
  background-image: url(assets/images/btn_arr.svg);
}
.normal_header .site-header .header-links button.menu-button:hover {
  color: #fff;
  background-color: #901728;
  border: 1px solid #901728;
}

/* landing hero text */
.landing-strap {
  font-family: "Apparel", sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .landing-strap {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .landing-strap {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .landing-strap {
    font-size: 58px;
    line-height: 68px;
  }
}

.section-title {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.down-arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  bottom: 30px;
}
.down-arrow img {
  max-width: 22px;
  display: inline-block;
}

/* simple hero section */
.simple-hero {
  margin-top: 40px;
}
.simple-hero .simple-hero-container {
  max-width: calc(var(--site-max-width) + 2 * var(--site-min-padding));
  padding-right: var(--site-min-padding);
  padding-left: var(--site-min-padding);
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  text-align: center;
}
.simple-hero .simple-hero-container .simple-hero-logo {
  position: relative;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 9;
}
@media (max-width: 600px) {
  .simple-hero .simple-hero-container .simple-hero-logo {
    top: -40px;
  }
  .simple-hero .simple-hero-container .simple-hero-logo .color_logo {
    max-width: 135px;
  }
}
.simple-hero .simple-hero-container .simple-hero-banner {
  background-image: url();
  background-color: #cfd2d3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  margin-top: -100px;
}
@media (max-width: 600px) {
  .simple-hero .simple-hero-container .simple-hero-banner {
    min-height: 150px;
  }
}
@media (max-width: 600px) {
  .simple-hero {
    margin-top: 80px;
  }
}
@media (max-width: 480px) {
  .simple-hero {
    margin-top: 106px;
  }
}

/***** search navigation *****/
.search-overlay-section {
  padding: 18px 20px 18px 60px;
  border-left: 1px solid #a7264d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-overlay-section form {
  position: relative;
  overflow: hidden;
  width: calc(100% - 140px);
}
.search-overlay-section form input {
  color: #fff;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  border-bottom: 1px solid #ee85a3;
  padding: 0 0 0.8em;
  width: calc(100% - 40px);
  font-size: 1.6em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.search-overlay-section form input::-webkit-input-placeholder {
  color: #ee85a3;
  font-weight: 300;
}
.search-overlay-section form input::-moz-placeholder {
  color: #ee85a3;
  font-weight: 300;
}
.search-overlay-section form input:-ms-input-placeholder {
  color: #ee85a3;
  font-weight: 300;
}
.search-overlay-section form input::-ms-input-placeholder {
  color: #ee85a3;
  font-weight: 300;
}
.search-overlay-section form input::placeholder {
  color: #ee85a3;
  font-weight: 300;
}
.search-overlay-section form .search-btn {
  font-size: 0;
  background-color: transparent;
  border: 0;
  background-image: url(assets/images/search-overlay-icon.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 44px;
  position: absolute;
  right: 42px;
  top: 5px;
  cursor: pointer;
  background-size: contain;
}
@media (max-width: 899px) {
  .search-overlay-section {
    padding: 18px 0px;
    border-left: 0px;
  }
  .search-overlay-section form {
    width: 100%;
  }
  .search-overlay-section form input {
    width: 100%;
  }
  .search-overlay-section form .search-btn {
    right: 0;
  }
}
@media (max-width: 380px) {
  .search-overlay-section form input {
    font-size: 16px;
  }
  .search-overlay-section form input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .search-overlay-section form input::-moz-placeholder {
    font-size: 16px;
  }
  .search-overlay-section form input:-ms-input-placeholder {
    font-size: 16px;
  }
  .search-overlay-section form input::-ms-input-placeholder {
    font-size: 16px;
  }
  .search-overlay-section form input::placeholder {
    font-size: 16px;
  }
  .search-overlay-section form .search-btn {
    width: 22px;
    height: 34px;
    top: 0px;
  }
}

.extra-menu {
  position: absolute;
  top: 30px;
  right: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
}
.extra-menu a {
  text-decoration: none;
  font-weight: 500;
}
.extra-menu a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .extra-menu {
    top: 24px;
  }
}

.navigation-logo img {
  width: 240px;
}

#menu-item-37 a, #menu-item-9214 a, #menu-item-41 a, #menu-item-9373 a {
  font-size: 18px !important;
  font-weight: 400 !important;
}

@media (min-width: 1200px) {
  #menu-item-8651 > .sub-menu {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 40px 1fr !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 13px 40px !important;
    width: 100% !important;
  }
}
@media (min-width: 900px) {
  .navbar-nav > li > .sub-menu > li > a {
    font-weight: 300 !important;
    font-size: 0.9em !important;
    font-weight: 300 !important;
    opacity: 0.9 !important;
  }
}
@media (max-width: 991px) {
  .page-id-659 .banner {
    min-height: 60vw;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .page-id-659 .landing-hero .hero-image-container, .page-id-659 .landing-hero .hero-video-container {
    min-height: 60vw;
    height: auto;
  }
  .page-id-659 .landing-hero .hero-site-logo img {
    width: 70px;
  }
  .page-id-659 .landing-hero .section-title {
    margin: 7px 0 4px;
  }
  .page-id-659 .landing-hero .landing-strap {
    font-size: 24px;
    line-height: 30px;
  }
}
.extra-menu {
  top: 24px;
}

.header-search-icon, .mobile-phone {
  display: none !important;
}

.mobile-phone img, .header-search-icon img {
  width: 20px;
  height: 20px;
}

.header-search-icon span {
  display: none !important;
}

.hover-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding-left: 10px;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border-right: 0 !important;
  margin-right: 0 !important;
}

.normal_header .hover-links {
  color: #901728 !important;
}

.hover-links img {
  width: 22px;
  height: 22px;
}

.hover-links .text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  padding-left: 10px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  white-space: nowrap;
  color: white !important;
  font-weight: 300;
}

.normal_header .hover-links .text {
  color: #901728 !important;
}

.hover-links.search-form {
  padding-left: 0;
}

.hover-links:hover .text {
  max-width: 150px;
}

.hover-links #search-form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding-left: 10px;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.hover-links input {
  margin-bottom: 0px !important;
  height: auto !important;
  line-height: normal !important;
  padding: 6px 12px !important;
  outline: 0;
}

.hover-links .search-btn {
  padding: 0 10px !important;
  color: #fff !important;
  background-color: transparent !important;
  border: 0px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  font-weight: 300;
}

.full-navigation .hover-links .text {
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-transform: none;
  font-weight: 400;
  color: #fff !important;
}

@media (max-width: 1199px) {
  .header-search-icon, .mobile-phone {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-right: 0px !important;
    margin-right: 0 !important;
  }
  .hover-links {
    display: none !important;
  }
  .site-header .header-links a {
    font-size: 14px;
  }
  .site-header .header-links {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .search-overlay-section form .search-btn {
    top: 8px;
    right: 8px;
  }
}
.site-header .header-links .header-links-desktop a {
  border-right: solid 1px;
  margin-right: 1em;
}
@media (max-width: 1199px) {
  .site-header .header-links .header-links-desktop a {
    width: 50%;
    display: block;
    padding: 24px 8px !important;
    margin: 0 !important;
    border: 0px !important;
    font-size: 16px;
  }
  .site-header .header-links .header-links-desktop a:first-child {
    background-color: #fff;
    color: #901728;
  }
  .site-header .header-links .header-links-desktop a:nth-child(2) {
    background-color: #901728;
  }
}
.site-header .header-links .header-links-desktop .header-links-desktop-close {
  display: none;
}
@media (max-width: 1199px) {
  .site-header .header-links .header-links-desktop .header-links-desktop-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    color: #901728;
    border-radius: 50%;
    font-weight: 600;
    width: 25px;
    height: 25px;
    right: 4px;
    padding: 0 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    top: 4px;
  }
}
@media (max-width: 1199px) {
  .site-header .header-links .header-links-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.site-header .header-links .header-portal-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .site-header .header-links .header-portal-mobile {
    display: block;
  }
}
@media (max-width: 1199px) {
  .site-header .header-links a:not(:last-of-type) {
    margin-right: 0.8em;
    padding-right: 0.8em;
  }
}

.extra-menu .extra-menu-hide-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
}
@media (max-width: 1199px) {
  .extra-menu .extra-menu-hide-mobile {
    display: none;
  }
}
.extra-menu .extra-header-portal-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .extra-menu .extra-header-portal-mobile {
    display: block;
  }
}

.extra-header-links-desktop {
  display: none;
}
@media (max-width: 1199px) {
  .extra-header-links-desktop a {
    width: 50%;
    display: block;
    padding: 24px 8px !important;
    margin: 0 !important;
    border: 0px !important;
    font-size: 16px;
    color: #fff;
    text-decoration: none !important;
  }
  .extra-header-links-desktop a:first-child {
    background-color: #fff;
    color: #901728;
  }
  .extra-header-links-desktop a:nth-child(2) {
    background-color: #901728;
  }
}
.extra-header-links-desktop .extra-header-links-desktop-close {
  display: none;
}
@media (max-width: 1199px) {
  .extra-header-links-desktop .extra-header-links-desktop-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    color: #901728;
    border-radius: 50%;
    font-weight: 600;
    width: 25px;
    height: 25px;
    right: 4px;
    padding: 0 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    top: 4px;
  }
}
@media (max-width: 1199px) {
  .extra-header-links-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    grid-gap: 0px;
    top: -100px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #fff;
  }
}

/************ GENERAL STYLES  **************/
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-nav {
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
  list-style: none;
  display: block;
}
.navbar-nav li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.navbar-nav a {
  color: #fff;
  opacity: 0.9;
  font-weight: 300;
  text-decoration: none;
  font-size: 17px;
}
.navbar-nav a:hover, .navbar-nav a:focus {
  opacity: 1;
}
.navbar-nav > li > a {
  font-family: "Apparel", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

/************ MOBILE STYLES **************/
@media (max-width: 899px) {
  .navigation-links {
    width: 100%;
  }
  .navbar-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
  }
  .navbar-nav > li {
    width: 100%;
  }
  .navbar-nav > li > a {
    display: block;
    width: 100%;
    position: relative;
  }
  .navbar-nav > li > a::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 20px;
    background-image: url("assets/images/right-arrow.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 8px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .navbar-nav > li > .sub-menu {
    display: none;
  }
  .navbar-nav > li.focus > .sub-menu {
    display: block;
  }
  .navbar-nav > li.focus > a::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .navbar-nav .sub-menu {
    padding-top: 10px;
  }
}
/************ DESKTOP STYLES **************/
@media (min-width: 900px) {
  .navbar-nav {
    position: relative;
  }
  .navbar-nav a {
    font-size: 18px;
  }
  .navbar-nav li {
    min-width: 26ch;
    margin-bottom: 10px;
  }
  .navbar-nav > li {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }
  .navbar-nav > li > a {
    font-size: 26px;
    padding-right: 2em;
  }
  .navbar-nav > li > .sub-menu > li > a {
    font-weight: 400;
  }
  .navbar-nav > li .sub-menu .sub-menu a {
    font-size: 0.9em;
  }
  .navbar-nav > li > .sub-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
    opacity: 0;
    border-left: solid 1px rgba(255, 255, 255, 0.15);
    padding-left: 40px;
    -webkit-transition: 0.1s 0 ease-in-out;
    transition: 0.1s 0 ease-in-out;
  }
  .navbar-nav > li:hover > a {
    background-image: url("assets/images/right-arrow.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 10px;
  }
  .navbar-nav > li.focus > a {
    background-image: url("assets/images/right-arrow.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 10px;
    position: relative;
  }
  .navbar-nav > li.focus > .sub-menu {
    left: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .navbar-nav > li .sub-menu .sub-menu {
    padding-left: 15px;
    margin-top: 10px;
  }
}
.site-footer {
  background-color: #901728;
  padding: 50px 0 0;
  color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  position: relative;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.9);
}
.site-footer a:hover {
  color: #fff;
}
.site-footer .site-footer-container {
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: calc(var(--site-max-width) + 2 * var(--site-min-padding));
  padding-right: var(--site-min-padding);
  padding-left: var(--site-min-padding);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .site-footer .site-footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}
@media (min-width: 992px) {
  .site-footer {
    padding: 50px 0 20px;
  }
}
@media (min-width: 1200px) {
  .site-footer {
    padding: 70px 0;
  }
  .site-footer:before {
    content: "";
    background-color: #901728;
    bottom: 70px;
    right: -100%;
    width: 175%;
    position: absolute;
    height: 1px;
  }
  .site-footer:after {
    position: absolute;
    content: "";
    background-image: url(assets/images/ftr_bg2.png);
    background-repeat: no-repeat;
    width: 270px;
    height: 378px;
    bottom: 70px;
    background-size: contain;
    z-index: 8;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .site-footer:after {
    right: 10px;
  }
}
@media (min-width: 1200px) and (min-width: 1500px) {
  .site-footer:after {
    right: 10%;
  }
}

.footer-logo-container {
  margin-bottom: 30px;
  padding-bottom: 20px;
  max-width: 200px;
}
.footer-logo-container img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .footer-logo-container {
    max-width: 250px;
    position: relative;
    height: 100%;
    margin-right: 60px;
    padding-right: 20px;
  }
}
@media (min-width: 1500px) {
  .footer-logo-container {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .footer-logo-container {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.footer-right-section {
  margin-bottom: 30px;
  z-index: 9;
}
@media (min-width: 992px) {
  .footer-right-section {
    position: relative;
    height: 100%;
    padding-left: 80px;
  }
  .footer-right-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #a0374b;
  }
}

@media (min-width: 768px) {
  .footer-content nav.menu-footer-column-1-menu-container {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .footer-content nav.menu-footer-column-1-menu-container {
    width: 34%;
  }
}
@media (min-width: 1500px) {
  .footer-content nav.menu-footer-column-1-menu-container {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .footer-content nav.menu-footer-column-2-menu-container {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .footer-content nav.menu-footer-column-2-menu-container {
    width: 34%;
  }
}
@media (min-width: 1500px) {
  .footer-content nav.menu-footer-column-2-menu-container {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .footer-content .ftr_logos {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.ftr_links {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.ftr_links li {
  margin-bottom: 15px;
  list-style: none;
  font-size: 15px;
}
.ftr_links li a {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .ftr_links {
    margin-bottom: 80px;
  }
}

.ftr_logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin: auto;
  padding-left: 0px;
}
.ftr_logos li {
  max-width: 125px;
  list-style: none;
}
@media (min-width: 1500px) {
  .ftr_logos li {
    max-width: 145px;
  }
}
.ftr_logos li img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .ftr_logos {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    max-width: 480px;
  }
}
@media (min-width: 1200px) {
  .ftr_logos {
    max-width: 580px;
    grid-gap: 60px;
  }
}
@media (min-width: 1500px) {
  .ftr_logos {
    max-width: 580px;
    grid-gap: 60px;
  }
}
@media (max-width: 1199px) {
  .ftr_logos {
    margin: 40px 0 0;
  }
}

.footer-copyright {
  margin-top: 18px;
}
.footer-copyright p {
  padding-bottom: 0;
  color: #d7d7d7;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .footer-copyright {
    margin-top: 28px;
  }
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-copyright p {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .footer-copyright p {
    width: 40%;
    text-align: right;
  }
}
@media (max-width: 991px) {
  .footer-copyright p {
    margin-top: 40px;
  }
}
@media (max-width: 380px) {
  .footer-copyright p {
    margin-top: 48px;
  }
}
.footer-copyright .menu-footer-copyright-menu-container .ftr_links {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-copyright .menu-footer-copyright-menu-container .ftr_links li {
  margin-bottom: 0px;
}
.footer-copyright .menu-footer-copyright-menu-container .ftr_links li a {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  font-size: 14px;
}
.footer-copyright .menu-footer-copyright-menu-container .ftr_links li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
  height: 90%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .footer-copyright .menu-footer-copyright-menu-container .ftr_links li a {
    padding-right: 0px;
    margin-right: 0px;
  }
  .footer-copyright .menu-footer-copyright-menu-container .ftr_links li a:after {
    content: none;
  }
}
.footer-copyright .menu-footer-copyright-menu-container .ftr_links li:last-child a {
  padding-right: 0px;
  margin-right: 0px;
}
.footer-copyright .menu-footer-copyright-menu-container .ftr_links li:last-child a:after {
  content: none;
}
@media (max-width: 767px) {
  .footer-copyright .menu-footer-copyright-menu-container .ftr_links li {
    margin-bottom: 15px;
  }
  .footer-copyright .menu-footer-copyright-menu-container .ftr_links li:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .footer-copyright .menu-footer-copyright-menu-container .ftr_links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .footer-copyright .menu-footer-copyright-menu-container {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.site-footer .site_details {
  color: #d7d7d7;
  font-size: 14px;
  position: absolute;
  bottom: 30px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .site-footer .site_details {
    max-width: 288px;
  }
}
@media (max-width: 991px) {
  .site-footer .site_details {
    max-width: 100%;
    bottom: 60px;
  }
}
@media (max-width: 380px) {
  .site-footer .site_details {
    bottom: 55px;
    max-width: 280px;
  }
}

@media (min-width: 992px) {
  .footer-contact.navigation-contact {
    position: absolute;
    bottom: 92px;
  }
}
@media (min-width: 1200px) {
  .footer-contact.navigation-contact {
    bottom: 98px;
  }
}
@media (max-width: 991px) {
  .footer-contact.navigation-contact {
    position: relative;
    bottom: auto;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.footer-acknowledgement {
  margin-top: 30px;
}
.footer-acknowledgement p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 7px;
}
.footer-acknowledgement p strong, .footer-acknowledgement p b {
  font-weight: 500;
}
@media (min-width: 1200px) {
  .footer-acknowledgement {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .footer-acknowledgement {
    position: relative;
    padding-bottom: 18px;
  }
  .footer-acknowledgement:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #a0374b;
  }
}

.cricos-code {
  line-height: 1.4;
  list-style: none;
  font-size: 15px;
  color: #fff;
}

/*************** QUOTE BLOCK ******************/
/*************** VIRTUAL TOUR ******************/
.entry-content .virtual-tour-block {
  background-image: url(assets/images/virtual-tour-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: var(--block-padding);
}
.entry-content .virtual-tour-block a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: var(--block-padding);
}
.entry-content .virtual-tour-block .virtual-tour-intro {
  font-family: "Apparel", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media (min-width: 600px) {
  .entry-content .virtual-tour-block .virtual-tour-intro {
    font-size: 28px;
  }
}
@media (min-width: 900px) {
  .entry-content .virtual-tour-block .virtual-tour-intro {
    font-size: 32px;
  }
}
.entry-content .virtual-tour-block .tour-text {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: relative;
  padding-top: 1.5em;
  margin-top: 1.5em;
}
.entry-content .virtual-tour-block .tour-text::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  height: 1px;
  width: 80px;
  margin-left: -40px;
  background-color: #fff;
  opacity: 0.4;
}
.entry-content .virtual-tour-block .tour-icon {
  display: block;
  width: 30px;
  height: auto;
}

/*************** NEWS FEED BLOCK ******************/
/*************** VIDEO FEATURE BLOCK ******************/
.block-video-feature.alignfull {
  position: relative;
  padding-top: var(--block-padding);
  margin-bottom: var(--block-padding);
}
.block-video-feature.alignfull::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-video-feature.alignfull::after {
  content: "";
  position: absolute;
  width: 22vw;
  height: 22vw;
  bottom: 20%;
  left: -10%;
  background-image: url(assets/images/logo-shape-overlay.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.block-video-feature.alignfull .video-feature-content {
  padding-left: var(--site-min-padding);
  padding-right: var(--site-min-padding);
  margin-bottom: var(--site-min-padding);
}
@media (min-width: 1400px) {
  .block-video-feature.alignfull .video-feature-content {
    max-width: calc(var(--site-max-width) + 2 * var(--site-min-padding));
    margin-left: calc(var(--site-max-width) / -2 + 50%);
    margin-right: calc(var(--site-max-width) / -2 + 50%);
  }
}
.block-video-feature.alignfull .media-feature {
  background-color: #cfd2d3;
}
.block-video-feature.alignfull.media-type-video .media-feature {
  aspect-ratio: 16/9;
}
.block-video-feature.alignfull.media-type-video iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.block-video-feature.alignfull.media-type-image .media-feature {
  overflow: hidden;
}
.block-video-feature.alignfull.media-type-image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 800px) {
  .block-video-feature.alignfull::before {
    bottom: 12vh;
  }
  .block-video-feature.alignfull .media-feature {
    margin-left: 12vw;
  }
}
@media (min-width: 1400px) {
  .block-video-feature.alignfull::before {
    bottom: 15vh;
  }
  .block-video-feature.alignfull .media-feature {
    margin-left: 20vw;
  }
}

/*************** STAFF PROFILE ******************/
.staff-profile-block {
  margin-bottom: 1em;
}
.staff-profile-block a {
  text-decoration: none;
}
.staff-profile-block .name {
  color: #901728;
  margin-top: 10px;
  font-size: 22px;
  text-align: center;
}

.job-title {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-top: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
.job-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 1px;
  width: 80px;
  margin-left: -40px;
  background-color: #424242;
}

.team-person .bio-popup-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
.team-person .profile-image-container {
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: 1/1;
  max-width: 300px;
}
.team-person .profile-image-container img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-person:hover .profile-image-container img, .team-person:focus .profile-image-container img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fancybox-bg.fancybox-bg {
  background-color: #592A3B;
}

.popup-content.fancybox-content {
  width: 90%;
  max-width: 960px;
  border-radius: 10px;
}
.popup-content.fancybox-content .popout-layout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup-content.fancybox-content .popout-layout .job-title:after {
  content: none;
}
.popup-content.fancybox-content .popup-image {
  margin-bottom: 30px;
}
.popup-content.fancybox-content .popup-image img {
  display: block;
  max-width: 100%;
}
@media (min-width: 800px) {
  .popup-content.fancybox-content .popout-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .popup-content.fancybox-content .popup-image {
    width: 300px;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .popup-content.fancybox-content .name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
  }
  .popup-content.fancybox-content .job-title {
    font-size: 16px;
    text-align: center;
  }
}
.popup-content.fancybox-content .fancybox-button.fancybox-close-small {
  background: transparent;
  color: #592A3B;
}

#gform_fields_8 span {
  margin-top: 0px;
}

#gform_fields_8 label, #gform_fields_8 legend {
  margin-top: 4px;
  margin-bottom: 14px;
}

span#input_12_2_3_container label {
  margin-top: 4px;
}

span#input_12_2_6_container {
  margin-top: 0px;
}

span#input_13_11_6_container {
  margin-top: 0px;
}

span#input_12_2_6_container label {
  margin-top: 4px;
}

@media (max-width: 767px) {
  span#input_12_2_6_container {
    margin-top: 10px;
  }
}
#thisYear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

#thisYear select {
  margin: 0 0 12px;
  margin-left: 12px;
  max-width: 180px;
}

#thisYear select:last-child {
  margin-left: 0px;
}

#class_details {
  max-width: 340px;
  margin: auto;
}

#class_details .year_class {
  background-color: #fae8ea;
  padding: 20px;
  margin: 0 0 16px;
  color: #901728;
}

#class_details .year_class:last-child {
  margin: 0;
}

#class_details .year_class.disabled_years {
  background-color: #ededed;
  color: #727272;
}

#thisYear #enrollment_month {
  margin-left: 0;
}

#input_13_2_6_container {
  margin-top: 0px;
}

@media (max-width: 480px) {
  #thisYear {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #thisYear select {
    margin: 0 0 12px;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}
.page-template-landing-page .site-header {
  display: none;
}

.page-template-landing-page .back_page_section .back-links-container {
  display: none;
}

@media (min-width: 1200px) {
  .submit_right {
    float: right;
  }
  .captcha_left {
    float: left;
  }
  .nab_donation_form:after {
    content: "";
    clear: both;
    display: block;
  }
  .submit_right input[type=submit] {
    margin-top: 16px;
  }
}
.nab_donation_form .captcha_left .donation_form_error {
  margin-top: 0;
}

.landing-list {
  padding: 40px;
  margin-top: 70px;
}

.landing-list-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.landing-list-grid-item {
  display: block;
  width: 100%;
  margin: 0 !important;
  overflow: hidden;
  position: relative;
  padding: 20px 15px;
}

.landing-list-grid-item h3 {
  margin-top: 0px;
}

.landing-list-grid-item img {
  width: 100%;
  max-width: 100%;
}

.item-feature-content {
  margin-top: 12px;
  position: relative;
}

.landing-list-grid-item a {
  text-decoration: none !important;
  display: block;
}

.landing-list-grid-item .landing-readmore {
  color: #901728;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
}

.landing-list-grid-item:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #d1dcd6;
}

.item-feature-content:after {
  content: "";
  width: 100%;
  height: 74%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(235, 245, 240, 0.85)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(235, 245, 240, 0.85) 50%);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.landing-list-grid-item:hover .item-feature-content:after {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(209, 220, 214, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(209, 220, 214, 0.7) 50%);
}

@media (min-width: 992px) {
  .landing-list-grid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .landing-list-grid-item {
    padding-bottom: 56px;
  }
  .landing-list-grid-item .landing-readmore {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 0;
    margin: auto;
  }
  .landing-list-grid-item h3 {
    min-height: 72px;
  }
}
@media (min-width: 1200px) {
  .landing-list-grid {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .landing-list .alignwide {
    max-width: calc(var(--site-max-width) + 2 * var(--site-min-padding));
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .alignwide, .content .alignwide {
    max-width: calc(var(--site-max-width) + 2 * var(--site-min-padding));
    margin-left: calc(var(--site-max-width) / -2 + 50%);
    margin-right: calc(var(--site-max-width) / -2 + 50%);
  }
}
@media (max-width: 767px) {
  .landing-list-grid-item {
    padding-left: 0px;
    padding-right: 0px;
  }
  .landing-list-grid-item .landing-readmore {
    font-size: 12px;
  }
}
.page-id-6232 .wp-block-gallery {
  width: 100% !important;
  margin: auto !important;
  margin-top: 20px !important;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=date],
form input[type=phone],
form input[type=number],
form input[type=tel],
form textarea {
  font-family: "Lato", sans-serif;
  text-align: left !important;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 1.2rem 1.3rem 0.8rem;
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
  border: solid 1px #cccccc;
  background-color: #fff;
  color: #10212a;
  -webkit-appearance: none;
}
form textarea {
  height: 12rem;
  max-width: 100%;
}

input[type=button],
input[type=submit],
button {
  color: #fff;
  border-radius: 9999px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6em 1.2em;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #901728;
  background-color: transparent;
  border: solid 1px #901728;
}
input[type=button]:hover,
input[type=submit]:hover,
button:hover {
  color: #fff;
  background-color: #901728;
  border: solid 1px #901728;
}

form select {
  font-family: "Lato", sans-serif;
  width: 100%;
  font-size: 1.6rem;
  padding: 0.5rem 4rem 0.5rem 1rem;
  display: block;
  margin-bottom: 0.8rem;
  border-radius: 3px;
  border: solid 1px #f1f1f2;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: url(assets/images/select-arrow.svg) center right 12px no-repeat;
  background-size: 12px !important;
  color: #333333 !important;
  background-color: #fff;
}
form select option {
  font-size: 1.2em;
}
form input[type=checkbox],
form input[type=radio] {
  display: inline-block;
  width: auto;
}

label {
  font-size: 1.6rem;
  margin-right: 1.4rem;
  display: block;
  margin-bottom: 0.5rem;
}

label:not(.visible-label) {
  display: none;
}

.wpcf7-checkbox label {
  display: block;
}

.checkboxes {
  margin-bottom: 1.4rem;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5d5d5d;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #5d5d5d;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #5d5d5d;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #5d5d5d;
}

.checklist-item {
  display: inline-block;
  width: 20rem;
  margin-right: 1rem;
}

input.form-width-50 {
  display: block;
  float: left;
}

.form-width-50 {
  width: 48%;
  margin-right: 4%;
}
.form-width-50:nth-of-type(2n) {
  margin-right: 0;
}

.inline-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 800px) {
  .inline-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .inline-form > * {
    margin: auto 0.5rem;
  }
}
input.inline-block,
textarea.inline-block,
button.inline-block,
select.inline-block {
  width: auto;
  margin: auto 1rem 0.8rem;
}

.page div.wpcf7-response-output {
  background-color: #10212a;
  color: #fff;
  border: none;
  padding: 2rem 2.5rem;
  border-radius: 3px;
}
.page div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #42ba71;
}

/* Forms */
@media (min-width: 800px) {
  .form-grid form,
  form .form-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 1em;
    grid-auto-flow: dense;
  }
  .form-grid form > *,
  form .form-grid > * {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .form-grid form * + *,
  form .form-grid * + * {
    margin-top: 0;
  }
  .form-grid form .comments,
  form .form-grid .comments {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .form-grid form .comments textarea,
  form .form-grid .comments textarea {
    height: calc(100% - 1.5rem);
  }
  .form-grid form .your-message,
  .form-grid form .wide-container,
  .form-grid form .submit-button-container,
  form .form-grid .your-message,
  form .form-grid .wide-container,
  form .form-grid .submit-button-container {
    grid-column: 1/-1;
  }
  .form-grid form .submit-button,
  form .form-grid .submit-button {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-grid-row-align: end;
        align-self: end;
  }
  .form-grid form .wpcf7-recaptcha,
  form .form-grid .wpcf7-recaptcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .form-grid form .wpcf7-response-output,
  form .form-grid .wpcf7-response-output {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
.submit-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.text-centre .btn,
.text-centre input[type=button],
.text-centre input[type=submit],
.text-centre button {
  float: none;
}

#main-content .gform_wrapper {
  margin-top: 16px;
}
#main-content .gform_wrapper .ginput_container {
  margin-top: 12px;
}
#main-content .gform_wrapper .gfield_label {
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#main-content .gform_wrapper .gfield-choice-input + label {
  margin-top: 0px;
}
#main-content .gform_wrapper .gchoice {
  margin-top: 6px;
}
#main-content .gform_wrapper .gfield {
  margin-top: 6px;
}
#main-content .gform_wrapper .gsection {
  margin-top: 0px;
}

.special_note {
  text-align: center;
  color: #901728;
  font-weight: 600;
}

.ginput_container_fileupload input {
  margin-top: 0px;
}

.job_application_file {
  padding: 16px;
  border: 1px solid #cccccc;
}
.job_application_file .gfield_description {
  padding-top: 0;
  margin-top: 0px;
}

.g_seperator {
  padding: 0 !important;
  margin: 30px 0 20px 0 !important;
  display: block;
}
.g_seperator h3 {
  display: none;
}

@media (max-width: 767px) {
  .gform_confirmation_wrapper h3 br {
    display: none;
  }
}

#field_9_1 .gfield_label {
  font-weight: 300 !important;
  text-transform: uppercase;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}

#field_10_115 .ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#field_10_115 .ginput_container_consent #input_10_115_1 {
  display: inline-block;
  margin-top: 5px;
}
#field_10_115 .ginput_container_consent label.gfield_consent_label {
  display: inline-block;
  margin: 0px;
  padding-left: 10px;
}

.nab_donation_form label {
  display: block;
  font-size: 16px;
  padding: 0;
  font-weight: 400;
  margin-bottom: 0px;
}
.nab_donation_form input[type=text],
.nab_donation_form input[type=email],
.nab_donation_form input[type=password],
.nab_donation_form input[type=date],
.nab_donation_form input[type=phone],
.nab_donation_form input[type=number],
.nab_donation_form input[type=tel],
.nab_donation_form textarea,
.nab_donation_form select {
  margin-top: 8px;
}
.nab_donation_form select {
  padding: 10px;
  border: solid 1px #cccccc;
}
.nab_donation_form .radio_btn_group {
  margin-top: 8px;
}
.nab_donation_form .radio_btn_group label {
  margin-top: 6px;
}
.nab_donation_form h3 {
  border-bottom: 1px solid #ccc;
  padding: 0 16px 8px 0;
}
.nab_donation_form .credit_card_flex_full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.nab_donation_form .credit_card_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0px;
}
.nab_donation_form .credit_card_flex select {
  margin-right: 12px;
}
.nab_donation_form .credit_card_flex_left,
.nab_donation_form .credit_card_flex_right {
  width: 50%;
  margin-top: 0px;
}
.nab_donation_form .donation_error {
  margin: auto;
  border: #ffccca 1px solid;
  padding: 18px 24px;
  background-color: #f9e3e3;
  font-weight: normal;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  max-width: 100%;
  padding-left: 60px;
  background-image: url(assets/images/exclamation.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 20px center;
}
.nab_donation_form .donation_error img {
  width: 28px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .nab_donation_form .donation_error {
    max-width: 100%;
  }
}
.nab_donation_form .card_image_transparent {
  opacity: 0.2;
}
.nab_donation_form .donation_form_error {
  color: #d63638;
  margin-top: -12px;
}
.nab_donation_form .credit_new_input .donation_form_error {
  margin-top: -12px;
}
.nab_donation_form .credit_card_flex_right .donation_form_error {
  margin-top: -9px;
}
.nab_donation_form .credit_card_flex_left .donation_form_error {
  margin-top: -2px;
}
.nab_donation_form .credit_new_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.nab_donation_form .credit_new_flex .credit_new_input {
  width: 82%;
}
.nab_donation_form .credit_new_flex .credit_card_images {
  width: 18%;
  text-align: center;
  margin-top: 28px;
}
.nab_donation_form .credit_new_flex .credit_card_images img {
  width: 58px;
  margin-top: 2px;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .nab_donation_form .credit_new_flex {
    display: block;
  }
  .nab_donation_form .credit_new_flex .credit_new_input {
    width: 100%;
  }
  .nab_donation_form .credit_new_flex .credit_card_images {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .nab_donation_form .credit_card_flex_full {
    display: block;
  }
  .nab_donation_form .credit_card_flex_left,
  .nab_donation_form .credit_card_flex_right {
    width: 100%;
    margin-top: 10px;
  }
}

.nab_form_extra {
  display: none;
}

span#input_16_1_6_container {
  margin-top: 0px;
}

span#input_16_1_3_container label, span#input_16_1_6_container label {
  margin-top: 4px;
}

#input_17_2_6_container {
  margin-top: 0px;
}

span#input_17_11_6_container {
  margin-top: 0px;
}

.gfield_html {
  padding-bottom: 24px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #cccccc;
}
.gfield_html h1, .gfield_html h2, .gfield_html h3, .gfield_html h4, .gfield_html h5, .gfield_html h6 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  margin: 0;
  padding-bottom: 8px;
}

.gsection_title {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  margin: 0;
  padding-bottom: 8px;
}

/*------------------------------------*\
  # TIMELINE
\*------------------------------------*/
.milestone-section {
  padding: 0 0 80px;
}
.milestone-section #timeline {
  height: auto;
  overflow: hidden;
  position: relative;
}
.milestone-section #timeline #dates {
  width: 1167.7px;
  height: 60px;
  overflow: hidden;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 0px;
}
.milestone-section #timeline #dates li {
  margin: auto;
  width: 97px !important;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
}
.milestone-section #timeline #dates a {
  padding-bottom: 10px;
  cursor: url(assets/images/icon-fleur-cursor.svg) 16 16, auto;
  color: #b24d5d;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none !important;
}
.milestone-section #timeline #dates a.selected {
  color: #901728;
}
@media (max-width: 1199px) {
  .milestone-section #timeline #dates {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .milestone-section #timeline #dates {
    width: 720px;
  }
}
@media (max-width: 720px) {
  .milestone-section #timeline #dates {
    width: 720px;
  }
}
@media (max-width: 575px) {
  .milestone-section #timeline #dates {
    width: 100%;
  }
}
.milestone-section #timeline #issues {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
}
.milestone-section #timeline #issues > li {
  width: 1080.7px;
  height: auto;
  margin: auto;
  list-style: none;
  float: left;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out opacity;
  transition: 0.3s ease-in-out opacity;
  position: initial;
}
.milestone-section #timeline #issues > li.selected {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out opacity;
  transition: 0.3s ease-in-out opacity;
}
@media (max-width: 1199px) {
  .milestone-section #timeline #issues > li {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .milestone-section #timeline #issues > li {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .milestone-section #timeline #issues > li {
    width: 100%;
  }
}
.milestone-section #timeline ul.nacc {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.milestone-section #timeline ul.nacc li {
  opacity: 0;
  position: absolute;
  list-style: none;
  -webkit-transition: 0.6s ease-in-out opacity;
  transition: 0.6s ease-in-out opacity;
  margin: 0px;
}
.milestone-section #timeline ul.nacc li.active {
  position: relative;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  -webkit-transition: 0.6s ease-in-out opacity;
  transition: 0.6s ease-in-out opacity;
}
.milestone-section #timeline ul.nacc li img {
  width: 100%;
}
@media (min-width: 800px) {
  .milestone-section #timeline {
    max-width: none;
  }
}
@media (min-width: 1100px) {
  .milestone-section #timeline {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .milestone-section #timeline {
    max-width: calc(var(--site-max-width) + 2 * var(--site-min-padding));
    margin-left: calc(var(--site-max-width) / -2 + 50%);
    margin-right: calc(var(--site-max-width) / -2 + 50%);
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.milestone_tab_header div.c-years__year {
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 2px solid transparent;
  background-image: url(assets/images/border-dotted-D7969F.svg);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 7px;
}
.milestone_tab_header div.c-years__year:focus {
  outline: none;
}

.c-year {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0px;
  display: block;
  padding: 18px 0;
  color: #b24d5d;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-year__date {
  color: #b24d5d;
}
.c-card__description .c-year__date {
  color: #901728;
}
.c-year__sep {
  color: #901728;
  position: relative;
  top: -1px;
}
.c-card__description .c-year__sep {
  color: #901728;
}
.c-year__name {
  color: #901728;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
.c-card__description .c-year__name {
  color: currentColor;
}
@media (max-width: 1199px) {
  .c-year {
    font-size: 14px;
    padding: 14px 0;
  }
}

.c-year__sep {
  margin: 0 0.36em;
  color: #b24d5d;
}

.c-years__year {
  display: block;
}
.c-years__year:before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #901728;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-years__year.active::before {
  background-color: #901728;
  width: calc(100% + 32px);
}

.c-year__connector {
  height: 200px;
  width: 38px;
  position: absolute;
  top: calc(100% - 2px);
  left: calc(100% + 32px);
  margin-top: 0;
}

.c-year__connector::after {
  content: "";
  display: block;
  height: 0%;
  width: 0%;
  border-left: 0px solid transparent;
  border-bottom: 0px solid transparent;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.c-year__connector--flipadelphia::after {
  -webkit-transform: scaleY(-1) translateY(-2px);
          transform: scaleY(-1) translateY(-2px);
}

.c-years__year.active .c-year__connector::after {
  content: "";
  height: 100%;
  width: 100%;
  border-left: 2px solid #901728;
  border-bottom: 2px solid #901728;
  -webkit-transition: height 0.3s ease-in-out 0.4s, width 0.8s ease-in-out 0.5s, border 0s ease-in-out 0.4s;
  transition: height 0.3s ease-in-out 0.4s, width 0.8s ease-in-out 0.5s, border 0s ease-in-out 0.4s;
}

.milestone_controller {
  width: 1080.7px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .milestone_controller {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .milestone_controller {
    width: 720px;
  }
}
@media (max-width: 720px) {
  .milestone_controller {
    width: 720px;
  }
}
@media (max-width: 575px) {
  .milestone_controller {
    width: 100%;
  }
}

.milestone_parent {
  display: -ms-grid;
  display: grid;
  grid-gap: 64px;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .milestone_parent {
    display: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.milestone_content {
  background-color: #901728;
  color: #fff;
  padding: 20px 40px;
  margin-top: -4px;
}
.milestone_content p {
  color: #fff;
  margin-top: 0px;
}
.milestone_content .c-year {
  color: #fff;
  font-weight: 500;
  cursor: text;
  padding: 12px 0;
}
.milestone_content .c-year__date {
  color: #e8c3c8;
}
.milestone_content .c-year__sep {
  color: #e8c3c8;
}
.milestone_content .c-year__name {
  color: #fff;
}
.milestone_content.textoverlay-top {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(144, 23, 40, 0.9);
}
@media (max-width: 991px) {
  .milestone_content.textoverlay-top {
    position: relative;
  }
}
@media (max-width: 575px) {
  .milestone_content {
    padding: 8px 24px;
  }
}

.milestone_heading {
  font-size: 68px;
  text-align: center;
  line-height: normal;
  margin: 120px 0 70px 0;
}
@media (max-width: 991px) {
  .milestone_heading {
    font-size: 46px;
    margin: 32px 0 54px 32px;
  }
}
@media (max-width: 575px) {
  .milestone_heading {
    font-size: 40px;
    margin: 120px 0 28px 0;
  }
}

.milestone_controller::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(assets/images/icon-loading-history.svg) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out opacity;
  transition: 0.4s ease-in-out opacity;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: calc(50% - 50px);
}

[data-timeline-state=loading] .milestone_controller::after,
[data-timeline-state=init] .milestone_controller::after {
  opacity: 1;
}

.milestone_parent {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}

[data-timeline-state=loading] .milestone_parent,
[data-timeline-state=init] .milestone_parent {
  opacity: 0;
}

[data-timeline-state=wait] .selected .milestone_parent {
  opacity: 1;
}

.milestone_svg {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out opacity;
  transition: 0.4s ease-in-out opacity;
  max-width: 96px;
  max-height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .milestone_svg {
    top: 20px;
    right: auto;
    left: 30%;
    max-width: 72px;
    max-height: 74px;
  }
}
@media (max-width: 575px) {
  .milestone_svg {
    top: 10px;
    right: 0;
    left: 0;
    max-width: 72px;
    max-height: 74px;
  }
}

[data-timeline-state=loading] .milestone_svg,
[data-timeline-state=init] .milestone_svg {
  opacity: 0;
}

[data-timeline-state=wait] .selected .milestone_svg {
  opacity: 1;
}

.overlay_milestone_svg {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  width: 60px;
  height: 60px;
}
@media (max-width: 991px) {
  .overlay_milestone_svg {
    top: 30px;
    right: auto;
    left: 30%;
  }
}
@media (max-width: 575px) {
  .overlay_milestone_svg {
    top: 20px;
    right: 0;
    left: 0;
  }
}

.overlay_milestone_svg::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  background: url(assets/images/icon-loading-history.svg) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out opacity;
  transition: 0.4s ease-in-out opacity;
  pointer-events: none;
  position: absolute;
}

[data-timeline-state=loading] .overlay_milestone_svg::after,
[data-timeline-state=init] .overlay_milestone_svg::after {
  opacity: 1;
}

.swiper-wrapper {
  background: url(assets/images/time-ruler.svg) no-repeat 42px bottom;
  background-size: 1080.7px 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1080.7px;
  height: 12px;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
  margin: auto;
  background-repeat: repeat-x;
}
.swiper-wrapper:before {
  content: "";
  width: 36px;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.swiper-wrapper:after {
  content: "";
  display: block;
  width: 5px;
  height: 16px;
  background-color: #901728;
  position: absolute;
  bottom: 0;
  left: 40px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 2000ms ease-in-out transform;
  transition: 2000ms ease-in-out transform;
}
.swiper-wrapper[data-marker="1920"]:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.swiper-wrapper[data-marker="1930"]:after {
  -webkit-transform: translateX(108px);
          transform: translateX(108px);
}
.swiper-wrapper[data-marker="1940"]:after {
  -webkit-transform: translateX(216px);
          transform: translateX(216px);
}
.swiper-wrapper[data-marker="1950"]:after {
  -webkit-transform: translateX(324px);
          transform: translateX(324px);
}
.swiper-wrapper[data-marker="1960"]:after {
  -webkit-transform: translateX(432px);
          transform: translateX(432px);
}
.swiper-wrapper[data-marker="1970"]:after {
  -webkit-transform: translateX(540px);
          transform: translateX(540px);
}
.swiper-wrapper[data-marker="1980"]:after {
  -webkit-transform: translateX(648px);
          transform: translateX(648px);
}
.swiper-wrapper[data-marker="1990"]:after {
  -webkit-transform: translateX(756px);
          transform: translateX(756px);
}
.swiper-wrapper[data-marker="2000"]:after {
  -webkit-transform: translateX(864px);
          transform: translateX(864px);
}
.swiper-wrapper[data-marker="2010"]:after {
  -webkit-transform: translateX(972px);
          transform: translateX(972px);
}
.swiper-wrapper[data-marker="2020"]:after {
  -webkit-transform: translateX(1080px);
          transform: translateX(1080px);
}
.swiper-wrapper[data-marker="2021"]:after {
  -webkit-transform: translateX(1188px);
          transform: translateX(1188px);
}
.swiper-wrapper[data-marker="2022"]:after {
  -webkit-transform: translateX(1296px);
          transform: translateX(1296px);
}

.milestone_mobile {
  display: none;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.milestone_mobile .timeline_mobile_title {
  margin: 0px;
}
.milestone_mobile .timeline_mobile_title h4 {
  margin: 0;
  position: relative;
  border-bottom: 2px solid transparent;
  background-image: url(assets/images/border-dotted-D7969F.svg);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 7px;
}
.milestone_mobile .timeline_mobile_title.timeline_mobile_open h4 {
  border-bottom: 2px solid #901728;
  background-image: none;
}
.milestone_mobile .timeline_mobile_description {
  margin: 0px;
}
.milestone_mobile .timeline_mobile_description img {
  width: 100%;
}
@media (max-width: 991px) {
  .milestone_mobile {
    display: block;
  }
}

@media (max-width: 991px) {
  [data-timeline-state=loading] .milestone_mobile,
  [data-timeline-state=init] .milestone_mobile {
    opacity: 0;
  }
  [data-timeline-state=wait] .selected .milestone_mobile {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .milestone-section #timeline #issues {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .milestone-section #timeline #issues > li {
    width: 100% !important;
    padding: 0 12px;
    display: none;
  }
  .milestone-section #timeline #issues > li.selected {
    display: block;
  }
}
/* = HYPE GRAPHIC - WOMEN'S RIGHTS
----------------------------------------------- */
.g-womens-rights__sign {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: stompStompStomp 3s infinite;
          animation: stompStompStomp 3s infinite;
}

.g-womens-rights__shout-lines,
.g-womens-rights__mouth {
  opacity: 0;
  -webkit-animation: shoutShoutShout 3s infinite;
          animation: shoutShoutShout 3s infinite;
}

@-webkit-keyframes stompStompStomp {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  5% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  10% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  15% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  20% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  35% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  40% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes stompStompStomp {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  5% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  10% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  15% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  20% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  35% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  40% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes shoutShoutShout {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
@keyframes shoutShoutShout {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
/* = HYPE GRAPHIC - PAPERBOY
----------------------------------------------- */
.g-paperboy__paper {
  -webkit-transform-origin: 47px 26px;
          transform-origin: 47px 26px;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  -webkit-animation: wavePaper infinite ease-in-out 2s;
          animation: wavePaper infinite ease-in-out 2s;
}

.g-paperboy__mouth,
.g-paperboy__shout-lines {
  opacity: 0;
  -webkit-animation: shoutShoutShout 5s infinite;
          animation: shoutShoutShout 5s infinite;
}

@-webkit-keyframes wavePaper {
  from {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  to {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}

@keyframes wavePaper {
  from {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  to {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}
/* = HYPE GRAPHIC - BOMBER
----------------------------------------------- */
.g-bomber__bomb-1,
.g-bomber__bomb-2 {
  -webkit-transform: translate(0px, -23px) rotate(40deg);
          transform: translate(0px, -23px) rotate(40deg);
  opacity: 1;
  -webkit-animation: 2s ease-in infinite dropBomb;
          animation: 2s ease-in infinite dropBomb;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.g-bomber__bomb-2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.g-bomber__body {
  -webkit-animation: planeHover 3s ease-in-out infinite;
          animation: planeHover 3s ease-in-out infinite;
}

@-webkit-keyframes dropBomb {
  from {
    -webkit-transform: translate(0px, -23px) rotate(40deg);
            transform: translate(0px, -23px) rotate(40deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(10px, 20px) rotate(0deg);
            transform: translate(10px, 20px) rotate(0deg);
    opacity: 0;
  }
}

@keyframes dropBomb {
  from {
    -webkit-transform: translate(0px, -23px) rotate(40deg);
            transform: translate(0px, -23px) rotate(40deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(10px, 20px) rotate(0deg);
            transform: translate(10px, 20px) rotate(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes planeHover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes planeHover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* = HYPE GRAPHIC - DANCER
----------------------------------------------- */
.g-dancer__internal {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  -webkit-animation: wholeBody infinite ease-in-out 2s;
          animation: wholeBody infinite ease-in-out 2s;
}

@-webkit-keyframes wholeBody {
  from {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  50% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  to {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}

@keyframes wholeBody {
  from {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  50% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  to {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.g-dancer__left-arm {
  -webkit-transform-origin: 20px 34px;
          transform-origin: 20px 34px;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
  -webkit-animation: leftArm infinite ease-in-out 2s;
          animation: leftArm infinite ease-in-out 2s;
}

@-webkit-keyframes leftArm {
  from {
    -webkit-transform: rotate(-17deg);
            transform: rotate(-17deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  to {
    -webkit-transform: rotate(-17deg);
            transform: rotate(-17deg);
  }
}

@keyframes leftArm {
  from {
    -webkit-transform: rotate(-17deg);
            transform: rotate(-17deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  to {
    -webkit-transform: rotate(-17deg);
            transform: rotate(-17deg);
  }
}
.g-dancer__right-arm {
  -webkit-transform-origin: 29px 48px;
          transform-origin: 29px 48px;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
  -webkit-animation: rightArm infinite ease-in-out 2s;
          animation: rightArm infinite ease-in-out 2s;
}

@-webkit-keyframes rightArm {
  from {
    -webkit-transform: rotate(11deg);
            transform: rotate(11deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(11deg);
            transform: rotate(11deg);
  }
}

@keyframes rightArm {
  from {
    -webkit-transform: rotate(11deg);
            transform: rotate(11deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(11deg);
            transform: rotate(11deg);
  }
}
.g-dancer__left-foot {
  -webkit-transform-origin: 22px 81px;
          transform-origin: 22px 81px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: leftFoot infinite ease-in-out 2s;
          animation: leftFoot infinite ease-in-out 2s;
}

@-webkit-keyframes leftFoot {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes leftFoot {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.g-dancer__right-foot {
  -webkit-transform-origin: 46px 78px;
          transform-origin: 46px 78px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: rightFoot infinite ease-in-out 2s;
          animation: rightFoot infinite ease-in-out 2s;
}

@-webkit-keyframes rightFoot {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rightFoot {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.g-dancer__hair {
  -webkit-transform-origin: 21px 32px;
          transform-origin: 21px 32px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  -webkit-animation: head infinite ease-in-out 2s;
          animation: head infinite ease-in-out 2s;
}

@-webkit-keyframes head {
  from {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  to {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}

@keyframes head {
  from {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  to {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}
/* = HYPE GRAPHIC - ASTRONAUT
----------------------------------------------- */
.g-astronaut__body {
  -webkit-transform-origin: 53px 34px;
          transform-origin: 53px 34px;
  -webkit-transform: rotate(0deg) translateY(0);
          transform: rotate(0deg) translateY(0);
  -webkit-animation: astroFloat infinite ease-in-out 8s;
          animation: astroFloat infinite ease-in-out 8s;
}

@-webkit-keyframes astroFloat {
  from {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(14deg) translateY(-5px);
            transform: rotate(14deg) translateY(-5px);
  }
  to {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
}

@keyframes astroFloat {
  from {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(14deg) translateY(-5px);
            transform: rotate(14deg) translateY(-5px);
  }
  to {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
}
.g-astronaut__body-visor {
  -webkit-transform-origin: 28.5px 25.1px;
          transform-origin: 28.5px 25.1px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: visorShine infinite ease-in-out 8s;
          animation: visorShine infinite ease-in-out 8s;
}

@-webkit-keyframes visorShine {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes visorShine {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* = HYPE GRAPHIC - DISCO BALL
----------------------------------------------- */
.g-disco-ball__ball {
  -webkit-transform-origin: 46px 35px;
          transform-origin: 46px 35px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: musicBeat infinite ease-in-out 0.7s;
          animation: musicBeat infinite ease-in-out 0.7s;
}

.g-disco-ball__notes {
  -webkit-transform-origin: 81px 44px;
          transform-origin: 81px 44px;
  -webkit-animation: musicBeat infinite ease-in-out 0.7s;
          animation: musicBeat infinite ease-in-out 0.7s;
}

@-webkit-keyframes musicBeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes musicBeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.g-disco-ball__sparkle-1 {
  -webkit-transform-origin: 8.7px 42.4px;
          transform-origin: 8.7px 42.4px;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-animation: twinkle infinite linear 3s;
          animation: twinkle infinite linear 3s;
}

.g-disco-ball__sparkle-2 {
  -webkit-transform-origin: 14.8px 6.3px;
          transform-origin: 14.8px 6.3px;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-animation: twinkle infinite linear 3s;
          animation: twinkle infinite linear 3s;
}

.g-disco-ball__sparkle-3 {
  -webkit-transform-origin: 14px 56.9px;
          transform-origin: 14px 56.9px;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-animation: twinkle infinite linear 3s;
          animation: twinkle infinite linear 3s;
}

.g-disco-ball__sparkle-4 {
  -webkit-transform-origin: 66px 52px;
          transform-origin: 66px 52px;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-animation: twinkle infinite linear 3s;
          animation: twinkle infinite linear 3s;
}

@-webkit-keyframes twinkle {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.6) rotate(180deg);
            transform: scale(0.6) rotate(180deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}

@keyframes twinkle {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.6) rotate(180deg);
            transform: scale(0.6) rotate(180deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
/* = HYPE GRAPHIC - SKATES
----------------------------------------------- */
.g-skates__internal {
  max-width: 124px;
}

.g-skates__left {
  -webkit-transform-origin: 38px 38px;
          transform-origin: 38px 38px;
  -webkit-transform: rotate(-22deg) translate(0, 0);
          transform: rotate(-22deg) translate(0, 0);
  -webkit-animation: skateLeft infinite 2s ease-in-out;
          animation: skateLeft infinite 2s ease-in-out;
}

@-webkit-keyframes skateLeft {
  from {
    -webkit-transform: rotate(-22deg) translate(0, 0);
            transform: rotate(-22deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(-22deg) translate(-10px, 2px);
            transform: rotate(-22deg) translate(-10px, 2px);
  }
  to {
    -webkit-transform: rotate(-22deg) translate(0, 0);
            transform: rotate(-22deg) translate(0, 0);
  }
}

@keyframes skateLeft {
  from {
    -webkit-transform: rotate(-22deg) translate(0, 0);
            transform: rotate(-22deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(-22deg) translate(-10px, 2px);
            transform: rotate(-22deg) translate(-10px, 2px);
  }
  to {
    -webkit-transform: rotate(-22deg) translate(0, 0);
            transform: rotate(-22deg) translate(0, 0);
  }
}
.g-skates__right {
  -webkit-transform-origin: 79px 56px;
          transform-origin: 79px 56px;
  -webkit-transform: rotate(25deg) translate(0, 0);
          transform: rotate(25deg) translate(0, 0);
  -webkit-animation: skateRight infinite 2s ease-in-out;
          animation: skateRight infinite 2s ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes skateRight {
  from {
    -webkit-transform: rotate(25deg) translate(0, 0);
            transform: rotate(25deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(25deg) translate(10px, 1px);
            transform: rotate(25deg) translate(10px, 1px);
  }
  to {
    -webkit-transform: rotate(25deg) translate(0, 0);
            transform: rotate(25deg) translate(0, 0);
  }
}

@keyframes skateRight {
  from {
    -webkit-transform: rotate(25deg) translate(0, 0);
            transform: rotate(25deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(25deg) translate(10px, 1px);
            transform: rotate(25deg) translate(10px, 1px);
  }
  to {
    -webkit-transform: rotate(25deg) translate(0, 0);
            transform: rotate(25deg) translate(0, 0);
  }
}
/* = HYPE GRAPHIC - BROWSER
----------------------------------------------- */
[class*=g-browser__w],
.g-browser__dot {
  opacity: 0;
  -webkit-animation: typeCharacter infinite linear 6s;
          animation: typeCharacter infinite linear 6s;
}

.g-browser__w2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.g-browser__w3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.g-browser__dot {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes typeCharacter {
  from {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  81% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes typeCharacter {
  from {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  81% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
.g-browser__url {
  opacity: 1;
  -webkit-animation: clearURL infinite linear 6s;
          animation: clearURL infinite linear 6s;
}

@-webkit-keyframes clearURL {
  from {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  31% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes clearURL {
  from {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  31% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
.g-browser__icon {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: clickedIcon infinite linear 6s;
          animation: clickedIcon infinite linear 6s;
}

@-webkit-keyframes clickedIcon {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  32% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  34% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes clickedIcon {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  32% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  34% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.g-browser__mouse {
  -webkit-transform-origin: 36px 34px;
          transform-origin: 36px 34px;
  -webkit-animation: mouseMove infinite linear 6s;
          animation: mouseMove infinite linear 6s;
  -webkit-transform: scale(1) translate(5px, 10px);
          transform: scale(1) translate(5px, 10px);
}

@-webkit-keyframes mouseMove {
  0% {
    -webkit-transform: scale(1) translate(5px, 10px);
            transform: scale(1) translate(5px, 10px);
  }
  30% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  32% {
    -webkit-transform: scale(0.8) translate(0, 0);
            transform: scale(0.8) translate(0, 0);
  }
  34% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  60% {
    -webkit-transform: scale(1) translate(5px, 10px);
            transform: scale(1) translate(5px, 10px);
  }
  100% {
    -webkit-transform: scale(1) translate(5px, 10px);
            transform: scale(1) translate(5px, 10px);
  }
}

@keyframes mouseMove {
  0% {
    -webkit-transform: scale(1) translate(5px, 10px);
            transform: scale(1) translate(5px, 10px);
  }
  30% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  32% {
    -webkit-transform: scale(0.8) translate(0, 0);
            transform: scale(0.8) translate(0, 0);
  }
  34% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  60% {
    -webkit-transform: scale(1) translate(5px, 10px);
            transform: scale(1) translate(5px, 10px);
  }
  100% {
    -webkit-transform: scale(1) translate(5px, 10px);
            transform: scale(1) translate(5px, 10px);
  }
}
/* = HYPE GRAPHIC - BROWSER
----------------------------------------------- */
.g-mobile-phone__phone {
  -webkit-transform-origin: 31px 39px;
          transform-origin: 31px 39px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: vibrate infinite linear 4s;
          animation: vibrate infinite linear 4s;
}

@-webkit-keyframes vibrate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  1% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  2% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  4% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  5% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  6% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  7% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  8% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  9% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  11% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes vibrate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  1% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  2% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  4% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  5% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  6% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  7% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  8% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  9% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  11% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
[class*=g-mobile-phone__ding] {
  opacity: 0;
  -webkit-animation: vibrateLines infinite linear 4s;
          animation: vibrateLines infinite linear 4s;
}

@-webkit-keyframes vibrateLines {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  1% {
    opacity: 1;
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  2% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  4% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  5% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  6% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  7% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  8% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  9% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  10% {
    opacity: 1;
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  11% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes vibrateLines {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  1% {
    opacity: 1;
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  2% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  4% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  5% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  6% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  7% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  8% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  9% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  10% {
    opacity: 1;
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  11% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.g-mobile-phone__notification {
  opacity: 0;
  -webkit-animation: notification infinite linear 4s;
          animation: notification infinite linear 4s;
}

@-webkit-keyframes notification {
  1% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  8% {
    opacity: 0;
  }
  11% {
    opacity: 1;
  }
  19% {
    opacity: 1;
  }
  79% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}

@keyframes notification {
  1% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  8% {
    opacity: 0;
  }
  11% {
    opacity: 1;
  }
  19% {
    opacity: 1;
  }
  79% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
/* = HYPE GRAPHIC - ENVIRONMENT
----------------------------------------------- */
.g-environment__hand {
  -webkit-transform-origin: 11px 69px;
          transform-origin: 11px 69px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: throwWorld ease-in-out infinite 2s;
          animation: throwWorld ease-in-out infinite 2s;
}

@-webkit-keyframes throwWorld {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  45% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes throwWorld {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  45% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.g-environment__globe {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: worldHop ease-in-out infinite 2s;
          animation: worldHop ease-in-out infinite 2s;
}

@-webkit-keyframes worldHop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  18% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  35% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes worldHop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  18% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  35% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* = HYPE GRAPHIC - 2020 COIN
----------------------------------------------- */
.g-2020__confetti {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: wiggle linear infinite 0.7s;
          animation: wiggle linear infinite 0.7s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@-webkit-keyframes wiggle {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes wiggle {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.g-2020 svg * {
  -webkit-transform: none;
          transform: none;
}

.g-2020 svg .g-2020__coin {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotateY(0deg) scale(0.8);
          transform: rotateY(0deg) scale(0.8);
  -webkit-animation: rotate3d 6s linear infinite;
          animation: rotate3d 6s linear infinite;
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg) scale(0.8);
            transform: rotateY(0deg) scale(0.8);
  }
  5% {
    -webkit-transform: rotateY(180deg) scale(0.8);
            transform: rotateY(180deg) scale(0.8);
  }
  10% {
    -webkit-transform: rotateY(0deg) scale(0.8);
            transform: rotateY(0deg) scale(0.8);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg) scale(0.8);
            transform: rotateY(0deg) scale(0.8);
  }
  5% {
    -webkit-transform: rotateY(180deg) scale(0.8);
            transform: rotateY(180deg) scale(0.8);
  }
  10% {
    -webkit-transform: rotateY(0deg) scale(0.8);
            transform: rotateY(0deg) scale(0.8);
  }
}
/*# sourceMappingURL=style.css.map */