@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
/**********************
Breakpoints 
***********************/
/**********************
Colors
***********************/
/**********************
Color Usage
***********************/
/**********************
Font Family
***********************/
/**********************
Font Weights
***********************/
/**********************
Font Size
***********************/
/*==============================================================================
Easings
==============================================================================*/
/*==============================================================================
Transitions
==============================================================================*/
.footer-button:after {
  content: "";
  display: table;
  clear: both; }

.nav-item.nav-parent > a > span:after, .hamburger:before, .hamburger:after {
  display: block;
  content: '';
  position: absolute; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%; }

html, body {
  padding: 0;
  margin: 0; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
* {
  box-sizing: border-box;
  margin: 0; }

body {
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  line-height: 1.5;
  overflow-x: hidden !important;
  transition: opacity .3s;
  position: relative;
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  @media (max-width: 650px) {
    body {
      background-position: 50% 45px !important; } }

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

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

a {
  outline: none; }

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

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

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

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

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

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

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

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

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

/*==============================================================================
Miscellaneous
==============================================================================*/
::-moz-selection {
  background: grey !important;
  color: #fff !important;
  text-shadow: none !important; }

::selection {
  background: grey !important;
  color: #fff !important;
  text-shadow: none !important; }

.disabled {
  cursor: default !important; }

.wysiwyg {
  width: 100%;
  margin: 0 auto; }
  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    margin-top: 0;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    text-transform: uppercase;
    font-family: "Titillium Web", sans-serif;
    color: inherit; }
  .wysiwyg h1 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px !important; }
    @media (max-width: 1080px) {
      .wysiwyg h1 {
        font-size: 1.75em; } }
  .wysiwyg h2 {
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 16px; }
    @media (max-width: 1080px) {
      .wysiwyg h2 {
        font-size: 1.5em; } }
  .wysiwyg h3 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px; }
    @media (max-width: 1080px) {
      .wysiwyg h3 {
        font-size: 1.2em; } }
  .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    margin-bottom: 12px;
    font-size: 1em; }
  .wysiwyg a {
    color: #202020;
    transition: all .3s;
    font-weight: 600;
    word-break: break-all; }
    .wysiwyg a:hover {
      color: white;
      text-decoration: none;
      transform: scale(0.99); }
  .wysiwyg p, .wysiwyg ul {
    font-size: 1.125em;
    line-height: 1.5;
    margin-bottom: 1.125em;
    color: #000; }
    .wysiwyg p:last-child, .wysiwyg ul:last-child {
      margin-bottom: 0; }
  .wysiwyg strong, .wysiwyg b {
    font-weight: 700; }
  .wysiwyg img {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 2.5em; }
  .wysiwyg .media {
    margin-bottom: 2.5em; }
  .wysiwyg .button {
    color: #fff; }
  @media (max-width: 1080px) {
    .wysiwyg {
      font-size: 90%; } }

button,
input,
optgroup,
select,
textarea {
  font-family: "Titillium Web", sans-serif; }

.center {
  text-align: center;
  margin: 0 auto !important; }

.left {
  text-align: left;
  margin: 0 auto 0 0 !important; }

.right {
  text-align: right;
  margin: 0 0 0 auto !important; }

.divider {
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  margin: 50px auto;
  width: 40%;
  max-width: 100%; }
  @media (max-width: 650px) {
    .divider {
      margin: 30px auto; } }

.logo {
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  transition: .3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  vertical-align: middle;
  text-decoration: none;
  display: inline-flex;
  vertical-align: baseline;
  line-height: 1.2;
  padding: 20px; }
  .logo h1 {
    font-size: 20px;
    vertical-align: baseline;
    align-items: baseline;
    margin-bottom: -20px;
    height: auto;
    margin-left: 5px; }
    @media (max-width: 1365px) {
      .logo h1 {
        font-size: 16px; } }
  .logo .logo-contain .logo-icon {
    display: block;
    width: auto;
    height: auto;
    max-height: 110px;
    vertical-align: middle;
    margin: auto;
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: visible;
    opacity: 1; }
  .logo .logo-contain .alt {
    width: auto;
    height: auto;
    max-height: 110px;
    vertical-align: middle;
    margin: auto;
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0; }
  .logo span {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .logo:hover .logo-icon {
    opacity: .8; }
  @media (max-width: 1080px) {
    .logo {
      display: none; }
      .logo h1 {
        margin-bottom: 0; }
      .logo img {
        max-height: 50px; } }
  @media (max-width: 650px) {
    .logo {
      padding: 10px 0px 10px 15px; }
      .logo img {
        max-height: 30px; }
      .logo h1 {
        font-size: 11px; } }

.logo-mobile {
  display: block;
  width: auto;
  height: 100%;
  padding: 0;
  margin-left: 25px;
  position: relative; }
  @media (min-width: 1081px) {
    .logo-mobile {
      display: none; } }
  .logo-mobile .logo-icon {
    width: auto;
    height: auto;
    display: block;
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    visibility: visible;
    opacity: 1; }
  .logo-mobile .alt {
    width: auto;
    height: auto;
    display: block;
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0; }
  .logo-mobile img {
    width: auto;
    height: 100%;
    max-height: 60px; }

/***********************************************
Nav Containers
***********************************************/
.dark {
  background: rgba(0, 0, 0, 0.7); }

nav {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: .3s;
  background-color: #000; }
  @media (max-width: 1080px) {
    nav {
      font-size: 80%; } }

.nav-bar {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1080px) {
    .nav-bar {
      justify-content: space-between;
      height: 80px; } }

.nav-list {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 130px;
  left: 0;
  right: 0;
  bottom: 0;
  list-style: none;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s 0s, visibility 0s .5s; }
  @media (max-width: 1080px) {
    .nav-list {
      top: 80px; } }

.js-nav-open .nav-bar {
  background: #000; }

.js-nav-open .logo-mobile .logo-icon {
  visibility: visible !important;
  opacity: 1 !important; }

.js-nav-open .logo-contain .logo-icon {
  visibility: visible  !important;
  opacity: 1 !important; }

.js-nav-open .nav-list {
  opacity: 1;
  visibility: visible;
  transition: opacity .5s, visibility 0s 0s;
  max-height: 100vh;
  background: #000; }

/***********************************************
Nav Items
***********************************************/
.nav-item {
  margin-bottom: 3px;
  display: block;
  width: 100%;
  transition: background-color .5s .1s, opacity .2s 0s, transform .2s 0s;
  opacity: 0;
  transform: translateY(10px);
  will-change: transform; }
  .nav-item a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 1.5625em 25px; }
    @media (max-width: 650px) {
      .nav-item a {
        padding: 0.9375em; } }
  .nav-item span {
    display: block;
    width: 100%;
    max-width: 1000px;
    position: relative;
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    transition: color .3s .1s, padding .3s;
    margin: 0 auto;
    padding: 0; }
  .nav-item:hover, .nav-item.nav-current, .nav-item.js-dropdown {
    background-color: #202020;
    transition: background-color .5s 0s; }
    .nav-item:hover span, .nav-item.nav-current span, .nav-item.js-dropdown span {
      padding: 0 20px;
      color: white !important;
      transition: color .3s 0s, padding .3s 0s; }
      .nav-item:hover span:after, .nav-item.nav-current span:after, .nav-item.js-dropdown span:after {
        transform: rotate(90deg); }
  .nav-item.nav-parent > a > span:after {
    content: '+';
    font-weight: 900;
    color: white;
    font-size: 3.75em;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.5em;
    line-height: 0.5;
    transition: all .3s;
    transform-origin: center; }
    .nav-item.nav-parent > a > span:after:hover {
      color: white;
      background: #000;
      content: '-'; }
  .nav-item.js-dropdown a > span {
    padding: 0; }
    .nav-item.js-dropdown a > span:after {
      content: '-';
      transform: rotate(0deg);
      transition: all 0s; }
    .nav-item.js-dropdown a > span:hover {
      padding: 0; }

.js-nav-open .nav-item {
  transition: background-color .5s .1s, opacity .2s .1s, transform .2s .1s;
  opacity: 1;
  transform: translateY(0);
  margin: 0;
  border-top: 1px solid #fff; }
  .js-nav-open .nav-item span {
    color: #fff; }
  .js-nav-open .nav-item:last-child {
    border-bottom: 1px solid #fff; }
  .js-nav-open .nav-item:nth-of-type(2) {
    transition: background-color .5s .1s, opacity .2s .15s, transform .2s .15s; }
  .js-nav-open .nav-item:nth-of-type(3) {
    transition: background-color .5s .1s, opacity .2s .2s, transform .2s .2s; }
  .js-nav-open .nav-item:nth-of-type(4) {
    transition: background-color .5s .1s, opacity .2s .25s, transform .2s .25s; }
  .js-nav-open .nav-item:nth-of-type(5) {
    transition: background-color .5s .1s, opacity .2s .3s, transform .2s .3s; }
  .js-nav-open .nav-item:nth-of-type(6) {
    transition: background-color .5s .1s, opacity .2s .35s, transform .2s .35s; }

/***********************************************
Dropdown
***********************************************/
.dropdown-menu {
  display: flex;
  flex-direction: column;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  padding: 0;
  transition: opacity .5s, max-height .5s, visibility 0s .5s; }

.dropdown-item {
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 3px;
  display: block;
  width: 100%;
  transition: background-color .5s .1s, opacity .2s 0s, transform .2s 0s;
  opacity: 0;
  transform: translateY(10px); }
  .dropdown-item a {
    padding: 0.9375em 25px; }
    @media (max-width: 650px) {
      .dropdown-item a {
        padding: 0.625em 20px; } }
  .dropdown-item span {
    font-size: 1.25em; }
    .dropdown-item span:after {
      display: none; }
  .dropdown-item:hover, .dropdown-item.nav-current {
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color .5s 0s; }
    .dropdown-item:hover span, .dropdown-item.nav-current span {
      padding: 0 20px;
      color: white;
      transition: color .3s 0s, padding .3s; }
      .dropdown-item:hover span:after, .dropdown-item.nav-current span:after {
        transform: rotate(90deg); }

.js-dropdown .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
  transition: opacity .5s, max-height .5s, visibility 0s 0s; }

.js-dropdown .dropdown-item {
  transition: background-color .5s .1s, opacity .2s .1s, transform .2s .1s;
  opacity: 1;
  transform: translateY(0); }
  .js-dropdown .dropdown-item:nth-of-type(2) {
    transition: background-color .5s .1s, opacity .2s .15s, transform .2s .15s; }
  .js-dropdown .dropdown-item:nth-of-type(3) {
    transition: background-color .5s .1s, opacity .2s .2s, transform .2s .2s; }
  .js-dropdown .dropdown-item:nth-of-type(4) {
    transition: background-color .5s .1s, opacity .2s .25s, transform .2s .25s; }
  .js-dropdown .dropdown-item:nth-of-type(5) {
    transition: background-color .5s .1s, opacity .2s .3s, transform .2s .3s; }
  .js-dropdown .dropdown-item:nth-of-type(6) {
    transition: background-color .5s .1s, opacity .2s .35s, transform .2s .35s; }
  .js-dropdown .dropdown-item:nth-of-type(7) {
    transition: background-color .5s .1s, opacity .2s .4s, transform .2s .40s; }
  .js-dropdown .dropdown-item:nth-of-type(8) {
    transition: background-color .5s .1s, opacity .2s .45s, transform .2s .45s; }

/***********************************************
Hamburger
***********************************************/
.hamburger {
  width: 2.875em;
  height: 0.375em;
  background-color: white;
  position: relative;
  margin-right: 50px;
  transition: transform .3s, background .3s;
  position: absolute;
  right: 0; }
  @media (max-width: 1080px) {
    .hamburger {
      margin-right: 30px; } }
  .hamburger:before, .hamburger:after {
    width: 100%;
    height: 0.375em;
    transition: transform .3s, border .3s;
    transform-origin: right; }
  .hamburger:before {
    padding-bottom: 0.625em;
    margin-top: -0.625em;
    cursor: pointer;
    border-top: solid 0.375em white; }
  .hamburger:after {
    margin-top: 0.625em;
    cursor: pointer;
    border-top: solid 0.375em white; }
  .hamburger:hover {
    transform: scaleX(0.9); }

.js-nav-open .hamburger {
  transform: rotate(90deg) scaleX(0.7);
  background-color: #fff; }
  .js-nav-open .hamburger:before, .js-nav-open .hamburger:after {
    border-color: #fff; }
  .js-nav-open .hamburger:before {
    transform: scaleX(1.2); }
  .js-nav-open .hamburger:after {
    transform: scaleX(0.8);
    border-color: #fff; }
  .js-nav-open .hamburger:hover {
    transform: rotate(90deg) scaleX(0.6);
    background: #fff; }

header {
  height: auto; }
  @media (max-width: 1080px) {
    header {
      padding: 0;
      min-height: 0px; } }

.page-header {
  display: block;
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden; }
  .page-header img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
    margin: 0; }
  @media (max-width: 1080px) {
    .page-header {
      height: 50vh; }
      .page-header img {
        width: 200%;
        transform: translateX(-25%);
        height: 100%; } }

.header-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  height: 100%; }
  .header-content .header-title {
    position: relative;
    display: block;
    width: 100%;
    margin: auto; }
  .header-content h1 {
    margin: auto;
    text-align: center;
    vertical-align: middle;
    height: auto;
    font-size: 100px;
    color: #fff;
    text-transform: uppercase;
    position: static;
    font-weight: 900; }
    @media (max-width: 650px) {
      .header-content h1 {
        font-size: 50px; } }

.banner {
  position: relative;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  height: 1200px; }
  @media (max-width: 1440px) {
    .banner {
      height: calc(83vh); } }
  @media (max-width: 1080px) {
    .banner {
      height: calc(57vh); } }
  @media (max-width: 375px) {
    .banner {
      height: calc(50vh); } }

.banner .banner_wrap {
  height: 100%; }

.banner__slidewrap {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center; }

.banner__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.JS--lazyLoadFromFlickity, .JS-lazyLoad {
  opacity: 0;
  transition: opacity .5s ease-out; }

.withCenteredBackgroundImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; }

.logo-stacked {
  height: 100%;
  margin: 0 auto; }

.logo-link {
  display: block;
  margin-top: 15px; }
  @media (max-width: 650px) {
    .logo-link {
      margin-top: 0; } }

.home-logo {
  max-width: 1000px;
  width: 100%;
  margin: 25px auto; }

.logo-container {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: absolute;
  top: 13%;
  left: 0;
  right: 0; }
  .logo-container .outline-button {
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.8); }
    .logo-container .outline-button:hover {
      color: #fff; }
  @media (max-width: 1440px) {
    .logo-container {
      max-width: 600px; } }
  @media (max-width: 1080px) and (max-height: 700px) {
    .logo-container {
      max-width: 400px; } }
  .logo-container img {
    max-width: 100%;
    height: auto; }
    @media (max-width: 1080px) {
      .logo-container img {
        padding: 0 25px; } }

.disabled {
  pointer-events: none;
  cursor: not-allowed; }

.header-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.sub-header {
  background: #202020;
  font-weight: 700;
  height: 60px;
  left: 0;
  line-height: 60px;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: -60px;
  transition-duration: 600ms;
  transition-property: top, transform;
  width: 100%;
  z-index: 15; }
  .csstransforms .sub-header {
    top: 0;
    transform: translateY(-60px); }
  .csstransforms.sub-header-active .sub-header {
    transform: translateY(0); }
  .no-csstransforms.sub-header-active .sub-header {
    top: 0; }

.sub-header-active nav {
  top: 60px; }

@media (max-width: 650px) {
  .sub-header {
    box-shadow: none;
    height: auto;
    line-height: 1;
    padding: 4px;
    position: fixed;
    transition-property: none; }
    .csstransforms .sub-header,
    .csstransforms.sub-header-active .sub-header,
    .no-csstransforms.sub-header-active .sub-header {
      top: 0;
      transform: translateY(0); } }

/*==============================================================================
Left
==============================================================================*/
.sub-header-left {
  display: inline-block;
  margin-right: 50px;
  vertical-align: middle; }

@media (max-width: 650px) {
  .sub-header-left {
    display: none; } }

/*==============================================================================
Logo
==============================================================================*/
.sub-header-logo-link {
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
  max-width: 200px;
  line-height: 2.2;
  opacity: 1;
  vertical-align: middle; }
  .sub-header-logo-link:hover, .sub-header-logo-link:focus {
    opacity: 0.25; }

.sub-header-logo-image {
  display: block;
  width: 100%; }
  .sub-header-logo-image img {
    max-width: 60px; }
  .sub-header-logo-image svg {
    width: 100%;
    height: 100%; }
  .sub-header-logo-image svg, .sub-header-logo-image path {
    fill: white; }

@media (max-width: 1080px) {
  .sub-header-logo-link {
    display: block;
    margin-bottom: 5px;
    max-width: 150px; } }

/*==============================================================================
Info
==============================================================================*/
.sub-header-info {
  display: inline-block;
  vertical-align: middle; }

.sub-header-info-line {
  color: #202020;
  display: inline-block;
  font-size: 17px;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-right: 10px; }

.sub-header-info-line-alt {
  display: inline-block;
  font-size: 12px;
  letter-spacing: -0.025em;
  line-height: 1;
  position: relative; }

@media (max-width: 1080px) {
  .sub-header-info {
    display: none; }
  .sub-header-info-line {
    font-size: 14px; }
  .sub-header-info-line-alt {
    font-size: 10px; } }

/*==============================================================================
Countdown
==============================================================================*/
.countdown {
  display: inline-block;
  vertical-align: middle; }

.countdown-top {
  color: white;
  font-size: 21px;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 5px; }

.countdown-divider {
  margin: 0 0.25em;
  position: relative;
  top: -0.125em; }

.countdown-bot {
  color: #c53a6d;
  font-size: 11px;
  letter-spacing: -0.025em;
  line-height: 1; }

@media (max-width: 1080px) {
  .countdown {
    vertical-align: top;
    margin-top: 10px; }
  .countdown-top {
    font-size: 18px; } }

@media (max-width: 650px) {
  .countdown-top {
    font-size: 24px; }
  .countdown-bot {
    font-size: 13px; } }

footer {
  position: relative;
  z-index: 4;
  flex-shrink: 0;
  background: #000; }

.footer-container {
  padding: 30px 0;
  max-width: 1200px;
  justify-content: center;
  margin: auto; }
  .footer-container .footer-image {
    margin: 0 auto;
    text-align: center; }
  @media (max-width: 1080px) {
    .footer-container {
      display: block;
      padding: 30px; } }

.footer-content {
  margin-top: 0.9375em !important;
  margin-bottom: 0.9375em !important; }
  @media (max-width: 650px) {
    .footer-content {
      max-width: 90%; } }
  .footer-content h1, .footer-content h2, .footer-content h3, .footer-content h4, .footer-content h5, .footer-content h6 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 24px; }
    @media (max-width: 650px) {
      .footer-content h1, .footer-content h2, .footer-content h3, .footer-content h4, .footer-content h5, .footer-content h6 {
        font-size: 18px !important; } }
  .footer-content p {
    font-size: 16px;
    color: #fff; }
    @media (max-width: 650px) {
      .footer-content p {
        font-size: 13px !important; } }

.footer-button {
  text-decoration: none;
  display: block;
  padding: .5em 0.75em;
  font-size: 20px;
  margin: 20px auto;
  height: 50px;
  align-items: center;
  transition: all 0.3s ease 0s;
  background-color: #121212;
  width: 100%;
  max-width: 200px;
  text-align: center;
  justify-content: center;
  border: 2px solid #202020;
  color: #fff; }
  .footer-button:hover {
    background-color: #2c2c2c;
    color: #fff; }

.newsletter {
  margin: 25px 0;
  justify-content: center;
  text-align: center; }

.subscribe {
  padding: 10px 50px;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background: #202020;
  font-size: 20px; }

.mainSubForm label {
  text-align: center;
  display: block;
  font-size: 24px;
  padding-bottom: 5px; }

/********************************************
Footer Nav Menu
*********************************************/
.footer-nav-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto; }

.footer-nav-links {
  font-size: 1em;
  margin: 0 auto;
  padding: 0;
  display: flex;
  height: 100%;
  align-items: center; }
  .footer-nav-links li {
    list-style: none;
    display: flex;
    height: 100%;
    align-items: center;
    transition: background .3s; }
  .footer-nav-links a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 0.9375em;
    color: white;
    letter-spacing: 0.025em;
    position: relative;
    display: flex;
    transition: 300ms;
    height: 100%;
    align-items: center;
    text-decoration: none;
    font-size: 1.375em;
    font-weight: 600; }
    .footer-nav-links a:hover {
      color: #202020; }
      .footer-nav-links a:hover span {
        transform: scale(1.1); }
      .footer-nav-links a:hover:after {
        visibility: visible;
        visibility: visible;
        transform: rotate(45deg);
        top: -10px;
        transition: top .3s,visibility 0s 0s; }
  @media (max-width: 1080px) {
    .footer-nav-links {
      display: block;
      height: auto;
      margin: 0 auto;
      text-align: center;
      justify-content: center; }
      .footer-nav-links li {
        display: block;
        height: auto;
        padding: .9375em 1em;
        border-top: solid 1px rgba(255, 255, 255, 0.25); }
        .footer-nav-links li a {
          display: block;
          height: auto;
          transition: all .3s;
          padding: 0;
          text-align: center; }
          .footer-nav-links li a:after {
            display: none; }
        .footer-nav-links li:first-of-type {
          border-top: 0; }
        .footer-nav-links li:hover {
          background: #202020; }
          .footer-nav-links li:hover a {
            color: white; } }

.footer-nav-divider {
  color: #202020;
  font-size: 20px; }
  .footer-nav-divider:last-child {
    display: none; }
  @media (max-width: 1080px) {
    .footer-nav-divider {
      display: none !important; } }

.footer-social {
  margin: 0px auto 10px;
  display: flex;
  padding: 0;
  justify-content: flex-start; }
  .footer-social li {
    list-style: none;
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px; }
    .footer-social li a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 40px;
      font-size: 1.5em;
      text-decoration: none; }
      .footer-social li a .fa-brands {
        color: #fff;
        transition: all .3s; }
      .footer-social li a:hover .fa-brands,
      .footer-social li a:visited .fa-brands,
      .footer-social li a:active .fa-brands,
      .footer-social li a:focus .fa-brands {
        color: #fff; }
      .footer-social li a svg {
        width: 20px;
        fill: white;
        transition: all .3s; }
      .footer-social li a:hover svg {
        fill: white; }
  @media screen and (max-width: 650px) {
    .footer-social {
      justify-content: center; } }

.copyright {
  text-align: left;
  padding: 0;
  text-transform: uppercase;
  color: #6a6a6a;
  font-size: 0.875em;
  font-family: "Titillium Web", sans-serif;
  margin-left: 15px; }
  @media screen and (max-width: 650px) {
    .copyright {
      justify-content: center;
      text-align: center;
      margin-left: 0px;
      font-size: 0.75em; } }
  .copyright a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: 300ms; }
    .copyright a:hover {
      color: #6a6a6a;
      text-decoration: underline; }

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 200; }
  @media (max-width: 1080px) {
    #return-to-top {
      width: 40px;
      height: 40px; } }

#return-to-top svg {
  fill: #fff;
  margin: 0;
  position: absolute;
  left: 10px;
  width: 30px;
  top: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 1080px) {
    #return-to-top svg {
      left: 8px;
      width: 24px;
      top: 7px; } }

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9); }

#return-to-top:hover svg {
  fill: #fff;
  top: 5px; }

/* Containers/Content */
.wrapper {
  width: 100%;
  position: relative;
  min-height: 100%;
  flex: 1 0 auto;
  z-index: 5;
  margin-top: 130px; }
  @media (max-width: 1080px) {
    .wrapper {
      margin-top: 80px; } }

.container {
  width: 100%;
  padding: 3.125em 4.6875em;
  margin: 0px auto;
  position: relative;
  font-family: "Titillium Web", sans-serif; }
  @media (max-width: 1080px) {
    .container {
      padding: 1.5625em; } }

.content {
  height: 100%;
  position: relative;
  z-index: 8;
  width: 100%;
  background: transparent;
  margin: 0px auto; }
  .content .container .button {
    border-color: #000;
    color: #000; }
    .content .container .button:hover {
      background-color: #000;
      color: #fff !important; }
  @media (max-width: 650px) {
    .content .container {
      max-width: 100%; } }
  @media (max-width: 650px) {
    .content {
      margin: 0px auto; } }

.full-width {
  width: 100%;
  display: block; }

.home-content {
  padding: 50px 50px 100px;
  background: #000;
  color: #fff; }
  .home-content .button {
    margin-top: 30px; }
  .home-content p {
    max-width: 800px;
    margin: auto;
    color: #fff; }
  .home-content .divider {
    background: #fff; }
  @media (max-width: 1080px) {
    .home-content {
      padding: 50px; } }
  @media (max-width: 650px) {
    .home-content {
      padding: 30px; } }

.home-feature {
  position: relative;
  overflow: hidden;
  height: 600px;
  background-position: 50% !important; }
  .home-feature:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/tracks-overlay.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .home-feature img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill; }
    @media (max-width: 1080px) {
      .home-feature img {
        width: auto;
        transform: translateX(-50%); } }
  .home-feature .divider {
    background: #fff; }
  .home-feature .home-feature-content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 3;
    right: 0; }
    .home-feature .home-feature-content p {
      color: white;
      text-transform: uppercase;
      font-size: 2.25em;
      margin: 50px 0;
      text-align: center;
      font-weight: 400;
      line-height: 1.1; }
    @media (max-width: 1080px) {
      .home-feature .home-feature-content p {
        font-size: 1.2em; } }
    @media (max-width: 650px) {
      .home-feature .home-feature-content p {
        font-size: 1em;
        margin: 30px 0; }
      .home-feature .home-feature-content h1 {
        font-size: 1.9em; } }
    @media (max-width: 375px) {
      .home-feature .home-feature-content p {
        font-size: .8em; } }

.location-data {
  background: #fff; }

.location {
  display: flex;
  margin: 0px auto;
  max-width: 1200px;
  color: #000; }
  .location .wysiwyg p {
    color: #000; }
  .location .wysiwyg a {
    color: #000; }
  .location .button {
    border-color: #000;
    color: #000; }
    .location .button:hover {
      color: #fff !important;
      background: #000; }
  .location .map {
    display: block;
    width: 100%;
    padding: 50px 0; }
    @media (max-width: 650px) {
      .location .map {
        padding: 0px; } }
    .location .map img {
      max-width: 100%; }
  .location .location-details {
    padding: 50px; }
    .location .location-details h1, .location .location-details h2, .location .location-details h3, .location .location-details h4, .location .location-details h5, .location .location-details h6 {
      color: #000; }
  @media (max-width: 1080px) {
    .location {
      max-width: 90%;
      display: block;
      margin: 30px auto; }
      .location .location-details {
        text-align: center;
        padding: 20px 0 0; } }

/* Background */
.white-bg {
  background-color: white; }

.transparent-bg {
  background-color: rgba(0, 0, 0, 0.4); }

.grad-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }

.bg {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0; }

/* Site Modules */
section {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.site-module {
  margin-bottom: 3.125em;
  z-index: 1;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px; }
  .site-module .container:not(:first-child) {
    padding-top: 0; }
  .site-module:last-child {
    margin-bottom: 0em; }
  @media (max-width: 1300px) {
    .site-module {
      max-width: 96%; } }
  @media (max-width: 650px) {
    .site-module {
      margin-bottom: 1.5625em; } }

/* Grid */
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px; }
  @media (max-width: 1080px) {
    .grid-container {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 650px) {
    .grid-container {
      grid-template-columns: 1fr; } }

.grid-31 {
  width: 32.33%;
  margin-bottom: 2%;
  position: relative; }
  @media (max-width: 1080px) {
    .grid-31 {
      width: 48%; } }
  @media (max-width: 650px) {
    .grid-31 {
      width: 100%; } }

.grid-31-xsml {
  width: 32.33%;
  position: relative; }

.grid-31-sml {
  width: 32.33%;
  margin-bottom: 2%;
  position: relative; }
  @media (max-width: 650px) {
    .grid-31-sml {
      width: 100%; } }

.grid-31-stretch {
  width: 32.33%;
  margin: 0 0.5%;
  margin-bottom: 2%;
  position: relative;
  flex-grow: 1; }
  @media (max-width: 650px) {
    .grid-31-stretch {
      width: 100%; } }

.grid-35 {
  width: 32.33%;
  margin-bottom: 2%;
  position: relative; }
  @media (max-width: 1080px) {
    .grid-35 {
      width: 100%; } }
  @media (max-width: 650px) {
    .grid-35 {
      width: 100%; } }

.grid-65 {
  width: 64.66%;
  margin-bottom: 2%;
  position: relative; }
  @media (max-width: 1080px) {
    .grid-65 {
      width: 100%; } }
  @media (max-width: 650px) {
    .grid-65 {
      width: 100%; } }

.grid-24 {
  width: 23.5%;
  margin-bottom: 2%;
  position: relative; }
  @media (max-width: 1080px) {
    .grid-24 {
      width: 49%; } }
  @media (max-width: 650px) {
    .grid-24 {
      width: 100%; } }

.grid-49 {
  width: 48%;
  margin-bottom: 2%;
  position: relative; }
  @media (max-width: 650px) {
    .grid-49 {
      width: 100%;
      margin-bottom: 40px; } }

/* Flex */
.flex-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  max-width: 1300px; }

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.left-flex:after {
  display: block;
  height: 0;
  content: '';
  flex-grow: 1;
  max-width: 49%; }

@media (max-width: 1080px) {
  .left-flex:after {
    display: none; } }

@-webkit-keyframes Flash {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes Flash {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Flash {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  z-index: 0; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }
  @media (max-width: 650px) {
    .flickity-page-dots {
      bottom: 5px; } }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background: white;
  border-radius: 50%;
  padding: 4px;
  cursor: pointer;
  transition: border .3s; }
  @media (max-width: 650px) {
    .flickity-page-dots .dot {
      width: 8px;
      height: 8px; } }
  .flickity-page-dots .dot:hover {
    border: solid 1px #fff; }

.flickity-page-dots .dot.is-selected {
  background: #535353; }

/*==============================================================================
Custom Prev and Next Buttons
==============================================================================*/
.flickity-prev-next-button {
  position: absolute;
  top: 0;
  width: 3.125em;
  height: 100%;
  border: none;
  border-radius: 0;
  background: url(../img/icon-slider-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition-duration: 300ms;
  transition-property: background, opacity;
  background-size: 15px;
  z-index: 3; }
  .flickity-prev-next-button:hover {
    background-color: rgba(0, 0, 0, 0.2); }
  @media (max-width: 650px) {
    .flickity-prev-next-button {
      display: none; } }

.related-content .flickity-prev-next-button,
.product-slider .flickity-prev-next-button {
  background: url(../img/icon-slider-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button.previous {
  left: 0;
  transform: rotate(180deg); }

.flickity-prev-next-button.next {
  right: 0; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  display: none; }

.flickity-prev-next-button .arrow {
  fill: white; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/*.featured-slider .flickity-prev-next-button {
	width: 50px;
	background-color: rgba(0,0,0,0.5);
	&:hover {
		background-color: rgba(0,0,0,0.8);
	}
	@media (max-width: $desktop ) {
		width: 40px;
	}
	@media (max-width: $tablet ) {
		width: 30px;
	}
}*/
/*.home__feature .featured-slider .flickity-prev-next-button {
	width: 60px;
	@media (max-width: $desktop ) {
		width: 45px;
	}
	@media (max-width: $tablet ) {
		width: 40px;
	}
}*/
.js-slider-2 .flickity-slider {
  display: flex; }
  .js-slider-2 .flickity-slider a {
    position: relative !important;
    left: 0 !important;
    flex-shrink: 0; }

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay {
  background: #fdfdfd;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */
/* circle preloader */
.vbox-preloader {
  position: fixed;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background-image: url(../img/plugins/venobox/preload-circle.png);
  text-indent: -100px;
  overflow: hidden;
  -webkit-animation: playload 1.4s steps(18) infinite;
  -moz-animation: playload 1.4s steps(18) infinite;
  -ms-animation: playload 1.4s steps(18) infinite;
  -o-animation: playload 1.4s steps(18) infinite;
  animation: playload 1.4s steps(18) infinite; }

@-webkit-keyframes playload {
  from {
    background-position: 0px; }
  to {
    background-position: -576px; } }

@-moz-keyframes playload {
  from {
    background-position: 0px; }
  to {
    background-position: -576px; } }

@-ms-keyframes playload {
  from {
    background-position: 0px; }
  to {
    background-position: -576px; } }

@-o-keyframes playload {
  from {
    background-position: 0px; }
  to {
    background-position: -576px; } }

@keyframes playload {
  from {
    background-position: 0px; }
  to {
    background-position: -576px; } }

/* ----- navigation ----- */
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 46px;
  height: 40px;
  padding: 10px 20px 10px 0;
  display: block;
  background: url(../img/plugins/venobox/close.gif) no-repeat #161617;
  background-position: 10px center;
  color: #fff;
  text-indent: -100px;
  overflow: hidden; }

.vbox-next, .vbox-prev {
  box-sizing: content-box;
  cursor: pointer;
  position: fixed;
  top: 50%;
  color: #fff;
  width: 30px;
  height: 170px;
  margin-top: -85px;
  text-indent: -100px;
  border: solid transparent;
  /* Using border instead of padding to keep bg image in place */
  overflow: hidden; }

.vbox-prev {
  left: 0;
  border-width: 0 30px 0 10px;
  background: url(../img/plugins/venobox/prev.gif) center center no-repeat; }

.vbox-next {
  right: 0;
  border-width: 0 10px 0 30px;
  background: url(../img/plugins/venobox/next.gif) center center no-repeat; }

.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  padding: 6px 40px;
  overflow: hidden;
  background: #161617;
  position: fixed;
  display: none;
  top: -1px;
  left: 0; }

.vbox-num {
  cursor: pointer;
  position: fixed;
  top: -1px;
  left: 0;
  height: 40px;
  display: block;
  color: #fff;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  background: #161617;
  display: none; }

/* ------- inline window ------ */
.vbox-inline {
  width: 100%;
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
  overflow: auto; }
  .vbox-inline a {
    color: red;
    transition: color .3s; }
    .vbox-inline a:hover {
      color: grey; }
  .vbox-inline iframe {
    margin: 0 auto; }

/* ------- Video & iFrames window ------ */
.venoframe {
  border: none;
  width: 960px;
  height: 540px; }
  .venoframe img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }

@media (max-width: 992px) {
  .venoframe {
    width: 640px;
    height: 360px; } }

@media (max-width: 767px) {
  .venoframe {
    width: 420px;
    height: 236px; } }

@media (max-width: 460px) {
  .vbox-inline {
    width: 100%;
    font-size: 90%; }
  .venoframe {
    width: 100%;
    height: 260px; } }

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container {
  position: relative;
  background: #000;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px; }

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden; }

.vbox-container img {
  max-width: 100%;
  height: auto;
  max-height: 90vh; }

/*****************************************
Accordion
*****************************************/
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  padding: 20px 0 20px 1.25em;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  outline: none;
  transition: all 0.3s;
  font-size: 1.125em;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  position: relative; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  background: #fff;
  color: #fff; }

.active {
  background: #202020;
  color: #fff; }

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 1.25em;
  background-color: transparent;
  display: none;
  overflow: hidden; }
  @media (max-width: 650px) {
    .panel {
      padding: 1.25em .5em; } }

.accordion:before {
  content: '+';
  /* Unicode character for "plus" sign (+) */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-position: center;
  transition: all .3s; }

.accordion-active:before {
  content: '-';
  /* Unicode character for "plus" sign (+) */ }

.button {
  background: transparent;
  padding: 10px 50px;
  width: fit-content;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-family: "Titillium Web", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 auto;
  text-decoration: none;
  border: 2px solid #fff;
  transition: 300ms; }
  .button:hover {
    background: #fff;
    color: #000 !important;
    box-shadow: 0px 2px 10px #fff; }
  @media (max-width: 1600px) {
    .button {
      font-size: 1.25em; } }
  @media (max-width: 1080px) {
    .button {
      width: 75%;
      font-size: 1.75em;
      padding: 10px 20px; } }
  @media (max-width: 650px) {
    .button {
      font-size: 1.25em;
      width: 90%;
      padding: 10px; } }
  @media (max-width: 375px) {
    .button {
      font-size: 1.25em; } }

.two-button {
  display: flex;
  margin-bottom: .5em !important; }
  .two-button .outline-button {
    width: 49%;
    border-radius: 10px; }
  .two-button a {
    margin: 15px auto; }

.link-block {
  display: block;
  padding: 0px 30px;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 1080px) {
    .link-block {
      margin-bottom: 1.5em; } }
  @media (max-width: 650px) {
    .link-block {
      margin-bottom: 1em; } }
  .link-block * {
    text-decoration: none;
    transition: all .3s; }

.get-directions {
  margin-top: 30px;
  margin-left: 0; }
  @media (max-width: 1080px) {
    .get-directions {
      margin-left: inherit; } }
  @media (max-width: 650px) {
    .get-directions {
      margin-top: 0px; } }

.btn, .btn-accent, .clear-btn, .full-btn {
  display: block;
  text-align: center;
  transition: all .3s;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700; }

.btn-accent {
  background-color: #fff;
  color: #fff;
  text-transform: uppercase; }
  .btn-accent:hover {
    background-color: #202020; }

.clear-btn {
  background-color: white;
  border: solid 1px #fff;
  color: #fff;
  text-transform: uppercase; }
  .clear-btn:hover {
    background-color: #202020; }

.full-btn {
  width: 100%;
  background-color: #fff;
  color: white;
  padding-right: 20px;
  text-transform: uppercase; }
  .full-btn:hover {
    background-color: #202020; }

.right-btn {
  text-align: right;
  width: 100%;
  padding: .5em 1.25em; }

.disabled-button {
  background-color: #ff0000;
  color: #fff; }

input.wpcf7-form-control {
  width: 100%;
  min-height: 40px;
  border: 0;
  background: transparent;
  padding: 10px;
  color: #fff;
  margin: 2px auto;
  border: 1px solid #000; }

textarea.wpcf7-form-control {
  width: 100%;
  background: transparent;
  padding: 10px;
  color: #fff;
  margin: 2px auto;
  border: 1px solid #000; }

textarea:focus, input:focus {
  outline: none !important;
  border: 1px solid red; }

input.wpcf7-form-control.wpcf7-submit {
  background: transparent;
  font-weight: 600;
  border: 1px solid #000;
  color: #000;
  transition: .3s;
  width: 50%;
  margin: 0 0 0 auto;
  text-transform: uppercase;
  display: block; }
  @media (max-width: 650px) {
    input.wpcf7-form-control.wpcf7-submit {
      width: 100%; } }
  input.wpcf7-form-control.wpcf7-submit:hover {
    background: #000;
    color: #fff; }

.wpcf7 .ajax-loader {
  display: none; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000 !important;
  opacity: 1; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000 !important;
  opacity: 1; }

/* Countdown */
.timer {
  padding: 5px;
  text-transform: uppercase;
  min-width: 100px; }
  .timer p {
    padding: 5px 0;
    font-size: 1em;
    letter-spacing: 1.5px; }

.digits {
  font-size: 2em; }

div#countdown {
  display: flex;
  text-align: center;
  justify-content: center;
  min-height: 80px;
  color: #fff;
  padding-top: 30px; }

.time-bg {
  background: #202020;
  width: auto;
  height: auto;
  border-radius: 15px;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px; }

@media screen and (max-width: 1080px) {
  .timer {
    font-size: 14px;
    width: 70px;
    height: 70px;
    min-width: 0; } }

.grid, .event-grid {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1350px;
  margin: 50px auto 0; }

.grid-item {
  width: 31.33%;
  margin: 1%;
  position: relative; }
  @media (max-width: 1080px) {
    .grid-item {
      width: 48%; } }
  @media (max-width: 650px) {
    .grid-item {
      width: 100%;
      font-size: 90%; } }

.cta-item {
  height: 17.1875em;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  transition: all .3s;
  border-radius: 10px;
  border: 3px solid #202020;
  box-shadow: 0px 2px 25px #000; }
  .cta-item:after {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .25;
    transition: all .3s; }
  .cta-item:hover:after {
    opacity: 0.9;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .cta-item:hover .cta-info {
    background-color: rgba(0, 0, 0, 0.25); }
    .cta-item:hover .cta-info h1 {
      text-shadow: 0px 0px 15px #fff;
      color: #8f0808; }
  .cta-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 4; }

.cta-info {
  position: relative;
  z-index: 2;
  padding: 10px;
  background: #202020;
  width: 100%;
  height: 100%;
  background: #c43d3d;
  background: linear-gradient(180deg, rgba(196, 61, 61, 0.5) 50%, rgba(234, 197, 94, 0.8) 100%);
  transition: all .3s; }
  .cta-info h1 {
    color: #202020;
    font-size: 2.5em;
    text-shadow: -2px -2px 0 #8f0808, 2px -2px 0 #8f0808, -2px 2px 0 #8f0808, 2px 2px 0 #8f0808;
    font-weight: 700;
    margin: 0;
    transition: .3s;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: 25px;
    left: 0;
    text-align: center;
    right: 0;
    font-family: "Titillium Web", sans-serif;
    letter-spacing: 2px; }
  .cta-info h2 {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase; }

.cta-icon {
  width: 7.5em;
  height: 7.5em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 16px; }
  .cta-icon img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: auto;
    z-index: 2; }
  .cta-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    transform: rotate(-45deg);
    background-color: #000;
    left: -50%;
    top: -50%;
    position: absolute;
    transition: all .3s; }

/* Events */
.event-container .site-module {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 650px) {
    .event-container .site-module {
      flex-wrap: wrap; } }

.event-container .wysiwyg {
  max-width: 100%;
  margin: 0 50px 0 0;
  width: 100%; }
  @media (max-width: 650px) {
    .event-container .wysiwyg {
      margin: 0; } }

.event-container .sidebar {
  color: #fff;
  width: 100%;
  max-width: 400px; }
  .event-container .sidebar .a2a_svg path {
    color: #fff;
    background: #fff;
    fill: #fff !important; }
  .event-container .sidebar .social-share {
    text-align: left;
    margin-top: 10px; }
  @media (max-width: 650px) {
    .event-container .sidebar {
      margin-top: 30px; } }
  .event-container .sidebar .button {
    background: #fff;
    color: #000 !important;
    margin-top: 10px;
    margin-left: 0; }
    .event-container .sidebar .button:hover {
      background: #000;
      color: #fff !important; }
  .event-container .sidebar .sidebar-content {
    background: #000;
    padding: 50px; }
    .event-container .sidebar .sidebar-content a {
      color: #fff;
      text-decoration: none;
      transition: .3s; }
      .event-container .sidebar .sidebar-content a:hover {
        color: #6a6a6a; }

.event-container .divider {
  background: #fff;
  width: 100%;
  margin: 0 auto; }

.filter {
  display: flex;
  justify-content: center; }
  @media (max-width: 650px) {
    .filter {
      display: none; } }

.title-buttons {
  display: inline-flex;
  align-items: center; }
  @media (max-width: 650px) {
    .title-buttons {
      margin: 5px 0; } }
  .title-buttons .button {
    margin: 0 5px;
    font-size: 1.1em;
    padding: 15px 20px;
    vertical-align: middle;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    height: 60px;
    width: 100%; }

#btnContainer {
  display: flex; }
  #btnContainer .btn, #btnContainer .btn-accent, #btnContainer .clear-btn, #btnContainer .full-btn {
    margin: 5px;
    height: 50px;
    width: 80px;
    border: 0; }

/************************************
Event Grid
*************************************/
.upcoming-events {
  background: #fff; }

.event-grid {
  margin-bottom: 50px; }
  @media (max-width: 650px) {
    .event-grid {
      margin-bottom: 30px; } }

.event-grid-btn {
  width: 98% !important;
  margin: 0 auto; }

.event-link-container {
  position: relative;
  flex-grow: 1; }
  .event-link-container:hover .event-item-info h1, .event-link-container:hover .event-item-info h2 {
    color: #6a6a6a; }
  .event-link-container a {
    text-decoration: none; }

.event-item {
  width: 31.33%;
  margin: 1%;
  background: #fff;
  position: relative;
  transition: background .5s;
  display: flex;
  flex-direction: column;
  transition: .3s; }
  .event-item .two-button .button {
    color: #000;
    border-color: #000;
    font-size: 16px;
    width: 45%;
    padding: 10px; }
    .event-item .two-button .button:hover {
      color: #fff !important;
      background-color: #000; }
  .event-item img {
    display: block;
    width: 100%;
    height: auto; }
  @media (max-width: 1440px) {
    .event-item {
      width: 48%; } }
  @media (max-width: 1080px) {
    .event-item {
      width: 100%;
      font-size: 90%; } }

.list .event-link-container {
  display: flex; }
  .list .event-link-container .event-image {
    width: 50%; }

.list .event-item-info h1, .list .event-item-info h2, .list .event-item-info h3, .list .event-item-info h4 {
  text-align: left; }

.list .two-button .button:first-child {
  margin-left: 0; }

.event-item-info {
  padding: 1.25em;
  text-align: left;
  text-decoration: none;
  width: 100%;
  background: #fff;
  transition: .3s; }
  .event-item-info h1 {
    color: black;
    transition: .3s;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
  .event-item-info h2 {
    color: black;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
  .event-item-info h4 {
    color: #555;
    font-size: 16px;
    text-align: center; }
  .event-item-info h3 {
    color: #6a6a6a;
    transition: .3s;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    text-align: center; }
  @media (max-width: 1080px) {
    .event-item-info h3 {
      font-size: 13px; }
    .event-item-info h2 {
      font-size: 13px; } }

.hero {
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  max-height: 120vh;
  background: #000; }
  @media (max-width: 1440px) {
    .hero {
      font-size: 90%; } }
  @media (max-width: 1080px) {
    .hero {
      font-size: 80%; } }
  @media (max-width: 650px) {
    .hero {
      font-size: 75%; } }

.header-hero {
  padding-bottom: 0; }

.hero-slide {
  width: 100%;
  /* full width */
  max-height: calc(120vh);
  background: #222;
  /* center images in cells with flexbox */
  display: block;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1080px) {
    .hero-slide {
      height: auto;
      display: block; } }
  .hero-slide img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 650px) {
      .hero-slide img {
        width: 200%;
        height: 100%;
        transform: translateX(-25%);
        overflow: hidden;
        position: relative; } }

.hero-copy-container {
  z-index: 2;
  width: 100%;
  background: black;
  min-height: 175px; }
  @media (max-width: 1080px) {
    .hero-copy-container {
      position: relative;
      min-height: 50px; } }

.hero-copy {
  width: 100%;
  max-width: 1200px;
  padding: 2em 0;
  height: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  opacity: 0;
  transition: all .5s .2s;
  -webkit-animation: fadeIn 0.5s ease-out;
  -moz-animation: fadeIn 0.5s ease-out;
  -o-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out; }
  @media (max-width: 1200px) {
    .hero-copy {
      max-width: 1050px;
      padding: 2em; } }
  .hero-copy h3 {
    color: white;
    font-family: "Titillium Web", sans-serif;
    font-size: 23px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0; }
  .hero-copy h1 {
    color: white;
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-transform: uppercase; }
    .hero-copy h1 a {
      text-decoration: none;
      color: white; }
  .hero-copy h2 {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase; }
  .hero-copy .divider {
    background: white;
    margin: 50px auto 0 0; }
  @media (max-width: 1080px) {
    .hero-copy {
      display: block; }
      .hero-copy h3 {
        font-size: 13px; }
      .hero-copy h1 {
        font-size: 2.25em; }
      .hero-copy h2 {
        font-size: 13px; } }

.is-selected .hero-copy {
  opacity: 1; }

.is-selected img {
  z-index: 8888; }

.is-fullscreen .hero-image {
  height: auto;
  max-height: 100%; }

.hero-title {
  flex-grow: 1;
  text-decoration: none;
  max-width: 80%; }
  @media (max-width: 1080px) {
    .hero-title {
      max-width: 100%; } }

@media (max-width: 1080px) {
  .buttons {
    display: flex; } }

@media (max-width: 650px) {
  .buttons {
    flex-wrap: wrap; }
    .buttons .hero-button {
      margin-bottom: 10px; }
      .buttons .hero-button:last-child {
        margin-bottom: 0;
        margin-top: 0; } }

.hero-button {
  flex-shrink: 0;
  display: flex;
  height: 100%;
  margin: 0 auto;
  width: 250px;
  background: transparent;
  border: 2px solid #fff; }
  .hero-button:first-child {
    margin-bottom: 15px; }
  .hero-button a {
    width: 100%;
    border: 0;
    color: #fff; }
  @media (max-width: 1600px) {
    .hero-button {
      font-size: 1.2em; } }
  @media (max-width: 1080px) {
    .hero-button {
      transform: translateY(0);
      font-size: 14px;
      margin: 15px 10px 15px 0; } }

.flickity-page-dots {
  position: absolute;
  top: 0px;
  padding: 0;
  background: transparent;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .flickity-page-dots .dot {
    width: 100%;
    height: 19px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    margin: 0 1px; }
  @media (max-width: 1080px) {
    .flickity-page-dots {
      bottom: 40px; } }
  @media (max-width: 375px) {
    .flickity-page-dots {
      bottom: 30px; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.page-image {
  max-width: 100%; }

.image {
  margin: 30px auto; }
  @media (max-width: 650px) {
    .image {
      margin: .5em auto; } }

/* Image Styling */
.img-block {
  display: block;
  width: 100%;
  height: auto;
  position: relative; }
  .img-block img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%; }
  .img-block span {
    bottom: 15px;
    right: 15px;
    padding: 5px;
    background-color: white;
    color: #1f0637;
    font-size: 11px;
    font-family: "Titillium Web", sans-serif;
    z-index: 3; }
    .img-block span.caption-2 {
      position: static;
      float: left;
      padding-left: 0; }
    @media (max-width: 1080px) {
      .img-block span {
        position: static;
        float: right;
        padding-right: 0; } }
  .img-block div.link-content {
    position: absolute;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    opacity: 0; }
  .img-block div.article-quote {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 2.5em; }
    .img-block div.article-quote div {
      width: 70%;
      border-bottom: solid 1px #202020;
      padding-bottom: 0.9375em; }
    @media (max-width: 1080px) {
      .img-block div.article-quote {
        position: static; } }

.image-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px; }
  @media (max-width: 650px) {
    .image-content {
      display: block;
      margin-bottom: 25px; } }
  .image-content img {
    width: 100%;
    margin-right: 20px; }
    @media (max-width: 1080px) {
      .image-content img {
        width: 300px;
        max-width: 100%;
        height: auto; } }
    @media (max-width: 650px) {
      .image-content img {
        width: 100%;
        height: auto;
        margin-right: 0px;
        max-width: 100%;
        margin-bottom: 15px; } }

.image-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .image-gallery a {
    width: 33%;
    padding: 10px; }
    .image-gallery a img {
      display: block;
      width: 100%;
      height: auto;
      opacity: 0.7;
      transition: opacity .2s;
      border-bottom: 5px solid #ffca00; }
    .image-gallery a:hover img {
      opacity: 1; }
    @media (max-width: 1440px) {
      .image-gallery a {
        width: 33.33%; } }
    @media (max-width: 1080px) {
      .image-gallery a {
        width: 50%; } }
    @media (max-width: 650px) {
      .image-gallery a {
        width: 100%; } }
    .grid-49 .image-gallery a {
      width: 50%; }

/******************************************
Media Embed
******************************************/
.site-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  width: 100%;
  height: 0;
  margin: 100px auto; }
  @media (max-width: 650px) {
    .site-video {
      margin: 50px auto; } }
  .site-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  aside .site-video:after {
    display: none; }

.site-embed {
  position: relative; }
  .site-embed iframe {
    width: 100%;
    position: relative;
    z-index: 2; }
  aside .site-embed:after {
    display: none; }

.media {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 60px; }
  .media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 1080px) {
    .media {
      margin-bottom: 40px; } }

.media-grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .media-grid:after {
    content: '';
    flex-grow: 1; }

.media-item {
  width: 48%;
  margin: 1%;
  margin-bottom: 40px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: background .3s; }
  .media-item h2 {
    text-align: center;
    color: white;
    font-size: 1em;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 400; }
  .media-item:hover {
    background: rgba(0, 0, 0, 0.3); }
    .media-item:hover .media-thumb:before {
      background: rgba(0, 0, 0, 0.3); }
    .media-item:hover .media-thumb:after {
      transform: scale(1.1); }
  .media-item:first-child {
    margin-left: 0; }
  .media-item:last-child {
    margin-right: 0; }
  @media (max-width: 1440px) {
    .media-item {
      width: 48%;
      margin: 0 0.5%;
      margin-bottom: 40px; } }
  @media (max-width: 1080px) {
    .media-item {
      width: 100%; } }

.media-thumb {
  position: relative; }
  .media-thumb img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1; }
  .media-thumb:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    transition: background .3s; }
  .media-thumb:after {
    content: '';
    background: url(../img/icon-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    z-index: 3;
    transition: transform .3s; }

.media-embed {
  width: 100%;
  max-width: 1000px;
  height: 0;
  padding-bottom: 56.9%;
  position: relative; }
  .media-embed iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute; }

.news-grid {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 1080px) {
    .news-grid {
      display: block; } }

.news-page-grid {
  justify-content: center;
  position: relative; }
  .news-page-grid:after {
    flex-grow: 1;
    min-width: 50%;
    display: flex;
    content: ''; }

@media (max-width: 1080px) {
  .news-container .news-grid {
    display: flex; } }

@media (max-width: 650px) {
  .news-container .news-grid {
    display: block; } }

.news-item {
  width: 24%;
  background: transparent;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 0.5%; }
  .news-item a {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 5; }
  .news-item h2 {
    padding: 0 0 0.25em;
    font-size: 1.5em;
    color: #fff;
    margin: 0;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px; }
  .news-item .excerpt {
    text-align: center;
    line-height: 1.1;
    letter-spacing: -1px; }
  .news-item:hover .read-more {
    opacity: 1; }
  .news-item:hover .news-thumb:before {
    opacity: 0.8; }
  @media (max-width: 1080px) {
    .news-item {
      width: 50%;
      max-width: 600px;
      margin: 0 auto;
      margin-bottom: 15px; } }
  @media (max-width: 650px) {
    .news-item {
      width: 100%;
      max-width: 100%; } }

.news-container .news-item {
  margin: 0 0.5%;
  margin-bottom: 15px; }
  @media (max-width: 1440px) {
    .news-container .news-item {
      margin: 0 1%;
      width: 48%; } }
  @media (max-width: 1080px) {
    .news-container .news-item {
      width: 48% !important; } }
  @media (max-width: 650px) {
    .news-container .news-item {
      width: 100% !important;
      margin: 0 0 15px; } }

.news-date {
  padding: 10px 0 0;
  text-align: center;
  font-size: 1.125em;
  font-weight: 700;
  color: #6a6a6a;
  letter-spacing: -1px;
  text-transform: uppercase; }

.news-thumb {
  width: 100%;
  position: relative; }
  .news-thumb img {
    display: block;
    width: 100%;
    height: auto; }
  .news-thumb:before {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    content: '';
    z-index: 2;
    background: #fff;
    opacity: 0;
    transition: opacity .3s; }
  .news-thumb .read-more {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s;
    color: #fff;
    text-transform: uppercase; }

.page-title {
  width: 100%;
  padding: 0.9375em 4.6875em;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  background: #000; }
  @media (max-width: 650px) {
    .page-title {
      padding: 0.625em 1.5625em; } }
  .page-title h1, .page-title h2 {
    color: white; }
  .page-title h2 {
    margin: 0 auto;
    color: white;
    font-size: 1.75em;
    font-weight: 700;
    text-align: left;
    width: 100%;
    max-width: 1300px;
    text-transform: uppercase;
    font-family: "Titillium Web", sans-serif; }
    @media (max-width: 1080px) {
      .page-title h2 {
        font-size: 1.5em; } }
    @media (max-width: 650px) {
      .page-title h2 {
        font-size: 1.25em; } }
  .page-title h3 {
    color: #fefefe; }
  .page-title h4 {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    color: #6a6a6a;
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 700; }

.title-contain {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto; }
  .title-contain a {
    text-decoration: none;
    color: #fff; }
  @media (max-width: 650px) {
    .title-contain {
      flex-wrap: wrap; }
      .title-contain .title, .title-contain .page-title {
        text-align: center; }
        .title-contain .title h1, .title-contain .title h2, .title-contain .title h3, .title-contain .page-title h1, .title-contain .page-title h2, .title-contain .page-title h3 {
          text-align: center; } }
  .title-contain .title {
    width: 70%; }
    @media (max-width: 650px) {
      .title-contain .title {
        width: 100%; } }

.social-share {
  margin: auto 0 auto 0;
  min-width: 0%;
  text-align: right; }
  @media (max-width: 1080px) {
    .social-share {
      min-width: 20%; } }
  @media (max-width: 650px) {
    .social-share {
      min-width: 100%;
      text-align: center; } }

.flex-box {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  justify-content: space-between; }

.section-title {
  width: 100%;
  font-weight: 400;
  color: white;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1em 0;
  padding: 0.9375em 1.875em; }
  .section-title .button {
    font-size: 1.25em;
    width: 20%; }
  .section-title h1 {
    margin: 0;
    padding: 0 30px;
    font-size: 1.5em;
    width: 100%;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: "Titillium Web", sans-serif; }
  .section-title h2 {
    width: 100%;
    max-width: 1200px;
    color: #000;
    line-height: 2;
    padding: 0;
    margin: auto;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Titillium Web", sans-serif;
    letter-spacing: 1px; }
  @media (max-width: 650px) {
    .section-title h2 {
      font-size: 1.25em; }
    .section-title .button {
      font-size: .8em;
      line-height: 3;
      width: 40%; } }

.partners-container {
  display: flex;
  flex-wrap: wrap; }

.partner-logo {
  background: #000;
  width: 100%;
  margin: 5px;
  height: 300px;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: .3s;
  border-radius: 50px; }
  .partner-logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    transition: .3s; }

.partner-link {
  width: 24%;
  height: 100%;
  position: relative;
  display: block;
  margin: 5px 1% 5px 0;
  transition: .3s; }
  @media (max-width: 650px) {
    .partner-link {
      width: 100%;
      margin: 5px 0; } }
  .partner-link:hover {
    transform: scale(0.95); }
    .partner-link:hover .partner-logo {
      background: #fff;
      border: 5px solid #000;
      box-shadow: 0 0 10px #000; }
      .partner-link:hover .partner-logo img {
        filter: invert(1); }

.pageinttl {
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 14px;
  font-family: "Titillium Web", sans-serif;
  color: white;
  height: 40px;
  line-height: 40px;
  padding: 0 0.5em; }

.tfg-pagination {
  margin: 30px 0;
  margin-left: 0;
  float: left;
  font-family: "Titillium Web", sans-serif;
  width: 100%; }
  .tfg-pagination li {
    float: left;
    list-style: none;
    display: block; }
    .tfg-pagination li a {
      text-decoration: none;
      background: #000;
      transition: background 200ms, color 200ms;
      height: 40px;
      line-height: 40px;
      width: 40px;
      vertical-align: middle;
      color: white;
      font-size: 14px;
      margin-right: 2px;
      display: block;
      text-align: center; }
      .tfg-pagination li a:hover {
        background: #fff; }
      .tfg-pagination li a.current {
        background: #000; }

.post-photo {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px; }

.post-content {
  width: 90%;
  margin: 0 auto; }
  @media (max-width: 1080px) {
    .post-content {
      width: 100%;
      font-size: 90%; } }

.post-headline {
  background-color: #fff;
  padding: 1.25em 1.875em;
  display: block;
  width: 100%; }
  .post-headline h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.25em;
    color: white;
    padding: 0;
    margin: 0;
    line-height: 1.2; }
  .post-headline h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2em;
    color: white;
    padding: 0;
    margin: 0;
    line-height: 1.2; }

.post {
  width: 90%;
  text-align: left;
  font-size: 1em;
  padding: 1.875em 0 0; }
  @media (max-width: 1080px) {
    .post {
      width: 100%; } }

.post-item {
  display: block;
  margin-bottom: 2.5em; }

.feature-slider {
  width: 100%;
  margin: 50px auto; }

.feature-slide {
  position: relative;
  width: 50%;
  margin-right: 10px;
  counter-increment: carousel-cell; }
  .feature-slide:before {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    content: counter(carousel-cell);
    line-height: 1;
    font-size: 30px;
    text-align: right;
    color: white; }
  .feature-slide img {
    display: block;
    width: 100%;
    height: auto; }
  .feature-slide .feature-slide-copy {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%; }
    .feature-slide .feature-slide-copy a {
      text-decoration: none; }
    .feature-slide .feature-slide-copy .slide-title-contain {
      width: 50%; }
      .feature-slide .feature-slide-copy .slide-title-contain .button {
        color: #fff;
        border-color: #fff; }
    .feature-slide .feature-slide-copy h2 {
      margin: 0;
      font-size: 3em;
      font-weight: 700;
      color: white;
      line-height: 1;
      margin-bottom: 0;
      text-transform: uppercase;
      padding: 0; }
    .feature-slide .feature-slide-copy h3 {
      margin: 0;
      text-transform: uppercase;
      font-size: 1.5em;
      font-weight: 400;
      color: white;
      margin-bottom: 25px; }
    @media (max-width: 1080px) {
      .feature-slide .feature-slide-copy {
        font-size: 75%; }
        .feature-slide .feature-slide-copy h2 {
          font-size: 2.5em; }
        .feature-slide .feature-slide-copy h3 {
          margin-bottom: 10px;
          font-size: 1.25em;
          margin-bottom: 10px; } }
    @media (max-width: 650px) {
      .feature-slide .feature-slide-copy a {
        padding: 5px;
        font-size: .5em; }
      .feature-slide .feature-slide-copy h2 {
        font-size: 1.125em; }
      .feature-slide .feature-slide-copy h3 {
        font-size: 0.875em;
        margin-bottom: 5px; } }

.topleft {
  top: 50px;
  left: 75px; }

.topright {
  top: 50px;
  right: 75px !important; }
  .topright .slide-title {
    text-align: right !important; }

.topcenter {
  top: 50px;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important; }
  .topcenter .slide-title {
    text-align: center !important; }

.bottomleft {
  top: 0 !important;
  bottom: 50px !important;
  right: 0 !important;
  left: 75px !important;
  justify-content: flex-end; }
  .bottomleft .slide-title {
    text-align: left !important; }

.bottomright {
  top: 0 !important;
  bottom: 50px !important;
  right: 75px !important;
  left: 0 !important;
  justify-content: flex-end; }
  .bottomright .slide-title {
    text-align: right !important; }

.bottomcenter {
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 50px !important;
  justify-content: flex-end; }
  .bottomcenter .slide-title {
    text-align: center !important; }

.center {
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  text-align: center !important;
  justify-content: center !important; }
  .center .slide-title {
    text-align: center !important; }

/***********************************************
Custom Additions
***********************************************/
.accordion {color:inherit !important;border-top: 1px solid #000 !important;}

input.wpcf7-form-control-dark {
  width: 100%;
  background: #fff;
  padding: 10px;
  color: #000;
  margin: 2px auto;
  min-height: 50px;
  border: 0;
  border: 1px solid #fff;
}

.mc4wp-response {
  margin: 25px 0;
  justify-content: center;
  text-align: center;
}
