@charset "UTF-8";
/*********************
UNITS
*********************/
/* 4.85%;   /* grid_1  */
/* 13.45%;  /* grid_2  */
/* 22.05%;  /* grid_3  */
/* 30.75%;  /* grid_4  */
/* 39.45%;  /* grid_5  */
/* 48%;     /* grid_6  */
/* 56.75%;  /* grid_7  */
/* 65.4%;  /* grid_8  */
/* 74.05%; /* grid_9  */
/* 82.7%;  /* grid_10 */
/* 91.35%;  /* grid_11 */
/* 100%;    /* grid_12 */
/* 8.333%; 	/* grid_1  */
/* 16.666%;	/* grid_2  */
/* 25%;    	/* grid_3  */
/* 33.333%;	/* grid_4  */
/* 41.666%;	/* grid_5  */
/* 50%;    	/* grid_6  */
/* 58.333%;	/* grid_7  */
/* 66.666%;	/* grid_8  */
/* 75%;    	/* grid_9  */
/* 83.333%;	/* grid_10 */
/* 91.666%;	/* grid_11 */
/* 100%;   	/* grid_12 */
/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*********************
TOOLS
*********************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
  font-weight: 900;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
b,
strong,
.strong {
  font-weight: bold;
  font-weight: 900;
}

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

small,
.small {
  font-size: 75%;
}

ul,
ol {
  padding: 0;
  list-style-type: none;
}

dd {
  margin: 0;
}

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

img {
  display: block;
}

img.mb-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

img.lazy.blur,
img.lazy.focus {
  filter: blur(15px);
  transition: filter 0.25s ease-out;
}

img.lazy.blur.loaded,
img.lazy.focus.loaded {
  filter: blur(0);
}

img.lazy.fade-in {
  opacity: 0;
  transition: opacity 0.25s ease-out;
}

img.lazy.fade-in.loaded {
  opacity: 1;
}

/* Slider */
#features {
  font-size: 0.65em;
  display: block;
  clear: both;
  margin: 3rem auto 16px;
  min-height: 338px;
  background: white;
}
body:not(.home) #features {
  border-bottom: none;
  min-height: 240px;
}
@media (min-width: 760px) {
  #features {
    font-size: 0.85em;
  }
}
@media (min-width: 896px) {
  #features {
    font-size: 1em;
    margin: 0 auto 16px;
    height: auto;
    border-bottom: none;
  }
}
#features + #content > .sub-nav {
  margin-top: -2em;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slider-info {
  width: 95%;
  height: auto;
  padding-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 2;
}
@media (min-width: 896px) {
  .slider-info {
    height: auto;
    top: auto;
    padding-bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 8px;
    width: 95%;
    max-width: 1920px;
  }
}
.slick-slider .slider-info h1 {
  position: relative;
  font-size: 2.6em;
  font-weight: 700;
  background: #333;
  color: #fff;
  display: inline;
  margin: 0;
  padding: 0.125em 0.35em;
  line-height: 1.2;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.slick-slider .slider-info p {
  font-size: 1.5em;
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 400;
  font-style: italic;
  background: #fff;
  display: block;
  color: #333;
  padding: 1em 1em 1.25em 1em;
  margin: 0.25em 0 0;
  max-width: 100%;
  float: left;
  clear: both;
  position: relative;
}
@media (min-width: 896px) {
  .slick-slider .slider-info p {
    padding: 1em 1.25em 1.25em 1.25em;
    font-size: 1em;
  }
}
.slick-slider .slider-info a {
  display: inline-block;
  font-size: 0.85em;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  position: relative;
}
.slick-slider .slider-info a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.375em solid transparent;
  border-bottom: 0.375em solid transparent;
  border-left: 0.375em solid #333;
  position: absolute;
  right: -0.525em;
  top: 0.45em;
}
.slick-slider .slider-info a:hover, .slick-slider .slider-info a:active, .slick-slider .slider-info a:focus {
  text-decoration: underline;
}

@media (min-width: 896px) {
  .slider-info-wrap {
    width: 40%;
  }
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url(./ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  position: relative;
  display: none;
}
.slick-slide img,
.slick-slide span {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
@media (min-width: 43.25em) {
  .slick-slide img,
.slick-slide span {
    height: auto;
    max-height: none;
    width: 100%;
  }
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 1;
  opacity: 0.85;
  position: absolute;
  display: block;
  height: 100%;
  width: 20%;
  line-height: 0;
  font-size: 1em;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 0;
  padding: 0;
  border: none;
  outline: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (min-width: 896px) {
  .slick-prev,
.slick-next {
    font-size: 2em;
    opacity: 0;
    background: rgba(255, 255, 255, 0);
  }
}
.slick-prev:hover, .slick-prev:active, .slick-prev:focus,
.slick-next:hover,
.slick-next:active,
.slick-next:focus {
  opacity: 0.85;
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  position: absolute;
  font-family: "slick";
  font-size: 2em;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:not(.home) .slick-prev:before,
body:not(.home) .slick-next:before {
  top: auto;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  left: 1em;
  top: 40%;
  width: 18px;
  height: 32px;
  background: url("../img/sprite.png") 0 0;
  content: "";
}
.slick-next {
  right: 0;
}
.slick-next:before {
  right: 1em;
  top: 40%;
  width: 18px;
  height: 32px;
  background: url("../img/sprite.png") -18px 0;
  content: "";
}
/* Dots */
.slick-dots {
  visibility: hidden;
  position: absolute;
  bottom: 16px;
  right: 0;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 0.1em;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 20px;
  font-size: 1em;
  color: transparent;
  padding: 0px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  left: 0;
  content: "○";
  font-size: 2.25em;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  content: "●";
}
@media (min-width: 896px) {
  .slick-dots {
    visibility: visible;
  }
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
#swipebox-count {
  text-align: center;
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
  height: 100%;
  background: transparent;
  height: 100px;
}

#swipebox-bottom-bar {
  bottom: 0;
}
#swipebox-top-bar {
  top: 0;
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  top: 75vh;
}
@media (min-width: 768px) {
  #swipebox-arrows {
    top: 50vh;
  }
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

/** Tuesday 6th of February 2018 07:46:48 PM (core) **/
@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav ul {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav {
    text-align: right;
  }
}

@media (min-width: 896px) {
  #mega-menu-main-nav,
#mega-menu-main-nav ul.mega-sub-menu,
#mega-menu-main-nav li.mega-menu-item,
#mega-menu-main-nav a.mega-menu-link {
    left: auto;
    position: relative;
    right: auto;
  }
}

#mega-menu-wrap-main-nav:before,
#mega-menu-wrap-main-nav #mega-menu-main-nav:before,
#mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu:before,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item:before,
#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link:before,
#mega-menu-wrap-main-nav:after,
#mega-menu-wrap-main-nav #mega-menu-main-nav:after,
#mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu:after,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item:after,
#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link:after {
  display: none;
}

#mega-menu-wrap-main-nav.mega-keyboard-navigation .mega-menu-toggle:focus,
#mega-menu-wrap-main-nav.mega-keyboard-navigation #mega-menu-main-nav a:focus,
#mega-menu-wrap-main-nav.mega-keyboard-navigation #mega-menu-main-nav input:focus {
  box-shadow: inset 0px 0px 3px 1px #0ff;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav {
  visibility: visible;
}
@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav {
    padding: 0;
  }
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > a.mega-menu-link {
  cursor: pointer;
  display: inline;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link .mega-description-group {
  vertical-align: middle;
  display: inline-block;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link .mega-description-group .mega-menu-title,
#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link .mega-description-group .mega-menu-description {
  line-height: 1.5;
  display: block;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link .mega-description-group .mega-menu-description {
  font-style: italic;
  font-size: 0.8em;
  text-transform: none;
  font-weight: normal;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-icon-top > a.mega-menu-link {
  display: table-cell;
  vertical-align: middle;
  line-height: initial;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
  display: block;
  margin: 0 0 6px 0;
  text-align: center;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {
  display: inline-block;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
  float: right;
  margin: 0 0 0 6px;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-animating > ul.mega-sub-menu {
  pointer-events: none;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-disable-link > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {
  cursor: default;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {
  cursor: pointer;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav p {
  margin-bottom: 10px;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav input,
#mega-menu-wrap-main-nav #mega-menu-main-nav img {
  max-width: 100%;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav .widget_media_image figure,
#mega-menu-wrap-main-nav #mega-menu-main-nav .widget_media_image .wp-caption {
  width: auto !important;
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item > ul.mega-sub-menu {
    display: block;
    visibility: hidden;
    opacity: 1;
  }
}

#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=fade] li.mega-menu-item > ul.mega-sub-menu {
  opacity: 0;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
  transition-property: opacity, visibility;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=fade].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=fade].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=fade] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=fade] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  opacity: 1;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  opacity: 0;
  margin-top: 10px;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
  transition-property: opacity, margin-top, visibility;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=fade_up].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=fade_up].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=fade_up] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  opacity: 1;
  margin-top: 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=slide_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  margin-top: 10px;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
  transition-property: margin-top, visibility;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=slide_up].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=slide_up].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=slide_up] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  margin-top: 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  visibility: visible;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  visibility: inherit;
  opacity: 1;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item a[class^=dashicons]:before,
li.mega-menu-item a[class^=dashicons]:before {
  font-family: dashicons;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item a.mega-menu-link:before,
li.mega-menu-item a.mega-menu-link:before {
  display: inline-block;
  font-family: dashicons;
  position: static;
  margin: 0 9px 0 0px;
  vertical-align: top;
  color: inherit;
}
.utility-wrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item a.mega-menu-link:before,
.utility-wrap li.mega-menu-item a.mega-menu-link:before {
  font-size: 16px;
  line-height: 1;
}

.mega-sub-menu a.mega-menu-link:before {
  font-size: 32px;
  line-height: 0.9;
  vertical-align: middle;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
  margin: 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
  margin: 0 9px 0 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-align-bottom-right > ul.mega-sub-menu {
  right: 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {
  border-radius: 0px 0px 0 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu.mega-menu-item {
  position: static;
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item {
    margin: 0 0px 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
  }
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-item-align-right {
  float: right;
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-item-align-right {
    margin: 0 0 0 0px;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-item-align-float-left {
    float: left;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:focus {
    text-decoration: none;
  }
}

@media (min-width: 896px) {
  .nav li.current-menu-item a,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    text-decoration: none;
  }
  .nav li.current-menu-item a:before,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:before,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:before,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45%;
    width: 100%;
    background: #00BABC;
    height: 2px;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-multi-line > a.mega-menu-link {
    line-height: inherit;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    float: left;
    min-height: 1px;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
    width: 8.33333%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 16.66667%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: 25%;
    width: 22.928176794%;
    padding: 0;
    margin: 0 0 0 2.762430939%;
    text-align: red;
  }
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:first-child {
    margin-left: 0;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
    width: 33.33333%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {
    width: 41.66667%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
    width: 50%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {
    width: 58.33333%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {
    width: 66.66667%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {
    width: 75%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {
    width: 83.33333%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {
    width: 91.66667%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {
    width: 100%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
    width: 100%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0px 0px 0px 0px;
    background: #f1f1f1;
    padding: 0px 0px 0px 0px;
    position: absolute;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100vw;
    top: 100%;
  }
}
@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 32px 64px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

#mega-menu-main-nav > li > .mega-sub-menu > li.mega-menu-row {
  padding: 0;
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
    width: 100%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
    width: 50%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
    width: 100%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
    width: 33.33333%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
    width: 66.66667%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
    width: 100%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
    width: 25%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
    width: 50%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
    width: 75%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
    width: 100%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
    width: 20%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
    width: 40%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
    width: 60%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
    width: 80%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
    width: 100%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
    width: 16.66667%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
    width: 33.33333%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
    width: 50%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
    width: 66.66667%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
    width: 83.33333%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
    width: 100%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
    width: 14.28571%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
    width: 28.57143%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
    width: 42.85714%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
    width: 57.14286%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
    width: 71.42857%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
    width: 85.71429%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
    width: 100%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
    width: 25%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
    width: 50%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
    width: 75%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
    width: 100%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
    width: 11.11111%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
    width: 22.22222%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
    width: 33.33333%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
    width: 44.44444%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
    width: 55.55556%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
    width: 66.66667%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
    width: 77.77778%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
    width: 88.88889%;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
    width: 100%;
  }
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
  margin: 5px 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
  clear: both;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  margin-left: 10px;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  margin-left: 20px;
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    color: #003A54;
    font-size: 14px;
    float: left;
    clear: none;
    padding: 15px 15px 15px 15px;
    vertical-align: top;
    margin-bottom: 16px;
  }
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:last-child,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
    clear: left;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    color: #555;
    font-family: inherit;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    vertical-align: top;
    display: block;
    border-top: 0px solid #555;
    border-left: 0px solid #555;
    border-right: 0px solid #555;
    border-bottom: 0px solid #555;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #003A54;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    display: block;
    border-top: 0px solid #555;
    border-left: 0px solid #555;
    border-right: 0px solid #555;
    border-bottom: 0px solid #555;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: #999;
    text-decoration: none;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
    color: #003A54;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #003A54;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
    margin: 0;
    border: 0;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    display: block;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: #00BABC;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 150px;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    padding: 0px 0px 0px 0px;
    background: #f1f1f1;
    max-width: none;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #f1f1f1;
    color: #003A54;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #ddd;
    text-decoration: none;
    color: #00BABC;
  }
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
  }
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {
  content: "";
  float: right;
  margin: 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
  text-align: right;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
  float: right;
  margin: 0 0 0 6px;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {
  content: "";
  float: left;
  margin: 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  left: -100%;
  top: 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav li[class^=mega-lang-item] > a.mega-menu-link > img {
  display: inline;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link > img.wpml-ls-flag,
#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link > img.iclflag {
  display: inline;
  margin-right: 8px;
}

@media only screen and (min-width: 601px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-hide-on-desktop,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop {
    display: none;
  }
}
#mega-menu-wrap-main-nav .mega-menu-toggle {
  display: none;
  z-index: 1;
  cursor: pointer;
  background: #222;
  border-radius: 2px 2px 2px 2px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  outline: none;
}

#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block {
  text-align: left;
  display: inline-block;
  height: 100%;
}

#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-left {
  float: left;
  margin-left: 6px;
}

#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-center {
  float: none;
  margin-left: 3px;
  margin-right: 3px;
}

#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-right {
  float: right;
  margin-right: 6px;
}

#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-1:before {
  content: "";
  font-family: "dashicons";
  font-size: 24px;
  margin: 0 0 0 5px;
  color: #fff;
}

#mega-menu-wrap-main-nav .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:before {
  content: "";
}

#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-1:after {
  content: "MENU";
  color: #fff;
  float: left;
}

#mega-menu-wrap-main-nav .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
  content: "MENU";
}

#mega-menu-wrap-main-nav {
  clear: both;
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav > #mega-menu-main-nav > .mega-menu-item.mega-toggle-on.mega-menu-item-has-children > a:after {
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 999999;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f1f1f1;
    height: 0;
    width: 0;
  }
}

@media (min-width: 896px) {
  .mega-sub-menu .mega-menu-row {
    max-width: 1300px;
    width: 100%;
    padding: 16px;
  }
}

.mega-sub-menu li {
  width: 100%;
  line-height: 24px;
}

@media (min-width: 896px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    display: flex;
    line-height: 24px;
    align-items: center;
  }
}

.mega-menu-item > a.mega-menu-link:before {
  content: "";
}

@media (max-width: calc(896px - 1px)) {
  .mega-menu-link.parent + .mega-sub-menu .mega-sub-menu .mega-menu-item > a.mega-menu-link:before {
    width: 16px !important;
    height: 16px !important;
    background-size: 100% !important;
  }
}

/************************************************************************
*    ICONS
************************************************************************/
.svg-Volunteer > a.mega-menu-link:before, .svg-Urban-Farms > a.mega-menu-link:before, .svg-Theme-Icon > a.mega-menu-link:before, .svg-Store-Tiny > a.mega-menu-link:before, .svg-Store > a.mega-menu-link:before, .svg-Season-Passes > a.mega-menu-link:before, .svg-Search-Small > a.mega-menu-link:before, .svg-Search > a.mega-menu-link:before, .svg-Scholarships > a.mega-menu-link:before, .svg-Schedule-Small > a.mega-menu-link:before, .svg-Schedule > a.mega-menu-link:before, .svg-News > a.mega-menu-link:before, .svg-Media-Room > a.mega-menu-link:before, .svg-Map-Tiny > a.mega-menu-link:before, .svg-Map-Small > a.mega-menu-link:before, .svg-Map > a.mega-menu-link:before, .svg-Livestock-Exhibitions > a.mega-menu-link:before, .svg-Leadership > a.mega-menu-link:before, .svg-Jobs > a.mega-menu-link:before, .svg-History > a.mega-menu-link:before, .svg-Heritage-Hall-of-Honor > a.mega-menu-link:before, .svg-Group-Tickets > a.mega-menu-link:before, .svg-Getting-here > a.mega-menu-link:before, .svg-Food-Tiny > a.mega-menu-link:before, .svg-Food > a.mega-menu-link:before, .svg-Financial-Highlights > a.mega-menu-link:before, .svg-FAQs > a.mega-menu-link:before, .svg-Events > a.mega-menu-link:before, .svg-Education > a.mega-menu-link:before, .svg-Donate > a.mega-menu-link:before, .svg-Discounts > a.mega-menu-link:before, .svg-Digital-Guide > a.mega-menu-link:before, .svg-Daily-Attendence > a.mega-menu-link:before, .svg-Current-Sponsors > a.mega-menu-link:before, .svg-Creative-Competitions > a.mega-menu-link:before, .svg-Corporate-Sponsorships > a.mega-menu-link:before, .svg-Contact > a.mega-menu-link:before, .svg-Consignment > a.mega-menu-link:before, .svg-Concessions > a.mega-menu-link:before, .svg-Community-Involvment > a.mega-menu-link:before, .svg-Commercial-Exhibitors > a.mega-menu-link:before, .svg-Chevy-Ride-Drive > a.mega-menu-link:before, .svg-Chevy-Main-Stage > a.mega-menu-link:before, .svg-Buy-Online > a.mega-menu-link:before, .svg-Big-Tex > a.mega-menu-link:before, .svg-Auto-Show > a.mega-menu-link:before, .svg-Attractions-Events > a.mega-menu-link:before {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.svg-Attractions-Events > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="%23033b53" d="M8,2C3.58,2,0,6.35,0,11.71c0,4.37,2.23,8,5.5,9.25v0A1.5,1.5,0,0,0,7,22.5v9.36a.14.14,0,0,0,.14.14H8.86A.14.14,0,0,0,9,31.86V22.5A1.5,1.5,0,0,0,10.5,21h0C13.74,19.78,16,16.08,16,11.71,16,6.35,12.42,2,8,2ZM7.76,6.13c-2.3.16-4.15,2.51-4.25,5.42a.25.25,0,0,1-.25.25H1.77a.27.27,0,0,1-.27-.27c.12-4,2.84-7.23,6.22-7.4A.27.27,0,0,1,8,4.39V5.88A.26.26,0,0,1,7.76,6.13Z"/><path fill="%23033b53" d="M24.5,31.86v-8a1.49,1.49,0,0,0,1-1.28A7.64,7.64,0,0,0,30,15.34c0-4.23-2.91-7.66-6.5-7.66S17,11.11,17,15.34a7.64,7.64,0,0,0,4.51,7.29,1.49,1.49,0,0,0,1,1.28v8a.14.14,0,0,0,.14.14h1.72A.14.14,0,0,0,24.5,31.86ZM20.25,15.34H18.77a.27.27,0,0,1-.27-.27c.12-2.92,2.17-5.27,4.72-5.43a.27.27,0,0,1,.28.27v1.49a.26.26,0,0,1-.24.25,3.44,3.44,0,0,0-2.75,3.45A.26.26,0,0,1,20.25,15.34Z"/></svg>');
}

.svg-Auto-Show > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 2</title><path fill="%23033b53" d="M28,11.65v-1.3a.35.35,0,0,0-.35-.35h-3A6,6,0,0,0,19,6V7.79a.21.21,0,0,1-.21.21H17.21A.21.21,0,0,1,17,7.79V6H15V7.79a.21.21,0,0,1-.21.21H13.21A.21.21,0,0,1,13,7.79V6a6,6,0,0,0-5.65,4h-3a.35.35,0,0,0-.35.35v1.3a.35.35,0,0,0,.35.35h2A5.42,5.42,0,0,0,4,16.45v5.68H4V26a1,1,0,0,0,1,1H8a1,1,0,0,0,1-1V23H23v3a1,1,0,0,0,1,1h3a1,1,0,0,0,1-1V22.25h0v-5.8A5.42,5.42,0,0,0,25.65,12h2A.35.35,0,0,0,28,11.65ZM26,16H21.24a.24.24,0,0,0-.24.24v1.47a.24.24,0,0,0,.24.24H26v3H21V19.17A.17.17,0,0,0,20.8,19H19.2a.17.17,0,0,0-.17.17V21H17V19.17A.17.17,0,0,0,16.8,19H15.2a.17.17,0,0,0-.17.17V21H13V19.17A.17.17,0,0,0,12.8,19H11.2a.17.17,0,0,0-.17.17V21H6V18h4.78a.24.24,0,0,0,.24-.24V16.27a.24.24,0,0,0-.24-.24H6a3.46,3.46,0,0,1,3.43-3h3.09a4,4,0,0,0,6.91,0h3.09A3.46,3.46,0,0,1,26,16Z"/></svg>');
}

.svg-Big-Tex > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 1</title><path fill="none" d="M8,15.64c-.12-.12-.12-.24-.23-.24s.11.12.23.24a2.38,2.38,0,0,0,.57.48A1.12,1.12,0,0,1,8,15.64Z"/><path fill="none" d="M7.69,15.63c-.12-.11-.12-.23-.23-.23s.11.12.23.23a2.29,2.29,0,0,0,.59.47A1.11,1.11,0,0,1,7.69,15.63Z"/><path fill="none" d="M22,25.38l-.12.35h0Z"/><path fill="%23033b53" d="M31.29,16.81a11.55,11.55,0,0,0-2.11-5.76,15,15,0,0,0-6.81-5.16,2,2,0,0,1-.82-.47c-.12-.24-.24-.35-.36-.59a5.54,5.54,0,0,0-4.69-3.4,5.45,5.45,0,0,0-5.05,2.93,4.49,4.49,0,0,1-.59,1.06c-.23.35-.7.47-1,.7C6.17,7.77,2.88,10.59,1.7,14.34a10.51,10.51,0,0,0,1.41,8.57A12.74,12.74,0,0,0,11.21,28c.24,0,.59.12.83.12a3.6,3.6,0,0,1,1.05.23,3.08,3.08,0,0,1,.71.59,5,5,0,0,0,6.45-.12,2.38,2.38,0,0,1,.59-.47c.24-.11.47-.11.71-.23a12.49,12.49,0,0,0,6.22-2.82,9.88,9.88,0,0,0,3.28-5.87A9.85,9.85,0,0,0,31.29,16.81ZM11.68,20.92a4.08,4.08,0,0,1,0-2.35,1.91,1.91,0,0,1,1.88-1.29,2.06,2.06,0,0,1,1.88,1.29,3.76,3.76,0,0,1-.35,3.17,1.85,1.85,0,0,1-1.88.7A2,2,0,0,1,11.68,20.92Zm7.75,6.92c-1.05.82-3.17.71-3.64-.7,0-.12-.11-1.41,0-1.29a6,6,0,0,0,2.47-.12,1.89,1.89,0,0,0,1.41-1.88h-4v-.59c0-.23,0-.47.23-.47.59,0,.82.24,1.41.24A1.65,1.65,0,0,0,19,22c.12-.47.12-1.64-.7-1.17-.24.23-.12.59-.24.82a.64.64,0,0,1-.7.47c-.71,0-.59-1.17-.59-1.64a5.18,5.18,0,0,0-.47-2.94A3.14,3.14,0,0,0,14,16.22a3.66,3.66,0,0,0-2.46.59V16c0-.36,0-.24.35-.36a7.72,7.72,0,0,0,2.23-1.05A9.35,9.35,0,0,1,20,13.4c.94.12,1.41.24,1.29,1.29,0,.71-.35,1.65-1.17,1.65a6.32,6.32,0,0,0-2.47.58c-.35.12-.7.47-.59.83a.67.67,0,0,0,.59.35,1.67,1.67,0,0,0,.71-.24,5,5,0,0,1,1.87-.47,1.4,1.4,0,0,1,1.41,1.06c.12.35-.11.82-.11,1.17s.11.83.58.83c.71,0,.47-1.06,1.06-1.18.82-.23.47,1.65.47,2a2.17,2.17,0,0,1-.47,1.29c-.35.23-.47-.23-.59-.47a.84.84,0,0,0-.35-.7.56.56,0,0,0-.82.23,2,2,0,0,0-.12.82C21.31,24,20.84,26.67,19.43,27.84ZM22,25.73c.11-.59.23-1.64.35-2.23,1.29.59,2-.82,2.23-1.88s.58-2.7-.59-3.52c-.12-.12-.59-.12-.59-.35,0-.71.36-1.41.36-2.12a3.58,3.58,0,0,0-3.29-3.87H19.9c-.23,0-.47-.35-.7-.47a3.13,3.13,0,0,0-1.41-.7A5.74,5.74,0,0,0,15,10.7a35.79,35.79,0,0,0-4,1.41,1,1,0,0,1-1.29-.47c-.12-.47-.12-1.17-.82-.94a1.86,1.86,0,0,0-1.18,1.41A2.89,2.89,0,0,0,9.57,15.4v1.17a3.73,3.73,0,0,1-3.05-2.93c-.82-4.7,5.05-6.34,8.57-6.58a15.89,15.89,0,0,1,7.75,1.41A11.27,11.27,0,0,1,28.24,14a8.72,8.72,0,0,1-.35,7.63A9.64,9.64,0,0,1,22,25.73Z"/><circle fill="%23033b53" cx="13.68" cy="19.39" r="0.94"/><circle fill="%23033b53" cx="19.9" cy="19.39" r="0.94"/></svg>');
}

.svg-Buy-Online > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4</title><path fill="%23033b53" d="M8.22,23.78a3.3,3.3,0,0,1,0,4.67l2.33,2.33a3.3,3.3,0,0,1,4.67,0L30.78,15.22a3.3,3.3,0,0,1,0-4.67L28.44,8.22a3.3,3.3,0,0,1-4.67-4.67L21.44,1.22a3.3,3.3,0,0,1-4.67,0L1.22,16.78a3.3,3.3,0,0,1,0,4.67h0l2.33,2.33A3.3,3.3,0,0,1,8.22,23.78ZM8.93,15h5.24l.41-.41-1.41-1.41,1.41-1.41L16,13.17l.71-.71,1.41,1.41.71-.71,1.41,1.41h0l.71-.71,1.41,1.41.71-.71L24.49,16l-1.41,1.41-.71-.71-1.41,1.41-.71-.71-1.41,1.41-.71-.71-1.41,1.41L16,18.83l-1.41,1.41-1.41-1.41,1.41-1.41L14.17,17H8.93Z"/></svg>');
}

.svg-Chevy-Main-Stage > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 9</title><path fill="%23033b53" d="M26,17.5V14a1,1,0,0,0-2,0v3.5a7.51,7.51,0,0,1-6.5,7.43v-2A5.47,5.47,0,0,0,22,17.52v0H18a.33.33,0,0,1-.33-.33V15.83A.33.33,0,0,1,18,15.5h4v-3H18a.33.33,0,0,1-.33-.33V10.83A.33.33,0,0,1,18,10.5h4v-3H18a.33.33,0,0,1-.33-.33V5.83A.33.33,0,0,1,18,5.5h4v0A5.41,5.41,0,0,0,18.32.29,5.5,5.5,0,0,0,11,5.48v12A5.47,5.47,0,0,0,15.5,22.9v2A7.51,7.51,0,0,1,9,17.5V14a1,1,0,0,0-2,0v3.5a9.51,9.51,0,0,0,8.5,9.45V29H9.28a.28.28,0,0,0-.28.28v1.44a.28.28,0,0,0,.28.28H23.72a.28.28,0,0,0,.28-.28V29.28a.28.28,0,0,0-.28-.28H17.5V26.95A9.51,9.51,0,0,0,26,17.5Z"/></svg>');
}

.svg-Chevy-Ride-Drive > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 15</title><path fill="%23033b53" d="M1.48,15.73A14.23,14.23,0,1,0,15.71,1.5,14.25,14.25,0,0,0,1.48,15.73ZM14.71,26.91A11.22,11.22,0,0,1,4.53,16.75H7.61a8.16,8.16,0,0,0,7.1,7.08ZM15.5,19a3.55,3.55,0,1,1,1.21-.23A3.48,3.48,0,0,1,15.5,19Zm1.21,7.91V23.83a8.16,8.16,0,0,0,7.1-7.08h3.08A11.22,11.22,0,0,1,16.71,26.91Zm10.18-12.2H23.8a8.16,8.16,0,0,0-16.19,0H4.53a11.22,11.22,0,0,1,22.36,0Z"/></svg>');
}

.svg-Commercial-Exhibitors > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 20</title><path fill="%23033b53" d="M16.94,7.46a.12.12,0,0,1-.11-.08l-.91-2.8a.12.12,0,0,0-.23,0l-.91,2.8a.12.12,0,0,1-.11.08H11.72a.12.12,0,0,0-.07.22L14,9.41a.12.12,0,0,1,0,.13l-.91,2.8a.12.12,0,0,0,.19.13l2.38-1.73a.12.12,0,0,1,.14,0l2.38,1.73a.12.12,0,0,0,.19-.13l-.91-2.8a.12.12,0,0,1,0-.13L20,7.68a.12.12,0,0,0-.07-.22Z"/><path fill="%23033b53" d="M31,26.21V9.35a.74.74,0,0,0-.37-.64L16.37.56a.74.74,0,0,0-.74,0L1.37,8.71A.74.74,0,0,0,1,9.35V26.21a.29.29,0,0,0,.29.29H2.71A.29.29,0,0,0,3,26.21V18.87a4.66,4.66,0,0,0,8.56-1.06,4.66,4.66,0,0,0,9,0A4.66,4.66,0,0,0,29,19.08v7.13a.29.29,0,0,0,.29.29h1.42A.29.29,0,0,0,31,26.21ZM9.75,16.56a2.69,2.69,0,1,1-5.38,0V16.5H9.75Zm9,0a2.69,2.69,0,0,1-5.38,0V16.5h5.38Zm9,0a2.69,2.69,0,0,1-5.38,0V16.5h5.38ZM3,13.18V10.27A.32.32,0,0,1,3.16,10L15.84,2.74a.32.32,0,0,1,.32,0L28.84,10a.32.32,0,0,1,.16.28v2.91a.32.32,0,0,1-.32.32H3.32A.32.32,0,0,1,3,13.18Z"/></svg>');
}

.svg-Community-Involvment > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 25</title><path fill="%23033b53" d="M28.57,12.93A13,13,0,0,0,18.94,3.3a3,3,0,0,0-5.88,0,13,13,0,0,0-9.63,9.63,3,3,0,0,0,0,5.88,13,13,0,0,0,9.63,9.63,3,3,0,0,0,5.88,0,13,13,0,0,0,9.63-9.63,3,3,0,0,0,0-5.88Zm-1.84,5.65a11.1,11.1,0,0,1-8,8,3,3,0,0,0-5.42,0,11.1,11.1,0,0,1-8-8,3,3,0,0,0,0-5.42,11.1,11.1,0,0,1,8-8,3,3,0,0,0,5.42,0,11.1,11.1,0,0,1,8,8,3,3,0,0,0,0,5.42Z"/><path fill="%23033b53" d="M22.8,13.34H17.9a.2.2,0,0,1-.19-.14L16.19,8.54a.2.2,0,0,0-.38,0L14.29,13.2a.2.2,0,0,1-.19.14H9.2a.2.2,0,0,0-.12.36l4,2.88a.2.2,0,0,1,.07.22l-1.51,4.66a.2.2,0,0,0,.31.22l4-2.88a.2.2,0,0,1,.24,0l4,2.88a.2.2,0,0,0,.31-.22l-1.51-4.66a.2.2,0,0,1,.07-.22l4-2.88A.2.2,0,0,0,22.8,13.34Z"/></svg>');
}

.svg-Concessions > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 5</title><path fill="%23033b53" d="M18,.22V4.5H6.29a.79.79,0,0,0-.79.79v6.27a.79.79,0,0,0,.11.41l2.81,4.68a.79.79,0,0,1,.11.35l1,14.27a.79.79,0,0,0,.79.73H21.7a.79.79,0,0,0,.79-.74l1-14.72a.79.79,0,0,1,.13-.38L26.37,12a.79.79,0,0,0,.13-.44V5.29a.79.79,0,0,0-.79-.79H20V.22A.22.22,0,0,0,19.78,0H18.22A.22.22,0,0,0,18,.22Zm2.89,24.89L16,30H11.5l9.71-9.71Zm-9.83-.58-.33-4.84,7.19-7.19h5.17ZM24.5,6.72v3.56a.22.22,0,0,1-.22.22H7.72a.22.22,0,0,1-.22-.22V6.72a.22.22,0,0,1,.22-.22H24.28A.22.22,0,0,1,24.5,6.72Z"/></svg>');
}

.svg-Consignment > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 5 copy</title><path fill="%23033b53" d="M13.26,9H4.55A.55.55,0,0,0,4,9.55v5.92s0,.07,0,.11V30a.55.55,0,0,0,.55.55H27.45A.55.55,0,0,0,28,30V9.55A.55.55,0,0,0,27.45,9H17V7.5h4.05a1,1,0,0,1,.95-1v-1a1,1,0,0,1-.95-1,1,1,0,0,1,.95-1v-1a1,1,0,0,1-.95-1H10.95a1,1,0,0,1-.95,1v1a1,1,0,0,1,.95,1,1,1,0,0,1-.95,1v1a1,1,0,0,1,.95,1H15V9ZM6,13.76V11.34A.34.34,0,0,1,6.34,11h4.59a.34.34,0,0,1,.34.34v4a2.73,2.73,0,0,1-2.33,2.76A2.63,2.63,0,0,1,6,15.58s0-.07,0-.11ZM6,28.54v-3.1h6.43l-3.1,3.1Zm6.15,0,3.1-3.1h5.48l-3.1,3.1Zm13.83,0H20.48l3.1-3.1H26ZM20.74,15.11V11.34a.34.34,0,0,1,.34-.34h4.59a.34.34,0,0,1,.34.34v4a2.7,2.7,0,0,1-2.11,2.68,2.64,2.64,0,0,1-3.16-2.58Zm5.06,5.69A.21.21,0,0,1,26,21v2.22a.21.21,0,0,1-.21.21H6.22A.21.21,0,0,1,6,23.23V21a.21.21,0,0,1,.21-.21ZM18.29,11a.34.34,0,0,1,.34.34v4a2.7,2.7,0,0,1-2.11,2.68,2.64,2.64,0,0,1-3.16-2.58V11.34a.34.34,0,0,1,.34-.34Z"/></svg>');
}

.svg-Contact > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 38</title><path fill="%23033b53" d="M17.65,5.94a.41.41,0,0,1,.41.41V7.84a.16.16,0,0,0,.16.16h1.55a.16.16,0,0,0,.16-.16V4.47a.41.41,0,0,0-.41-.41H3.47a.41.41,0,0,0-.41.41V20.53a.41.41,0,0,0,.41.41H7.84A.16.16,0,0,0,8,20.77V19.23a.16.16,0,0,0-.16-.16H5.35a.41.41,0,0,1-.41-.41V6.35a.41.41,0,0,1,.41-.41Z"/><path fill="%23033b53" d="M25,29.23V26h1.57a.43.43,0,0,0,.43-.43V10.43a.43.43,0,0,0-.43-.43H10.43a.43.43,0,0,0-.43.43V25.57a.43.43,0,0,0,.43.43h8.49l5.84,3.36A.16.16,0,0,0,25,29.23ZM22.5,16A1.5,1.5,0,1,1,21,17.5,1.5,1.5,0,0,1,22.5,16Zm-8,3A1.5,1.5,0,1,1,16,17.5,1.5,1.5,0,0,1,14.5,19Zm3.56-.07a1.38,1.38,0,1,1,.44.07A1.49,1.49,0,0,1,18.06,18.93Z"/></svg>');
}

.svg-Corporate-Sponsorships > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 14</title><rect fill="%23033b53" x="13.59" y="17.44" width="4.81" height="2" rx="0.26" ry="0.26"/><rect fill="%23033b53" x="13.59" y="21.3" width="4.81" height="2" rx="0.26" ry="0.26"/><rect fill="%23033b53" x="13.59" y="25.15" width="4.81" height="2" rx="0.26" ry="0.26"/><circle fill="%23033b53" cx="16" cy="9.22" r="1.44"/><path fill="%23033b53" d="M15.11.23V3.77a.23.23,0,0,1-.23.23H12a.4.4,0,0,0-.4.4v8a.23.23,0,0,1-.23.23H8.66a.4.4,0,0,0-.4.4V31.77a.23.23,0,0,0,.23.23h15a.23.23,0,0,0,.23-.23V13a.4.4,0,0,0-.4-.4H20.6a.23.23,0,0,1-.23-.23v-8A.4.4,0,0,0,20,4H17.34a.23.23,0,0,1-.23-.23V.23A.23.23,0,0,0,16.88,0H15.34A.23.23,0,0,0,15.11.23Zm6.37,14.37a.26.26,0,0,1,.26.26v2.59H20.62a.29.29,0,0,0-.29.29v1.42a.29.29,0,0,0,.29.29h1.12V21.3H20.62a.29.29,0,0,0-.29.29V23a.29.29,0,0,0,.29.29h1.12v1.82H20.62a.29.29,0,0,0-.29.29v1.42a.29.29,0,0,0,.29.29h1.12V30H10.26V27.11h1.12a.29.29,0,0,0,.29-.29V25.4a.29.29,0,0,0-.29-.29H10.26V23.3h1.12a.29.29,0,0,0,.29-.29V21.58a.29.29,0,0,0-.29-.29H10.26V19.44h1.12a.29.29,0,0,0,.29-.29V17.73a.29.29,0,0,0-.29-.29H10.26V14.85a.26.26,0,0,1,.26-.26ZM18.37,6.26v6.07a.26.26,0,0,1-.26.26H13.89a.26.26,0,0,1-.26-.26V6.26A.26.26,0,0,1,13.89,6h4.22A.26.26,0,0,1,18.37,6.26Z"/></svg>');
}

.svg-Creative-Competitions > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 6</title><path fill="%23033b53" d="M12.76,23.46l-2.33.89a2.08,2.08,0,0,1-1.58,0l-2.3,4.39a.22.22,0,0,0,.24.33l3-.51a.22.22,0,0,1,.24.12l1.39,2.84a.22.22,0,0,0,.4,0l2.82-5.39a2.08,2.08,0,0,1-.56-.56Z"/><path fill="%23033b53" d="M22.08,24.49a2.1,2.1,0,0,1-.75-.14L19,23.46l-1.36,2.09a2.09,2.09,0,0,1-.39.44l2.89,5.51a.22.22,0,0,0,.4,0l1.39-2.84a.22.22,0,0,1,.24-.12l3,.51a.22.22,0,0,0,.24-.33l-2.35-4.49A2.09,2.09,0,0,1,22.08,24.49Z"/><path fill="%23033b53" d="M26.2,9.54,23,8.68h0l.17-3.3A1.08,1.08,0,0,0,23.11,5l0-.07a1.09,1.09,0,0,0-.21-.32l-.05,0a1.11,1.11,0,0,0-.3-.21h0a1.09,1.09,0,0,0-.38-.08H22a1.09,1.09,0,0,0-.35.07L18.61,5.48,16.8,2.71a1.09,1.09,0,0,0-.41-.37,1.1,1.1,0,0,0-.51-.12,1.09,1.09,0,0,0-.92.5l-1.8,2.77L10.08,4.3a1.09,1.09,0,0,0-.35-.07H9.64a1.09,1.09,0,0,0-.38.08h0a1.11,1.11,0,0,0-.3.21l-.05,0a1.09,1.09,0,0,0-.21.32l0,.07a1.08,1.08,0,0,0-.07.41l.17,3.3h0l-3.19.86A1.1,1.1,0,0,0,5,11.29l2.07,2.57L5,16.42a1.1,1.1,0,0,0,.57,1.75L8.76,19l-.17,3.3a1.08,1.08,0,0,0,.07.41l0,.07a1.09,1.09,0,0,0,.21.32l.05,0a1.12,1.12,0,0,0,.3.21h.09a1.08,1.08,0,0,0,.31.06h.09a1.09,1.09,0,0,0,.35-.07l3.08-1.18L15,25a1.11,1.11,0,0,0,.19.22,1.09,1.09,0,0,0,.47.25,1.11,1.11,0,0,0,.35,0h.09a1,1,0,0,0,.7-.43l0-.05,1.8-2.77,3.08,1.18a1.09,1.09,0,0,0,.35.07h.09a1.09,1.09,0,0,0,.38-.08h0l.1-.07a1.11,1.11,0,0,0,.21-.14l.05,0a1.09,1.09,0,0,0,.21-.32l0-.07a1.08,1.08,0,0,0,.07-.41L23,19l3.19-.86a1.1,1.1,0,0,0,.57-1.75l-2.07-2.57,2.07-2.57A1.1,1.1,0,0,0,26.2,9.54ZM16,20a6,6,0,1,1,6-6A6,6,0,0,1,16,20Z"/><path fill="%23033b53" d="M16,10a4,4,0,1,0,4,4A4,4,0,0,0,16,10Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,16,16Z"/></svg>');
}

.svg-Current-Sponsors > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 19</title><path fill="%23033b53" d="M3.87,19.22l2.39,2.39L15,30.35a2,2,0,0,0,2.82,0L19,29.12A3.09,3.09,0,0,0,19.76,28L20,28a3,3,0,0,0,3-3h0a3,3,0,0,0,3-3h0a3,3,0,0,0,2.87-3.82l1.94-1.94a4.38,4.38,0,0,0,0-6.2L24.23,3.46a4.38,4.38,0,0,0-6.2,0L12.72,8.77a3.6,3.6,0,0,0-.54,4.5,3.54,3.54,0,0,0,5.47.58l2.12-2.12a.23.23,0,0,1,.32,0l6.69,6.69a1,1,0,0,1-1.49,1.3L22,16.44a.32.32,0,0,0-.46,0l-1.13,1.13a.32.32,0,0,0,0,.46l3.27,3.27a1,1,0,0,1-1.41,1.41L19,19.44a.32.32,0,0,0-.46,0l-1.13,1.13a.32.32,0,0,0,0,.46l3.27,3.27a1,1,0,0,1,0,1.41,1,1,0,0,1-.91.25A3,3,0,0,0,17,23.81a3,3,0,0,0-3-3,3,3,0,0,0-3-3,3.1,3.1,0,0,0-5.33-2.08L4.49,17,2.7,15.22a2.38,2.38,0,0,1,0-3.37l7-7a2.38,2.38,0,0,1,3.37,0l.2.2a.47.47,0,0,0,.67,0l.74-.74a.47.47,0,0,0,0-.67l-.2-.2a4.38,4.38,0,0,0-6.2,0l-7,7a4.38,4.38,0,0,0,0,6.2Zm21.75-4.85,0,0L20.09,8.89a.23.23,0,0,0-.32,0l-3.54,3.54a1.58,1.58,0,0,1-2.17,0,1.54,1.54,0,0,1,0-2.17l5.38-5.38a2.39,2.39,0,0,1,3.37,0l6.58,6.58a2.38,2.38,0,0,1,0,3.37l-1.67,1.67Zm-9,11.47a1.12,1.12,0,0,1,1,1.86l-1.22,1.23-1.58-1.58,1.23-1.23A1.08,1.08,0,0,1,16.6,25.84Zm-2-2.71a1.12,1.12,0,0,1,0,1.58l-1.23,1.23-1.52-1.52,1.17-1.28A1.14,1.14,0,0,1,14.64,23.13Zm-4.57-3a1.14,1.14,0,0,1,1.58,0,1.11,1.11,0,0,1,0,1.58l-1.23,1.23L8.9,21.42Zm-3-3a1.11,1.11,0,1,1,1.58,1.58L7.43,20,5.9,18.42Z"/></svg>');
}

.svg-Daily-Attendence > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 27</title><circle fill="%23033b53" cx="8" cy="9.88" r="1"/><circle fill="%23033b53" cx="24" cy="10.88" r="1"/><circle fill="%23033b53" cx="12" cy="11.88" r="1"/><circle fill="%23033b53" cx="16" cy="5.88" r="1"/><circle fill="%23033b53" cx="20" cy="9.88" r="1"/><path fill="%23033b53" d="M16.55,32H15.45L16,32Z"/><path fill="%23033b53" d="M15.2-.22A16.11,16.11,0,0,0,11,31.18a16,16,0,0,0,3.17.69l.57,0,0,0,.41-1,.44-1.11.74-1.87,1-2.63a.22.22,0,0,0-.12-.28l-1.68-.66a.48.48,0,0,1-.17-.78l5.21-4.62a.37.37,0,0,1,.62.24l.68,6.93a.48.48,0,0,1-.66.45l-1.73-.68a.22.22,0,0,0-.28.12l-.75,1.9-.69,1.76-.47,1.19-.42,1.05,0,.07c.31,0,.63,0,.94-.07A16,16,0,0,0,21,31.18,16.14,16.14,0,0,0,31.94,18.12l.06-.24h0A16,16,0,0,0,15.2-.22ZM29.73,17.88h0ZM25,15.71V13.1a.22.22,0,0,0-.22-.22H23.22a.22.22,0,0,0-.22.22v2.62a.16.16,0,0,1-.16.16H21.16a.16.16,0,0,1-.16-.16V12.1a.22.22,0,0,0-.22-.22H19.22a.22.22,0,0,0-.22.22v3.62a.16.16,0,0,1-.16.16H17.16a.16.16,0,0,1-.16-.16V8.1a.22.22,0,0,0-.22-.22H15.22A.22.22,0,0,0,15,8.1v7.62a.16.16,0,0,1-.16.16H13.16a.16.16,0,0,1-.16-.16V14.1a.22.22,0,0,0-.22-.22H11.22a.22.22,0,0,0-.22.22v1.62a.16.16,0,0,1-.16.16H9.16A.16.16,0,0,1,9,15.71V12.1a.22.22,0,0,0-.22-.22H7.22A.22.22,0,0,0,7,12.1v3.62a.16.16,0,0,1-.16.16H2.11a13.89,13.89,0,0,1,27.78,0H25.16A.16.16,0,0,1,25,15.71Z"/></svg>');
}

.svg-Digital-Guide > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 17</title><path fill="%23033B53" d="M8.4,7h15.5c0.1,0,0.2,0.1,0.2,0.2v1.6C24.1,9,24,9,23.9,9H8.4C8.3,9,8.2,9,8.2,8.8V7.3C8.2,7.1,8.3,7,8.4,7z"/><path fill="%23033B53" d="M8.4,11.5h15.5c0.1,0,0.2,0.1,0.2,0.2v1.6c0,0.1-0.1,0.2-0.2,0.2H8.4c-0.1,0-0.2-0.1-0.2-0.2v-1.6 C8.2,11.6,8.3,11.5,8.4,11.5z"/><path fill="%23033B53" d="M8.4,15.9h15.5c0.1,0,0.2,0.1,0.2,0.2v1.6c0,0.1-0.1,0.2-0.2,0.2H8.4c-0.1,0-0.2-0.1-0.2-0.2v-1.6 C8.2,16,8.3,15.9,8.4,15.9z"/><path fill="%23033B53" d="M8.4,20.3H24c0.1,0,0.2,0.1,0.2,0.2v1.6c0,0.1-0.1,0.2-0.2,0.2H8.4c-0.1,0-0.2-0.1-0.2-0.2v-1.6 C8.2,20.4,8.3,20.3,8.4,20.3z"/><path fill="%23033B53" d="M27,0.3H5c-0.6,0-1,0.4-1,1v29.2c0,0.6,0.4,1,1,1h22c0.6,0,1-0.4,1-1V1.3C28,0.7,27.6,0.3,27,0.3z M16,30.4 c-0.7,0-1.2-0.5-1.2-1.2S15.3,28,16,28s1.2,0.5,1.2,1.2S16.7,30.4,16,30.4z M26,27.1H6V2.3h20V27.1z"/></svg>');
}

.svg-Discounts > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 33</title><path fill="%23033b53" d="M17,18.55V22.2a1.88,1.88,0,0,0,1.2-1.69A2.38,2.38,0,0,0,17,18.55Z"/><path fill="%23033b53" d="M13.54,11.91A2.41,2.41,0,0,0,15,14V10.26A1.72,1.72,0,0,0,13.54,11.91Z"/><path fill="%23033b53" d="M16,2A14,14,0,1,0,30,16,14.06,14.06,0,0,0,16,2Zm1,23.26v1.4a.38.38,0,0,1-.38.38H15.38a.38.38,0,0,1-.38-.38V25.26a7.79,7.79,0,0,1-4.58-1.9c-.25-.2-.35-.35-.13-.75l.91-1.55a.59.59,0,0,1,.86-.17A7,7,0,0,0,15,22.35V17.52h0c-2.39-.95-4.78-2.45-4.78-5.41,0-2,1.42-4.38,4.78-4.75v-2A.38.38,0,0,1,15.38,5h1.24a.38.38,0,0,1,.38.38v2A9.21,9.21,0,0,1,21,9a.61.61,0,0,1,.15.83l-1,1.42a.76.76,0,0,1-1,.22A9.4,9.4,0,0,0,17,10.36V14.9c2.34,1,4.83,2.44,4.83,5.46C21.83,22.68,20,24.82,17,25.22Z"/></svg>');
}

.svg-Donate > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 29</title><path fill="%23033b53" d="M18.2,20.51a2.38,2.38,0,0,0-1.2-2V22.2A1.88,1.88,0,0,0,18.2,20.51Z"/><path fill="%23033b53" d="M13.54,11.91A2.41,2.41,0,0,0,15,14V10.26A1.72,1.72,0,0,0,13.54,11.91Z"/><path fill="%23033b53" d="M23.79,3.75A9.61,9.61,0,0,0,17,6.4v1l.46.08a8.86,8.86,0,0,1,1.23.33A9.17,9.17,0,0,1,21,9a.61.61,0,0,1,.15.83l-1,1.42a.76.76,0,0,1-1,.22A9.4,9.4,0,0,0,17,10.36V14.9c2.34,1,4.83,2.44,4.83,5.46,0,2.32-1.84,4.46-4.83,4.86V27H15V25.26a7.79,7.79,0,0,1-4.58-1.9c-.25-.2-.35-.35-.13-.75l.91-1.55a.59.59,0,0,1,.86-.17A7,7,0,0,0,15,22.35V17.52h0c-2.39-.95-4.78-2.45-4.78-5.41a4.64,4.64,0,0,1,3.07-4.34,6.33,6.33,0,0,1,1.22-.34l.5-.06v-1A9.61,9.61,0,0,0,8.21,3.75,7.09,7.09,0,0,0,1.79,7.62c-1,2-2.05,6.26,2.28,12,2.72,3.62,8.45,8.78,10.4,10.49a2.31,2.31,0,0,0,1.53.58h0a2.31,2.31,0,0,0,1.53-.58c1.94-1.71,7.68-6.87,10.4-10.49,4.33-5.78,3.29-10,2.28-12A7.09,7.09,0,0,0,23.79,3.75Z"/></svg>');
}

.svg-Education > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 16</title><path fill="%23033b53" d="M28.86,2.94H10.14a.14.14,0,0,0-.14.14V29.3a.14.14,0,0,0,.14.14H28.86A.14.14,0,0,0,29,29.3V3.08A.14.14,0,0,0,28.86,2.94ZM13.74,27.44H12.26a.26.26,0,0,1-.26-.26V23.69a.26.26,0,0,1,.26-.26h1.49a.26.26,0,0,1,.26.26v3.49A.26.26,0,0,1,13.74,27.44Zm0-6H12.26a.26.26,0,0,1-.26-.26v-4a.26.26,0,0,1,.26-.26h1.49a.26.26,0,0,1,.26.26v4A.26.26,0,0,1,13.74,21.44Zm0-6.5H12.26a.26.26,0,0,1-.26-.26v-4a.26.26,0,0,1,.26-.26h1.49a.26.26,0,0,1,.26.26v4A.26.26,0,0,1,13.74,14.94Zm0-6.5H12.26A.26.26,0,0,1,12,8.18v-3a.26.26,0,0,1,.26-.26h1.49a.26.26,0,0,1,.26.26v3A.26.26,0,0,1,13.74,8.44Zm13.09,19H16.17a.17.17,0,0,1-.17-.17V5.11a.17.17,0,0,1,.17-.17H26.83a.17.17,0,0,1,.17.17V27.27A.17.17,0,0,1,26.83,27.44Z"/><path fill="%23033b53" d="M4.43,24.25a.19.19,0,0,0,.19.19H8.09a.19.19,0,0,0,.19-.19V9.13a.19.19,0,0,0-.19-.19H4.62a.19.19,0,0,0-.19.19Z"/><path fill="%23033b53" d="M8.26,6.89,6.39,3a0,0,0,0,0-.06,0L4.45,6.89a0,0,0,0,0,0,0H8.23A0,0,0,0,0,8.26,6.89Z"/><path fill="%23033b53" d="M4.53,26.5H8.17a.11.11,0,0,1,.11.11v1a1.93,1.93,0,0,1-1.93,1.93h0a1.93,1.93,0,0,1-1.93-1.93v-1a.11.11,0,0,1,.11-.11Z"/></svg>');
}

.svg-Events > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 8</title><path fill="%23033b53" d="M3.38,24.47c2,1.64,4.24,1.84,8.11,1.84h1.87c1.47,0,3.33,0,4.84,0,4.54,0,7,.06,10.33-1.82.88-.5,2.87-2.32,2.39-3.64a1.33,1.33,0,0,0-1.63-.78,16.52,16.52,0,0,0-2.38.78c-.95.35-2.08.78-3.34,1.17V6.41A2.16,2.16,0,0,0,20,4.78,6.71,6.71,0,0,1,16,6.6a6.71,6.71,0,0,1-4-1.82A2.16,2.16,0,0,0,8.43,6.41V21.88c-.68-.23-1.32-.47-1.92-.69A17.89,17.89,0,0,0,2.65,20a1.35,1.35,0,0,0-1.55.75C.6,22,2.32,23.62,3.38,24.47Zm7-18.06a.14.14,0,0,1,.08-.14.16.16,0,0,1,.18,0c3.59,3,7,3,10.61,0a.15.15,0,0,1,.18,0,.14.14,0,0,1,.08.14V21.23a9.67,9.67,0,0,1-5.06,1.54,15,15,0,0,1-6.08-1.63Z"/><path fill="%23033b53" d="M18.67,18.86,17.75,16a.12.12,0,0,1,0-.14l2.41-1.75a.12.12,0,0,0-.07-.22h-3a.12.12,0,0,1-.12-.08L16.12,11a.12.12,0,0,0-.23,0L15,13.83a.12.12,0,0,1-.12.08h-3a.12.12,0,0,0-.07.22l2.41,1.75a.12.12,0,0,1,0,.14l-.92,2.83a.12.12,0,0,0,.19.14l2.41-1.75a.12.12,0,0,1,.14,0L18.48,19A.12.12,0,0,0,18.67,18.86Z"/></svg>');
}

.svg-FAQs > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 18</title><path fill="%23033b53" d="M1.05,4.67l14.6,25.88a.4.4,0,0,0,.7,0L30.95,4.67a.4.4,0,0,0-.35-.6H1.4A.4.4,0,0,0,1.05,4.67ZM16,24.2a2.38,2.38,0,0,1-2.35-2.35A2.41,2.41,0,0,1,16,19.46a2.43,2.43,0,0,1,2.4,2.4A2.41,2.41,0,0,1,16,24.2Zm-4.6-15.8a7,7,0,0,1,5.07-2.2c2.65,0,5.1,1.85,5.1,4.37,0,3.3-3.75,3.4-3.75,6.1a.47.47,0,0,1-.47.48H14.65a.48.48,0,0,1-.47-.48v-1c0-2.1,3.45-3,3.45-4.62a1.71,1.71,0,0,0-1.87-1.47c-1.75,0-2.22,1.58-2.85,1l-1.52-1.5A.45.45,0,0,1,11.38,8.41Z"/></svg>');
}

.svg-Financial-Highlights > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 13</title><rect fill="%23033b53" x="6" y="30" width="6" height="2" rx="0.25" ry="0.25"/><rect fill="%23033b53" x="14" y="30" width="6" height="2" rx="0.25" ry="0.25"/><rect fill="%23033b53" x="22" y="30" width="6" height="2" rx="0.25" ry="0.25"/><rect fill="%23033b53" x="6" y="26" width="6" height="2" rx="0.25" ry="0.25"/><rect fill="%23033b53" x="14" y="26" width="6" height="2" rx="0.25" ry="0.25"/><rect fill="%23033b53" x="22" y="26" width="6" height="2" rx="0.25" ry="0.25"/><rect fill="%23033b53" x="16" y="19.97" width="2" height="6" rx="0.25" ry="0.25" transform="translate(-6.14 39.73) rotate(-89.41)"/><rect fill="%23033b53" x="14" y="18" width="6" height="2" rx="0.25" ry="0.25"/><rect fill="%23033b53" x="22" y="22" width="6" height="2" rx="0.25" ry="0.25"/><rect fill="%23033b53" x="22" y="18" width="6" height="2" rx="0.25" ry="0.25"/><rect fill="%23033b53" x="22" y="14" width="6" height="2" rx="0.25" ry="0.25"/><rect fill="%23033b53" x="22" y="10" width="6" height="2" rx="0.25" ry="0.25"/><path fill="%23033b53" d="M29,4.32a.11.11,0,0,0-.07-.21h-2.8A.11.11,0,0,1,26,4l-.87-2.66a.11.11,0,0,0-.22,0L24,4a.11.11,0,0,1-.11.08h-2.8a.11.11,0,0,0-.07.21L23.31,6a.11.11,0,0,1,0,.13l-.87,2.66a.11.11,0,0,0,.18.13l2.27-1.65a.11.11,0,0,1,.14,0l2.27,1.65a.11.11,0,0,0,.18-.13L26.64,6.1a.11.11,0,0,1,0-.13Z"/></svg>');
}

.svg-Food > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 11</title><path fill="%23033b53" d="M28.85,3.33a5.3,5.3,0,0,0-4.46-1.51,5.61,5.61,0,0,0-3.22,1.66L8.34,16.32a5.29,5.29,0,0,0-.73,6.59L2.51,28a.36.36,0,0,0,0,.51l1.61,1.61a.36.36,0,0,0,.51,0l5.24-5.24a5.26,5.26,0,0,0,6-1l13-13A5.33,5.33,0,0,0,28.85,3.33ZM25.53,8.8a.28.28,0,0,1-.4,0L24.3,8a1.28,1.28,0,0,0-1.77,0,1.25,1.25,0,0,0,0,1.77h0a3.26,3.26,0,0,1,0,4.6h0a3.26,3.26,0,0,1-4.6,0,1.28,1.28,0,0,0-1.77,0,1.25,1.25,0,0,0,0,1.77h0a3.25,3.25,0,0,1-4.6,4.59l-1-1a.32.32,0,0,1,0-.45l.95-1a.32.32,0,0,1,.45,0l1,1a1.28,1.28,0,0,0,1.77,0,1.25,1.25,0,0,0,0-1.77l-.24-.29a3.21,3.21,0,0,1-.71-2,3.31,3.31,0,0,1,2.26-3.12,3.22,3.22,0,0,1,3.31.85,1.25,1.25,0,0,0,1.74-1.79l-.24-.29a3.24,3.24,0,0,1,.24-4.3,3.33,3.33,0,0,1,4.6,0l.83.82a.28.28,0,0,1,0,.4Z"/></svg>');
}

.svg-Food-Tiny > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><title>Artboard 1</title><path fill="%23033b53" d="M14.63,1.66A2.66,2.66,0,0,0,12.4.91a2.79,2.79,0,0,0-1.61.83L4.38,8.16A2.65,2.65,0,0,0,4,11.45L1.46,14a.18.18,0,0,0,0,.25h0l.81.81a.18.18,0,0,0,.25,0h0l2.62-2.62a2.62,2.62,0,0,0,3-.5l6.5-6.5a2.67,2.67,0,0,0,0-3.77ZM13,4.4a.14.14,0,0,1-.2,0h0L12.36,4a.64.64,0,0,0-.89,0,.63.63,0,0,0,0,.88h0a1.62,1.62,0,0,1,0,2.3h0a1.62,1.62,0,0,1-2.3,0,.65.65,0,0,0-.88,0,.62.62,0,0,0,0,.89h0a1.63,1.63,0,0,1-.06,2.3,1.61,1.61,0,0,1-2.24,0l-.5-.5a.16.16,0,0,1,0-.22L6,9.14a.17.17,0,0,1,.23,0l.5.5a.63.63,0,0,0,.88,0,.61.61,0,0,0,0-.88h0l-.12-.14a1.58,1.58,0,0,1-.35-1A1.65,1.65,0,0,1,8.23,6.05a1.6,1.6,0,0,1,1.65.42.62.62,0,0,0,.87-.89l-.12-.15a1.62,1.62,0,0,1,.12-2.15,1.67,1.67,0,0,1,2.3,0l.42.41a.15.15,0,0,1,0,.2h0Z"/></svg>');
  width: 16px;
  height: 16px;
}

.svg-Getting-here > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 2</title><path fill="%23033b53" d="M16,29.67a1.63,1.63,0,0,0,1.24-.57C19.18,26.83,26,18.4,26,12A10,10,0,0,0,6,12c0,6.4,6.82,14.83,8.76,17.1A1.63,1.63,0,0,0,16,29.67Zm-3-14,1-3.22a.14.14,0,0,0-.05-.16l-2.74-2A.14.14,0,0,1,11.3,10h3.39a.14.14,0,0,0,.13-.1l1-3.22a.14.14,0,0,1,.26,0l1,3.22a.14.14,0,0,0,.13.1H20.7a.14.14,0,0,1,.08.25l-2.74,2a.14.14,0,0,0-.05.16l1,3.22a.14.14,0,0,1-.21.16l-2.74-2a.14.14,0,0,0-.16,0l-2.74,2A.14.14,0,0,1,13,15.62Z"/></svg>');
}

.svg-Group-Tickets > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 5</title><path fill="%23033b53" d="M3,22.34a1.6,1.6,0,0,1-.16,1.22l-.5.87,4,2.3.5-.87a1.61,1.61,0,1,1,2.79,1.6l-.5.87,4,2.3.5-.87a1.61,1.61,0,0,1,2.2-.6l.87.5,2.64-4.61a2.6,2.6,0,0,1,.91.5L31.44,12.23a2.61,2.61,0,0,1-.32-3.68l-2-1.68a2.61,2.61,0,1,1-4-3.36l-2-1.68a2.61,2.61,0,0,1-3.68.32L17.34,4.66,14.58,3.07l-.5.87a1.61,1.61,0,0,1-2.2.6L11,4,1.36,20.86l.87.5A1.6,1.6,0,0,1,3,22.34ZM16.93,10l2.61,2.16a.14.14,0,0,0,.16,0l2.86-1.82a.14.14,0,0,1,.2.17l-.1.24-1.15,2.91a.14.14,0,0,0,0,.16l1.3,1.07,1.31,1.08a.14.14,0,0,1-.1.25l-1.91-.12L20.7,16a.14.14,0,0,0-.14.09l-1.24,3.15a.14.14,0,0,1-.26,0l-.85-3.28a.14.14,0,0,0-.13-.1L14.7,15.6a.14.14,0,0,1-.07-.26l2.86-1.82a.14.14,0,0,0,.06-.15l-.85-3.28A.14.14,0,0,1,16.93,10Zm-5.1-3.31a3.63,3.63,0,0,0,3.37-.91l.77.44s0,.1,0,.15L8.25,15.46a2.61,2.61,0,0,1,.32,3.68l2,1.68a2.61,2.61,0,0,1,4,3.36l2,1.68L15.87,27a3.63,3.63,0,0,0-3.37.91l-.77-.44a3.61,3.61,0,0,0-6-3.46l-.77-.44A3.62,3.62,0,0,0,4,20.25Z"/></svg>');
}

.svg-Heritage-Hall-of-Honor > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 4</title><path fill="%23033b53" d="M30,11H26.86A3.38,3.38,0,0,0,28.5,8.11a8.41,8.41,0,0,0-2-5.47l-.21-.25a.43.43,0,0,0-.76.28V8A.53.53,0,0,1,25,8.5H7.53A.53.53,0,0,1,7,8V2.68a.43.43,0,0,0-.76-.28L6,2.64A8.41,8.41,0,0,0,4,8.11,3.38,3.38,0,0,0,5.64,11H2a2.5,2.5,0,0,0,2.5,2.5H8c0,.81,0,1.66,0,2.5,0,2.59,0,5.05,1.6,6.93l.4.47v2.27A2.34,2.34,0,0,0,12.34,28h7.33A2.34,2.34,0,0,0,22,25.66V23.39l.42-.49C24,21,24,18.58,24,16c0-.84,0-1.69,0-2.5H27.5A2.5,2.5,0,0,0,30,11ZM20.87,21.62H11.13c-1-1.23-1.12-3-1.13-5.12h2.24a.76.76,0,0,1,.69.45.5.5,0,0,0,.44.31h1.1a.48.48,0,0,0,.47-.57,2.77,2.77,0,0,0-2.7-2.19H10a13.7,13.7,0,0,1,.3-3H21.68a13.77,13.77,0,0,1,.31,3H19.76a2.77,2.77,0,0,0-2.7,2.19.48.48,0,0,0,.47.57h1.1a.5.5,0,0,0,.44-.31.76.76,0,0,1,.69-.45H22C22,18.65,21.91,20.39,20.87,21.62Z"/></svg>');
}

.svg-History > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 3</title><path fill="%23033b53" d="M5.58,18.8l4.93,11.26a1,1,0,0,0,1.83-.8L9.45,22.64a.22.22,0,0,1,.11-.29l4.28-1.89a.22.22,0,0,1,.29.11l1.16,2.62a.43.43,0,0,0,.58.22L31.1,16.36a.46.46,0,0,0,.23-.6L25.32,2a.42.42,0,0,0-.55-.21L17.6,5a.35.35,0,0,1-.46-.18L16.37,3a.42.42,0,0,0-.55-.21L1.73,9a.42.42,0,0,0-.21.55Zm12.78-12,5.49-2.43a.3.3,0,0,1,.4.16l2.16,5a.38.38,0,0,1-.19.5l-5.38,2.37a.32.32,0,0,1-.42-.16l-2.21-5A.29.29,0,0,1,18.36,6.82ZM7.3,13.51l2.87-1.27a.13.13,0,0,0,.08-.13L9.93,9a.13.13,0,0,1,.22-.1l2.09,2.34a.13.13,0,0,0,.15,0L15.27,10a.13.13,0,0,1,.16.18l-1.58,2.71a.13.13,0,0,0,0,.15L16,15.38a.13.13,0,0,1-.12.21l-3.07-.66a.13.13,0,0,0-.14.06L11,17.7a.13.13,0,0,1-.24-.05l-.32-3.12a.13.13,0,0,0-.1-.11l-3.07-.66A.13.13,0,0,1,7.3,13.51Z"/></svg>');
}

.svg-Jobs > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 22</title><path fill="%23033b53" d="M5,12H1.42a.42.42,0,0,0-.42.42V30.58a.42.42,0,0,0,.42.42H5Z"/><path fill="%23033b53" d="M31,30.58V12.42a.42.42,0,0,0-.42-.42H27V31h3.58A.42.42,0,0,0,31,30.58Z"/><path fill="%23033b53" d="M25,12H21v-.65a5,5,0,0,0-10,0V12H7V31H25Zm-6,0H13v-.65a3,3,0,0,1,6,0Z"/></svg>');
}

.svg-Leadership > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 28</title><path fill="%23033b53" d="M30,9a2,2,0,0,0-3.68-1.08h-.15a13,13,0,0,0-8.26-4.77l-.14-.24A2,2,0,0,0,18,2a2,2,0,0,0-4,0,2,2,0,0,0,.23.91l-.14.24A13,13,0,0,0,5.83,7.92H5.68A2,2,0,1,0,3.77,11l.15.25a12.84,12.84,0,0,0,0,9.54L3.77,21a2,2,0,1,0,1.91,3.05h.15a13,13,0,0,0,8.26,4.77l.14.24A2,2,0,0,0,14,30a2,2,0,0,0,4,0,2,2,0,0,0-.23-.91l.14-.24a13,13,0,0,0,8.26-4.77h.15A2,2,0,1,0,28.23,21l-.15-.25a12.84,12.84,0,0,0,0-9.54l.15-.25A2,2,0,0,0,30,9Zm-6.59,7.68,3,5.13a.18.18,0,0,1-.15.27H20.29a1.35,1.35,0,0,0-1.17.68l-3,5.13a.18.18,0,0,1-.31,0l-3-5.13a1.36,1.36,0,0,0-1.17-.68H5.78a.18.18,0,0,1-.15-.27l3-5.13a1.35,1.35,0,0,0,0-1.35l-3-5.13a.18.18,0,0,1,.15-.27h5.93a1.35,1.35,0,0,0,1.17-.68l3-5.13a.18.18,0,0,1,.31,0l3,5.13a1.35,1.35,0,0,0,1.17.68h5.93a.18.18,0,0,1,.15.27l-3,5.13A1.35,1.35,0,0,0,23.41,16.68Z"/><rect fill="%23033b53" x="11" y="13" width="10" height="2" rx="0.15" ry="0.15"/><rect fill="%23033b53" x="11" y="17" width="10" height="2" rx="0.15" ry="0.15"/></svg>');
}

.svg-Livestock-Exhibitions > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 7</title><path fill="%23033b53" d="M16,1A15,15,0,1,0,31,16,15,15,0,0,0,16,1Zm3.24,27.57A13,13,0,0,1,8.13,5.68a3.11,3.11,0,0,0-.44,1.58c0,2,1.59,2.85,3.18,3.62,1.08.52,1.69,1,1.69,1.65a1,1,0,0,1-1.13,1,4.2,4.2,0,0,1-2.32-.9.38.38,0,0,0-.56.1L7.78,14a.37.37,0,0,0,.07.49,5.2,5.2,0,0,0,3.68,1.26,4.44,4.44,0,0,0,1.33-.21v7.59a.31.31,0,0,0,.31.31H15.1a.32.32,0,0,0,.31-.31v-4h3.83Zm2.59-1V19.19h3.59a.31.31,0,0,0,.31-.31V17.1a.31.31,0,0,0-.31-.31h-10V14.43h4.53a.31.31,0,0,0,.31-.31V12.33a.31.31,0,0,0-.31-.31H15.35c-.2-1.93-1.91-2.7-3.27-3.36-1.15-.56-1.78-1-1.78-1.52a.89.89,0,0,1,1-.9,4.46,4.46,0,0,1,2.21.88A.51.51,0,0,0,14.23,7l.83-1.26a.41.41,0,0,0-.1-.52A6.09,6.09,0,0,0,11.47,4a5.06,5.06,0,0,0-.57,0A13,13,0,0,1,21.83,27.6Z"/></svg>');
}

.svg-Map > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 10</title><path fill="%23033b53" d="M21.13,27.81l9.58,2.39A.24.24,0,0,0,31,30V3.4a.24.24,0,0,0-.18-.23L21.13.75a.53.53,0,0,0-.26,0L11.13,3.19a.53.53,0,0,1-.26,0L1.3.79A.24.24,0,0,0,1,1V27.6a.24.24,0,0,0,.18.23l9.69,2.42a.53.53,0,0,0,.26,0l9.74-2.44A.53.53,0,0,1,21.13,27.81ZM23.37,3.37l5.4,1.35A.3.3,0,0,1,29,5V27.33a.3.3,0,0,1-.37.29l-5.4-1.35A.3.3,0,0,1,23,26V3.67A.3.3,0,0,1,23.37,3.37ZM15.83,7.23a.21.21,0,0,1,.34,0L19,11H17.21a.21.21,0,0,0-.21.21V21.79a.21.21,0,0,1-.21.21H15.21a.21.21,0,0,1-.21-.21V11.21a.21.21,0,0,0-.21-.21H13Zm-7.2,20.4-5.4-1.35A.3.3,0,0,1,3,26V3.67a.3.3,0,0,1,.37-.29l5.4,1.35A.3.3,0,0,1,9,5V27.33A.3.3,0,0,1,8.63,27.63Z"/></svg>');
}

.svg-Map-Small > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>Artboard 1</title><path fill="%23033b53" d="M15.93,21.44l7.35,1.83a.18.18,0,0,0,.22-.14h0V2.72a.18.18,0,0,0-.14-.17L15.93.69h-.2L8.27,2.56a.34.34,0,0,1-.2,0L.73.72A.19.19,0,0,0,.51.85a0,0,0,0,0,0,0v20.4a.18.18,0,0,0,.14.17l7.43,1.86a.67.67,0,0,0,.2,0l7.46-1.87A.34.34,0,0,1,15.93,21.44ZM17.65,2.7l4.14,1A.23.23,0,0,1,22,4V21.07a.23.23,0,0,1-.23.23h-.06l-4.14-1a.23.23,0,0,1-.17-.21V2.93a.23.23,0,0,1,.22-.24Zm-5.78,3a.16.16,0,0,1,.22,0l0,0L14.3,8.55H12.93a.16.16,0,0,0-.16.16v8.11a.16.16,0,0,1-.16.16H11.39a.16.16,0,0,1-.16-.16V8.71a.16.16,0,0,0-.16-.16H9.7ZM6.35,21.3l-4.14-1A.23.23,0,0,1,2,20.05V2.93a.23.23,0,0,1,.23-.23h.06l4.14,1A.23.23,0,0,1,6.63,4V21.07a.23.23,0,0,1-.22.24Z"/></svg>');
  width: 24px;
  height: 24px;
}

.svg-Map-Tiny > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><title>Artboard 1</title><path fill="%23033b53" d="M10.56,13.65l4.79,1.2a.13.13,0,0,0,.15-.09h0V1.45a.14.14,0,0,0-.09-.12L10.56.12h-.13L5.57,1.34a.17.17,0,0,1-.14,0L.65.14A.14.14,0,0,0,.5.23V13.55a.12.12,0,0,0,.09.11l4.84,1.21a.17.17,0,0,0,.14,0l4.86-1.22ZM11.69,1.43l2.7.68a.15.15,0,0,1,.11.14V13.41a.15.15,0,0,1-.15.15h0l-2.7-.67a.15.15,0,0,1-.11-.14V1.58a.15.15,0,0,1,.15-.15ZM7.91,3.36a.12.12,0,0,1,.15,0l0,0L9.5,5.25H8.6a.11.11,0,0,0-.1.1v5.3a.11.11,0,0,1-.1.1H7.61a.11.11,0,0,1-.11-.1V5.35a.11.11,0,0,0-.11-.1H6.5ZM4.32,13.56l-2.7-.67a.15.15,0,0,1-.12-.14V1.58a.15.15,0,0,1,.15-.14h0l2.71.67a.15.15,0,0,1,.11.14V13.41a.15.15,0,0,1-.15.16Z"/></svg>');
  width: 16px;
  height: 16px;
}

.svg-Media-Room > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 26</title><path fill="%23033b53" d="M30,11.88V7.1a.22.22,0,0,0-.22-.22H23.22A.22.22,0,0,0,23,7.1v3.28H2.47a.47.47,0,0,0-.47.47V29.4a.47.47,0,0,0,.47.47H29.53A.47.47,0,0,0,30,29.4ZM4,27.4V12.85a.47.47,0,0,1,.47-.47h7.35A9,9,0,0,0,11,27.88H4.47A.47.47,0,0,1,4,27.4Zm12-.06a7,7,0,1,1,7-7A7,7,0,0,1,16,27.34Zm11.53.53H21a9,9,0,0,0-.85-15.5h7.35a.47.47,0,0,1,.47.47V27.4A.47.47,0,0,1,27.53,27.88Z"/><path fill="%23033b53" d="M16,15.88a4.5,4.5,0,1,0,4.5,4.5A4.5,4.5,0,0,0,16,15.88Zm1.1,4.24a1.29,1.29,0,1,1,1.29-1.29A1.29,1.29,0,0,1,17.1,20.11Z"/></svg>');
}

.svg-News > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 17</title><path fill="%23033b53" d="M6.71,4H2.4a.4.4,0,0,0-.4.4V28.89a2.1,2.1,0,0,0,.64,1.51h0A2.1,2.1,0,0,0,4.12,31H23.27A7.7,7.7,0,0,0,30,27a8,8,0,0,0,1-4V.93a.4.4,0,0,0-.4-.4H7.31a.4.4,0,0,0-.4.4V3.77A.2.2,0,0,1,6.71,4ZM4.33,6H6.91V20.15A9.61,9.61,0,0,1,4,27.66V6.29A.33.33,0,0,1,4.33,6ZM8.91,6V2.86a.33.33,0,0,1,.33-.33H28.67a.33.33,0,0,1,.33.33V23.27a5.75,5.75,0,0,1-1.21,3.51,5.82,5.82,0,0,1-.41.47A5.73,5.73,0,0,1,23.27,29H5.5a11.62,11.62,0,0,0,3.41-8.85Z"/><path fill="%23033b53" d="M26.56,8.72V5.14a.21.21,0,0,0-.21-.21h-15V8.72a.21.21,0,0,0,.21.21h14.8A.21.21,0,0,0,26.56,8.72Z"/><path fill="%23033b53" d="M18,10.84H11.54a.21.21,0,0,0-.21.21V21.46a.21.21,0,0,0,.21.21H18a.21.21,0,0,0,.21-.21V11A.21.21,0,0,0,18,10.84Zm-2,8.84H13.54a.21.21,0,0,1-.21-.21V13a.21.21,0,0,1,.21-.21H16a.21.21,0,0,1,.21.21v6.42A.21.21,0,0,1,16,19.67Z"/><rect fill="%23033b53" x="20.67" y="10.84" width="5.89" height="2" rx="0.21" ry="0.21"/><rect fill="%23033b53" x="20.67" y="15.25" width="5.89" height="2" rx="0.21" ry="0.21"/><rect fill="%23033b53" x="20.67" y="19.67" width="5.89" height="2" rx="0.21" ry="0.21"/><rect fill="%23033b53" x="11.35" y="24.09" width="15.22" height="2" rx="0.21" ry="0.21"/></svg>');
}

.svg-Schedule > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 3</title><path fill="%23033b53" d="M4.82,31H27.18a.82.82,0,0,0,.82-.82V3.82A.82.82,0,0,0,27.18,3H21V1.55A.55.55,0,0,0,20.45,1h-.9a.55.55,0,0,0-.55.55V3H13V1.55A.55.55,0,0,0,12.45,1h-.9a.55.55,0,0,0-.55.55V3H4.82A.82.82,0,0,0,4,3.82V30.18A.82.82,0,0,0,4.82,31ZM6.23,7.19H11V8.45a.55.55,0,0,0,.55.55h.9A.55.55,0,0,0,13,8.45V7.2h6V8.45a.55.55,0,0,0,.55.55h.9A.55.55,0,0,0,21,8.45V7.22h4.77a.23.23,0,0,1,.23.23V28.77a.23.23,0,0,1-.23.23H6.23A.23.23,0,0,1,6,28.77V7.42A.23.23,0,0,1,6.23,7.19Z"/><rect fill="%23033b53" x="8" y="11" width="4" height="4" rx="0.07" ry="0.07"/><rect fill="%23033b53" x="14" y="11" width="4" height="4" rx="0.07" ry="0.07"/><rect fill="%23033b53" x="20" y="11" width="4" height="4" rx="0.07" ry="0.07"/><rect fill="%23033b53" x="8" y="17" width="4" height="4" rx="0.07" ry="0.07"/><rect fill="%23033b53" x="14" y="17" width="4" height="4" rx="0.07" ry="0.07"/><rect fill="%23033b53" x="20" y="17" width="4" height="4" rx="0.07" ry="0.07"/><rect fill="%23033b53" x="8" y="23" width="4" height="4" rx="0.07" ry="0.07"/><rect fill="%23033b53" x="14" y="23" width="4" height="4" rx="0.07" ry="0.07"/><rect fill="%23033b53" x="20" y="23" width="4" height="4" rx="0.07" ry="0.07"/></svg>');
}

.svg-Schedule-Small > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>Artboard 1</title><path fill="%23033b53" d="M3.62,23.25H20.39a.62.62,0,0,0,.61-.61V2.86a.62.62,0,0,0-.61-.61H15.75V1.16a.41.41,0,0,0-.41-.41h-.68a.41.41,0,0,0-.41.41V2.25H9.75V1.16A.41.41,0,0,0,9.34.75H8.66a.41.41,0,0,0-.41.41h0V2.25H3.62A.62.62,0,0,0,3,2.86H3V22.64A.62.62,0,0,0,3.62,23.25Zm1-17.86H8.25v1a.41.41,0,0,0,.41.41h.68a.41.41,0,0,0,.41-.41h0V5.4h4.5v.94a.41.41,0,0,0,.41.41h.68a.41.41,0,0,0,.41-.41h0V5.41h3.58a.18.18,0,0,1,.17.18v16a.18.18,0,0,1-.17.17H4.67a.18.18,0,0,1-.17-.17v-16a.18.18,0,0,1,.17-.18Z"/><rect fill="%23033b53" x="6" y="8.25" width="3" height="3" rx="0.05" ry="0.05"/><rect fill="%23033b53" x="10.5" y="8.25" width="3" height="3" rx="0.05" ry="0.05"/><rect fill="%23033b53" x="15" y="8.25" width="3" height="3" rx="0.05" ry="0.05"/><rect fill="%23033b53" x="6" y="12.75" width="3" height="3" rx="0.05" ry="0.05"/><rect fill="%23033b53" x="10.5" y="12.75" width="3" height="3" rx="0.05" ry="0.05"/><rect fill="%23033b53" x="15" y="12.75" width="3" height="3" rx="0.05" ry="0.05"/><rect fill="%23033b53" x="6" y="17.25" width="3" height="3" rx="0.05" ry="0.05"/><rect fill="%23033b53" x="10.5" y="17.25" width="3" height="3" rx="0.05" ry="0.05"/><rect fill="%23033b53" x="15" y="17.25" width="3" height="3" rx="0.05" ry="0.05"/></svg>');
  width: 24px;
  height: 24px;
}

.svg-Scholarships > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 1</title><path fill="%23033b53" d="M5.76,30H26.24a.76.76,0,0,0,.76-.76v-27a.76.76,0,0,0-.76-.76H5.76A.76.76,0,0,0,5,2.26v27A.76.76,0,0,0,5.76,30ZM9.5,3.73a.23.23,0,0,1,.23-.23h15a.23.23,0,0,1,.23.23v24a.23.23,0,0,1-.23.23h-15a.23.23,0,0,1-.23-.23Z"/><path fill="%23033b53" d="M13.42,17.77a.13.13,0,0,0,.19.11L17,15.72a.53.53,0,0,1,.58,0l3.21,2.14a.13.13,0,0,0,.19-.1V12.69a4.73,4.73,0,0,0-1.5-7.08,4.63,4.63,0,0,0-4.09-.25,4.78,4.78,0,0,0-2.81,3.09,4.73,4.73,0,0,0,.81,4.23ZM17.21,7a2.79,2.79,0,1,1-2.79,2.79A2.79,2.79,0,0,1,17.21,7Z"/><rect fill="%23033b53" x="13" y="19.5" width="8.5" height="2" rx="0.2" ry="0.2"/><rect fill="%23033b53" x="13" y="23" width="8.5" height="2" rx="0.2" ry="0.2"/></svg>');
}

.svg-Search > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="%23033B53" d="M31.6,27.7c0.3,0.3,0.4,0.6,0.4,1.1s-0.1,0.8-0.4,1.1l-1.8,1.8c-0.3,0.3-0.6,0.4-1.1,0.4s-0.8-0.1-1.1-0.4 l-6.2-6.2C21.1,25,21,24.7,21,24.2v-1c-2.3,1.8-5,2.8-8,2.8c-2.4,0-4.6-0.6-6.5-1.8s-3.6-2.7-4.7-4.7S0,15.4,0,13s0.6-4.6,1.8-6.5 s2.7-3.6,4.7-4.7S10.6,0,13,0s4.6,0.6,6.5,1.8s3.6,2.7,4.7,4.7S26,10.6,26,13c0,3-0.9,5.7-2.8,8h1c0.4,0,0.8,0.1,1.1,0.4L31.6,27.7 z M13,21c1.5,0,2.8-0.4,4-1.1s2.2-1.7,2.9-2.9s1.1-2.6,1.1-4s-0.4-2.8-1.1-4S18.3,6.8,17,6.1S14.5,5,13,5s-2.8,0.4-4,1.1 S6.8,7.7,6.1,9S5,11.5,5,13s0.4,2.8,1.1,4s1.7,2.2,2.9,2.9S11.5,21,13,21z"/></svg>');
}

.svg-Search-Small > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><title>Artboard 1</title><path fill="%23033b53" d="M16.8,14.88a.86.86,0,0,1,0,1.1l-.9.9a.86.86,0,0,1-1.1,0l-3.1-3.1a1.1,1.1,0,0,1-.2-.65v-.5a6.38,6.38,0,0,1-4,1.4,6,6,0,0,1-3.25-.9A6.57,6.57,0,0,1,1,7.53a6,6,0,0,1,.9-3.25A6.57,6.57,0,0,1,7.5,1a6,6,0,0,1,3.25.9A6.57,6.57,0,0,1,14,7.53a6.1,6.1,0,0,1-1.4,4h.5a.75.75,0,0,1,.55.2ZM7.5,11.53a3.87,3.87,0,0,0,2-.55A4.19,4.19,0,0,0,11,9.53a3.91,3.91,0,0,0,0-4A3.68,3.68,0,0,0,9.5,4.08a4,4,0,0,0-2-.55,3.87,3.87,0,0,0-2,.55A3.68,3.68,0,0,0,4.05,5.53a4,4,0,0,0-.55,2,3.87,3.87,0,0,0,.55,2A4,4,0,0,0,5.5,11,4,4,0,0,0,7.5,11.53Z"/></svg>');
  width: 18px;
  height: 18px;
}

.svg-Season-Passes > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 30</title><path fill="%23033b53" d="M28.55,9H3.45A1.45,1.45,0,0,0,2,10.45V13H30V10.45A1.45,1.45,0,0,0,28.55,9Z"/><path fill="%23033b53" d="M2,25.55A1.45,1.45,0,0,0,3.45,27h25.1A1.45,1.45,0,0,0,30,25.55V15H2ZM24.77,24H18.23a.23.23,0,0,1-.23-.23V22.23a.23.23,0,0,1,.23-.23h6.54a.23.23,0,0,1,.23.23v1.54A.23.23,0,0,1,24.77,24Zm-9.85-6h9.85a.23.23,0,0,1,.23.23v1.54a.23.23,0,0,1-.23.23H14.92a.23.23,0,0,1-.23-.23V18.23A.23.23,0,0,1,14.92,18ZM4.82,18l2.86.9a.12.12,0,0,0,.14,0l1.74-2.44a.12.12,0,0,1,.22.07l0,3a.12.12,0,0,0,.09.12l2.86.9a.12.12,0,0,1,0,.23l-2.84.95a.12.12,0,0,0-.08.12l0,3a.12.12,0,0,1-.22.07L7.85,22.5a.12.12,0,0,0-.14,0l-2.84.95a.12.12,0,0,1-.14-.19l1.74-2.44a.12.12,0,0,0,0-.14L4.69,18.22A.12.12,0,0,1,4.82,18Z"/></svg>');
}

.svg-Store > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="%23033B53" d="M29.3,18.5c-0.1,0.3-0.2,0.6-0.5,0.8c-0.2,0.2-0.5,0.3-0.8,0.3H11.8l0.3,1.8h14.9c0.4,0,0.7,0.2,1,0.5 s0.4,0.7,0.3,1.1L28,24.3c0.6,0.3,1,0.6,1.3,1.1c0.3,0.5,0.5,1,0.5,1.6c0,0.9-0.3,1.6-0.9,2.2c-0.6,0.6-1.3,0.9-2.2,0.9 s-1.6-0.3-2.2-0.9c-0.6-0.6-0.9-1.4-0.9-2.2s0.3-1.6,0.9-2.2H12.8c0.6,0.6,0.9,1.3,0.9,2.2s-0.3,1.6-0.9,2.2 c-0.6,0.6-1.3,0.9-2.2,0.9c-0.9,0-1.6-0.3-2.2-0.9c-0.6-0.6-0.9-1.3-0.9-2.2c0-0.6,0.1-1.1,0.4-1.6s0.7-0.9,1.1-1.2L5.2,5.3H1.3 C1,5.3,0.6,5.2,0.4,4.9C0.1,4.7,0,4.4,0,4V3.1c0-0.4,0.1-0.7,0.4-0.9S1,1.8,1.3,1.8h5.7c0.3,0,0.6,0.1,0.8,0.3 c0.2,0.2,0.4,0.5,0.5,0.8l0.5,2.5h21.8c0.4,0,0.8,0.2,1.1,0.5c0.3,0.3,0.3,0.7,0.2,1.1L29.3,18.5z"/></svg>');
}

.svg-Store-Tiny > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><title>Artboard 1</title><path fill="%23033b53" d="M14.64,9.23a.66.66,0,0,1-.25.39.53.53,0,0,1-.4.15H5.89l.15.9h7.45a.69.69,0,0,1,.5.25.56.56,0,0,1,.15.55l-.15.65a1.42,1.42,0,0,1,.65.55,1.52,1.52,0,0,1,.25.81,1.49,1.49,0,0,1-.45,1.1,1.57,1.57,0,0,1-2.2,0,1.58,1.58,0,0,1,0-2.21H6.39A1.56,1.56,0,0,1,5.29,15a1.54,1.54,0,0,1-1.55-1.55,1.48,1.48,0,0,1,.2-.81,2.28,2.28,0,0,1,.55-.6L2.59,2.63H.64a.57.57,0,0,1-.45-.2A.5.5,0,0,1,0,2V1.53a.51.51,0,0,1,.2-.46A.88.88,0,0,1,.64.88H3.49a.57.57,0,0,1,.4.15,1.09,1.09,0,0,1,.25.4l.25,1.24h10.9a.8.8,0,0,1,.55.25.54.54,0,0,1,.1.55Z"/></svg>');
  width: 16px;
  height: 16px;
}

.svg-Theme-Icon > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="none" d="M17.9,8.2c-0.1-0.1-0.3-0.2-0.4-0.1l-1.7,1.7h2.8L17.9,8.2z"/><polygon fill="none" points="25.2,25.5 25.2,25.5 20.7,23.2"/><path fill="none" d="M13.6,24c0.3,0.8,0.8,1.4,1.6,1.8c1.4,0.7,3.1,0.2,4-1L13.6,22C13.4,22.6,13.4,23.3,13.6,24z"/><polygon fill="none" points="19.6,11.9 13.8,11.9 12,13.7 20.5,13.7"/><path fill="none" d="M25.9,24.9l-0.8-1.6h-4.4l4.6,2.2C25.6,25.7,26,25.3,25.9,24.9z"/><polygon fill="none" points="23.3,19.5 12.9,19.5 16.6,21.2 24.1,21.2"/><g><path fill="%23033B53" d="M29.7,26.4l-1.8-1.9L19,6l0,0c-0.2-0.3-0.5-0.6-0.9-0.6c-0.3-0.1-0.6,0-0.9,0.2L6,16.8 c-0.2,0.3-0.3,0.6-0.2,0.9c0.1,0.4,0.3,0.7,0.6,0.8l5.3,2.6c-0.4,1.1-0.5,2.3-0.1,3.4c0.4,1.3,1.3,2.4,2.6,3 c0.7,0.4,1.5,0.5,2.3,0.5c1.8,0,3.4-0.9,4.4-2.5l4.3,2.1l1.6,1.6c0.2,0.2,0.5,0.2,0.7,0l2.2-2.2C29.9,26.9,29.9,26.5,29.7,26.4z M17.5,8.2c0.1-0.1,0.3-0.1,0.4,0.1l0.8,1.6h-2.8L17.5,8.2z M13.8,11.9h5.8l0.9,1.8H12L13.8,11.9z M9.2,17.5l-0.4,0 c0,0-0.1,0-0.2,0c-0.1,0-0.1-0.2,0-0.3l1.4-1.5h11.4l0.9,1.8H9.2z M15.1,25.8c-0.7-0.4-1.3-1-1.6-1.8c-0.2-0.6-0.2-1.3,0-1.9 l5.5,2.7C18.3,26,16.6,26.5,15.1,25.8z M16.6,21.2l-3.7-1.8h10.4l0.9,1.8H16.6z M25.2,25.5l-4.6-2.2h4.4l0.8,1.6 C26,25.3,25.6,25.7,25.2,25.5C25.2,25.5,25.2,25.5,25.2,25.5z"/><path fill="%23033B53" d="M12.1,8l1-1c0.1-0.1,0.2-0.3,0.1-0.5c-0.6-1.5-0.7-3.2-0.3-4.8c0.1-0.5-0.2-1.1-0.7-1.2 c-0.5-0.1-1.1,0.2-1.2,0.7c-0.6,2.3-0.4,4.7,0.6,6.7C11.7,8.1,11.9,8.1,12.1,8z"/><path fill="%23033B53" d="M6.9,13.2l0.8-0.8c0.3-0.3,0.2-0.6,0-0.7c-1.9-1.1-4.1-1.5-6.3-1.2c-0.5,0.1-0.9,0.6-0.8,1.1 c0.1,0.5,0.6,0.9,1.1,0.8c1.6-0.3,3.3,0,4.7,0.8C6.6,13.3,6.8,13.3,6.9,13.2z"/><path fill="%23033B53" d="M9.1,10.5c0.1,0.1,0.3,0.1,0.4,0l1-1c0.1-0.1,0.1-0.3,0-0.4L9.7,8.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4 L9.1,10.5z"/><path fill="%23033B53" d="M6.1,7.5c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0S5.7,7.1,6.1,7.5 L6.1,7.5z"/><path fill="%23033B53" d="M3.8,5.2C4,5.4,4.3,5.5,4.5,5.5S5,5.4,5.2,5.2c0.4-0.4,0.4-1,0-1.4L2.7,1.3c-0.4-0.4-1-0.4-1.4,0 s-0.4,1,0,1.4L3.8,5.2z"/></g></svg>');
}

.svg-Urban-Farms > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 21</title><path fill="%23033b53" d="M13.15,6a4,4,0,0,0-3,1.33,3.7,3.7,0,0,0-.89,2.94l3.39,18.88c.25,2,1.1,2.35,2.57,2.35s2.31-.37,2.56-2.32l3.16-19a3.68,3.68,0,0,0-.9-2.89A4,4,0,0,0,17.1,6h-.83V3.86a1.4,1.4,0,0,1,1.45-1.34H19.1a.18.18,0,0,0,.18-.18V.65A.18.18,0,0,0,19.1.48H17.73a3.52,3.52,0,0,0-3.12,1.85A3.19,3.19,0,0,0,13.15,2H11.21a.18.18,0,0,0-.18.18V3.85a.18.18,0,0,0,.18.18h1.94a1,1,0,0,1,1.08,1V6Zm4,2a2,2,0,0,1,1.47.65A1.64,1.64,0,0,1,19,9.93l-3.16,19a3.34,3.34,0,0,1-.12.59c-.14,0-.37,0-.47,0s-.33,0-.47,0a3.73,3.73,0,0,1-.12-.64L14,25h.78a.36.36,0,0,0,.36-.36V23.34a.36.36,0,0,0-.36-.36H13.61l-.35-2h1.63a.37.37,0,0,0,.37-.37V19.34a.37.37,0,0,0-.37-.37h-2l-.35-2h2.35a.37.37,0,0,0,.37-.37V15.34a.37.37,0,0,0-.37-.37H12.17l-.35-2h3.07a.37.37,0,0,0,.37-.37V11.34a.37.37,0,0,0-.37-.37H11.45l-.18-1a1.66,1.66,0,0,1,.41-1.32A2,2,0,0,1,13.15,8Z"/></svg>');
}

.svg-Volunteer > a.mega-menu-link:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>Artboard 4 copy 23</title><path fill="%23033b53" d="M32,12c0-.17,0-.33,0-.5A8.47,8.47,0,0,0,16,7.56,8.47,8.47,0,0,0,0,11.5c0,.17,0,.33,0,.5H0a3.45,3.45,0,0,0,.16,1,8.49,8.49,0,0,0,6.92,6.85,9,9,0,1,0,17.84,0A8.49,8.49,0,0,0,31.84,13,3.45,3.45,0,0,0,32,12ZM3.35,15.48l.15,0A3.51,3.51,0,0,0,7,12.3.29.29,0,0,0,6.7,12H5.26a.29.29,0,0,0-.28.26A1.5,1.5,0,0,1,2,12.32S2,11.69,2,11.5A6.49,6.49,0,0,1,2.17,10l.33,0a8.49,8.49,0,0,0,6-2.5,8.49,8.49,0,0,0,6,2.5l.33,0a6.51,6.51,0,0,1,.19,1.5.7.7,0,0,1-.57.69,9,9,0,0,0-6.9,5.81A6.52,6.52,0,0,1,3.35,15.48ZM16,28a6.95,6.95,0,0,1-6.91-8.05,8.46,8.46,0,0,0,6-3.07c.37-.4.71-.83,1-1.26a8.48,8.48,0,0,0,6.82,4.33A6.95,6.95,0,0,1,16,28ZM30,12.06a1.51,1.51,0,0,1,0,.21v0A1.5,1.5,0,0,1,27,12.26a.29.29,0,0,0-.28-.26H25.3a.29.29,0,0,0-.29.3,3.51,3.51,0,0,0,3.49,3.2l.15,0a6.52,6.52,0,0,1-4.2,2.46,9,9,0,0,0-6.91-5.81c-.43-.11-.57-.3-.61-.51A5.87,5.87,0,0,1,17.17,10l.33,0a8.49,8.49,0,0,0,6-2.5,8.49,8.49,0,0,0,6,2.5l.33,0A6.49,6.49,0,0,1,30,11.5C30,11.69,30,11.87,30,12.06Z"/><path fill="%23033b53" d="M12.33,22.6a3.67,3.67,0,1,0,7.33,0h-2a1.67,1.67,0,1,1-3.33,0Z"/></svg>');
}

/**
 * TablePress Default CSS
 *

 * Attention: Do not modify this file directly, but use the "Custom CSS" textarea
 * on the "Plugin Options" screen of TablePress.
                     _ _  __ _          _
 _ __ ___   ___   __| (_)/ _(_) ___  __| |
| '_ ` _ \ / _ \ / _` | | |_| |/ _ \/ _` |
| | | | | | (_) | (_| | |  _| |  __/ (_| |
|_| |_| |_|\___/ \__,_|_|_| |_|\___|\__,_|

 *
 * @package TablePress
 * @subpackage Frontend CSS
 * @author Tobias Bathge, Allan Jardine
 * @since 1.0.0
 */
@font-face {
  font-family: "TablePress";
  src: url(tablepress.eot);
  src: url(tablepress.eot?#ie) format("embedded-opentype"), url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format("woff"), url(tablepress.ttf) format("truetype"), url(tablepress.svg#TablePress) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Table description */
.tablepress-table-description {
  clear: both;
  display: block;
}

.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  border: none;
}
.tablepress caption {
  display: none;
}
.tablepress.daily-attendance-table td {
  width: 25%;
  padding-right: 8px;
}
.tablepress.daily-attendance-table tfoot {
  border-top: 1px solid #999;
}
.tablepress.daily-attendance-table tfoot th:first-child {
  font-size: 0.75em;
  font-weight: 700;
  text-align: right;
  padding-right: 32px;
}
.tablepress.daily-attendance-table tfoot th:last-child {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.125;
}
.tablepress.financial-highlights-table tr {
  border-bottom: 1px solid #999;
}
.tablepress.financial-highlights-table tr td {
  padding: 20px 0 4px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  vertical-align: bottom;
}
.tablepress.financial-highlights-table tr td:first-child {
  text-transform: uppercase;
  font-weight: 900;
}
.tablepress.financial-highlights-table tr td:last-child {
  font-weight: 700;
  text-align: right;
}

.tablepress th,
.tablepress td {
  padding: 8px 0;
  border: none;
  background: none;
  text-align: left;
  float: none !important;
  line-height: 1.25;
  padding-right: 8px;
}

.tablepress tbody td {
  vertical-align: top;
  font-size: 14px;
}

/* Horizontal borders */
.tablepress tbody tr:first-child td {
  border-top: 0;
}

.tablepress thead th {
  padding-bottom: 32px;
}

.tablepress tfoot th {
  padding-top: 32px;
}

.tablepress tfoot + tbody tr:last-child td {
  padding-bottom: 32px;
}

/* Row background colors */
.tablepress thead th,
.tablepress tfoot th {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  background-color: transparent;
  color: #003A54;
  font-weight: 900;
  vertical-align: bottom;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tablepress .odd td {
  background-color: #f9f9f9;
}

.tablepress .even td {
  background-color: #ffffff;
}

.tablepress .row-hover tr:hover td {
  background-color: #f3f3f3;
}

/* Reset image layout in tables */
.tablepress img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: none;
}

/* Table wrapper */
.dataTables_wrapper {
  clear: both;
  margin-bottom: 1em;
}

.dataTables_wrapper .tablepress {
  clear: both;
  margin: 0 !important;
}

/* Length Change menu */
.dataTables_length {
  white-space: nowrap;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
}
@media (min-width: 896px) {
  .dataTables_length {
    width: auto;
    float: left;
    text-align: left;
    margin-bottom: 0;
  }
}

/* Filter/Search */
.dataTables_filter {
  margin-bottom: 16px;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
@media (min-width: 896px) {
  .dataTables_filter {
    float: right;
    width: auto;
    text-align: left;
  }
}

/* Table information */
.dataTables_info {
  clear: both;
  margin: 8px 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 896px) {
  .dataTables_info {
    float: left;
    width: auto;
    margin: 4px 0 0;
    text-align: left;
  }
}

/* Pagination */
.dataTables_paginate {
  margin: 4px 0 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 896px) {
  .dataTables_paginate {
    float: right;
    width: auto;
    text-align: left;
  }
}

.dataTables_paginate a {
  color: #111111 !important;
  display: inline-block;
  outline: none;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration: none\0 /IE;
          text-decoration: none\0 /IE;
  /* Hack for IE8, IE9, and IE10pp4, as those have trouble with text-decoration in :after pseudo-elements */
  margin: 0 5px;
}

.dataTables_paginate a:first-child {
  margin-left: 0;
}

.dataTables_paginate a:last-child {
  margin-right: 0;
}

.paginate_button:hover {
  cursor: pointer;
  text-decoration: none;
}

.paginate_button.disabled {
  color: #999999 !important;
  text-decoration: none;
  cursor: default;
}

.paginate_button.current {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}

/* Two button pagination - previous/next */
.dataTables_paginate.paging_simple {
  padding: 0 15px;
}

.paging_simple .paginate_button.previous:before,
.paging_simple .paginate_button.next:after {
  text-align: left;
  font-family: TablePress;
  font-size: 14px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  content: "";
  text-shadow: 0.1em 0.1em #666666;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -14px;
  margin: auto;
  height: 14px;
  width: 14px;
  line-height: 1;
}

.paging_simple .paginate_button.next:after {
  text-align: right;
  content: "";
  left: auto;
}

.paginate_button:before,
.paginate_button:after {
  color: transparent;
}

.paginate_button:hover:before,
.paginate_button:hover:after {
  color: #666;
}

.paginate_button.disabled:before,
.paginate_button.disabled:after {
  color: #f9f9f9;
}

/* Processing indicator */
.dataTables_processing {
  display: none;
  /* always hidden, we don't use it */
}

/* Scrolling */
.dataTables_scroll {
  clear: both;
}

.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}

/* Sorting */
.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  position: relative;
  padding-right: 20px;
  /* more right padding for sort arrows */
  cursor: pointer;
  outline: none;
}

.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
  font-family: TablePress;
  font-weight: normal;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 6px;
  margin: auto;
  height: 14px;
  line-height: 1;
}

.tablepress .sorting:after {
  content: "";
}

.tablepress .sorting_asc:after {
  content: "";
  padding: 0 0 2px;
}

.tablepress .sorting_desc:after {
  content: "";
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  background-color: #666;
}

/* Hide the sorting arrows in the extra table that is added for scrolling */
.dataTables_scrollBody .tablepress thead th:after {
  content: "";
}

/* Self clearing */
.dataTables_wrapper:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.row .dataTables_wrapper label input,
.row .dataTables_wrapper label select {
  display: inline;
  margin: 2px;
  margin-left: 5px;
  width: auto;
}

/* DatePicker Container */
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

/* DatePicker Table */
.ui-datepicker table {
  width: 100%;
}

.ui-datepicker-header {
  background: #f1f1f1;
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #111;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#f1f1f1", GradientType=0);
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #6eafbf;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  filter: dropshadow(color=#4d7a85, offx=0, offy=1);
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

html {
  touch-action: manipulation;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 896px) {
  html {
    scroll-padding-top: 120px;
  }
}

::-moz-selection {
  background: #FFD400;
}

::selection {
  background: #FFD400;
}

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 2;
  color: #003A54;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #f1f1f1;
}

html,
body {
  height: 100%;
}

.skip-navigation-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.skip-navigation-link:focus, .skip-navigation-link:active {
  background-color: #fff;
  left: auto;
  top: auto;
  width: 17vw;
  height: auto;
  overflow: auto;
  margin: 10px 40%;
  padding: 5px;
  border: 4px solid #003A54;
  text-align: center;
  font-size: 16px;
  z-index: 999;
}

#content {
  background-color: #fff;
}

#inner-content {
  z-index: 1;
  overflow: hidden;
}
iframe {
  width: 100%;
}

.hidden {
  display: none !important;
}

.parent-element {
  transform-style: preserve-3d;
}

.element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  display: block;
}

.absolute-image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  right: 0;
  top: 0;
  min-width: 100%;
  max-width: 1920px;
  overflow: hidden;
  min-height: 100%;
  max-height: none;
  display: block;
}
.absolute-image img {
  width: auto;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.image-background {
  position: relative;
  z-index: 2;
}

.v-align-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.background-image {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}

.background-image > img {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: none;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.background-image.proportionate > img {
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.top-focus > img,
.bottom-focus > img,
.left-focus.proportionate > img,
.right-focus.proportionate > img {
  transform: none;
}

.top-focus > img {
  top: 0;
}

.bottom-focus > img {
  top: auto;
  bottom: 0;
}

.left-focus.proportionate > img {
  left: 0;
}

.right-focus.proportionate > img {
  left: auto;
  right: 0;
}

@media (min-width: 25em) {
  .alignleft,
img.alignleft {
    margin-right: 16px;
    display: inline;
    float: left;
  }
}

@media (min-width: 25em) {
  .alignright,
img.alignright {
    margin-left: 16px;
    display: inline;
    float: right;
  }
}

@media (min-width: 25em) {
  .aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.inline .videoWrapper {
  opacity: 0;
  position: absolute;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

video,
object {
  max-width: 100%;
  height: auto;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.module ul,
ol {
  list-style-type: disc;
  padding: 0 0 0 8px;
  margin-left: 16px;
  margin: 24px 0 24px 16px;
}
@media (min-width: 768px) {
  .module ul,
ol {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
.module ul li,
ol li {
  margin: 0;
}

.module form ul {
  list-style-type: none;
  padding-left: 0;
}

div,
section {
  position: relative;
}

#content {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.article-header {
  margin: 0 0 16px;
}

.post,
.sidebar {
  margin: 16px 0 16px;
}

.post {
  margin: 0 0 16px;
}

.excerpt {
  margin: 0;
}

.comments textarea {
  width: 70%;
  height: 200px;
}

.error404 .entry-content {
  padding: 0 32px 32px;
}
@media (min-width: 768px) {
  .error404 .entry-content {
    padding: 0 32px 32px;
  }
}
@media (min-width: 896px) {
  .error404 .entry-content {
    padding: 0 48px 32px;
  }
}
@media (min-width: 1024px) {
  .error404 .entry-content {
    padding: 0 48px 48px;
  }
}
.entry-content ul,
.entry-content ol {
  list-style-type: disc;
  padding: 0 0 0 16px;
}
.entry-content ul li,
.entry-content ol li {
  margin: 0 0 4px;
}
.entry-content img {
  margin-bottom: 16px;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  background: #eee;
  max-width: 100%;
  padding: 5px;
}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.search-results-wrap {
  padding: 32px 16px 0 64px;
}
.search-results-wrap:has(.faq_alt-text) {
  padding: 0 32px 32px;
}
@media (min-width: 896px) {
  .search-results-wrap:has(.faq_alt-text) {
    padding: 32px 32px 64px;
  }
}

.search-results-header {
  padding-top: 32px;
}

.faq p,
.vendors p {
  font-size: 14px;
  line-height: 24px;
}
.faq ul,
.vendors ul {
  list-style-type: disc;
  padding-left: 16px;
}
.faq ul li,
.vendors ul li {
  margin: 0;
}

.back-to-top {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  position: fixed;
  right: 16px;
  bottom: 112px;
  background: #FFD400;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.110823);
  transition: opacity 0.3s ease-out, transform 0.5s ease-out;
}
.back-to-top svg {
  width: 20px;
}
.back-to-top:hover, .back-to-top:active, .back-to-top:focus {
  outline: none;
}
@media (min-width: 896px) {
  .back-to-top {
    right: 64px;
    bottom: 64px;
    width: 70px;
    height: 70px;
  }
  .back-to-top svg {
    width: 24px;
  }
}
.scroll-down .back-to-top {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.faq img,
.vendors img {
  width: auto;
}

.faq-search .faq-wrap {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

.announcements + article .faq-search .faq-wrap {
  border-top: none;
}

.faq-search.bottom .faq-wrap {
  margin-bottom: 32px;
}
@media (min-width: 896px) {
  .faq-search.bottom .faq-wrap {
    margin-bottom: 64px;
  }
}

.button .small-search-icon svg {
  margin-right: 10px;
  margin-left: 0;
}
.button .small-search-icon svg path {
  transition: fill 0.2s ease-in-out;
}

.blue-bg.button:hover .small-search-icon svg path, .blue-bg.button:active .small-search-icon svg path, .blue-bg.button:focus .small-search-icon svg path {
  fill: #003A54;
}

.faq-wrap,
.search-results .faq-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 32px;
  justify-content: space-between;
  padding: 32px 0;
}
@media (min-width: 768px) {
  .faq-wrap,
.search-results .faq-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 64px 0;
  }
}
@media (min-width: 896px) {
  .faq-wrap,
.search-results .faq-wrap {
    margin: 0 48px;
  }
}

.faq-search-form,
.search-results .faq-search-form {
  width: 100%;
}
@media (min-width: 896px) {
  .faq-search-form,
.search-results .faq-search-form {
    width: 48%;
  }
}
.faq-search-form input[type=text],
.search-results .faq-search-form input[type=text] {
  background: #ebebeb;
  border: none;
  color: #999;
  width: 100%;
}
@media (min-width: 896px) {
  .faq-search-form input[type=text],
.search-results .faq-search-form input[type=text] {
    width: 70%;
    margin-right: 5%;
  }
}
.faq-search-form input[type=submit],
.search-results .faq-search-form input[type=submit] {
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 896px) {
  .faq-search-form input[type=submit],
.search-results .faq-search-form input[type=submit] {
    width: 25%;
    margin-top: 0;
  }
}

.faq-quick-links {
  padding: 20px 0;
  margin: 0;
}
.faq-quick-links ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 896px) {
  .faq-quick-links ul {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }
}
.faq-quick-links li {
  padding: 0;
  border: none !important;
}
.faq-quick-links li:nth-child(3n-1) {
  justify-self: center;
}
.faq-quick-links li:nth-child(3n) {
  justify-self: end;
}
.faq-quick-links a .faq-button {
  height: 85px;
  width: 85px;
  padding: 0;
  margin: 0 auto 8px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  background: #FFD400;
  border: none;
  border-radius: 50%;
}
@media (min-width: 896px) {
  .faq-quick-links a .faq-button {
    width: 112px;
    height: 112px;
  }
}
.faq-quick-links a .faq-button_label {
  display: block;
  max-width: 85px;
  font-size: 10px;
  line-height: normal;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  text-wrap: pretty;
  text-wrap: pretty;
}
@media (min-width: 896px) {
  .faq-quick-links a .faq-button_label {
    max-width: 140px;
    font-size: 18px;
  }
}
.faq-quick-links a img {
  display: block;
  height: 32px;
  width: 32px;
}
@media (min-width: 896px) {
  .faq-quick-links a img {
    height: 44px;
    width: 44px;
  }
}

.value-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.value-items.one-image {
  flex-direction: column;
}
.value-items.one-image img {
  width: 100%;
}
.value-items .half {
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 896px) {
  .value-items .half {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0;
  }
}
.value-items .half:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .value-items {
    padding: 80px 0;
  }
}

.vendor .featured-vendors {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .vendor .featured-vendors {
    margin-bottom: 64px;
  }
}

.faq .faq-section {
  margin: 28px 0;
  padding: 0 24px;
  overflow: hidden;
}
@media (min-width: 667px) {
  .faq .faq-section {
    margin: 42px 0;
    padding: 0 32px;
  }
}
@media (min-width: 896px) {
  .faq .faq-section {
    margin: 68px 0;
    padding: 0 48px;
  }
}

.faq .faq-section_wrap {
  padding: 0;
  grid-row-gap: 24px;
}
@media (min-width: 896px) {
  .faq .faq-section_wrap {
    max-width: 1288px;
    grid-row-gap: 44px;
  }
}
@media (min-width: 1920px) {
  .faq .faq-section_wrap {
    max-width: 1288px;
  }
}

.featured-vendors-header {
  background: #FFD400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  margin-bottom: 32px;
  -moz-column-span: all;
       column-span: all;
}
@media (min-width: 896px) {
  .featured-vendors-header {
    margin-bottom: 48px;
  }
}

.faq-header {
  background: #FFD400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 12px;
  -moz-column-span: all;
       column-span: all;
  margin-bottom: 16px;
}
@media (min-width: 896px) {
  .faq-header {
    margin-bottom: 24px;
    padding: 32px;
  }
}

.faq-header-wrap,
.featured-vendors-wrap {
  display: flex;
  align-items: center;
}
.faq-header-wrap h3,
.featured-vendors-wrap h3 {
  margin: 0;
  line-height: 1;
  text-wrap: balance;
  text-wrap: pretty;
}
.faq-header-wrap img,
.featured-vendors-wrap img {
  margin-right: 16px;
}
@media (max-width: calc(896px - 1px)) {
  .faq-header-wrap img,
.featured-vendors-wrap img {
    max-height: 44px;
    max-width: 44px;
    margin-right: 12px;
  }
}

.print-link {
  display: none;
}
@media (min-width: 896px) {
  .print-link {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 900;
    display: flex;
    align-items: center;
  }
  .print-link:hover svg path, .print-link:active svg path, .print-link:focus svg path {
    fill: #333;
  }
  .print-link svg {
    margin-right: 5px;
    transition: fill 0.3s ease-in-out;
  }
}

.faq-text {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #ccc;
}
.faq-text:last-child {
  margin-bottom: 32px;
}
@media (min-width: 896px) {
  .faq-text:last-child {
    margin-bottom: 44px;
  }
}
.faq-text:has(.faq-drawer.open) h4:after {
  transform: translate(0, -50%) translateY(16px) rotate(-180deg);
}
.faq-text h4 {
  width: 100%;
  flex-grow: 1;
  margin: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 16px 32px 16px 0;
  line-height: normal;
  text-transform: none;
  cursor: pointer;
}
@media (max-width: calc(896px - 1px)) {
  .faq-text h4 {
    font-size: 24px;
    padding: 16px 48px 16px 0;
  }
}
.faq-text h4:after {
  content: "";
  font-size: 20px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 0.5;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0.8125em;
  transform: translate(0, -50%) translateY(16px) rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
@media (min-width: 896px) {
  .faq-text h4:after {
    font-size: 0.75em;
  }
}

.faq-drawer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), margin 0.3s ease-in-out;
}
.faq-drawer.open {
  margin-bottom: 24px;
  max-height: 3000px;
  transition: max-height 0.3s cubic-bezier(1, 0, 1, 0), margin 0.3s ease-in-out;
}
@media (min-width: 896px) {
  .faq-drawer {
    padding: 0;
    margin-bottom: 0;
  }
}
.faq-drawer p, .faq-drawer li {
  width: 100%;
  font-size: 18px;
  line-height: normal;
  margin: 1em 0;
  opacity: 0.7;
}
.faq-drawer a {
  text-decoration: underline;
}
.faq-drawer a:hover, .faq-drawer a:active, .faq-drawer a:focus {
  text-decoration: none;
}

.faq-heading-wrap.heading-wrap {
  background: #FFD400;
  align-items: flex-start;
  margin: 0 32px;
}
@media (min-width: 896px) {
  .faq-heading-wrap.heading-wrap {
    margin: 0 48px;
    align-items: center;
  }
  .faq-heading-wrap.heading-wrap .page-title {
    margin: 32px 0 32px 0;
  }
}

.faq-heading-wrap h2 {
  display: flex;
  align-items: center;
}

.search-icon {
  display: inline-block;
  margin-right: 16px;
}
.search-icon svg {
  width: 45px;
}

.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}
.pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.pagination ul li a,
.pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.5em;
  min-width: 1em;
  display: block;
}
.pagination ul li span.current {
  font-weight: bold;
}
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

@media (max-width: calc(768px - 1px)) {
  .desktop-image {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-image {
    display: none !important;
  }
}

.sans-serif {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.condensed {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
}

.sans-serif-body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.small-condensed {
  font-size: 0.75em;
  letter-spacing: 0.075em;
}

p,
.p {
  line-height: 1.75;
  line-height: 1.6;
  font-size: 14px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.footer p,
.footer .p {
  font-size: 14px;
  line-height: 24px;
}
p:first-of-type,
.p:first-of-type {
  margin-top: 0;
}
@media (min-width: 1450px) {
  p,
.p {
    font-size: 18px;
    line-height: 32px;
  }
}
p .text-column:only-child p,
.p .text-column:only-child p {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1450px) {
  .row:first-of-type p .text-column:only-child p,
.row:first-of-type .p .text-column:only-child p {
    max-width: 980px;
  }
  .row:first-of-type p .text-column:only-child p:last-of-type,
.row:first-of-type .p .text-column:only-child p:last-of-type {
    margin-bottom: 0;
  }
}
.row:first-of-type p .text-column:only-child p:last-of-type,
.row:first-of-type .p .text-column:only-child p:last-of-type {
  margin-bottom: 0;
}

a {
  color: #003A54;
}
@media (min-width: 896px) {
  a:hover, a:active, a:focus {
    color: #001a26;
  }
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

article ul li {
  margin-bottom: 16px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.h6,
h6,
.header-style {
  text-rendering: optimizelegibility;
  color: #003A54;
  font-weight: 900;
  line-height: 1;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.h6,
h6,
.header-style {
    margin: 0;
  }
}
.smallest-sans {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.4;
}
.really-small-sans,
.gsection_title {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-size: 20px;
}
@media (min-width: 896px) {
  .really-small-sans,
.gsection_title {
    line-height: 32px;
  }
}
.footer .really-small-sans,
.footer .gsection_title {
  font-size: 14px;
  line-height: 1.231;
}

.small-sans {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (min-width: 896px) {
  .small-sans {
    font-size: 28px;
    line-height: 40px;
  }
}
.footer .small-sans {
  font-size: 20px;
  line-height: 32px;
}
.small-sans + p {
  margin-top: 8px;
}

.medium-sans, .sponsors-type-rotator .section-title {
  font-family: brandon-grotesque, "Lato", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: normal;
  font-weight: 900;
  letter-spacing: -0.68px;
}
@media (min-width: 1450px) {
  .medium-sans, .sponsors-type-rotator .section-title {
    font-size: 34px;
  }
}

.big-sans {
  font-family: brandon-grotesque, "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 896px) {
  .big-sans {
    font-size: 40px;
    line-height: 48px;
  }
}

.really-big-sans {
  font-family: brandon-grotesque, "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 34px;
  text-transform: uppercase;
}
@media (min-width: 896px) {
  .really-big-sans {
    font-size: 45px;
  }
}
.display-sans {
  font-family: brandon-grotesque, "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 38px;
  text-transform: uppercase;
}
@media (min-width: 896px) {
  .display-sans {
    font-size: 66px;
  }
}
.really-small-serif {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 14px;
}

.small-serif {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 18px;
}
.medium-serif {
  font-size: 30px;
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
}

.big-serif {
  font-size: 48px;
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
}

blockquote {
  margin: 0;
  padding: 0 32px;
}

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

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

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

span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

.searchwp-highlight {
  font-weight: bold;
}

.section-title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.sponsor-heading h3 {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #003A54;
}

.event-title {
  font-size: 0.875em;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
  line-height: 1.35;
}

.tiny-sans {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
}

.tiny-condensed,
label {
  position: relative;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #003A54;
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.really-big-condensed {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 55px;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
}

.medium-condensed {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
}

.thank_you_to {
  display: block;
  line-height: 1;
  margin: 0 auto 16px;
}
.thank_you_to-text {
  font-size: 0px;
  line-height: 0;
  height: 0px;
  width: 0px;
  overflow: hidden;
  display: block;
}
.thank_you_to-svg {
  display: inline-block;
  line-height: 1;
}
.thank_you_to svg {
  display: block;
  height: 25px;
  width: auto;
  fill: #003A54;
}
@media (min-width: 896px) {
  .thank_you_to svg {
    height: 35px;
  }
}

.no-overflow {
  overflow: hidden;
  position: relative;
}

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

.animated-slow {
  animation-fill-mode: both;
  animation-duration: 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(200%);
    transform: translate3d(0, 200%, 0);
  }
  100% {
    transform: translateY(0%);
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-1000%);
    transform: translate3d(0, -1000%, 0);
  }
  0% {
    transform: translateY(-100%);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translateY(0%);
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(1000%);
    transform: translate3d(1000%, 0, 0);
  }
  100% {
    transform: translateX(0%);
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-200%);
    transform: translate3d(-200%, 0, 0);
  }
  100% {
    transform: translateX(0%);
    transform: translate3d(0%, 0, 0);
  }
}
@keyframes rotateLeft {
  0% {
    transform: rotate(360deg);
    transform-origin: center center;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: center center;
  }
}
@keyframes rotateLeftscaleUp {
  0% {
    transform: rotate(-360deg) scale(1);
    transform-origin: center center;
  }
  100% {
    transform: rotate(-315deg) scale(1.75);
    transform-origin: center center;
  }
}
@keyframes slideTitle {
  0% {
    transform: translateY(-1000%);
    transform: translate3d(0, -1000%, 0);
  }
  100% {
    transform: translateY(0%);
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes slideTagLink {
  0% {
    transform: translate3d(200px, 0, 0);
  }
  33.3334% {
    transform: translate3d(200px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fixedSlide {
  0% {
    transform: translateY(2560px);
    transform: translate3d(0, 2560px, 0);
  }
  100% {
    transform: translateY(0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes topnavItemHover {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
@keyframes subnavItemHover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.fadeIn,
.animate.fadeIn {
  animation: fadeIn 1s ease-in-out 1 both;
  animation: fadeIn 0.75s ease-in-out 1 both;
}

.lazyload {
  opacity: 0;
}
.lazyload[data-lazy] {
  opacity: 1;
}
.lazyload.fadeIn {
  animation: fadeIn 1s ease-in-out 1 both;
  opacity: 1;
}

.inner-content .lazyload {
  opacity: 1;
}

@media (min-width: 896px) {
  .animate.slideUp {
    animation: slideUp 2s ease-in-out 1 both;
    animation: slideUp 1s ease-in-out 0.5s both;
  }

  .animate.slideDown {
    animation: slideDown 1s ease-in-out 1 both;
  }

  .animate.slideLeft {
    animation: slideLeft 1.5s ease-in-out 1 both;
  }

  .animate.slideRight {
    animation: slideRight 1s ease-in-out 0.25s both;
  }

  .animate.rotateLeft {
    animation: rotateLeft 0.5s ease-in-out 1 both;
  }

  .animate.rotateRight {
    animation: rotateRight 0.5s ease-in-out 1 both;
  }

  .animated.animate:nth-of-type(1) {
    animation-delay: 0s;
  }
}
/**********************************************
PAGE SMOOTHSTATE.JS TRANSITIONS
**********************************************/
/*
 * CSS Animations
 * Don't forget to add vendor prefixes!
 */
.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button {
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  line-height: 24px;
  border-radius: 3px;
  border: 2px solid #003A54;
  color: #003A54;
  background: transparent;
  position: relative;
  width: 100%;
}
@media (min-width: 896px) {
  .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button {
    width: auto;
    padding: 12px 32px;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background 0.2s ease-in-out;
  }
}
@media (min-width: 1450px) {
  .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button {
    font-size: 16px;
    padding: 12px 36px;
  }
  .button.btn-small,
.woocommerce button.button.btn-small,
.woocommerce input.button.btn-small,
.woocommerce a.button.btn-small {
    padding: 8px 16px;
  }
}
.button.turk,
.woocommerce button.button.turk,
.woocommerce input.button.turk,
.woocommerce a.button.turk {
  background: transparent;
  color: #00BABC;
  border-color: transparent;
}
@media (min-width: 896px) {
  .button.turk:hover, .button.turk:active, .button.turk:focus,
.woocommerce button.button.turk:hover,
.woocommerce button.button.turk:active,
.woocommerce button.button.turk:focus,
.woocommerce input.button.turk:hover,
.woocommerce input.button.turk:active,
.woocommerce input.button.turk:focus,
.woocommerce a.button.turk:hover,
.woocommerce a.button.turk:active,
.woocommerce a.button.turk:focus {
    background: transparent;
    border-color: transparent;
    color: #003A54;
  }
}
.button.download-button,
.woocommerce button.button.download-button,
.woocommerce input.button.download-button,
.woocommerce a.button.download-button {
  display: flex;
  justify-content: flex-start;
  color: #003A54;
  text-decoration: none;
  background: transparent;
  border: none;
  padding-left: 0;
}
@media (min-width: 896px) {
  .button.download-button:hover, .button.download-button:active, .button.download-button:focus,
.woocommerce button.button.download-button:hover,
.woocommerce button.button.download-button:active,
.woocommerce button.button.download-button:focus,
.woocommerce input.button.download-button:hover,
.woocommerce input.button.download-button:active,
.woocommerce input.button.download-button:focus,
.woocommerce a.button.download-button:hover,
.woocommerce a.button.download-button:active,
.woocommerce a.button.download-button:focus {
    border: none;
    background: transparent;
    color: #00BABC;
    text-decoration: none;
  }
  .button.download-button:hover #download-icon use,
.button.download-button:hover #download-icon g, .button.download-button:active #download-icon use,
.button.download-button:active #download-icon g, .button.download-button:focus #download-icon use,
.button.download-button:focus #download-icon g,
.woocommerce button.button.download-button:hover #download-icon use,
.woocommerce button.button.download-button:hover #download-icon g,
.woocommerce button.button.download-button:active #download-icon use,
.woocommerce button.button.download-button:active #download-icon g,
.woocommerce button.button.download-button:focus #download-icon use,
.woocommerce button.button.download-button:focus #download-icon g,
.woocommerce input.button.download-button:hover #download-icon use,
.woocommerce input.button.download-button:hover #download-icon g,
.woocommerce input.button.download-button:active #download-icon use,
.woocommerce input.button.download-button:active #download-icon g,
.woocommerce input.button.download-button:focus #download-icon use,
.woocommerce input.button.download-button:focus #download-icon g,
.woocommerce a.button.download-button:hover #download-icon use,
.woocommerce a.button.download-button:hover #download-icon g,
.woocommerce a.button.download-button:active #download-icon use,
.woocommerce a.button.download-button:active #download-icon g,
.woocommerce a.button.download-button:focus #download-icon use,
.woocommerce a.button.download-button:focus #download-icon g {
    fill: #00BABC;
  }
}
.button #download-icon use,
.button #download-icon g,
.woocommerce button.button #download-icon use,
.woocommerce button.button #download-icon g,
.woocommerce input.button #download-icon use,
.woocommerce input.button #download-icon g,
.woocommerce a.button #download-icon use,
.woocommerce a.button #download-icon g {
  fill: #fff;
}
@media (min-width: 896px) {
  .button #download-icon use,
.button #download-icon g,
.woocommerce button.button #download-icon use,
.woocommerce button.button #download-icon g,
.woocommerce input.button #download-icon use,
.woocommerce input.button #download-icon g,
.woocommerce a.button #download-icon use,
.woocommerce a.button #download-icon g {
    transition: fill 0.2s ease-in-out;
  }
}
.button.download-button #download-icon,
.woocommerce button.button.download-button #download-icon,
.woocommerce input.button.download-button #download-icon,
.woocommerce a.button.download-button #download-icon {
  margin-left: 0;
  margin-right: 16px;
  margin-top: -4px;
}
.button.download-button #download-icon use,
.button.download-button #download-icon g,
.woocommerce button.button.download-button #download-icon use,
.woocommerce button.button.download-button #download-icon g,
.woocommerce input.button.download-button #download-icon use,
.woocommerce input.button.download-button #download-icon g,
.woocommerce a.button.download-button #download-icon use,
.woocommerce a.button.download-button #download-icon g {
  fill: #003A54;
}
@media (min-width: 896px) {
  .button.download-button #download-icon use,
.button.download-button #download-icon g,
.woocommerce button.button.download-button #download-icon use,
.woocommerce button.button.download-button #download-icon g,
.woocommerce input.button.download-button #download-icon use,
.woocommerce input.button.download-button #download-icon g,
.woocommerce a.button.download-button #download-icon use,
.woocommerce a.button.download-button #download-icon g {
    transition: fill 0.2s ease-in-out;
  }
}
.button #question-icon text,
.woocommerce button.button #question-icon text,
.woocommerce input.button #question-icon text,
.woocommerce a.button #question-icon text {
  fill: #fff;
}
@media (min-width: 896px) {
  .button #question-icon text,
.woocommerce button.button #question-icon text,
.woocommerce input.button #question-icon text,
.woocommerce a.button #question-icon text {
    transition: fill 0.2s ease-in-out;
  }
}
.button #schedule-icon g,
.button #schedule-icon rect,
.woocommerce button.button #schedule-icon g,
.woocommerce button.button #schedule-icon rect,
.woocommerce input.button #schedule-icon g,
.woocommerce input.button #schedule-icon rect,
.woocommerce a.button #schedule-icon g,
.woocommerce a.button #schedule-icon rect {
  stroke: #fff;
}
@media (min-width: 896px) {
  .button #schedule-icon g,
.button #schedule-icon rect,
.woocommerce button.button #schedule-icon g,
.woocommerce button.button #schedule-icon rect,
.woocommerce input.button #schedule-icon g,
.woocommerce input.button #schedule-icon rect,
.woocommerce a.button #schedule-icon g,
.woocommerce a.button #schedule-icon rect {
    transition: stroke 0.2s ease-in-out;
  }
}
@media (min-width: 896px) {
  ul + .button, p + .button,
ul + .woocommerce button.button,
p + .woocommerce button.button,
ul + .woocommerce input.button,
p + .woocommerce input.button,
ul + .woocommerce a.button,
p + .woocommerce a.button {
    margin-top: 32px;
  }
}
.hero .button,
.hero .woocommerce button.button,
.hero .woocommerce input.button,
.hero .woocommerce a.button {
  width: 100%;
  margin: 8px 0;
}
@media (min-width: 896px) {
  .hero .button,
.hero .woocommerce button.button,
.hero .woocommerce input.button,
.hero .woocommerce a.button {
    width: auto;
  }
  .hero .button.default,
.hero .woocommerce button.button.default,
.hero .woocommerce input.button.default,
.hero .woocommerce a.button.default {
    border: 2px solid #fff;
    color: #fff;
  }
  .hero .button.default:hover, .hero .button.default:active, .hero .button.default:focus,
.hero .woocommerce button.button.default:hover,
.hero .woocommerce button.button.default:active,
.hero .woocommerce button.button.default:focus,
.hero .woocommerce input.button.default:hover,
.hero .woocommerce input.button.default:active,
.hero .woocommerce input.button.default:focus,
.hero .woocommerce a.button.default:hover,
.hero .woocommerce a.button.default:active,
.hero .woocommerce a.button.default:focus {
    border: 2px solid #D6D6D6;
    color: #003A54;
  }
}
.button img,
.button svg,
.woocommerce button.button img,
.woocommerce button.button svg,
.woocommerce input.button img,
.woocommerce input.button svg,
.woocommerce a.button img,
.woocommerce a.button svg {
  width: auto;
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
@media (min-width: 896px) {
  .button.small-btn,
.woocommerce button.button.small-btn,
.woocommerce input.button.small-btn,
.woocommerce a.button.small-btn {
    font-size: 12px;
  }
}
.button.video-button,
.woocommerce button.button.video-button,
.woocommerce input.button.video-button,
.woocommerce a.button.video-button {
  background: #FFD400;
  color: #003A54;
  border-color: #FFD400;
  margin-top: 16px;
  padding: 16px 32px 16px 32px;
}
.button.video-button span,
.woocommerce button.button.video-button span,
.woocommerce input.button.video-button span,
.woocommerce a.button.video-button span {
  position: relative;
}
.button.video-button span:after,
.woocommerce button.button.video-button span:after,
.woocommerce input.button.video-button span:after,
.woocommerce a.button.video-button span:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: -16px;
  bottom: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #003A54;
  width: 0;
  height: 0;
}
.button:hover, .button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus {
  border: 2px solid #fff;
  background: #fff;
  text-decoration: none;
}
@media (min-width: 896px) {
  .button:hover, .button:active, .button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:active,
.woocommerce input.button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:active,
.woocommerce a.button:focus {
    color: #003A54;
    background: #D6D6D6;
    border-color: #D6D6D6;
    text-decoration: none;
  }
  .button:hover #download-icon use,
.button:hover #download-icon g, .button:active #download-icon use,
.button:active #download-icon g, .button:focus #download-icon use,
.button:focus #download-icon g,
.woocommerce button.button:hover #download-icon use,
.woocommerce button.button:hover #download-icon g,
.woocommerce button.button:active #download-icon use,
.woocommerce button.button:active #download-icon g,
.woocommerce button.button:focus #download-icon use,
.woocommerce button.button:focus #download-icon g,
.woocommerce input.button:hover #download-icon use,
.woocommerce input.button:hover #download-icon g,
.woocommerce input.button:active #download-icon use,
.woocommerce input.button:active #download-icon g,
.woocommerce input.button:focus #download-icon use,
.woocommerce input.button:focus #download-icon g,
.woocommerce a.button:hover #download-icon use,
.woocommerce a.button:hover #download-icon g,
.woocommerce a.button:active #download-icon use,
.woocommerce a.button:active #download-icon g,
.woocommerce a.button:focus #download-icon use,
.woocommerce a.button:focus #download-icon g {
    fill: #003A54;
  }
  .button:hover #question-icon text, .button:active #question-icon text, .button:focus #question-icon text,
.woocommerce button.button:hover #question-icon text,
.woocommerce button.button:active #question-icon text,
.woocommerce button.button:focus #question-icon text,
.woocommerce input.button:hover #question-icon text,
.woocommerce input.button:active #question-icon text,
.woocommerce input.button:focus #question-icon text,
.woocommerce a.button:hover #question-icon text,
.woocommerce a.button:active #question-icon text,
.woocommerce a.button:focus #question-icon text {
    fill: #003A54;
  }
  .button:hover #schedule-icon g,
.button:hover #schedule-icon rect, .button:active #schedule-icon g,
.button:active #schedule-icon rect, .button:focus #schedule-icon g,
.button:focus #schedule-icon rect,
.woocommerce button.button:hover #schedule-icon g,
.woocommerce button.button:hover #schedule-icon rect,
.woocommerce button.button:active #schedule-icon g,
.woocommerce button.button:active #schedule-icon rect,
.woocommerce button.button:focus #schedule-icon g,
.woocommerce button.button:focus #schedule-icon rect,
.woocommerce input.button:hover #schedule-icon g,
.woocommerce input.button:hover #schedule-icon rect,
.woocommerce input.button:active #schedule-icon g,
.woocommerce input.button:active #schedule-icon rect,
.woocommerce input.button:focus #schedule-icon g,
.woocommerce input.button:focus #schedule-icon rect,
.woocommerce a.button:hover #schedule-icon g,
.woocommerce a.button:hover #schedule-icon rect,
.woocommerce a.button:active #schedule-icon g,
.woocommerce a.button:active #schedule-icon rect,
.woocommerce a.button:focus #schedule-icon g,
.woocommerce a.button:focus #schedule-icon rect {
    stroke: #003A54;
  }
}
.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce a.button.disabled {
  background: #BEBEBE !important;
  color: #fff !important;
  cursor: disabled;
  pointer-events: none;
}

@media (min-width: 896px) {
  .button {
    margin-right: 16px;
  }
  .button:last-of-type {
    margin-right: 0;
  }
}

a.button:not(.download-button):not([href]) {
  background: #D6D6D6 !important;
  border-color: #D6D6D6 !important;
  text-decoration: none !important;
  color: #999 !important;
}

input[type=submit].disabled {
  background: #999;
  opacity: 0.25;
  cursor: disabled;
}

.tabs {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  padding-left: 0 !important;
  line-height: 0;
  margin-left: 5% !important;
  margin-right: 5% !important;
}
.tabs .indicator-bar {
  height: 4px;
  background: #003A54;
  width: 33.33%;
  position: absolute;
  bottom: 0;
  display: inline-block;
  transition: left 0.25s cubic-bezier(0.68, 1, 0.265, 1.1);
  left: 50%;
  display: none;
}
@media (min-width: 1000px) {
  .tabs .indicator-bar {
    width: 16.66%;
    display: block;
  }
}
.tabs:not(.large-tabs) li {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 3;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #D6D6D6;
}
.tabs li {
  list-style: none;
  width: 33.33%;
  margin-right: -4px;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #003A54;
  transition: opacity 0.25s ease-out;
  opacity: 1;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
@media (min-width: 896px) {
  .tabs li {
    width: 16.66%;
    display: inline-block;
  }
}
.tabs li:hover {
  cursor: pointer;
}
.tabs li:not(.active-tab) {
  color: #999;
}
.tabs.small-tabs li {
  width: 50%;
  display: block;
  margin: 2em auto;
  line-height: 1.35;
}
@media (min-width: 1000px) {
  .tabs.small-tabs li {
    line-height: 1.35;
    margin: 0;
    width: 16.66%;
    display: inline-block;
    padding: 1em 0;
  }
}
.black-txt .tabs li {
  border-bottom: 2px solid #333;
}
.black-txt .tabs li:not(.active-tab) {
  color: #333;
  opacity: 0.6;
}
.black-txt .tabs .indicator-bar, .black-txt .tabs.no-bar li:after {
  background: #333;
}
.white-txt .tabs li {
  border-bottom: 2px solid #fff;
}
.white-txt .tabs li:not(.active-tab) {
  color: #fff;
  opacity: 0.6;
}
.white-txt .tabs .indicator-bar, .white-txt .tabs.no-bar li:after {
  background: #fff;
}
.red-txt .tabs li {
  border-bottom: 2px solid #ED1C24;
}
.red-txt .tabs li:not(.active-tab) {
  color: #ED1C24;
  opacity: 0.6;
}
.red-txt .tabs .indicator-bar, .red-txt .tabs.no-bar li:after {
  background: #ED1C24;
}
.blue-txt .tabs li {
  border-bottom: 2px solid #00529C;
}
.blue-txt .tabs li:not(.active-tab) {
  color: #00529C;
  opacity: 0.6;
}
.blue-txt .tabs .indicator-bar, .blue-txt .tabs.no-bar li:after {
  background: #00529C;
}
.navy-txt .tabs li {
  border-bottom: 2px solid #003A54;
}
.navy-txt .tabs li:not(.active-tab) {
  color: #003A54;
  opacity: 0.6;
}
.navy-txt .tabs .indicator-bar, .navy-txt .tabs.no-bar li:after {
  background: #003A54;
}
.yellow-txt .tabs li {
  border-bottom: 2px solid #FFD400;
}
.yellow-txt .tabs li:not(.active-tab) {
  color: #FFD400;
  opacity: 0.6;
}
.yellow-txt .tabs .indicator-bar, .yellow-txt .tabs.no-bar li:after {
  background: #FFD400;
}
.tabs.large-tabs .indicator-bar {
  display: none;
}
.tabs.large-tabs ul {
  border: none;
}
.tabs.large-tabs li {
  padding: 0;
  width: auto;
  display: block;
}
@media (min-width: 1000px) {
  .tabs.large-tabs li {
    display: inline-block;
    margin-right: 2em;
  }
}
.tabs.large-tabs li:not(.active-tab) {
  border-bottom: 2px solid transparent;
  color: #999;
}

.tab-target {
  display: none;
}

.active-tab-content {
  display: block;
}

.notransition {
  transition: none !important;
}

.tabs.no-bar li {
  position: relative;
}
.tabs.no-bar li:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #003A54;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.25s cubic-bezier(0.68, 1, 0.265, 1.1);
}
.tabs.no-bar li.active-tab:after {
  transform: translateY(0);
}

.block {
  display: block;
}

@media (min-width: 896px) {
  .onecol {
    width: 5.801104972%;
  }

  .twocol {
    width: 14.364640883%;
  }

  .threecol {
    width: 22.928176794%;
  }

  .fourcol {
    width: 31.491712705%;
  }

  .fivecol {
    width: 40.055248616%;
  }

  .sixcol {
    width: 48.618784527%;
  }

  .sevencol {
    width: 57.182320438%;
  }

  .eightcol {
    width: 65.745856349%;
  }

  .ninecol {
    width: 74.30939226%;
  }

  .tencol {
    width: 82.872928171%;
  }

  .elevencol {
    width: 91.436464082%;
  }

  .twelvecol {
    width: 99.999999993%;
  }

  .onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol,
.twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  .offsetone {
    margin-left: 8.563535911%;
  }

  .offsettwo {
    margin-left: 17.127071822%;
  }

  .first {
    margin-left: 0;
  }

  .last {
    float: right;
  }
}
.flex-grid {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  /* 25%;    	/* grid_3  */
  /* 33.333%;	/* grid_4  */
  /* 50%;    	/* grid_6  */
  /* 100%;   	/* grid_12 */
}
.flex-grid .threecol {
  width: 100%;
}
.flex-grid .fourcol {
  width: 100%;
}
.flex-grid .sixcol {
  width: 100%;
}
.flex-grid .twelvecol {
  width: 100%;
}
.flex-grid .onecol,
.flex-grid .twocol,
.flex-grid .threecol,
.flex-grid .fourcol,
.flex-grid .fivecol,
.flex-grid .sixcol,
.flex-grid .sevencol,
.flex-grid .eightcol,
.flex-grid .ninecol,
.flex-grid .tencol,
.flex-grid .elevencol,
.flex-grid .twelvecol {
  margin: 0;
  position: relative;
  float: left;
}
@media (min-width: 667px) {
  .flex-grid {
    /* 25%;    	/* grid_3  */
    /* 33.333%;	/* grid_4  */
    /* 50%;    	/* grid_6  */
    /* 100%;   	/* grid_12 */
  }
  .flex-grid .threecol {
    width: 50%;
  }
  .flex-grid .fourcol {
    width: 50%;
  }
  .flex-grid .sixcol {
    width: 50%;
  }
  .flex-grid .twelvecol {
    width: 100%;
  }
}
@media (min-width: 896px) {
  .flex-grid {
    /* 8.333%; 	/* grid_1  */
    /* 16.666%;	/* grid_2  */
    /* 25%;    	/* grid_3  */
    /* 33.333%;	/* grid_4  */
    /* 41.666%;	/* grid_5  */
    /* 50%;    	/* grid_6  */
    /* 58.333%;	/* grid_7  */
    /* 66.666%;	/* grid_8  */
    /* 75%;    	/* grid_9  */
    /* 83.333%;	/* grid_10 */
    /* 91.666%;	/* grid_11 */
    /* 100%;   	/* grid_12 */
  }
  .flex-grid .onecol {
    width: 8.333%;
  }
  .flex-grid .twocol {
    width: 16.666%;
  }
  .flex-grid .threecol {
    width: 25%;
  }
  .flex-grid .fourcol {
    width: 33.333%;
  }
  .flex-grid .fivecol {
    width: 41.666%;
  }
  .flex-grid .sixcol {
    width: 50%;
  }
  .flex-grid .sevencol {
    width: 58.333%;
  }
  .flex-grid .eightcol {
    width: 66.666%;
  }
  .flex-grid .ninecol {
    width: 75%;
  }
  .flex-grid .tencol {
    width: 83.333%;
  }
  .flex-grid .elevencol {
    width: 91.666%;
  }
  .flex-grid .twelvecol {
    width: 100%;
  }
}

.block-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (min-width: 896px) {
  .block-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 32px;
  }
}

.wrap {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 48px;
  padding: 0 32px;
}
@media (min-width: 896px) {
  .wrap {
    padding: 0 48px;
  }
}
@media (min-width: 1920px) {
  .wrap {
    max-width: 1920px;
  }
}

.image-wrap {
  height: 100%;
}

.content-wrap {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.st-pusher {
  height: 100%;
  width: 100%;
  position: relative;
}

.st-content-inner {
  height: auto;
  min-height: 100%;
}
.reverse-row {
  flex-direction: row-reverse;
}

.breakpoint-indicators {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  pointer-events: none !important;
}
.breakpoint-indicators.toggle-visible .breakpoint {
  opacity: 0;
}
.breakpoint-indicators button {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: auto !important;
}
.breakpoint-indicators .breakpoint {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-left: 1px solid red;
  border-right: 1px solid red;
}
.breakpoint-indicators .breakpoint:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  font-size: 10px;
  line-height: 10px;
  background: rgba(255, 0, 0, 0.5);
  color: white;
}
@media (min-width: 16px) {
  .breakpoint-indicators .phone {
    display: block;
    max-width: 16px;
  }
  .breakpoint-indicators .phone:before {
    content: "16px";
  }
}
@media (min-width: 400px) {
  .breakpoint-indicators .phone-landscape {
    display: block;
    max-width: 400px;
  }
  .breakpoint-indicators .phone-landscape:before {
    content: "400px";
  }
}
@media (min-width: 480px) {
  .breakpoint-indicators .phone-large {
    display: block;
    max-width: 480px;
  }
  .breakpoint-indicators .phone-large:before {
    content: "480px";
  }
}
@media (min-width: 667px) {
  .breakpoint-indicators .iphone6wide {
    display: block;
    max-width: 667px;
  }
  .breakpoint-indicators .iphone6wide:before {
    content: "667px";
  }
}
@media (min-width: 768px) {
  .breakpoint-indicators .tablet-small {
    display: block;
    max-width: 768px;
  }
  .breakpoint-indicators .tablet-small:before {
    content: "768px";
  }
}
@media (min-width: 768px) {
  .breakpoint-indicators .ipad-tall {
    display: block;
    max-width: 768px;
  }
  .breakpoint-indicators .ipad-tall:before {
    content: "768px";
  }
}
@media (min-width: 1024px) {
  .breakpoint-indicators .ipad-horizontal {
    display: block;
    max-width: 1024px;
  }
  .breakpoint-indicators .ipad-horizontal:before {
    content: "1024px";
  }
}
@media (min-width: 1024px) {
  .breakpoint-indicators .ipad-wide {
    display: block;
    max-width: 1024px;
  }
  .breakpoint-indicators .ipad-wide:before {
    content: "1024px";
  }
}
@media (min-width: 1280px) {
  .breakpoint-indicators .laptop {
    display: block;
    max-width: 1280px;
  }
  .breakpoint-indicators .laptop:before {
    content: "1280px";
  }
}
@media (min-width: 1366px) {
  .breakpoint-indicators .ipad-pro-horizontal {
    display: block;
    max-width: 1366px;
  }
  .breakpoint-indicators .ipad-pro-horizontal:before {
    content: "1366px";
  }
}
@media (min-width: 1366px) {
  .breakpoint-indicators .ipadPro-wide {
    display: block;
    max-width: 1366px;
  }
  .breakpoint-indicators .ipadPro-wide:before {
    content: "1366px";
  }
}
@media (min-width: 896px) {
  .breakpoint-indicators .tablet {
    display: block;
    max-width: 896px;
  }
  .breakpoint-indicators .tablet:before {
    content: "896px";
  }
}
@media (min-width: 967px) {
  .breakpoint-indicators .tablet-large {
    display: block;
    max-width: 967px;
  }
  .breakpoint-indicators .tablet-large:before {
    content: "967px";
  }
}
@media (min-width: 1136px) {
  .breakpoint-indicators .desktop {
    display: block;
    max-width: 1136px;
  }
  .breakpoint-indicators .desktop:before {
    content: "1136px";
  }
}
@media (min-width: 1450px) {
  .breakpoint-indicators .desktop-plus {
    display: block;
    max-width: 1450px;
  }
  .breakpoint-indicators .desktop-plus:before {
    content: "1450px";
  }
}
@media (min-width: 1920px) {
  .breakpoint-indicators .site-width {
    display: block;
    max-width: 1920px;
  }
  .breakpoint-indicators .site-width:before {
    content: "1920px";
  }
}

.header {
  margin: 0 auto;
  background: #fff;
  z-index: 21;
  position: relative;
  padding: 0 16px;
  padding: 0;
  position: sticky;
  top: 0;
  width: 100%;
}
@media (max-width: 895px) {
  .header {
    display: flex;
    flex-flow: column;
    overflow: visible;
    padding: 0;
  }
}
@media (min-width: 896px) {
  .header {
    max-width: 1920px;
    display: flex;
    flex-flow: row wrap;
  }
}
@media (min-width: 1136px) {
  .header {
    padding: 0 48px;
    padding: 0;
  }
}
#inner-header {
  width: 100%;
  position: relative;
  z-index: 3;
}
@media (min-width: 896px) {
  #inner-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 48px;
    border-top: 1px solid rgba(3, 59, 83, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 896px) and (max-width: 1199px) {
  #inner-header > .top-nav {
    order: 3;
  }
}
@media (min-width: 896px) and (max-width: calc(1366px - 1px)) {
  #inner-header {
    padding: 0 32px;
  }
  #inner-header > .top-nav #mega-menu-main-nav {
    width: auto;
    margin: 0 -12px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  #inner-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 895px) {
  #inner-header {
    height: 66px;
    transition: height 0.3s ease-in-out;
    overflow: visible;
    padding: 0;
  }
  #inner-header .top-nav {
    height: 0vh;
    max-height: calc(100svh - 66px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    padding: 0 36px;
  }
  #inner-header .top-nav .mega-menu {
    float: none;
  }
  .header-fair_season ~ #inner-header .top-nav {
    max-height: calc(100svh - 66px - 32px);
  }
  #inner-header.show .top-nav {
    height: 100vh;
  }
  #inner-header .nav-search_wrap {
    padding: 0;
    margin: 12px -16px;
    width: auto;
  }
  #inner-header .nav-search_wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(50%, -50%);
    background: url(svg/sprite.view.svg) no-repeat;
    background-position: 95.3642384106% 54.0740740741%;
    width: 18px;
    height: 18px;
    pointer-events: none;
    z-index: 5;
  }
  #inner-header .nav-search_wrap input[type=text] {
    height: 50px;
    width: 100%;
    padding: 16px 52px 16px 16px;
    font-size: 14px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    border: none;
    border-radius: 25px;
    background: rgba(214, 214, 214, 0.3);
    color: #333;
  }
  #inner-header .nav-search_wrap input[type=text]:focus {
    outline: none;
    border: none;
  }
  #inner-header .nav-search_wrap input[type=submit] {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    border-radius: 25px;
    font-size: 0;
    background-color: transparent;
  }
}

.logo-wrap {
  width: 100%;
}
@media (max-width: 895px) {
  .logo-wrap {
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(3, 59, 83, 0.1);
    width: 100%;
    background: white;
    z-index: 999999999999999;
    height: 66px;
  }
  .no-scroll .logo-wrap {
    height: 66px;
  }
  .logo-wrap .utility {
    display: none;
  }
  .logo-wrap .button {
    order: 1;
    position: absolute;
    left: 16px;
    font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
    width: auto;
    padding: 6px 12px;
  }
  .logo-wrap .tcon {
    order: 3;
    position: absolute;
    right: 16px;
  }
}
@media (min-width: 896px) {
  .logo-wrap {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logo-wrap .utility {
    order: 2;
  }
}
@media (min-width: 1280px) {
  .logo-wrap {
    width: 170px;
  }
}

@media (min-width: 896px) {
  .top-nav .utility {
    display: none;
  }
}

@media (max-width: 895px) {
  .utility-wrap {
    display: grid;
    grid-template-columns: 1fr 2fr;
    order: 3;
    border-bottom: 1px solid rgba(3, 59, 83, 0.1);
  }
  .utility-wrap ul.mega-menu {
    display: flex;
  }
  .utility-wrap ul.mega-menu li {
    flex-grow: 1;
    border-bottom: none;
  }
  .utility-wrap ul.mega-menu li:not(:last-child) {
    border-right: 1px solid rgba(3, 59, 83, 0.1);
  }
  .utility-wrap ul.mega-menu li a {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
  }
  .utility-wrap ul.mega-menu li a:before {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 896px) {
  .utility-wrap {
    padding: 0;
    border-bottom: #f1f1f1;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: start;
    z-index: 5;
  }
  .utility-wrap #mega-menu-wrap-utility-nav {
    line-height: 1;
  }
  .utility-wrap #mega-menu-wrap-utility-nav .mega-menu li {
    padding: 0;
    border-right: 1px solid rgba(3, 59, 83, 0.1);
  }
  .utility-wrap #mega-menu-wrap-utility-nav .mega-menu li a {
    padding: 12px 18px;
  }
}
@media (min-width: 896px) and (min-width: 1200px) {
  .utility-wrap #mega-menu-wrap-utility-nav .mega-menu li a {
    padding: 22px 22px;
  }
}
@media (min-width: 896px) and (min-width: 1366px) {
  .utility-wrap #mega-menu-wrap-utility-nav .mega-menu li a {
    padding: 22px 36px;
  }
}
@media (min-width: 896px) {
  .utility-wrap #mega-menu-wrap-utility-nav .mega-menu li a:before {
    content: "" !important;
  }
}
@media (min-width: 896px) {
  .utility-wrap #mega-menu-wrap-utility-nav .mega-menu li:last-child a {
    padding: 12px 18px;
  }
}
@media (min-width: 896px) and (min-width: 1200px) {
  .utility-wrap #mega-menu-wrap-utility-nav .mega-menu li:last-child a {
    padding: 22px 22px;
  }
}
@media (min-width: 896px) and (min-width: 1366px) {
  .utility-wrap #mega-menu-wrap-utility-nav .mega-menu li:last-child a {
    padding: 22px 36px;
  }
}
@media (min-width: 896px) {
  .utility-wrap #mega-menu-wrap-utility-nav-two {
    margin-left: auto;
    padding: 0 32px 0 0;
  }
}
@media (min-width: 896px) and (min-width: 1366px) {
  .utility-wrap #mega-menu-wrap-utility-nav-two {
    padding: 0 48px 0 0;
  }
}
@media (min-width: 896px) {
  .utility-wrap #mega-menu-wrap-utility-nav-two .mega-menu li {
    padding: 0;
    margin: 0;
  }
  .utility-wrap #mega-menu-wrap-utility-nav-two .mega-menu li:not(:last-child) {
    margin-right: 24px;
  }
}
@media (min-width: 896px) and (min-width: 1366px) {
  .utility-wrap #mega-menu-wrap-utility-nav-two .mega-menu li:not(:last-child) {
    margin-right: 36px;
  }
}
@media (min-width: 896px) {
  .utility-wrap #mega-menu-wrap-utility-nav-two .mega-menu li a {
    padding: 0;
    line-height: 1.125;
  }
  .utility-wrap #mega-menu-wrap-utility-nav-two .mega-menu li a:before {
    margin: 0;
  }
}
@media (min-width: 896px) {
  .utility-wrap #mega-menu-wrap-utility-nav-two .mega-menu li.search-trigger a {
    font-size: 0;
  }
  .utility-wrap #mega-menu-wrap-utility-nav-two .mega-menu li.search-trigger a:before {
    content: "" !important;
  }
}

#logo {
  padding: 0;
  margin: 0;
  order: 2;
}
@media (max-width: 895px) {
  #logo svg {
    width: 108px;
  }
}
@media (min-width: 896px) {
  #logo svg {
    height: 54px;
    width: auto;
  }
}
@media (min-width: 1280px) {
  #logo svg {
    height: 62px;
    width: auto;
  }
}
@media (min-width: 896px) {
  #logo {
    text-align: center;
    padding: 16px 0 0;
    width: auto;
    order: 1;
  }
}
@media (min-width: 1200px) {
  #logo {
    padding: 16px 0 22px;
  }
}
#logo a {
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 896px) {
  #logo a {
    font-size: 2em;
  }
  #logo a:hover, #logo a:active, #logo a:focus {
    opacity: 0.8;
  }
}

@media (min-width: 896px) {
  .sticky-wrapper {
    width: 80%;
  }
}

.home-link a {
  color: red !important;
}
.home-link a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 151px;
  height: 56px;
}

.stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  background: #fff;
  width: 100vw;
  max-width: 1920px;
  margin: 0 auto;
  right: 0;
}
.stuck.interior-nav-menu {
  top: 38px;
}

.logged-in.admin-bar .stuck {
  transform: translateY(32px);
  transition: transform 0.35s ease-out;
}

@media (max-width: 895px) {
  .header {
    will-change: height;
    transition: height 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
}

@media (max-width: 895px) {
  .nav-up {
    transform: translateY(-100%);
  }
}

.tab-links-wrap {
  display: none;
}
@media (max-width: 895px) {
  .tab-links-wrap {
    display: block;
    height: 87px;
    height: auto;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 1;
    position: fixed;
    will-change: bottom;
    transition: bottom 0.3s ease-in-out;
  }
  .tab-links-wrap .mega-menu-toggle {
    display: none;
  }
  .tab-links-wrap .mega-menu-wrap {
    height: 100%;
  }
  .tab-links-wrap .tab-links {
    float: none;
  }
  .tab-links-wrap.nav-up, .tab-links-wrap.hide-menu {
    bottom: -145px;
    top: auto;
  }
  .tab-links-wrap ul {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .tab-links-wrap ul li.mega-menu-item {
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.249973);
    width: 33.33333333%;
  }
  .tab-links-wrap ul li.mega-menu-item:last-of-type {
    border-right: none;
  }
  .tab-links-wrap ul li.mega-menu-item a.mega-menu-link {
    color: #fff;
    font-size: 14px;
    padding: 28px 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.6;
  }
  .tab-links-wrap ul li.mega-menu-item a.mega-menu-link:before {
    margin: 0;
    font-size: 16px;
  }
  .no-scroll .tab-links-wrap {
    bottom: -145px;
  }
}

.fair-countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  background: #003A54;
  flex-direction: column;
  padding: 10px 0 8px;
}
.fair-countdown svg {
  display: none;
}
@media (min-width: 1024px) {
  .fair-countdown {
    display: grid;
    grid-template-columns: 1fr auto auto auto 1fr;
  }
  .fair-countdown svg {
    display: block;
  }
  .fair-countdown:before {
    content: "";
    height: 2px;
    max-width: 100%;
    position: relative;
    margin-left: 32px;
    margin-right: 16px;
    background: #FFD400;
  }
  .fair-countdown:after {
    content: "";
    height: 2px;
    max-width: 100%;
    position: relative;
    margin-right: 32px;
    margin-left: 16px;
    background: #FFD400;
  }
}
@media (min-width: 768px) {
  .fair-countdown {
    flex-direction: row;
    padding: 4px 0;
  }
}

#countdown {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin: 0;
  padding: 0;
}
@media (max-width: calc(1024px - 1px)) {
  #countdown:before, #countdown:after {
    content: "";
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%200L8.7%205.1H14L9.7%208.2L11.3%2013.3L7%2010.2L2.7%2013.3L4.3%208.2L0%205.1H5.4L7%200Z%22%20fill%3D%22%23FFD400%22%2F%3E%3C%2Fsvg%3E");
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1024px) {
  #countdown {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
#countdown .number {
  font-size: 16px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin: 0;
}
@media (min-width: 896px) {
  #countdown .number {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  #countdown .number {
    margin-bottom: 2px;
  }
}
#countdown > span {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #003A54;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  line-height: 0.95;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  border-right: 2px solid #003A54;
  border-right: 2px solid #fff;
  margin: 8px 0 8px;
  padding: 0 8px 0 0;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
@media (min-width: 1024px) {
  #countdown > span {
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
  }
}
#countdown > span:first-child {
  padding-left: 0;
}
#countdown > span:last-child {
  padding-right: 0;
}
@media (min-width: 896px) {
  #countdown > span {
    flex-direction: row;
  }
}
#countdown > span.seconds, #countdown > span.days-left {
  border-right: none;
}

.header-fair_season {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-color: #F3F3F3;
}
@media (max-width: 1199px) {
  .header-fair_season {
    padding: 8px 32px;
    justify-content: center;
    width: 100%;
    background: #FFD400;
  }
}
@media (max-width: 1199px) and (min-width: 896px) {
  .header-fair_season {
    padding: 4px 32px;
  }
}
@media (min-width: 1200px) {
  .header-fair_season {
    padding: 0 0 0 32px;
  }
}
@media (min-width: 1366px) {
  .header-fair_season {
    padding: 0 0 0 48px;
  }
}
.header-fair_season svg {
  margin: 0 0 0 16px;
}
@media (min-width: 1366px) {
  .header-fair_season svg {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 1199px) {
  .header-fair_season svg {
    display: none;
  }
}

.fair-range {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #003A54;
  text-align: center;
  padding: 8px 0;
  line-height: 16px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  font-size: 14px;
  width: auto;
  margin: 0;
  padding: 0;
}
@media (min-width: 896px) {
  .fair-range {
    flex-direction: row;
    font-size: 18px;
    line-height: 1.231;
  }
}
.fair-range span {
  font-family: brandon-grotesque, "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.fair-hours_parking {
  position: relative;
  padding: 0;
  background-color: #F3F3F3;
}
@media (min-width: 896px) {
  .fair-hours_parking {
    padding: 12px 16px;
  }
}
@media (min-width: 1200px) {
  .fair-hours_parking {
    padding: 22px 16px;
  }
}
@media (min-width: 1366px) {
  .fair-hours_parking {
    padding: 22px 20px;
  }
}
.fair-hours_parking-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  background: transparent;
  color: #003A54;
  text-align: center;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
}
@media (max-width: 895px) {
  .fair-hours_parking-toggle {
    width: 100%;
    height: 40px;
    justify-content: center;
    padding: 12px 16px;
  }
}
.fair-hours_parking-toggle svg {
  display: inline-block;
  width: 10px;
  margin: 0 0 0 12px;
  transition: transform 0.3s ease-in-out;
}
.fair-hours_parking-toggle svg .expand_hours {
  transform: rotate(180deg);
}
.fair-hours_parking-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100vw;
  max-height: 0px;
  background-color: #F3F3F3;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  padding: 0 16px;
}
@media (min-width: 896px) {
  .fair-hours_parking-wrap {
    width: auto;
    min-width: 220px;
    padding: 0 16px;
  }
}
@media (min-width: 1200px) {
  .fair-hours_parking-wrap {
    padding: 0 16px;
  }
}
@media (min-width: 1366px) {
  .fair-hours_parking-wrap {
    padding: 0 20px;
  }
}
.expand_hours .fair-hours_parking-wrap {
  max-height: 400px;
  padding: 12px 16px;
}
@media (min-width: 896px) {
  .expand_hours .fair-hours_parking-wrap {
    padding: 12px 16px;
  }
}
@media (min-width: 1200px) {
  .expand_hours .fair-hours_parking-wrap {
    padding: 16px 16px;
  }
}
@media (min-width: 1366px) {
  .expand_hours .fair-hours_parking-wrap {
    padding: 16px 20px;
  }
}
.fair-hours_parking-wrap .button {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

.fair-hours {
  font-size: 14px;
  font-weight: 600;
}

.buy_tickets-wrap {
  display: none;
}
@media (min-width: 896px) {
  .buy_tickets-wrap {
    display: block;
    width: 150px;
    text-align: right;
    margin-top: 12px;
  }
}
@media (min-width: 896px) and (min-width: 1200px) {
  .buy_tickets-wrap {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .buy_tickets-wrap {
    width: 170px;
    text-align: right;
  }
}
@media (min-width: 896px) {
  .buy_tickets-wrap .button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .buy_tickets-wrap .button {
    padding-left: 26px;
    padding-right: 26px;
  }
}

.mobile-cta_nav {
  padding: 20px 0;
  margin: 0;
}
.mobile-cta_nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.mobile-cta_nav ul li {
  padding: 0;
  border: none !important;
}
.mobile-cta_nav ul li:nth-child(3n-1) {
  justify-self: center;
}
.mobile-cta_nav ul li:nth-child(3n) {
  justify-self: end;
}
.mobile-cta_nav ul li a.mega-menu-link {
  height: 85px;
  width: 85px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  background: #FFD400;
  border: none;
  border-radius: 50%;
  font-size: 10px;
}
.mobile-cta_nav ul li a.mega-menu-link:before {
  content: "" !important;
  display: block;
  margin: 0 auto 4px;
}

@media (min-width: 896px) {
  .mobile-only {
    display: none !important;
  }
}

.no-scroll {
  height: 100vh;
  overflow: hidden;
}

li.current-menu-item > a,
li.current_page_item > a,
li.current-page-ancestor > a,
li.current_page_parent > a {
  color: #999;
}
.footer-links li.current-menu-item > a,
.footer-links li.current_page_item > a,
.footer-links li.current-page-ancestor > a,
.footer-links li.current_page_parent > a {
  color: #fff;
}

nav.social-links {
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.footer nav.social-links {
  text-align: left;
  margin-top: 0;
}
nav.social-links ul {
  padding: 0;
  margin: 0;
}
nav.social-links li {
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 896px) {
  nav.social-links li:last-child {
    margin-right: 0;
    font-size: 24px;
  }
}
nav.social-links a {
  display: block;
}
nav.social-links svg,
nav.social-links svg path {
  fill: #fff;
}
.social nav.social-links svg,
.social nav.social-links svg path {
  fill: #00BABC;
}
nav.social-links li,
nav.social-links a,
nav.social-links svg {
  height: 24px;
  width: 24px;
}
.toggleMenu {
  display: none;
  background: #666;
  padding: 10px 15px;
  color: #fff;
}

.show {
  transition: 0.5s ease-in-out;
}

.active {
  display: block;
}

.nav.utility {
  text-align: left;
  width: 80%;
}
@media (max-width: 895px) {
  .nav.utility {
    display: none;
  }
  .top-nav .nav.utility {
    display: block;
    margin: 3.5vh 0 0;
  }
}

.mega-menu-toggle {
  display: none;
}

#mega-menu-utility-nav li a,
#mega-menu-wrap-utility-nav-two li a {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
}
@media (min-width: 896px) {
  .top-nav #mega-menu-utility-nav,
.top-nav #mega-menu-wrap-utility-nav-two {
    display: none;
  }
}

.nav.utility-two {
  text-align: right;
}
@media (max-width: 895px) {
  .top-nav .nav.utility-two {
    margin: 0 0 3.5vh;
  }
}
@media (min-width: 896px) {
  .top-nav .nav.utility-two {
    display: none;
  }
}

#mega-menu-wrap-utility-nav .mega-menu-toggle {
  display: none;
}

.cart-customlocation {
  background: turquoise;
  padding: 5px 10px !important;
}

@media (max-width: 895px) {
  .mega-menu .mega-sub-menu .mega-sub-menu {
    padding-left: 0;
  }
}

@media (max-width: 895px) {
  .nav > li > ul,
.nav li li ul,
.mega-menu .mega-sub-menu,
.mega-menu-column > .mega-sub-menu .mega-sub-menu {
    padding-left: 16px;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
}

.mega-menu-row,
.mega-menu-column {
  border-top: none !important;
  border-bottom: none !important;
}

.nav > li.hover > ul,
.nav > li.mega-toggle-on > ul,
.nav li li.mega-toggle-on ul,
.mega-menu li.mega-toggle-on > .mega-sub-menu,
.mega-menu li.mega-toggle-on > .mega-sub-menu > li > .mega-sub-menu,
.mega-menu li.mega-toggle-on > .mega-sub-menu > li > .mega-sub-menu > li > .mega-sub-menu,
.nav li li.hover ul,
.mega-menu li.hover > .mega-sub-menu,
.mega-menu li.hover > .mega-sub-menu > li > .mega-sub-menu,
.mega-menu li.hover > .mega-sub-menu > li > .mega-sub-menu > li > .mega-sub-menu {
  max-height: 150vh;
}

.footer .nav {
  max-height: none;
  overflow: visible;
  float: none;
  width: auto;
}

.footer-links li {
  margin-bottom: 4px;
}
@media (min-width: 896px) {
  .footer-links li {
    display: inline-block;
    border-right: 1px solid #999;
    float: left;
  }
}
.footer-links li:first-of-type {
  padding-left: 0;
}
.footer-links li:last-of-type {
  border-right: none;
}
.footer-links li a {
  padding: 0;
}

@media (min-width: 896px) {
  .nav.footer-links {
    border: none;
  }
}

.top-nav {
  width: 100%;
  transition: 0.5s ease-in-out;
}
@media (max-width: 895px) {
  .top-nav {
    padding: 0 16px 16px;
  }
}
@media (min-width: 1200px) {
  .top-nav {
    width: auto;
  }
}
.top-nav.show {
  margin-top: 70px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.top-nav.show::-webkit-scrollbar {
  width: 3px;
}
.top-nav.show::-webkit-scrollbar-track {
  background: white;
}
.top-nav.show::-webkit-scrollbar-thumb {
  background: #ED1C24;
}

.nav,
.mega-menu {
  margin: 0;
  border-bottom: 0;
  text-align: center;
  float: left;
  width: 100%;
}
@media (min-width: 896px) {
  .nav,
.mega-menu {
    height: auto;
    float: none;
    max-height: none;
    overflow: visible;
  }
}

.nav ul,
.mega-sub-menu {
  display: block;
}
@media (min-width: 896px) {
  .nav ul,
.mega-sub-menu {
    width: auto;
    position: absolute;
    left: -9999px;
  }
}

.mega-sub-menu {
  padding: 0 0 0 16px;
  padding: 0;
}

.mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
  padding: 0 0 0 16px;
}

@media (max-width: 895px) {
  .nav li,
.mega-menu li {
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-items: stretch;
  }
  .nav li > .more + .parent,
.mega-menu li > .more + .parent {
    width: 80%;
    flex-grow: 1;
    order: 1;
  }
  .nav li > a,
.mega-menu li > a {
    width: 100%;
  }
  .nav li > a:before,
.mega-menu li > a:before {
    content: none;
  }
}
@media (min-width: 896px) {
  .nav li,
.mega-menu li {
    display: inline-block;
    position: static;
    padding: 0 6px;
  }
  .nav li a,
.mega-menu li a {
    font-size: 14px;
  }
}
@media (min-width: 967px) {
  .nav li,
.mega-menu li {
    padding: 0 8px;
  }
}
@media (min-width: 1366px) {
  .nav li,
.mega-menu li {
    padding: 0 16px;
  }
  .nav li:last-child,
.mega-menu li:last-child {
    padding: 0 0 0 16px;
  }
}

.nav a,
.mega-menu a,
.plan-your-visit a {
  position: relative;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
}

.nav li a,
.mega-menu li a,
.plan-your-visit li a {
  color: #003A54;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  padding: 16px 0;
}
@media (max-width: 895px) {
  .nav li a,
.mega-menu li a,
.plan-your-visit li a {
    font-size: 18px;
    text-align: left;
    padding: 8px 0 8px 0;
  }
}
@media (min-width: 896px) {
  .nav li a,
.mega-menu li a,
.plan-your-visit li a {
    border-bottom: 0;
    display: block;
    text-decoration: none;
    padding: 0 10px;
    display: flex;
    align-items: center;
  }
  .nav li a:hover, .nav li a:active, .nav li a:focus,
.mega-menu li a:hover,
.mega-menu li a:active,
.mega-menu li a:focus,
.plan-your-visit li a:hover,
.plan-your-visit li a:active,
.plan-your-visit li a:focus {
    color: #999;
  }
}

@media (min-width: 896px) {
  #mega-menu-utility-nav,
#mega-menu-utility-nav-two {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 895px) {
  #mega-menu-wrap-utility-nav-two {
    display: none;
  }
}

@media (max-width: 895px) {
  .utility-wrap .mega-menu li a {
    font-size: 16px;
  }
}
@media (min-width: 896px) {
  .utility-wrap .mega-menu li a {
    font-size: 16px;
  }
}

@media (min-width: 896px) {
  .mega-menu > li > a {
    padding: 12px 5px;
  }
  .mega-menu > li > a:before {
    content: none !important;
  }
}
@media (min-width: 1200px) {
  .mega-menu > li > a {
    padding: 36px 5px;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 895px) {
  .nav > li:first-of-type,
.mega-menu > li:first-of-type {
    border-top: none;
  }
  .nav > li:last-of-type,
.mega-menu > li:last-of-type {
    border-bottom: 1px solid #ccc;
  }
}

@media (max-width: 895px) {
  .nav.utility > li {
    border-top: none;
    border-bottom: none;
  }
}

.nav.utility li a {
  padding: 8px 0 8px 0;
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 895px) {
  .nav > li > a,
.mega-menu > li > a .plan-your-visit > li > a {
    font-weight: bold;
  }
}

@media (max-width: 895px) {
  .sub-menu,
.mega-sub-menu {
    order: 3;
    width: 100%;
  }
  .sub-menu li a,
.mega-sub-menu li a {
    font-size: 14px;
  }
}

@media (min-width: 896px) {
  .nav > li:hover.menu-item-has-children > a:after {
    content: "";
    bottom: -6px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
  }
}

@media (min-width: 896px) {
  .sub-menu .parent:after {
    content: ">";
    position: absolute;
    right: 0;
  }
}

.nav li .more,
.mega-menu li .more {
  order: 2;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 40px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
  position: relative;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.nav li .more:active, .nav li .more:focus,
.mega-menu li .more:active,
.mega-menu li .more:focus {
  color: #999;
  outline: none;
}
@media (min-width: 896px) {
  .nav li .more,
.mega-menu li .more {
    display: none !important;
  }
}

@media (max-width: 895px) {
  .nav li .more:before,
.mega-menu li .more:before {
    font-size: 20px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: transform 0.2s ease-in-out;
    content: "";
  }
}

@media (max-width: 895px) {
  #mega-menu-main-nav > li > a {
    border-bottom: 1px solid rgba(3, 59, 83, 0.1);
  }
  #mega-menu-main-nav > li > a:before {
    content: none;
  }
  #mega-menu-main-nav > li > .more {
    border-bottom: 1px solid rgba(3, 59, 83, 0.1);
  }
}

#mega-menu-main-nav > li,
.mega-menu li.mega-menu-item-has-children {
  border-bottom: none;
}

@media (max-width: 895px) {
  .more {
    border-bottom: 1px solid rgba(3, 59, 83, 0.1);
  }
  .more + .parent {
    border-bottom: 1px solid rgba(3, 59, 83, 0.1);
  }
}

@media (max-width: 895px) {
  li.hover > .more,
li.mega-toggle-on > .more {
    border-bottom: 1px solid gba(#033B53, 0.1);
  }
  li.hover > .more .parent,
li.mega-toggle-on > .more .parent {
    border-bottom: 1px solid gba(#033B53, 0.1);
  }
  li.hover > .more:before,
li.mega-toggle-on > .more:before {
    color: #003A54;
  }
}

@media (max-width: 895px) {
  li.hover > .parent,
li.mega-toggle-on > .parent {
    border-bottom: 1px solid gba(#033B53, 0.1);
  }
}

.mega-sub-menu li a:hover {
  color: #999 !important;
}

.nav ul li a,
.mega-menu .mega-sub-menu li a {
  color: #003A54;
}
@media (max-width: 895px) {
  .nav ul li a,
.mega-menu .mega-sub-menu li a {
    padding: 10px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.nav li:hover > ul > li > ul {
  left: 100%;
  top: 0;
  display: block;
  text-align: left;
  margin: 0;
}

@media (max-width: 895px) {
  .nav li ul.sub-menu li li a,
.mega-menu li li.mega-menu-item-has-children li a {
    text-transform: none !important;
    font-weight: normal;
  }
}

.mega-menu li li a {
  font-weight: normal;
  letter-spacing: 0.5px;
}
.mega-menu li li a + .mega-sub-menu li a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.mega-menu li li a + .mega-sub-menu li a:hover {
  color: #999;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.calendar-icon,
.calendar-icon:visited {
  order: 3;
  font-size: 10px;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  color: #003A54;
}
.calendar-icon i,
.calendar-icon:visited i {
  font-size: 28px;
  margin-bottom: 4px;
}
@media (min-width: 896px) {
  .calendar-icon,
.calendar-icon:visited {
    display: none;
  }
}

.schedule-icon {
  content: "";
  background-image: url("../../../../uploads/2018/04/Schedule.svg");
  background-size: 28px 28px;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  margin-bottom: 4px;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.woff") format("woff"), url("fonts/fa-regular-400.ttf") format("truetype"), url("fonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.tcon {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: 0.1s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 40px;
  background: transparent;
  position: relative;
  z-index: 10;
}
.tcon > * {
  display: block;
}
.tcon:focus {
  outline: none;
}
@media (min-width: 896px) {
  .tcon {
    display: none !important;
  }
}

.tcon-menu__lines {
  display: inline-block;
  height: 3px;
  width: 24px;
  border-radius: 2px;
  transition: 0.1s ease-in-out;
  background: #003A54;
  position: relative;
}
.tcon3 .tcon-menu__lines {
  background: #FFD400;
}
.tcon-transform .tcon-menu__lines {
  height: 4px;
  background: #003A54;
}
.stuck .tcon-menu__lines {
  background: #fff;
}
.tcon-menu__lines::before, .tcon-menu__lines::after {
  display: inline-block;
  height: 3px;
  width: 24px;
  border-radius: 2px;
  transition: 0.1s ease-in-out;
  background: #003A54;
  content: "";
  position: absolute;
  left: 0;
  transform-origin: 2.8571428571px center;
  width: 100%;
}
.tcon3 .tcon-menu__lines::before, .tcon3 .tcon-menu__lines::after {
  background: #FFD400;
}
.tcon-transform .tcon-menu__lines::before, .tcon-transform .tcon-menu__lines::after {
  height: 4px;
  background: #003A54;
}
.stuck .tcon-menu__lines::before, .stuck .tcon-menu__lines::after {
  background: #fff;
}
.tcon-transform .tcon-menu__lines::before, .tcon-transform .tcon-menu__lines::after {
  height: 3px;
}
.tcon-menu__lines::before {
  top: 8px;
}
@media (min-width: 896px) {
  .tcon:hover .tcon-menu__lines::before {
    top: 8px;
  }
}
.tcon-menu__lines::after {
  top: -8px;
}
@media (min-width: 896px) {
  .tcon:hover .tcon-menu__lines::after {
    top: -8px;
  }
}

.tcon-menu--xbutterfly {
  width: auto;
}
.tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
  transform-origin: 50% 50%;
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
  background: transparent;
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  top: 0;
  transition: top 0.1s ease-out, transform 0.1s 0.2s ease-out, background 0.1s ease-out;
  width: 25px;
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.cl-effect-18 a::before {
  transform: translateY(-20px);
}

.tablet-link {
  display: none;
}
.tablet .tablet-link {
  display: flex;
}
.mobile .tablet-link, .desktop .tablet-link {
  display: none;
}

.tcon-plus {
  height: 30px;
  width: 30px;
  position: relative;
  transform: scale(0.75);
  display: flex !important;
}
@media (min-width: 768px) {
  .tcon-plus {
    width: 35px;
    height: 35px;
  }
}
.tcon-plus::before, .tcon-plus::after {
  content: "";
  display: block;
  width: 85%;
  height: 10%;
  position: absolute;
  top: 37%;
  left: 8%;
  transition: 0.1s ease-in-out;
  background: #003A54;
}
.tcon-plus:after {
  transform: rotate(90deg);
}

.tcon-plus--minus.tcon-transform::before {
  transform: rotate(180deg) translate(0, 0);
  width: 62%;
}
.tcon-plus--minus.tcon-transform::after {
  transform: rotate(-180deg) translate(-37.5%, 0);
  width: 62%;
}

#mega-menu-wrap-plan-your-visit,
.menu.plan-your-visit {
  display: block;
  background: #00529C;
}
@media (min-width: 1024px) {
  #mega-menu-wrap-plan-your-visit,
.menu.plan-your-visit {
    position: sticky;
    top: 112px;
    z-index: 20;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
  }
}
#mega-menu-wrap-plan-your-visit ul,
.menu.plan-your-visit ul {
  display: flex;
  justify-content: center;
  margin: 0;
  float: none;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  #mega-menu-wrap-plan-your-visit ul,
.menu.plan-your-visit ul {
    display: flex;
  }
}
#mega-menu-wrap-plan-your-visit li,
.menu.plan-your-visit li {
  position: relative;
  padding: 0;
  display: flex;
  border: none;
}
#mega-menu-wrap-plan-your-visit li a,
.menu.plan-your-visit li a {
  background: transparent;
  transition: background 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mega-menu-wrap-plan-your-visit li a:before,
.menu.plan-your-visit li a:before {
  opacity: 0.55;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mega-menu-wrap-plan-your-visit li.mega-current-menu-item:after, #mega-menu-wrap-plan-your-visit li.current-menu-item:after,
.menu.plan-your-visit li.mega-current-menu-item:after,
.menu.plan-your-visit li.current-menu-item:after {
  background: transparent;
}
#mega-menu-wrap-plan-your-visit li.mega-current-menu-item a, #mega-menu-wrap-plan-your-visit li.current-menu-item a,
.menu.plan-your-visit li.mega-current-menu-item a,
.menu.plan-your-visit li.current-menu-item a {
  background: #003A54;
}
#mega-menu-wrap-plan-your-visit li.mega-current-menu-item a:before, #mega-menu-wrap-plan-your-visit li.current-menu-item a:before,
.menu.plan-your-visit li.mega-current-menu-item a:before,
.menu.plan-your-visit li.current-menu-item a:before {
  opacity: 1;
}
#mega-menu-wrap-plan-your-visit li:hover a, #mega-menu-wrap-plan-your-visit li:active a, #mega-menu-wrap-plan-your-visit li:focus a,
.menu.plan-your-visit li:hover a,
.menu.plan-your-visit li:active a,
.menu.plan-your-visit li:focus a {
  outline: none;
  position: relative;
  background: #003A54;
}
#mega-menu-wrap-plan-your-visit li:hover a:before, #mega-menu-wrap-plan-your-visit li:active a:before, #mega-menu-wrap-plan-your-visit li:focus a:before,
.menu.plan-your-visit li:hover a:before,
.menu.plan-your-visit li:active a:before,
.menu.plan-your-visit li:focus a:before {
  opacity: 1 !important;
}
#mega-menu-wrap-plan-your-visit li:hover:after, #mega-menu-wrap-plan-your-visit li:active:after, #mega-menu-wrap-plan-your-visit li:focus:after,
.menu.plan-your-visit li:hover:after,
.menu.plan-your-visit li:active:after,
.menu.plan-your-visit li:focus:after {
  background: transparent;
}
@media (min-width: 1024px) {
  #mega-menu-wrap-plan-your-visit li:after,
.menu.plan-your-visit li:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 28px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
  }
}
#mega-menu-wrap-plan-your-visit li:last-of-type:after,
.menu.plan-your-visit li:last-of-type:after {
  content: none;
}
#mega-menu-wrap-plan-your-visit li > a,
.menu.plan-your-visit li > a {
  color: #fff;
  z-index: 2;
  padding: 16px;
  font-size: 14px;
}
@media (min-width: 896px) {
  #mega-menu-wrap-plan-your-visit li > a,
.menu.plan-your-visit li > a {
    padding: min(1.5vw, 24px);
    font-size: min(0.9vw, 14px);
  }
}
#mega-menu-wrap-plan-your-visit li.svg-Group-Tickets a:before,
.menu.plan-your-visit li.svg-Group-Tickets a:before {
  background: url(../../build/css/svg/menu-icons/plan-your-visit/tickets-icon.svg) no-repeat scroll center center transparent;
}
#mega-menu-wrap-plan-your-visit li.svg-Food a:before,
.menu.plan-your-visit li.svg-Food a:before {
  background: url(../../build/css/svg/menu-icons/plan-your-visit/food-icon.svg) no-repeat scroll center center transparent;
}
#mega-menu-wrap-plan-your-visit li.svg-Attractions-Events a:before,
.menu.plan-your-visit li.svg-Attractions-Events a:before {
  background: url(../../build/css/svg/menu-icons/plan-your-visit/shows-icon.svg) no-repeat scroll center center transparent;
}
#mega-menu-wrap-plan-your-visit li.svg-Schedule a:before,
.menu.plan-your-visit li.svg-Schedule a:before {
  background: url(../../build/css/svg/menu-icons/plan-your-visit/calendar-icon.svg) no-repeat scroll center center transparent;
}
#mega-menu-wrap-plan-your-visit li.svg-Chevy-Main-Stage a:before,
.menu.plan-your-visit li.svg-Chevy-Main-Stage a:before {
  background: url(../../build/css/svg/menu-icons/plan-your-visit/mic-icon.svg) no-repeat scroll center center transparent;
}
#mega-menu-wrap-plan-your-visit li.svg-Digital-Guide a:before,
.menu.plan-your-visit li.svg-Digital-Guide a:before {
  background: url(../../build/css/svg/menu-icons/plan-your-visit/guided-itenerary-icon.svg) no-repeat scroll center center transparent;
}
#mega-menu-wrap-plan-your-visit li.svg-Map a:before,
.menu.plan-your-visit li.svg-Map a:before {
  background: url(../../build/css/svg/menu-icons/plan-your-visit/fair-map-icon.svg) no-repeat scroll center center transparent;
}

#mega-menu-wrap-tab-links {
  box-shadow: 0px -1px 12px #013f76;
}

#mega-menu-wrap-tab-links {
  background: #00529C;
}
#mega-menu-wrap-tab-links li a {
  font-size: 11px;
  letter-spacing: 0.785714px;
  background: transparent;
  transition: background 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mega-menu-wrap-tab-links li a:before {
  opacity: 0.55;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-bottom: 8px;
}
#mega-menu-wrap-tab-links li a:active, #mega-menu-wrap-tab-links li a.open {
  background: #003A54;
}
#mega-menu-wrap-tab-links li a:active:before, #mega-menu-wrap-tab-links li a.open:before {
  opacity: 1;
}
#mega-menu-wrap-tab-links li.svg-Group-Tickets a:before {
  background: url(../../build/css/svg/menu-icons/plan-your-visit/tickets-icon.svg) no-repeat scroll center center transparent;
  width: 24px;
  height: 24px;
}
#mega-menu-wrap-tab-links li.svg-Food a:before {
  background: url(../../build/css/svg/menu-icons/plan-your-visit/food-icon.svg) no-repeat scroll center center transparent;
  width: 24px;
  height: 24px;
}
#mega-menu-wrap-tab-links li.svg-Attractions-Events a:before {
  background: url(../../build/css/svg/menu-icons/plan-your-visit/shows-icon.svg) no-repeat scroll center center transparent;
  width: 24px;
  height: 24px;
}
#mega-menu-wrap-tab-links li.svg-Schedule a:before {
  background: url(../../build/css/svg/menu-icons/plan-your-visit/calendar-icon.svg) no-repeat scroll center center transparent;
  width: 24px;
  height: 24px;
}
#mega-menu-wrap-tab-links li.svg-Chevy-Main-Stage a:before {
  background: url(../../build/css/svg/menu-icons/plan-your-visit/mic-icon.svg) no-repeat scroll center center transparent;
  width: 24px;
  height: 24px;
}
#mega-menu-wrap-tab-links li.svg-Digital-Guide a:before {
  background: url(../../build/css/svg/menu-icons/plan-your-visit/guided-itenerary-icon.svg) no-repeat scroll center center transparent;
  width: 24px;
  height: 24px;
}
#mega-menu-wrap-tab-links li.svg-Map a:before {
  background: url(../../build/css/svg/menu-icons/plan-your-visit/fair-map-icon.svg) no-repeat scroll center center transparent;
  width: 24px;
  height: 24px;
}
#mega-menu-wrap-tab-links li.svg-Plus a:before {
  background: url(../../build/css/svg/menu-icons/plan-your-visit/plus.svg) no-repeat scroll center center transparent;
  width: 24px;
  height: 24px;
}

.pull-up-tab-nav {
  z-index: 1;
  position: absolute;
  width: 100%;
  background: #00529C;
  padding: 18px 24px 24px;
  transition: transform 0.2s ease-in-out;
  transform: translateY(50%);
}
.pull-up-tab-nav.open {
  transform: translateY(-100%);
}
.nav-up .pull-up-tab-nav {
  transform: translateY(50%);
}
.pull-up-tab-nav ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 0;
}
.pull-up-tab-nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.249973) !important;
}
.pull-up-tab-nav ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 4px;
}
.pull-up-tab-nav ul li a:after {
  content: "";
  width: 18px;
  height: 23px;
  background: url("../../build/css/svg/arrow-circle-right.svg") no-repeat scroll 0 0 transparent;
  position: relative;
}
.pull-up-tab-nav .close {
  display: block;
  background: #00BABC;
  padding: 8px;
  position: absolute;
  top: -40px;
  right: 27px;
}
.pull-up-tab-nav .close img {
  width: auto;
}
.pull-up-tab-nav .close span {
  display: block;
  position: absolute;
  text-indent: -99em;
  overflow: hidden;
}

#mega-menu-tab-links {
  float: none;
}

[placeholder] {
  color: #003A54;
}

::-webkit-input-placeholder {
  font-size: 1em;
  color: #003A54;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1em;
  color: #003A54;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1em;
  color: #003A54;
}

:-ms-input-placeholder {
  font-size: 1em;
  color: #003A54;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.1s 0.1s ease-in-out;
  transition: opacity 0.1s 0.1s ease-in-out;
  opacity: 0;
}

.name-form:focus::-webkit-input-placeholder {
  -webkit-transition: text-indent 0.1s 0.1s ease-in-out;
  transition: text-indent 0.1s 0.1s ease-in-out;
  text-indent: -100%;
  opacity: 1;
}

form {
  margin: 16px;
}
@media (min-width: 896px) {
  form#searchform {
    display: flex;
  }
}
form#searchform input[type=text] {
  border-radius: 0;
}
@media (min-width: 896px) {
  form#searchform input[type=text] {
    width: 70%;
  }
}
@media (min-width: 896px) {
  form#searchform input[type=submit] {
    -webkit-appearance: none;
    border: none;
    width: 100%;
    width: 30%;
  }
}
form#searchform input[type=submit]:hover, form#searchform input[type=submit]:active, form#searchform input[type=submit]:focus {
  outline: none;
}

button {
  -webkit-appearance: none;
}

input[type=submit]:hover {
  background-color: #999;
}

.gfield.full-width {
  width: 100%;
  clear: both;
}
.gfield.full-width input[type=text],
.gfield.full-width textarea {
  width: 100%;
}

.gfield.full-width-mobile {
  width: 100%;
  clear: both;
}
.gfield.full-width-mobile input[type=text],
.gfield.full-width-mobile textarea {
  width: 50%;
}

.gfield.full-name {
  width: 100%;
}
.intro-section {
  width: 100%;
  clear: both;
}
@media (min-width: 896px) {
  .intro-section {
    font-weight: 700;
  }
}

.ginput_right {
  margin-right: 0;
}

.gfield_html {
  width: 100%;
  clear: both;
}

.gform_fields {
  margin: 0;
}
.gform_fields::before, .gform_fields::after {
  content: "";
  display: table;
}
.gform_fields::after {
  clear: both;
}
.gsection_title {
  text-transform: none;
  margin: 0 0 4px;
}

.gsection_description {
  margin-bottom: 8px;
}

.gfield_label {
  margin: 4px 0 12px;
  display: block;
}

.screen-reader-text {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0 8px 0 4px;
}

.gfield_radio li,
.gfield_checkbox li {
  padding: 8px 0;
  margin: 0 0 8px;
}
.gfield_radio li::before, .gfield_radio li::after,
.gfield_checkbox li::before,
.gfield_checkbox li::after {
  content: "";
  display: table;
}
.gfield_radio li::after,
.gfield_checkbox li::after {
  clear: both;
}
@media (min-width: 768px) {
  .gfield_radio li,
.gfield_checkbox li {
    padding: 0;
    margin: 0 0 8px;
    width: 100%;
  }
}
.horizontal .gfield_radio li,
.horizontal .gfield_checkbox li {
  float: left;
  margin-right: 32px;
}

.gfield_checkbox li:first-child {
  margin: 0 32px 8px 0;
}

.gfield_radio li:first-child {
  margin: 0 32px 8px 0;
}

.gform_footer {
  width: 100%;
  clear: both;
}
.gform_footer::before, .gform_footer::after {
  content: "";
  display: table;
}
.gform_footer::after {
  clear: both;
}
.gform_footer .launch-link-on-red {
  margin: 8px 0 0;
}

.form-submit {
  position: relative;
  float: left;
  margin: 0;
}
.form-submit a {
  padding: 1em 2em 1.25em;
}

#gforms_confirmation_message {
  padding: 48px 0;
  margin: 48px 0;
}

.gform_confirmation_message {
  text-align: center;
}

.red-alert {
  font-style: italic;
}

.validation_error {
  width: 100%;
  display: block;
  clear: both;
}

.validation_message {
  color: #ED1C24;
  display: block;
  width: 100%;
  font-weight: 700;
}

.gfield_required {
  color: #ED1C24;
  margin-left: 1px;
}

/*
----------------------------------------------------------------

Gravity Forms Front End Form Styles
Version 1.9
http: //www.gravityforms.com
updated: March 15, 2015 1:05 PM

----------------------------------------------------------------
*/
.gform_wrapper :focus {
  outline: 0;
}

input[type=text],
input[type=url],
input[type=email],
input[type=search],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-style: none;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  text-indent: 0.25em;
  max-width: 100%;
  border-radius: 0;
}
input[type=text]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  text-align: left;
}

input[type=file] {
  line-height: 1;
}

textarea {
  resize: none;
}
textarea.small {
  height: 5em;
  width: 100%;
}
textarea.medium {
  height: 9.375em;
  width: 100%;
}
textarea.large {
  height: 15.625em;
  width: 100%;
}

form li {
  margin: 0 0 16px;
}
form li::before, form li::after {
  content: "";
  display: table;
}
form li::after {
  clear: both;
}

form ul.right_label li,
form ul.left_label li {
  margin-bottom: 14px;
}

form ul.right_label li ul.gfield_radio li,
form ul.left_label li ul.gfield_radio li,
form ul.right_label li ul.gfield_checkbox li,
form ul.left_label li ul.gfield_checkbox li {
  margin-bottom: 10px;
}

form ul li:before,
form ul li:after,
form ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}

form select option {
  padding: 0.125em 0.125em;
  display: block;
}

form select[multiple=multiple] option {
  text-indent: 0.25em;
}

form .inline {
  display: inline !important;
}

.gfield_time_hour,
.gfield_time_minute,
.gfield_date_month,
.gfield_date_day,
.gfield_date_year {
  width: 4.688em;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

.gfield_time_hour i {
  font-style: normal !important;
  font-family: sans-serif !important;
  width: 0.625em;
  text-align: center;
  float: right;
  margin-top: 9%;
}

.gfield_date_month,
.gfield_date_day,
.gfield_date_year {
  margin-right: 0.75em;
}

.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
  margin-right: 0.375em;
}

.gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

.gfield_time_ampm select {
  width: 4.688em !important;
}

.gfield_date_month,
.gfield_date_day,
.gfield_date_year {
  width: 3.125em;
  float: left;
}

.gfield_date_year {
  width: 4.5em !important;
}

.gfield_date_month input,
.gfield_date_day input,
.gfield_date_year input {
  width: 85% !important;
}

.gfield_date_year input {
  width: 88% !important;
}

.field_hover {
  border: 1px dashed #2175a9;
  cursor: pointer;
}

.field_selected {
  background-color: #dfefff;
  border: 1px solid #c2d7ef;
}

.gform_wrapper .field_name_first,
.gform_wrapper .field_name_middle,
.gform_wrapper .field_name_last {
  width: 49.5%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}

.gform_wrapper .ginput_complex.ginput_container {
  overflow: hidden;
  width: 100%;
}

.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
  width: 48.5%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}

.gform_wrapper .ginput_complex .ginput_right {
  margin-left: 1.6%;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left,
.gform_wrapper .gfield_error .ginput_complex .ginput_right {
  width: 48.5%;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password] {
  width: 97.5;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password] {
  width: 100%;
}

.gform_wrapper .ginput_complex input[type=text],
.gform_wrapper .ginput_complex input[type=url],
.gform_wrapper .ginput_complex input[type=email],
.gform_wrapper .ginput_complex input[type=tel],
.gform_wrapper .ginput_complex input[type=number],
.gform_wrapper .ginput_complex input[type=password] {
  width: 100%;
}

.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex select {
  width: 97% !important;
}

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  display: block;
  font-size: 0.875em;
  letter-spacing: 0.5pt;
  white-space: nowrap;
}

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  margin: 0.188em 0 0.75em 0;
}

.gform_wrapper .field_sublabel_above .ginput_complex label,
.gform_wrapper .field_sublabel_above .gfield_time_hour label,
.gform_wrapper .field_sublabel_above .gfield_time_minute label,
.gform_wrapper .field_sublabel_above .gfield_time_ampm label,
.gform_wrapper .field_sublabel_above .gfield_date_month label,
.gform_wrapper .field_sublabel_above .gfield_date_day label,
.gform_wrapper .field_sublabel_above .gfield_date_year label,
.gform_wrapper .field_sublabel_above .instruction {
  margin: 0.75em 0 0.188em 0;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 48.5%;
  vertical-align: top;
}

form .top_label .gfield_label {
  margin: 0.625em 0 0.5em 0;
  display: -moz-inline-stack;
  line-height: 1.2;
  clear: both;
}

.gform_wrapper .left_label .gfield_label {
  float: left;
  margin: 0.75em 15px 0 0;
  width: 29%;
  font-weight: bold;
}

.gform_wrapper .left_label li.field_sublabel_below .gfield_label {
  margin: 0 1em 0 0;
}

.gform_wrapper .right_label .gfield_label {
  float: left;
  margin: 0.75em 1em 0 0;
  width: 29%;
  font-weight: bold;
  text-align: right;
}

.gform_wrapper .right_label li.field_sublabel_below .gfield_label {
  margin: 0 1em 0 0;
}

.gform_wrapper .left_label li.hidden_label input,
.gform_wrapper .right_label li.hidden_label input {
  margin-left: 3.7%;
}

.gform_wrapper .left_label li.gfield .gfield_password_strength,
.gform_wrapper .right_label li.gfield .gfield_password_strength {
  margin-left: 30%;
}

.gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.gfield.right_label,
.gfield.left_label {
  padding-top: 10px;
}

.gform_wrapper li.hidden_label input {
  margin-top: 0.75em;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0.75em;
}

.gform_wrapper .left_label ul.gfield_checkbox,
.gform_wrapper .right_label ul.gfield_checkbox,
.gform_wrapper .left_label ul.gfield_radio,
.gform_wrapper .right_label ul.gfield_radio {
  margin-left: 30% !important;
  overflow: hidden;
}

.gform_wrapper label.screen-reader-text,
.gform_wrapper label.hidden_sub_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.gform_wrapper .top_label input.small,
.gform_wrapper .top_label select.small {
  width: 25%;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 47.5%;
}

.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large {
  width: 100%;
}

.gform_wrapper .right_label input.small,
.gform_wrapper .right_label select.small,
.gform_wrapper .left_label input.small,
.gform_wrapper .left_label select.small {
  width: 15%;
}

.gform_wrapper .right_label input.medium,
.gform_wrapper .right_label select.medium,
.gform_wrapper .left_label input.medium,
.gform_wrapper .left_label select.medium {
  width: 35%;
}

.gform_wrapper .right_label input.large,
.gform_wrapper .right_label select.large,
.gform_wrapper .left_label input.large,
.gform_wrapper .left_label select.large {
  width: 62.5%;
}

.right_label textarea.small,
.left_label textarea.small,
.right_label textarea.medium,
.left_label textarea.medium,
.right_label textarea.large,
.left_label textarea.large {
  width: 62.5%;
}

.gform_wrapper .right_label div.ginput_complex,
.gform_wrapper .left_label div.ginput_complex {
  width: 64%;
}

.gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  position: relative;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input {
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-size: 0.875em;
  font-size: 1em;
  font-size: 16px;
  line-height: 1.5;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
}
.gform_wrapper .description a,
.gform_wrapper .gfield_description a,
.gform_wrapper .gsection_description a,
.gform_wrapper .instruction a {
  text-decoration: underline;
}
.gform_wrapper .description a:hover, .gform_wrapper .description a:active, .gform_wrapper .description a:focus,
.gform_wrapper .gfield_description a:hover,
.gform_wrapper .gfield_description a:active,
.gform_wrapper .gfield_description a:focus,
.gform_wrapper .gsection_description a:hover,
.gform_wrapper .gsection_description a:active,
.gform_wrapper .gsection_description a:focus,
.gform_wrapper .instruction a:hover,
.gform_wrapper .instruction a:active,
.gform_wrapper .instruction a:focus {
  text-decoration: none;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
  padding: 0.625em 0;
}

.gform_wrapper .top_label .gsection_description {
  width: 100%;
}

.gform_wrapper .gfield_description {
  padding: 0.625em 0 0 0;
  width: 100%;
}

.gform_wrapper li.field_description_above .gfield_description {
  margin-bottom: 0.75em;
}

.gform_wrapper .left_label .gfield_description,
.gform_wrapper .right_label .gfield_description {
  width: 63%;
}

.gform_wrapper .description_above .gfield_description {
  padding: 0 0 0.625em 0;
}

.gform_wrapper .field_description_below .gfield_description {
  padding: 0.625em 0 1em 0;
}

.gfield_date_year + .gfield_description {
  padding: 0;
}

.gform_wrapper .right_label .gfield_description,
.gform_wrapper .left_label .gfield_description,
.gform_wrapper .left_label .instruction,
.gform_wrapper .right_label .instruction {
  margin-left: 30%;
}

.gform_wrapper .left_label .gsection .gsection_description,
.gform_wrapper .right_label .gsection .gsection_description {
  margin-left: 0;
  padding-top: 0.25em;
  padding-left: 0;
  line-height: 1.5;
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
  padding-bottom: 1em !important;
  border-top: none;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: 1em;
  font-family: inherit;
  min-height: 1.563em;
  color: #fff;
  max-width: 100%;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  display: block;
  padding: 0.625em;
  line-height: 1.5;
  letter-spacing: 0.2pt;
}

li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 1em !important;
}

.gform_wrapper ol.validation_list {
  clear: both;
  width: 100%;
  margin-bottom: 1.6em;
}

.gform_wrapper ol.validation_list li {
  list-style-type: decimal !important;
}

.gform_wrapper ol.validation_list:after {
  content: "";
}

.gform_wrapper div#error {
  margin-bottom: 1.6em;
}

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important;
}

body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type=button].add_list_item,
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type=button].delete_list_item {
  background-color: transparent !important;
  background-position: 0 0;
  background-size: 1em 1em !important;
  background-repeat: no-repeat;
  border: none !important;
  width: 1em !important;
  height: 1em !important;
  vertical-align: middle !important;
  opacity: 0.5;
}

body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type=button].add_list_item {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgNTEyYy0xNDEuMzc1IDAtMjU2LTExNC42MDktMjU2LTI1NnMxMTQuNjI1LTI1NiAyNTYtMjU2YzE0MS4zOTEgMCAyNTYgMTE0LjYwOSAyNTYgMjU2cy0xMTQuNjA5IDI1Ni0yNTYgMjU2ek0yNTYgNjRjLTEwNi4wMzEgMC0xOTIgODUuOTY5LTE5MiAxOTJzODUuOTY5IDE5MiAxOTIgMTkyYzEwNi4wNDcgMCAxOTItODUuOTY5IDE5Mi0xOTJzLTg1Ljk1My0xOTItMTkyLTE5MnpNMjg4IDM4NGgtNjR2LTk2aC05NnYtNjRoOTZ2LTk2aDY0djk2aDk2djY0aC05NnY5NnoiPjwvcGF0aD48L3N2Zz4=");
}

body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type=button].delete_list_item {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgMGMtMTQxLjM3NSAwLTI1NiAxMTQuNjI1LTI1NiAyNTYgMCAxNDEuMzkxIDExNC42MjUgMjU2IDI1NiAyNTYgMTQxLjM5MSAwIDI1Ni0xMTQuNjA5IDI1Ni0yNTYgMC0xNDEuMzc1LTExNC42MDktMjU2LTI1Ni0yNTZ6TTI1NiA0NDhjLTEwNi4wMzEgMC0xOTItODUuOTY5LTE5Mi0xOTJzODUuOTY5LTE5MiAxOTItMTkyYzEwNi4wNDcgMCAxOTIgODUuOTY5IDE5MiAxOTJzLTg1Ljk1MyAxOTItMTkyIDE5MnpNMTI4IDI4OGgyNTZ2LTY0aC0yNTZ2NjR6Ij48L3BhdGg+PC9zdmc+");
}

body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type=button].add_list_item:hover,
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type=button].delete_list_item:hover {
  opacity: 1;
}

.gform_wrapper li.gfield fieldset {
  margin: 0px;
  padding: 0px;
  display: block;
  position: relative;
  width: 100%;
}

.gform_wrapper li.gfield fieldset > * {
  width: auto;
}

.gform_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 2em;
}

div.gf_page_steps + div.validation_error {
  margin-top: 1em;
}

.gform_wrapper div.gfield_description.validation_error {
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 1em;
}

.gform_wrapper .validation_message {
  font-weight: bold;
  letter-spacing: normal;
}

.gform_wrapper .gform_footer {
  padding: 1em 0 0.625em 0;
  margin: 1em 0 0 0;
  clear: both;
}

.gform_wrapper .gform_footer.right_label,
.gform_wrapper .gform_footer.left_label {
  padding: 1em 0 0.625em 0;
  margin-left: 30%;
  width: 64%;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  font-size: 1em;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer input[type=image] {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

.gform_wrapper .gform_footer a.gform_save_link {
  font-size: 1em;
  margin-left: 1em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

.gform_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto !important;
  background: none !important;
  border: none !important;
}

.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {
  min-height: 2.813em;
}

.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url],
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password] {
  width: 100% !important;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  margin: 0;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label {
  font-weight: bold;
}

.datepicker_with_icon {
  margin-right: 0.25em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

.gform_wrapper input[type=hidden],
.gform_wrapper input.gform_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper .gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}

.gform_wrapper .gf_invisible {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
  display: none !important;
}

.gform_wrapper ul.gfield_radio li input + input {
  margin-left: 0.25em;
}

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: 0.375em;
  margin-top: 0.25em;
}

.gform_wrapper .top_label .gfield_description {
  padding: 0.625em 0 0 0;
  padding: 0 0 8px;
}

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message {
  padding: 0.625em 0 !important;
}

.gform_wrapper .ginput_container + .gfield_description.validation_message {
  margin-top: 0.375em;
}

.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
  margin-top: 0.375em;
}

.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0;
}

.gform_wrapper .left_label .ginput_container.ginput_list,
.gform_wrapper .right_label .ginput_container.ginput_list {
  padding-top: 0.75em !important;
}

.gform_wrapper li.gfield_html {
  max-width: 100%;
}

.gform_wrapper form .left_label li.gfield_html_formatted,
.gform_wrapper form .right_label li.gfield_html_formatted {
  margin-left: 30% !important;
  width: 64%;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 0.625em;
}

body .gform_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important;
}

.gform_wrapper .gform_ajax_spinner {
  padding-left: 0.625em;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gform_wrapper .gfield_captcha_input_container {
  padding-top: 0.188em;
}

.gform_wrapper .simple_captcha_small input {
  width: 6.25em;
}

.gform_wrapper .simple_captcha_medium input {
  width: 9.375em;
}

.gform_wrapper .simple_captcha_large input {
  width: 12.5em;
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gform_wrapper .right_label .simple_captcha_small,
.gform_wrapper .left_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_medium,
.gform_wrapper .left_label .simple_captcha_large,
.gform_wrapper .right_label .simple_captcha_large {
  margin-left: 32%;
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .math_small input {
  width: 4.313em;
}

.gform_wrapper .math_medium input {
  width: 5.625em;
}

.gform_wrapper .math_large input {
  width: 6.75em;
}

.gform_wrapper .left_label .math_small,
.gform_wrapper .right_label .math_small,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .left_label .math_large,
.gform_wrapper .right_label .math_large {
  margin-left: 32%;
}

.gform_wrapper div.charleft {
  font-size: 0.688em;
  margin-top: 0.25em;
  color: #b7b7b7;
  width: 92% !important;
  white-space: nowrap !important;
}

.gform_wrapper div.charleft[style] {
  width: 92% !important;
}

.gform_wrapper .left_label div.charleft,
.gform_wrapper .right_label div.charleft {
  margin-left: 32%;
}

.gform_wrapper div.charleft.warningTextareaInfo {
  color: #a1a1a1;
}

.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}

.gf_submission_limit_message {
  font-size: 1.4em;
}

.gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.gform_wrapper span.ginput_total {
  color: #060;
  font-size: 1.2em;
}

.gform_wrapper .top_label span.ginput_total {
  margin: 0.5em 0;
}

.gform_wrapper span.ginput_product_price_label {
  margin-right: 0.125em;
}

.gform_wrapper span.ginput_product_price {
  color: #900;
}

.gform_wrapper span.ginput_quantity_label {
  margin-left: 0.625em;
  margin-right: 0.125em;
}

.gform_wrapper input.ginput_quantity {
  width: 2.5em;
}

.gform_wrapper .gform_page_footer {
  margin: 1.25em 0;
  width: 99%;
  border-top: 1px dotted #ccc;
  padding: 1em 0 0 0;
  clear: both;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 0.5em;
  overflow: visible;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 1em 0 1em 1.5em;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 0.5em;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 1em 0 1.5em 2em;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 1em 0 1em 1.5em;
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 0.5em;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 1.5em 0;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: bold;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 1em 1.5em;
}

.gfield_list,
.gfield_list caption,
.gfield_list tbody,
.gfield_list tfoot,
.gfield_list thead,
.gfield_list tr,
.gfield_list th,
.gfield_list td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
}

.gfield_list thead th {
  font-weight: bold;
  text-align: left;
}

.gfield_list thead,
.gfield_list tr {
  padding: 0;
  margin: 0;
}

.gfield_list th,
.gfield_list td {
  padding: 0.25em 0 0.25em 0;
}

.gfield_list th + th,
.gfield_list td + td {
  padding: 0 0 0 0.25em;
}

.left_label .gfield_list,
.right_label .gfield_list {
  width: 64%;
}

.gfield_list {
  width: 100%;
}

.left_label .gf_list_one_column,
.right_label .gf_list_one_column {
  width: 45%;
}

.top_label .gf_list_one_column {
  width: 46%;
}

.gfield_list td.gfield_list_cell input {
  width: 100%;
}

.gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.gform_wrapper table.gfield_list tr td.gfield_list_icons,
.gform_wrapper table.gfield_list tr td:last-child {
  width: auto !important;
  min-width: 3.75em !important;
  padding: 0 0 0 0.25em;
}

.gform_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 25px;
  border: 2px dashed #ddd;
  text-align: center;
  color: #aaa;
  margin-bottom: 10px;
  background: #f9f9f9;
}

.right_label .gform_fileupload_multifile,
.left_label .gform_fileupload_multifile {
  margin-left: 3.5%;
}

.gform_delete {
  vertical-align: middle;
  cursor: pointer;
}

.gform_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto;
}

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px;
}

.gform_wrapper .form_saved_message {
  margin: 1em 0 1em 0;
  width: 100%;
  font-size: 1em;
  line-height: 1.8;
  border: 2px solid #91afc7;
  background-color: #e3f3f3;
  text-align: center;
  border-radius: 2px;
}

.gform_wrapper .form_saved_message form {
  text-align: center;
}

.gform_wrapper .form_saved_message span:first-child {
  display: block;
  padding: 2.5em 1em 2.5em 1em;
}

.form_saved_message a.resume_form_link {
  word-wrap: break-word;
}

.form_saved_message a.resume_form_link:before,
.form_saved_message a.resume_form_link:after {
  content: "";
  display: block;
}

.form_saved_message a.resume_form_link:before {
  margin-top: 0.75em;
}

.form_saved_message a.resume_form_link:after {
  margin-bottom: 0.75em;
}

.form_saved_message br + br,
.form_saved_message a + br {
  display: none;
}

.form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0 0;
}

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  line-height: 2.25;
  height: 2.25em;
  margin-bottom: 0.25em;
}

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  margin: 0.75em auto 0 auto;
  display: block;
}

.form_saved_message .form_saved_message_emailform .validation_message {
  color: red;
}

.form_saved_message_sent {
  margin: 1em 0 1em 0;
  width: 100%;
  font-size: 1em;
  border: 2px solid #cfe2c0;
  background-color: #e9ffd9;
  text-align: center;
  border-radius: 2px;
}

.form_saved_message_sent span:first-child {
  display: block;
  padding: 1em;
}

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1 !important;
}

body .gform_wrapper img.add_list_item,
body .gform_wrapper img.delete_list_item {
  width: 16px;
  height: 16px;
  background-size: 100%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 1em;
}

.gform_wrapper li.gfield ul.gfield_radio li input[type=radio] + input[type=text] {
  width: 45.25%;
}

.gform_wrapper table.recaptchatable {
  table-layout: auto;
}

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: January 31, 2014 3:32 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2008 - 2014 Rocketgenius Inc.
http: //www.rocketgenius.com

----------------------------------------------------------------
*/
img.ui-datepicker-trigger {
  width: 17px !important;
  height: 16px !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

.ui-datepicker {
  height: auto;
  margin: 5px auto 0;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../img/forms/datepicker/arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
  display: none;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-datepicker thead {
  background: #f7f7f7;
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ededed", endColorstr="#dedede", GradientType=0);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #003A54;
  /* set the active date background color */
  border: 1px solid #003A54;
  /* set the active date border color */
  color: #fff;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #fff;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.gform_wrapper {
  margin: 0;
}

form {
  margin: 0;
}

.form.module {
  margin: 0 auto;
  overflow: hidden;
  max-width: 960px;
}

label {
  margin: 1em 0;
  font-size: 16px;
}

form .top_label .gfield_label {
  margin-top: 0;
}

.gform_heading {
  padding: 32px 3% 0;
}
@media (min-width: 896px) {
  .gform_heading {
    padding: 76px 1.5% 0;
  }
}

fieldset .ginput_complex .name_first, fieldset .ginput_complex .name_last {
  margin-top: 0 !important;
}

input,
input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=file],
input[type=number],
textarea,
select {
  box-shadow: none;
  border: 2px solid #D6D6D6;
  padding: 1em 0.75em;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
  color: #003A54;
  background: #fff;
}
input.medium, input.small, input.large,
input[type=text].medium,
input[type=text].small,
input[type=text].large,
input[type=tel].medium,
input[type=tel].small,
input[type=tel].large,
input[type=email].medium,
input[type=email].small,
input[type=email].large,
input[type=url].medium,
input[type=url].small,
input[type=url].large,
input[type=file].medium,
input[type=file].small,
input[type=file].large,
input[type=number].medium,
input[type=number].small,
input[type=number].large,
textarea.medium,
textarea.small,
textarea.large,
select.medium,
select.small,
select.large {
  margin: 0;
}

input[type=checkbox], input[type=radio] {
  width: auto !important;
}

select, .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex select {
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100% !important;
  position: relative;
  background: #fff url(../img/select-icon.svg) no-repeat right center;
  background-size: 32px 9px;
  height: 50px;
}

select::-ms-expand {
  display: none;
}

::-mms-value {
  box-shadow: none;
  border: none;
  background: #fff;
}

select.ui-datepicker-month, select.ui-datepicker-year {
  width: 34% !important;
  height: 30px;
  padding: 0;
  padding-left: 10px;
  background-size: 22px 9px;
  margin-bottom: 5px;
  margin-right: 3px;
}

.ginput_container_multiselect select {
  height: 9.375em;
  background: #fff;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #003A54;
  opacity: 0.85;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #003A54;
  opacity: 0.85;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #003A54;
  opacity: 0.85;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #003A54;
  opacity: 0.85;
}

.gform_wrapper:not(#gform_wrapper_25) {
  margin-bottom: 80px !important;
  padding: 0 calc(48px - 1.3812154695%);
}
.gform_wrapper:not(#gform_wrapper_25) .gfield:after, .gform_wrapper:not(#gform_wrapper_25) ul:after {
  content: "";
  display: table;
  clear: both;
}
.gform_wrapper:not(#gform_wrapper_25) .gsection_title {
  text-transform: uppercase;
  margin-top: 48px !important;
  letter-spacing: 0.7px !important;
}
.gform_wrapper:not(#gform_wrapper_25) ul li:first-child .gsection_title, .gform_wrapper:not(#gform_wrapper_25) ul li:first-child {
  margin-top: 0 !important;
}
.gform_wrapper:not(#gform_wrapper_25) li, .gform_wrapper:not(#gform_wrapper_25) .ginput_complex span {
  margin: 20px 0;
}
.gform_wrapper:not(#gform_wrapper_25) li, .gform_wrapper:not(#gform_wrapper_25) .mulitpage-form-progress, .gform_wrapper:not(#gform_wrapper_25) .gform_page_footer {
  width: 100%;
  padding: 0;
  padding-left: 3%;
  padding-right: 3%;
  clear: both;
}
@media (min-width: 896px) {
  .gform_wrapper:not(#gform_wrapper_25) li, .gform_wrapper:not(#gform_wrapper_25) .mulitpage-form-progress, .gform_wrapper:not(#gform_wrapper_25) .gform_page_footer {
    padding-left: 1.3812154695%;
    padding-right: 1.3812154695%;
  }
}
.gform_wrapper:not(#gform_wrapper_25) ol li:before, .gform_wrapper:not(#gform_wrapper_25) ol li:after {
  content: none;
}
.gform_wrapper:not(#gform_wrapper_25) .small, .gform_wrapper:not(#gform_wrapper_25) .medium, .gform_wrapper:not(#gform_wrapper_25) .gfield_time_hour, .gform_wrapper:not(#gform_wrapper_25) .gfield_time_minute, .gform_wrapper:not(#gform_wrapper_25) .gfield_time_ampm {
  float: left;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 896px) {
  .gform_wrapper:not(#gform_wrapper_25) .small, .gform_wrapper:not(#gform_wrapper_25) .medium, .gform_wrapper:not(#gform_wrapper_25) .gfield_time_hour, .gform_wrapper:not(#gform_wrapper_25) .gfield_time_minute, .gform_wrapper:not(#gform_wrapper_25) .gfield_time_ampm {
    padding-left: 1.3812154695%;
    padding-right: 1.3812154695%;
    clear: none;
  }
}
.gform_wrapper:not(#gform_wrapper_25) .gfield_checkbox input + br + label {
  width: 85%;
}
.gform_wrapper:not(#gform_wrapper_25) .gfield_checkbox br {
  display: none;
}
.gform_wrapper:not(#gform_wrapper_25) .gfield_time_hour, .gform_wrapper:not(#gform_wrapper_25) .gfield_time_ampm {
  padding: 0;
}
.gform_wrapper:not(#gform_wrapper_25) .ginput_complex .ginput_left, .gform_wrapper:not(#gform_wrapper_25) .ginput_complex .name_first, .gform_wrapper:not(#gform_wrapper_25) .gfield_time_hour {
  padding-right: 1.3812154695%;
  margin-left: 0;
  margin-right: 0;
}
.gform_wrapper:not(#gform_wrapper_25) .ginput_complex .ginput_right, .gform_wrapper:not(#gform_wrapper_25) .ginput_complex .name_last, .gform_wrapper:not(#gform_wrapper_25) .gfield_time_ampm {
  padding-left: 1.3812154695%;
  margin-left: 0;
  margin-right: 0;
}
.gform_wrapper:not(#gform_wrapper_25) .small, .gform_wrapper:not(#gform_wrapper_25) .gfield_time_hour, .gform_wrapper:not(#gform_wrapper_25) .gfield_time_minute, .gform_wrapper:not(#gform_wrapper_25) .gfield_time_ampm {
  width: 33.333%;
}
.gform_wrapper:not(#gform_wrapper_25) .medium, .gform_wrapper:not(#gform_wrapper_25) .ginput_complex .ginput_left, .gform_wrapper:not(#gform_wrapper_25) .ginput_complex .ginput_right, .gform_wrapper:not(#gform_wrapper_25) .ginput_complex .name_first, .gform_wrapper:not(#gform_wrapper_25) .ginput_complex .name_last {
  width: 50%;
}
@media (max-width: calc(896px - 1px)) {
  .gform_wrapper:not(#gform_wrapper_25) .small, .gform_wrapper:not(#gform_wrapper_25) .medium, .gform_wrapper:not(#gform_wrapper_25) .large {
    width: 100%;
  }
}
.gform_wrapper:not(#gform_wrapper_25) .gfield_time_ampm select {
  width: 100% !important;
}
.gform_wrapper:not(#gform_wrapper_25) .gfield_time_hour i {
  display: none;
}
.gform_wrapper:not(#gform_wrapper_25) .ginput_container span {
  margin-bottom: 0;
  float: left;
  width: 100%;
  display: block;
}
@media (min-width: 896px) {
  .gform_wrapper:not(#gform_wrapper_25) .gform_footer {
    padding-left: 1.3812154695%;
    padding-right: 1.3812154695%;
  }
}
.gform_wrapper:not(#gform_wrapper_25) .gform_page_footer {
  border: none;
  margin: 0;
  margin-top: 80px;
}
.gform_wrapper:not(#gform_wrapper_25) .gform_page_footer .button {
  display: inline-block;
  width: auto !important;
}
.gform_wrapper:not(#gform_wrapper_25) .gform_page_footer .button + .form-submit {
  margin-left: 16px;
}
.gform_wrapper:not(#gform_wrapper_25) .gform_page_footer .form-submit {
  float: none;
  display: inline-block;
}
.gform_wrapper:not(#gform_wrapper_25) .gform_page_footer .form-submit + .button {
  margin-left: 16px;
}

.mulitpage-form-progress {
  margin-bottom: 80px;
}
.mulitpage-form-progress .step-bar {
  height: 4px;
  width: 40px;
  background: #D6D6D6;
  float: left;
  margin-right: 6px;
}
.mulitpage-form-progress .step-bar.active {
  background: #FFD400;
}

.filter-bar {
  padding: 64px 32px;
  background: rgba(242, 242, 242, 0.5);
}
@media (min-width: 896px) {
  .filter-bar {
    padding: 64px 144px;
  }
}
.filter-bar .filter-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1163px;
  display: flex;
  justify-content: space-between;
}
.filter-bar .filter-item {
  margin-right: 64px;
}
.filter-bar .filter-item:last-child {
  margin-right: 0;
}

.footer {
  clear: both;
  background: #003A54;
  color: #fff;
  margin: 0 auto;
  padding: 48px 24px 240px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 896px) {
  .footer {
    padding: 48px 48px 96px;
    max-width: 1920px;
  }
}
.footer div,
.footer nav {
  z-index: 2;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #fff;
}
.footer p {
  color: #fff;
}
@media (max-width: calc(896px - 1px)) {
  .footer p {
    margin: 0;
  }
}
.footer a {
  color: #fff;
}
@media (max-width: calc(896px - 1px)) {
  .footer .small-sans {
    margin: 32px 0;
  }
}
@media (max-width: calc(896px - 1px)) {
  .footer .social-links .small-sans {
    margin: 32px 0 16px;
  }
}

.footer-info {
  text-align: center;
  background: #00BABC;
  color: #fff;
  z-index: 2;
}
@media (min-width: 896px) {
  .footer-info {
    text-align: left;
  }
}

.copyright {
  font-size: 12px;
  margin: 0;
  padding: 16px;
}
@media (min-width: 896px) {
  .copyright {
    padding: 16px 0;
    margin-left: 48px;
  }
}

.footer-texture {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media (min-width: 896px) {
  .footer-texture {
    bottom: -32px;
  }
}

.sign-up {
  background: #FFD400;
  color: #003A54;
  padding: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: calc(896px - 1px)) {
  .sign-up {
    flex-direction: column;
    padding: 64px 32px;
  }
  .sign-up > div {
    width: 100%;
  }
  .sign-up > div:last-child {
    margin-top: 16px;
  }
}
.sign-up h3 {
  line-height: 1;
  margin-bottom: 16px;
}
@media (min-width: 896px) {
  .sign-up {
    padding: 64px 48px;
  }
}
.sign-up p {
  margin-bottom: 0;
}
.sign-up form {
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.sign-up form .gform_footer {
  padding: 0;
  margin: 0;
}
.sign-up form li {
  margin: 0 0 24px;
}
.sign-up .gfield_label {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.7px;
}
.sign-up .gform_body {
  width: 100%;
}
.sign-up .gform_footer {
  width: 100%;
}
.sign-up input {
  background-color: #999;
  font-weight: 500;
  padding: 0;
  text-indent: 0;
}
.sign-up form input {
  background: transparent;
  border: 1px solid #FFD400;
  border-bottom: 1px solid #003A54;
  color: #003A54;
  padding: 0 0 0.5em;
}
.sign-up form input:hover, .sign-up form input:active, .sign-up form input:focus {
  border-color: #FFD400;
  border-bottom-color: #00BABC;
  border-width: 1px;
}

.clear-multi .ginput_container_date {
  width: 31.49171%;
  margin: 0;
}
.clear-multi .ginput_container_date:first-child {
  margin-right: 2.762430939%;
}
.clear-multi .ginput_container_date:last-child {
  margin-left: 2.762430939%;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span {
  width: 48.61878%;
  margin: 0;
  float: left;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span:last-child,
.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span:last-child,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span:last-child {
  margin-left: 2.762430939%;
}

.sign-up form select {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #003A54;
  border-radius: 0;
  color: #003A54;
  width: 100%;
  padding-bottom: 0.5em;
}

.sign-up .button {
  margin-top: 16px;
}

@media (min-width: 896px) {
  .footer p {
    margin: 0;
  }
}

@media (min-width: 896px) {
  .mission.small-sans {
    grid-column: span 3;
  }
}

@media (min-width: 896px) {
  .mission-statement {
    grid-column: span 3;
    grid-row: span 2;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 60px 1fr;
    display: grid;
    grid-column-gap: 2.76243vw;
  }
  .mission-statement p {
    grid-column: span 3;
  }
}

@media (min-width: 896px) {
  .contact-container {
    margin-bottom: 96px;
    grid-column: span 5;
    grid-row: span 3;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 60px 1fr 1fr;
    display: grid;
    grid-column-gap: 2.76243vw;
  }
}
@media (min-width: 1300px) {
  .contact-container {
    margin-bottom: 144px;
  }
}

@media (min-width: 896px) {
  .contact.small-sans {
    grid-column: span 2;
    grid-column: 1/-1;
  }
}

@media (min-width: 896px) {
  .mailing-address {
    display: grid;
    grid-column: span 4;
    grid-row: 2/span 3;
  }
  .mailing-address div {
    grid-column: span 2;
  }
}

@media (min-width: 896px) {
  .physical-address {
    grid-column: span 3;
    grid-row: 2/span 2;
  }
  .physical-address div {
    grid-row: 2;
  }
}

@media (min-width: 896px) {
  .phone {
    margin-top: 32px;
  }
}

@media (max-width: calc(896px - 1px)) {
  .phone,
.physical-address {
    margin-top: 32px;
  }
}

@media (min-width: 896px) {
  .social-links {
    display: grid;
    grid-template-rows: 60px 1fr;
    grid-column: span 3;
  }
}

.no-border {
  border: 0 !important;
}

.no-border:before {
  background: transparent !important;
}

p img {
  width: auto;
}

.heading-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .heading-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 896px) {
  .heading-wrap {
    padding: 0 48px;
  }
}
.heading-wrap a {
  width: 100%;
}
.heading-wrap .subtitle {
  text-align: left;
  left: 0;
}
.heading-wrap .subtitle h3 {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #003A54;
}
@media (min-width: 896px) {
  .heading-wrap.robust .page-title {
    margin-bottom: 0;
  }
}
.heading-wrap.robust + .robust-header {
  display: block;
  background: #00529C;
  margin-bottom: 24px;
  margin-top: 20px;
  background-image: url("../../library/img/SponsorStrip_SideElement_Desktop_Left.png"), url("../../library/img/SponsorStrip_SideElement_Desktop_Left.png");
  background-position: -85px 0, calc(100% + 85px) 0;
  background-repeat: repeat-y, repeat-y;
  background-size: 117px 171px, 117px 171px;
}
@media (min-width: 896px) {
  .heading-wrap.robust + .robust-header {
    background-position: -1px top, right top;
  }
}
@media (min-width: 896px) {
  .heading-wrap.robust + .robust-header {
    width: 100%;
    margin-bottom: 48px;
  }
}
.heading-wrap.robust + .robust-header .content-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5em 2.5em;
  width: 90%;
}
@media (min-width: 896px) {
  .heading-wrap.robust + .robust-header .content-wrap {
    width: 70%;
    padding: 1.5em 0;
  }
}
.heading-wrap.robust + .robust-header .description {
  width: 100%;
}
@media (min-width: 896px) {
  .heading-wrap.robust + .robust-header .description {
    width: 77%;
    padding-right: 20px;
    float: left;
  }
}
.heading-wrap.robust + .robust-header .sponsor-image-wrap {
  width: 100%;
  position: relative;
  margin-top: 16px;
}
@media (min-width: 896px) {
  .heading-wrap.robust + .robust-header .sponsor-image-wrap {
    margin: 0;
    float: left;
    width: 23%;
  }
}
.heading-wrap.robust + .robust-header .sponsor-image-wrap .sponsored-by {
  width: 50%;
  float: left;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 896px) {
  .heading-wrap.robust + .robust-header .sponsor-image-wrap .sponsored-by {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    position: static;
    transform: none;
  }
}
.heading-wrap.robust + .robust-header .sponsor-image-wrap .sponsored-by img {
  max-width: 212px;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 896px) {
  .heading-wrap.robust + .robust-header .sponsor-image-wrap .sponsored-by img {
    width: 100%;
    max-width: none;
  }
}
.heading-wrap.robust + .robust-header .sponsor-image-wrap .logo {
  width: 50%;
  float: right;
}
@media (min-width: 896px) {
  .heading-wrap.robust + .robust-header .sponsor-image-wrap .logo {
    float: none;
    width: 100%;
  }
}
.heading-wrap.robust + .robust-header .sponsor-image-wrap .logo img {
  width: 80%;
}
@media (min-width: 667px) {
  .heading-wrap.robust + .robust-header .sponsor-image-wrap .logo img {
    width: 90%;
  }
}

.full-width-banner-image {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .full-width-banner-image {
    margin-bottom: 48px;
  }
}

.mobile-banner {
  display: block;
}
@media (min-width: 768px) {
  .mobile-banner {
    display: none;
  }
}

.desktop-banner {
  display: none;
}
@media (min-width: 768px) {
  .desktop-banner {
    display: block;
  }
}

.page-title {
  color: #003A54;
  margin: 0 0 24px 0;
}
@media (min-width: 768px) {
  .page-title {
    margin: 0 0 24px 0;
  }
}
@media (min-width: 896px) {
  .page-title {
    margin: 0 64px 24px 0;
  }
}
.page-title a {
  text-decoration: none;
}
.page-title h1 {
  margin: 0;
}

.sponsor-wrap {
  margin-bottom: 32px;
}
@media (min-width: 480px) {
  .sponsor-wrap {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .sponsor-wrap {
    max-width: 25%;
    margin-bottom: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}

.header-logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 896px) {
  .header-logos {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header-logos img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  margin-top: 12px;
  max-height: 50px;
}
@media (min-width: 768px) {
  .header-logos img {
    max-height: 70px;
    max-width: 144px;
  }
}

.sponsor-heading {
  width: 100%;
  text-align: center;
}
@media (min-width: 896px) {
  .sponsor-heading {
    position: relative;
  }
}
.sponsor-heading h3 {
  margin: 0;
}

a.header-sponsor {
  max-width: none;
}
@media (min-width: 896px) {
  a.header-sponsor {
    max-width: 120px;
  }
}
@media (min-width: 1136px) {
  a.header-sponsor {
    max-width: 170px;
  }
}
a.header-sponsor.twelvecol {
  width: 100%;
}
a.header-sponsor.sixcol {
  width: 50%;
}
a.header-sponsor.fourcol {
  width: 33.333%;
}

.tcon3 {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 99999999;
}
@media (min-width: 896px) {
  .tcon3 {
    right: 64px;
    top: 27px;
  }
}

#search-wrap {
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  height: 0%;
  width: 100%;
  z-index: 9998;
  background-color: #FFD400;
  overflow: hidden;
  transition: height 0.35s ease-in-out;
}
@media (min-width: 967px) {
  #search-wrap {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
#search-wrap div {
  max-width: 1920px;
  margin: 0 auto;
}
#search-wrap p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  letter-spacing: 1px;
  color: #003A54;
  margin: 30px 30px 0;
}
#search-wrap form#searchform {
  padding: 0 30px;
  margin: 2em auto;
  color: #003A54;
  opacity: 0;
  transition: opacity 0.25s ease-in;
  position: relative;
  z-index: 1;
}
@media (min-width: 480px) {
  #search-wrap form#searchform {
    margin: 16px auto;
  }
}
@media (min-width: 667px) {
  #search-wrap form#searchform {
    max-width: 1920px;
  }
}
@media (min-width: 1980px) {
  #search-wrap form#searchform {
    padding: 0;
  }
}
#search-wrap form#searchform input[type=text],
#search-wrap form#searchform input[type=text]:focus,
#search-wrap form#searchform textarea {
  border: none;
  width: 100%;
  border-bottom: 4px solid #003A54;
  padding: 0 0 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
  color: #003A54;
  text-indent: 0;
  position: relative;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  padding-left: 0;
  background-color: transparent;
  font-size: 1em;
  line-height: normal !important;
  height: auto;
  font-size: 5.5208333333vw;
  line-height: 0.9;
}
@media (min-width: 1920px) {
  #search-wrap form#searchform input[type=text],
#search-wrap form#searchform input[type=text]:focus,
#search-wrap form#searchform textarea {
    font-size: 106px;
  }
}
#search-wrap form#searchform [placeholder]:focus::-webkit-input-placeholder {
  opacity: 1;
  transform: translateX(0);
}
#search-wrap form#searchform input:-webkit-autofill,
#search-wrap form#searchform input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 60px #FFD400 inset;
  -webkit-text-fill-color: #003A54;
}
#search-wrap input[type=submit] {
  border: none;
  width: 100%;
  background: #003A54;
  color: #fff;
  margin-top: 32px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  padding: 16px 48px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 1136px) {
  #search-wrap input[type=submit] {
    display: none;
  }
}

.expand-search #search-wrap {
  height: 100%;
  transition: height 0.25s ease-in;
}
.expand-search #search-wrap #searchform {
  opacity: 1;
  transition: opacity 0.4s ease-in;
}

.sidebar {
  padding-right: 64px;
}
@media (min-width: 896px) {
  .sidebar {
    margin-top: 0;
  }
}
.sidebar div:first-child {
  margin-top: 0;
}

@media (min-width: 896px) {
  .widgettitle {
    margin-bottom: 0.75em;
  }
}

.widget ul li {
  /* deep nesting */
}
@media (min-width: 896px) {
  .widget ul li {
    margin-bottom: 0.75em;
  }
}
@media (min-width: 896px) {
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
}
@media (min-width: 896px) {
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
}

/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
.widget_search input[type=text] {
  height: 47px;
}
.widget_search input[type=sumbit] {
  height: 45px;
  padding: 12px;
}

/* text widget */
#tribe-events .flash-message {
  color: #fff;
  background: #00529C;
  max-width: 275px;
  width: 100%;
  position: fixed;
  bottom: 112px;
  left: 0;
  transition: opacity 0.25s ease-out;
  opacity: 0;
  text-align: center;
  padding: 1em;
  font-weight: 800;
  text-transform: uppercase;
}

.tribe-events-list {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 896px) {
  .tribe-events-list {
    padding: 48px;
  }
}
@media (min-width: 967px) {
  .tribe-events-list {
    padding-left: 30px;
    max-width: 60%;
    float: right;
  }
}
@media (min-width: 1450px) {
  .tribe-events-list {
    max-width: 65%;
    padding-left: 60px;
  }
}

.day-wrap a,
.featured-event-rotator a {
  text-decoration: none;
}

.day-title,
.day-of-week,
.tribe-events-page-title {
  font-weight: 800;
  color: #003A54;
}

.day-of-week {
  line-height: 1;
  font-size: 0.875em;
  letter-spacing: 0.1em;
}

.tabs.small .tab-title {
  font-size: 1.2em;
  line-height: 3;
  font-weight: 800;
}

@media (max-width: calc(896px - 1px)) {
  .day-wrap {
    padding: 32px;
  }
}
@media (min-width: 967px) {
  .day-wrap {
    margin: 64px;
  }
}

.event-is-recurring {
  display: none;
}

.time-title, .tribe-events-notices {
  color: #003A54;
  background: #f1f1f1;
  width: 100%;
  padding: 0.15em 0;
  text-align: center;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  border: none;
}

.time-title {
  text-transform: uppercase;
  font-weight: 900;
}

.saved-to-schedule {
  opacity: 0.35;
}
.saved-to-schedule span,
.saved-to-schedule a {
  color: #003A54 !important;
}
.saved-to-schedule svg {
  fill: #999;
}

.icon {
  width: 14px;
  display: inline-block;
  margin-right: 1em;
}
.icon svg {
  fill: #003A54;
}
.icon:hover {
  cursor: pointer;
}
.icon.facebook {
  width: 8px;
}
.icon.insta {
  width: 14px;
}
.icon.twitter {
  width: 16px;
}

.single-venue-template #tribe-events-header {
  display: none;
}

.list-view .tribe-events-list {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 896px) {
  .list-view .tribe-events-list {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 967px) {
  .list-view .tribe-events-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.list-view #tribe-events-content {
  max-width: none !important;
}

.schedule-sidebar.iteneraries {
  max-width: 100%;
  padding: 16px;
}
@media (min-width: 896px) {
  .schedule-sidebar.iteneraries {
    padding: 48px;
  }
}
@media (min-width: 967px) {
  .schedule-sidebar.iteneraries {
    padding: 0;
    padding-right: 30px;
    max-width: 40%;
    overflow-y: scroll;
    position: sticky;
    top: 200px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .schedule-sidebar.iteneraries {
    top: 170px;
  }
}
@media (min-width: 1450px) {
  .schedule-sidebar.iteneraries {
    max-width: 35%;
    padding-right: 60px;
  }
}
.schedule-sidebar.iteneraries h3 {
  margin-bottom: 7px;
  padding-right: 15px;
}
.schedule-sidebar.iteneraries .tabs {
  margin: 0 !important;
  width: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
}
.schedule-sidebar.iteneraries .tabs li {
  flex: 50% 0 0;
  line-height: 1.25;
  vertical-align: middle;
  padding-bottom: 1em;
}
.schedule-sidebar.iteneraries .target-wrap p {
  margin-top: 16px;
  margin-bottom: 48px;
}
.schedule-sidebar.iteneraries .button {
  width: 100%;
}
.schedule-sidebar.iteneraries .button svg {
  fill: #ffffff;
  transition: fill 0.25s ease-out;
}
.schedule-sidebar.iteneraries .button:hover svg, .schedule-sidebar.iteneraries .button:focus svg, .schedule-sidebar.iteneraries .button:active svg {
  fill: #003A54;
}
.schedule-sidebar.iteneraries button.button {
  width: 100%;
}
.schedule-sidebar.iteneraries .clear-schedule, .schedule-sidebar.iteneraries .download-schedule {
  opacity: 0;
  transition: opacity 0.25s ease-out;
  display: none;
}
.schedule-sidebar.iteneraries .clear-schedule.active, .schedule-sidebar.iteneraries .download-schedule.active {
  display: block;
  opacity: 1;
}
.schedule-sidebar.iteneraries .text-link {
  border: none;
  color: #999;
  font-size: 18px;
  padding: 25px 0;
}
.schedule-sidebar.iteneraries .text-link:hover {
  background: #fff;
  color: #003A54;
}
.schedule-sidebar.iteneraries .date, .schedule-sidebar.iteneraries .venue-details {
  line-height: 1.5;
}
.schedule-sidebar.iteneraries .itenerary-item {
  background: #f1f1f1;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
}
.schedule-sidebar.iteneraries .itenerary-item:hover {
  background: #D6D6D6;
}
.schedule-sidebar.iteneraries .itenerary-item:last-child {
  margin-bottom: 48px;
}
.schedule-sidebar.iteneraries .itenerary-item .ajax-wrap {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 40px;
  height: 40px;
}
.schedule-sidebar.iteneraries .itenerary-item .remove {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  background: transparent;
  border: none;
  width: 20px !important;
  height: 20px;
  background-image: url("../img/close.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px;
}
.schedule-sidebar.iteneraries .iteneraries-wrap {
  margin-bottom: 48px;
}
.schedule-sidebar.iteneraries .iteneraries-wrap .button {
  margin-bottom: 24px;
}
.schedule-sidebar.iteneraries script + .time-title {
  margin-top: 0;
}
.schedule-sidebar.iteneraries .time-title {
  margin-bottom: 1em;
  margin-top: 2em;
  background: transparent;
}

#tribe-events-content.tribe-events-list, #tribe-events-content {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
#tribe-events-content.tribe-events-list .time-details, #tribe-events-content .time-details {
  margin: 0;
}
#tribe-events-content.tribe-events-list .events-header, #tribe-events-content .events-header {
  text-align: center;
  margin-bottom: 2em;
}
#tribe-events-content.tribe-events-list .day-title, #tribe-events-content.tribe-events-list .tribe-events-page-title, #tribe-events-content .day-title, #tribe-events-content .tribe-events-page-title {
  font-size: 2.125em;
  letter-spacing: 0.05em;
}
#tribe-events-content.tribe-events-list .share-flex form, #tribe-events-content .share-flex form {
  margin-bottom: 1em;
}
#tribe-events-content.tribe-events-list .share-section span, #tribe-events-content .share-section span {
  margin: 0;
  margin-right: 0.8em;
  font-weight: 800;
}

.learn-more {
  display: block;
  margin-top: 0.5em;
}
.learn-more a {
  color: #00BABC;
  text-decoration: underline;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  font-weight: 800;
}

.event-details {
  color: #003A54;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.tribe-events-loop .type-tribe_events {
  padding: 2em 0;
}
@media (min-width: 896px) {
  .tribe-events-loop .type-tribe_events {
    display: flex;
  }
}

@media (min-width: 896px) {
  .event-flex {
    flex: 60% 1 0;
  }
}

.share-flex form {
  margin: 0;
}
.share-flex .button {
  display: inline-block;
  padding: 11px 27px;
}
.share-flex .button.gray-bg {
  border: none;
  color: #5C5C5C;
  background: #D6D6D6;
}
.share-flex span {
  display: block;
  color: #003A54;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  margin: 2em 0 2em 0;
  line-height: 1;
}
@media (min-width: 896px) {
  .share-flex span {
    margin: 2em 0 0.8em 0;
  }
}

.event-date-rotator {
  opacity: 0;
  transition: opacity 0.25s ease-out;
  margin-bottom: 3em;
  text-align: center;
}
.event-date-rotator .button {
  border: 2px solid #999;
  padding: 11px 54px;
  margin-top: 2em;
  display: inline-block;
}
.event-date-rotator a {
  text-decoration: none;
}
.event-date-rotator h2 {
  color: #003A54;
  font-size: 1em;
}
@media (min-width: 896px) {
  .event-date-rotator h2 {
    font-size: 1.25em;
  }
}

.date-slider {
  width: 100%;
  max-width: 100%;
  padding: 0 6%;
  position: relative;
}
.date-slider .date-slider-link {
  text-align: center;
  color: #999;
  transition: color 0.25s ease-out;
}
.date-slider .date-slider-link:hover {
  color: #003A54;
}
.date-slider .slider-day {
  font-size: 0.8em;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 667px) {
  .date-slider .slider-day {
    font-size: 1em;
  }
}
.date-slider .slider-day-number {
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 900;
}
@media (min-width: 896px) {
  .date-slider .slider-day-number {
    font-size: 1.75em;
  }
}
.date-slider .highlight a {
  color: #003A54;
}
.date-slider .small-weekday {
  display: block;
}
@media (min-width: 896px) {
  .date-slider .small-weekday {
    display: none;
  }
}
.date-slider .large-weekday {
  display: none;
}
@media (min-width: 896px) {
  .date-slider .large-weekday {
    display: block;
  }
}

.date-prev,
.date-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
.date-prev svg,
.date-next svg {
  fill: #003A54;
}
.date-prev .icon,
.date-next .icon {
  width: 12px;
  height: 22px;
}
.date-prev:hover,
.date-next:hover {
  cursor: pointer;
}

.date-prev {
  left: 0;
}

.date-next {
  right: 0;
}

.month-slider {
  padding: 0 7%;
  margin-bottom: 2em;
  text-align: left;
}
@media (min-width: 896px) {
  .month-slider {
    padding: 0 8%;
  }
}
@media (min-width: 1136px) {
  .month-slider {
    padding: 0 10%;
  }
}

.featured-event-rotator {
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
@media (max-width: calc(896px - 1px)) {
  .featured-event-rotator {
    padding: 32px;
  }
}
@media (min-width: 896px) {
  .featured-event-rotator {
    margin: 0 64px;
  }
}

.featured-event-rotator {
  position: relative;
}
@media (min-width: 1450px) {
  .featured-event-rotator {
    display: flex;
    align-items: center;
  }
}
.featured-event-rotator .featured-images-column {
  width: 100%;
}
@media (min-width: 896px) {
  .featured-event-rotator .featured-images-column {
    float: left;
    width: 60%;
  }
}
@media (min-width: 1450px) {
  .featured-event-rotator .featured-images-column {
    flex: 60% 0 0;
    max-width: 60%;
  }
}
.featured-event-rotator .featured-details-column {
  padding: 2em 0 0 0;
  width: 100%;
  background: #fff;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 896px) {
  .featured-event-rotator .featured-details-column {
    padding: 2em;
    float: left;
    width: 40%;
  }
}
@media (min-width: 1450px) {
  .featured-event-rotator .featured-details-column {
    flex: 40% 0 0;
    max-width: 40%;
  }
}
.featured-event-rotator .featured-details {
  transform: translate3d(0, 0, 0);
}
.featured-event-rotator .custom-paging {
  width: 100%;
  text-align: left;
  padding: 2em 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 896px) {
  .featured-event-rotator .custom-paging {
    width: 40%;
    padding: 0 2em;
  }
}
@media (min-width: 1450px) {
  .featured-event-rotator .custom-paging {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding: 0 2em;
    z-index: 999;
  }
}
@media (min-width: 967px) {
  .featured-event-rotator .custom-paging {
    width: 40%;
  }
}
.featured-event-rotator .custom-paging .paging-title {
  display: block;
  border-bottom: 1px solid #003A54;
  text-transform: uppercase;
  padding-bottom: 1em;
  margin-bottom: 1em;
  line-height: 1;
  flex: 100% 0 0;
}
.featured-event-rotator .custom-paging a,
.featured-event-rotator .custom-paging div {
  display: inline-block;
}
.featured-event-rotator .custom-paging a:hover,
.featured-event-rotator .custom-paging div:hover {
  cursor: pointer;
}
.featured-event-rotator .custom-paging a {
  color: #999;
  outline: 0;
}
.featured-event-rotator .custom-paging .active-slide {
  color: #003A54;
}
.featured-event-rotator .custom-paging .arrow-icon {
  width: 8px;
  height: 12px;
}
.featured-event-rotator .custom-paging span {
  display: none;
}
.featured-event-rotator .custom-paging .featured-prev {
  transform: rotate(180deg);
}
.featured-event-rotator .custom-paging .slide-change {
  margin-right: 1em;
  vertical-align: middle;
  flex: 1;
  text-align: center;
}
.featured-event-rotator .custom-paging .slide-change.featured-prev, .featured-event-rotator .custom-paging .slide-change.featured-next {
  flex: 44px 0 0;
}
.featured-event-rotator .custom-paging .slide-change:hover {
  color: #003A54;
}
.featured-event-rotator .paging-title,
.featured-event-rotator .learn-more {
  font-size: 0.9em;
}
.featured-event-rotator .learn-more {
  padding-bottom: 1em;
  margin-bottom: 2em;
  line-height: 1;
}
.featured-event-rotator .learn-more {
  border-bottom: none;
  margin-bottom: 3em;
  padding-bottom: 0;
}
.featured-event-rotator .tribe-events-list-event-title {
  font-size: 1.25em;
  margin-bottom: 1em;
}
.featured-event-rotator .time-details .tribe-event-date-start,
.featured-event-rotator .time-details .tribe-event-time {
  display: inline-block;
  width: auto;
}
.featured-event-rotator .share-section {
  display: block;
}
.featured-event-rotator .share-section span {
  font-weight: 800;
}
.featured-event-rotator .button {
  width: auto !important;
}

#tribe_events_filters_wrapper.tribe-events-filters-horizontal.tribe-clearfix {
  margin: 0;
  padding: 0;
  position: static;
  height: auto;
  margin: 0 32px;
  margin-top: 48px;
  width: auto;
}
@media (min-width: 896px) {
  #tribe_events_filters_wrapper.tribe-events-filters-horizontal.tribe-clearfix {
    margin: 0 64px;
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  #tribe_events_filters_wrapper.tribe-events-filters-horizontal.tribe-clearfix .tribe-events-filter-group {
    top: 40px;
  }
}
#tribe_events_filters_wrapper.tribe-events-filters-horizontal.tribe-clearfix #tribe_events_filter_control {
  position: relative;
  top: 16px;
}
#tribe_events_filters_wrapper.tribe-events-filters-horizontal.tribe-clearfix #tribe_events_filter_control a {
  color: #b9b9b9;
  font-weight: 600;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
}
#tribe_events_filters_wrapper.tribe-events-filters-horizontal.tribe-clearfix .tribe_events_filter_item {
  margin-right: 25px;
}

.tribe-filters-open #tribe_events_filter_control a + a {
  margin-left: 30px;
}
.tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal.tribe-clearfix {
  padding: 0;
}
@media (min-width: 768px) {
  .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal.tribe-clearfix {
    padding: 15px 64px;
  }
}

.tribe-filters-closed .tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle {
  padding: 0;
}
@media (min-width: 768px) {
  .tribe-filters-closed .tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle {
    padding: 15px 64px;
  }
}
.tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal.tribe-clearfix #tribe_events_filter_control {
  position: relative;
  top: 0;
}
@media (max-width: calc(896px - 1px)) {
  .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal.tribe-clearfix #tribe_events_filter_control {
    margin: 0;
  }
}
.tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal.tribe-clearfix #tribe_events_filter_control .tribe_events_filters_show_filters {
  text-transform: uppercase;
  font-weight: 800;
}
.tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal.tribe-clearfix #tribe_events_filter_control:after {
  content: "";
  right: calc(50% - 80px);
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
}
@media (min-width: 896px) {
  .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal.tribe-clearfix #tribe_events_filter_control:after {
    right: calc(50% - 90px);
  }
}
.tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal.tribe-clearfix,
.tribe-filters-closed .tribe_events_filters_show_filters {
  background: #00529C;
  color: #fff !important;
  border: none;
}
.tribe-filters-closed .tribe-events-filters-horizontal .tribe-events-filters-content {
  background: transparent;
  border: none;
}

@media (max-width: 768px) {
  #tribe_events_filters_toggle.tribe_events_filters_show_filters {
    background: #00529C !important;
    border: none !important;
    font-size: 1em !important;
  }
}

@media (max-width: 768px) {
  #tribe_events_filters_toggle.tribe_events_filters_close_filters {
    background: transparent !important;
    border: none !important;
    font-size: 1em !important;
  }
}

@media (max-width: 768px) {
  #tribe_events_filters_reset {
    background: transparent !important;
    border: none !important;
    font-size: 1em !important;
    font-size: 1em !important;
  }
  #tribe_events_filters_reset .tribe-reset-icon {
    display: none !important;
  }
}

.tribe-filters-closed .tribe-events-filters-horizontal .tribe_events_filter_control:not(.tribe-events-filters-mobile-controls) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tribe_events_filters_wrapper .tribe_events_filters_show_filters {
  padding: 24px 12px 24px 24px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  width: auto;
  height: auto;
}

.tribe-filters-closed #tribe_events_filters_wrapper .tribe_events_filter_control:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}
.tribe-events-filters-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 12px;
}
.tribe-events-filters-content form#tribe_events_filters_form {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .tribe-events-filters-content {
    flex-direction: row;
  }
  .tribe-events-filters-content form#tribe_events_filters_form {
    width: auto;
    display: block;
  }
}

.tribe-filters-closed .tribe-events-filters-content {
  row-gap: 0;
}

@media (max-width: 768px) {
  .tribe_events_filter_control button {
    padding: 0 12px;
  }
}

.tribe_events_filter_control {
  order: 2;
}

.tribe-events-filters-content:before {
  content: none !important;
}

.tribe-events-filters-label,
.a11y-hidden {
  display: none !important;
}

.tribe-events-filters-group-heading {
  color: #003A54 !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  font-family: "Lato", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}

#tribe_events_filters_wrapper.tribe-events-filters-horizontal.tribe-clearfix .tribe-events-filter-group.tribe-events-filter-select {
  top: 15px !important;
}

#tribe_events_filters_wrapper .tribe-events-filter-group ul li {
  display: flex;
  align-items: center;
}

.wysiwyg.tribe-events-content.tribe-events-single-event-description {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.wysiwyg.tribe-events-content.tribe-events-single-event-description .small-sans {
  margin-top: 0;
}
@media (min-width: 768px) {
  .wysiwyg.tribe-events-content.tribe-events-single-event-description .really-small-sans {
    margin-top: 0;
  }
}

.tribe-events-single {
  width: auto !important;
}
.tribe-events-single#tribe-events-content {
  padding: 0 32px;
}
@media (min-width: 896px) {
  .tribe-events-single#tribe-events-content {
    padding: 0 48px;
  }
}
.tribe-events-single .sidebar-wrap {
  width: 100%;
}
@media (min-width: 896px) {
  .tribe-events-single .sidebar-wrap {
    width: 40%;
    float: right;
  }
}
.tribe-events-single .sidebar-wrap .details {
  width: 100%;
  text-transform: uppercase;
  color: #003A54;
  font-weight: 700;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  margin-top: 48px;
}
@media (min-width: 896px) {
  .tribe-events-single .sidebar-wrap .details {
    margin-top: 0;
    padding-left: 32px;
  }
}
.tribe-events-single .sidebar-wrap .details .day-of-week {
  font-size: 0.875em;
  line-height: 1.5;
  margin-bottom: 4px;
}
.tribe-events-single .sidebar-wrap .details .date {
  line-height: 1;
}
.tribe-events-single .sidebar-wrap .details .tribe-events-meta-group,
.tribe-events-single .sidebar-wrap .details .date {
  margin-bottom: 48px;
}
.tribe-events-single .main-wrap {
  width: 100%;
  padding: 0;
}
@media (min-width: 896px) {
  .tribe-events-single .main-wrap {
    width: 60%;
    float: left;
  }
}
.tribe-events-single .main-wrap .image {
  margin-bottom: 48px;
}
@media (min-width: 896px) {
  .tribe-events-single .main-wrap .image {
    margin-bottom: 0;
  }
}
.tribe-events-single .share-section {
  display: block;
  margin-top: 48px;
  margin-bottom: 64px;
}
@media (min-width: 896px) {
  .tribe-events-single .share-section {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
.tribe-events-single .share-section span {
  display: block;
  line-height: 1;
  padding-bottom: 8px;
}
.tribe-events-single .post-content {
  display: flex;
}
@media (max-width: calc(896px - 1px)) {
  .tribe-events-single .post-content {
    padding: 0;
  }
}
@media (min-width: 896px) {
  .tribe-events-single .post-content {
    margin-top: 64px;
    margin-bottom: 96px;
  }
}
@media (min-width: 1024px) {
  .tribe-events-single .post-content {
    margin-top: 96px;
  }
}
.tribe-events-single .share-column {
  order: 2;
}
@media (min-width: 1024px) {
  .tribe-events-single .share-column {
    order: 1;
    flex: 25% 0 0;
  }
}
.tribe-events-single .content-column {
  order: 1;
}
@media (min-width: 1024px) {
  .tribe-events-single .content-column {
    order: 2;
    flex: 75% 0 0;
  }
}
.tribe-events-single .icon-next {
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 11px;
}
.tribe-events-single .icon-next svg {
  fill: #00BABC;
}
.tribe-events-single .group-title {
  font-size: 1.25em;
  margin-bottom: 16px;
  line-height: 1;
}
.tribe-events-single .group-text {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 0.875em;
  font-weight: 700;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
}
.tribe-events-single .other-times a,
.tribe-events-single .tribe-events-meta-group-other-days a {
  text-decoration: none;
}
.tribe-events-single .tribe-events-single-event-description > div {
  margin: 32px 0;
}
@media (min-width: 768px) {
  .tribe-events-single .tribe-events-single-event-description > div {
    margin: 48px 0;
  }
}
@media (min-width: 896px) {
  .tribe-events-single .tribe-events-single-event-description > div {
    margin: 64px 0;
  }
}
.tribe-events-single .tribe-events-single-event-description > div:first-child {
  margin-top: 0;
}
.tribe-events-single .tribe-events-single-event-description > div:last-child {
  margin-bottom: 0;
}

.list-view.tribe-events-list .type-tribe_events.tribe-events-first {
  padding: 2em 0;
}
.list-view.tribe-events-list .events-header {
  margin-bottom: 0 !important;
}
.list-view.tribe-events-list #tribe-events-header {
  margin-bottom: 2em;
}

.event-downloads {
  margin: 64px 0;
}
.event-downloads .button-wrap {
  display: block;
}
.event-downloads .button .download-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.event-downloads .button .download-icon svg {
  margin: 0;
  fill: #fff;
}
.event-downloads .button:hover svg {
  fill: #003A54;
}
.event-downloads .button + .button {
  margin-left: 0;
}

.link {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
.link .download-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  vertical-algin: middle;
  position: relative;
  top: 2px;
}
.link .download-icon svg {
  margin: 0;
  fill: #003A54;
}

.event-forms {
  margin-bottom: 20px;
}
.event-forms .sub-title {
  margin-bottom: 20px;
}
.event-forms .button.default {
  padding-left: 5em;
  padding-right: 5em;
}

.agenda-activity-row {
  display: flex;
  flex-flow: row nowrap;
  padding: 8px 0;
}

.agenda-time {
  display: block;
  width: 140px;
  max-width: 140px;
  margin-right: 2.762430939%;
  line-height: 1.5;
  font-size: 0.875em;
}

.agenda-activity {
  display: block;
  width: 74.30939226%;
  line-height: 1.375;
}

.event-organizers .event-organizers-wrap {
  display: flex;
  flex-flow: row wrap;
}
.event-organizers a {
  width: 31.491712705%;
  margin-right: 2.762430939%;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .event-organizers a {
    margin-bottom: 0.625vw;
  }
}
.event-organizers a:nth-of-type(3n) {
  margin-right: 0;
}
@media (min-width: 1920px) {
  .event-organizers a {
    margin-bottom: 12px;
  }
}
.event-organizers img {
  width: auto;
  margin: 0 auto;
}

.tribe-events-meta-group-related-links .event-related-link a {
  text-decoration: none;
}

/*
* # Semantic UI - 2.2.7
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
.ui.form {
  width: 100%;
  margin: 0 auto;
  margin-top: 300px;
}

.column {
  padding: 5px !important;
}

.ui.input input {
  background: rgba(0, 0, 0, 0) no-repeat scroll center center;
  border: 0;
  width: auto !important;
  border-radius: 0;
}

.ui.small.modal {
  background-size: cover !important;
  border-radius: 0;
  color: #000;
  display: none;
  padding: 20px;
  max-width: 340px;
  min-height: 510px;
  text-align: center;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: 100%;
  left: 60%;
}

.ui.form .field .ui.input input {
  border-radius: 0;
}

.ui.modal form {
  z-index: 20;
}

#bigtexmail, #formHeaderSuccess {
  top: 140px;
  padding: 0 !important;
}

#EmmaSubmit {
  border-radius: 0;
  color: #fff;
  background-color: #00529C;
  border: none;
  text-transform: uppercase;
  font-weight: 900;
  width: 50%;
}

.ui.form h2, .ui.form p {
  color: #fff;
}

.dimmer {
  opacity: 0.2;
}

.circular.inverted.red.remove.icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 999;
}

/* placeholder */
::-webkit-input-placeholder {
  text-align: left;
  color: #808080 !important;
  font-size: 1em !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  text-align: left;
  color: #808080 !important;
  font-size: 1em !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  text-align: left;
  color: #808080 !important;
  font-size: 1em !important;
}

:-ms-input-placeholder {
  text-align: left;
  color: #808080 !important;
  font-size: 1em !important;
}

@media screen and (max-width: 680px) {
  .b-close {
    top: 0 !important;
  }

  .ui.small.modal {
    width: 80%;
    min-height: 430px !important;
  }

  #bigtexmail, #formHeaderSuccess {
    top: 65px;
  }
}
.text-columns .title-wrap + .content-wrap {
  padding: 56px 0 48px;
}
@media (min-width: 896px) {
  .text-columns .title-wrap + .content-wrap {
    padding: 64px 0;
  }
}
.text-columns .content-wrap {
  padding: 32px 0 40px;
}
@media (min-width: 896px) {
  .text-columns .content-wrap {
    padding: 64px 0;
  }
}
.text-columns.with-title .content-wrap {
  padding: 80px 0 64px;
}

.column-heading {
  text-transform: none;
  text-align: center;
  margin-bottom: 12px;
}
.column-heading.no-column-text {
  margin-bottom: 0;
}

.columns {
  -moz-columns: 2 300px;
       columns: 2 300px;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
.columns p {
  margin-bottom: 0;
  margin-top: 24px;
}
.columns p:first-child {
  margin-top: 0;
}

.announcements h1,
.announcements h2,
.announcements h3,
.announcements h4,
.announcements h5,
.announcements h6 {
  color: #fff;
  color: inherit;
}
.announcements.module {
  margin: 0;
}
.announcements .slick-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 48px 32px;
  color: #fff;
}
@media (min-width: 896px) {
  .announcements .slick-slide {
    flex-direction: row;
    padding: 0 48px;
  }
}
.announcements .counter {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.announcements .slick-prev,
.announcements .slick-next {
  opacity: 1;
  font-size: 1em;
  display: block;
  position: relative;
  width: auto;
}
.announcements .slick-prev {
  padding: 0 16px 0 0;
}
.announcements .slick-next {
  padding: 0 0 0 16px;
}
.announcements .slick-next:before {
  justify-content: space-around;
}
.announcements .slick-prev {
  justify-content: space-around;
}
.announcements .slick-prev:before,
.announcements .slick-next:before {
  font-size: 1em;
  position: relative;
  left: inherit;
  right: inherit;
}
.announcements .slick-prev:before {
  content: "";
}
.announcements .slick-next:before {
  content: "";
}

.announcements .button {
  position: relative;
  background: transparent;
  letter-spacing: 0;
  color: #00BABC;
  border: none;
  font-weight: 600;
  font-size: 12px;
  padding: 0;
  margin: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  width: auto;
}
.announcements .button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #00BABC;
  height: 1px;
  transition: background 0.2s ease-in-out;
}
.announcements .button:hover, .announcements .button:active, .announcements .button:focus {
  color: #FFD400;
}
.announcements .button:hover:after, .announcements .button:active:after, .announcements .button:focus:after {
  background: #FFD400;
}

.announcements .button {
  padding: 5px 10px;
}
.announcements .button.default {
  color: #00BABC;
}
.announcements .button.default svg#download-icon #a {
  fill: #fff !important;
}
.announcements .button.default:hover {
  background: #fff;
  border-bottom: 1px solid #003A54;
}
.announcements .button.default:hover svg#download-icon #a {
  fill: #003A54 !important;
}

.google-map.module + .announcements .announcement-nav {
  display: none;
}
.google-map.module + .announcements .announce-title {
  text-align: center;
  flex-grow: 1;
}

.announcement-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.counter .pagingInfo {
  width: auto;
  margin: 0 0 0 8px;
}

.announce-title {
  font-size: 14px;
  line-height: 1.231;
  padding: 16px 0;
}
@media (max-width: calc(896px - 1px)) {
  .announce-title {
    text-align: center;
  }
}

.article-featured-image img {
  max-height: 500px;
}

.article-header {
  margin: 0;
}

.article-title {
  text-decoration: none;
}

.post,
.sidebar {
  margin: 3em 0 3em;
}

.articles-module:not(.margin-all) .wrap {
  width: 100%;
}
.articles-module:not(.margin-all) .article-content {
  padding: 0 16px;
}
@media (min-width: 896px) {
  .articles-module:not(.margin-all) .article-content {
    padding: 0 48px 0 0;
  }
}
.articles-module:not(.margin-all) .row-reverse .article-content {
  padding: 0 16px;
}
@media (min-width: 896px) {
  .articles-module:not(.margin-all) .row-reverse .article-content {
    padding: 0 0 0 48px;
  }
}
.articles-module .module-title {
  float: none;
}
.articles-module article {
  padding: 12px 0;
}
@media (min-width: 480px) {
  .articles-module article {
    padding: 16px 0;
  }
}
@media (min-width: 896px) {
  .articles-module article.row-reverse > .first {
    float: right;
    margin-left: 2.762430939%;
  }
  .articles-module article.row-reverse > .last {
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 967px) {
  .articles-module article {
    padding: 16px 0;
  }
}
@media (min-width: 1450px) {
  .articles-module article {
    padding: 32px 0;
  }
}
.articles-module article:first-of-type {
  padding-top: 8px;
}
.articles-module article:last-child {
  padding-bottom: 0px;
}
.articles-module article.has-image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media (min-width: 896px) {
  .articles-module article.has-image {
    flex-direction: row;
  }
  .articles-module article.has-image.row-reverse {
    flex-direction: row-reverse;
  }
}
.articles-module article.has-image .article-image {
  min-height: 65.625vw;
  position: relative;
}
@media (min-width: 896px) {
  .articles-module article.has-image .article-image {
    min-height: initial;
  }
}
.articles-module article.has-image img {
  top: 50%;
  transform: translate(-50%, -50%);
}
.articles-module article .article-header a:hover {
  color: #003A54;
}

.article-image {
  overflow: visible;
  margin-bottom: 2em;
}
.article-image img {
  top: auto;
  transform: scale(1);
}
@media (min-width: 896px) {
  .article-image {
    margin-bottom: 0;
  }
}

.article-thumbnails {
  margin: 2.5em 0 0;
}
.article-thumbnails .twocol {
  width: 17.7900552%;
}

.search-results-wrap {
  padding: 32px 16px 0 64px;
}

.search-results-header {
  padding-top: 32px;
}

#breadcrumbs {
  margin: 16px 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 667px) {
  #breadcrumbs {
    width: 60%;
    min-width: 540px;
  }
}
@media (min-width: 896px) {
  #breadcrumbs {
    margin: 16px 48px;
  }
}

#breadcrumbs,
#breadcrumbs a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-decoration: none;
}

.separator {
  position: relative;
  padding: 0 3px;
  color: transparent;
}
@media (min-width: 896px) {
  .separator {
    padding: 0 6px;
  }
}
.separator:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 5px;
  width: 5px;
  transform: translate(-60%, -50%) rotate(45deg);
  border-top: 2px solid #999;
  border-right: 2px solid #999;
}

.breadcrumbs:not(.margin-all) .wrap {
  width: 100%;
  padding: 0 16px;
}
@media (min-width: 896px) {
  .breadcrumbs:not(.margin-all) .wrap {
    padding: 0 48px;
  }
}
.breadcrumbs p {
  margin: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.75em;
}
.breadcrumbs p span,
.breadcrumbs p span a {
  color: #a7a9ac;
  vertical-align: middle;
  padding: 0 0.1em 0 0;
}
.breadcrumbs p .breadcrumb_last {
  color: #003A54;
  font-weight: bold;
}

@media (min-width: 768px) {
  .blog-article-header,
.blog-entry-content,
.comments {
    padding: 0 64px;
  }
}
@media (min-width: 1366px) {
  .blog-article-header,
.blog-entry-content,
.comments {
    padding: 0 64px;
    padding: 0;
  }
}

@media (min-width: 896px) {
  .module + .blog.item-wrap {
    margin-top: 64px;
  }
}

.single-post .blog-article-header {
  text-align: center;
  margin: 0 32px;
}
@media (min-width: 768px) {
  .single-post .blog-article-header {
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  .single-post .blog-article-header {
    width: 57.182320438%;
    max-width: 75vw;
  }
}
@media (min-width: 1920px) {
  .single-post .blog-article-header {
    max-width: 75%;
  }
}
.single-post .blog-article-header h1 {
  margin-bottom: 32px;
}
.single-post .blog-article-header .byline {
  margin-bottom: 0;
  font-size: 14px;
}
.single-post .blog-article-header .byline .author {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.single-post .blog-article-header .byline a {
  text-decoration: none;
}
.single-post .blog-article-header .post-categories {
  color: #999;
  font-size: 12px;
  margin-bottom: 32px;
}
@media (min-width: 896px) {
  .single-post .blog-article-header .post-categories {
    margin-bottom: 48px;
  }
}
.single-post .blog-article-header .post-categories a {
  color: #999;
}
.single-post .blog-article-header .post-categories a:hover, .single-post .blog-article-header .post-categories a:active, .single-post .blog-article-header .post-categories a:focus {
  color: #003A54;
}

.single-post {
  color: #003A54;
}
.single-post .blog-featured-image {
  padding: 0 32px 32px;
}
@media (min-width: 768px) {
  .single-post .blog-featured-image {
    padding: 0 64px 32px;
  }
}
@media (min-width: 1024px) {
  .single-post .blog-featured-image {
    padding: 0 64px 48px;
  }
}
@media (min-width: 1366px) {
  .single-post .blog-featured-image {
    width: 57.182320438%;
    padding: 0;
    margin-bottom: 48px;
  }
}
.single-post .blog-entry-content {
  padding: 0 32px;
}
.single-post .blog-entry-content strong,
.single-post .blog-entry-content b {
  text-transform: uppercase;
  letter-spacing: 0.07px;
}
.single-post .blog-entry-content img {
  width: auto;
}
@media (min-width: 768px) {
  .single-post .blog-entry-content {
    margin: 0 auto;
    padding: 0 64px;
  }
}
@media (min-width: 1366px) {
  .single-post .blog-entry-content {
    padding: 0;
  }
}
.single-post blockquote {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 48px 0;
}
@media (min-width: 768px) {
  .single-post blockquote {
    padding-left: 48px;
    margin-left: 96px;
    border-left: 3px solid #00BABC;
  }
  .single-post blockquote p {
    font-size: 24px;
  }
}
.single-post blockquote p:last-child {
  margin-bottom: 0;
}

.share-section {
  display: flex;
  flex-direction: row;
}
.share-section span {
  display: block;
}

.post-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .post-content {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .post-content {
    flex-direction: row;
  }
}

.share-column {
  order: 2;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1366px) {
  .single-post .share-column {
    width: 5.801104972%;
  }
}
@media (min-width: 896px) {
  .share-column {
    order: 2;
  }
}
@media (min-width: 768px) {
  .single-post .share-column {
    margin-left: 2.762430939%;
  }
}

.content-column {
  order: 1;
}
.single-post .content-column {
  width: 100%;
}
@media (min-width: 1366px) {
  .single-post .content-column {
    width: 48.618784527%;
  }
  .single-post .content-column .wysiwyg {
    padding: 0;
  }
}
.single-post .content-column .wysiwyg {
  padding: 0;
}
@media (min-width: 896px) {
  .content-column {
    order: 1;
  }
}

.with-links a {
  text-decoration: underline;
  color: #00BABC;
}

.comments textarea {
  width: 70%;
  height: 200px;
}

.button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.button-module {
  padding: 16px;
}
@media (min-width: 896px) {
  .button-module {
    padding: 32px;
    margin: 32px 32px 32px;
  }
}
.button-module .button {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1365px) {
  .button-module .button:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 896px) {
  .button-module .button {
    margin-top: 0;
    padding: 16px 96px;
  }
}

.callout-module {
  margin: 32px;
}
@media (min-width: 896px) {
  .callout-module {
    margin: 64px 48px;
  }
}

.callout-module .section-title.callout-title {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .callout-module .section-title.callout-title {
    margin-bottom: 16px;
  }
}

.callout-wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .callout-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.supporting-image {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .supporting-image {
    width: 31.491712705%;
    margin-bottom: 0;
  }
}

.callout-content .button {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .callout-content {
    width: 65.745856349%;
    margin-left: 2.762430939%;
  }
  .with-sidebar .callout-content {
    width: 65.745856349%;
  }
}

.callout-meta {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .callout-meta {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .callout-meta {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .callout-meta > div:first-child {
    margin-right: 2.762430939%;
  }
}
@media (min-width: 768px) {
  .callout-meta > div {
    min-width: 48.618784527%;
  }
}
@media (min-width: 768px) {
  .callout-meta > div:only-child {
    margin-right: 0;
    width: 100%;
  }
}
.callout-meta a.button.learn-more {
  display: inline;
  margin-left: 28px;
}
@media (min-width: 896px) {
  .callout-meta a.button.learn-more {
    display: inline-block;
  }
}

.location {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .location {
    margin-bottom: 0;
  }
}

.sponsors a {
  width: 48.618784527%;
  max-width: 200px;
  margin-right: 2.762430939%;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .sponsors a {
    margin-bottom: 0.625vw;
  }
}
.sponsors a:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 1920px) {
  .sponsors a {
    margin-bottom: 12px;
  }
}
.sponsors img {
  width: auto;
  margin: 0 auto;
}

.meta-wrap {
  display: flex;
}
.sponsors .meta-wrap {
  align-items: center;
  flex-wrap: wrap;
}
.meta-wrap svg {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.meta-wrap svg g {
  fill: #00BABC;
}
.meta-wrap p {
  width: calc(100% - 24px);
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .callout-module .module-wrap,
.callout-module.module.with-sidebar .module-wrap {
    width: 74.30939226%;
  }
}

.back-link-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
}
.back-link-wrap .icon-prev {
  margin-right: 32px;
}
.back-link-wrap a {
  text-decoration: none;
}

.faq {
  margin: 32px 0;
}
@media (min-width: 768px) {
  .faq {
    margin: 64px 48px;
  }
}
.faq-section {
  z-index: 2;
}

.faq-wrap h3 {
  line-height: 1;
  margin-top: -3px;
}
@media (max-width: 320px) {
  .faq-wrap h3 {
    font-size: 18px;
  }
}
.faq-wrap,
.question {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (min-width: 896px) {
  .page-template-page-faqs .faq-wrap {
    padding: 64px 0;
  }
}

.question h4 {
  line-height: 1;
  margin-top: -3px;
  width: 80%;
}
@media (min-width: 321px) and (max-width: 767px) {
  .question h4 {
    width: 100%;
  }
}

.faq-wrap,
.question-and-answer {
  border-bottom: 1px solid #999;
  padding: 16px;
}
@media (min-width: 768px) {
  .faq-wrap,
.question-and-answer {
    padding: 32px 0;
  }
}

@media (max-width: 767px) {
  .question-and-answer {
    padding: 16px 32px;
    background: rgba(242, 242, 242, 0.5);
    border-bottom: 1px solid #D6D6D6;
  }
}

.tcon-plus {
  margin-right: 32px;
}
@media (min-width: 768px) {
  .tcon-plus {
    margin-right: 64px;
  }
}

.question-and-answer .tcon-plus {
  width: 25px;
  height: 25px;
}
@media (min-width: 768px) {
  .question-and-answer {
    margin-left: 96px;
  }
}

.answer,
.qa-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), margin 0.3s ease-in-out;
}
.answer.open,
.qa-wrap.open {
  max-height: 9999px;
  transition: max-height 0.3s cubic-bezier(1, 0, 1, 0), margin 0.3s ease-in-out;
}

.answer {
  margin: 0 0;
}
@media (min-width: 768px) {
  .answer {
    margin: 0 64px;
    max-width: 660px;
  }
}
.answer.open {
  margin: 32px 0;
}
@media (min-width: 768px) {
  .answer.open {
    margin: 80px;
  }
}
@media (min-width: 768px) {
  .answer {
    margin: 0 90px;
  }
  .answer.open {
    margin: 32px 90px 0;
  }
}

.offset {
  z-index: 1;
}
.offset:before {
  display: block;
  content: " ";
  height: 113px;
  /* Give height of your fixed element */
  margin-top: -113px;
  /* Give negative margin of your fixed element */
  visibility: hidden;
  position: relative;
  z-index: -1;
}

@media (min-width: 896px) {
  .event-calendar {
    margin: 48px 64px;
  }
}
.event-calendar .single-event {
  display: inline-block;
  float: none;
  vertical-align: top;
}
@media (max-width: calc(896px - 1px)) {
  .event-calendar .single-event {
    width: 100%;
  }
}

.button-link {
  display: block;
  background-color: #999;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  height: 42px;
  line-height: 44px;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 0 20px;
  position: relative;
  transition: padding 0.25s ease-in-out;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.event-date {
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
}

.event-calendar .article-header,
.events-page .article-header {
  position: relative;
  background: #003A54;
  padding: 16px 16px 0;
  margin-bottom: 0;
}
@media (min-width: 896px) {
  .event-calendar .article-header,
.events-page .article-header {
    padding: 16px 32px 0;
  }
}
.event-calendar .article-header a,
.events-page .article-header a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.event-calendar .article-header a:hover,
.events-page .article-header a:hover {
  color: #fff;
}

.event-date a {
  display: block;
  text-decoration: none;
  font-weight: 500;
}

.hero {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: calc(896px - 1px)) {
  .hero {
    display: flex;
    flex-direction: column-reverse;
  }
}
.hero.hero-slider {
  display: block;
}
.hero.hero-slider .slick-prev,
.hero.hero-slider .slick-next {
  opacity: 1;
}
.hero.hero-slider .slick-prev,
.hero.hero-slider .slick-next,
.hero.hero-slider .slick-dots {
  z-index: 9999;
}
.hero p {
  margin: 0;
}
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6,
.hero p {
  text-align: center;
}
@media (min-width: 896px) {
  .hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6,
.hero p {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 45px;
  }
  .hero h1 strong,
.hero h2 strong,
.hero h3 strong,
.hero h4 strong,
.hero h5 strong,
.hero h6 strong,
.hero p strong {
    display: block;
  }
}
.hero .really-big-sans {
  margin-bottom: 16px;
}
@media (min-width: 1136px) {
  .hero .really-big-sans {
    font-size: 64px;
    line-height: 80px;
  }
}
.hero h2,
.hero h2 span {
  color: #003A54;
}
@media (min-width: 896px) {
  .hero h2,
.hero h2 span {
    color: #fff;
  }
}
@media (min-width: 896px) {
  .hero.home-hero h1 {
    position: relative;
  }
  .hero.home-hero h1.solo {
    padding-bottom: 0;
  }
}
.hero.int-hero h1 {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(-50, -50);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
}
@media (min-width: 768px) {
  .hero.int-hero h1 {
    white-space: normal;
    max-width: none;
  }
}
.hero.int-cta-hero .header-wrap {
  height: auto;
  align-items: center;
}
.hero.int-cta-hero .tagline {
  margin-bottom: 24px;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .hero.int-cta-hero .tagline {
    white-space: normal;
    max-width: none;
    max-width: 650px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .hero.int-cta-hero .tagline {
    font-size: 48px;
    line-height: 55px;
  }
}
.hero.int-cta-hero p {
  text-transform: none;
  font-weight: normal;
  max-width: 677px;
}
@media (min-width: 1024px) {
  .hero.int-cta-hero p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
  }
}
.hero.int-cta-hero .button {
  margin-top: 24px;
  align-self: center;
}
.hero img {
  width: 100%;
}
.hero .header-wrap {
  display: block;
  z-index: 1;
  padding: 32px;
}
@media (min-width: 896px) {
  .hero .header-wrap {
    padding: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: center;
    height: 65%;
  }
}
.interior-nav-menu.module.wysiwyg {
  padding: 0 32px;
  margin: 48px 0;
}
@media (min-width: 768px) {
  .interior-nav-menu.module.wysiwyg {
    padding: 0 48px;
  }
}
@media (min-width: 1024px) {
  .interior-nav-menu.module.wysiwyg {
    padding: 0 26.5vw;
    margin: 48px 0;
  }
}
@media (min-width: 1920px) {
  .interior-nav-menu.module.wysiwyg {
    padding: 0 516px;
    margin: 96px 0;
  }
}
.interior-nav-menu .tabs {
  display: flex;
  justify-content: center;
  width: auto;
  overflow: visible;
  flex-direction: column;
  margin-left: 0;
}
@media (min-width: 768px) {
  .interior-nav-menu .tabs {
    flex-direction: row;
  }
}
.interior-nav-menu .tabs li {
  width: auto;
  padding: 0 48px 14px;
  color: #999;
  overflow: visible;
  line-height: 1.231;
  margin-bottom: 16px;
  margin-right: 0;
}
.interior-nav-menu .tabs li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .interior-nav-menu .tabs li {
    margin-bottom: 0;
    width: 50%;
  }
}
.interior-nav-menu .tabs li a {
  color: #999;
}
.interior-nav-menu .tabs li.current_page_item, .interior-nav-menu .tabs li.current_page_item a, .interior-nav-menu .tabs li.current-page-ancestor, .interior-nav-menu .tabs li.current-page-ancestor a {
  color: #003A54;
}
.interior-nav-menu .tabs li.current_page_item:after, .interior-nav-menu .tabs li.current-page-ancestor:after {
  content: "";
  position: absolute;
  height: 4px;
  background: #003A54;
  width: 100%;
  display: inline-block;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
.interior-nav-menu a {
  text-decoration: none;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item .mega-sub-menu .mega-current-menu-item > a {
  color: #999 !important;
}

.map-header-wrap {
  display: flex;
}
@media (max-width: calc(896px - 1px)) {
  .map-header-wrap {
    padding: 32px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .map-header-wrap {
    padding: 50px 0 0;
    margin: 0;
  }
  .map-header-wrap:first-of-type {
    margin-top: 0;
  }
}
.map-header-wrap h2 {
  background: #003A54;
  color: #fff;
  letter-spacing: 1px;
}
@media (max-width: calc(896px - 1px)) {
  .map-header-wrap h2 {
    padding: 34px 32px 40px;
  }
}
@media (min-width: 768px) {
  .map-header-wrap h2 {
    padding: 34px 48px 40px;
  }
}
@media (min-width: 1024px) {
  .map-header-wrap h2 {
    font-size: 24px;
    line-height: 29px;
  }
}

.google-map {
  position: relative;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  overflow: hidden;
}
.google-map div {
  position: static;
}
.google-map .category-content .sub-category,
.google-map .drawer-trigger {
  position: relative;
}
.google-map .mb-google-map {
  height: 80vh;
}
@media (min-width: 896px) {
  .google-map .mb-google-map {
    height: 612px;
    width: calc(100% - 400px);
  }
}
@media (min-width: 1136px) {
  .google-map .mb-google-map {
    height: 720px;
  }
}
.google-map .mb-google-map svg {
  width: 24px !important;
}
.google-map .mb-google-map-template {
  height: 80vh;
  position: relative;
}
@media (min-width: 896px) {
  .google-map .mb-google-map-template {
    height: 612px;
  }
}
@media (min-width: 1136px) {
  .google-map .mb-google-map-template {
    height: 720px;
  }
}
.google-map .find-location {
  position: absolute;
  bottom: 25px;
  left: 30px;
  width: 130px;
  height: 110px;
  text-align: center;
}
.google-map .find-location .icon {
  width: 75px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 72px 72px;
  border-radius: 100%;
  background-image: url("../img/gps.svg");
  margin: 0;
}
.google-map .find-location span {
  display: block;
  position: relative;
  top: -10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.7px;
}
.google-map .find-location:hover {
  cursor: pointer;
}
.google-map .marker,
.google-map .search-results {
  display: none;
}
.google-map .parent-tabs {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.google-map .parent-tabs label {
  text-align: center;
  color: #999;
  display: inline-block;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  width: 100%;
  margin: 0 0 0 -4px !important;
  background: #eaeaea;
  padding: 1em;
  font-size: 20px;
  font-weight: 800;
}
.google-map .parent-tabs label:hover {
  cursor: pointer;
}
.google-map .mobile-menu {
  background: #00529C;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0);
  width: 100%;
  color: #fff;
  z-index: 2;
  transition: transform 0.5s cubic-bezier(0.81, 0.19, 0.15, 1), left 0.5s cubic-bezier(0.81, 0.19, 0.15, 1);
}
.google-map .mobile-menu:hover {
  cursor: pointer;
}
@media (min-width: 896px) {
  .google-map .mobile-menu {
    display: none;
  }
}
.google-map .mobile-menu .open-map-menu {
  float: right;
  width: 48px;
  height: 48px;
  border-left: 1px solid #fff;
  text-indent: -9999px;
  position: relative;
}
.google-map .mobile-menu .open-map-menu .icon {
  width: 12px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease-out;
}
.google-map .mobile-menu .open-map-menu .icon svg {
  fill: #fff;
}
.google-map .mobile-menu .title {
  width: calc(100% - 48px);
  float: left;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.google-map .mobile-menu.active-menu {
  transform: translateX(-100%);
  left: 48px;
}
.google-map .mobile-menu.active-menu + .menu-wrap {
  transform: translate(0);
}
.google-map .mobile-menu.active-menu .icon {
  transform: translate(-50%, -50%) rotate(180deg);
}
.google-map .menu-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 48px);
  background: #fff;
  z-index: 10;
  border-top: 1px solid #eaeaea;
  overflow-y: scroll;
  max-height: 80vh;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.81, 0.19, 0.15, 1);
  min-height: 320px;
  height: 100%;
}
@media (min-width: 896px) {
  .google-map .menu-wrap {
    width: 400px;
    max-height: 612px;
    transform: none;
  }
}
@media (min-width: 1136px) {
  .google-map .menu-wrap {
    max-height: 720px;
  }
}
.google-map .menu-wrap .filter {
  display: flex;
  align-items: center;
}
.google-map .menu-wrap .icon-image img {
  width: 24px;
  margin-right: 15px;
}
.google-map .menu-wrap .filter,
.google-map .menu-wrap .location-text:not(.search-result) {
  padding: 10px 35px;
}
.google-map .menu-wrap .filter:hover,
.google-map .menu-wrap .location-text:not(.search-result):hover {
  background: #F2F2F2;
  cursor: pointer;
}
.google-map .menu-wrap .location-text:not(.search-result).active, .google-map .menu-wrap .location-text:not(.search-result).marker-hover,
.google-map .menu-wrap .child.filter.active,
.google-map .menu-wrap .child.filter.marker-hover {
  background: #F2F2F2;
}
.google-map .menu-wrap .drawer-trigger {
  margin: 0 !important;
  padding: 12px 35px;
  width: 100%;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #00529C;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.google-map .menu-wrap .drawer-trigger:hover {
  background: #00529C;
}
.google-map .menu-wrap .drawer-trigger:before, .google-map .menu-wrap .drawer-trigger:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 2px;
}
.google-map .menu-wrap .drawer-trigger:before {
  transition: transform 0.25s ease-out;
  transform: translateY(-50%) rotate(90deg);
}
.google-map .menu-wrap .drawer-trigger.active:before {
  transform: translateY(-50%);
}
.google-map .menu-wrap input.parent-tab {
  display: none;
}
.google-map .menu-wrap input.parent-tab:checked + label {
  background: #fff;
  color: #003A54;
}
.google-map .menu-wrap .category-content {
  height: auto;
  display: none;
}
.google-map .search-wrap {
  position: relative;
}
.google-map .search-wrap input {
  float: left;
  width: 90% !important;
  height: 70px;
  border: none;
  padding: 0 32px;
}
.google-map .search-wrap button {
  float: left;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  text-indent: -999px;
  overflow: hidden;
  padding: 12px;
  border: none;
  outline: 0;
}
.google-map .search-wrap button:hover {
  opacity: 0.75;
}
.google-map .search-wrap button:active {
  top: 52%;
}
.google-map .search-wrap .search-predicitions {
  position: absolute;
  opacity: 0;
  top: 70px;
  left: 50%;
  transform: translate(-50%);
  width: 90%;
  background: #fff;
  z-index: 11;
  overflow-y: hidden;
  border: 2px solid #eaeaea;
  max-height: 0;
  overflow: hidden;
  max-height: 230px;
  transition: max-height 0.25s ease-out;
}
.google-map .search-wrap .search-predicitions.active {
  max-height: 222px;
  opacity: 1;
  overflow-y: scroll;
}
.google-map .search-wrap .search-predicitions .predicition {
  padding: 4px 10px;
  color: #999;
}
.google-map .search-wrap .search-predicitions .predicition:hover {
  cursor: pointer;
  text-decroation: underline;
}
.google-map .search-wrap .search-predicitions .exact-match {
  color: #003A54;
}
.google-map .search-results {
  position: relative;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.google-map .search-results .title {
  padding: 35px 35px 0 35px;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 30px;
  display: block;
}
.google-map .search-results .total {
  padding: 0 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
}
.google-map .search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.google-map .search-results li {
  font-size: 14px;
  padding: 10px 35px;
}
.google-map .search-results .search-result:hover, .google-map .search-results .search-result.active {
  cursor: pointer;
  background: #F2F2F2;
}
.google-map .search-results .close-results {
  position: absolute;
  top: 20px;
  right: 8px;
  width: 44px;
  height: 44px;
}
.google-map .search-results .close-results:after, .google-map .search-results .close-results:before {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #003A54;
}
.google-map .search-results .close-results:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.google-map .search-results .close-results:hover {
  cursor: pointer;
}

.infoBox {
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.34);
  color: #003A54;
}
.infoBox:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.infoBox .box-content {
  padding: 24px;
}
.infoBox .box-content h4 {
  line-height: 1.5;
}
.infoBox .box-content p {
  margin-top: 8px;
  display: inline-block;
  font-weight: 300;
}
.infoBox .box-content a {
  text-decoration: underline;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-top: 16px;
  display: inline-block;
}
.infoBox img {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 5;
}
.infoBox p {
  font-weight: 500;
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.group-of-links {
  background: #f2f2f2;
}
@media (max-width: calc(896px - 1px)) {
  .group-of-links {
    padding: 32px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .group-of-links {
    padding: 64px 48px;
    margin: 0;
  }
  .group-of-links:first-of-type {
    margin-top: 0;
  }
}
.group-of-links .section-title {
  text-align: left;
}
.group-of-links .button {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 8px;
  padding-top: 32px;
}
.group-of-links .link-title {
  font-size: 16px;
  letter-spacing: 1px;
}
.group-of-links .link-sub-title {
  font-size: 12px;
  letter-spacing: 0.923077px;
}
.group-of-links .links-wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (min-width: 768px) {
  .group-of-links .links-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .group-of-links .links-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1366px) {
  .group-of-links .links-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}

.text-callout {
  background: #003A54;
  padding: 48px 16px;
}
@media (min-width: 896px) {
  .text-callout {
    padding: 80px 96px;
  }
}
.text-callout p {
  line-height: 1.231;
}
.text-callout .wrap > *:not(.text-callout-attribute) {
  font-size: 1.25em;
  color: #fff;
  text-transform: none;
  text-align: center;
}
@media (min-width: 896px) {
  .text-callout .wrap > *:not(.text-callout-attribute) {
    font-size: 2.5em;
  }
}
.quote {
  margin-top: 0;
}

.text-callout-attribute {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 768px) {
  .text-callout-attribute {
    text-align: center;
  }
}

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

.wysiwyg ul {
  font-size: 16px;
}
@media (min-width: 896px) {
  .wysiwyg ul {
    font-size: 18px;
  }
}
.wysiwyg:not(.with-bg-image) {
  margin: 0 32px;
  padding: 64px 0;
}
.wysiwyg:not(.with-bg-image).with-bg-color {
  margin: 0;
  padding: 32px;
}
@media (min-width: 768px) {
  .wysiwyg:not(.with-bg-image) {
    padding: 64px 32px;
    margin: 0;
  }
  .wysiwyg:not(.with-bg-image).with-bg-color {
    padding: 64px 26.6666666667vw;
  }
}
@media (min-width: 1024px) {
  .wysiwyg:not(.with-bg-image) {
    padding: 64px 26.6666666667vw;
  }
  .wysiwyg:not(.with-bg-image).with-bg-color {
    padding: 64px 26.6666666667vw;
  }
}
@media (min-width: 1366px) {
  .wysiwyg:not(.with-bg-image) {
    padding: 64px 26.6666666667vw;
  }
  .wysiwyg:not(.with-bg-image).with-bg-color {
    padding: 64px 26.6666666667vw;
  }
}
@media (min-width: 1920px) {
  .wysiwyg:not(.with-bg-image) {
    padding: 64px 512px;
    margin: 0;
  }
  .wysiwyg:not(.with-bg-image).with-bg-color {
    padding: 64px 512px;
  }
}
.wysiwyg:not(.with-bg-image):not(.three-column).single-wysiwyg {
  margin: 64px 32px;
  padding: 0;
}
.wysiwyg:not(.with-bg-image):not(.three-column).single-wysiwyg.with-bg-color {
  margin: 0;
  padding: 32px;
}
@media (min-width: 768px) {
  .wysiwyg:not(.with-bg-image):not(.three-column).single-wysiwyg {
    padding: 0 32px;
    margin: 96px 0;
  }
  .wysiwyg:not(.with-bg-image):not(.three-column).single-wysiwyg.with-bg-color {
    padding: 64px 26.6666666667vw;
  }
}
@media (min-width: 1024px) {
  .wysiwyg:not(.with-bg-image):not(.three-column).single-wysiwyg {
    padding: 0 26.6666666667vw;
    margin: 64px 0;
  }
  .wysiwyg:not(.with-bg-image):not(.three-column).single-wysiwyg.with-bg-color {
    padding: 64px 26.6666666667vw;
  }
}
@media (min-width: 1366px) {
  .wysiwyg:not(.with-bg-image):not(.three-column).single-wysiwyg {
    padding: 0 26.6666666667vw;
    margin: 64px 0;
  }
  .wysiwyg:not(.with-bg-image):not(.three-column).single-wysiwyg.with-bg-color {
    padding: 64px 26.6666666667vw;
  }
}
@media (min-width: 1920px) {
  .wysiwyg:not(.with-bg-image):not(.three-column).single-wysiwyg {
    padding: 0 512px;
    margin: 64px 0;
  }
  .wysiwyg:not(.with-bg-image):not(.three-column).single-wysiwyg.with-bg-color {
    padding: 64px 512px;
  }
}
.wysiwyg.module.with-sidebar {
  margin: 0 32px;
  padding: 64px 0;
}
@media (min-width: 1024px) {
  .wysiwyg.module.with-sidebar {
    margin: 0 48px;
  }
}
.wysiwyg.no-top-margin {
  margin-top: 0 !important;
}

.wysiwyg.bordered + .wysiwyg.bordered:not(.with-bg-color):before,
.wysiwyg.bordered.three-column:before, .callout-module + .wysiwyg:before {
  content: "";
  width: 100%;
  margin: 0;
  height: 2px;
  background: #D6D6D6;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .wysiwyg.bordered + .wysiwyg.bordered:not(.with-bg-color):before,
.wysiwyg.bordered.three-column:before, .callout-module + .wysiwyg:before {
    width: calc(100% - 96px);
    margin: 0 48px;
  }
}

.video-bg {
  height: 56.25vw;
  display: flex;
  align-items: center;
}

#video-background {
  /*  making the video fullscreen  */
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}

@media (min-width: 768px) {
  .wysiwyg.module.with-sidebar {
    padding: 64px 0 64px 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .wysiwyg.module.with-sidebar .module-wrap {
    width: 74.30939226%;
  }
  .wysiwyg.module.with-sidebar .module-wrap > div {
    margin-left: 34.254143644%;
  }
}

@media (min-width: 768px) {
  .wysiwyg .section-title {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .wysiwyg .small-sans:not(.section-title) {
    margin-top: 64px;
    margin-bottom: 32px;
  }
  .wysiwyg .small-sans:not(.section-title):first-of-type {
    margin-top: 0;
  }
}

.wysiwyg .really-small-sans {
  margin-top: 32px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .wysiwyg .really-small-sans {
    margin-top: 48px;
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .wysiwyg p {
    margin-bottom: 32px;
  }
}

.module p a {
  color: #00BABC;
  text-decoration: none;
}
.module p a:hover, .module p a:active, .module p a:focus {
  color: #00529C;
  text-decoration: underline;
}

.wysiwyg b,
.wysiwyg strong {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.wysiwyg img {
  background: #eee;
  min-height: 20px;
}
@media (min-width: 768px) {
  .wysiwyg img {
    margin-bottom: 32px;
  }
}
.wysiwyg .alignleft,
.wysiwyg img.alignleft,
.wysiwyg .alignright,
.wysiwyg img.alignright {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}

.wysiwyg .wp-caption {
  background: transparent;
  padding: 0;
}
@media (min-width: 768px) {
  .wysiwyg .wp-caption img {
    margin-bottom: 0;
  }
}
.wysiwyg .wp-caption .wp-caption-text {
  text-align: left;
  font-size: 0.875em;
  font-style: italic;
  color: #999;
}

.wysiwyg .button, .button.with-icon {
  margin-bottom: 16px;
  margin-top: 0;
}
.wysiwyg .button.download-button, .button.with-icon.download-button {
  margin-bottom: 0;
}
.cssmask .wysiwyg .button.download-button:before, .cssmask .button.with-icon.download-button:before {
  content: "";
  position: relative;
  display: block;
  left: 0;
  top: 0;
  margin-top: -4px;
  margin-right: 8px;
  height: 24px;
  width: 24px;
  -webkit-mask: url(../img/download-icon.svg) no-repeat 50% 50%;
          mask: url(../img/download-icon.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: currentColor;
}
.no-cssmask .wysiwyg .button.download-button:after, .no-cssmask .button.with-icon.download-button:after {
  content: "(download)";
  position: relative;
  margin-left: 8px;
}
.wysiwyg .button:last-of-type, .button.with-icon:last-of-type {
  margin-bottom: 0;
}
.wysiwyg .button:hover, .wysiwyg .button:active, .wysiwyg .button:focus, .button.with-icon:hover, .button.with-icon:active, .button.with-icon:focus {
  text-decoration: none;
}

@media (min-width: 1100px) {
  .wysiwyg .two-column {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
.wysiwyg .two-column .really-small-sans {
  margin-bottom: 16px;
}
.wysiwyg .two-column .really-small-sans:first-of-type {
  margin-top: 0;
}

.wysiwyg.three-column {
  text-align: center;
}
@media (min-width: 768px) {
  .wysiwyg.three-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1100px) {
  .wysiwyg.three-column {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
  }
}
.wysiwyg.three-column:first-of-type {
  border-top: 1px solid #999;
}
.wysiwyg.three-column p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .wysiwyg.three-column p {
    width: 33.333333%;
    margin-bottom: 8px;
  }
}
@media (min-width: 1100px) {
  .wysiwyg.three-column p:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .wysiwyg.three-column p {
    width: 25%;
  }
}
.wysiwyg.three-column .section-title {
  width: 100%;
}
.wysiwyg.three-column .really-small-sans {
  margin-bottom: 16px;
  -moz-column-span: all;
       column-span: all;
}
.wysiwyg.three-column .really-small-sans:first-of-type {
  margin-top: 0;
  -moz-column-span: all;
       column-span: all;
}

.wysiwyg:not(.gray-textbox) + .callout-module {
  margin-top: 0;
}

.callout-module + .wysiwyg:not(.with-bg-image).single-wysiwyg {
  padding-top: 64px;
}
@media (min-width: 768px) {
  .callout-module + .wysiwyg:not(.with-bg-image).single-wysiwyg {
    padding-top: 64px;
  }
}
.gray-textbox.wysiwyg {
  background: #f2f2f2;
  color: #003A54;
  margin: 0;
  padding: 0;
}
.gray-textbox.wysiwyg .image-wrap {
  padding: 32px;
}
@media (max-width: calc(768px - 1px)) {
  .gray-textbox.wysiwyg .image-wrap {
    background: transparent !important;
  }
}
@media (min-width: 768px) {
  .gray-textbox.wysiwyg .image-wrap {
    padding: 64px 26.6666666667vw;
  }
}
@media (min-width: 1366px) {
  .gray-textbox.wysiwyg .image-wrap {
    padding: 64px 26.6666666667vw;
  }
}
@media (min-width: 1920px) {
  .gray-textbox.wysiwyg .image-wrap {
    padding: 64px 512px;
  }
}
.gray-textbox.wysiwyg .section-title + .smallest-sans {
  margin-top: -24px;
}
.gray-textbox.wysiwyg p.really-small-sans {
  margin-top: 32px;
}
@media (max-width: calc(896px - 1px)) {
  .items,
.related-tribe-events {
    margin: 32px 0;
  }
}
@media (min-width: 896px) {
  .items,
.related-tribe-events {
    display: flex;
    flex-direction: column;
    float: left;
    width: 50%;
    margin: 48px 64px;
  }
}
.items.upcoming-events,
.related-tribe-events.upcoming-events {
  margin-right: 0;
  margin-left: 0;
}
.items.news,
.related-tribe-events.news {
  margin-top: 32px;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 896px) {
  .items.news,
.related-tribe-events.news {
    margin-top: 0;
  }
}
.items .section-title,
.related-tribe-events .section-title {
  text-align: left;
  line-height: 1;
  padding-left: 32px;
  margin: 0;
}
.items .section-title:before,
.related-tribe-events .section-title:before {
  display: block;
  content: "";
  margin-top: -0.07142857em;
}
.items .section-title:after,
.related-tribe-events .section-title:after {
  display: block;
  content: "";
  margin-bottom: -0.1785714286em;
}
@media (min-width: 768px) {
  .items .section-title,
.related-tribe-events .section-title {
    padding-left: 64px;
  }
}

.item .media-description {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .item .media-description {
    margin-top: 32px;
  }
}

a.learn-more.button,
.item-wrap .button,
.featured-wrap .button {
  padding: 0;
  border: none;
  line-height: 1.231;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #00BABC !important;
  background: transparent !important;
  font-size: 12px;
  letter-spacing: 0.7px;
  margin: 0 auto;
  transition: color 0.2s ease-in-out;
}
.items a.learn-more.button, .item a.learn-more.button,
.items .item-wrap .button,
.item .item-wrap .button,
.items .featured-wrap .button,
.item .featured-wrap .button {
  display: inline-block;
  width: auto;
}
a.learn-more.button:after,
.item-wrap .button:after,
.featured-wrap .button:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  background: #00BABC;
  height: 1px;
  transition: background 0.2s ease-in-out;
}
a.learn-more.button:hover, a.learn-more.button:active, a.learn-more.button:focus,
.item-wrap .button:hover,
.item-wrap .button:active,
.item-wrap .button:focus,
.featured-wrap .button:hover,
.featured-wrap .button:active,
.featured-wrap .button:focus {
  color: #003A54 !important;
}
a.learn-more.button:hover:after, a.learn-more.button:active:after, a.learn-more.button:focus:after,
.item-wrap .button:hover:after,
.item-wrap .button:active:after,
.item-wrap .button:focus:after,
.featured-wrap .button:hover:after,
.featured-wrap .button:active:after,
.featured-wrap .button:focus:after {
  background: #003A54;
}

.item-wrap .item-content .button,
.item-wrap .item-info .byline a {
  display: inline-block;
  width: auto;
}

.item-wrap,
.featured-wrap {
  background: #F2F2F2;
  padding: 40px 32px;
}
@media (min-width: 768px) {
  .item-wrap,
.featured-wrap {
    padding: 64px;
  }
}
.item-wrap .item,
.featured-wrap .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.item-wrap .item.blog-no-image,
.featured-wrap .item.blog-no-image {
  justify-content: flex-end;
}
.item-wrap .item-image-link,
.featured-wrap .item-image-link {
  margin-bottom: 16px;
  display: none;
}
@media (min-width: 768px) {
  .item-wrap .item-image-link,
.featured-wrap .item-image-link {
    margin-bottom: 0;
    margin-right: 0;
    width: 33.333%;
    display: block;
  }
}
.item-wrap .item-info,
.featured-wrap .item-info {
  width: 66.6666%;
  width: 100%;
  background: transparent;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: iphone-wide) {
  .item-wrap .item-info,
.featured-wrap .item-info {
    width: 66.6666%;
  }
}
@media (min-width: 768px) {
  .item-wrap .item-info,
.featured-wrap .item-info {
    width: 66.6666%;
  }
}
.item-wrap .item-info a,
.featured-wrap .item-info a {
  text-decoration: none;
  display: block;
}
.item-wrap .item-subtitle a,
.item-wrap .item-subtitle,
.featured-wrap .item-subtitle a,
.featured-wrap .item-subtitle {
  text-transform: none;
  font-size: 14px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1px;
  color: #003A54;
}
.item-wrap .item-subtitle a:hover, .item-wrap .item-subtitle a:active, .item-wrap .item-subtitle a:focus,
.item-wrap .item-subtitle:hover,
.item-wrap .item-subtitle:active,
.item-wrap .item-subtitle:focus,
.featured-wrap .item-subtitle a:hover,
.featured-wrap .item-subtitle a:active,
.featured-wrap .item-subtitle a:focus,
.featured-wrap .item-subtitle:hover,
.featured-wrap .item-subtitle:active,
.featured-wrap .item-subtitle:focus {
  color: #003A54;
}
.item-wrap .item-subtitle,
.featured-wrap .item-subtitle {
  margin-bottom: 6px;
}
.item-wrap .item-title a,
.featured-wrap .item-title a {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #003A54;
  text-transform: uppercase;
}
.item-wrap .item-title a:hover, .item-wrap .item-title a:active, .item-wrap .item-title a:focus,
.featured-wrap .item-title a:hover,
.featured-wrap .item-title a:active,
.featured-wrap .item-title a:focus {
  color: #003A54;
}
.item-wrap .icon-next,
.featured-wrap .icon-next {
  position: absolute;
  right: 0;
  top: 16px;
}
.item-wrap .icon-next svg use,
.featured-wrap .icon-next svg use {
  fill: #00BABC;
}

@media (min-width: 768px) {
  .item-wrap {
    height: 100%;
  }
}
.item-wrap .item-info {
  padding: 0 32px 0 0;
}
@media (min-width: 768px) {
  .item-wrap .item-info {
    padding: 0 32px 0;
  }
}

.blog.item-wrap,
.search-results-wrap {
  background: transparent;
  padding: 40px 32px;
}
@media (min-width: 1366px) {
  .blog.item-wrap,
.search-results-wrap {
    padding: 40px 160px;
  }
}
@media (min-width: 1450px) {
  .blog.item-wrap,
.search-results-wrap {
    padding: 40px 22.222222222vw;
  }
}
@media (min-width: 1500px) {
  .blog.item-wrap,
.search-results-wrap {
    padding: 40px 320px;
  }
}
.blog.item-wrap .item,
.search-results-wrap .item {
  flex-direction: column;
}
.blog.item-wrap .item:first-child,
.search-results-wrap .item:first-child {
  margin-top: 0;
}
.blog.item-wrap .item:last-child,
.search-results-wrap .item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog.item-wrap .item,
.search-results-wrap .item {
    flex-direction: row;
  }
}
@media (min-width: 896px) {
  .blog.item-wrap .item,
.search-results-wrap .item {
    width: 82.872928171%;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog.item-wrap,
.search-results-wrap {
  padding: 40px 32px;
}
@media (min-width: 896px) {
  .blog.item-wrap,
.search-results-wrap {
    padding: 40px 48px;
  }
}
@media (min-width: 1366px) {
  .blog.item-wrap,
.search-results-wrap {
    padding: 40px 48px;
  }
}
@media (min-width: 1450px) {
  .blog.item-wrap,
.search-results-wrap {
    padding: 40px 48px;
  }
}
@media (min-width: 1500px) {
  .blog.item-wrap,
.search-results-wrap {
    padding: 40px 48px;
  }
}
@media (min-width: 768px) {
  .blog.item-wrap .icon-next,
.search-results-wrap .icon-next {
    right: 0;
  }
}
@media (min-width: 1024px) {
  .blog.item-wrap .icon-next,
.search-results-wrap .icon-next {
    right: 0;
  }
}
@media (min-width: 1366px) {
  .blog.item-wrap .icon-next,
.search-results-wrap .icon-next {
    right: 0;
  }
}
@media (min-width: 768px) {
  .blog.item-wrap .item-info,
.search-results-wrap .item-info {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .blog.item-wrap .item-info,
.search-results-wrap .item-info {
    padding: 0;
  }
}
@media (min-width: 1366px) {
  .blog.item-wrap .item-info,
.search-results-wrap .item-info {
    padding: 0;
  }
}

.featured-wrap .item-info {
  width: 100%;
}
.featured-wrap .item-image-link {
  margin-right: 0;
  display: block;
}

.item-section-header {
  position: relative;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #003A54;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .item-section-header {
    margin-bottom: 32px;
  }
}
.item-section-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00BABC;
}

.read-more-link {
  display: inline-block;
  position: relative;
  color: #00BABC;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 24px;
  transition: color 0.2s ease-in-out;
}
.read-more-link:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00BABC;
  transition: background 0.2s ease-in-out;
}
.read-more-link:hover, .read-more-link:active, .read-more-link:focus {
  color: #003A54;
}
.read-more-link:hover:after, .read-more-link:active:after, .read-more-link:focus:after {
  background: #003A54;
}

.featured-wrap {
  background: transparent;
}
.featured-wrap .item-section-header {
  margin-bottom: 16px;
}
.featured-wrap .item {
  flex-direction: column;
  margin-bottom: 0;
}
.featured-wrap .item-image-link {
  width: 100%;
}
.featured-wrap .item-title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .featured-wrap .item-title {
    margin-bottom: 24px;
  }
}
.featured-wrap .item-info {
  padding: 24px 16px 16px 0;
}
.featured-wrap .icon-next {
  top: 24px;
}

.item-excerpt {
  color: #003A54;
  margin: 0;
}
@media (min-width: 768px) {
  .item-excerpt {
    font-size: 16px;
    letter-spacing: 0.7px;
    line-height: 28px;
  }
}

.blog .item-title {
  margin-top: 0;
  margin-bottom: 16px;
  padding-right: 32px;
}
@media (min-width: 768px) {
  .blog .item-title {
    margin-bottom: 24px;
  }
}

.blog .item-subtitle {
  padding-right: 32px;
}

.blog .item-excerpt {
  margin-bottom: 16px;
}

.related-blog-post-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 32px;
}
@media (min-width: 768px) {
  .related-blog-post-items {
    padding: 48px;
  }
}
.related-blog-post-items .section-title {
  width: 100%;
  padding-left: 0;
  text-align: center;
  margin-bottom: 40px;
}
.related-blog-post-items .featured-wrap {
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .related-blog-post-items .featured-wrap {
    width: 31.491712705%;
    margin-right: 2.762430939%;
  }
  .related-blog-post-items .featured-wrap:last-child {
    margin-right: 0;
  }
  .related-blog-post-items .featured-wrap .item-title {
    padding-right: 32px;
  }
}

#items-next-arrow {
  fill: #00BABC;
}

.item-wrap a.item-image-link + .item-info {
  width: 100%;
  padding: 0;
}
@media (min-width: iphone-wide) {
  .item-wrap a.item-image-link + .item-info {
    width: 66.6666%;
  }
}
@media (min-width: 768px) {
  .item-wrap a.item-image-link + .item-info {
    padding: 0 0 0 32px;
  }
}

.item-wrap .item-info {
  width: 100%;
  padding-left: 0;
}

.item-wrap {
  max-width: 1500px;
  margin: 0 auto;
}
.no-margins .item-wrap {
  margin: 0;
}

.row.module:not(.margin-all) .text-column:first-of-type {
  margin: 0 0 0;
}
@media (min-width: 1920px) {
  .margin-all.with-background .text-wrap {
    max-width: 1920px;
    margin: 0 auto;
  }
}

.row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 896px) {
  .row {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1136px) {
  .row {
    justify-content: flex-start;
  }
}
.row .title-wrap {
  margin-bottom: 16px;
}

.column {
  position: relative;
}

.media-column img {
  min-width: 100%;
  margin: 0 auto;
}
.media-column img.not-responsive {
  min-width: 1px;
}
.media-column.flag__image {
  float: none;
}
.media-column.sixcol:not(.last), .media-column.fourcol:not(.last), .media-column.threecol:not(.last) {
  margin: 0;
}
img.not-reponsive {
  min-width: 0;
}

.with-background-image .absolute-image {
  z-index: -1;
}

.video-bg-wrapper {
  width: 100%;
  background: #333;
  transition: height 2s ease-in;
}

.video-link {
  display: block;
  position: relative;
}

.image-link {
  display: block;
}

.media-description {
  margin: 0;
}
.text-column {
  padding: 32px;
}
@media (max-width: calc(896px - 1px)) {
  .text-column {
    margin: 0;
  }
}
@media (min-width: 896px) {
  .text-column {
    padding: 64px 80px 64px 64px;
  }
}
.text-column p:first-child,
.text-column h1:first-child,
.text-column h2:first-child,
.text-column h3:first-child,
.text-column h4:first-child,
.text-column h5:first-child,
.text-column h6:first-child {
  margin-top: 0;
}
.text-column.two-column {
  max-width: none;
  padding-right: 0;
}
.text-column:only-child {
  padding: 0 8px;
  width: 100%;
}
@media (min-width: 896px) {
  .text-column:only-child {
    padding: 0;
  }
}
.text-column *:only-child {
  margin: 0;
}
.text-column ul {
  margin-top: 0.5em;
}

.slide-content {
  padding: 24px;
}

.fullwidth-bg {
  padding: 16px 0;
  background-color: #003A54;
  background-size: contain;
  background-position: center center;
}
@media (min-width: 896px) {
  .fullwidth-bg {
    padding: 48px 0;
  }
}
.fullwidth-bg .slide-content,
.fullwidth-bg .slick-slide > span {
  width: auto;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 896px) {
  .fullwidth-bg .slide-content,
.fullwidth-bg .slick-slide > span {
    padding: 0 48px;
  }
}

.slick-slide span + .slide-content {
  position: absolute;
  top: 50%;
  left: 7.5%;
  transform: translateY(-50%);
  width: 75%;
  z-index: 2;
}

.slick-slide > span {
  position: relative;
}

.module-rotator.module .section-title {
  text-align: center;
  margin-bottom: 13px;
}
@media (min-width: 896px) {
  .module-rotator.module .section-title {
    margin-bottom: 13px;
  }
}

.sponsors-type-rotator {
  margin: 0;
  padding: 32px 0;
}
@media (min-width: 667px) {
  .sponsors-type-rotator {
    padding: 32px 0;
  }
}
@media (min-width: 896px) {
  .sponsors-type-rotator {
    padding: 48px 0;
  }
}
.sponsors-type-rotator:not(.with-bg-image):not(.with-bg-color) {
  margin: 64px 0;
  padding: 0;
}
@media (min-width: 667px) {
  .sponsors-type-rotator:not(.with-bg-image):not(.with-bg-color) {
    margin: 64px 0;
  }
}
@media (min-width: 896px) {
  .sponsors-type-rotator:not(.with-bg-image):not(.with-bg-color) {
    margin: 100px 0;
  }
}
.sponsor-slider .sponsor-slide {
  visibility: hidden;
}
.sponsor-slider .sponsor-slide img {
  width: 80%;
  margin: 0 auto;
}
.sponsor-slider.slick-initialized .sponsor-slide {
  visibility: visible;
}
.sponsor-slider .slick-next,
.sponsor-slider .slick-prev {
  display: none !important;
}
.sponsor-slider .slick-dots {
  display: flex;
  justify-content: center;
  visibility: visible;
  position: relative;
  padding: 0;
  margin: 20px 0 0;
  bottom: 0;
}
.sponsor-slider .slick-dots li {
  display: block;
  height: 12px;
  width: 12px;
  margin-right: 16px;
}
.sponsor-slider .slick-dots li button {
  height: 12px;
  width: 12px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background: rgba(0, 82, 156, 0.25);
}
.sponsor-slider .slick-dots li:last-child {
  margin-right: 0;
}
.sponsor-slider .slick-dots li.slick-active button {
  background: #00529C;
}

.half-image-half-text {
  position: relative;
}
@media (min-width: 480px) {
  .half-image-half-text {
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }
}
@media (min-width: 896px) {
  .half-image-half-text {
    flex-direction: row;
  }
}
.half-image-half-text.reverse-row {
  flex-direction: row-reverse;
}
.half-image-half-text .bg-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  min-height: 300px;
}
@media (min-width: 525px) {
  .half-image-half-text .bg-image {
    min-height: 350px;
  }
}
@media (min-width: 667px) {
  .half-image-half-text .bg-image {
    min-height: 400px;
  }
}
.half-image-half-text .image {
  overflow: hidden;
}
.half-image-half-text .content {
  position: relative;
  min-height: 100%;
  padding: 32px;
}
@media (min-width: 896px) {
  .half-image-half-text .content {
    padding: 40px 48px;
  }
}
@media (min-width: 1136px) {
  .half-image-half-text .content {
    padding: 64px 80px 64px 64px;
  }
}
.half-image-half-text .content h3 {
  margin-top: 0;
}
@media (min-width: 896px) {
  .half-image-half-text.has-background .content-center {
    padding: 0 32px;
  }
}
@media (min-width: 896px) {
  .half-image-half-text .onecol {
    width: 8.563535911%;
    margin-left: 0;
  }
  .half-image-half-text .twocol {
    width: 17.127071822%;
    margin-left: 0;
  }
  .half-image-half-text .threecol {
    width: 25.690607733%;
    margin-left: 0;
  }
  .half-image-half-text .fourcol {
    width: 34.254143644%;
    margin-left: 0;
  }
  .half-image-half-text .fivecol {
    width: 42.817679555%;
    margin-left: 0;
  }
  .half-image-half-text .sixcol {
    width: 51.381215466%;
    margin-left: 0;
  }
  .half-image-half-text .sevencol {
    width: 59.944751377%;
    margin-left: 0;
  }
  .half-image-half-text .eightcol {
    width: 68.508287288%;
    margin-left: 0;
  }
  .half-image-half-text .ninecol {
    width: 77.071823199%;
    margin-left: 0;
  }
  .half-image-half-text .tencol {
    width: 85.63535911%;
    margin-left: 0;
  }
  .half-image-half-text .elevencol {
    width: 94.198895021%;
    margin-left: 0;
  }
}

@media (max-width: calc(896px - 1px)) {
  .touts {
    margin: 32px;
  }
}
@media (min-width: 768px) {
  .touts {
    padding: 0;
    margin: 64px 48px;
  }
  .touts:first-of-type {
    margin-top: 0;
  }
  .touts .module-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.touts a {
  display: block;
  position: relative;
  text-decoration: none;
}

.touts .section-title,
.module-tout {
  text-align: center;
}

.touts .section-title {
  width: 100%;
}

.module.with-sidebar.touts {
  padding: 0;
}
.module.with-sidebar.touts .module-tout {
  margin-bottom: 0;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .module.with-sidebar.touts .module-tout:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .module.with-sidebar.touts .module-tout {
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  .module.with-sidebar.touts {
    margin-bottom: 0;
  }
  .module.with-sidebar.touts .module-tout.sixcol {
    width: 48%;
    margin-left: 4%;
  }
  .module.with-sidebar.touts .module-tout.sixcol.first {
    margin-left: 0;
  }
  .module.with-sidebar.touts.one-per-row .module-tout:nth-child(1) {
    margin-top: 0;
  }
  .module.with-sidebar.touts.two-per-row .module-tout:nth-child(1),
.module.with-sidebar.touts.two-per-row .module-tout:nth-child(2) {
    margin-top: 0;
  }
  .module.with-sidebar.touts.three-per-row .module-tout:nth-child(1),
.module.with-sidebar.touts.three-per-row .module-tout:nth-child(2),
.module.with-sidebar.touts.three-per-row .module-tout:nth-child(3) {
    margin-top: 0;
  }
  .module.with-sidebar.touts.four-per-row .module-tout:nth-child(1),
.module.with-sidebar.touts.four-per-row .module-tout:nth-child(2),
.module.with-sidebar.touts.four-per-row .module-tout:nth-child(3),
.module.with-sidebar.touts.four-per-row .module-tout:nth-child(4) {
    margin-top: 0;
  }
  .module.with-sidebar.touts.six-per-row .module-tout:nth-child(1),
.module.with-sidebar.touts.six-per-row .module-tout:nth-child(2),
.module.with-sidebar.touts.six-per-row .module-tout:nth-child(3),
.module.with-sidebar.touts.six-per-row .module-tout:nth-child(4),
.module.with-sidebar.touts.six-per-row .module-tout:nth-child(5),
.module.with-sidebar.touts.six-per-row .module-tout:nth-child(6) {
    margin-top: 0;
  }
}

.module-tout {
  margin-top: 32px;
  position: relative;
  float: none;
}
.module-tout:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .module-tout {
    width: 48%;
    margin-top: 48px;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 768px) and (max-width: calc(896px - 1px)) {
  .module-tout:nth-of-type(2n+2) {
    margin-left: 4%;
  }
}
@media (min-width: 768px) {
  .two-per-row .module-tout:nth-of-type(1), .two-per-row .module-tout:nth-of-type(2), .two-per-row.touts.module.with-sidebar .module-tout:nth-of-type(1), .two-per-row.touts.module.with-sidebar .module-tout:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .three-per-row .module-tout:nth-of-type(1), .three-per-row .module-tout:nth-of-type(2), .three-per-row.touts.module.with-sidebar .module-tout:nth-of-type(1), .three-per-row.touts.module.with-sidebar .module-tout:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .four-per-row .module-tout:nth-of-type(1), .four-per-row .module-tout:nth-of-type(2), .four-per-row.touts.module.with-sidebar .module-tout:nth-of-type(1), .four-per-row.touts.module.with-sidebar .module-tout:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .six-per-row .module-tout:nth-of-type(1), .six-per-row .module-tout:nth-of-type(2), .six-per-row.touts.module.with-sidebar .module-tout:nth-of-type(1), .six-per-row.touts.module.with-sidebar .module-tout:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (min-width: 896px) {
  .three-per-row .module-tout:nth-of-type(1), .three-per-row .module-tout:nth-of-type(2), .three-per-row .module-tout:nth-of-type(3), .three-per-row.touts.module.with-sidebar .module-tout:nth-of-type(1), .three-per-row.touts.module.with-sidebar .module-tout:nth-of-type(2), .three-per-row.touts.module.with-sidebar .module-tout:nth-of-type(3) {
    margin-top: 0;
  }
  .four-per-row .module-tout:nth-of-type(1), .four-per-row .module-tout:nth-of-type(2), .four-per-row .module-tout:nth-of-type(3), .four-per-row .module-tout:nth-of-type(4), .four-per-row.touts.module.with-sidebar .module-tout:nth-of-type(1), .four-per-row.touts.module.with-sidebar .module-tout:nth-of-type(2), .four-per-row.touts.module.with-sidebar .module-tout:nth-of-type(3), .four-per-row.touts.module.with-sidebar .module-tout:nth-of-type(4) {
    margin-top: 0;
  }
  .six-per-row .module-tout:nth-of-type(1), .six-per-row .module-tout:nth-of-type(2), .six-per-row .module-tout:nth-of-type(3), .six-per-row .module-tout:nth-of-type(4), .six-per-row .module-tout:nth-of-type(5), .six-per-row .module-tout:nth-of-type(6), .six-per-row.touts.module.with-sidebar .module-tout:nth-of-type(1), .six-per-row.touts.module.with-sidebar .module-tout:nth-of-type(2), .six-per-row.touts.module.with-sidebar .module-tout:nth-of-type(3), .six-per-row.touts.module.with-sidebar .module-tout:nth-of-type(4), .six-per-row.touts.module.with-sidebar .module-tout:nth-of-type(5), .six-per-row.touts.module.with-sidebar .module-tout:nth-of-type(6) {
    margin-top: 0;
  }
}
@media (min-width: 896px) {
  .module-tout {
    margin-left: 2.762430939%;
    margin-bottom: 0;
  }
  .module-tout.first {
    margin-left: 0;
  }
}
@media (min-width: 896px) {
  .module-tout.twocol {
    width: 14.364640883%;
    padding-bottom: 0;
  }
}
@media (min-width: 896px) {
  .module-tout.threecol {
    width: 22.928176794%;
    padding-bottom: 0;
  }
}
@media (min-width: 896px) {
  .module-tout.fourcol {
    width: 31.491712705%;
    padding-bottom: 0;
  }
}
@media (min-width: 896px) {
  .module-tout.sixcol {
    width: 48.618784527%;
    padding-bottom: 0;
  }
}
@media (min-width: 896px) {
  .module-tout.twelvecol {
    width: 99.999999993%;
    padding-bottom: 0;
  }
}
.module-tout .button {
  display: inline-block;
  margin-bottom: 0;
}
.module-tout img {
  width: 100%;
  margin-bottom: 0;
}
.module-tout .text-container {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  color: #333;
}
.module-tout .slider .slick-next:before,
.module-tout .slider .slick-prev:before {
  transform: translateY(-50%);
  top: 50%;
}
.module-tout .slider .slick-next:before {
  right: 12%;
}
.module-tout .slider .slick-prev:before {
  left: 12%;
}
.module-tout .slider img {
  margin-bottom: 0;
}

.tout-description {
  margin-top: 8px;
}

.title-under-image-tout {
  text-align: center;
}
.title-under-image-tout img {
  margin-bottom: 0;
}

.title-over-image-tout .slick-next,
.title-over-image-tout .slick-prev {
  z-index: 99;
}
.title-over-image-tout a {
  position: static;
}
.title-over-image-tout .play-button {
  display: none;
}
.title-over-image-tout .text-container {
  max-width: 90%;
}

.text-container {
  text-transform: uppercase;
  color: #999;
}

.wysiwyg:not(.with-bg-image) + .touts {
  margin-top: 0;
}

@media (max-width: calc(896px - 1px)) {
  .wysiwyg.gray-textbox + .touts {
    margin: 32px;
  }
}
@media (min-width: 768px) {
  .wysiwyg.gray-textbox + .touts {
    margin: 64px 48px;
  }
  .wysiwyg.gray-textbox + .touts:first-of-type {
    margin-top: 0;
  }
}
.touts.ticketing-touts {
  background: #f2f2f2;
}
@media (max-width: calc(896px - 1px)) {
  .touts.ticketing-touts {
    padding: 32px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .touts.ticketing-touts {
    padding: 64px 48px;
    margin: 0;
  }
  .touts.ticketing-touts:first-of-type {
    margin-top: 0;
  }
}
.touts.ticketing-touts .section-title {
  text-align: left;
}
.touts.ticketing-touts .item-excerpt {
  font-size: 14px;
  line-height: 1.231;
  margin: 8px 0;
}
.touts.ticketing-touts .item {
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0981753);
}
.touts.ticketing-touts .media-description {
  padding: 0 24px 32px;
}

.lightbox-gallery {
  margin: 0 32px;
}
@media (min-width: 768px) {
  .lightbox-gallery {
    margin: 0 48px 48px;
  }
}
.lightbox-gallery .lightbox-item {
  margin-bottom: 40px;
  float: none;
  text-align: center;
}
@media (min-width: 768px) {
  .lightbox-gallery .lightbox-item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .lightbox-gallery .lightbox-item {
    width: 48%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 480px) and (max-width: calc(896px - 1px)) {
  .lightbox-gallery .lightbox-item:nth-child(2n+2) {
    margin-left: 0;
  }
}
@media (min-width: 896px) {
  .lightbox-gallery .lightbox-item {
    margin-left: 2.762430939%;
  }
  .lightbox-gallery .lightbox-item.first {
    margin-left: 0;
  }
}
@media (min-width: 896px) {
  .lightbox-gallery .lightbox-item.twocol {
    width: 14.364640883%;
  }
}
@media (min-width: 896px) {
  .lightbox-gallery .lightbox-item.fourcol {
    width: 31.491712705%;
  }
}
@media (min-width: 768px) {
  .lightbox-gallery .lightbox-item.threecol:nth-of-type(2n + 2) {
    margin-left: 2.762430939%;
  }
}
@media (min-width: 896px) {
  .lightbox-gallery .lightbox-item.threecol {
    width: 22.928176794%;
  }
}
@media (min-width: 896px) {
  .lightbox-gallery .lightbox-item.sixcol {
    width: 48.618784527%;
  }
}
@media (min-width: 896px) {
  .lightbox-gallery .lightbox-item.twelvecol {
    width: 99.999999993%;
  }
}
.lightbox-gallery .lightbox-item a {
  display: block;
  position: relative;
}
.lightbox-gallery .lightbox-item .caption {
  margin: 8px 0 0;
}
.lightbox-gallery .lightbox-item img {
  width: 100%;
}
@media (min-width: 896px) {
  .lightbox-gallery.two-per-row .lightbox-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (min-width: 896px) {
  .lightbox-gallery.three-per-row .lightbox-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (min-width: 896px) {
  .lightbox-gallery.three-per-row .lightbox-item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .lightbox-gallery.four-per-row .lightbox-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (min-width: 896px) {
  .lightbox-gallery.four-per-row .lightbox-item:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .lightbox-gallery.six-per-row .lightbox-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (min-width: 896px) {
  .lightbox-gallery.six-per-row .lightbox-item:nth-last-child(-n+6) {
    margin-bottom: 0;
  }
}

.lightbox-gallery .title-wrap {
  margin-bottom: 32px;
  text-align: center;
}
.lightbox-gallery .title-wrap h2 {
  font-size: 28px;
}

.play-button {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (min-width: 896px) {
  .play-button {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 967px) {
  .play-button {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1450px) {
  .play-button {
    width: 150px;
    height: 150px;
  }
}
.play-button div {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 6px solid #fff;
  text-indent: 200px;
  background: transparent;
}
@media (min-width: 896px) {
  .play-button div {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 967px) {
  .play-button div {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1450px) {
  .play-button div {
    width: 150px;
    height: 150px;
  }
}
.play-button div span {
  color: #fff;
  width: 100%;
  padding-left: 10px;
  padding-top: 0;
  font-size: 45px;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  text-align: center;
  text-indent: 0;
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scaleY(1.125) scaleX(0.8);
  z-index: 2;
}
@media (min-width: 1450px) {
  .play-button div span {
    font-size: 60px;
  }
}

.parallax-image {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  height: 33%;
  box-sizing: content-box;
  background-repeat: no-repeat;
}
@media (min-width: 896px) {
  .parallax-image {
    max-width: 100%;
  }
  .parallax-image.small-size {
    padding-bottom: 25vh;
  }
  .parallax-image.medium-size {
    padding-bottom: 50vh;
  }
  .parallax-image.large-size {
    padding-bottom: 75vh;
  }
  .parallax-image.full-screen-size {
    padding-bottom: 100vh;
  }
}
.parallax-image .title-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.parallax-image .title-wrap .parallax-title {
  background: #333;
  display: inline-block;
}
.parallax-image .title-wrap .parallax-title h1, .parallax-image .title-wrap .parallax-title h2, .parallax-image .title-wrap .parallax-title h3, .parallax-image .title-wrap .parallax-title h4, .parallax-image .title-wrap .parallax-title h5, .parallax-image .title-wrap .parallax-title h6, .parallax-image .title-wrap .parallax-title p {
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0.5em 1em;
}

.mobile .parallax-image,
.tablet .parallax-image {
  background-attachment: scroll;
}

.social {
  margin: 32px 0;
  padding: 0 32px;
}
@media (min-width: 896px) {
  .social {
    margin: 48px 0;
    padding: 0 48px;
  }
}
.social .really-small-sans {
  font-size: 14px;
  margin: 0 0 4px;
}
.social .social-links {
  grid-template-rows: 32px 1fr;
}

.instagram {
  display: flex;
  flex-direction: column;
  margin: 32px;
}
.instagram .slick-prev,
.instagram .slick-next {
  width: 64px;
}
.instagram .slick-prev span,
.instagram .slick-next span {
  display: none;
}
.instagram .slick-prev:before,
.instagram .slick-next:before {
  top: 50%;
}
.instagram .slick-prev {
  left: -64px;
  opacity: 1;
}
.instagram .slick-prev:before {
  left: 50%;
  transform: translate(-50%, -50%);
}
.instagram .slick-next {
  right: -64px;
  opacity: 1;
}
.instagram .slick-next:before {
  right: 50%;
  transform: translate(50%, -50%);
}
@media (min-width: 896px) {
  .instagram {
    width: 82.872928171%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .instagram .slick-prev,
.instagram .slick-next {
    width: 10%;
    opacity: 1;
  }
  .instagram .slick-prev {
    left: -10%;
  }
  .instagram .slick-next {
    right: -10%;
  }
}
.instagram .slick-list {
  margin: -8px;
}
@media (min-width: 1136px) {
  .instagram .slick-list {
    margin: -16px;
  }
}

.instagram-image {
  margin: 0 8px;
  overflow: hidden;
}
@media (min-width: 1136px) {
  .instagram-image {
    margin: 0 16px;
  }
}
.instagram-image a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.instagram-image img {
  position: absolute;
  height: 100%;
  width: auto;
}

.social-title {
  text-align: center;
  text-transform: uppercase;
  color: #003A54;
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
  margin: 0 0 32px !important;
}
@media (min-width: 896px) {
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    margin: 0 16px 32px !important;
  }
}

#sb_instagram #sbi_load .sbi_load_btn {
  padding: 8px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  line-height: 24px;
  border-radius: 0;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background 0.2s ease-in-out;
  border: 2px solid #003A54;
  color: #003A54;
  background: transparent;
  position: relative;
  width: 100%;
  background: #00529C;
  color: #fff;
  border: none;
}
@media (min-width: 896px) {
  #sb_instagram #sbi_load .sbi_load_btn {
    width: auto;
    margin-top: 0;
    padding: 8px 32px;
  }
  #sb_instagram #sbi_load .sbi_load_btn.btn-small {
    padding: 8px 16px;
  }
}
#sb_instagram #sbi_load .sbi_load_btn:hover, #sb_instagram #sbi_load .sbi_load_btn:active, #sb_instagram #sbi_load .sbi_load_btn:focus {
  border: none;
  color: #003A54;
  background: #D6D6D6;
  box-shadow: none;
}
#sb_instagram #sbi_load .sbi_load_btn:hover, #sb_instagram #sbi_load .sbi_load_btn:active, #sb_instagram #sbi_load .sbi_load_btn:focus {
  border: none;
  color: #003A54;
  background: #D6D6D6;
}

.module-wrap-module {
  margin: 32px 0;
}
@media (min-width: 768px) {
  .module-wrap-module {
    margin: 48px 0;
  }
}
@media (min-width: 1024px) {
  .module-wrap-module {
    margin: 64px 0;
  }
}
.module-wrap-module .module-wrap-title {
  text-align: center;
}

@media (min-width: 896px) {
  .events-news-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.article-spacing {
  padding: 2em 0;
}

.news-post-header {
  padding-top: 2em;
}

.full-screen-video {
  height: 70vh;
  overflow: hidden;
}
.full-screen-video.home-hero {
  height: auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 50%;
}
@media (min-width: 768px) {
  .full-screen-video.home-hero {
    height: calc(100vh - 165px - 138px - 49px);
    min-height: 320px;
    max-height: 540px;
    padding-top: 0;
  }
}
@media (min-width: 1136px) {
  .full-screen-video.home-hero {
    height: calc(100vh - 113px - 138px - 49px);
    min-height: 400px;
  }
}
.full-screen-video.margin-all {
  margin: 4.5em 1.5em;
  padding: 0;
}
@media (min-width: 896px) {
  .full-screen-video.margin-all {
    margin: 4.5em;
    padding: 0;
  }
}
.full-screen-video .header-wrap {
  width: 100%;
  background-color: #fff;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35);
}
@media (min-width: 768px) {
  .full-screen-video .header-wrap {
    width: auto;
    background-color: transparent;
    padding: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 65%;
  }
  .full-screen-video .header-wrap h2 {
    color: #fff;
  }
}
.full-screen-video .header-wrap *:first-child {
  margin-top: 0;
}
.full-screen-video .header-wrap .button {
  width: auto;
}
.full-screen-video h1,
.full-screen-video h2,
.full-screen-video h3,
.full-screen-video h4,
.full-screen-video h5,
.full-screen-video h6 {
  font-weight: 900;
}
.full-screen-video video.bgvid {
  position: relative;
  display: none;
  width: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  min-height: 70%;
  min-height: 70vh;
}
@media (min-width: 400px) {
  .full-screen-video video.bgvid {
    height: 45vw;
    min-height: 45vw;
  }
}
@media (min-width: 768px) {
  .full-screen-video video.bgvid {
    display: block;
    height: auto;
    min-height: 100%;
  }
}
.full-screen-video .text-wrap {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  padding: 1em;
  width: 80%;
  z-index: 2;
}
@media (min-width: 400px) {
  .full-screen-video .text-wrap {
    top: 50%;
  }
}
.full-screen-video .text-wrap h1 {
  border: none;
  margin: 0;
  padding: 0;
}
.full-screen-video .video-logo-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 80%;
  z-index: 2;
}
.full-screen-video .button {
  display: inline-flex;
}

.infographic {
  text-align: center;
}
.infographic .image-wrap {
  padding: 32px 0;
}
@media (min-width: 896px) {
  .infographic .image-wrap {
    padding: 96px 0;
  }
}
@media (max-width: calc(896px - 1px)) {
  .infographic .image-wrap {
    background-image: none !important;
  }
}
.infographic .title-wrap {
  text-align: center;
}
.infographic .info {
  margin-top: 32px;
}
@media (min-width: 896px) {
  .infographic .info {
    padding: 0 64px;
  }
}
.infographic .info-content {
  text-align: center;
  padding: 0 3em;
  position: relative;
  display: block;
  margin-bottom: 2em;
}
@media (min-width: 896px) {
  .infographic .info-content {
    display: inline-block;
    margin-bottom: 0;
  }
}
.infographic .info-content:after {
  content: "";
  height: 60%;
  background: #fff;
  opacity: 0.35;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.infographic .info-content:last-child:after {
  display: none;
}
.infographic .info-content span {
  display: block;
}
.infographic .large-condensed {
  font-size: 3.45em;
  line-height: 1;
}
.infographic .large-condensed + .small-condensed {
  margin-top: 0.25em;
}
.infographic .disclaimer {
  display: block;
  margin-top: 2em;
}

.related-tribe-events {
  padding: 48px 32px;
  position: relative;
  color: #003A54;
  margin: 0;
  float: none;
  width: 100%;
}
@media (min-width: 896px) {
  .related-tribe-events {
    padding: 96px 11%;
  }
}
.related-tribe-events a {
  text-decoration: none;
}
.related-tribe-events .section-title {
  text-align: center;
  margin-bottom: 96px;
}
@media (min-width: 896px) {
  .related-tribe-events .posts-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.related-tribe-events .post-wrap {
  flex: 50% 0 0;
  margin-bottom: 2em;
  padding: 0;
  background: transparent;
}
@media (min-width: 896px) {
  .related-tribe-events .post-wrap {
    margin-bottom: 0;
  }
}
.related-tribe-events .post-wrap .image {
  flex: 40% 0 0;
  margin-right: 1em;
}
@media (min-width: 896px) {
  .related-tribe-events .post-wrap .image {
    margin-right: 2em;
  }
}
.related-tribe-events .post-wrap .post-container {
  flex: 100% 1 1;
}
.related-tribe-events .item-info {
  width: 100%;
  padding-left: 0;
}
@media (max-width: calc(667px - 1px)) {
  .related-tribe-events .item {
    flex-wrap: wrap;
  }
}
.related-tribe-events .item-wrap .item-image-link {
  display: block;
}
@media (max-width: calc(667px - 1px)) {
  .related-tribe-events .item-wrap .item-image-link {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
    flex: 100% 0 0;
  }
}
@media (min-width: 667px) {
  .related-tribe-events .item-wrap .item-info {
    padding: 0 0 0 32px !important;
  }
}
.related-tribe-events .item-image-link + .item-info {
  width: 100%;
}
@media (min-width: 896px) {
  .related-tribe-events .item-image-link + .item-info {
    padding: 16px 32px 0;
    width: 66.6666%;
  }
}
.related-tribe-events .item-wrap .item {
  display: flex;
}
.related-tribe-events .item-subtitle {
  margin-top: 16px;
  margin-bottom: 0;
}
@media (min-width: 667px) {
  .related-tribe-events .item-subtitle {
    margin-top: 0;
  }
}
@media (min-width: 896px) {
  .related-tribe-events .item-subtitle {
    margin-bottom: 6px;
  }
}
@media (max-width: calc(896px - 1px)) {
  .related-tribe-events .item-title {
    margin-bottom: 16px;
    margin-top: 8px;
  }
}
@media (min-width: 667px) {
  .related-tribe-events .padding-wrap {
    padding-right: 10%;
    display: flex;
  }
}

.related-tribe-events + .venue-events {
  border-top: 2px solid #d2d2d2;
  padding: 48px 0;
  margin: 0 16px;
}
@media (min-width: 896px) {
  .related-tribe-events + .venue-events {
    padding: 96px 0;
    margin: 0 128px;
  }
}

.venue-events {
  padding: 48px 16px;
}
@media (min-width: 896px) {
  .venue-events {
    padding: 96px 128px;
  }
}
.venue-events a {
  text-decoration: none;
}
.venue-events .section-title {
  text-align: center;
  margin-bottom: 96px;
}
.venue-events .event {
  border-bottom: 2px solid #d2d2d2;
  margin-bottom: 2em;
  padding-bottom: 8px;
}
@media (min-width: 896px) {
  .venue-events .event {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 896px) {
  .venue-events .flex-item {
    flex: auto 0 0;
  }
}
@media (min-width: 896px) {
  .venue-events .title {
    flex: auto;
    text-align: left;
  }
}
@media (min-width: 896px) {
  .venue-events .date {
    flex: 235px 0 0;
  }
}
@media (min-width: 896px) {
  .venue-events .time {
    flex: 50% 0 3;
    text-align: right;
  }
}

.cpt-downloads {
  text-align: center;
  padding: 48px 16px;
}
@media (min-width: 896px) {
  .cpt-downloads {
    padding: 96px 128px;
  }
}
.cpt-downloads .button:hover svg {
  fill: #003A54;
}
.cpt-downloads + .wysiwyg.bordered {
  margin: 0;
  padding: 96px 26.6666666667vw;
}
.cpt-downloads + .wysiwyg.bordered:before {
  content: "";
  width: 100%;
  margin: 0;
  height: 2px;
  background: #d6d6d6;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 96px);
  margin: 0 48px;
}

.cpt-downloads .button-layout .tiny-sans.header-style + p {
  max-width: 715px;
  margin: 0 auto;
}
.cpt-downloads .button-layout .section-title {
  margin-bottom: 20px;
}
.cpt-downloads .button-layout .tabs.large-tabs {
  margin: 32px 0 0 0;
}
.cpt-downloads .button-layout .tabs.large-tabs li {
  margin-top: 32px;
}
.cpt-downloads .button-layout .tabs.small-tabs {
  margin: 32px 0 0 0;
}
.cpt-downloads .button-layout .download-rows-wrap {
  padding: 80px 0 80px 0;
}
.cpt-downloads .button-layout .download-row-wrap {
  padding: 48px 0 32px 0;
  border-bottom: 2px solid #D6D6D6;
}
@media (max-width: calc(896px - 1px)) {
  .cpt-downloads .button-layout .button-wrap {
    display: block;
    text-align: center;
  }
}
.cpt-downloads .button-layout .button-wrap .button {
  padding: 16px 80px;
  margin-top: 25px;
}
@media (max-width: calc(896px - 1px)) {
  .cpt-downloads .button-layout .button-wrap .button {
    display: block;
    margin: 25px auto 0 auto;
    max-width: 270px;
  }
}
.cpt-downloads .button-layout .really-small-sans {
  margin-bottom: 10px;
}
.cpt-downloads .button-layout .tiny-sans {
  margin-bottom: 10px;
}
.cpt-downloads .button-layout .download-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.cpt-downloads .button-layout .download-icon svg {
  margin: 0;
  fill: #fff;
  width: auto;
  height: auto;
}

.cpt-downloads.list {
  text-align: left;
  margin: 0 32px;
  padding: 64px 0;
}
@media (min-width: 768px) {
  .cpt-downloads.list {
    padding: 64px 32px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .cpt-downloads.list {
    padding: 64px 26.6666666667vw;
  }
}
@media (min-width: 1366px) {
  .cpt-downloads.list {
    padding: 64px 26.6666666667vw;
  }
}
@media (min-width: 1920px) {
  .cpt-downloads.list {
    padding: 64px 512px;
    margin: 0;
  }
}
.cpt-downloads.list .really-small-sans, .cpt-downloads.list .link, .cpt-downloads.list .section-title, .cpt-downloads.list p, .cpt-downloads.list .tiny-sans, .cpt-downloads.list .small-sans {
  text-align: left;
}
.cpt-downloads.list .small-sans {
  margin-bottom: 48px;
}
.cpt-downloads.list .button-wrap, .cpt-downloads.list .link {
  display: block;
}
.cpt-downloads.list .tabs.large-tabs {
  margin: 32px 0 0 0;
}
.cpt-downloads.list .tabs.large-tabs li {
  margin-top: 32px;
  font-size: 22px;
}
.cpt-downloads.list .tabs.small-tabs {
  margin: 32px 0 0 0;
}
.cpt-downloads.list .tabs.small-tabs li {
  width: 33%;
}
.cpt-downloads.list .download-rows-wrap {
  margin: 80px 0 80px 0;
}
.cpt-downloads.list .download-row-wrap {
  margin-bottom: 64px;
}
.cpt-downloads.list .button-wrap {
  margin-top: 32px;
}
.cpt-downloads.list .button {
  text-align: left;
}
.cpt-downloads.list .button + .button.blue-bg {
  margin: 16px 0;
}

.tabs-module {
  padding: 0 32px;
  margin: 64px 0;
}
.tabs-module.expand-wrap {
  margin: 48px 0;
  padding: 0 32px;
}
@media (min-width: 768px) {
  .tabs-module {
    margin: 64px 32px;
    padding: 0;
  }
}
@media (min-width: 896px) {
  .tabs-module.expand-wrap {
    margin: 64px 48px;
    padding: 0;
  }
  .tabs-module.expand-wrap .module-wrap {
    width: 82.872928171%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .tabs-module {
    margin: 64px 27.5vw;
  }
}
@media (min-width: 1366px) {
  .tabs-module {
    margin: 64px 27vw;
  }
}
@media (min-width: 1920px) {
  .tabs-module {
    margin: 64px 512px;
    padding: 0;
  }
}
.tabs-module .tab-fine-print {
  width: 85%;
  margin-top: 32px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}
@media (min-width: 896px) {
  .tabs-module .tab-fine-print {
    width: 62.5%;
    margin-top: 48px;
  }
}

@media (max-width: calc(896px - 1px)) {
  .tabbed-content-module {
    margin: 32px;
  }
}
@media (min-width: 768px) {
  .tabbed-content-module {
    padding: 0;
    margin: 64px 48px;
  }
  .tabbed-content-module .module-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.tabbed-content-module .tab-content-wrap {
  width: 100%;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.345444);
  padding-top: 10px;
}
.tabbed-content-module .tab {
  padding: 24px;
}
@media (min-width: 768px) {
  .tabbed-content-module .tab {
    padding: 48px;
  }
}
.tabbed-content-module h3 {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .tabbed-content-module h3 {
    font-size: 24px;
  }
}

.tabbed-content-module .tab:not(.active-tab) {
  display: none;
  visibility: hidden;
}

.tabbed-content-module .tab-nav {
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1280px) {
  .tabbed-content-module .tab-nav {
    margin: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
  }
}
.tabbed-content-module .tab-nav a {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.125px;
  text-transform: uppercase;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  background: #00529C;
  color: #fff;
  padding: 24px;
}
@media (min-width: 1280px) {
  .tabbed-content-module .tab-nav a {
    width: auto;
    padding: 32px 48px;
    margin-right: 10px;
  }
  .tabbed-content-module .tab-nav a:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1450px) {
  .tabbed-content-module .tab-nav a {
    font-size: 18px;
    line-height: 22px;
  }
}
.tabbed-content-module .tab-nav a.active-tab {
  background: #fff;
  color: #003A54;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.345444);
}
.tabbed-content-module .tab-nav a.active-tab:after {
  height: 10px;
  width: 100%;
  background: white;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media (min-width: 1280px) {
  .tabbed-content-module .tab-nav a.active-tab {
    order: initial;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.345444);
  }
}
.tabbed-content-module .tab-nav a.active-tab:hover, .tabbed-content-module .tab-nav a.active-tab:active, .tabbed-content-module .tab-nav a.active-tab:focus {
  outline: none;
}
.tabbed-content-module .tab-nav a:after {
  content: none;
}

.item-row {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 32px;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .item-row {
    -moz-column-gap: 48px;
         column-gap: 48px;
    flex-direction: row;
  }
}
.item-row .button {
  flex-shrink: 0;
}
.item-row:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.tabbed-content-module .item-content-wrap {
  width: 100%;
}

#main section.organizers-module:last-of-type {
  border: none;
}

.organizers-module {
  display: block !important;
  margin: 48px 0;
  padding: 0 32px;
  border-bottom: 2px solid #D6D6D6;
}
@media (min-width: 896px) {
  .organizers-module {
    margin: 64px 0;
    padding: 0 48px;
  }
}
.organizers-module .section-title {
  text-align: center;
}
.organizers-module:last-child {
  border-bottom: none;
}

.organizers-module ul,
.organizers-module ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: center;
}
.organizers-module ul li,
.organizers-module ol li {
  position: relative;
  margin: 0 1.3812154695%;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.25;
}
@media (min-width: 896px) {
  .organizers-module ul li,
.organizers-module ol li {
    margin-bottom: 32px;
  }
}
.organizers-module ul li span,
.organizers-module ol li span {
  line-height: 1.25;
}
@media (min-width: 480px) {
  .organizers-module ul li span,
.organizers-module ol li span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
  }
}
.organizers-module ul li:first-child,
.organizers-module ol li:first-child {
  margin-left: 0;
}
.organizers-module ul li:last-child,
.organizers-module ol li:last-child {
  margin-right: 0;
}

.tier-1-sponsors li {
  width: 50%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 667px) {
  .tier-1-sponsors li {
    width: 33.33%;
  }
}
@media (min-width: 896px) {
  .tier-1-sponsors li {
    width: 25%;
  }
}

.tier-2-sponsors li {
  width: 33.33%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 667px) {
  .tier-2-sponsors li {
    width: 20%;
    padding: 0 1%;
  }
}

.tier-3-sponsors li {
  width: 25%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 667px) {
  .tier-3-sponsors li {
    width: 16.666%;
    padding: 0 2%;
  }
}

.simple-callout {
  margin: 32px;
}
@media (min-width: 896px) {
  .simple-callout {
    margin: 64px 48px;
  }
}
.simple-callout .module-content {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 480px) {
  .simple-callout .module-content {
    max-width: 864px;
    display: flex;
  }
}
@media (min-width: 480px) {
  .simple-callout .image {
    margin-right: 40px;
  }
}
.simple-callout .image + .text-content {
  margin-top: 32px;
}
@media (min-width: 480px) {
  .simple-callout .image + .text-content {
    flex: 60% 0 0;
    margin-top: 0;
  }
}
@media (min-width: 667px) {
  .simple-callout .image + .text-content {
    flex: 70% 0 0;
  }
}
@media (min-width: 896px) {
  .simple-callout .image + .text-content {
    flex: 75% 0 0;
  }
}
.simple-callout .title {
  margin-bottom: 5px;
}
.simple-callout .subtitle {
  margin-bottom: 32px;
  display: inline-block;
}

.simple-callout.half-and-half {
  margin: 32px;
}
@media (min-width: 896px) {
  .simple-callout.half-and-half {
    margin: 64px 48px;
  }
}
.simple-callout.half-and-half .module-content {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 480px) {
  .simple-callout.half-and-half .module-content {
    max-width: 864px;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 896px) {
  .simple-callout.half-and-half .module-content {
    flex-direction: row;
  }
}
@media (min-width: 667px) {
  .simple-callout.half-and-half .image {
    flex: 100% 0 0;
  }
}
@media (min-width: 896px) {
  .simple-callout.half-and-half .image {
    margin-right: 40px;
    flex: 50% 0 0;
  }
}
.simple-callout.half-and-half .image + .text-content {
  margin-top: 32px;
}
@media (min-width: 667px) {
  .simple-callout.half-and-half .image + .text-content {
    flex: 70% 0 0;
    flex: 100% 0 0;
  }
}
@media (min-width: 896px) {
  .simple-callout.half-and-half .image + .text-content {
    flex: 50% 0 0;
    margin-top: 0;
  }
}
@media (min-width: 896px) {
  .simple-callout.half-and-half .image + .text-content {
    flex: 50% 0 0;
  }
}
.simple-callout.half-and-half .title {
  margin-bottom: 5px;
}
.simple-callout.half-and-half .subtitle {
  margin-bottom: 32px;
  display: inline-block;
}

.simple-title {
  padding: 0 32px;
}
@media (min-width: 768px) {
  .simple-title {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .simple-title {
    padding-left: 26.6666666667vw;
    padding-right: 26.6666666667vw;
  }
}
@media (min-width: 1366px) {
  .simple-title {
    padding-right: 26.6666666667vw;
    padding-left: 26.6666666667vw;
  }
}
@media (min-width: 1920px) {
  .simple-title {
    padding-left: 512px;
    padding-right: 512px;
  }
}
.simple-title .section-title {
  margin-bottom: 0;
}
.simple-title .section-title + .text-content {
  margin: 32px 0;
}
@media (min-width: 896px) {
  .simple-title .section-title + .text-content {
    margin: 48px 0;
  }
}

.gray-textbox + .simple-title {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .gray-textbox + .simple-title {
    margin-top: 96px;
  }
}

.directions-map {
  padding: 48px 0;
  border-top: 2px solid #D6D6D6;
  border-bottom: 2px solid #D6D6D6;
}
@media (min-width: 896px) {
  .directions-map {
    margin: 48px 48px;
    padding: 96px 0;
  }
}
.directions-map .section-title {
  text-align: center;
}
.directions-map .directions-menu {
  max-width: 1110px;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  position: relative;
}
@media (max-width: calc(896px - 1px)) {
  .directions-map .directions-menu {
    overflow: hidden;
    max-height: 56px;
    transition: max-height 0.25s ease-out;
  }
  .directions-map .directions-menu.active {
    max-height: 500px;
  }
}
@media (min-width: 896px) {
  .directions-map .directions-menu {
    text-align: center;
  }
}
.directions-map .directions-menu span,
.directions-map .directions-menu .instruction {
  padding: 0.75em 1.5em;
  border-top: 1px solid #999;
  text-transform: uppercase;
  color: #999;
  font-weight: 900;
  letter-spacing: 1px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  width: 100%;
  display: block;
  font-size: 1.15em;
}
@media (max-width: calc(896px - 1px)) {
  .directions-map .directions-menu span:first-child,
.directions-map .directions-menu .instruction:first-child {
    padding: 0.75em 65px 0.75em 1.5em;
    border: none;
  }
}
@media (min-width: 896px) {
  .directions-map .directions-menu span,
.directions-map .directions-menu .instruction {
    font-size: 1em;
    margin-right: 32px;
    display: inline-block;
    margin-bottom: 1em;
    width: auto;
    border: none;
    padding: 0;
  }
  .directions-map .directions-menu span:hover, .directions-map .directions-menu span.active,
.directions-map .directions-menu .instruction:hover,
.directions-map .directions-menu .instruction.active {
    text-decoration: underline;
  }
}
.directions-map .directions-menu span:hover, .directions-map .directions-menu span.active,
.directions-map .directions-menu .instruction:hover,
.directions-map .directions-menu .instruction.active {
  cursor: pointer;
  color: #003A54;
}
.directions-map .directions-menu .instruction:hover {
  color: #999;
}
@media (min-width: 896px) {
  .directions-map .directions-menu .instruction {
    display: none;
  }
}
.directions-map .directions-menu .mobile-drawer-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 7px;
  right: 20px;
  transition: transform 0.25s ease-out;
  transform-origin: center;
}
@media (min-width: 896px) {
  .directions-map .directions-menu .mobile-drawer-button {
    display: none;
  }
}
.directions-map .directions-menu .mobile-drawer-button:hover {
  cursor: pointer;
}
.directions-map .directions-menu .mobile-drawer-button .arrow {
  width: 13px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.directions-map .directions-menu.active .mobile-drawer-button {
  transform: rotate(180deg);
}
.directions-map .map-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 896px) {
  .directions-map .map-wrap {
    flex-wrap: nowrap;
    margin-top: 24px;
  }
}
.directions-map .map-wrap .left-wrap {
  flex: 100% 0 0;
  position: relative;
  min-height: 350px;
  order: 2;
  padding: 32px;
}
@media (min-width: 896px) {
  .directions-map .map-wrap .left-wrap {
    order: 1;
    flex: 30% 0 0;
    margin: 0;
    padding: 0;
  }
}
.directions-map .map-wrap .right-wrap {
  flex: 107% 0 0;
  order: 1;
  position: relative;
  left: -7%;
}
@media (min-width: 896px) {
  .directions-map .map-wrap .right-wrap {
    order: 2;
    flex: 70% 0 0;
    position: static;
    left: auto;
  }
}
.directions-map .map-wrap .right-wrap img {
  margin-bottom: 2em;
}
.directions-map .image-wrap {
  position: relative;
  width: 100%;
  height: auto;
}
.directions-map .image-wrap .direction-icons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.directions-map .image-wrap .path-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.directions-map .image-wrap .path-canvas .stroke {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  stroke: #00babc;
  fill: none;
  stroke-linejoin: round;
  stroke-width: 15px;
}
@media (min-width: 667px) {
  .directions-map .image-wrap .path-canvas .stroke {
    stroke-width: 10px;
  }
}
@media (min-width: 1136px) {
  .directions-map .image-wrap .path-canvas .stroke {
    stroke-width: 5px;
  }
}
.directions-map .image-wrap .path-canvas #sherman-plano-richardson .stroke,
.directions-map .image-wrap .path-canvas #denton-lewisville-gainesville .stroke {
  stroke: #ed478c;
}
.directions-map .image-wrap .path-canvas #austin-waco .stroke,
.directions-map .image-wrap .path-canvas #houston-huntsville-corsicana .stroke {
  stroke: #b2d235;
}
.directions-map .image-wrap .path-canvas #houston-huntsville-corsicana .stroke {
  stroke-dashoffset: -1000;
}
.directions-map .image-wrap .path-canvas #fort-worth-abilene-weatherford .stroke {
  stroke: #f5871f;
}
.directions-map .image-wrap .path-canvas #texarkana-greenville-rockwall .stroke {
  stroke: #ffd300;
}
.directions-map .image-wrap .path-canvas .star {
  display: none;
}
.directions-map .image-wrap .path-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.directions-map .image-wrap .path-wrap.active .stroke {
  animation: dash 2s linear forwards;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.directions-map .image-wrap .path-wrap.active #houston-huntsville-corsicana .stroke {
  animation: dash 1s linear forwards;
}
.directions-map .image-wrap .path-wrap.active .star {
  display: block;
}
.directions-map .path {
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 1s ease-out;
  transform: translateX(-50%);
  position: absolute;
}
@media (min-width: 896px) {
  .directions-map .path {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 48px;
  }
}
.directions-map .path.active {
  position: static;
  opacity: 1;
  transform: translateX(0%);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}
.directions-map .path h3 {
  margin-bottom: 32px;
  position: relative;
}
.directions-map .path ul {
  list-style-type: none;
}
.directions-map .path li {
  padding-bottom: 48px;
  position: relative;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 19px;
  line-height: 1.5;
  padding-left: 15px;
}
.directions-map .path li:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 9px;
  background-image: url("../../library/img/bullet.svg");
  width: 8px;
  height: 8px;
}
.directions-map .path li:after {
  content: "";
  position: absolute;
  left: -14px;
  top: 22px;
  background-image: url("../../library/img/dashed-line.svg");
  background-size: 2px 6px;
  width: 2px;
  height: 83%;
}
.directions-map .path li:last-child {
  padding-bottom: 0;
}
.directions-map .path li:last-child:before {
  background-image: url("../../library/img/tiny-map-icon.svg");
  width: 13px;
  height: 18px;
  top: 5px;
  left: -19px;
}
.directions-map .path li:last-child:after {
  display: none;
}
.directions-map .button {
  width: calc(100% - 64px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media (min-width: 896px) {
  .directions-map .button {
    transform: none;
    position: relative;
    left: auto;
    min-width: 330px;
    width: auto;
  }
}
.directions-map .button .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.directions-map .button .arrow svg {
  stroke: #fff;
}
.directions-map .button:hover .arrow svg {
  stroke: #003A54;
}
.directions-map .tablet-button {
  display: none;
}
@media (min-width: 896px) {
  .directions-map .tablet-button {
    display: inline-block;
  }
}
.directions-map .mobile-button {
  display: block;
}
@media (min-width: 896px) {
  .directions-map .mobile-button {
    display: none;
  }
}

.tickets_module {
  background: #f2f2f2;
  color: #003A54;
  margin: 0;
  padding: 32px 24px 86px;
}
@media (min-width: 667px) {
  .tickets_module {
    padding: 32px 32px 86px;
  }
}
@media (min-width: 896px) {
  .tickets_module {
    padding: 48px 48px 183px;
  }
}
.tickets_module-ticket_type {
  background: #fff;
  padding: 20px 24px 86px;
}
@media (min-width: 667px) {
  .tickets_module-ticket_type {
    padding: 20px 32px 86px;
  }
}
@media (min-width: 896px) {
  .tickets_module-ticket_type {
    background: #f2f2f2;
    padding: 48px 48px 183px;
  }
}
.tickets_module:after {
  content: "";
  height: 54px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: repeating-linear-gradient(-45deg, #D6D6D6, #D6D6D6 14px, transparent 14px, transparent 28px);
}
@media (min-width: 896px) {
  .tickets_module:after {
    height: 135px;
    background: repeating-linear-gradient(-45deg, #D6D6D6, #D6D6D6 40px, transparent 40px, transparent 80px);
  }
}
.tickets_module-header_wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: space-between;
}
.tickets_module-datepicker_wrap {
  width: 100%;
  margin: 0 0 16px;
}
@media (min-width: 896px) {
  .tickets_module-datepicker_wrap {
    max-width: 300px;
    margin: 0 20px 0 0;
  }
}
.tickets_module-datepicker_wrap svg {
  display: block;
  height: 24px;
  width: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  fill: #003A54;
  pointer-events: none;
}
.tickets_module-date_filter {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
}
@media (min-width: 896px) {
  .tickets_module-date_filter {
    flex-flow: row nowrap;
  }
}
.tickets_module-date_filter input[type=text],
.tickets_module-date_filter input[type=date] {
  box-shadow: none;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #003A54;
  background: #fff;
  border: 2px solid rgba(122, 122, 122, 0.4);
  width: 100%;
  padding: 16px 20px;
  margin: 0;
}
.tickets_module-date_filter .button {
  font-size: 18px;
  line-height: 20px;
  border-color: #00529C;
  background: #00529C;
  color: #fff;
  padding: 16px 32px;
}
.tickets_module-daily_link {
  display: none;
  position: relative;
  bottom: -10px;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #003A54;
  margin-left: 32px;
}
@media (min-width: 896px) {
  .tickets_module-daily_link {
    display: block;
  }
}
.tickets_module-daily_link svg {
  position: relative;
  bottom: -3px;
  display: inline-block;
  height: 20px;
  width: auto;
  fill: #003A54;
}
.tickets_module-date_arrows {
  height: 54px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: -24px;
  right: -24px;
  padding: 0 4px;
  pointer-events: none;
}
@media (min-width: 667px) {
  .tickets_module-date_arrows {
    left: -32px;
    right: -32px;
  }
}
@media (min-width: 896px) {
  .tickets_module-date_arrows {
    display: none;
  }
}
.tickets_module-date_arrows button {
  position: relative;
  width: 20px;
  padding: 0;
  font-size: 0;
  color: transparent;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  pointer-events: auto;
}
@media (min-width: 667px) {
  .tickets_module-date_arrows button {
    width: 28px;
  }
}
.tickets_module-date_arrows button:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  padding: 0;
}
.tickets_module-date_arrows button.prev_dates:before {
  border-left: 2px solid #003A54;
  border-bottom: 2px solid #003A54;
}
.tickets_module-date_arrows button.next_dates:before {
  border-top: 2px solid #003A54;
  border-right: 2px solid #003A54;
}
.tickets_module-date_tabs {
  display: flex;
  flex-flow: row nowrap;
  list-style-type: none !important;
  margin: 32px 0 0 !important;
  padding: 0 !important;
}
@media (min-width: 896px) {
  .tickets_module-date_tabs {
    margin: 48px -5px 0 !important;
  }
}
@media (min-width: 1136px) {
  .tickets_module-date_tabs {
    margin: 48px -10px 0 !important;
  }
}
.tickets_module-date_tab {
  padding: 0 0 8px;
  outline: none !important;
  box-shadow: none !important;
}
@media (min-width: 896px) {
  .tickets_module-date_tab {
    padding: 0 5px !important;
  }
}
@media (min-width: 1136px) {
  .tickets_module-date_tab {
    padding: 0 10px !important;
  }
}
.tickets_module-date_tab:focus {
  outline: none;
  box-shadow: none;
}
.tickets_module-date_tab.active_date button {
  background: #003A54;
}
@media (min-width: 896px) {
  .tickets_module-date_tab.active_date button {
    background: #fff;
    color: #003A54;
  }
}
.tickets_module-date_tab.active_date button:after {
  background: #003A54;
  top: 100%;
  opacity: 1;
  transition: all 0.2s ease 0s;
}
@media (min-width: 896px) {
  .tickets_module-date_tab.active_date button:after {
    top: auto;
    bottom: 14px;
    background: linear-gradient(135deg, transparent 0%, transparent 50%, #003A54 50%, #003A54 100%);
  }
}
.tickets_module-date_tab button {
  position: relative;
  width: 100%;
  background: #00529C;
  color: #fff;
  padding: 8px 16px 12px;
  box-shadow: none;
  border: none;
  outline: none;
}
@media (min-width: 896px) {
  .tickets_module-date_tab button {
    padding: 20px 24px 24px;
  }
}
.tickets_module-date_tab button span {
  display: block;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media (min-width: 896px) {
  .tickets_module-date_tab button span {
    line-height: 27px;
  }
}
.tickets_module-date_tab button:after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 97.5%;
  left: 50%;
  background: #00529C;
  transform-origin: top left;
  transform: rotate(45deg) translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 896px) {
  .tickets_module-date_tab button:after {
    top: auto;
    bottom: 18px;
    transform-origin: center center;
    transform: rotate(45deg) translate(-50%, 50%);
    background: linear-gradient(135deg, transparent 0%, transparent 50%, #00529C 50%, #00529C 100%);
  }
}
.tickets_module-tab_day {
  font-size: 12px;
}
@media (min-width: 896px) {
  .tickets_module-tab_day {
    font-size: 16px;
  }
}
.tickets_module-tab_date {
  font-size: 14px;
  font-weight: 900;
}
@media (min-width: 896px) {
  .tickets_module-tab_date {
    font-size: 24px;
  }
}
.tickets_module-tickets_wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 895px) {
  .tickets_module-tickets_wrap > div:first-child {
    margin-top: 8px;
  }
}
@media (min-width: 896px) {
  .tickets_module-tickets_wrap {
    background: #fff;
    padding: 0 40px;
  }
}
@media (min-width: 1136px) {
  .tickets_module-tickets_wrap {
    padding: 0 56px;
  }
}
.tickets_module-ticket_wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 16px;
  padding: 0;
  background: #fff;
}
@media (min-width: 667px) {
  .tickets_module-ticket_wrap {
    padding: 0;
  }
}
@media (min-width: 896px) {
  .tickets_module-ticket_wrap {
    margin-top: 0;
    padding: 0;
  }
}
@media (min-width: 1136px) {
  .tickets_module-ticket_wrap {
    padding: 0;
  }
}
.tickets_module-ticket_wrap-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  padding: 32px 20px 40px;
}
@media (min-width: 667px) {
  .tickets_module-ticket_wrap-inner {
    padding: 32px 24px 40px;
  }
}
@media (min-width: 896px) {
  .tickets_module-ticket_wrap-inner {
    padding: 40px 0;
  }
}
@media (min-width: 1136px) {
  .tickets_module-ticket_wrap-inner {
    padding: 56px 0;
  }
}
.ticket_option .tickets_module-ticket_wrap-inner {
  padding: 20px 20px 52px;
}
@media (min-width: 667px) {
  .ticket_option .tickets_module-ticket_wrap-inner {
    padding: 24px 24px 52px;
  }
}
@media (min-width: 896px) {
  .ticket_option .tickets_module-ticket_wrap-inner {
    padding: 20px 36px;
  }
}
.tickets_module-ticket_wrap p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.3;
}
@media (min-width: 896px) {
  .tickets_module-ticket_wrap + .tickets_module-ticket_wrap > div {
    border-top: 1px solid #D6D6D6;
  }
}
.tickets_module-ticket_wrap:not(.ticket_option) {
  box-shadow: 0px 2px 4px rgba(51, 51, 51, 0.245493);
}
@media (min-width: 896px) {
  .tickets_module-ticket_wrap:not(.ticket_option) {
    box-shadow: none;
  }
}
.tickets_module-ticket_wrap.daily_ticket {
  order: 99;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s, margin-top 0s ease 0.3s, visibility 0s ease 0s, max-height 0s linear 0.3s;
}
@media (min-width: 896px) {
  .tickets_module-ticket_wrap.daily_ticket {
    transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s, margin-top 0.3s ease 0s, visibility 0s ease 0s, max-height 0.3s linear 0s;
  }
}
.tickets_module-ticket_wrap.daily_ticket:not(.active_date) {
  order: 98;
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
  max-height: 0px !important;
  transform: translateY(15px);
  transition: opacity 0.3s ease 0s, transform 0s ease 0.3s, margin-top 0s ease 0.3s, visibility 0s ease 0.3s, max-height 0s linear 0.3s !important;
}
@media (min-width: 896px) {
  .tickets_module-ticket_wrap.daily_ticket:not(.active_date) {
    transition: opacity 0.3s ease 0s, transform 0s ease 0.3s, margin-top 0.3s ease 0s, visibility 0s ease 0.3s, max-height 0.3s linear 0s !important;
  }
}
.tickets_module-ticket_wrap.discount_ticket {
  order: 99;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s, margin-top 0s ease 0.3s, visibility 0s ease 0s, max-height 0s linear 0.3s;
}
@media (max-width: calc(896px - 1px)) {
  .tickets_module-ticket_wrap.discount_ticket {
    max-height: none !important;
  }
}
@media (min-width: 896px) {
  .tickets_module-ticket_wrap.discount_ticket {
    transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s, margin-top 0.3s ease 0s, visibility 0s ease 0s, max-height 0.3s linear 0s;
  }
}
.tickets_module-ticket_wrap.discount_ticket:not(.active_date) {
  order: 98;
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
  max-height: 0px !important;
  transform: translateY(15px);
  transition: opacity 0.3s ease 0s, transform 0s ease 0.3s, margin-top 0s ease 0.3s, visibility 0s ease 0.3s, max-height 0s linear 0.3s !important;
}
@media (min-width: 896px) {
  .tickets_module-ticket_wrap.discount_ticket:not(.active_date) {
    transition: opacity 0.3s ease 0s, transform 0s ease 0.3s, margin-top 0.3s ease 0s, visibility 0s ease 0.3s, max-height 0.3s linear 0s !important;
  }
}
.tickets_module-ticket_wrap.ticket_option {
  align-items: flex-start;
  background: rgba(194, 213, 230, 0.25);
  margin-top: 20px;
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.6s ease;
}
.tickets_module-ticket_wrap.ticket_option:nth-child(1) {
  transition-delay: 0.125s;
}
.tickets_module-ticket_wrap.ticket_option:nth-child(2) {
  transition-delay: 0.25s;
}
.tickets_module-ticket_wrap.ticket_option:nth-child(3) {
  transition-delay: 0.375s;
}
.tickets_module-ticket_wrap.ticket_option:nth-child(4) {
  transition-delay: 0.5s;
}
.tickets_module-ticket_wrap.ticket_option:nth-child(5) {
  transition-delay: 0.625s;
}
.tickets_module-ticket_wrap.ticket_option:nth-child(6) {
  transition-delay: 0.75s;
}
.tickets_module-ticket_wrap.ticket_option:nth-child(7) {
  transition-delay: 0.875s;
}
.tickets_module-ticket_wrap.ticket_option:nth-child(8) {
  transition-delay: 1s;
}
.tickets_module-ticket_wrap.ticket_option:nth-child(9) {
  transition-delay: 1.125s;
}
.tickets_module-ticket_wrap.ticket_option:nth-child(10) {
  transition-delay: 1.25s;
}
@media (min-width: 896px) {
  .tickets_module-ticket_wrap.ticket_option {
    align-items: center;
    margin-top: 12px;
  }
}
.tickets_module-ticket_wrap.ticket_option > div {
  border-top: none;
}
@media (min-width: 896px) {
  .tickets_module-ticket_wrap.ticket_option:first-child {
    margin-top: 40px;
  }
}
@media (min-width: 1136px) {
  .tickets_module-ticket_wrap.ticket_option:first-child {
    margin-top: 56px;
  }
}
.tickets_module-ticket_wrap.ticket_option:last-child {
  margin-bottom: 32px;
}
@media (min-width: 896px) {
  .tickets_module-ticket_wrap.ticket_option:last-child {
    margin-bottom: 0;
  }
}
.tickets_module-ticket_header {
  position: static;
  width: 25%;
  flex-grow: 1;
}
@media (min-width: 896px) {
  .tickets_module-ticket_header {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    top: -4px;
  }
  .tickets_module-ticket_header:before {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    flex-grow: 1;
    order: 3;
  }
}
.tickets_module-ticket_pricing {
  width: 100px;
  text-align: center;
}
@media (min-width: 896px) {
  .tickets_module-ticket_pricing {
    position: relative;
    top: -4px;
    min-width: 160px;
    margin: 0 40px;
    text-align: left;
  }
}
@media (min-width: 1136px) {
  .tickets_module-ticket_pricing {
    min-width: 216px;
    margin: 0 80px;
  }
}
.tickets_module-ticket_pricing p {
  width: 100%;
}
.tickets_module-button {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding: 4px 12px;
  background: #00529C;
  color: #fff;
  border: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (min-width: 896px) {
  .tickets_module-button {
    font-size: 18px;
    line-height: 18px;
    padding: 8px 20px;
    min-width: 142px;
    max-width: 142px;
    min-height: 56px;
    border: 2px solid #00529C;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
  }
}
.tickets_module-button:hover {
  border: none;
}
@media (min-width: 896px) {
  .tickets_module-button:hover {
    border: 2px solid #D6D6D6;
  }
}
.tickets_module-button:focus, .tickets_module-button:active {
  background: #00529C;
  color: #fff;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
@media (min-width: 896px) {
  .tickets_module-button:focus, .tickets_module-button:active {
    border: 2px solid #00529C;
  }
}
.tickets_module-button.disabled {
  background: #7a7a7a;
  color: #ebebeb;
  pointer-events: none;
}
@media (min-width: 896px) {
  .tickets_module-button.disabled {
    background: #fff;
    color: #7a7a7a;
    border-color: #7a7a7a;
  }
}
.tickets_module-button.ticket_drawer-toggle {
  max-width: 120px;
}
@media (min-width: 896px) {
  .tickets_module-button.ticket_drawer-toggle {
    min-width: 142px;
  }
}
.tickets_module-button.ticket_drawer-toggle:after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform-origin: center center;
  transform: rotate(45deg);
  position: relative;
  top: -3px;
  margin-left: 8px;
  transition: all 0.2s ease;
}
.expanded .tickets_module-button.ticket_drawer-toggle:after {
  top: 2px;
  transform: rotate(225deg);
}
.tickets_module-button.ticket_drawer-toggle:hover:after {
  border-bottom: 3px solid #003A54;
  border-right: 3px solid #003A54;
}
.tickets_module-button.ticket_drawer-toggle:focus:after, .tickets_module-button.ticket_drawer-toggle:active:after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media (min-width: 896px) {
  .ticket_option .tickets_module-button {
    font-size: 14px;
    min-width: 106px;
    max-width: 106px;
    min-height: 42px;
    padding: 4px 12px;
  }
}
.tickets_module-ticket_options {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: max-height 0.6s ease;
}
.tickets_module-ticket_options-wrap {
  display: flex;
  flex-flow: column nowrap;
}
.tickets_module-ticket_title {
  font-size: 18px;
  line-height: 1.5;
  text-transform: none;
  margin-bottom: 0;
}
@media (min-width: 896px) {
  .tickets_module-ticket_title {
    font-size: 32px;
    margin-right: 12px;
    order: 1;
  }
}
.ticket_option .tickets_module-ticket_title {
  line-height: 1.2;
}
@media (min-width: 896px) {
  .ticket_option .tickets_module-ticket_title {
    font-size: 24px;
  }
}
.tickets_module-ticket_desc {
  font-size: 13px;
  margin: 0;
}
@media (min-width: 896px) {
  .tickets_module-ticket_desc {
    font-size: 14px;
    flex-grow: 1;
    width: 100%;
    order: 4;
    margin: 0 32px 4px 0;
  }
}
@media (min-width: 1136px) {
  .tickets_module-ticket_desc {
    width: 50%;
  }
}
.tickets_module-ticket_tag {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 26px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 8px;
  background: #FFD400;
  border-radius: 0px 2px 2px 2px;
}
@media (min-width: 896px) {
  .tickets_module-ticket_tag {
    line-height: 24px;
    border-radius: 2px;
    position: relative;
    top: -8px;
    margin-top: 4px;
    order: 2;
  }
}
.tickets_module-ticket_more {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  min-width: 80px;
  color: #00529C;
  text-decoration: underline;
  align-self: flex-end;
}
@media (min-width: 896px) {
  .tickets_module-ticket_more {
    order: 5;
  }
}
.tickets_module-ticket_cost {
  font-size: 13px;
  margin: 0;
}
@media (min-width: 896px) {
  .tickets_module-ticket_cost {
    font-size: 14px;
  }
}
.tickets_module-ticket_cost span {
  font-size: 18px;
  font-weight: 900;
}
@media (min-width: 896px) {
  .tickets_module-ticket_cost span {
    position: relative;
    font-size: 32px;
    bottom: -3px;
    margin-left: 3px;
  }
}
@media (min-width: 896px) {
  .ticket_option .tickets_module-ticket_cost span {
    font-size: 24px;
    bottom: 0;
    margin-left: 0;
  }
}
.tickets_module-ticket_available {
  font-size: 13px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #c2d5e6;
}
@media (min-width: 896px) {
  .tickets_module-ticket_available {
    font-size: 14px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.tickets_module-tabs {
  display: none;
  flex-flow: row nowrap;
  list-style-type: none !important;
  margin: 32px 0 0 !important;
  padding: 0 !important;
}
@media (min-width: 896px) {
  .tickets_module-tabs {
    display: flex;
    margin: 48px -3px 0 !important;
  }
}
@media (min-width: 1136px) {
  .tickets_module-tabs {
    margin: 48px -3px 0 !important;
  }
}
.tickets_module-tab {
  width: 20%;
  padding: 0 0 3px;
}
@media (min-width: 896px) {
  .tickets_module-tab {
    padding: 0 3px !important;
  }
}
@media (min-width: 1136px) {
  .tickets_module-tab {
    padding: 0 3px !important;
  }
}
.tickets_module-tab.active_tab button {
  background: #003A54;
}
@media (min-width: 896px) {
  .tickets_module-tab.active_tab button {
    background: #fff;
    color: #003A54;
  }
}
.tickets_module-tab.active_tab button:after {
  opacity: 1;
  bottom: 14px;
  transition: all 0.3s ease 0.1s;
}
.tickets_module-tab button {
  position: relative;
  height: 100%;
  width: 100%;
  background: #00529C;
  color: #fff;
  padding: 8px 16px 12px;
  box-shadow: none;
  border: none;
  outline: none;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
@media (min-width: 896px) {
  .tickets_module-tab button {
    padding: 20px 24px 24px;
  }
}
.tickets_module-tab button:after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 100%;
  left: 50%;
  background: #003A54;
  transform-origin: center center;
  transform: rotate(45deg) translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: all 0s ease 0s;
}
@media (min-width: 896px) {
  .tickets_module-tab button:after {
    top: auto;
    bottom: 18px;
    transform: rotate(45deg) translate(-50%, 50%);
    background: linear-gradient(135deg, transparent 0%, transparent 50%, #003A54 50%, #003A54 100%);
  }
}
.tickets_module-ticket_drawers {
  background: #fff;
}
@media (min-width: 896px) {
  .tickets_module-ticket_drawers {
    padding-top: 16px;
  }
}
.tickets_module-drawer_button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  padding: 20px 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: #fff;
}
@media (min-width: 667px) {
  .tickets_module-drawer_button {
    padding: 20px 0;
  }
}
@media (min-width: 896px) {
  .tickets_module-drawer_button {
    display: none;
  }
}
.tickets_module-drawer_button:after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  border-bottom: 3px solid #003A54;
  border-right: 3px solid #003A54;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(50%, -50%) rotate(45deg);
  transition: transform 0.25s ease;
}
.active_drawer .tickets_module-drawer_button:after {
  transform: translate(50%, -50%) rotate(225deg);
}
.tickets_module-drawer {
  overflow: hidden;
  padding: 60px 0 0 0;
  transition: max-height 0.25s linear 0s;
}
@media (min-width: 896px) {
  .tickets_module-drawer {
    padding: 0;
    transition: max-height 0s linear 0.2s;
  }
}
.tickets_module-drawer:not(.active_drawer) {
  max-height: 0px !important;
}
@media (min-width: 896px) {
  .tickets_module-drawer:not(.active_drawer) {
    transition: max-height 0s linear 0.2s;
  }
}
.tickets_module-drawer:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #979797;
  opacity: 0.25;
}
@media (min-width: 896px) {
  .tickets_module-drawer:after {
    content: none;
  }
}
.tickets_module-drawer_content {
  padding: 24px 0 32px;
}
@media (min-width: 667px) {
  .tickets_module-drawer_content {
    padding: 24px 0 32px;
  }
}
@media (min-width: 896px) {
  .tickets_module-drawer_content {
    padding: 0;
  }
}
.tickets_module-drawer_header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
@media (min-width: 896px) {
  .tickets_module-drawer_header {
    display: grid;
    grid-template-columns: 4fr 6fr;
    grid-gap: 0 48px;
    align-items: center;
    margin: 0 60px;
    padding: 60px 0;
    opacity: 0;
    transition: opacity 0.2s ease 0s;
  }
  .active_drawer .tickets_module-drawer_header {
    opacity: 1;
    transition: opacity 0.35s ease 0.2s;
  }
}
.tickets_module-drawer_header img {
  width: calc(50% - 10px);
}
@media (min-width: 896px) {
  .tickets_module-drawer_header img {
    width: 100%;
    grid-row-end: span 2;
  }
}
.tickets_module-drawer_header-content .button + .button {
  margin-left: 16px;
}
@media (min-width: 896px) {
  .tickets_module-drawer_header-content {
    align-self: flex-start;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0s ease 0.2s, transform 0s ease 0.2s;
  }
  .active_drawer .tickets_module-drawer_header-content {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.35s ease 0.3s, transform 0.35s ease 0.3s;
  }
  .tickets_module-drawer_header-content .button + .button {
    margin-left: 0;
  }
}
.tickets_module-drawer_title {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
  width: calc(50% - 10px);
}
@media (min-width: 896px) {
  .tickets_module-drawer_title {
    width: 100%;
    font-size: 48px;
    align-self: flex-end;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0s ease 0.2s, transform 0s ease 0.2s;
  }
  .active_drawer .tickets_module-drawer_title {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.35s ease 0.3s, transform 0.35s ease 0.2s;
  }
}
.tickets_module-drawer_desc:first-child {
  margin: 16px 0;
}
.tickets_module-drawer_desc + a {
  margin-top: 8px;
}
.tickets_module-drawer_fineprint {
  margin-top: 16px;
}
.tickets_module-drawer_link {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  background: #00529C;
  color: #fff;
  border: 2px solid #00529C;
  display: inline-block;
  width: auto;
  padding: 12px 20px;
}
@media (min-width: 896px) {
  .tickets_module-drawer_link {
    display: inline-flex;
    font-size: 18px;
    line-height: 18px;
    padding: 8px 24px;
    min-height: 56px;
    border: 2px solid #00529C;
  }
}
.tickets_module-drawer_link.buy_link {
  background: #FFD400;
  color: #003A54;
  border: 2px solid #FFD400;
}
.tickets_module-drawer_table {
  margin: 24px 0 0;
}
@media (min-width: 896px) {
  .tickets_module-drawer_table {
    margin: 0 60px;
    padding: 20px 0 60px;
    border-top: 1px solid #ebebeb;
  }
  .active_drawer .tickets_module-drawer_table {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.35s ease 0.4s, transform 0.35s ease 0.4s;
  }
}
.tickets_module-drawer_table-row {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  row-gap: 16px;
  padding: 16px 12px;
}
@media (min-width: 896px) {
  .tickets_module-drawer_table-row {
    flex-flow: row nowrap;
    align-items: center;
    padding: 28px 24px;
  }
}
.tickets_module-drawer_table-row:nth-child(even) {
  background: rgba(194, 213, 230, 0.25);
}
.tickets_module-drawer_table-label {
  width: 25%;
  width: auto;
  flex-grow: 1;
}
@media (min-width: 896px) {
  .tickets_module-drawer_table-label {
    width: 50%;
  }
}
.tickets_module-drawer_table-label h3 {
  font-size: 14px;
  text-transform: none;
  margin: 0;
}
@media (min-width: 896px) {
  .tickets_module-drawer_table-label h3 {
    font-size: 24px;
  }
}
.tickets_module-drawer_table-label p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 4px;
}
@media (min-width: 896px) {
  .tickets_module-drawer_table-label p {
    margin-top: 8px;
  }
}
.tickets_module-drawer_table-cost {
  width: 60px;
}
@media (min-width: 896px) {
  .tickets_module-drawer_table-cost {
    width: 140px;
    margin-left: 48px;
  }
}
.tickets_module-drawer_table-cost p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 896px) {
  .tickets_module-drawer_table-cost p {
    font-size: 24px;
  }
}
.tickets_module-drawer_table-cost p span {
  font-size: 12px;
}
@media (min-width: 896px) {
  .tickets_module-drawer_table-cost p span {
    font-size: 14px;
  }
}
.tickets_module-drawer_table-link {
  min-width: 60px;
  margin-left: 32px;
}
@media (min-width: 896px) {
  .tickets_module-drawer_table-link {
    width: 120px;
    margin-left: 48px;
  }
}
.tickets_module-drawer_table-link a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  color: #00529C;
  white-space: nowrap;
}
@media (min-width: 896px) {
  .tickets_module-drawer_table-link a {
    font-size: 18px;
  }
}
.tickets_module-promo_ticket {
  display: grid;
  grid-template-columns: 100px auto;
  grid-gap: 16px;
  align-items: center;
  background: #003A54;
  color: #fff;
  padding: 16px 20px;
  margin-top: 16px;
}
@media (min-width: 400px) {
  .tickets_module-promo_ticket {
    grid-template-columns: 120px auto;
  }
}
@media (min-width: 667px) {
  .tickets_module-promo_ticket {
    padding: 16px 24px;
  }
}
@media (min-width: 896px) {
  .tickets_module-promo_ticket {
    grid-template-columns: 180px auto 180px;
    grid-gap: 0 24px;
    padding: 24px 20px 24px 40px;
    margin-top: 0;
  }
}
@media (min-width: 1136px) {
  .tickets_module-promo_ticket {
    padding: 24px 36px 24px 56px;
  }
}
.tickets_module-sponsor_logo {
  grid-row-end: span 2;
}
@media (min-width: 896px) {
  .tickets_module-sponsor_logo {
    grid-row-end: span 1;
  }
}
.tickets_module-promo_wrap {
  text-align: center;
}
.tickets_module-promo_headline {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: calc(896px - 1px)) {
  .tickets_module-promo_headline {
    margin-bottom: 0;
  }
}
@media (min-width: 896px) {
  .tickets_module-promo_headline {
    font-size: 48px;
  }
}
.tickets_module-promo_desc {
  display: none;
  font-size: 16px;
  opacity: 0.7;
}
@media (min-width: 896px) {
  .tickets_module-promo_desc {
    display: block;
  }
}
.tickets_module-promo_button {
  width: auto;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding: 8px 12px;
  margin: 0 auto;
  background: #fff;
  color: #003A54;
  border: none;
}
@media (min-width: 896px) {
  .tickets_module-promo_button {
    width: 180px;
    font-size: 18px;
    line-height: 18px;
    padding: 8px 20px;
    min-width: 180px;
    max-width: 180px;
    min-height: 56px;
    border: 2px solid #fff;
  }
}

.flatpickr-calendar {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif !important;
  color: #003A54 !important;
  text-align: center !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}
.flatpickr-calendar .flatpickr-monthDropdown-months {
  color: #003A54 !important;
  text-align: center !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  font-weight: 900 !important;
}
.flatpickr-calendar .flatpickr-day {
  font-weight: 900;
}
.flatpickr-calendar .flatpickr-day.selected {
  background: #003A54 !important;
  color: #fff;
  border: none !important;
}

.custom-ticket-info .tickets_module-drawer_table-cost {
  width: 120px;
}
@media (min-width: 896px) {
  .custom-ticket-info .tickets_module-drawer_table-cost {
    width: 200px;
  }
}

.tickets_alt {
  margin: 0;
  padding: 32px 24px;
}
@media (min-width: 667px) {
  .tickets_alt {
    padding: 32px;
  }
}
@media (min-width: 896px) {
  .tickets_alt {
    padding: 48px;
  }
}
.tickets_alt:not(.with-bg-image):not(.with-bg-color) {
  margin: 128px 0 64px;
  padding: 0 24px;
}
@media (min-width: 667px) {
  .tickets_alt:not(.with-bg-image):not(.with-bg-color) {
    margin: 128px 0 64px;
    padding: 0 32px;
  }
}
@media (min-width: 896px) {
  .tickets_alt:not(.with-bg-image):not(.with-bg-color) {
    margin: 160px 0;
    padding: 0 48px;
  }
}
.tickets_alt-wrap.wrap {
  padding: 0;
}
@media (min-width: 896px) {
  .tickets_alt-wrap.wrap {
    max-width: 1288px;
    grid-row-gap: 44px;
  }
}
@media (min-width: 1920px) {
  .tickets_alt-wrap.wrap {
    max-width: 1288px;
  }
}
.tickets_alt-header {
  grid-column: 1/span 6;
  padding: 32px 0;
  margin: 0;
  background: #FFD400;
  text-align: center;
}
@media (min-width: 896px) {
  .tickets_alt-header {
    grid-column: 1/span 12;
  }
}
@media (min-width: 1450px) {
  .tickets_alt-header {
    padding: 48px 0;
  }
}
.tickets_alt-header_wrap {
  grid-column: 1/span 6;
  padding: 0 24px;
  margin: 0;
}
@media (min-width: 896px) {
  .tickets_alt-header_wrap {
    grid-row: 1/span 1;
    grid-column: 3/span 8;
    margin: 0 -32px;
  }
}
.tickets_alt-header_img {
  grid-column: 1/span 6;
  position: relative;
}
@media (min-width: 896px) {
  .tickets_alt-header_img {
    grid-row: 1/span 1;
    grid-column: 1/span 3;
  }
}
.tickets_alt-header_img img {
  height: calc(100% + 160px);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  inset: -144px 0 -16px;
}
@media (min-width: 896px) {
  .tickets_alt-header_img img {
    height: calc(100% + 128px);
    inset: -112px 24px -16px;
  }
}
.tickets_alt-description {
  font-size: 18px;
  color: #5C5C5C;
}
@media (min-width: 1450px) {
  .tickets_alt-description {
    font-size: 24px;
  }
}
.tickets_alt-description:first-of-type {
  margin: 8px 0 0;
}
.tickets_alt-cards_wrap {
  grid-column: 1/span 6;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  grid-gap: 20px;
}
@media (min-width: 896px) {
  .tickets_alt-cards_wrap {
    grid-column: 1/span 12;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
  }
}
.tickets_alt-card {
  display: flex;
  flex-flow: column nowrap;
  border: 1px solid #c9c9c9;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 896px) {
  .tickets_alt-card {
    order: 3;
  }
}
@media (min-width: 1450px) {
  .tickets_alt-card {
    border-radius: 20px;
  }
}
.tickets_alt-card.col_hl {
  order: 1;
}
@media (min-width: 896px) {
  .tickets_alt-card.col_hl {
    order: 2;
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.25);
  }
}
.tickets_alt-card.col_1 {
  order: 2;
}
@media (min-width: 896px) {
  .tickets_alt-card.col_1 {
    order: 1;
  }
}
.tickets_alt-card.col_2 {
  order: 3;
}
@media (min-width: 896px) {
  .tickets_alt-card.col_2 {
    order: 3;
  }
}
.tickets_alt-card_wrap {
  display: flex;
  flex-flow: column nowrap;
  padding: 28px 24px;
}
@media (min-width: 1136px) {
  .tickets_alt-card_wrap {
    padding: 36px;
  }
}
.tickets_alt-card_wrap > :nth-last-child(2) {
  margin-bottom: auto;
}
.tickets_alt-card_label {
  width: 100%;
  padding: 12px 16px;
  margin: 0;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  background: rgba(0, 58, 84, 0.1);
  color: #003A54;
  text-align: center;
}
@media (min-width: 1450px) {
  .tickets_alt-card_label {
    padding: 18px;
  }
}
.col .tickets_alt-card_label {
  font-size: 14px;
}
@media (min-width: 1450px) {
  .col .tickets_alt-card_label {
    font-size: 16px;
  }
}
.col_hl .tickets_alt-card_label {
  background: #FFD400;
  font-size: 18px;
}
@media (min-width: 1450px) {
  .col_hl .tickets_alt-card_label {
    font-size: 22px;
  }
}
.tickets_alt-card_img {
  position: relative;
  padding-bottom: 56.25%;
}
.tickets_alt-card_img img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tickets_alt-card_title {
  margin: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: normal;
  text-transform: none;
}
.tickets_alt-card_subtitle {
  line-height: normal;
  opacity: 0.6;
}
.tickets_alt-card_subtitle:first-of-type {
  margin: 4px 0 0;
}
.tickets_alt-card_price {
  display: flex;
  flex-flow: row nowrap;
  align-items: last baseline;
  line-height: normal;
  margin: 8px 0 0;
}
.tickets_alt-card_price:nth-last-child(2) {
  margin-top: 22px;
}
.tickets_alt-card_details {
  line-height: normal;
  border-top: 1px solid;
  padding-top: 16px;
  margin: 26px 0 0;
  opacity: 0.6;
}
.tickets_alt-card_footnote {
  line-height: normal;
  margin: 36px 0 0;
  opacity: 0.6;
}
.tickets_alt-price_value {
  position: relative;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: normal;
  text-transform: none;
  margin-right: 0.125em;
}
@media (min-width: 768px) {
  .tickets_alt-price_value {
    margin-right: 0.25em;
  }
}
.tickets_alt-price_value span.old {
  font-weight: 400;
  opacity: 0.5;
}
.tickets_alt-price_value[aria-label]:before {
  content: attr(aria-label);
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  position: absolute;
  bottom: 100%;
  left: 0;
  opacity: 0.6;
}
@media (min-width: 1450px) {
  .tickets_alt-price_value[aria-label]:before {
    font-size: 18px;
  }
}
.tickets_alt-price_desc {
  line-height: normal;
  opacity: 0.6;
}
.tickets_alt-link_wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 36px 0 0;
}
.tickets_alt-link_wrap .button:only-child {
  width: 100%;
}
.module .tickets_alt-list {
  list-style-type: none;
  padding: 0;
  margin: 26px 0 0;
  line-height: normal;
}
.module .tickets_alt-list li {
  font-size: 12px;
  line-height: normal;
  color: rgba(0, 58, 84, 0.7);
  text-indent: -26px;
  padding-left: 26px;
  margin: 16px 0 0;
}
@media (min-width: 1136px) {
  .module .tickets_alt-list li {
    font-size: 16px;
    text-indent: -40px;
    padding-left: 40px;
    margin: 24px 0 0;
  }
}
.module .tickets_alt-list li:first-child {
  margin-top: 0;
}
.module .tickets_alt-list li:before {
  content: url('data:image/svg+xml;utf8,<svg viewBox="0 0 23 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.5187 0.468679C23.1604 1.09358 23.1604 2.10842 22.5187 2.73332L9.37736 15.5313C8.73569 16.1562 7.69362 16.1562 7.05195 15.5313L0.481255 9.13232C-0.160418 8.50742 -0.160418 7.49258 0.481255 6.86768C1.12293 6.24278 2.16499 6.24277 2.80666 6.86768L8.21722 12.1319L20.1985 0.468679C20.8401 -0.156226 21.8822 -0.156226 22.5239 0.468679H22.5187Z" fill="%2313B900"/></svg>');
  display: inline-block;
  height: 12px;
  width: 17px;
  text-indent: 0;
  margin-right: 8px;
}
@media (min-width: 1136px) {
  .module .tickets_alt-list li:before {
    height: 16px;
    width: 23px;
    margin-right: 16px;
  }
}
.tickets_alt-rows_wrap {
  grid-column: 1/span 6;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  grid-gap: 20px;
}
@media (min-width: 896px) {
  .tickets_alt-rows_wrap {
    grid-column: 1/span 12;
    grid-gap: 32px;
  }
}
.tickets_alt-rowcard {
  display: flex;
  flex-flow: column nowrap;
  border: 1px solid #c9c9c9;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 896px) {
  .tickets_alt-rowcard {
    order: 3;
  }
}
@media (min-width: 1450px) {
  .tickets_alt-rowcard {
    border-radius: 20px;
  }
}
.tickets_alt-rowcard_wrap {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 32px 24px;
}
@media (min-width: 896px) {
  .tickets_alt-rowcard_wrap {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    padding: 64px 40px;
  }
}
@media (min-width: 1450px) {
  .tickets_alt-rowcard_wrap {
    padding: 64px 40px;
  }
}
.tickets_alt-rowcard_wrap > :nth-last-child(2) {
  margin-bottom: auto;
}
.tickets_alt-rowcard_label {
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 2;
  min-width: 140px;
  padding: 8px 12px;
  margin: 0;
  font-size: 10px;
  line-height: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 0 0 12px 12px;
  background: rgba(0, 58, 84, 0.1);
  color: #003A54;
  text-align: center;
}
@media (max-width: calc(896px - 1px)) {
  .tickets_alt-rowcard_label + .tickets_alt-rowcard_wrap > .tickets_alt-rowcard_header {
    margin-top: 24px;
  }
}
@media (min-width: 896px) {
  .tickets_alt-rowcard_label {
    min-width: 160px;
  }
}
@media (min-width: 1450px) {
  .tickets_alt-rowcard_label {
    font-size: 12px;
    padding: 12px 18px;
    left: 36px;
  }
}
.tickets_alt-rowcard_label.hl_label {
  background: #FFD400;
}
@media (min-width: 967px) {
  .tickets_alt-rowcard_header {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
  }
}
.tickets_alt-rowcard_pricing {
  display: flex;
  flex-flow: row;
  align-items: baseline;
}
@media (max-width: calc(480px - 1px)) {
  .tickets_alt-rowcard_pricing {
    justify-content: space-between;
  }
}
@media (max-width: calc(896px - 1px)) {
  .tickets_alt-rowcard_pricing {
    margin-top: 18px;
  }
}
@media (min-width: 896px) {
  .tickets_alt-rowcard_pricing {
    height: 100%;
    justify-content: end;
  }
}
.tickets_alt-rowcard_img {
  position: relative;
  padding-bottom: 56.25%;
}
.tickets_alt-rowcard_img img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tickets_alt-rowcard_title {
  margin: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: normal;
  text-transform: none;
}
@media (min-width: 896px) {
  .tickets_alt-rowcard_title {
    margin-right: 0.25em;
  }
}
.tickets_alt-rowcard_subtitle {
  line-height: normal;
  opacity: 0.6;
}
.tickets_alt-rowcard_subtitle:first-of-type {
  margin: 4px 0 0;
}
.tickets_alt-rowcard_price {
  display: flex;
  flex-flow: row nowrap;
  align-items: last baseline;
  line-height: normal;
  white-space: nowrap;
  margin: 0;
}
@media (max-width: calc(896px - 1px)) {
  .tickets_alt-rowcard_price {
    margin: 8px 0 0;
  }
  .tickets_alt-rowcard_price:nth-last-child(2) {
    margin-top: 22px;
  }
}
@media (max-width: calc(896px - 1px)) and (min-width: 480px) {
  .tickets_alt-rowcard_price:not(:last-child) {
    margin-right: 32px;
  }
}
@media (min-width: 896px) {
  .tickets_alt-rowcard_price:not(:last-child) {
    margin-right: 64px;
  }
}
@media (max-width: calc(896px - 1px)) {
  .tickets_alt-rowcard_details {
    order: 3;
    margin-top: 24px;
  }
}
@media (min-width: 896px) {
  .tickets_alt-rowcard_details {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
}
.tickets_alt-rowcard_details p:not(:last-child) {
  margin-bottom: 12px;
}
.tickets_alt-rowcard_details ul {
  margin: 0 !important;
}
.tickets_alt-rowcard_desc {
  line-height: normal;
  margin: 36px 0 0;
  opacity: 0.6;
}
@media (min-width: 896px) {
  .tickets_alt-rowcard_desc {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
}
@media (max-width: calc(896px - 1px)) {
  .tickets_alt-rowcard_actions {
    margin-top: 24px;
  }
  .tickets_alt-rowcard_actions.w_cal {
    display: flex;
    flex-flow: row nowrap;
  }
  .tickets_alt-rowcard_actions.w_cal p:first-child {
    display: none;
  }
}
@media (min-width: 896px) {
  .tickets_alt-rowcard_actions {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
    display: flex;
    align-items: end;
    justify-content: end;
  }
}
.tickets_alt-rowcard_actions p {
  line-height: 48px;
  margin: 0;
  opacity: 0.6;
}
@media (min-width: 896px) {
  .tickets_alt-rowcard_actions .button {
    width: auto;
  }
}
.tickets_alt-rowcard_actions .button[href=""] {
  background: #BEBEBE !important;
  color: #fff !important;
  cursor: disabled;
  pointer-events: none;
}
.tickets_alt-select_date {
  display: block;
  padding: 8px 11px 9px;
  margin: 0 24px 0 0;
  background: #F2F2F2;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
}
@media (min-width: 896px) {
  .tickets_alt-select_date {
    margin: 0 24px 0 16px;
  }
}
.tickets_alt-no_items {
  grid-column: 1/span 6;
  padding: 32px 0;
  text-align: center;
}
@media (min-width: 896px) {
  .tickets_alt-no_items {
    grid-column: 1/span 12;
  }
}
.tickets_alt-promo {
  grid-column: 1/span 6;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 32px 24px;
  border-radius: 7px;
  background: #D9E5F0;
  text-align: center;
}
@media (min-width: 896px) {
  .tickets_alt-promo {
    grid-column: 1/span 12;
    flex-flow: row nowrap;
  }
}
@media (min-width: 1450px) {
  .tickets_alt-promo {
    padding: 32px 36px;
  }
}
.tickets_alt-promo_headline {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: normal;
  text-transform: none;
  margin: 0 24px 0 0;
}
@media (max-width: calc(1136px - 1px)) {
  .tickets_alt-promo_headline {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0 0 16px;
  }
}
@media (max-width: calc(1136px - 1px)) and (min-width: 896px) {
  .tickets_alt-promo_headline {
    max-width: 33%;
    margin: 0 24px 0 0;
  }
}
.tickets_alt-promo_headline:before, .tickets_alt-promo_headline:after {
  content: url('data:image/svg+xml;utf8,<svg width="30" height="28" viewBox="0 0 30 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.9122 0.649179L18.795 9.32991C18.9231 9.71605 19.2922 9.97903 19.7062 9.97903H29.0376C29.9658 9.97903 30.352 11.1416 29.6009 11.6759L22.0513 17.0401C21.7142 17.278 21.5755 17.7017 21.7035 18.0879L24.5863 26.7686C24.8744 27.6327 23.863 28.3507 23.1097 27.8164L15.5601 22.4522C15.2229 22.2143 14.7684 22.2143 14.4334 22.4522L6.8838 27.8164C6.13268 28.3507 5.12123 27.6327 5.40717 26.7686L8.29002 18.0879C8.41805 17.7017 8.27722 17.278 7.9422 17.0401L0.396857 11.6739C-0.354264 11.1395 0.0319658 9.97695 0.960197 9.97695H10.2916C10.7077 9.97695 11.0747 9.71604 11.2027 9.32782L14.0877 0.649179C14.3758 -0.214928 15.6241 -0.214928 15.9122 0.649179Z" fill="%23003A54"/></svg>');
}
.tickets_alt-promo_headline:before {
  margin-right: 16px;
}
.tickets_alt-promo_headline:after {
  margin-left: 16px;
}
.tickets_alt-promo_desc {
  font-size: 18px;
  margin: 0;
  opacity: 0.7;
  margin: 0 0 20px;
}
@media (min-width: 896px) {
  .tickets_alt-promo_desc {
    margin: 0 24px 0 0;
  }
}
.tickets_alt-promo .button {
  margin: 0;
}
@media (min-width: 896px) {
  .tickets_alt-promo .button:hover {
    background: #fff !important;
  }
}

.calendarmodal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0fr;
  width: auto;
  min-width: 360px;
  max-height: calc(100svh - 64px);
  padding: 0;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, -50%) scale(1) translateY(0);
  will-change: grid-template-rows, transform, opacity, z-index, visibility;
  visibility: hidden;
  opacity: 0;
  transition: grid-template-rows 0s ease-out 0.25s, transform 0.25s ease-out, opacity 0.25s ease-out, z-index 0s linear 0.25s, visibility 0s linear 0.25s;
  transition: grid-template-rows 0s ease-out 0.25s, transform 0.25s ease-out, opacity 0.25s ease-out, z-index 0s linear 0.25s, visibility 0s linear 0.25s, -ms-grid-rows 0s ease-out 0.25s;
}
.calendarmodal:not(.current-modal) {
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: calc(480px - 1px)) {
  .calendarmodal {
    width: calc(100% - 40px);
  }
}
@media (min-width: 896px) {
  .calendarmodal {
    width: 696px;
  }
}
.active-modal .calendarmodal.current-modal {
  grid-template-rows: 1fr;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transition: grid-template-rows 0.25s ease-out, transform 0.25s ease-out, opacity 0.25s ease-out, z-index 0s linear 0s, visibility 0s linear 0s;
  transition: grid-template-rows 0.25s ease-out, transform 0.25s ease-out, opacity 0.25s ease-out, z-index 0s linear 0s, visibility 0s linear 0s, -ms-grid-rows 0.25s ease-out;
}
.calendarmodal-wrap {
  display: flex;
  flex-flow: column nowrap;
  max-height: 100%;
  padding: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 12px 34px 0px rgba(0, 0, 0, 0.25);
  overflow: auto;
  will-change: padding;
  transition: padding 0s ease-out 0.25s;
}
.active-modal .calendarmodal-wrap {
  transition: padding 0.25s ease-out;
}
.calendarmodal-datepicker .air-datepicker {
  --adp-width: 335px;
  --adp-padding: 0px;
  --adp-border-radius: 0px;
  --adp-border-color-inner: background: rgba(0,0,0,.1);
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: #333;
  --adp-nav-action-size: 32px;
  --adp-cell-border-radius: 0px;
  --adp-day-cell-width: 48px;
  --adp-day-cell-height: 48px;
  --adp-day-name-color: #333;
  --adp-color-current-date: #FFD400;
  --adp-cell-background-color-selected: #FFD400;
  --adp-cell-background-color-selected-hover: #FFD400;
  padding: 40px 12px 12px;
  border: none;
}
@media (min-width: 896px) {
  .calendarmodal-datepicker .air-datepicker {
    --adp-width: 630px;
    --adp-padding: 0px;
    --adp-border-radius: 0px;
    --adp-border-color-inner: background: rgba(0,0,0,.1);
    --adp-nav-height: 32px;
    --adp-nav-arrow-color: #333;
    --adp-nav-action-size: 60px;
    --adp-cell-border-radius: 0px;
    --adp-day-cell-width: 90px;
    --adp-day-cell-height: 82px;
    padding: 30px;
  }
}
@media (min-width: 1450px) {
  .calendarmodal-datepicker .air-datepicker {
    --adp-width: 630px;
    --adp-day-cell-width: 90px;
    --adp-day-cell-height: 82px;
  }
}
.calendarmodal-datepicker .air-datepicker .air-datepicker--navigation {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-nav {
  margin-bottom: 8px;
  border-bottom: none;
}
@media (min-width: 896px) {
  .calendarmodal-datepicker .air-datepicker .air-datepicker-nav {
    margin-bottom: 20px;
  }
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-nav--action {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 896px) {
  .calendarmodal-datepicker .air-datepicker .air-datepicker-nav--action svg {
    transform: scale(1.4);
  }
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-nav--title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
@media (min-width: 896px) {
  .calendarmodal-datepicker .air-datepicker .air-datepicker-nav--title {
    font-size: 28px;
  }
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-nav--title i {
  font-weight: 400;
  color: #333;
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-body--day-names {
  margin: 8px 0;
}
@media (min-width: 896px) {
  .calendarmodal-datepicker .air-datepicker .air-datepicker-body--day-names {
    margin: 20px 0;
  }
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-body--day-name {
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}
@media (min-width: 896px) {
  .calendarmodal-datepicker .air-datepicker .air-datepicker-body--day-name {
    font-size: 12px;
    line-height: 16px;
  }
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell {
  position: relative;
  background: #f6f7f9;
  color: #333;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  padding: 6px;
}
@media (min-width: 896px) {
  .calendarmodal-datepicker .air-datepicker .air-datepicker-cell {
    font-size: 22px;
    padding: 12px;
  }
}
@media (min-width: 1450px) {
  .calendarmodal-datepicker .air-datepicker .air-datepicker-cell {
    font-size: 22px;
  }
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  border-right: 1px solid rgba(51, 51, 51, 0.1);
  inset: 0;
  pointer-events: none;
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-day-:nth-child(n+8):after {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-day-:nth-child(7n):after {
  border-right: none;
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-month- {
  justify-content: center;
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-month-:nth-child(n+4):after {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-month-:nth-child(3n):after {
  border-right: none;
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-month-.-selected-.-current {
  color: #FFD400;
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-year- {
  justify-content: center;
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-year-:nth-child(n+5):after {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-year-:nth-child(4n):after {
  border-right: none;
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-year-.-selected-.-current {
  color: #FFD400;
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell span {
  display: block;
  line-height: 1;
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell span:first-child {
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 896px) {
  .calendarmodal-datepicker .air-datepicker .air-datepicker-cell span:first-child {
    font-size: 22px;
  }
}
@media (min-width: 1450px) {
  .calendarmodal-datepicker .air-datepicker .air-datepicker-cell span:first-child {
    font-size: 22px;
  }
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell span:last-child {
  font-size: 10px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  opacity: 0.5;
}
@media (min-width: 896px) {
  .calendarmodal-datepicker .air-datepicker .air-datepicker-cell span:last-child {
    font-size: 16px;
  }
}
@media (min-width: 1450px) {
  .calendarmodal-datepicker .air-datepicker .air-datepicker-cell span:last-child {
    font-size: 16px;
  }
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell span:last-child > span {
  text-align: left;
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-ticket-date- {
  background: #FFD400;
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-other-month- {
  background: #fff;
  color: rgba(51, 51, 51, 0.25);
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-other-month-:hover {
  color: rgba(51, 51, 51, 0.25);
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-other-month-.-ticket-date- {
  background: rgba(255, 212, 0, 0.5);
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-other-month- span:last-child {
  opacity: 0.75;
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-selected- {
  box-shadow: inset 0 0 0 3px rgba(51, 51, 51, 0.7);
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-selected-.-current- {
  color: #333;
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-selected-.-ticket-date- {
  background: #FFD400;
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-focus- {
  box-shadow: inset 0 0 0 3px rgba(51, 51, 51, 0.7);
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-focus-.-current- {
  color: #333;
}
.calendarmodal-datepicker .air-datepicker .air-datepicker-cell.-focus-.-ticket-date- {
  background: #FFD400;
}
.calendarmodal-close {
  display: block;
  height: 16px;
  width: 16px;
  padding: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  color: transparent;
  background: transparent;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 896px) {
  .calendarmodal-close {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 1450px) {
  .calendarmodal-close {
    top: 36px;
    right: 36px;
    height: 18px;
    width: 18px;
  }
}
.calendarmodal-overlay_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 101vh;
  width: 101vw;
  background: rgba(51, 51, 51, 0.85);
  z-index: -1;
}

.pricing_cta {
  margin: 0;
  padding: 64px 24px;
}
@media (min-width: 667px) {
  .pricing_cta {
    padding: 64px 32px;
  }
}
@media (min-width: 896px) {
  .pricing_cta {
    padding: 100px 48px;
  }
}
.pricing_cta:not(.with-bg-image):not(.with-bg-color) {
  margin: 64px 0;
  padding: 0 24px;
}
@media (min-width: 667px) {
  .pricing_cta:not(.with-bg-image):not(.with-bg-color) {
    margin: 64px 0;
    padding: 0 32px;
  }
}
@media (min-width: 896px) {
  .pricing_cta:not(.with-bg-image):not(.with-bg-color) {
    margin: 100px 0;
    padding: 0 48px;
  }
}
.pricing_cta-wrap.wrap {
  padding: 0;
}
@media (min-width: 896px) {
  .pricing_cta-wrap.wrap {
    max-width: 1288px;
  }
}
@media (min-width: 1920px) {
  .pricing_cta-wrap.wrap {
    max-width: 1288px;
  }
}
.pricing_cta-header {
  grid-column: 1/span 6;
  padding: 32px 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 896px) {
  .pricing_cta-header {
    grid-column: 1/span 12;
    padding: 0 0 32px;
  }
}
@media (min-width: 1450px) {
  .pricing_cta-header {
    padding: 0 0 48px;
  }
}
.pricing_cta-header.has-image {
  padding-top: 64px;
}
@media (min-width: 1450px) {
  .pricing_cta-header.has-image {
    padding-top: 96px;
  }
}
.pricing_cta-header_wrap {
  grid-column: 1/span 6;
  padding: 0 24px;
  margin: 0;
}
@media (min-width: 896px) {
  .pricing_cta-header_wrap {
    grid-row: 1/span 1;
    grid-column: 3/span 8;
    margin: 0 -32px;
  }
}
.pricing_cta-header_img {
  grid-column: 1/span 6;
  position: relative;
}
@media (min-width: 896px) {
  .pricing_cta-header_img {
    grid-row: 1/span 1;
    grid-column: 1/span 3;
  }
}
.pricing_cta-header_img img {
  height: calc(100% + 160px);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  inset: -144px 0 -16px;
}
@media (min-width: 896px) {
  .pricing_cta-header_img img {
    height: calc(100% + 96px);
    inset: -64px 24px -32px;
  }
}
@media (min-width: 1450px) {
  .pricing_cta-header_img img {
    height: calc(100% + 144px);
    inset: -96px 24px -48px;
  }
}
.pricing_cta-description {
  font-size: 18px;
  color: #5C5C5C;
}
@media (min-width: 1450px) {
  .pricing_cta-description {
    font-size: 24px;
  }
}
.pricing_cta-description:first-of-type {
  margin: 8px 0 0;
}
.pricing_cta-slider {
  grid-column: 1/span 6;
}
@media (max-width: 895px) {
  .pricing_cta-slider {
    padding: 0 24px;
    margin: 0 -24px;
    overflow: hidden;
  }
}
@media (max-width: 895px) and (min-width: 667px) {
  .pricing_cta-slider {
    padding: 0 32px;
    margin: 0 -32px;
  }
}
@media (min-width: 896px) {
  .pricing_cta-slider {
    grid-column: 1/span 12;
    margin-right: -32px;
  }
}
.pricing_cta-slider .slick-list {
  overflow: visible;
}
.pricing_cta-slider .slick-track {
  display: flex;
}
.pricing_cta-slider .slick-slide {
  margin-right: 18px;
}
@media (min-width: 896px) {
  .pricing_cta-slider .slick-slide {
    grid-column: 1/span 12;
    margin-right: 32px;
  }
}
.pricing_cta-slider .slick-dots {
  display: flex;
  justify-content: center;
  visibility: visible;
  position: relative;
  padding: 0;
  margin: 20px 0 0;
  bottom: 0;
}
.pricing_cta-slider .slick-dots li {
  display: block;
  height: 12px;
  width: 12px;
  margin-right: 16px;
}
.pricing_cta-slider .slick-dots li button {
  height: 12px;
  width: 12px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background: rgba(0, 82, 156, 0.25);
}
.pricing_cta-slider .slick-dots li:last-child {
  margin-right: 0;
}
.pricing_cta-slider .slick-dots li.slick-active button {
  background: #00529C;
}
.pricing_cta-card {
  display: flex;
  flex-flow: column nowrap;
  grid-column-end: span 6;
  border: 1px solid #c9c9c9;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 896px) {
  .pricing_cta-card {
    grid-column-end: span 4;
  }
}
@media (min-width: 1450px) {
  .pricing_cta-card {
    border-radius: 20px;
  }
}
.pricing_cta-card.slick-slide {
  border: none;
  background: #003561;
  color: #fff;
}
.pricing_cta-card_wrap {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  padding: 28px 24px;
}
@media (min-width: 1450px) {
  .pricing_cta-card_wrap {
    padding: 36px;
  }
  .pricing_cta-card_wrap .medium-sans, .pricing_cta-card_wrap .sponsors-type-rotator .section-title, .sponsors-type-rotator .pricing_cta-card_wrap .section-title {
    font-size: 36px;
  }
}
.pricing_cta-card_wrap > :nth-last-child(2) {
  margin-bottom: auto;
}
.pricing_cta-card_label {
  position: absolute;
  top: 0;
  right: 24px;
  z-index: 2;
  padding: 8px 12px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 0 0 12px 12px;
  background: #FFD400;
  color: #003A54;
}
@media (min-width: 1450px) {
  .pricing_cta-card_label {
    font-size: 12px;
    padding: 12px 18px;
  }
}
.pricing_cta-card_label + .pricing_cta-card_wrap {
  padding-top: 52px;
}
.pricing_cta-card_img {
  position: relative;
  padding-bottom: 56.25%;
}
.pricing_cta-card_img img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pricing_cta-card_title {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: normal;
  text-transform: none;
}
.slick-slide .pricing_cta-card_title {
  color: #fff;
}
.pricing_cta-card_subtitle {
  line-height: normal;
  opacity: 0.6;
}
.pricing_cta-card_subtitle:first-of-type {
  margin: 4px 0 0;
}
.pricing_cta-card_price {
  display: flex;
  flex-flow: row nowrap;
  align-items: last baseline;
  line-height: normal;
  margin: 8px 0 0;
}
.pricing_cta-card_price:nth-last-child(2) {
  margin-top: 22px;
}
.pricing_cta-card_price span {
  width: auto;
}
.pricing_cta-card_details {
  line-height: normal;
  border-top: 1px solid;
  padding-top: 16px;
  margin: 26px 0 0;
  opacity: 0.6;
}
.pricing_cta-price_value {
  width: auto;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: normal;
  text-transform: none;
  margin-right: 0.25em;
}
.pricing_cta-price_desc {
  line-height: normal;
  opacity: 0.6;
}
.pricing_cta-link_wrap {
  display: flex;
  margin: 36px 0 0;
}
.pricing_cta-link_wrap:not(.w_cal) {
  align-items: end;
  justify-content: space-between;
}
.pricing_cta-link_wrap:not(.w_cal) .button:last-child:not(:first-child) {
  width: auto;
}
.pricing_cta-link_wrap:not(.w_cal) .button:only-child {
  width: 100%;
}
.pricing_cta-link_wrap.w_cal {
  flex-flow: row wrap;
  justify-content: start;
  align-items: end;
}
@media (min-width: 1280px) {
  .pricing_cta-link_wrap.w_cal {
    justify-content: center;
  }
}
.pricing_cta-link_wrap.w_cal .button {
  padding-left: 24px;
  padding-right: 24px;
  flex-grow: 1;
}
@media (max-width: calc(1280px - 1px)) {
  .pricing_cta-link_wrap.w_cal .button {
    width: calc(100% - 80px);
  }
}
.pricing_cta-csv_link {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: normal;
  padding: 0;
  margin: 0 16px 0 0;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid;
}
@media (min-width: 1450px) {
  .pricing_cta-csv_link {
    font-size: 18px;
  }
}
.w_cal .pricing_cta-csv_link {
  order: 3;
  margin: 24px 0 0;
}
.pricing_cta-select_date {
  display: block;
  padding: 8px 11px 9px;
  margin: 0 24px 0 0;
  background: #F2F2F2;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
}
@media (min-width: 1280px) {
  .pricing_cta-select_date {
    margin: 0 16px 0 16px;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .pricing_cta-select_date-wrap {
    display: flex;
    flex-flow: row nowrap;
  }
  .pricing_cta-select_date-wrap p:first-child {
    display: none;
  }
}
@media (min-width: 1280px) {
  .pricing_cta-select_date-wrap {
    display: flex;
    align-items: end;
    justify-content: end;
  }
}
.pricing_cta-select_date-wrap p {
  line-height: 48px;
  margin: 0;
  opacity: 0.6;
}
@media (min-width: 1280px) {
  .pricing_cta-select_date-wrap .button {
    width: auto;
  }
}
.pricing_cta-select_date-wrap .button[href=""] {
  background: #BEBEBE !important;
  color: #fff !important;
  cursor: disabled;
  pointer-events: none;
}
.pricing_cta-csv_table {
  width: 100%;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 667px) {
  .pricing_cta-csv_table {
    font-size: 14px;
  }
}
@media (min-width: 1450px) {
  .pricing_cta-csv_table {
    font-size: 18px;
  }
}
.pricing_cta-csv_table thead th {
  background: #FFD400;
  border-radius: 10px 10px 0px 0px;
  border-left: 1px solid #FFFFFF;
  padding: 6px 8px 4px;
}
@media (min-width: 1450px) {
  .pricing_cta-csv_table thead th {
    padding: 12px 24px 8px;
  }
}
.pricing_cta-csv_table thead th:empty {
  background: transparent;
}
.pricing_cta-csv_table tbody tr {
  border: 1px solid #CDCDCD;
}
.pricing_cta-csv_table tbody tr:not(:last-child) {
  border-bottom: 1px solid #CDCDCD;
}
.pricing_cta-csv_table tbody th {
  background: #F7F7F7;
  font-weight: 900;
  text-align: left;
  padding: 8px 8px;
}
@media (min-width: 1450px) {
  .pricing_cta-csv_table tbody th {
    padding: 16px 24px;
  }
}
.pricing_cta-csv_table tbody td {
  background: #FFFFFF;
  border-left: 1px solid #CDCDCD;
  text-align: center;
  padding: 8px 8px;
}
@media (min-width: 1450px) {
  .pricing_cta-csv_table tbody td {
    padding: 16px 24px;
  }
}

.pricingmodal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0fr;
  width: auto;
  max-height: calc(100svh - 64px);
  padding: 0;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, -50%) scale(1) translateY(0);
  will-change: grid-template-rows, transform, opacity, z-index, visibility;
  visibility: hidden;
  opacity: 0;
  transition: grid-template-rows 0s ease-out 0.25s, transform 0.25s ease-out, opacity 0.25s ease-out, z-index 0s linear 0.25s, visibility 0s linear 0.25s;
  transition: grid-template-rows 0s ease-out 0.25s, transform 0.25s ease-out, opacity 0.25s ease-out, z-index 0s linear 0.25s, visibility 0s linear 0.25s, -ms-grid-rows 0s ease-out 0.25s;
}
.pricingmodal:not(.current-modal) {
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: calc(480px - 1px)) {
  .pricingmodal {
    width: calc(100% - 40px);
  }
}
@media (min-width: 896px) {
  .pricingmodal {
    width: 640px;
  }
}
@media (min-width: 1450px) {
  .pricingmodal {
    width: 800px;
  }
}
.active-modal .pricingmodal.current-modal {
  grid-template-rows: 1fr;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transition: grid-template-rows 0.25s ease-out, transform 0.25s ease-out, opacity 0.25s ease-out, z-index 0s linear 0s, visibility 0s linear 0s;
  transition: grid-template-rows 0.25s ease-out, transform 0.25s ease-out, opacity 0.25s ease-out, z-index 0s linear 0s, visibility 0s linear 0s, -ms-grid-rows 0.25s ease-out;
}
.pricingmodal-wrap {
  display: flex;
  flex-flow: column nowrap;
  max-height: 100%;
  padding: 0 20px 0;
  background: #fff;
  box-shadow: 0px 12px 34px 0px rgba(0, 0, 0, 0.25);
  overflow: auto;
  will-change: padding;
  transition: padding 0s ease-out 0.25s;
}
@media (min-width: 1450px) {
  .pricingmodal-wrap {
    padding: 0 36px 0;
  }
}
.active-modal .pricingmodal-wrap {
  padding: 44px 20px 36px;
  transition: padding 0.25s ease-out;
}
@media (min-width: 1450px) {
  .active-modal .pricingmodal-wrap {
    padding: 60px 36px 48px;
  }
}
.pricingmodal-title {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: normal;
  text-transform: none;
  text-align: center;
  margin: 0;
}
@media (max-width: calc(1450px - 1px)) {
  .pricingmodal-title {
    font-size: 28px;
  }
}
.pricingmodal-note {
  opacity: 0.7;
  text-align: center;
}
.pricingmodal-body {
  margin: 28px 0 0;
}
.pricingmodal-footer {
  margin: 28px 0 0;
  text-align: center;
}
.pricingmodal-footer .button {
  margin: 0 auto;
}
.pricingmodal-close {
  display: block;
  height: 16px;
  width: 16px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  color: transparent;
  background: transparent;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 1450px) {
  .pricingmodal-close {
    top: 36px;
    right: 36px;
    height: 18px;
    width: 18px;
  }
}
.pricingmodal-overlay_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 101vh;
  width: 101vw;
  background: rgba(51, 51, 51, 0.85);
  z-index: -1;
}

.touts_alt {
  margin: 56px 0;
  padding: 0 24px;
}
@media (min-width: 667px) {
  .touts_alt {
    margin: 84px 0;
    padding: 0 32px;
  }
}
@media (min-width: 896px) {
  .touts_alt {
    margin: 136px 0;
    padding: 0 48px;
  }
}
.touts_alt.with-bg-color {
  margin: 0;
  padding: 64px 24px;
  overflow: hidden;
}
@media (min-width: 667px) {
  .touts_alt.with-bg-color {
    padding: 64px 32px;
  }
}
@media (min-width: 896px) {
  .touts_alt.with-bg-color {
    padding: 100px 48px;
  }
}
.touts_alt.with-bg-color.blue-bg {
  background: #00529C;
  padding: 84px 24px;
}
@media (min-width: 667px) {
  .touts_alt.with-bg-color.blue-bg {
    padding: 84px 32px;
  }
}
@media (min-width: 896px) {
  .touts_alt.with-bg-color.blue-bg {
    padding: 160px 48px 136px;
  }
}
.touts_alt.with-bg-color.blue-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  inset: 0 0 auto;
  background: repeating-linear-gradient(-45deg, transparent, transparent 12px, rgba(255, 255, 255, 0.1) 12px, rgba(255, 255, 255, 0.1) 36px);
}
@media (min-width: 896px) {
  .touts_alt.with-bg-color.blue-bg:before {
    height: 95px;
    background: repeating-linear-gradient(-45deg, transparent, transparent 24px, rgba(255, 255, 255, 0.1) 24px, rgba(255, 255, 255, 0.1) 68px);
  }
}
@media (min-width: 896px) {
  .touts_alt.layout-large, .touts_alt.layout-slider:has(.touts_alt-tout:nth-child(4)) {
    padding-left: 88px;
    padding-right: 88px;
  }
}
@media (min-width: 1450px) {
  .touts_alt.layout-large, .touts_alt.layout-slider:has(.touts_alt-tout:nth-child(4)) {
    padding-left: 124px;
    padding-right: 124px;
  }
}
.touts_alt-wrap.wrap {
  padding: 0;
  grid-row-gap: 32px;
}
@media (min-width: 896px) {
  .touts_alt-wrap.wrap {
    max-width: 1288px;
    grid-row-gap: 44px;
  }
}
@media (min-width: 1920px) {
  .touts_alt-wrap.wrap {
    max-width: 1288px;
  }
}
@media (min-width: 896px) {
  .layout-large .touts_alt-wrap.wrap, .layout-slider:has(:not(.touts_alt-tout:nth-child(4))) .touts_alt-wrap.wrap {
    max-width: 1472px;
  }
}
@media (min-width: 1920px) {
  .layout-large .touts_alt-wrap.wrap, .layout-slider:has(:not(.touts_alt-tout:nth-child(4))) .touts_alt-wrap.wrap {
    max-width: 1472px;
  }
}
@media (min-width: 896px) {
  .layout-slider .touts_alt-wrap.wrap {
    max-width: none;
  }
}
@media (min-width: 1920px) {
  .layout-slider .touts_alt-wrap.wrap {
    max-width: none;
  }
}
.layout-slider .touts_alt-wrap.wrap .slick-list {
  overflow: visible;
}
.touts_alt-title {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  line-height: normal;
  text-align: center;
  margin: 0;
}
.blue-bg .touts_alt-title {
  color: #fff;
}
@media (min-width: 896px) {
  .touts_alt-title {
    flex-flow: row nowrap;
    justify-content: center;
  }
}
@media (min-width: 1450px) {
  .touts_alt-title {
    font-size: 48px;
  }
}
.touts_alt-title:before {
  content: url('data:image/svg+xml;utf8,<svg width="30" height="28" viewBox="0 0 30 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.9122 0.649179L18.795 9.32991C18.9231 9.71605 19.2922 9.97903 19.7062 9.97903H29.0376C29.9658 9.97903 30.352 11.1416 29.6009 11.6759L22.0513 17.0401C21.7142 17.278 21.5755 17.7017 21.7035 18.0879L24.5863 26.7686C24.8744 27.6327 23.863 28.3507 23.1097 27.8164L15.5601 22.4522C15.2229 22.2143 14.7684 22.2143 14.4334 22.4522L6.8838 27.8164C6.13268 28.3507 5.12123 27.6327 5.40717 26.7686L8.29002 18.0879C8.41805 17.7017 8.27722 17.278 7.9422 17.0401L0.396857 11.6739C-0.354264 11.1395 0.0319658 9.97695 0.960197 9.97695H10.2916C10.7077 9.97695 11.0747 9.71604 11.2027 9.32782L14.0877 0.649179C14.3758 -0.214928 15.6241 -0.214928 15.9122 0.649179Z" fill="%23003A54"/></svg>');
  margin-bottom: 8px;
}
@media (max-width: calc(896px - 1px)) {
  .touts_alt-title:before {
    line-height: 1;
  }
}
@media (min-width: 896px) {
  .touts_alt-title:before {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.blue-bg .touts_alt-title:before {
  content: url('data:image/svg+xml;utf8,<svg width="30" height="28" viewBox="0 0 30 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.9122 0.649179L18.795 9.32991C18.9231 9.71605 19.2922 9.97903 19.7062 9.97903H29.0376C29.9658 9.97903 30.352 11.1416 29.6009 11.6759L22.0513 17.0401C21.7142 17.278 21.5755 17.7017 21.7035 18.0879L24.5863 26.7686C24.8744 27.6327 23.863 28.3507 23.1097 27.8164L15.5601 22.4522C15.2229 22.2143 14.7684 22.2143 14.4334 22.4522L6.8838 27.8164C6.13268 28.3507 5.12123 27.6327 5.40717 26.7686L8.29002 18.0879C8.41805 17.7017 8.27722 17.278 7.9422 17.0401L0.396857 11.6739C-0.354264 11.1395 0.0319658 9.97695 0.960197 9.97695H10.2916C10.7077 9.97695 11.0747 9.71604 11.2027 9.32782L14.0877 0.649179C14.3758 -0.214928 15.6241 -0.214928 15.9122 0.649179Z" fill="%23FFD400"/></svg>');
}
.touts_alt-title:after {
  margin-left: 16px;
}
@media (min-width: 896px) {
  .touts_alt-title:after {
    content: url('data:image/svg+xml;utf8,<svg width="30" height="28" viewBox="0 0 30 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.9122 0.649179L18.795 9.32991C18.9231 9.71605 19.2922 9.97903 19.7062 9.97903H29.0376C29.9658 9.97903 30.352 11.1416 29.6009 11.6759L22.0513 17.0401C21.7142 17.278 21.5755 17.7017 21.7035 18.0879L24.5863 26.7686C24.8744 27.6327 23.863 28.3507 23.1097 27.8164L15.5601 22.4522C15.2229 22.2143 14.7684 22.2143 14.4334 22.4522L6.8838 27.8164C6.13268 28.3507 5.12123 27.6327 5.40717 26.7686L8.29002 18.0879C8.41805 17.7017 8.27722 17.278 7.9422 17.0401L0.396857 11.6739C-0.354264 11.1395 0.0319658 9.97695 0.960197 9.97695H10.2916C10.7077 9.97695 11.0747 9.71604 11.2027 9.32782L14.0877 0.649179C14.3758 -0.214928 15.6241 -0.214928 15.9122 0.649179Z" fill="%23003A54"/></svg>');
  }
  .blue-bg .touts_alt-title:after {
    content: url('data:image/svg+xml;utf8,<svg width="30" height="28" viewBox="0 0 30 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.9122 0.649179L18.795 9.32991C18.9231 9.71605 19.2922 9.97903 19.7062 9.97903H29.0376C29.9658 9.97903 30.352 11.1416 29.6009 11.6759L22.0513 17.0401C21.7142 17.278 21.5755 17.7017 21.7035 18.0879L24.5863 26.7686C24.8744 27.6327 23.863 28.3507 23.1097 27.8164L15.5601 22.4522C15.2229 22.2143 14.7684 22.2143 14.4334 22.4522L6.8838 27.8164C6.13268 28.3507 5.12123 27.6327 5.40717 26.7686L8.29002 18.0879C8.41805 17.7017 8.27722 17.278 7.9422 17.0401L0.396857 11.6739C-0.354264 11.1395 0.0319658 9.97695 0.960197 9.97695H10.2916C10.7077 9.97695 11.0747 9.71604 11.2027 9.32782L14.0877 0.649179C14.3758 -0.214928 15.6241 -0.214928 15.9122 0.649179Z" fill="%23FFD400"/></svg>');
  }
}
.touts_alt-title_wrap {
  grid-column: 1/span 6;
}
@media (min-width: 896px) {
  .touts_alt-title_wrap {
    grid-column: 1/span 12;
  }
}
.touts_alt-touts_wrap {
  grid-column: 1/span 6;
}
@media (max-width: 895px) {
  .touts_alt-touts_wrap {
    padding: 0 24px;
    margin: 0 -24px;
    overflow: hidden;
  }
}
@media (max-width: 895px) and (min-width: 667px) {
  .touts_alt-touts_wrap {
    padding: 0 32px;
    margin: 0 -32px;
  }
}
@media (min-width: 896px) {
  .touts_alt-touts_wrap {
    grid-column: 1/span 12;
  }
}
.touts_alt:not(.layout-slider):not(.layout-large) .touts_alt-touts_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
@media (min-width: 896px) {
  .touts_alt:not(.layout-slider):not(.layout-large) .touts_alt-touts_wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
  }
}
.touts_alt.layout-slider:has(:not(.touts_alt-tout:nth-child(4))) .touts_alt-touts_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
@media (min-width: 896px) {
  .touts_alt.layout-slider:has(:not(.touts_alt-tout:nth-child(4))) .touts_alt-touts_wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
  }
}
.touts_alt-large_tout {
  grid-column: 1/span 6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 896px) {
  .touts_alt-large_tout {
    grid-column: 1/span 12;
    min-height: 35vw;
  }
}
@media (min-width: 1450px) {
  .touts_alt-large_tout {
    border-radius: 20px;
  }
}
.touts_alt-tout {
  position: relative;
  padding-bottom: 53%;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 1450px) {
  .touts_alt-tout {
    border-radius: 20px;
  }
}
.touts_alt-tout.title_under_image_tout {
  width: 100%;
  padding-bottom: 0;
  border-radius: 0;
  overflow: visible;
}
.touts_alt-tout.title_under_image_tout .touts_alt-tout_img {
  position: relative;
  height: auto;
  padding-bottom: 53%;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 1450px) {
  .touts_alt-tout.title_under_image_tout .touts_alt-tout_img {
    border-radius: 20px;
  }
}
.touts_alt-tout.title_under_image_tout .touts_alt-tout_img > img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.touts_alt-tout.button {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 9px;
  background: #FFD400;
}
@media (min-width: 896px) {
  .touts_alt-tout.button:hover {
    background: #D6D6D6;
  }
  .touts_alt-tout.button:hover h3:before {
    opacity: 1;
  }
}
.touts_alt-tout.slick-slide {
  width: 100%;
  max-width: 320px;
  margin-right: 20px;
}
@media (min-width: 896px) {
  .touts_alt-tout.slick-slide {
    max-width: 628px;
    margin-right: 30px;
  }
}
.touts_alt-tout a {
  display: contents;
}
.touts_alt-tout_label {
  position: absolute;
  top: 0;
  right: 24px;
  z-index: 2;
  padding: 8px 12px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 0 0 12px 12px;
  background: #FFD400;
  color: #003A54;
}
@media (min-width: 1450px) {
  .touts_alt-tout_label {
    font-size: 12px;
    padding: 12px 18px;
  }
}
.touts_alt-tout_img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.touts_alt-tout_img img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 0;
}
.touts_alt-tout_img:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.5%, rgba(0, 0, 0, 0.5) 75.98%);
}
.title_under_image_tout .touts_alt-tout_img:after {
  content: none;
}
.touts_alt-tout_title {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-transform: none;
  color: #fff;
  position: absolute;
  inset: auto 18px 12px;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 896px) {
  .touts_alt-tout_title {
    padding-right: 48px;
  }
}
@media (min-width: 1450px) {
  .touts_alt-tout_title {
    inset: auto 24px 28px;
  }
}
.touts_alt-tout_title:after {
  content: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  line-height: 16px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 50%;
  right: -4px;
  transform: translate(0, 50%);
}
@media (min-width: 896px) {
  .touts_alt-tout_title:after {
    content: url('data:image/svg+xml;utf8,<svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.5814 9.2079C20.1395 8.68727 20.1395 7.84177 19.5814 7.32114L12.4382 0.657075C11.8801 0.136444 10.9738 0.136444 10.4158 0.657075C9.85769 1.17771 9.85769 2.02321 10.4158 2.54384L15.1258 6.93379H1.42865C0.638429 6.93379 0 7.52939 0 8.2666C0 9.00381 0.638429 9.59941 1.42865 9.59941H15.1214L10.4202 13.9894C9.86216 14.51 9.86216 15.3555 10.4202 15.8761C10.9783 16.3968 11.8846 16.3968 12.4427 15.8761L19.5859 9.21206L19.5814 9.2079Z" fill="%2300529C"/></svg>');
  }
}
.title_under_image_tout .touts_alt-tout_title {
  position: relative;
  inset: 0;
  margin-top: 16px;
  padding-right: 64px;
  padding-bottom: 0.375em;
}
@media (min-width: 896px) {
  .title_under_image_tout .touts_alt-tout_title {
    margin-top: 24px;
  }
}
.title_under_image_tout .touts_alt-tout_title:after {
  inset: 0 0 auto auto;
  transform: none;
}
.touts_alt.with-bg-color:not(.blue-bg) .title_under_image_tout .touts_alt-tout_title, .touts_alt:not(.with-bg-color) .title_under_image_tout .touts_alt-tout_title {
  color: #003A54;
}
.touts_alt.with-bg-color:not(.blue-bg) .title_under_image_tout .touts_alt-tout_title:after, .touts_alt:not(.with-bg-color) .title_under_image_tout .touts_alt-tout_title:after {
  background-color: #00529C;
  inset: -0.125em 0 auto auto;
  transform: none;
}
@media (min-width: 896px) {
  .touts_alt.with-bg-color:not(.blue-bg) .title_under_image_tout .touts_alt-tout_title:after, .touts_alt:not(.with-bg-color) .title_under_image_tout .touts_alt-tout_title:after {
    content: url('data:image/svg+xml;utf8,<svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.5814 9.2079C20.1395 8.68727 20.1395 7.84177 19.5814 7.32114L12.4382 0.657075C11.8801 0.136444 10.9738 0.136444 10.4158 0.657075C9.85769 1.17771 9.85769 2.02321 10.4158 2.54384L15.1258 6.93379H1.42865C0.638429 6.93379 0 7.52939 0 8.2666C0 9.00381 0.638429 9.59941 1.42865 9.59941H15.1214L10.4202 13.9894C9.86216 14.51 9.86216 15.3555 10.4202 15.8761C10.9783 16.3968 11.8846 16.3968 12.4427 15.8761L19.5859 9.21206L19.5814 9.2079Z" fill="%23FFFFFF"/></svg>');
  }
}
.button .touts_alt-tout_title {
  position: relative;
  inset: 0;
  align-content: center;
  width: 100%;
  min-height: 64px;
  padding: 12px 18px;
  padding-right: 72px;
  color: #003A54;
}
@media (min-width: 1450px) {
  .button .touts_alt-tout_title {
    padding: 20px 24px;
    padding-right: 72px;
  }
}
.button .touts_alt-tout_title:after, .button .touts_alt-tout_title:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-color: #003A54;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M17.5383 10.6633L11.9133 16.2883C11.7372 16.4644 11.4983 16.5634 11.2492 16.5634C11.0001 16.5634 10.7613 16.4644 10.5852 16.2883C10.409 16.1122 10.3101 15.8733 10.3101 15.6242C10.3101 15.3752 10.409 15.1363 10.5852 14.9602L14.6094 10.9375H3.125C2.87636 10.9375 2.6379 10.8387 2.46209 10.6629C2.28627 10.4871 2.1875 10.2487 2.1875 10C2.1875 9.75137 2.28627 9.51292 2.46209 9.3371C2.6379 9.16129 2.87636 9.06252 3.125 9.06252H14.6094L10.5867 5.03751C10.4106 4.86139 10.3117 4.62252 10.3117 4.37345C10.3117 4.12438 10.4106 3.88551 10.5867 3.70939C10.7628 3.53327 11.0017 3.43433 11.2508 3.43433C11.4999 3.43433 11.7387 3.53327 11.9148 3.70939L17.5398 9.33439C17.6273 9.4216 17.6966 9.52523 17.7438 9.63931C17.7911 9.75339 17.8153 9.87569 17.8152 9.99917C17.815 10.1226 17.7905 10.2449 17.743 10.3589C17.6955 10.4728 17.6259 10.5763 17.5383 10.6633Z" fill="%23FFD400"/></svg>');
}
.button .touts_alt-tout_title:before {
  opacity: 0;
  z-index: 1;
  background-color: #003A54;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M17.5383 10.6633L11.9133 16.2883C11.7372 16.4644 11.4983 16.5634 11.2492 16.5634C11.0001 16.5634 10.7613 16.4644 10.5852 16.2883C10.409 16.1122 10.3101 15.8733 10.3101 15.6242C10.3101 15.3752 10.409 15.1363 10.5852 14.9602L14.6094 10.9375H3.125C2.87636 10.9375 2.6379 10.8387 2.46209 10.6629C2.28627 10.4871 2.1875 10.2487 2.1875 10C2.1875 9.75137 2.28627 9.51292 2.46209 9.3371C2.6379 9.16129 2.87636 9.06252 3.125 9.06252H14.6094L10.5867 5.03751C10.4106 4.86139 10.3117 4.62252 10.3117 4.37345C10.3117 4.12438 10.4106 3.88551 10.5867 3.70939C10.7628 3.53327 11.0017 3.43433 11.2508 3.43433C11.4999 3.43433 11.7387 3.53327 11.9148 3.70939L17.5398 9.33439C17.6273 9.4216 17.6966 9.52523 17.7438 9.63931C17.7911 9.75339 17.8153 9.87569 17.8152 9.99917C17.815 10.1226 17.7905 10.2449 17.743 10.3589C17.6955 10.4728 17.6259 10.5763 17.5383 10.6633Z" fill="%23FFFFFF"/></svg>');
}
.button.download .touts_alt-tout_title:after {
  background-size: 17px 17px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M17 10.54V15.98C17 16.2505 16.8925 16.51 16.7012 16.7012C16.51 16.8925 16.2505 17 15.98 17H1.02C0.749479 17 0.490038 16.8925 0.298751 16.7012C0.107464 16.51 0 16.2505 0 15.98V10.54C0 10.2695 0.107464 10.01 0.298751 9.81875C0.490038 9.62746 0.749479 9.52 1.02 9.52C1.29052 9.52 1.54996 9.62746 1.74125 9.81875C1.93254 10.01 2.04 10.2695 2.04 10.54V14.96H14.96V10.54C14.96 10.2695 15.0675 10.01 15.2588 9.81875C15.45 9.62746 15.7095 9.52 15.98 9.52C16.2505 9.52 16.51 9.62746 16.7012 9.81875C16.8925 10.01 17 10.2695 17 10.54ZM7.77835 11.2617C7.87311 11.3567 7.98571 11.4322 8.1097 11.4837C8.23368 11.5352 8.3666 11.5617 8.50085 11.5617C8.6351 11.5617 8.76802 11.5352 8.892 11.4837C9.01599 11.4322 9.12859 11.3567 9.22335 11.2617L12.6233 7.86165C12.815 7.67003 12.9226 7.41014 12.9226 7.13915C12.9226 6.86816 12.815 6.60827 12.6233 6.41665C12.4317 6.22503 12.1718 6.11738 11.9008 6.11738C11.6299 6.11738 11.37 6.22503 11.1783 6.41665L9.52 8.075V1.02C9.52 0.749479 9.41254 0.490038 9.22125 0.298751C9.02996 0.107464 8.77052 0 8.5 0C8.22948 0 7.97004 0.107464 7.77875 0.298751C7.58746 0.490038 7.48 0.749479 7.48 1.02V8.075L5.82165 6.41835C5.72677 6.32347 5.61413 6.24821 5.49016 6.19686C5.3662 6.14551 5.23333 6.11908 5.09915 6.11908C4.82816 6.11908 4.56827 6.22673 4.37665 6.41835C4.28177 6.51323 4.20651 6.62587 4.15516 6.74984C4.10381 6.8738 4.07738 7.00667 4.07738 7.14085C4.07738 7.41184 4.18503 7.67173 4.37665 7.86335L7.77835 11.2617Z" fill="%23FFD400"/></svg>');
}
.button.download .touts_alt-tout_title:before {
  background-size: 17px 17px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M17 10.54V15.98C17 16.2505 16.8925 16.51 16.7012 16.7012C16.51 16.8925 16.2505 17 15.98 17H1.02C0.749479 17 0.490038 16.8925 0.298751 16.7012C0.107464 16.51 0 16.2505 0 15.98V10.54C0 10.2695 0.107464 10.01 0.298751 9.81875C0.490038 9.62746 0.749479 9.52 1.02 9.52C1.29052 9.52 1.54996 9.62746 1.74125 9.81875C1.93254 10.01 2.04 10.2695 2.04 10.54V14.96H14.96V10.54C14.96 10.2695 15.0675 10.01 15.2588 9.81875C15.45 9.62746 15.7095 9.52 15.98 9.52C16.2505 9.52 16.51 9.62746 16.7012 9.81875C16.8925 10.01 17 10.2695 17 10.54ZM7.77835 11.2617C7.87311 11.3567 7.98571 11.4322 8.1097 11.4837C8.23368 11.5352 8.3666 11.5617 8.50085 11.5617C8.6351 11.5617 8.76802 11.5352 8.892 11.4837C9.01599 11.4322 9.12859 11.3567 9.22335 11.2617L12.6233 7.86165C12.815 7.67003 12.9226 7.41014 12.9226 7.13915C12.9226 6.86816 12.815 6.60827 12.6233 6.41665C12.4317 6.22503 12.1718 6.11738 11.9008 6.11738C11.6299 6.11738 11.37 6.22503 11.1783 6.41665L9.52 8.075V1.02C9.52 0.749479 9.41254 0.490038 9.22125 0.298751C9.02996 0.107464 8.77052 0 8.5 0C8.22948 0 7.97004 0.107464 7.77875 0.298751C7.58746 0.490038 7.48 0.749479 7.48 1.02V8.075L5.82165 6.41835C5.72677 6.32347 5.61413 6.24821 5.49016 6.19686C5.3662 6.14551 5.23333 6.11908 5.09915 6.11908C4.82816 6.11908 4.56827 6.22673 4.37665 6.41835C4.28177 6.51323 4.20651 6.62587 4.15516 6.74984C4.10381 6.8738 4.07738 7.00667 4.07738 7.14085C4.07738 7.41184 4.18503 7.67173 4.37665 7.86335L7.77835 11.2617Z" fill="%23FFFFFF"/></svg>');
}
.touts_alt-tout_content {
  position: relative;
  width: 100%;
  padding: 84px 24px;
  text-align: center;
  z-index: 2;
}
@media (min-width: 667px) {
  .touts_alt-tout_content {
    padding: 56px 32px;
  }
}
@media (min-width: 896px) {
  .touts_alt-tout_content {
    width: 50%;
    padding: 72px 48px;
  }
}
.touts_alt-tout_content .button.blue-bg {
  width: auto;
}

.module.with-sidebar.touts {
  padding: 0;
}
.module.with-sidebar.touts .module-tout {
  margin-bottom: 0;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .module.with-sidebar.touts .module-tout:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .module.with-sidebar.touts .module-tout {
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  .module.with-sidebar.touts {
    margin-bottom: 0;
  }
}

.hero_alt {
  margin: 0;
  padding: 36px 24px;
}
@media (min-width: 667px) {
  .hero_alt {
    padding: 56px 32px;
  }
}
@media (min-width: 896px) {
  .hero_alt {
    padding: 72px 48px;
  }
}
@media (min-width: 768px) {
  .page-template-default:has(.page-title-heading + .sponsor-wrap) .hero_alt {
    margin-top: 24px;
  }
}
.hero_alt:not(.layout-cta_nav) .wrap {
  min-height: 160px;
  align-content: center;
}
@media (min-width: 896px) {
  .hero_alt:not(.layout-cta_nav) .wrap {
    min-height: 280px;
  }
}
@media (max-width: 895px) {
  .hero_alt.layout-cta_nav {
    padding: 0 24px;
  }
}
@media (max-width: 895px) and (min-width: 667px) {
  .hero_alt.layout-cta_nav {
    padding: 0 32px;
  }
}
.hero_alt-wrap.wrap {
  padding: 0;
  grid-row-gap: 44px;
}
@media (min-width: 896px) {
  .hero_alt-wrap.wrap {
    max-width: 1288px;
    grid-row-gap: 44px;
  }
}
@media (min-width: 1920px) {
  .hero_alt-wrap.wrap {
    max-width: 1288px;
  }
}
.layout-cta_nav .hero_alt-wrap.wrap {
  min-height: calc(100svh - 120px);
  align-content: center;
  padding: 0 0 80px;
}
@media (min-width: 896px) {
  .layout-cta_nav .hero_alt-wrap.wrap {
    min-height: 430px;
    padding: 32px 0 100px;
  }
}
@media (min-width: 1450px) {
  .layout-cta_nav .hero_alt-wrap.wrap {
    padding: 60px 0 160px;
  }
}
.hero_alt-content_wrap {
  grid-column: 1/span 6;
  text-align: center;
}
@media (min-width: 896px) {
  .pos_left .hero_alt-content_wrap {
    grid-column: 2/span 5;
  }
  .pos_center .hero_alt-content_wrap {
    grid-column: 4/span 6;
    width: 83.33%;
    margin: 0 auto;
  }
  .pos_right .hero_alt-content_wrap {
    grid-column: 7/span 5;
  }
}
@media (min-width: 1136px) {
  .pos_left .hero_alt-content_wrap {
    grid-column: 3/span 4;
  }
  .pos_center .hero_alt-content_wrap {
    grid-column: 5/span 4;
  }
  .pos_right .hero_alt-content_wrap {
    grid-column: 7/span 4;
  }
}
.hero_alt-content_wrap .button.blue-bg {
  width: auto;
  border: 2px solid #fff;
  padding: 10px 24px;
}
@media (min-width: 896px) {
  .hero_alt-content_wrap .button.blue-bg {
    padding: 10px 32px;
  }
}
@media (min-width: 1450px) {
  .hero_alt-content_wrap .button.blue-bg {
    padding: 10px 36px;
  }
}
.hero_alt-content_wrap .button.blue-bg:hover, .hero_alt-content_wrap .button.blue-bg:active, .hero_alt-content_wrap .button.blue-bg:focus {
  border: 2px solid #D6D6D6;
}
.hero_alt-header_wrap {
  grid-column: 1/span 6;
  padding: 0;
  text-align: center;
  color: #fff;
}
@media (min-width: 896px) {
  .hero_alt-header_wrap {
    grid-column: 3/span 8;
    width: 100%;
    padding: 72px 0;
    margin: 0 auto;
  }
}
.hero_alt-headline {
  font-family: brandon-grotesque, "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 58px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.55);
}
@media (min-width: 1450px) {
  .hero_alt-headline {
    font-size: 106px;
  }
}
.hero_alt-tagline {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #fff;
}
@media (max-width: 895px) {
  .hero_alt-tagline {
    font-size: 20px;
  }
}
.hero_alt-tagline:first-of-type {
  margin: 8px 0 0;
}
.hero_alt-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero_alt-bg img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero-cta_nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20;
  background: #FFD400;
  padding: 0;
  border-radius: 30px;
}
@media (max-width: 895px) {
  .hero-cta_nav {
    width: 260px;
    bottom: 84px;
    transition: width 0.25s ease-out, border-radius 0.5s ease-in-out;
  }
  .hero-cta_nav.expand_herocta {
    width: 100%;
    border-radius: 22px;
  }
  .hero-cta_nav.expand_herocta .mega-menu-wrap {
    max-height: 100svh;
    transition: max-height 0.3s ease-in-out;
  }
  .hero-cta_nav.expand_herocta .hero-cta_nav-toggle svg {
    transform: rotate(135deg);
  }
}
@media (min-width: 896px) {
  .hero-cta_nav {
    padding: 20px 64px;
    border-radius: 48px;
  }
}
@media (min-width: 1366px) {
  .hero-cta_nav {
    padding: 30px 104px;
    border-radius: 70px;
  }
}
.hero-cta_nav .mega-menu-wrap {
  display: block;
  float: none;
}
@media (max-width: 895px) {
  .hero-cta_nav .mega-menu-wrap {
    height: auto;
    max-height: 0svh;
    overflow: hidden;
    transition: max-height 0.2s ease-in;
  }
}
.hero-cta_nav .mega-menu-wrap > ul {
  margin: 0;
  padding: 0;
}
.hero-cta_nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 32px;
  color: #003A54;
  text-align: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  white-space: nowrap;
}
@media (min-width: 896px) {
  .hero-cta_nav-toggle {
    display: none;
  }
}
.hero-cta_nav-toggle svg {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 16px;
  fill: #003A54;
  transform: rotate(0deg);
  transition: transform 0.25s ease-in-out;
}
@media (max-width: 895px) {
  .hero-cta_nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
    align-items: center;
    justify-items: center;
  }
}
@media (min-width: 896px) {
  .hero-cta_nav ul {
    display: flex;
    flex-flow: row nowrap;
  }
}
.hero-cta_nav ul li {
  padding: 0 !important;
}
@media (max-width: 895px) {
  .hero-cta_nav ul li {
    width: 100%;
    border-bottom: 1px solid rgba(101, 101, 101, 0.2);
  }
  .hero-cta_nav ul li:last-of-type {
    border-bottom: 1px solid rgba(101, 101, 101, 0.2);
  }
  .hero-cta_nav ul li:nth-child(2n) {
    border-left: 1px solid rgba(101, 101, 101, 0.2);
  }
}
@media (min-width: 896px) {
  .hero-cta_nav ul li:not(:last-child) {
    margin-right: 48px;
  }
}
@media (min-width: 1366px) {
  .hero-cta_nav ul li:not(:last-child) {
    margin-right: 88px;
  }
}
.hero-cta_nav ul li a.mega-menu-link {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  line-height: 1;
}
@media (max-width: 895px) {
  .hero-cta_nav ul li a.mega-menu-link {
    padding: 26px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: calc(1366px - 1px)) {
  .hero-cta_nav ul li a.mega-menu-link {
    font-size: 12px;
  }
}
@media (min-width: 896px) {
  .hero-cta_nav ul li a.mega-menu-link {
    transition: opacity 0.25s ease-in-out;
  }
  .hero-cta_nav ul li a.mega-menu-link:hover, .hero-cta_nav ul li a.mega-menu-link:active, .hero-cta_nav ul li a.mega-menu-link:focus {
    color: #003A54;
    opacity: 0.7;
  }
}
.hero-cta_nav ul li a.mega-menu-link:before {
  content: "" !important;
  display: block;
  margin: 0 auto 12px;
}
@media (min-width: 1366px) {
  .hero-cta_nav ul li a.mega-menu-link:before {
    height: 43px;
    width: 43px;
    margin: 0 auto 16px;
  }
}

.schedule {
  margin: 56px 0;
  padding: 0 24px;
  overflow: hidden;
}
@media (min-width: 667px) {
  .schedule {
    margin: 84px 0;
    padding: 0 32px;
  }
}
@media (min-width: 896px) {
  .schedule {
    margin: 136px 0;
    padding: 0 48px;
  }
}
.schedule-wrap.wrap {
  padding: 0;
  grid-row-gap: 24px;
}
@media (min-width: 896px) {
  .schedule-wrap.wrap {
    max-width: 1288px;
    grid-row-gap: 44px;
  }
}
@media (min-width: 1920px) {
  .schedule-wrap.wrap {
    max-width: 1288px;
  }
}
@media (min-width: 896px) {
  .layout-large .schedule-wrap.wrap {
    max-width: 1472px;
  }
}
@media (min-width: 1920px) {
  .layout-large .schedule-wrap.wrap {
    max-width: 1472px;
  }
}
@media (min-width: 896px) {
  .layout-slider .schedule-wrap.wrap {
    max-width: none;
  }
}
@media (min-width: 1920px) {
  .layout-slider .schedule-wrap.wrap {
    max-width: none;
  }
}
.layout-slider .schedule-wrap.wrap .slick-list {
  overflow: visible;
}
.schedule-title {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  line-height: normal;
  text-align: center;
  margin: 0;
}
.blue-bg .schedule-title {
  color: #fff;
}
@media (min-width: 896px) {
  .schedule-title {
    flex-flow: row nowrap;
    justify-content: center;
  }
}
@media (min-width: 1450px) {
  .schedule-title {
    font-size: 48px;
  }
}
.schedule-title_wrap {
  grid-column: 1/span 6;
}
@media (min-width: 896px) {
  .schedule-title_wrap {
    grid-column: 1/span 12;
  }
}
.schedule-times_wrap {
  position: relative;
  padding: 0;
  margin: 0 -48px;
  overflow: hidden;
  grid-column: 1/span 6;
}
@media (min-width: 896px) {
  .schedule-times_wrap {
    grid-column: 1/span 12;
  }
}
.schedule-times_wrap:before, .schedule-times_wrap:after {
  content: "";
  display: block;
  height: 100%;
  width: 24px;
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
.schedule-times_wrap:before {
  left: 0;
}
.schedule-times_wrap:after {
  right: 0;
  transform: scale(-1);
}
.schedule-times_list {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  padding: 0 48px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}
.schedule-times_list::-webkit-scrollbar {
  display: none;
}
.schedule-time_interval {
  min-width: 60px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  border-radius: 6px;
  margin: 0 8px 0 0;
  padding: 10px;
  border-radius: 22px;
  border: 1px solid #003A54;
  background: transparent;
  box-shadow: none;
  outline: none;
  color: #003A54;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.schedule-time_interval:last-child {
  margin: 0;
}
.schedule-time_interval.active {
  background: #003A54;
  color: #fff;
}
.schedule-filters_wrap {
  position: relative;
  display: grid;
  padding: 0;
  margin: 0;
  justify-content: center;
  grid-column: 1/span 6;
}
@media (min-width: 896px) {
  .schedule-filters_wrap {
    grid-column: 1/span 12;
  }
}
.schedule-filter_toggle {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 0;
  margin: -6px 0 0;
  box-shadow: none;
  border: none;
  outline: none;
  background: transparent;
  color: #003A54;
  cursor: pointer;
  transform-origin: center;
  transition: all 0.3s ease;
}
@media (min-width: 896px) {
  .schedule-filter_toggle {
    font-size: 18px;
    font-weight: 600;
  }
}
.schedule-filter_toggle.active .schedule-filter_icon {
  transform: rotate(180deg);
}
.schedule-filter_toggle.active .schedule-filter_icon:before {
  transform: scale(0);
  transition: transform 0.2s ease-in-out 0s;
}
.schedule-filter_toggle.active .schedule-filter_icon:after {
  transform: translate(-50%, -50%) rotate(180deg) scale(1);
  transition: transform 0.2s ease-in-out 0.175s;
}
.schedule-filter_icon {
  position: relative;
  margin-right: 8px;
  transform-origin: center;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.schedule-filter_icon:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="11" viewBox="0 0 16 11" fill="none"><path d="M6.22222 11H9.77778V9.16667H6.22222V11ZM0 0V1.83333H16V0H0ZM2.66667 6.41667H13.3333V4.58333H2.66667V6.41667Z" fill="%23003A54"/></svg>');
  display: block;
  transform-origin: center;
  transform: scale(1);
  transition: transform 0.2s ease-in-out 0.175s;
}
.schedule-filter_icon:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10" viewBox="0 0 16 10" fill="none"><path d="M8 0L0 8h3l5-5 5 5h3L8 0z" fill="%23003A54"/></svg>');
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(180deg) scale(0);
  transition: transform 0.2s ease-in-out 0s;
}
.schedule-filter_dropdown {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
  overflow: hidden;
  z-index: 10;
}
.schedule-filter_toggle.active + .schedule-filter_dropdown {
  grid-template-rows: 1fr;
}
.schedule-filter_dropdown-content {
  min-height: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.schedule-filter_option {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  padding: 4px 0;
  margin: 6px 12px 0 0;
}
@media (min-width: 768px) {
  .schedule-filter_option {
    margin: 6px 28px 0 0;
  }
}
.schedule-filter_option input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 18px;
  width: 18px !important;
  margin: 0 6px 0 0;
  border: 2px solid #003A54;
  border-radius: 2px;
  outline: none;
  box-shadow: none;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.schedule-filter_option input[type=checkbox]:checked {
  background: #003A54;
  position: relative;
}
.schedule-filter_option input[type=checkbox]:checked:after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: system-ui;
}
.schedule-filter_option input[type=checkbox]:hover {
  border-color: rgba(0, 58, 84, 0.7);
}
.schedule-filter_option-label {
  font-size: 14px;
  line-height: 1.2;
  color: #003A54;
  cursor: pointer;
}
@media (min-width: 896px) {
  .schedule-filter_option-label {
    font-size: 18px;
  }
}
.schedule-categories {
  grid-column: 1/span 6;
}
@media (min-width: 896px) {
  .schedule-categories {
    grid-column: 1/span 12;
  }
}
.schedule-cat_wrap {
  display: none;
}
.schedule.module:has(input[data-catid="0"]:checked) .schedule-cat_wrap[data-cat="0"] {
  display: block;
}
.schedule.module:has(input[data-catid="1"]:checked) .schedule-cat_wrap[data-cat="1"] {
  display: block;
}
.schedule.module:has(input[data-catid="2"]:checked) .schedule-cat_wrap[data-cat="2"] {
  display: block;
}
.schedule.module:has(input[data-catid="3"]:checked) .schedule-cat_wrap[data-cat="3"] {
  display: block;
}
.schedule.module:has(input[data-catid="4"]:checked) .schedule-cat_wrap[data-cat="4"] {
  display: block;
}
.schedule.module:has(input[data-catid="5"]:checked) .schedule-cat_wrap[data-cat="5"] {
  display: block;
}
.schedule.module:has(input[data-catid="6"]:checked) .schedule-cat_wrap[data-cat="6"] {
  display: block;
}
.schedule.module:has(input[data-catid="7"]:checked) .schedule-cat_wrap[data-cat="7"] {
  display: block;
}
.schedule.module:has(input[data-catid="8"]:checked) .schedule-cat_wrap[data-cat="8"] {
  display: block;
}
.schedule.module:has(input[data-catid="9"]:checked) .schedule-cat_wrap[data-cat="9"] {
  display: block;
}
.schedule.module:has(input[data-catid="10"]:checked) .schedule-cat_wrap[data-cat="10"] {
  display: block;
}
.schedule-cat_name {
  font-size: 18px;
  line-height: 24px;
  border-radius: 6px;
  margin: 0 0 10px;
  padding: 10px;
  border-radius: 6px;
  background: var(--hex);
  color: #fff;
  text-align: center;
}
@media (min-width: 896px) {
  .schedule-cat_name {
    font-size: 26px;
    padding: 12px;
  }
}
.schedule-show_list {
  margin: 0 0 26px !important;
  padding: 0 !important;
  list-style-type: none !important;
}
@media (min-width: 896px) {
  .schedule-show_list {
    margin: 0 0 40px !important;
  }
}
.schedule-show_block {
  display: flex;
  flex-flow: row wrap;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}
.schedule-show_block.hidden {
  visibility: hidden;
  position: absolute;
}
.schedule-show_name {
  width: 50%;
  flex-grow: 1;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
}
@media (min-width: 896px) {
  .schedule-show_name {
    font-size: 24px;
  }
}
.schedule-show_info {
  --rcol: 120px;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  align-content: flex-start;
  grid-gap: 0 12px;
  width: var(--rcol);
  margin: 0 0 0 12px;
}
@media (min-width: 896px) {
  .schedule-show_info {
    --rcol: 320px;
  }
}
.schedule-show_info:has(.schedule-show_note) {
  width: 100%;
  grid-template-columns: 1fr var(--rcol);
  margin: 0;
}
.schedule-show_info:has(.schedule-show_note) .schedule-show_location,
.schedule-show_info:has(.schedule-show_note) .schedule-show_map {
  grid-column: 2/span 1;
}
.schedule-show_info p {
  width: 100%;
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 896px) {
  .schedule-show_info p {
    font-size: 16px;
  }
}
.schedule-show_note {
  grid-row: 1/span 2;
  color: #333;
}
.schedule-show_location {
  text-align: right;
  opacity: 0.7;
}
.schedule-show_map {
  text-align: right;
  opacity: 0.7;
}
.schedule-show_times {
  width: 100%;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  display: flex;
  flex-flow: row wrap;
}
.schedule-show_times [data-times] {
  min-width: 72px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 24px;
  margin: 6px 6px 0 0;
  padding: 0 12px;
  background: #003a54;
  color: #fff;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}
.schedule.module:has(.schedule-time_interval.active):has(li.active) .schedule-show_times [data-times]:not(.active) {
  opacity: 0.4;
}
.schedule-show_times [data-times][data-date] {
  padding-left: 0;
}
.schedule-show_times [data-times][data-date]:before {
  content: attr(data-date);
  padding: 0 6px;
  margin-right: 8px;
  background: #00BABC;
  color: #003A54;
  text-align: center;
  display: inline-block;
  border-radius: 4px 0 0 4px;
}

.faq_alt img {
  width: auto;
}
.faq_alt-section {
  margin: 28px 0;
  padding: 0 24px;
  overflow: hidden;
}
@media (min-width: 667px) {
  .faq_alt-section {
    margin: 42px 0;
    padding: 0 32px;
  }
}
@media (min-width: 896px) {
  .faq_alt-section {
    margin: 68px 0;
    padding: 0 48px;
  }
}
.faq_alt-section_wrap.wrap {
  padding: 0;
  grid-row-gap: 24px;
}
@media (min-width: 896px) {
  .faq_alt-section_wrap.wrap {
    max-width: 1288px;
    grid-row-gap: 44px;
  }
}
@media (min-width: 1920px) {
  .faq_alt-section_wrap.wrap {
    max-width: 1288px;
  }
}
.faq_alt-section_title {
  line-height: 1;
  margin-bottom: 20px;
  text-wrap: pretty;
}
@media (max-width: calc(896px - 1px)) {
  .faq_alt-section_title {
    font-size: 24px;
  }
}
.faq_alt-search_form {
  width: 100%;
}
@media (min-width: 896px) {
  .faq_alt-search_form {
    width: 48%;
  }
}
.faq_alt-search_form input[type=text] {
  background: #ebebeb;
  border: none;
  color: #999;
  width: 100%;
}
@media (min-width: 896px) {
  .faq_alt-search_form input[type=text] {
    width: 70%;
    margin-right: 5%;
  }
}
.faq_alt-search_form [type=submit] {
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 896px) {
  .faq_alt-search_form [type=submit] {
    width: 25%;
    margin-top: 0;
  }
}
.faq_alt-quick_links {
  padding: 0;
  margin: 0;
}
.faq_alt-quick_links ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 896px) {
  .faq_alt-quick_links ul {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }
}
.faq_alt-quick_links li {
  padding: 0;
  border: none !important;
}
.faq_alt-quick_links li:nth-child(3n-1) {
  justify-self: center;
}
.faq_alt-quick_links li:nth-child(3n) {
  justify-self: end;
}
.faq_alt-quick_links a img {
  display: block;
  height: 32px;
  width: 32px;
}
@media (min-width: 896px) {
  .faq_alt-quick_links a img {
    height: 44px;
    width: 44px;
  }
}
.faq_alt-button {
  height: 85px;
  width: 85px;
  padding: 0;
  margin: 0 auto 8px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  background: #FFD400;
  border: none;
  border-radius: 50%;
}
@media (min-width: 896px) {
  .faq_alt-button {
    width: 112px;
    height: 112px;
  }
}
.faq_alt-button_label {
  display: block;
  max-width: 85px;
  font-size: 10px;
  line-height: normal;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  text-wrap: pretty;
  text-wrap: pretty;
}
@media (min-width: 896px) {
  .faq_alt-button_label {
    max-width: 140px;
    font-size: 18px;
  }
}
.faq_alt-header {
  background: #FFD400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 12px;
  -moz-column-span: all;
       column-span: all;
  margin-bottom: 16px;
}
@media (min-width: 896px) {
  .faq_alt-header {
    margin-bottom: 24px;
    padding: 32px;
  }
}
.faq_alt-header_wrap {
  display: flex;
  align-items: center;
}
.faq_alt-header_wrap h2, .faq_alt-header_wrap h3 {
  margin: 0;
  line-height: 1;
  text-wrap: balance;
  text-wrap: pretty;
}
.faq_alt-header_wrap img {
  max-height: 44px;
  max-width: 44px;
  margin-right: 12px;
}
@media (min-width: 896px) {
  .faq_alt-header_wrap img {
    max-height: 44px;
    max-width: 44px;
    margin-right: 16px;
  }
}
.faq_alt .print-link {
  display: none;
}
@media (min-width: 896px) {
  .faq_alt .print-link {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 900;
    display: flex;
    align-items: center;
  }
  .faq_alt .print-link:hover svg path, .faq_alt .print-link:active svg path, .faq_alt .print-link:focus svg path {
    fill: #333;
  }
  .faq_alt .print-link svg {
    margin-right: 5px;
    transition: fill 0.3s ease-in-out;
  }
}
.faq_alt-text {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #ccc;
}
.faq_alt-text:last-child {
  margin-bottom: 32px;
}
@media (min-width: 896px) {
  .faq_alt-text:last-child {
    margin-bottom: 44px;
  }
}
.faq_alt-text:has(.faq-drawer.open) h4:after {
  transform: translate(0, -50%) translateY(16px) rotate(-180deg);
}
.faq_alt-text h4 {
  width: 100%;
  flex-grow: 1;
  margin: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 16px 32px 16px 0;
  line-height: normal;
  text-transform: none;
  cursor: pointer;
}
@media (min-width: 896px) {
  .faq_alt-text h4 {
    font-size: 24px;
    padding: 16px 48px 16px 0;
  }
}
.faq_alt-text h4:after {
  content: "";
  font-size: 20px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 0.5;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0.8125em;
  transform: translate(0, -50%) translateY(16px) rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
@media (min-width: 896px) {
  .faq_alt-text h4:after {
    font-size: 0.75em;
  }
}
.faq_alt-drawer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), margin 0.3s ease-in-out;
}
.faq_alt-drawer.open {
  margin-bottom: 24px;
  max-height: 3000px;
  transition: max-height 0.3s cubic-bezier(1, 0, 1, 0), margin 0.3s ease-in-out;
}
@media (min-width: 896px) {
  .faq_alt-drawer {
    padding: 0;
    margin-bottom: 0;
  }
}
.faq_alt-drawer p,
.faq_alt-drawer li {
  width: 100%;
  font-size: 18px;
  line-height: normal;
  margin: 1em 0;
  opacity: 0.7;
}
.faq_alt-drawer a {
  text-decoration: underline;
}
.faq_alt-drawer a:hover, .faq_alt-drawer a:active, .faq_alt-drawer a:focus {
  text-decoration: none;
}
.faq_alt-heading_wrap {
  background: #FFD400;
  align-items: flex-start;
  margin: 0 32px;
}
@media (min-width: 896px) {
  .faq_alt-heading_wrap {
    margin: 0 48px;
    align-items: center;
  }
  .faq_alt-heading_wrap .page-title {
    margin: 32px 0 32px 0;
  }
}
.faq_alt-heading_wrap h2 {
  display: flex;
  align-items: center;
}

.link-columns {
  padding: 32px;
}
@media (min-width: 768px) {
  .link-columns {
    padding: 64px 48px;
  }
}

.link-columns-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 1288px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .link-columns-wrap:has(.link-column:nth-child(2)) {
    grid-template-columns: repeat(2, 1fr);
  }
  .link-columns-wrap:has(.link-column:nth-child(3)) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.link-column {
  background: #f4f5f7;
  border-radius: 12px;
  padding: 32px 13px;
}

.link-column-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 19px;
  padding-left: 6px;
}

.link-column-icon {
  max-width: 32px;
  height: auto;
  flex-shrink: 0;
}

.link-column-title {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0;
  color: #003A54;
  text-transform: none;
}

.link-column-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.link-card {
  display: block;
  background: #fff;
  border-radius: 12px;
  padding: 26px 25px;
  text-decoration: none;
  color: inherit;
  border: none;
  box-shadow: inset 0 0 0 1px #dfdfdf, 0 4px 4px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
}
.link-card:has(.link-card-subtitle) {
  padding: 18px 25px 26px;
}
.link-card:hover {
  box-shadow: inset 0 0 0 2px #00BABC, 0 4px 4px rgba(0, 0, 0, 0.05);
}

a.link-card {
  cursor: pointer;
}

.link-card-subtitle {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  color: #00BABC;
  margin-bottom: 9px;
}

.link-card-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.link-card-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #003A54;
}

.link-icon {
  flex-shrink: 0;
  color: #00BABC;
}

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

.people-page article {
  margin-bottom: 32px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 480px) {
  .people-page article {
    width: 48.618784527%;
  }
}
@media (min-width: 896px) {
  .people-page article {
    width: 22.928176794%;
    padding: 1em;
  }
}
@media (min-width: 1136px) {
  .people-page article {
    width: 19%;
  }
}
.people-page article header {
  margin-bottom: 0;
}
.people-page article img {
  padding: 1em;
}

.portfolio-page article {
  width: 99.999999993%;
  margin-right: 0;
  margin-bottom: 32px;
}
@media (min-width: 667px) {
  .portfolio-page article {
    width: 48.618784527%;
    margin-right: 2.762430939%;
    float: left;
  }
}
@media (max-width: calc(896px - 1px)) {
  .portfolio-page article:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (min-width: 896px) {
  .portfolio-page article {
    width: 22.928176794%;
  }
  .portfolio-page article:nth-child(4n+4) {
    margin-right: 0;
  }
}

.block {
  display: block;
}

@media (min-width: 896px) {
  .onecol {
    width: 5.801104972%;
  }

  .twocol {
    width: 14.364640883%;
  }

  .threecol {
    width: 22.928176794%;
  }

  .fourcol {
    width: 31.491712705%;
  }

  .fivecol {
    width: 40.055248616%;
  }

  .sixcol {
    width: 48.618784527%;
  }

  .sevencol {
    width: 57.182320438%;
  }

  .eightcol {
    width: 65.745856349%;
  }

  .ninecol {
    width: 74.30939226%;
  }

  .tencol {
    width: 82.872928171%;
  }

  .elevencol {
    width: 91.436464082%;
  }

  .twelvecol {
    width: 99.999999993%;
  }

  .onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol,
.twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  .offsetone {
    margin-left: 8.563535911%;
  }

  .offsettwo {
    margin-left: 17.127071822%;
  }

  .first {
    margin-left: 0;
  }

  .last {
    float: right;
  }
}
.flex-grid {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  /* 25%;    	/* grid_3  */
  /* 33.333%;	/* grid_4  */
  /* 50%;    	/* grid_6  */
  /* 100%;   	/* grid_12 */
}
.flex-grid .threecol {
  width: 100%;
}
.flex-grid .fourcol {
  width: 100%;
}
.flex-grid .sixcol {
  width: 100%;
}
.flex-grid .twelvecol {
  width: 100%;
}
.flex-grid .onecol,
.flex-grid .twocol,
.flex-grid .threecol,
.flex-grid .fourcol,
.flex-grid .fivecol,
.flex-grid .sixcol,
.flex-grid .sevencol,
.flex-grid .eightcol,
.flex-grid .ninecol,
.flex-grid .tencol,
.flex-grid .elevencol,
.flex-grid .twelvecol {
  margin: 0;
  position: relative;
  float: left;
}
@media (min-width: 667px) {
  .flex-grid {
    /* 25%;    	/* grid_3  */
    /* 33.333%;	/* grid_4  */
    /* 50%;    	/* grid_6  */
    /* 100%;   	/* grid_12 */
  }
  .flex-grid .threecol {
    width: 50%;
  }
  .flex-grid .fourcol {
    width: 50%;
  }
  .flex-grid .sixcol {
    width: 50%;
  }
  .flex-grid .twelvecol {
    width: 100%;
  }
}
@media (min-width: 896px) {
  .flex-grid {
    /* 8.333%; 	/* grid_1  */
    /* 16.666%;	/* grid_2  */
    /* 25%;    	/* grid_3  */
    /* 33.333%;	/* grid_4  */
    /* 41.666%;	/* grid_5  */
    /* 50%;    	/* grid_6  */
    /* 58.333%;	/* grid_7  */
    /* 66.666%;	/* grid_8  */
    /* 75%;    	/* grid_9  */
    /* 83.333%;	/* grid_10 */
    /* 91.666%;	/* grid_11 */
    /* 100%;   	/* grid_12 */
  }
  .flex-grid .onecol {
    width: 8.333%;
  }
  .flex-grid .twocol {
    width: 16.666%;
  }
  .flex-grid .threecol {
    width: 25%;
  }
  .flex-grid .fourcol {
    width: 33.333%;
  }
  .flex-grid .fivecol {
    width: 41.666%;
  }
  .flex-grid .sixcol {
    width: 50%;
  }
  .flex-grid .sevencol {
    width: 58.333%;
  }
  .flex-grid .eightcol {
    width: 66.666%;
  }
  .flex-grid .ninecol {
    width: 75%;
  }
  .flex-grid .tencol {
    width: 83.333%;
  }
  .flex-grid .elevencol {
    width: 91.666%;
  }
  .flex-grid .twelvecol {
    width: 100%;
  }
}

.block-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (min-width: 896px) {
  .block-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 32px;
  }
}

.wrap {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 48px;
  padding: 0 32px;
}
@media (min-width: 896px) {
  .wrap {
    padding: 0 48px;
  }
}
@media (min-width: 1920px) {
  .wrap {
    max-width: 1920px;
  }
}

.image-wrap {
  height: 100%;
}

.content-wrap {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.st-pusher {
  height: 100%;
  width: 100%;
  position: relative;
}

.st-content-inner {
  height: auto;
  min-height: 100%;
}
.reverse-row {
  flex-direction: row-reverse;
}

.breakpoint-indicators {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  pointer-events: none !important;
}
.breakpoint-indicators.toggle-visible .breakpoint {
  opacity: 0;
}
.breakpoint-indicators button {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: auto !important;
}
.breakpoint-indicators .breakpoint {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-left: 1px solid red;
  border-right: 1px solid red;
}
.breakpoint-indicators .breakpoint:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  font-size: 10px;
  line-height: 10px;
  background: rgba(255, 0, 0, 0.5);
  color: white;
}
@media (min-width: 16px) {
  .breakpoint-indicators .phone {
    display: block;
    max-width: 16px;
  }
  .breakpoint-indicators .phone:before {
    content: "16px";
  }
}
@media (min-width: 400px) {
  .breakpoint-indicators .phone-landscape {
    display: block;
    max-width: 400px;
  }
  .breakpoint-indicators .phone-landscape:before {
    content: "400px";
  }
}
@media (min-width: 480px) {
  .breakpoint-indicators .phone-large {
    display: block;
    max-width: 480px;
  }
  .breakpoint-indicators .phone-large:before {
    content: "480px";
  }
}
@media (min-width: 667px) {
  .breakpoint-indicators .iphone6wide {
    display: block;
    max-width: 667px;
  }
  .breakpoint-indicators .iphone6wide:before {
    content: "667px";
  }
}
@media (min-width: 768px) {
  .breakpoint-indicators .tablet-small {
    display: block;
    max-width: 768px;
  }
  .breakpoint-indicators .tablet-small:before {
    content: "768px";
  }
}
@media (min-width: 768px) {
  .breakpoint-indicators .ipad-tall {
    display: block;
    max-width: 768px;
  }
  .breakpoint-indicators .ipad-tall:before {
    content: "768px";
  }
}
@media (min-width: 1024px) {
  .breakpoint-indicators .ipad-horizontal {
    display: block;
    max-width: 1024px;
  }
  .breakpoint-indicators .ipad-horizontal:before {
    content: "1024px";
  }
}
@media (min-width: 1024px) {
  .breakpoint-indicators .ipad-wide {
    display: block;
    max-width: 1024px;
  }
  .breakpoint-indicators .ipad-wide:before {
    content: "1024px";
  }
}
@media (min-width: 1280px) {
  .breakpoint-indicators .laptop {
    display: block;
    max-width: 1280px;
  }
  .breakpoint-indicators .laptop:before {
    content: "1280px";
  }
}
@media (min-width: 1366px) {
  .breakpoint-indicators .ipad-pro-horizontal {
    display: block;
    max-width: 1366px;
  }
  .breakpoint-indicators .ipad-pro-horizontal:before {
    content: "1366px";
  }
}
@media (min-width: 1366px) {
  .breakpoint-indicators .ipadPro-wide {
    display: block;
    max-width: 1366px;
  }
  .breakpoint-indicators .ipadPro-wide:before {
    content: "1366px";
  }
}
@media (min-width: 896px) {
  .breakpoint-indicators .tablet {
    display: block;
    max-width: 896px;
  }
  .breakpoint-indicators .tablet:before {
    content: "896px";
  }
}
@media (min-width: 967px) {
  .breakpoint-indicators .tablet-large {
    display: block;
    max-width: 967px;
  }
  .breakpoint-indicators .tablet-large:before {
    content: "967px";
  }
}
@media (min-width: 1136px) {
  .breakpoint-indicators .desktop {
    display: block;
    max-width: 1136px;
  }
  .breakpoint-indicators .desktop:before {
    content: "1136px";
  }
}
@media (min-width: 1450px) {
  .breakpoint-indicators .desktop-plus {
    display: block;
    max-width: 1450px;
  }
  .breakpoint-indicators .desktop-plus:before {
    content: "1450px";
  }
}
@media (min-width: 1920px) {
  .breakpoint-indicators .site-width {
    display: block;
    max-width: 1920px;
  }
  .breakpoint-indicators .site-width:before {
    content: "1920px";
  }
}

.featured-vendors {
  margin-top: 48px;
}

.vendor .cat-name,
.vendors .cat-name {
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  color: #fff;
  background: #003A54;
  letter-spacing: 0.07px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 1px;
  text-transform: uppercase;
  width: auto;
  padding: 4px 8px;
}

.vendor-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.vendor-slide:hover, .vendor-slide:active, .vendor-slide:focus {
  outline: none;
}
.vendor-slide img {
  margin-bottom: 16px;
  border: 1px solid #e2e2e2;
}

.vendor-slider .vendor-slide {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .vendor-slider .vendor-slide {
    flex-direction: row;
    justify-content: flex-start;
  }
}

.featured-vendors .vendor-slider .vendor-slide {
  display: none;
}

.featured-vendors .vendor-slider.slick-initialized .vendor-slide {
  display: flex;
}

.featured-vendors .svg-icon {
  width: 63px !important;
}

.featured-vendors .slick-next,
.featured-vendors .slick-prev {
  display: none !important;
}

.featured-vendors img {
  width: 100%;
}
@media (min-width: 1024px) {
  .featured-vendors img {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .featured-vendors .slide-info {
    width: 50%;
  }
}

.featured-vendors .slick-dots {
  visibility: visible !important;
  position: relative;
  z-index: 999;
  top: 0;
  bottom: 0;
  margin: 32px 0 64px;
  border-top: 1px solid #EBEBEB;
  padding: 16px 0 0;
}
.featured-vendors .slick-dots li {
  margin: 0 8px;
}
.featured-vendors .slick-dots li button:before {
  color: #999999;
}
.featured-vendors .slick-dots li.slick-active button:before {
  color: #003A54;
}

@media (min-width: 1024px) {
  .featured-vendors .vendor-slide .slide-info {
    padding: 0 32px;
  }
}

.slick-track {
  overflow: hidden;
}

.vendor-slide .slide-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 16px;
}
@media (min-width: 768px) {
  .vendor-slide .slide-info {
    padding: 32px;
  }
}
@media (min-width: 1024px) {
  .vendor-slide .slide-info {
    padding: 0;
    max-width: 650px;
  }
}
.vendor-slide .title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .vendor-slide .title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
.vendor-slide .two-col-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.vendor-slide .location,
.vendor-slide .booth {
  width: 49%;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
}
@media (min-width: 768px) {
  .vendor-slide .location,
.vendor-slide .booth {
    font-size: 18px;
    line-height: 24px;
  }
}
.vendor-slide .location strong,
.vendor-slide .booth strong {
  display: block;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.vendor-slide .description {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1px;
}
@media (min-width: 768px) {
  .vendor-slide .description {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .vendor-slide .description {
    margin: 32px 0 4px;
  }
}
.vendor-slide .email,
.vendor-slide .phone {
  font-size: 16px;
  line-height: 24px;
  color: #00BABC;
}
.vendor-slide .button-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.vendor-slide .button-wrap .button {
  margin: 16px 0 0;
}
@media (min-width: 768px) {
  .vendor-slide .button-wrap .button {
    margin: 16px 32px 0 0;
  }
}
.vendor-slide .button-wrap p {
  margin: 16px 32px 0 0;
  cursor: default;
}
.vendor-slide .button-wrap p:hover, .vendor-slide .button-wrap p:active, .vendor-slide .button-wrap p:focus {
  color: #003A54;
  background: #FFD400;
  border-color: #FFD400;
}
.vendor-slide .button-wrap a {
  margin: 16px 0 0;
}

.vendor .vendor-slide .slide-info {
  width: 100%;
  margin-bottom: 64px;
}
.vendor .vendor-slide .title {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}
.vendor .vendor-slide .location,
.vendor .vendor-slide .booth {
  font-size: 14px;
  line-height: 18px;
}
.vendor .vendor-slide .location strong,
.vendor .vendor-slide .booth strong {
  margin: 0;
}
.vendor .vendor-slide .location {
  margin: 0 0 8px;
  width: 60%;
}
.vendor .vendor-slide .location strong {
  font-size: 12px;
}
.vendor .vendor-slide .booth {
  width: 25%;
}
.vendor .vendor-slide .booth strong {
  font-size: 12px;
}
.vendor .vendor-slide .description {
  margin: 0 0 4px;
}
@media (min-width: 768px) {
  .vendor .vendor-slide .description {
    margin: 16px 0 4px;
  }
}
.vendor .vendor-slide .description,
.vendor .vendor-slide .email,
.vendor .vendor-slide .phone {
  font-size: 14px;
  line-height: 18px;
}
.vendor .vendor-slide .button-wrap .button {
  width: 100%;
  text-align: center;
  margin: 16px 0 0;
}

.vendors-list {
  margin: 64px auto 0;
  max-width: 1440px;
  flex-wrap: wrap;
}
.vendors-list .vendor {
  border: 1px solid #e2e2e2;
  padding: 20px;
  margin-bottom: 2.762430939%;
}
@media (min-width: 768px) {
  .vendors-list .vendor {
    width: 48.618784527%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .vendors-list .vendor:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .vendors-list .vendor:first-of-type {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .vendors-list .vendor {
    width: 22.928176794%;
  }
  .vendors-list .vendor:nth-of-type(2n + 1) {
    margin-left: 2.762430939%;
  }
  .vendors-list .vendor:nth-of-type(4n +1) {
    margin-left: 0;
  }
}
.vendors-list .button-wrap .button:first-child {
  margin-top: 0;
}

.select-wrap {
  background: #EBEBEB;
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
}
.select-wrap select {
  line-height: 1;
  height: auto;
  font-size: 16px;
}
@media (min-width: 768px) {
  .select-wrap select {
    font-size: 18px;
    max-width: 48.618784527% !important;
  }
}
.select-wrap h3 {
  margin-bottom: 16px;
}

.single-featured-img {
  position: relative;
  float: left;
  width: 31.491712705%;
  padding: 2em 2em 2em 5em;
}

.single-content-container {
  position: relative;
  float: left;
  padding: 2em 5em 2em 2em;
  width: 65.745856349%;
}

.prev-next-links {
  float: left;
  padding-right: 2em;
}

.single-video .video-wrap, .page-template-page-video .video-wrap {
  position: relative;
}

.videos-page article {
  width: 99.999999993%;
  margin-right: 0;
  margin-bottom: 32px;
}
@media (min-width: 667px) {
  .videos-page article {
    width: 48.618784527%;
    margin-right: 2.762430939%;
    float: left;
  }
  .videos-page article:nth-child(2n+2) {
    margin-right: 0;
  }
}

#menu-main-nav-1 .wc-li {
  display: none;
}

#side .wc-li {
  background: #003A54;
}

.wc-cart {
  display: none;
}
@media (min-width: 896px) {
  .wc-cart {
    display: block;
    position: absolute;
    right: 32px;
    top: 16px;
    z-index: 2;
  }
  .wc-cart a {
    text-decoration: none;
  }
}

body.page-template-page-modules #breadcrumbs,
body.page-template-page-modules .heading-wrap {
  margin: 0;
  height: 0;
  width: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
}
body.page-template-page-modules #breadcrumbs.robust + .robust-header,
body.page-template-page-modules .heading-wrap.robust + .robust-header {
  margin-top: 0;
}

@media (min-width: 896px) {
  .no-margins {
    margin: 0 !important;
  }
}

.margin-all {
  margin: 32px;
}
@media (min-width: 896px) {
  .margin-all {
    margin: 32px;
  }
}

.margin-top {
  margin-top: 32px;
}
@media (min-width: 896px) {
  .margin-top {
    margin-top: 32px;
  }
}

.margin-right {
  margin-right: 32px;
}
@media (min-width: 896px) {
  .margin-right {
    margin-right: 32px;
  }
}

.margin-bottom {
  margin-bottom: 32px;
}
@media (min-width: 896px) {
  .margin-bottom {
    margin-bottom: 32px;
  }
}

.margin-bottom-large {
  margin-bottom: 48px;
}
@media (min-width: 896px) {
  .margin-bottom-large {
    margin-bottom: 48px;
  }
}

.margin-left {
  margin-left: 32px;
}
@media (min-width: 896px) {
  .margin-left {
    margin-left: 32px;
  }
}

.no-paddings {
  padding: 0 !important;
}

.padding-all {
  padding: 16px;
}
@media (min-width: 896px) {
  .padding-all {
    padding: 32px;
  }
}

.padding-top {
  padding-top: 16px;
}
@media (min-width: 896px) {
  .padding-top {
    padding-top: 32px;
  }
}

.padding-right {
  padding-right: 16px;
}
@media (min-width: 896px) {
  .padding-right {
    padding-right: 32px;
  }
}

.padding-bottom {
  padding-bottom: 16px;
}
@media (min-width: 896px) {
  .padding-bottom {
    padding-bottom: 32px;
  }
}

.padding-left {
  padding-left: 16px;
}
@media (min-width: 896px) {
  .padding-left {
    padding-left: 32px;
  }
}

.default {
  background: transparent;
}
.default.button {
  background: transparent;
  color: #003A54;
}
.default.button:hover, .default.button:active, .default.button:focus {
  color: #003A54;
  background: #D6D6D6;
}
.default.button:hover #download-icon use,
.default.button:hover #download-icon g, .default.button:active #download-icon use,
.default.button:active #download-icon g, .default.button:focus #download-icon use,
.default.button:focus #download-icon g {
  fill: #003A54;
}
.default.button:hover #question-icon text, .default.button:active #question-icon text, .default.button:focus #question-icon text {
  fill: #003A54;
}
.default.button:hover #schedule-icon g,
.default.button:hover #schedule-icon rect, .default.button:active #schedule-icon g,
.default.button:active #schedule-icon rect, .default.button:focus #schedule-icon g,
.default.button:focus #schedule-icon rect {
  stroke: #003A54;
}
.default.button #download-icon use,
.default.button #download-icon g {
  fill: #003A54;
}
.default.button #question-icon text {
  fill: #003A54;
}
.default.button #schedule-icon g,
.default.button #schedule-icon rect {
  stroke: #003A54;
}

.transparent-bg {
  background: transparent;
}
.transparent-bg.button {
  background: transparent;
  color: #003A54;
  border: 1px solid transparent;
}
.transparent-bg.button:hover, .transparent-bg.button:active, .transparent-bg.button:focus {
  color: #003A54;
  border: 1px solid #003A54;
}

.black-bg {
  background: #333;
}
.black-bg.button {
  background: #333;
  color: #fff;
}
.black-bg.button:hover, .black-bg.button:active, .black-bg.button:focus {
  color: #003A54;
  background: #D6D6D6;
}

.gray-bg {
  background: #f2f2f2;
}
.gray-bg.button {
  background: #f2f2f2;
  color: #003A54;
}
.gray-bg.button:hover, .gray-bg.button:active, .gray-bg.button:focus {
  color: #003A54;
  background: #D6D6D6;
}
.gray-bg.button #download-icon use,
.gray-bg.button #download-icon g {
  fill: #003A54;
}
.gray-bg.button #question-icon text {
  fill: #003A54;
}
.gray-bg.button #schedule-icon g,
.gray-bg.button #schedule-icon rect {
  stroke: #003A54;
}

.white-bg {
  background: #fff;
}
.white-bg.button {
  background: #fff;
  color: #003A54;
}
.white-bg.button:hover, .white-bg.button:active, .white-bg.button:focus {
  color: #003A54;
  background: #D6D6D6;
}
.white-bg.button #download-icon use,
.white-bg.button #download-icon g {
  fill: #003A54;
}
.white-bg.button #question-icon text {
  fill: #003A54;
}
.white-bg.button #schedule-icon g,
.white-bg.button #schedule-icon rect {
  stroke: #003A54;
}

.yellow-bg {
  background: #FFD400;
}
.yellow-bg.button {
  background: #FFD400;
  color: #003A54;
  border: none;
}
.yellow-bg.button:hover, .yellow-bg.button:active, .yellow-bg.button:focus {
  color: #003A54;
  background: #D6D6D6;
}
.yellow-bg.button #download-icon use,
.yellow-bg.button #download-icon g {
  fill: #003A54;
}
.yellow-bg.button #question-icon text {
  fill: #003A54;
}
.yellow-bg.button #schedule-icon g,
.yellow-bg.button #schedule-icon rect {
  stroke: #003A54;
}

.turquoise-bg {
  background: #00BABC;
}
.turquoise-bg.button {
  background: #00BABC;
  color: #fff;
  border: none;
}
.turquoise-bg.button:hover, .turquoise-bg.button:active, .turquoise-bg.button:focus {
  color: #003A54;
  background: #D6D6D6;
}

.green-bg {
  background: #B2D235;
}
.green-bg.button {
  background: #B2D235;
  color: #fff;
  border: none;
}
.green-bg.button:hover, .green-bg.button:active, .green-bg.button:focus {
  color: #003A54;
  background: #D6D6D6;
}

.dark-green-bg {
  background: #00944B;
}
.dark-green-bg.button {
  background: #00944B;
  color: #fff;
  border: none;
}
.dark-green-bg.button:hover, .dark-green-bg.button:active, .dark-green-bg.button:focus {
  color: #003A54;
  background: #D6D6D6;
}

.red-bg {
  background: #ED1C24;
}
.red-bg.button {
  background: #ED1C24;
  color: #fff;
  border: none;
}
.red-bg.button:hover, .red-bg.button:active, .red-bg.button:focus {
  color: #003A54;
  background: #D6D6D6;
}

.blue-bg,
.woocommerce .blue-bg {
  background: #00529C;
}
.blue-bg.button,
.woocommerce .blue-bg.button {
  background: #00529C;
  color: #fff;
  border: none;
}
.blue-bg.button:hover, .blue-bg.button:active, .blue-bg.button:focus,
.woocommerce .blue-bg.button:hover,
.woocommerce .blue-bg.button:active,
.woocommerce .blue-bg.button:focus {
  border: none;
  color: #003A54;
  background: #D6D6D6;
  text-decoration: none;
}

.navy-bg {
  background: #003A54;
}
.navy-bg.button {
  background: #003A54;
  color: #fff;
  border: none;
}
.navy-bg.button:hover, .navy-bg.button:active, .navy-bg.button:focus {
  color: #003A54;
  background: #D6D6D6;
}

.light-blue-bg {
  background: #c2d5e6;
}
.light-blue-bg.button {
  background: #c2d5e6;
  color: #003A54;
  border: none;
}
.light-blue-bg.button:hover, .light-blue-bg.button:active, .light-blue-bg.button:focus {
  color: #003A54;
  background: #D6D6D6;
}

.purple-bg {
  background: #8560A8;
}
.purple-bg.button {
  background: #8560A8;
  color: #fff;
  border: none;
}
.purple-bg.button:hover, .purple-bg.button:active, .purple-bg.button:focus {
  color: #003A54;
  background: #D6D6D6;
}

.pink-bg {
  background: #EE478D;
}
.pink-bg.button {
  background: #EE478D;
  color: #333;
  border: none;
}
.pink-bg.button:hover, .pink-bg.button:active, .pink-bg.button:focus {
  color: #003A54;
  background: #D6D6D6;
}
.pink-bg.button #download-icon use,
.pink-bg.button #download-icon g {
  fill: #333;
}
.pink-bg.button #question-icon text {
  fill: #333;
}
.pink-bg.button #schedule-icon g,
.pink-bg.button #schedule-icon rect {
  stroke: #333;
}

.black-txt {
  color: #333;
}
.black-txt .button {
  border-color: #333 !important;
}

.white-txt {
  color: #fff;
}
.white-txt .button {
  border-color: #fff !important;
}

.red-txt {
  color: #ED1C24;
}
.red-txt .button {
  border-color: #ED1C24 !important;
}

.blue-txt {
  color: #00529C;
}
.blue-txt .button {
  color: #00529C;
  border-color: #00529C;
}

.navy-txt {
  color: #003A54;
}
.navy-txt .button {
  color: #003A54;
  border-color: #003A54;
}

.pink-txt {
  color: #EE478D;
}
.pink-txt .button {
  color: #EE478D;
  border-color: #EE478D;
}

.yellow-txt {
  color: #FFD400;
}
.yellow-txt .button {
  color: #FFD400;
  border-color: #FFD400;
}

.turquoise-txt {
  color: #00BABC;
}
.turquoise-txt .button {
  border-color: #00BABC !important;
}

.purple-txt {
  color: #8560A8;
}
.purple-txt .button {
  border-color: #8560A8 !important;
}

.green-txt {
  color: #B2D235;
}
.green-txt .button {
  border-color: #B2D235 !important;
}

.bg-multiply > div {
  background-blend-mode: multiply;
}

@media (max-width: calc(896px - 1px)) {
  .halftone-right {
    padding-bottom: 32px;
  }
  .halftone-right:before {
    content: "";
    width: 100vw;
    height: 34px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../img/halftone.png") 0 0 repeat-x;
  }
}
@media (min-width: 1024px) {
  .halftone-right:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    width: 34px;
    background: url("../img/halftone-vertical.png") repeat-x 0 0;
  }
  .halftone-right .text-column {
    align-self: center;
  }
}
@media (min-width: 896px) {
  .halftone-right .media-column {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .halftone-right .text-column {
    padding: 0 48px;
  }
}
@media (min-width: 1136px) {
  .halftone-right .media-column {
    width: 50%;
  }
  .halftone-right .text-column {
    padding: 64px 80px 64px 64px;
  }
}

@media (max-width: 421px) {
  .halftone-left {
    padding-bottom: 96px;
  }
  .halftone-left:before {
    content: "";
    width: 100vw;
    height: 34px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../img/halftone.png") 0 0 repeat-x;
  }
}
@media (min-width: 896px) {
  .halftone-left:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    width: 34px;
    background: url("../img/halftone-vertical.png") repeat-y 0 0;
  }
}

.module-sidebar {
  display: block;
  height: 100%;
  width: auto;
  margin-bottom: 32px;
  color: #003A54;
  z-index: 2;
  top: 135px;
}
.padding-all .module-sidebar {
  height: auto;
}
@media (min-width: 667px) {
  .module-sidebar {
    padding: 0;
    border-left: none;
  }
  .padding-all .module-sidebar {
    height: 100%;
    padding: 40px 32px 40px 0;
  }
}
@media (min-width: 768px) {
  .module-sidebar {
    margin-bottom: 0;
    padding: 0 0 0 20px;
    width: 22.928176794%;
    position: sticky;
  }
  .padding-all .module-sidebar {
    padding: 40px 48px 40px 0;
  }
}
@media (min-width: 1136px) {
  .padding-all .module-sidebar {
    padding: 64px 80px 64px 0;
  }
}
@media (min-width: 1920px) {
  .module-sidebar {
    min-width: 1px;
    width: 272px;
  }
}

.sidebar-trigger {
  display: block;
  position: absolute;
  height: 24px;
  width: 24px;
  left: -24px;
  top: 0;
  padding: 10px 2px 10px 0px;
  background: #003A54;
  cursor: pointer;
  transition: padding 0s linear 0.25s;
}
.sidebar-open .sidebar-trigger {
  padding: 10px 0 10px 0px;
  transition: padding 0s linear 0s;
}
.sidebar-trigger svg {
  display: block;
  height: 8px;
  margin: 0 auto;
  fill: #fff;
  transform: rotate(180deg);
  transition: transform 0s linear 0.25s;
}
.sidebar-open .sidebar-trigger svg {
  transform-origin: center center;
  transform: rotate(0deg);
  transition: transform 0s linear 0s;
}
@media (min-width: 667px) {
  .sidebar-trigger {
    display: none;
  }
}

.sidebar-content {
  float: right;
  min-width: 96px;
  margin: 4px 0;
  width: 100%;
}
@media (min-width: 667px) {
  .sidebar-content {
    position: sticky;
    top: 16px;
    margin: 3px 0;
  }
}
@media (min-width: 768px) {
  .sidebar-content {
    top: 32px;
    margin: 0;
  }
}
.sidebar-title {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sidebar-title {
    font-size: 16px;
  }
}

ul.sidebar-link-list,
ol.sidebar-link-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sidebar-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.25;
  padding: 8px 20px 8px 0;
}
@media (min-width: 667px) {
  .sidebar-item {
    padding: 8px 0;
  }
}
@media (min-width: 768px) {
  .sidebar-item {
    padding: 8px 0 16px;
  }
}
@media (min-width: 1136px) {
  .sidebar-item {
    font-size: 14px;
  }
}
.sidebar-item.current-item {
  font-weight: "Georgia", Cambria, Times New Roman, Times, serif;
}
.sidebar-item a {
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.module.with-sidebar {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 64px 32px;
}
.module.with-sidebar:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .module.with-sidebar {
    margin: 64px 32px;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .module.with-sidebar {
    margin: 64px 48px;
  }
}
.module.with-sidebar .module-wrap {
  order: 2;
}
@media (min-width: 768px) {
  .module.with-sidebar .module-wrap {
    width: 65.74585%;
    display: flex;
    flex-wrap: wrap;
    order: 1;
  }
}
.module.with-sidebar aside {
  order: 1;
}
@media (min-width: 768px) {
  .module.with-sidebar aside {
    order: 2;
  }
}

.link-text {
  margin-bottom: 4px;
}

.link-sub-text {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.5px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.wp-pagenavi {
  width: 100%;
  font-size: 18px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0 0 64px;
}
@media (min-width: 896px) {
  .wp-pagenavi {
    margin: 32px 0 64px;
  }
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 12px;
  text-decoration: none;
  color: #999;
}
.wp-pagenavi span,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  color: #003A54;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  float: none;
  font-size: 24px;
}

#swipebox-overlay {
  width: 100% !important;
  height: 100% !important;
  background: rgba(13, 13, 13, 0.75);
}

#swipebox-title {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#swipebox-title h3 {
  text-transform: uppercase;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: none;
  font-weight: 900;
}

#swipebox-slider .slide img {
  max-width: 85%;
  max-height: 75%;
}

#swipebox-arrows {
  width: 98%;
}

#swipebox-barrows {
  bottom: 10vh;
  top: initial;
}
@media (min-width: 768px) {
  #swipebox-barrows {
    bottom: initial;
    top: 50vh;
  }
}

#download-image {
  display: none;
}
.desktop #download-image {
  display: block;
  width: 92%;
  text-align: center;
  bottom: 2vh;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.desktop #download-image a {
  text-shadow: none;
  position: relative;
  color: #fff;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
  border: none;
}
.cssmask .desktop #download-image a:before {
  content: "";
  position: relative;
  display: block;
  left: 0;
  top: 0;
  margin-top: -4px;
  margin-right: 8px;
  height: 24px;
  width: 24px;
  -webkit-mask: url(../img/download-icon.svg) no-repeat 50% 50%;
          mask: url(../img/download-icon.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: currentColor;
}
.desktop #download-image a:hover, .desktop #download-image a:active, .desktop #download-image a:focus {
  color: #FFD400;
  background: transparent;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%;
  float: none;
  clear: none;
  margin-top: 16px;
}

body.woocommerce .content-column {
  width: 100%;
}

@media (max-width: calc(896px - 1px)) {
  div.woocommerce {
    margin: 32px;
  }
}
@media (min-width: 768px) {
  div.woocommerce {
    padding: 0 48px;
    margin: 64px 0;
  }
  div.woocommerce:first-of-type {
    margin-top: 0;
  }
}
.wc-tabs,
.product_meta {
  display: none;
}

.woocommerce .quantity .qty {
  padding: 16px 0.75em;
  font-size: 16px;
}

.woocommerce-cart-form {
  margin: 32px;
}
@media (min-width: 768px) {
  .woocommerce-cart-form {
    margin: 0 48px;
  }
}

.cart_totals {
  margin-right: 32px;
}
@media (min-width: 768px) {
  .cart_totals {
    margin-right: 48px;
  }
}

@media print {
  /******************************************************************
  Site Name:
  Author: The Matchbox Studio

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav,
.print-link,
.faq-header img {
    display: none;
  }

  .faq-header {
    padding: 0;
  }
  .faq-header h3:before {
    content: "State Fair of Texas ";
  }

  .faq-drawer {
    padding: 0;
    margin-bottom: 0;
    max-height: 100%;
    transition: none;
    overflow: visible;
  }
}
