@import url("../../global/CSS/global.css");
/* ====================== Colors ====================== */
/* ====================== Base Styles ====================== */
html,
body {
  font-size: 16px;
  color: #00464f;
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
}
.templatecontent div.container {
  max-width: 100%;
}
/* Change color & bg color of selected live text */
*::-moz-selection {
  background-color: #00464f;
  color: #ffffff;
}
*::selection {
  background-color: #00464f;
  color: #ffffff;
}
/* Fix for FF displaying empty images with broken icon */
img[src=""] {
  display: none !important;
}
/* if using a sticky nav, use this to add space above anchor links to go below navbar */
*:target:before {
  display: block;
  content: "";
  height: 90px;
  margin: -90px 0 0;
}
*:target:before:focus {
  outline: none !important;
}
*:target:focus {
  outline: none;
}
p a {
  color: #799900;
}
li p {
  margin-bottom: 0px;
}
a,
a:hover,
a:visited,
a:hover,
input,
input:hover {
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  text-decoration: none;
}
a {
  color: #799900;
  text-decoration: none;
}
/* Preloader
====================== */
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #00464f url("images/preloader.svg") no-repeat center center;
}
.transition {
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.fast-transition {
  -webkit-transition: all 0.13s ease;
  transition: all 0.13s ease;
}
.centered {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.flex-center {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tile-border {
  -webkit-box-shadow: inset 0 0 0 8px #ffffff;
  box-shadow: inset 0 0 0 8px #ffffff;
}
/* BG IMG Styling */
div.bg-image-js {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 625px;
  overflow: hidden !important;
}
/* BG IMG Styling */
.hero-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 625px;
  max-height: 625px;
  overflow: hidden !important;
}
/* BG IMG Styling */
div.swRotator {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden !important;
}
.swRotator .scrollable .items .item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .swRotator .scrollable .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}
.wrapper {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  position: relative;
  padding: 0 15px;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: "";
}
.wrapper:after {
  clear: both;
}
.vert-centered {
  top: 55%;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .wrapper {
    max-width: 1220px;
  }
}
/* ====================== Typography ====================== */
h1 {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.75em;
  font-size: 2.5em;
}
h2 {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.75em;
}
h3 {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  color: #799900;
}
h4 {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.75em;
  text-transform: uppercase;
}
h5 {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h6 {
  font-size: 1em;
}
p {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  font-size: 1.2em;
  line-height: 150%;
  font-weight: 300;
  color: #555;
  margin: 0 0 30px;
}
/* ====================== Header ====================== */
/* == HEADER & LOGO == */
header {
  /* Main Nav */
  /* shows dropdown on hover */
  /* hides 3rd level dropdown */
  /* change color of main nav item when its dropdown is visible */
  /* -- Line Hover Effect -- */
  /* -- Fadeout on Hover -- */
}
@media screen {
  header {
    position: fixed;
    width: 100%;
    height: 90px;
    z-index: 100;
    background: rgba(0, 70, 79, 0.97);
    border-top: 1px solid #abd801;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 600px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: rgba(0, 70, 79, 0.97);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
@media screen {
  header a.navbar-brand {
    height: 91px;
    width: 250px;
    position: absolute;
    background: transparent url(images/logo-white.svg) no-repeat;
    background-size: 85%;
    left: 2%;
    margin-top: 1%;
  }
}
@media (max-width: 992px) {
  header a.navbar-brand {
    height: 80px;
    left: 2%;
    margin-top: 2%;
  }
}
@media (max-width: 600px) {
  header a.navbar-brand {
    height: 70px;
    width: 200px;
    margin-top: 5%;
  }
}
header #mainnav {
  display: flex;
  list-style-type: none;
  gap: 25px;
}
@media (max-width: 1110px) {
  header #mainnav {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  header #mainnav {
    display: block;
    padding: 20px;
  }
}
header #mainnav li#mainnav__item--home {
  display: none;
}
header #mainnav li {
  position: relative;
  z-index: 1000;
  padding-bottom: 10px;
  /*2nd Level ul*/
}
header #mainnav li a {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.8em;
}
@media (max-width: 1230px) {
  header #mainnav li a {
    font-size: 0.78em;
  }
}
@media (max-width: 1110px) {
  header #mainnav li a {
    font-size: 0.7em;
  }
}
@media (max-width: 992px) {
  header #mainnav li a {
    color: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 992px) {
  header #mainnav li a:hover {
    color: #ff7e2e;
  }
}
header #mainnav li ul {
  display: none;
  position: absolute;
  width: auto !important;
  z-index: 2000;
  /*2nd Level li*/
}
header #mainnav > li:hover > ul {
  display: block;
}
header #mainnav > li > ul li:hover > ul {
  display: none;
}
header #mainnav > li:hover > ul {
  display: block;
}
header #mainnav > li > ul > li ul {
  top: 0px;
  z-index: 2001;
  width: auto !important;
  left: 100%;
  background: #002b30;
}
@media screen {
  header li.sw-menucode-item > a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  header li.sw-menucode-item > a::before {
    -moz-transform: translateX(-50%);
    -moz-transition: text-shadow 0.3s, color 0.3s;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    color: transparent;
    content: "—";
    font-size: 1.2em;
    left: 50%;
    pointer-events: none;
    position: absolute;
    text-shadow: 0 0 transparent;
    top: -20%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: text-shadow 0.1s, color 0.1s;
    transition: text-shadow 0.1s, color 0.1s;
  }
}
@media (max-width: 992px) {
  header li.sw-menucode-item > a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  header li.sw-menucode-item > a::before {
    -moz-transform: translateX(-50%);
    -moz-transition: text-shadow 0.3s, color 0.3s;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    color: transparent;
    content: " ";
    font-size: 1.2em;
    left: 50%;
    pointer-events: none;
    position: absolute;
    text-shadow: 0 0 transparent;
    top: -20%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: text-shadow 0.1s, color 0.1s;
    transition: text-shadow 0.1s, color 0.1s;
  }
}
@media screen {
  header li.sw-menucode-item > a:hover::before {
    color: #ff9f00;
    text-shadow: 10px 0 #ff9f00, -10px 0 #ff9f00;
  }
}
@media screen and (max-width: 992px) {
  header li.sw-menucode-item > a:hover::before {
    color: rgba(255, 159, 0, 0);
    text-shadow: 10px 0 rgba(255, 159, 0, 0), -10px 0 rgba(255, 159, 0, 0);
  }
}
@media screen {
  header li.sw-menucode-item > a:focus::before {
    color: #ff9f00;
    text-shadow: 10px 0 #ff9f00, -10px 0 #ff9f00;
  }
}
@media screen and (max-width: 992px) {
  header li.sw-menucode-item > a:focus {
    color: rgba(255, 159, 0, 0);
    text-shadow: 10px 0 rgba(255, 159, 0, 0), -10px 0 rgba(255, 159, 0, 0);
  }
}
header #mainnav li ul:hover li.sw-menucode-item > a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
header #mainnav li ul:hover li.sw-menucode-item > a::before {
  -moz-transform: translateX(-50%);
  -moz-transition: text-shadow 0.3s, color 0.3s;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  color: transparent;
  content: "—";
  font-size: 1.2em;
  left: 50%;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 0 transparent;
  top: -20%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: text-shadow 0.1s, color 0.1s;
  transition: text-shadow 0.1s, color 0.1s;
}
header #mainnav li ul:hover li.sw-menucode-item > a:hover::before {
  color: #ff7e2e;
  text-shadow: 11px 0 #ff7e2e, -11px 0 #ff7e2e;
}
header #mainnav li ul:hover li.sw-menucode-item > a:focus::before {
  color: #ff7e2e;
  text-shadow: 11px 0 #ff7e2e, -11px 0 #ff7e2e;
}
header ul#mainnav:hover a {
  color: rgba(255, 255, 255, 0.6);
}
header ul#mainnav:hover a:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  header ul#mainnav:hover a:hover {
    color: #ff7e2e !important;
  }
}
header ul#mainnav:hover li ul li a {
  color: #ffffff !important;
}
header ul#mainnav:hover li ul li a:hover {
  color: #abd801 !important;
}
header #mainnav li ul li.hasChild:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  right: 5%;
  top: 20%;
}
@media (max-width: 992px) {
  header #mainnav li ul li.hasChild:after {
    display: none;
  }
}
header #mn-search a {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-top: -3px;
}
@media (min-width: 601px) {
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    background-color: transparent;
  }
}
@media (max-width: 600px) {
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    background-color: transparent;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 25px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 0px;
  height: 40px;
}
.navbar-toggle .icon-bar-1 {
  display: block;
  width: 34px;
  margin-top: 6px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar-2 {
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 6px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar-3 {
  display: block;
  width: 22px;
  margin-top: 6px;
  height: 2px;
  border-radius: 1px;
}
.active .navbar-toggle .icon-bar-1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.active .navbar-toggle .icon-bar-2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 34px;
  margin-top: -2px;
}
.active .navbar-toggle .icon-bar-3 {
  opacity: 0;
}
.navbar-default .navbar-toggle .icon-bar-1,
.navbar-default .navbar-toggle .icon-bar-2,
.navbar-default .navbar-toggle .icon-bar-3 {
  background-color: #abd801;
  -o-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -webkit-transition: all 0.33s ease;
}
.navbar-default .navbar-toggle:hover .icon-bar-1,
.navbar-default .navbar-toggle:hover .icon-bar-2,
.navbar-default .navbar-toggle:hover .icon-bar-3 {
  background-color: #abd801;
  -o-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -webkit-transition: all 0.33s ease;
}
.navbar-default .navbar-toggle:active .icon-bar-3 {
  background-color: transparent;
}
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
#trigger {
  z-index: 9997;
}
#trigger a.trigger-link {
  position: absolute;
  z-index: 9999;
  right: 3%;
  top: -95px;
}
.header-hide {
  margin-top: -124px;
}
.navbar-header {
  min-height: 90px;
}
@media (max-width: 600px) {
  .navbar-header .navbar-header {
    float: none;
    background: #ffffff !important;
  }
}
.navbar-default {
  background: transparent;
  margin-top: -1px;
  border-color: transparent;
  border-radius: 0px;
  min-height: 90px;
}
.navbar {
  position: relative;
  min-height: 93px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius: 0px;
}
@media screen {
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
}
@media (max-width: 1380px) {
  .nav > li > a {
    padding: 10px 10px;
  }
}
@media (max-width: 1230px) {
  .nav > li > a {
    padding: 10px 6px;
  }
}
@media (max-width: 1110px) {
  .nav > li > a {
    padding: 10px 3px;
  }
}
.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border-radius: 0px;
  border: 0px solid transparent;
  float: right;
  margin-bottom: 8px;
  right: 15px;
  margin-top: 25px;
  padding: 9px 10px;
  position: absolute;
}
.navbar-toggle .icon-bar {
  background-color: #799900 !important;
  border-radius: 0;
  display: block;
  height: 2px;
  margin-top: 6px !important;
  width: 30px;
}
.navbar-toggle .icon-bar:nth-child(3) {
  background-color: #799900;
  border-radius: 0;
  display: block;
  height: 2px;
  margin-top: 6px !important;
  width: 23px;
}
.navbar-toggle .icon-bar:nth-child(4) {
  background-color: #799900;
  border-radius: 0;
  display: block;
  height: 2px;
  margin-top: 6px !important;
  width: 20px;
}
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
@media only screen and (max-width: 802px) {
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}
@media only screen and (min-width: 801px) {
  .mobile-show {
    display: none;
  }
}
/* ====================== Footer ====================== */
footer .associations img {
  max-width: 140px !important;
}
@media screen {
  footer {
    background: #00464f;
    -webkit-box-shadow: inset 0 0 1em 0 rgba(4, 49, 64, 0.5);
    box-shadow: inset 0 0 1em 0 rgba(4, 49, 64, 0.5);
    padding: 8% 0 3%;
  }
  footer .associations {
    padding-bottom: 40px;
  }
  footer .associations img {
    max-width: 140px;
  }
  footer .associations img:hover {
    opacity: 0.6;
  }
  footer .socials {
    text-align: center;
    margin-bottom: 5%;
  }
  footer .socials a {
    padding: 20px 22px;
    color: #ffffff;
    background: #003d45;
    margin-right: 3.5%;
    border-radius: 3px;
    font-size: 1.25em;
  }
  footer .socials a:hover {
    background: #d8d1c9;
    color: #00464f;
  }
  footer .footer-nav {
    padding: 20px 0;
    text-align: center;
  }
  footer .footer-nav ul {
    list-style: none;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px !important;
    text-align: center;
  }
  footer .footer-nav ul li {
    display: inline-block;
    margin-right: 3%;
  }
  footer .footer-nav ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75em;
  }
  footer .footer-nav ul li a:hover {
    color: #ffffff;
  }
  footer .footer-nav .copyright {
    padding: 3% 0;
  }
  footer .footer-nav .copyright p {
    color: #ffffff;
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75em;
  }
  footer .footer-nav .copyright p span {
    padding: 0 15px;
  }
  footer .footer-nav .copyright p a {
    color: rgba(255, 255, 255, 0.8);
  }
  footer .footer-nav .copyright p a:hover {
    color: #ffffff;
  }
  footer .footer-nav a.site-credit-link {
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 0.7em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
  }
  footer .footer-nav a.site-credit-link:hover {
    color: #abd801;
  }
}
@media screen and (max-width: 992px) {
  footer {
    padding: 8% 0;
  }
}
@media screen and (max-width: 600px) {
  footer .socials {
    margin-top: 10%;
  }
}
/* ====================== Buttons ====================== */
.hero-cta {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  display: block;
  text-align: center;
  position: relative;
  background: rgba(171, 216, 1, 0.8);
  padding: 11px 50px;
  font-size: 1em;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  min-height: 42px;
  max-width: 280px;
  margin: 0 auto;
}
.hero-cta:hover,
.hero-cta:focus,
.hero-cta:active {
  background: #abd801;
  color: #ffffff;
}
#mainnav__item--i-classfa-fa-ticketi-tickets a {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-align: center;
  position: relative;
  background: rgba(255, 126, 46, 0.9);
  padding: 5px 20px;
  font-size: 0.9em;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 6px auto;
}
@media (max-width: 992px) {
  #mainnav__item--i-classfa-fa-ticketi-tickets a {
    display: none;
  }
}
#mainnav__item--i-classfa-fa-ticketi-tickets a .fa {
  padding-right: 9px;
}
#mainnav__item--i-classfa-fa-ticketi-tickets a:hover,
#mainnav__item--i-classfa-fa-ticketi-tickets a:focus,
#mainnav__item--i-classfa-fa-ticketi-tickets a:active {
  background: #ff7e2e;
  color: #ffffff;
}
#mainnav__item--i-classfa-fa-ticketi-tickets a:hover::before {
  color: #ff9f00;
  text-shadow: 10px 0 transparent, -10px 0 transparent !important;
}
@media (max-width: 992px) {
  #mainnav__item--i-classfa-fa-ticketi-tickets {
    display: none;
  }
}
#mainnav li ul:hover li:last-of-type.sw-menucode-item > a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#mainnav li ul:hover li:last-of-type.sw-menucode-item > a::before {
  -moz-transform: translateX(-50%);
  -moz-transition: text-shadow 0.3s, color 0.3s;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  color: transparent;
  content: " ";
  font-size: 1.2em;
  left: 50%;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 0 transparent;
  top: -20%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: text-shadow 0.1s, color 0.1s;
  transition: text-shadow 0.1s, color 0.1s;
}
/* Mobile Ticket CTA */
a.mobile-tickets-cta {
  background-color: #ff7e2e;
  color: #ffffff;
  background-image: none;
  border-radius: 3px;
  border: 0 solid transparent;
  float: right;
  margin-bottom: 8px;
  margin-right: 90px;
  margin-top: 25px;
  padding: 9px 10px;
  position: relative;
}
.mobile-hero {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  text-align: center;
  position: relative;
  background: rgba(255, 126, 46, 0.9);
  padding: 10px 40px;
  font-size: 1em;
  color: #ffffff;
  text-transform: none;
  border-radius: 3px;
  min-height: 42px;
  max-width: 300px;
  margin: 0 auto;
}
.mobile-hero:hover,
.mobile-hero:focus,
.mobile-hero:active {
  background: #ff7e2e;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 20px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 10px 20px rgba(20, 20, 20, 0.5);
}
.primary-body-cta {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  position: relative;
  display: block;
  margin-top: 30px;
  font-size: 0.75em;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #00464f;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.primary-body-cta:hover,
.primary-body-cta:focus,
.primary-body-cta:active {
  position: relative;
  color: #ff7e2e;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.primary-body-cta .fa {
  margin-left: 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.primary-body-cta:hover .fa {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.primary-body-dark-cta {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  position: relative;
  display: block;
  margin-top: 30px;
  font-size: 0.75em;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.primary-body-dark-cta:hover,
.primary-body-dark-cta:focus,
.primary-body-dark-cta:active {
  position: relative;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.primary-body-dark-cta .fa {
  margin-left: 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.primary-body-dark-cta:hover .fa {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.big-cta {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-align: center;
  position: relative;
  background: rgba(171, 216, 1, 0.8);
  padding: 15px 50px;
  font-size: 1.1em;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  min-height: 42px;
  max-width: 300px;
  margin: 0 auto;
}
.big-cta:hover,
.big-cta:focus,
.big-cta:active {
  background: #abd801;
  color: #ffffff;
}
/* ====================== Home Page ====================== */
/* ======================
Hero
====================== */
section.hero {
  position: relative;
  overflow: hidden;
  /* BG Video */
  /* desktop */
  /* mobile */
  /* end BG Video */
}
section.hero #desktop-video {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
section.hero #desktop-video iframe {
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200vw;
}
section.hero #mobile-video {
  display: block;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen {
  section.hero {
    min-height: 700px;
    zoom: 1;
    text-align: center;
  }
  section.hero .item {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 25% 0%;
    zoom: 1;
    width: 100vw !important;
    background-size: cover !important;
  }
  section.hero .wrapper {
    top: 120px;
    position: absolute;
    max-width: 100%;
  }
  section.hero .wrapper svg {
    width: 30%;
    max-width: 800px;
    padding: 5% 5% 0% 5%;
    opacity: 1;
  }
  section.hero h1 {
    color: #ffffff;
    font-size: 4.5em;
    text-align: center;
    text-transform: none;
    padding-bottom: 20px;
    font-weight: 400;
    text-shadow: 2px 3px rgba(0, 0, 0, 0.5);
  }
  section.hero h2 {
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-size: 1em;
    color: #ff7e2e;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    margin-top: 120px;
  }
}
@media screen and (max-width: 992px) {
  section.hero .wrapper svg {
    width: 85%;
    opacity: 0.9;
  }
}
@media (max-width: 767px) {
  section.hero {
    min-height: 700px;
    zoom: 1;
    text-align: center;
  }
  section.hero .wrapper {
    top: 80px;
  }
  section.hero h1 {
    font-size: 2.8em;
  }
}
@media (max-width: 600px) {
  section.hero {
    max-height: 400px;
    /*min-height:400px;*/
    min-height: 500px;
  }
  section.hero .swRotator .scrollable {
    max-height: 500px;
  }
  section.hero .wrapper {
    top: 120px;
  }
  section.hero h1 {
    font-size: 2em;
  }
}
.animatable {
  -webkit-transition: all 0.77s ease-out;
  transition: all 0.77s ease-out;
}
.scaled {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* ======================
Intro
====================== */
section.intro {
  position: relative;
  z-index: 5;
}
@media screen {
  section.intro {
    padding: 10% 0 0;
    margin-top: -250px;
    background: transparent;
  }
  section.intro .first-event-tile {
    padding: 0;
    background-size: cover;
    max-height: 570px;
    text-align: center;
    cursor: pointer;
  }
  section.intro .first-event-tile li {
    list-style: none;
    text-align: center;
    margin-left: 0%;
    margin-bottom: 0%;
    padding: 3% 4.5%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  section.intro .first-event-tile li p.upcoming-events-date,
  section.intro .first-event-tile li .upcoming-events-date {
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    color: #799900;
    font-size: 0.95em;
  }
  section.intro .first-event-tile li span.upcoming-events-time {
    display: none;
    color: #ff7e2e;
    font-size: 0.9em;
  }
  section.intro .first-event-tile li span.upcoming-events-time span.upcoming-events-date {
    col: #ff7e2e !important;
  }
  section.intro .first-event-tile li p.upcoming-events-name {
    font-family: "garamond-premier-pro", serif;
    font-style: normal;
    font-size: 1.5em;
    text-transform: none;
    font-weight: 400;
    margin-top: 14px;
  }
  section.intro .first-event-tile li p.upcoming-events-name a {
    color: #00464f;
  }
  section.intro .hours {
    padding: 3% 3% 2%;
    text-align: center;
    background: #fdfcfa;
    color: #00464f;
    min-height: 170px;
    max-height: 170px;
  }
  section.intro .hours span {
    font-size: 1.3em;
    padding: 10px 0;
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  section.intro .hours .hours-container span {
    font-weight: 700;
    text-transform: uppercase;
  }
  section.intro .hours h2 {
    color: #ff7e2e;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 1.1em;
  }
  section.intro .weather {
    padding: 0 3% 2%;
    background: #00464f;
    color: #ffffff;
    min-height: 170px;
    max-height: 170px;
  }
  section.intro .weather h2 {
    color: #ffffff;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
  }
  section.intro .photo-tile {
    background: url("https://assets.speakcdn.com/assets/2294/okczooindianrhinonikiandbabycreditsabrinaheise.png?1612872344840") no-repeat;
    background-size: cover;
    background-position: 50%;
    min-height: 283px;
    padding: 7% 13%;
    overflow: hidden;
    text-align: center;
  }
  section.intro .photo-tile span {
    font-family: "garamond-premier-pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    text-transform: none;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 2px 3px rgba(0, 0, 0, 0.5);
  }
  section.intro .photo-tile .primary-body-dark-cta {
    font-size: 1em;
    margin-top: 5px;
  }
  section.intro .events-title {
    padding: 4% 6%;
    background: #ff7e2e url(images/events-tile-bg.png) no-repeat;
    background-size: cover;
    min-height: 220px;
    max-height: 220px;
    color: #ffffff;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  section.intro .first-event-tile {
    min-height: 453px;
    max-height: 560px;
  }
}
@media screen and (max-width: 1200px) {
  section.intro .first-event-tile li {
    min-height: 280px;
    max-height: 280px;
  }
}
@media screen and (max-width: 992px) {
  section.intro .first-event-tile li {
    min-height: 220px;
    max-height: 220px;
  }
}
@media screen and (max-width: 600px) {
  section.intro .first-event-tile li {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  section.intro .hours {
    min-height: 130px;
    max-height: 130px;
  }
}
@media screen and (max-width: 992px) {
  section.intro .weather {
    min-height: 130px;
    max-height: 130px;
  }
}
@media screen and (max-width: 1200px) {
  section.intro .photo-tile span {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1200px) {
  section.intro .photo-tile .primary-body-dark-cta {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1200px) {
  section.intro .events-title {
    min-height: 280px;
    max-height: 280px;
  }
}
@media screen and (max-width: 992px) {
  section.intro .events-title {
    min-height: 180px;
    max-height: 180px;
  }
}
@media screen and screen {
  section.intro .events {
    padding: 2% 0 5%;
    background: #ffffff;
  }
  section.intro .events h5 {
    color: #ff7e2e;
  }
  section.intro .events h1 {
    font-size: 4em;
    color: #00464f;
    font-weight: 400;
  }
}
@media (max-width: 600px) {
  section.intro {
    margin-top: 0px;
  }
}
.upcoming-events-wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px !important;
}
.upcoming-events-wrapper ul img {
  position: relative;
  margin-top: -20.5%;
  padding-bottom: 15%;
  border-radius: 0 0 4px 4px;
  margin-left: -30%;
  min-width: 332px;
}
@media (max-width: 1200px) {
  .upcoming-events-wrapper ul img {
    display: none;
  }
}
.upcoming-events-wrapper ul li {
  width: 33.3333%;
  min-height: 220px;
  max-height: 220px;
  text-align: center;
  margin-left: 0%;
  margin-bottom: 0%;
  padding: 30px 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-box-flex: 1;
  -ms-flex: 1;
  box-flex: 1;
  flex: 1;
}
@media (max-width: 1200px) {
  .upcoming-events-wrapper ul li {
    min-height: 280px;
    max-height: 280px;
  }
}
@media (max-width: 992px) {
  .upcoming-events-wrapper ul li {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 600px) {
  .upcoming-events-wrapper ul li {
    width: 100%;
  }
}
.upcoming-events-wrapper ul li span.upcoming-events-time {
  display: none;
  color: #ff7e2e;
}
.upcoming-events-wrapper ul li p.upcoming-events-date,
.upcoming-events-wrapper ul li .upcoming-events-date {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  color: #799900;
  font-size: 0.95em;
}
.upcoming-events-wrapper ul li p.upcoming-events-name {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  font-size: 1.5em;
  text-transform: none;
  font-weight: 400;
  margin-top: 14px;
}
.upcoming-events-wrapper ul li p.upcoming-events-name a {
  color: #00464f;
}
.upcoming-events-wrapper ul li:nth-child(1) {
  margin-left: 0%;
  background: #fcfaf8;
}
.upcoming-events-wrapper ul li:nth-child(2) {
  margin-left: 0%;
  background: #f9f5f0;
}
.upcoming-events-wrapper ul li:nth-child(3) {
  margin-left: 0%;
  background: #f6f0e9;
}
p.upcoming-events-view-link {
  margin: 3% auto;
  text-align: center;
}
p.upcoming-events-view-link a {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-align: center;
  position: relative;
  background: rgba(171, 216, 1, 0.8);
  padding: 11px 50px;
  font-size: 0.85em;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  min-height: 42px;
  max-width: 300px;
  margin: 0 auto;
}
p.upcoming-events-view-link a:hover,
p.upcoming-events-view-link a:focus,
p.upcoming-events-view-link a:active {
  background: #abd801;
  color: #ffffff;
}
/* ====================== Weather
 ====================== */
@font-face {
  font-family: "weather";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
  font-weight: normal;
  font-style: normal;
}
#weather {
  margin: 5px auto;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 10px 10px;
}
#weather i {
  color: #ffffff;
  font-family: weather;
  font-size: 5em;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
.icon-0:before {
  content: ":";
}
.icon-1:before {
  content: "p";
}
.icon-2:before {
  content: "S";
}
.icon-3:before {
  content: "Q";
}
.icon-4:before {
  content: "S";
}
.icon-5:before {
  content: "W";
}
.icon-6:before {
  content: "W";
}
.icon-7:before {
  content: "W";
}
.icon-8:before {
  content: "W";
}
.icon-9:before {
  content: "I";
}
.icon-10:before {
  content: "W";
}
.icon-11:before {
  content: "I";
}
.icon-12:before {
  content: "I";
}
.icon-13:before {
  content: "I";
}
.icon-14:before {
  content: "I";
}
.icon-15:before {
  content: "W";
}
.icon-16:before {
  content: "I";
}
.icon-17:before {
  content: "W";
}
.icon-18:before {
  content: "U";
}
.icon-19:before {
  content: "Z";
}
.icon-20:before {
  content: "Z";
}
.icon-21:before {
  content: "Z";
}
.icon-22:before {
  content: "Z";
}
.icon-23:before {
  content: "Z";
}
.icon-24:before {
  content: "E";
}
.icon-25:before {
  content: "E";
}
.icon-26:before {
  content: "3";
}
.icon-27:before {
  content: "a";
}
.icon-28:before {
  content: "A";
}
.icon-29:before {
  content: "a";
}
.icon-30:before {
  content: "A";
}
.icon-31:before {
  content: "6";
}
.icon-32:before {
  content: "1";
}
.icon-33:before {
  content: "6";
}
.icon-34:before {
  content: "1";
}
.icon-35:before {
  content: "W";
}
.icon-36:before {
  content: "1";
}
.icon-37:before {
  content: "S";
}
.icon-38:before {
  content: "S";
}
.icon-39:before {
  content: "S";
}
.icon-40:before {
  content: "M";
}
.icon-41:before {
  content: "W";
}
.icon-42:before {
  content: "I";
}
.icon-43:before {
  content: "W";
}
.icon-44:before {
  content: "a";
}
.icon-45:before {
  content: "S";
}
.icon-46:before {
  content: "U";
}
.icon-47:before {
  content: "S";
}
#weather h2 {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  margin: 0 0 2px;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
}
#weather ul {
  margin: 0;
  padding: 0;
}
#weather li {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
  color: #ffffff;
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.95em;
  display: inline-block;
  border-radius: 5px;
}
#weather .currently {
  margin: 0 20px;
}
/* ======================
Intro Video
====================== */
@media screen {
  section.intro-video {
    padding: 10% 0 0;
    margin-top: -180px;
    background: transparent;
  }
  section.intro-video .mission {
    padding: 4% 6%;
    background: #f3ebe2;
    max-height: 570px;
  }
  section.intro-video .hours {
    padding: 3% 3% 2%;
    text-align: center;
    background: #fdfcfa;
    color: #00464f;
    min-height: 170px;
    max-height: 170px;
  }
  section.intro-video .hours span {
    font-size: 1.3em;
    padding: 10px 0;
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  section.intro-video .hours .hours-container span {
    font-weight: 700;
    text-transform: uppercase;
  }
  section.intro-video .hours h2 {
    color: #ff7e2e;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 1.1em;
  }
  section.intro-video .weather {
    padding: 0 3% 2%;
    background: #00464f;
    color: #ffffff;
    min-height: 170px;
    max-height: 170px;
  }
  section.intro-video .weather h2 {
    color: #ffffff;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
  }
  section.intro-video .photo-tile {
    background-size: cover;
    background-position: 50%;
    min-height: 283px;
    padding: 7% 13%;
    overflow: hidden;
  }
  section.intro-video .photo-tile span {
    font-family: "garamond-premier-pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3em;
    text-transform: none;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 2px 3px rgba(0, 0, 0, 0.5);
  }
  section.intro-video .photo-tile .primary-body-dark-cta {
    font-size: 1em;
    margin-top: 5px;
  }
  section.intro-video .events-title {
    padding: 4% 6%;
    background: #ff7e2e url(images/events-tile-bg.png) no-repeat;
    background-size: cover;
    min-height: 220px;
    max-height: 220px;
    color: #ffffff;
    text-align: center;
  }
}
@media screen and screen {
  section.intro-video .events {
    padding: 2% 0 5%;
    background: #ffffff;
  }
  section.intro-video .events h5 {
    color: #ff7e2e;
  }
  section.intro-video .events h1 {
    font-size: 4em;
    color: #00464f;
    font-weight: 400;
  }
}
@media (max-width: 600px) {
  section.intro-video {
    margin-top: 0px;
  }
}
/* ======================
CTA
====================== */
@media screen {
  section.cta {
    padding: 1% 0 0;
  }
  section.cta .containter {
    background: rgba(243, 235, 226, 0.7);
  }
  section.cta h5 {
    color: #ff7e2e;
    text-align: left;
    margin-top: 75px;
  }
  section.cta h1 {
    font-size: 4em;
    text-align: left;
    color: #00464f;
    font-weight: 400;
  }
  section.cta h1 span {
    font-style: italic;
  }
  section.cta .big-cta {
    float: left;
    background: rgba(255, 126, 46, 0.85);
    font-size: 0.95em;
  }
  section.cta .big-cta:hover {
    background: #ff7e2e;
  }
  section.cta .big-cta .fa {
    margin-right: 8px;
  }
}
@media screen and (max-width: 992px) {
  section.cta h5 {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  section.cta .big-cta {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  section.cta {
    text-align: center;
  }
  section.cta h1 {
    font-size: 3.5em;
    width: 100%;
    text-align: center;
  }
}
section.cta .col-lg-4,
section.cta .col-md-4 {
  padding: 0px;
}
section.cta .visit-photo-tile {
  background: url(/assets/2294/RoundUp-Logo-2021.png) no-repeat;
  background-size: cover;
  min-height: 400px;
}
@media (max-width: 1200px) {
  section.cta .visit-photo-tile {
    min-height: 400px;
  }
}
@media (max-width: 992px) {
  section.cta .visit-photo-tile {
    background-size: 60%;
    background-position: center;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  section.cta .visit-photo-tile {
    background-size: 70%;
    min-height: 450px;
    background-position: center;
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  section.cta .visit-photo-tile {
    background-size: 70%;
    min-height: 350px;
    background-position: center;
    margin-top: 60px;
  }
}
/* ======================
Big Tiles
====================== */
@media screen {
  section.big-tiles {
    display: table;
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
  }
  section.big-tiles:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(28, 23, 38, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
    transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
  }
  section.big-tiles .tile {
    width: 50%;
    float: left;
    height: 520px;
    -webkit-transition: -webkit-transform 0.5s 0.4s;
    transition: -webkit-transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
    padding: 8% 5%;
    -webkit-transition: all 0.13s ease;
    transition: all 0.13s ease;
    text-align: center;
  }
  section.big-tiles .tile h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95em;
  }
  section.big-tiles .tile h1 {
    color: #ffffff;
    font-size: 3.3em;
    margin-bottom: 0.5em;
  }
  section.big-tiles .tile p {
    color: #ffffff;
    font-size: 1.5em;
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
  }
  section.big-tiles .tile button {
    display: none;
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    text-align: center;
    position: relative;
    background: transparent;
    border: 1px solid #ffffff;
    padding: 11px 50px;
    font-size: 1em;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 0 auto;
  }
  section.big-tiles .tile:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  section.big-tiles .tile:hover button {
    display: block;
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
    opacity: 0.85;
  }
  section.big-tiles .tile:hover button:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 20px 20px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 20px -8px rgba(0, 0, 0, 0.2);
    opacity: 1;
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
  }
  section.big-tiles .tile:nth-of-type(1) {
    background: #ff7e2e url(images/panda-tile-bg.png) no-repeat;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
  }
  section.big-tiles .tile:nth-of-type(1):hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.2);
  }
  section.big-tiles .tile:nth-of-type(2) {
    background: #00464f url(images/monkey-tile-bg.png) no-repeat;
    background-size: cover;
    background-position: 50%;
  }
  section.big-tiles .tile:nth-of-type(2):hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
  }
  section.big-tiles .tile:nth-of-type(3) {
    background: #7c6c59 url(images/tiger-tile-bg.png) no-repeat;
    background-size: cover;
    background-position: 50%;
  }
  section.big-tiles .tile:nth-of-type(3):hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
  }
  section.big-tiles .tile:nth-of-type(4) {
    background: #516600 url(images/park-tile-bg.png) no-repeat;
    background-size: cover;
    background-position: 50%;
  }
  section.big-tiles .tile:nth-of-type(4):hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
  }
}
/* ======================
Portal
====================== */
@media screen {
  section.portal {
    padding: 5px 0 4% 0;
    background: #ffffff;
  }
  section.portal .visit {
    padding: 3.5%;
    color: #00464f;
  }
  section.portal .visit h5 {
    color: #ff7e2e;
  }
  section.portal .visit h1 {
    color: #799900;
  }
  section.portal .visit p {
    color: #00464f;
  }
  section.portal .col-lg-5,
  section.portal .col-md-5 {
    padding: 0px;
  }
  section.portal .visit-photo-tile {
    background: url(/assets/2294/visit-tile.png) no-repeat;
    background-size: cover;
    min-height: 500px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
  }
  section.portal .zoofriends {
    padding: 3.5%;
    color: #00464f;
  }
  section.portal .zoofriends h5 {
    color: #ff7e2e;
  }
  section.portal .zoofriends h1 {
    color: #799900;
  }
  section.portal .zoofriends p {
    color: #00464f;
  }
  section.portal .zoofriends-photo-tile {
    padding: 7% 13%;
    overflow: hidden;
  }
  section.portal .zoofriends-photo-tile span {
    font-family: "garamond-premier-pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3em;
    text-transform: none;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 2px 3px rgba(0, 0, 0, 0.5);
  }
  section.portal .zoofriends-photo-tile .primary-body-dark-cta {
    font-size: 1em;
    margin-top: 5px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 992px) {
  section.portal .visit {
    min-height: 300px;
    max-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  section.portal .visit-photo-tile {
    background-size: 70%;
    min-height: 250px;
    background-position: 70% -50%;
  }
}
@media screen and (max-width: 992px) {
  section.portal .zoofriends {
    min-height: 300px;
    max-height: 300px;
  }
}
/* ======================
Intro Video
====================== */
@media screen {
  section.poster {
    background: url(images/poster.jpg) no-repeat;
    background-size: 100%;
    min-height: 400px;
    max-width: 1200px;
    background-position: center bottom;
  }
}
@media screen and (max-width: 1200px) {
  section.poster {
    min-height: 390px;
  }
}
@media screen and (max-width: 992px) {
  section.poster {
    min-height: 350px;
  }
}
@media screen and (max-width: 600px) {
  section.poster {
    background-size: 100%;
    min-height: 250px !important;
    margin-bottom: -10px;
  }
}
/* ======================
Events Widget
====================== */
@media screen {
  section.events {
    padding: 2% 0 5%;
    background: #ffffff;
  }
  section.events h5 {
    color: #ff7e2e;
  }
  section.events h1 {
    font-size: 4em;
    color: #00464f;
    font-weight: 400;
  }
  section.events .upcoming-events-wrapper ul {
    margin-top: 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px !important;
  }
  section.events .upcoming-events-wrapper ul img {
    position: relative;
    margin-top: -20.5%;
    padding-bottom: 15%;
    border-radius: 0 0 4px 4px;
    margin-left: -30%;
    min-width: 332px;
  }
  section.events .upcoming-events-wrapper ul li {
    width: 30%;
    text-align: center;
    margin-left: 3%;
    margin-bottom: 3%;
    background: #fdfcfa;
    border: 1px solid #f3ebe2;
    padding: 6% 4.5%;
    border-bottom: 2px solid #ff7e2e;
    -webkit-box-shadow: 0 0 1em 0 rgba(4, 49, 64, 0);
    box-shadow: 0 0 1em 0 rgba(4, 49, 64, 0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  section.events .upcoming-events-wrapper ul li:hover {
    -webkit-box-shadow: 0 0 1em 0 rgba(4, 49, 64, 0.1);
    box-shadow: 0 0 1em 0 rgba(4, 49, 64, 0.1);
    border-bottom: 2px solid #abd801;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  section.events .upcoming-events-wrapper ul li:nth-child(2) {
    border-bottom: 2px solid #abd801;
  }
  section.events .upcoming-events-wrapper ul li:nth-child(2):hover {
    border-bottom: 2px solid #ff7e2e;
  }
  section.events .upcoming-events-wrapper ul li span.upcoming-events-time {
    display: block;
    color: #799900;
  }
  section.events .upcoming-events-wrapper ul li p.upcoming-events-date,
  section.events .upcoming-events-wrapper ul li .upcoming-events-date {
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    color: #799900;
    font-size: 0.95em;
  }
  section.events .upcoming-events-wrapper ul li p.upcoming-events-name {
    font-family: "garamond-premier-pro", serif;
    font-style: normal;
    font-size: 1.5em;
    text-transform: none;
    font-weight: 400;
    margin-top: 30px;
  }
  section.events .upcoming-events-wrapper ul li p.upcoming-events-name a {
    color: #00464f;
  }
  section.events .upcoming-events-wrapper ul li:nth-child(1),
  section.events .upcoming-events-wrapper ul li:nth-child(4) {
    margin-left: 0%;
  }
  section.events p.upcoming-events-view-link {
    margin: 3% auto;
    text-align: center;
  }
  section.events p.upcoming-events-view-link a {
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    text-align: center;
    position: relative;
    background: rgba(171, 216, 1, 0.8);
    padding: 11px 50px;
    font-size: 0.85em;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 3px;
    min-height: 42px;
    max-width: 300px;
    margin: 0 auto;
  }
  section.events p.upcoming-events-view-link a:hover,
  section.events p.upcoming-events-view-link a:focus,
  section.events p.upcoming-events-view-link a:active {
    background: #abd801;
    color: #ffffff;
  }
}
@media screen and (max-width: 1200px) {
  section.events .upcoming-events-wrapper ul img {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  section.events .upcoming-events-wrapper ul li {
    width: 100%;
  }
}
/* ======================
Video
====================== */
video#bgvid {
  top: 0;
  right: 0;
  position: absolute;
  width: 100vw;
  min-height: 800px;
  z-index: -100;
}
video {
  background: #ffffff;
}
@media only screen and (max-width: 800px) {
  .mobile-image {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    display: block;
    background: url(/images/poster-blue.jpg);
  }
  .mobile-video-image {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background: url(/images/poster-blue.jpg);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    display: block;
  }
}
#overlay {
  background: rgba(0, 70, 79, 0.2);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 800px;
  width: 100%;
  z-index: -1;
}
/* ====================== Inner Default Page ====================== */
/* ======================
Hero Inner
====================== */
@media screen {
  section.hero-inner {
    zoom: 1;
    text-align: center;
  }
  section.hero-inner .swRotator .scrollable .items .item .caption {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    position: relative;
    padding: 0 15px;
  }
  section.hero-inner .swRotator .scrollable .items .item .caption .title {
    color: #ffffff;
    font-family: "garamond-premier-pro", serif;
    font-style: normal;
    margin-bottom: 0.75em;
    font-size: 3.2em;
    text-align: center;
    text-transform: none;
    padding-bottom: 20px;
    font-weight: 400;
    text-shadow: 2px 3px rgba(0, 0, 0, 0.5);
    margin-top: -200px;
  }
  section.hero-inner .wrapper {
    top: 200px;
    position: absolute;
    max-width: 100%;
  }
  section.hero-inner h1 {
    color: #ffffff;
    font-size: 3.2em;
    text-align: center;
    text-transform: none;
    padding-bottom: 20px;
    font-weight: 400;
    text-shadow: 2px 3px rgba(0, 0, 0, 0.5);
  }
  section.hero-inner h2 {
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-size: 1em;
    color: #ff7e2e;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 600px) {
  section.hero-inner .wrapper {
    top: 14%;
  }
}
@media (max-width: 767px) {
  section.hero-inner {
    min-height: 700px;
    zoom: 1;
    text-align: center;
  }
  section.hero-inner .wrapper {
    top: 32%;
  }
  section.hero-inner h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 600px) {
  section.hero-inner {
    max-height: 400px;
    min-height: 400px;
  }
  section.hero-inner .wrapper {
    top: 200px;
  }
  section.hero-inner h1 {
    font-size: 2em;
  }
}
.animatable {
  -webkit-transition: all 0.77s ease-out;
  transition: all 0.77s ease-out;
}
.scaled {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* ======================
Inner Page
====================== */
section.main {
  padding-bottom: 5%;
}
section.main .inner-content {
  padding: 2% 3% 4%;
  background: #ffffff;
  min-height: 500px;
}
section.main .inner-content h5 {
  color: #ff7e2e;
  font-weight: 700;
}
section.main .inner-content h5:before {
  position: relative;
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  margin-bottom: 20px;
  background: #799900;
  margin-left: auto;
  margin-right: auto;
}
section.main .col-md-2,
section.main .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}
section.main .sidebar-item {
  padding: 3%;
}
section.main .breadcrumb-tile {
  padding: 3% 3% 3%;
  background: #f3ebe2;
  color: #00464f;
  margin-top: -85px;
}
@media (max-width: 1200px) {
  section.main .breadcrumb-tile {
    margin-top: -74px;
  }
}
@media (max-width: 992px) {
  section.main .breadcrumb-tile {
    margin-top: -61px;
  }
}
section.main .breadcrumb-tile .breadcrumb {
  padding: 0;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  font-size: 0.75em;
}
section.main .breadcrumb-tile .breadcrumb a {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  color: #00464f;
  text-transform: uppercase;
  font-weight: 700;
}
section.main .weather-side {
  padding: 0 3% 2%;
  background: #00343b;
  color: #ffffff;
  min-height: 170px;
  max-height: 170px;
}
section.main .weather-side h2 {
  color: #ffffff;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
section.main .cta-side {
  padding: 1.8% 3% 2%;
  background: #ff7e2e;
  color: #ffffff;
  min-height: 170px;
  max-height: 170px;
  text-align: center;
}
section.main .cta-side .fa {
  display: block;
  color: #ffffff;
  font-size: 4em;
}
section.main .cta-side a {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
}
section.main .hours {
  padding: 2% 3% 2%;
  text-align: center;
  background: #faf7f4;
  color: #00464f;
  min-height: 150px;
  max-height: 150px;
}
section.main .hours span {
  font-size: 1.3em;
  padding: 10px 0;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 700;
}
section.main .hours .hours-container span {
  font-weight: 700;
  text-transform: uppercase;
}
section.main .hours h2 {
  color: #799900;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 1.1em;
}
section.main .fill {
  background: #00464f url(images/sub-nav-bg.png) no-repeat;
  background-size: cover;
  margin-top: -86px;
}
.breadcrumb > li + li:before {
  content: "›";
  padding: 0 5px;
  color: #00464f;
}
/* iFrame Responsive Styling */
div.templatecontent .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
div.templatecontent .embed-container iframe,
div.templatecontent .embed-container object,
div.templatecontent .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.exhibits .inner-content {
  padding: 2% 0% 4%;
  background: #ffffff;
  min-height: 500px;
}
/* ============= Sub Navigation ================ */
.sidebar-item h5 {
  margin-left: 30px;
  color: #abd801;
}
.sidebar-item h2 {
  display: none;
}
.sub-nav {
  margin-top: 40px;
}
#subnav {
  margin-bottom: 20px;
  margin-left: 10px;
  padding-bottom: 30px;
}
ul#subnav {
  list-style: none;
  margin-top: 20px;
}
ul#subnav li {
  padding: 10px;
}
ul#subnav li a {
  -moz-transition: margin 0.33s ease;
  -o-transition: margin 0.33s ease;
  -webkit-transition: margin 0.33s ease;
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.85em;
  margin-left: 0px;
  text-transform: uppercase;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
ul#subnav li:hover a {
  -moz-transition: margin 0.33s ease;
  -o-transition: margin 0.33s ease;
  -webkit-transition: margin 0.33s ease;
  color: #ff7e2e !important;
  margin-left: 10px;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
ul#subnav li a.current {
  -moz-transition: margin 0.33s ease;
  -o-transition: margin 0.33s ease;
  -webkit-transition: margin 0.33s ease;
  color: #ff7e2e !important;
  margin-left: 10px;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sticky {
    border-top: 1px solid #eeeeee;
  }
  .sidebar-item h6 {
    margin-left: 10px;
  }
  .formmodule {
    margin-left: 10px;
  }
  .sub-nav,
  .sidebar-item {
    display: none;
  }
}
.sidebar-item {
  max-width: 360px;
}
.sticky-wrapper {
  float: right;
}
/* ======================
Footer CTA
====================== */
@media screen {
  section.footer-cta-app {
    padding: 6% 0 0 0;
    background: #ff7e2e url(images/footer-bg.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: auto;
    text-align: left;
  }
  section.footer-cta-app h5 {
    color: #ffffff;
  }
  section.footer-cta-app h1 {
    font-size: 3.8em;
    width: 90%;
    color: #ffffff;
    font-weight: 400;
  }
  section.footer-cta-app h1 span {
    font-style: italic;
  }
  section.footer-cta-app .ticket-big-button {
    padding: 5% 0% 5% 0%;
  }
  section.footer-cta-app .ticket-big-button .fa {
    margin-right: 8px;
  }
  section.footer-cta-app .ticket-big-button a.big-cta {
    float: right;
    padding: 15px 30px;
  }
  section.footer-cta-app .app {
    background: url(images/device.png) no-repeat;
    background-position: 50% 0%;
    min-height: 300px;
  }
  section.footer-cta-app .app-buttons img {
    float: left;
    margin-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  section.footer-cta-app {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  section.footer-cta-app h1 {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  section.footer-cta-app .ticket-big-button a.big-cta {
    float: none !important;
  }
}
@media screen and (max-width: 992px) {
  section.footer-cta-app .app-buttons img {
    margin-bottom: 100px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  section.footer-cta-app {
    text-align: center;
  }
  section.footer-cta-app h1 {
    font-size: 3.5em;
    width: 100%;
    text-align: center;
  }
}
@media screen {
  section.footer-cta {
    padding: 6% 0;
    background: #ff7e2e url(images/footer-bg.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: auto;
    text-align: left;
  }
  section.footer-cta h5 {
    color: #ffffff;
  }
  section.footer-cta h1 {
    font-size: 3.8em;
    width: 90%;
    text-align: left;
    color: #ffffff;
    font-weight: 400;
  }
  section.footer-cta h1 span {
    font-style: italic;
  }
  section.footer-cta .ticket-big-button {
    padding: 5% 0% 5% 0%;
  }
  section.footer-cta .ticket-big-button .fa {
    margin-right: 8px;
  }
  section.footer-cta .ticket-big-button a.big-cta {
    float: right;
    padding: 15px 30px;
  }
  section.footer-cta .app {
    background: url(images/device.png) no-repeat;
    background-position: 50% 0%;
    min-height: 300px;
  }
}
@media screen and (max-width: 992px) {
  section.footer-cta .ticket-big-button a.big-cta {
    float: none !important;
  }
}
@media (max-width: 767px) {
  section.footer-cta {
    text-align: center;
  }
  section.footer-cta h1 {
    font-size: 3.5em;
    width: 100%;
    text-align: center;
  }
}
/* ======================
Blog Template
====================== */
/* Single Blog Post
============================*/
@media screen {
  .wrapper-slim {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 15px;
    max-width: 785px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper-slim {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .wrapper-slim {
    width: 100%;
  }
}
.wrapper-slim:before,
.wrapper-slim:after {
  display: table;
  content: "";
}
.wrapper-slim:after {
  clear: both;
}
section.blog-detail-hero {
  position: relative;
  padding: 160px 0 60px 0;
  margin: 0;
  text-align: center;
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
section.blog-detail-hero span.grad-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.blog-detail-hero .over-hero {
  position: relative;
  text-align: center;
}
@media screen {
  section.blog-detail-hero .over-hero .post-title {
    font-family: "garamond-premier-pro", serif;
    font-style: normal;
    font-size: 2.5em;
    line-height: 1.28em;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  section.blog-detail-hero .over-hero .post-title {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 400px) {
  section.blog-detail-hero .over-hero .post-title {
    font-size: 2em;
  }
}
section.blog-detail-hero .over-hero .post-date {
  font-family: "garamond-premier-pro", serif;
  background: rgba(255, 126, 46, 0.85);
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
}
section.blog-detail-hero .over-hero .post-date span.date-weekday {
  display: none;
}
section.blog-detail-hero .over-hero .post-date span.date-date-separator {
  display: none;
}
section.blog-detail-hero .over-hero .post-date span.date-date:before {
  content: "/";
  display: inline-block;
  margin: 0 2px;
}
section.blog-detail-hero .over-hero .post-date span.date-year:before {
  content: "/";
  display: inline-block;
  margin: 0 2px;
}
section.blog-detail-hero .over-hero .post-profileinfo {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 25px 0 0 0;
  color: #141414;
}
section.blog-detail-hero .over-hero .post-profileinfo a {
  display: block;
  color: #141414;
}
section.blog-detail-hero .over-hero .post-profileinfo a img {
  /* Uncomment to show blog post author */
  /*height: 85px;
          width: 85px;
          border-radius: 50%;
          overflow: hidden;
          display: block;
          vertical-align: middle;
          border: 2px solid #fff;
          margin-bottom: 20px;
          margin-left:auto;
          margin-right:auto;*/
  display: none;
}
section.blog-detail-hero .over-hero .post-profileinfo a span.author-name {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  text-transform: uppercase;
  color: #141414;
  font-weight: 500;
  font-size: 1.25em;
  letter-spacing: 0.01em;
  color: #111;
  display: block;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 0 8px;
}
section.blog-detail-hero.hero-bg {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  height: 60vh;
  min-height: 400px;
  background-color: #111;
}
section.blog-detail-hero.hero-bg span.grad-overlay {
  display: block;
}
section.blog-detail-hero.hero-bg .over-hero {
  text-align: center;
  position: relative;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.blog-detail-hero.hero-bg .over-hero .post-title {
  color: #ffffff;
  font-size: 4em;
  /*background:fadeout(@black,60%);*/
  padding: 20px 30px;
  text-shadow: 0px 5px 12px rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  section.blog-detail-hero.hero-bg .over-hero .post-title {
    font-size: 3.5em;
  }
}
@media (max-width: 600px) {
  section.blog-detail-hero.hero-bg .over-hero .post-title {
    font-size: 2.5em;
  }
}
section.blog-detail-hero.hero-bg .over-hero .post-date {
  color: #ffffff;
  font-size: 1em;
}
section.blog-detail-hero.hero-bg .over-hero .post-date span.date-date {
  display: none;
}
section.blog-detail-hero.hero-bg .over-hero .post-profileinfo {
  color: #ffffff;
}
section.blog-detail-hero.hero-bg .over-hero .post-profileinfo a {
  display: block;
  color: #ffffff;
}
section.blog-detail-hero.hero-bg .over-hero .post-profileinfo a span.author-name {
  color: #ffffff;
}
section.blog-detail-feed {
  position: relative;
  width: 100%;
  padding: 4% 0 0 0;
  margin: 0;
}
section.blog-detail-feed .templatecontent {
  /*background: @sand;
  	padding: 5%;
  	margin-bottom: 100px;
  	text-align: center;
  	margin-top:-70px;
  	z-index: 10;
  	box-shadow: 0 5px 15px rgba(0,0,0,0.2);*/
  display: none;
}
section.blog-detail-feed .wrapper-slim {
  padding: 0 20px;
}
section.blog-detail-feed div.blog .blog-entry {
  margin: 0;
  padding: 0;
  border: 0;
}
section.blog-detail-feed div.blog .blog-entry div.post-image {
  display: none;
}
section.blog-detail-feed div.blog .blog-entry div.post-body {
  position: relative;
  margin: 0;
  padding: 0 0 60px 0;
  /*        p:nth-of-type(1):first-letter { float: left; color: @grass; font-size: 7em; line-height: 80%; padding-top: 4px; padding-bottom:5px; padding-right: 12px; padding-left: 3px; }
*/
}
section.blog-detail-feed div.blog .blog-entry div.post-body h1 {
  text-transform: none;
  color: #ff7e2e;
}
section.blog-detail-feed div.blog .blog-entry div.post-body p {
  font-size: 1.5em;
}
section.blog-detail-feed div.blog .blog-entry div.post-body h4 {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ff7e2e;
  padding: 40px 0;
  margin-bottom: 40px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
section.blog-detail-feed div.blog .blog-entry div.post-body h4:before {
  position: relative;
  content: "";
  width: 50px;
  height: 1px;
  display: block;
  margin-bottom: 40px;
  background: #666;
  margin-left: auto;
  margin-right: auto;
}
section.blog-detail-feed div.blog .blog-entry div.post-body h5 {
  color: #e15600;
  font-style: italic;
  border-left: 1px solid #ccc;
  padding: 4% 8% 4%;
  line-height: 170%;
  margin: 40px 0;
}
section.blog-detail-feed div.blog .blog-entry div.post-body h5:before {
  color: #ccc;
  content: "“";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
section.blog-detail-feed div.blog .blog-entry div.post-body h6 {
  font-style: italic;
  font-size: 0.7em;
  color: #999;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
}
section.blog-detail-feed div.blog .blog-entry div.post-body img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 0;
  -webkit-box-shadow: -2px 0px 60px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 0px 60px rgba(0, 0, 0, 0.25);
  margin: 40px 0 40px 0;
}
section.blog-detail-feed div.blog .blog-entry div.post-profileinfo {
  display: none;
}
section.blog-detail-feed div.blog .blog-entry div.post-tags {
  display: none;
}
section.blog-detail-feed div.blog .blog-entry ul.sw-blog-entry-nav {
  display: inline-block;
  width: 100%;
  height: auto;
  border-top: 1px solid #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 5%;
}
section.blog-detail-feed div.blog .blog-entry ul.sw-blog-entry-nav li {
  width: 50%;
  text-align: center;
  padding: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
section.blog-detail-feed div.blog .blog-entry ul.sw-blog-entry-nav li a {
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  color: #00464f;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 125%;
  padding: 3%;
}
section.blog-detail-feed div.blog .blog-entry ul.sw-blog-entry-nav li a:hover {
  color: #ff7e2e;
}
section.blog-detail-feed div.blog .blog-entry ul.sw-blog-entry-nav li:last-of-type {
  border-left: 1px solid #ffffff;
}
section.blog-detail-feed div.blog div.blog-comments {
  display: none !important;
}
section.blog-detail-feed div.blog h3#ctl00_cphPageBody_public_partctrl_1_1_lblListViewHeader {
  display: none;
}
/* Blog Detail Styling END */
#at4-share,
#at4-soc {
  top: 35% !important;
  bottom: auto;
}
/* Content Polish Specific Page
============================*/
div.templatecontent img {
  width: 100%;
}
.templatecontent li:before {
  content: "";
  border: 2px solid #00464f;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-left: -24px;
  margin-top: 12px;
  position: absolute;
}
.templatecontent ul {
  list-style-type: none;
}
/* ======================
Ticket Pricing
====================== */
@media screen {
  .templatecontent.ticket-pricing {
    padding: 6% 0 3%;
  }
  .templatecontent.ticket-pricing .containter {
    background: rgba(243, 235, 226, 0.7);
  }
  .templatecontent.ticket-pricing h5 {
    color: #ff7e2e;
    text-align: center;
  }
  .templatecontent.ticket-pricing h1 {
    font-size: 4.3em;
    text-align: center;
    color: #00464f;
    font-weight: 400;
  }
  .templatecontent.ticket-pricing h1 span {
    font-style: italic;
  }
  .templatecontent.ticket-pricing .ticket-big-button {
    padding: 5% 0% 5% 0%;
  }
  .templatecontent.ticket-pricing .ticket-big-button .fa {
    margin-right: 8px;
  }
  .templatecontent.ticket-pricing .ticket-big-button a.big-cta {
    float: left;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 992px) {
  .templatecontent.ticket-pricing .ticket-big-button a.big-cta {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .templatecontent.ticket-pricing {
    text-align: center;
  }
  .templatecontent.ticket-pricing h1 {
    font-size: 3.5em;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .templatecontent.ticket-pricing h1 {
    font-size: 2.25em;
  }
}
.templatecontent.ticket-pricing .flex-pricing {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .templatecontent.ticket-pricing .flex-pricing {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier {
  width: 32%;
  margin-right: 2%;
  background: rgba(243, 235, 226, 0.6);
  border: 1px solid rgba(243, 235, 226, 0.8);
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  min-height: 410px;
  padding: 0 0 20px 0 !important;
  text-align: center;
  text-transform: scale(1);
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier a {
  color: #ffffff;
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier a:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  .templatecontent.ticket-pricing .flex-pricing .pricing-tier {
    width: 100%;
    margin-bottom: 30px;
    min-height: auto;
  }
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier:hover {
  -webkit-box-shadow: 0px 10px 15px rgba(20, 20, 20, 0.1);
  box-shadow: 0px 10px 15px rgba(20, 20, 20, 0.1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier .pricing-body {
  padding: 10px 20px;
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier h1 {
  margin-top: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-size: 0.85em;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #ffffff;
  padding: 20px 0;
  text-transform: uppercase;
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier a {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-align: center;
  position: relative;
  padding: 10px 30px;
  font-size: 0.9em;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
  margin: 6px auto 50px;
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier a .fa {
  padding-right: 9px;
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier a:hover,
.templatecontent.ticket-pricing .flex-pricing .pricing-tier a:focus,
.templatecontent.ticket-pricing .flex-pricing .pricing-tier a:active {
  color: #ffffff;
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier:nth-child(1) h1 {
  background: #ff7e2e;
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier:nth-child(1) a {
  background: rgba(255, 126, 46, 0.9);
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier:nth-child(1) a:hover {
  background: #ff7e2e;
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier:nth-child(2) h1 {
  background: #00464f;
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier:nth-child(2) a {
  background: rgba(0, 70, 79, 0.9);
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier:nth-child(2) a:hover {
  background: #00464f;
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier:nth-child(3) h1 {
  background: #7c960a;
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier:nth-child(3) a {
  background: rgba(121, 153, 0, 0.9);
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier:nth-child(3) a:hover {
  background: #799900;
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier:nth-child(4) h1 {
  background: #8896ab;
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier:nth-child(4) a {
  background: rgba(136, 150, 171, 0.9);
}
.templatecontent.ticket-pricing .flex-pricing .pricing-tier:nth-child(4) a:hover {
  background: #8896ab;
}
.exhibit-detail-descipton .flex-pricing,
.detail-event__content .flex-pricing {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .exhibit-detail-descipton .flex-pricing,
  .detail-event__content .flex-pricing {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.exhibit-detail-descipton .flex-pricing .pricing-tier,
.detail-event__content .flex-pricing .pricing-tier {
  margin: 2em auto;
  width: 70%;
  background: rgba(243, 235, 226, 0.6);
  border: 1px solid rgba(243, 235, 226, 0.8);
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  min-height: 410px;
  padding: 0 !important;
  text-align: center;
  text-transform: scale(1);
}
.exhibit-detail-descipton .flex-pricing .pricing-tier a,
.detail-event__content .flex-pricing .pricing-tier a {
  color: #ffffff;
}
.exhibit-detail-descipton .flex-pricing .pricing-tier a:hover,
.detail-event__content .flex-pricing .pricing-tier a:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  .exhibit-detail-descipton .flex-pricing .pricing-tier,
  .detail-event__content .flex-pricing .pricing-tier {
    width: 100%;
    margin-bottom: 30px;
    min-height: auto;
  }
}
.exhibit-detail-descipton .flex-pricing .pricing-tier:hover,
.detail-event__content .flex-pricing .pricing-tier:hover {
  -webkit-box-shadow: 0px 10px 15px rgba(20, 20, 20, 0.1);
  box-shadow: 0px 10px 15px rgba(20, 20, 20, 0.1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.exhibit-detail-descipton .flex-pricing .pricing-tier .pricing-body,
.detail-event__content .flex-pricing .pricing-tier .pricing-body {
  padding: 10px 20px;
}
.exhibit-detail-descipton .flex-pricing .pricing-tier h1,
.detail-event__content .flex-pricing .pricing-tier h1 {
  margin-top: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-size: 0.85em;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #ffffff;
  padding: 20px 0;
  text-transform: uppercase;
}
.exhibit-detail-descipton .flex-pricing .pricing-tier a,
.detail-event__content .flex-pricing .pricing-tier a {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-align: center;
  position: relative;
  padding: 10px 30px;
  font-size: 0.9em;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
  margin: 6px auto 50px;
}
.exhibit-detail-descipton .flex-pricing .pricing-tier a .fa,
.detail-event__content .flex-pricing .pricing-tier a .fa {
  padding-right: 9px;
}
.exhibit-detail-descipton .flex-pricing .pricing-tier a:hover,
.detail-event__content .flex-pricing .pricing-tier a:hover,
.exhibit-detail-descipton .flex-pricing .pricing-tier a:focus,
.detail-event__content .flex-pricing .pricing-tier a:focus,
.exhibit-detail-descipton .flex-pricing .pricing-tier a:active,
.detail-event__content .flex-pricing .pricing-tier a:active {
  color: #ffffff;
}
.exhibit-detail-descipton .flex-pricing .pricing-tier:nth-child(1) h1,
.detail-event__content .flex-pricing .pricing-tier:nth-child(1) h1 {
  background: #ff7e2e;
}
.exhibit-detail-descipton .flex-pricing .pricing-tier:nth-child(1) a,
.detail-event__content .flex-pricing .pricing-tier:nth-child(1) a {
  background: rgba(255, 126, 46, 0.9);
}
.exhibit-detail-descipton .flex-pricing .pricing-tier:nth-child(1) a:hover,
.detail-event__content .flex-pricing .pricing-tier:nth-child(1) a:hover {
  background: #ff7e2e;
}
.exhibit-detail-descipton .flex-pricing .pricing-tier:nth-child(2) h1,
.detail-event__content .flex-pricing .pricing-tier:nth-child(2) h1 {
  background: #00464f;
}
.exhibit-detail-descipton .flex-pricing .pricing-tier:nth-child(2) a,
.detail-event__content .flex-pricing .pricing-tier:nth-child(2) a {
  background: rgba(0, 70, 79, 0.9);
}
.exhibit-detail-descipton .flex-pricing .pricing-tier:nth-child(2) a:hover,
.detail-event__content .flex-pricing .pricing-tier:nth-child(2) a:hover {
  background: #00464f;
}
.exhibit-detail-descipton .flex-pricing .pricing-tier:nth-child(3) h1,
.detail-event__content .flex-pricing .pricing-tier:nth-child(3) h1 {
  background: #7c960a;
}
.exhibit-detail-descipton .flex-pricing .pricing-tier:nth-child(3) a,
.detail-event__content .flex-pricing .pricing-tier:nth-child(3) a {
  background: rgba(121, 153, 0, 0.9);
}
.exhibit-detail-descipton .flex-pricing .pricing-tier:nth-child(3) a:hover,
.detail-event__content .flex-pricing .pricing-tier:nth-child(3) a:hover {
  background: #799900;
}
.military-discount,
.rain-checks,
.marine-block {
  background: #00464f;
  padding: 30px 80px;
  color: #f3ebe2;
  text-align: center;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  border-bottom: 7px solid #00464f;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.military-discount p,
.rain-checks p,
.marine-block p {
  color: #ffffff;
}
.military-discount h3,
.rain-checks h3,
.marine-block h3 {
  color: #f3ebe2;
}
.military-discount button,
.rain-checks button,
.marine-block button {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  background: #abd801;
  text-align: center;
  position: relative;
  padding: 10px 30px;
  font-size: 0.9em;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
  margin: 6px auto 10px;
}
.payment,
.grass-block {
  background: #799900;
  padding: 30px 80px;
  color: #f3ebe2;
  margin: 0 10px 30px 0;
  text-align: center;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  border-bottom: 7px solid #799900;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.payment h3,
.grass-block h3 {
  color: #f3ebe2;
}
.payment p,
.grass-block p {
  color: #ffffff;
}
.payment button,
.grass-block button {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  background: #00464f;
  text-align: center;
  position: relative;
  padding: 10px 30px;
  font-size: 0.9em;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
  margin: 6px auto 10px;
}
.group-rates,
.orange-block {
  background: #ff7e2e;
  padding: 30px 80px;
  color: #f3ebe2;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  border-bottom: 7px solid #ff7e2e;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.group-rates h3,
.orange-block h3 {
  color: #f3ebe2;
}
.group-rates p,
.orange-block p {
  color: #ffffff;
}
.group-rates p a,
.orange-block p a {
  color: #00464f;
}
.group-rates button,
.orange-block button {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  background: #00464f;
  text-align: center;
  position: relative;
  padding: 10px 30px;
  font-size: 0.9em;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
  margin: 6px auto 10px;
}
/* ======================
Staff listing
====================== */
.members ul {
  list-style: none;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px !important;
}
.members ul li {
  float: left;
  background: #00464f;
  padding: 20px;
  margin-left: 3%;
  color: #fff;
  text-align: center;
  width: 40%;
  font-size: 1em;
  margin-top: 20px;
  border-bottom: 2px solid #ff7e2e;
}
/* ==============================
Block and Tile Styled Lists
============================== */
.tile-list ul {
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px !important;
}
.tile-list ul li {
  background: #00464f;
  padding: 30px;
  margin: 0 10px 10px 0;
  width: 24%;
  height: 280px;
  text-align: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 7px solid #00464f;
  color: #ffffff;
}
.tile-list ul li span {
  color: #f3ebe2;
  font-size: 0.95em;
}
@media (max-width: 1200px) {
  .tile-list ul li {
    width: 30%;
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 768px) {
  .tile-list ul li {
    width: 45%;
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 600px) {
  .tile-list ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.tile-list ul li:hover {
  background: #002f36;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.25);
  border-bottom: 7px solid #abd801;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  transform: scale(1.06);
}
.tile-list ul li p {
  color: #f3ebe2;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.95em;
}
/* ==============================
Career Job Openings / Styled Lists
============================== */
.job-listings ul {
  list-style: none;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px !important;
  display: table;
  padding-bottom: 40px;
}
.job-listings ul li {
  float: left;
  background: #00464f;
  padding: 20px;
  margin-left: 3%;
  color: #fff;
  text-align: center;
  width: 40%;
  font-size: 1em;
  margin-top: 20px;
  border-bottom: 2px solid #ff7e2e;
}
/* SiteWrench Page Part Styling
============================*/
/* -- Blog Listing -- */
body.default #blog-249329 {
  padding: 10px;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
body.default .blog#blog-266156 {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
body.default .blog .blog-entry-details {
  width: 100%;
}
body.default .blog-entry {
  padding: 2% 2%;
  margin: 0 2% 2% 2% !important;
  width: 45%;
  display: inline-grid;
  background: rgba(243, 235, 226, 0.4);
  border-bottom: solid 4px #ff7e2e !important;
  text-align: center;
  min-height: 959px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
@media (max-width: 992px) {
  body.default .blog-entry {
    width: 46%;
  }
}
@media (max-width: 768px) {
  body.default .blog-entry {
    width: 100%;
    margin: 0 0 3% 0 !important;
  }
}
body.default .blog-entry:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid #abd801 !important;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
body.default .blog-entry h4.post-title {
  font-size: 1.85em;
  margin-bottom: 15px;
}
body.default .blog-entry h4.post-title a {
  color: #00464f;
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
}
body.default .blog-entry img {
  max-width: 300px;
  max-height: 300px;
  padding: 5%;
}
body.default .blog-entry h4.post-date {
  color: #ff7e2e;
  padding: 5% 0;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 600;
}
body.default .blog-entry .post-body {
  padding: 15px 10px;
  font-size: 1.15em;
}
body.default .blog-entry a.post-summary-read-more {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-align: center;
  position: relative;
  background: #97bf01;
  padding: 5px 10px;
  font-size: 0.75em;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 6px auto;
  display: block;
  max-width: 150px;
}
body.default .blog-entry a.post-summary-read-more:hover {
  background: #799900;
}
a.news-archive-entry-detail-viewarchive-link,
.news-archive-entry-detail-back-link,
.news-archive-entry-detail-next-link {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-align: center;
  position: relative;
  background: rgba(0, 70, 79, 0.9);
  padding: 10px 20px;
  font-size: 0.85em;
  font-weight: 600;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 6px auto;
}
a.news-archive-entry-detail-viewarchive-link :hover,
.news-archive-entry-detail-back-link :hover,
.news-archive-entry-detail-next-link :hover {
  background: #00464f;
}
/* -- News -- */
#ctl00_cphPageBody_public_partctrl_1_2_pnlListing {
  padding: 10px;
  max-width: 1100px;
  margin: 0 auto;
}
.news-archive-entry-container {
  padding: 2% 2%;
  margin-right: 4%;
  margin-bottom: 3%;
  width: 45%;
  float: left;
  min-height: 650px;
  max-height: 650px;
  overflow: hidden;
  background: rgba(243, 235, 226, 0.3);
  border-bottom: 4px solid #abd801;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
@media (max-width: 992px) {
  .news-archive-entry-container {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .news-archive-entry-container {
    width: 100%;
    margin: 0 0 3% 0 !important;
  }
}
.news-archive-entry-container:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid #00464f;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.news-archive-entry-container h2 {
  font-size: 1.25em;
  margin-bottom: 15px;
}
.news-archive-entry-container h2 a {
  color: #00464f;
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
}
.news-archive-entry-container img {
  max-width: 200px;
  max-height: 200px;
  padding: 5%;
  display: block;
  margin: 0 auto;
}
.news-archive-entry-container span {
  color: #799900;
  padding: 5% 0;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 600;
}
.news-archive-entry-container p {
  padding: 15px 0;
}
.news-archive-entry-container > a {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-align: center;
  position: relative;
  background: #cdc4ba;
  padding: 5px 20px;
  font-size: 0.9em;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 6px auto;
}
.news-archive-entry-container > a:hover {
  background: #ff7e2e;
}
a.news-archive-entry-detail-viewarchive-link,
.news-archive-entry-detail-back-link,
.news-archive-entry-detail-next-link {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-align: center;
  position: relative;
  background: rgba(0, 70, 79, 0.9);
  padding: 10px 20px;
  font-size: 0.85em;
  font-weight: 600;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 6px auto;
}
a.news-archive-entry-detail-viewarchive-link :hover,
.news-archive-entry-detail-back-link :hover,
.news-archive-entry-detail-next-link :hover {
  background: #00464f;
}
/* -- Forms -- */
.formmodule-form input,
.formmodule-form textarea {
  background: #eee;
  border: 1px solid #ddd;
  margin: 5px;
  padding: 8px;
  width: 300px;
}
@media screen and (max-width: 500px) {
  .formmodule-form input,
  .formmodule-form textarea {
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .formmodule-phone {
    width: 50px !important;
    display: inline-block;
  }
}
.formmodule-submit input {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  background: #00464f;
  border: 0;
  color: white;
  padding: 10px 30px;
  border-radius: 3px;
}
tbody {
  width: 100%;
  display: block;
}
.formmodule-row,
.formmodule-altrow {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.formmodule-column1 {
  width: 30% !important;
  display: inline-block;
  padding-right: 25px;
}
@media screen and (max-width: 500px) {
  .formmodule-column1 {
    width: 100% !important;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  select {
    width: 200px !important;
  }
}
.formmodule-column2 {
  width: 70% !important;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .formmodule-column2 {
    width: 100% !important;
    display: block;
  }
}
/* --- Calendar Events --- */
.calendar-controls {
  margin-bottom: 20px;
  text-align: center;
}
.calendar-controls .index-back,
.calendar-controls .index-forward,
.calendar-controls .index-today,
.calendar-controls .jumper-button {
  background: #00464f;
  border: 0;
  padding: 10px 20px;
  color: white;
}
.calendar-controls .index-back:hover,
.calendar-controls .index-forward:hover,
.calendar-controls .index-today:hover,
.calendar-controls .jumper-button:hover {
  background: #ff7e2e;
}
.event-module a.map-link {
  display: none;
}
ul.sw-events-detail-list li {
  background: #f3ebe2;
  padding: 20px 0 30px;
  list-style-type: none;
  float: left;
  text-align: center;
  width: 47.5%;
  padding: 3%;
  margin: 2.5% auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
@media (max-width: 768px) {
  ul.sw-events-detail-list li {
    width: 100%;
  }
}
ul.sw-events-detail-list li:nth-child(odd) {
  margin-right: 5%;
}
@media (max-width: 768px) {
  ul.sw-events-detail-list li:nth-child(odd) {
    margin-right: 0%;
  }
}
ul.sw-events-detail-list li:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
img.sw-events-detail-list-event-image {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding-bottom: 5%;
}
h2.sw-events-detail-list-event-subject a {
  color: #00464f;
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
}
div.sw-events-detail-list-event-date {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: #799900;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.sw-events-detail-list-event-time {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-size: 1.15em;
  font-weight: 700;
  color: #00464f;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.sw-events-detail-list-event-description {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  display: none;
}
a.sw-events-detail-more-link {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  display: block;
  text-align: center;
  position: relative;
  background: #ff7e2e;
  padding: 11px 30px;
  font-size: 0.85em;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  min-height: 42px;
  max-width: 200px;
  margin: 20px auto;
}
a.sw-events-detail-more-link:hover,
a.sw-events-detail-more-link:focus,
a.sw-events-detail-more-link:active {
  background: #00464f;
  color: #ffffff;
}
ul.sw-events-detail-timeframes {
  text-align: center;
}
ul.sw-events-detail-timeframes li {
  line-height: 40px;
}
ul.sw-events-detail-timeframes li a {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.85em;
  background: #00464f;
  color: #f3ebe2;
  margin: 0;
  padding: 6px 15px 4px;
  text-decoration: none;
  border-top: 2px solid transparent;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
ul.sw-events-detail-timeframes li a:hover {
  border-top: 2px solid #ff7e2e;
  background: #ede1d4;
  color: #00464f;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
ul.sw-events-detail-categories li a {
  /*background: none repeat scroll 0 0 #555555;
    color: #FFFFFF;
    margin: 0;
    padding: 6px 15px 4px;
    text-decoration: none;*/
  display: none;
}
p.event-detail-calendarlink a {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.65em;
  background: #00464f;
  color: #f3ebe2;
  margin: 0;
  padding: 6px 30px 4px;
  text-decoration: none;
  border-top: 2px solid transparent;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
p.event-detail-calendarlink a:hover {
  border-top: 2px solid #ff7e2e;
  background: #ede1d4;
  color: #00464f;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
section.hero-inner.map {
  background: #00464f;
}
section.hero-inner.map h2 {
  color: #abd801;
}
#googlemaps {
  height: 625px;
  opacity: 0.8;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  opacity: 0.25;
  display: block;
  -webkit-filter: grayscale(1);
}
/* ======================
Wildlife Exhibits
====================== */
.initial-view .col-md-3.col-sm-6,
#rowTemplate .col-md-3.col-sm-6 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
@media (max-width: 992px) {
  .initial-view .col-md-3.col-sm-6,
  #rowTemplate .col-md-3.col-sm-6 {
    float: left;
    width: 25%;
  }
}
@media (max-width: 600px) {
  .initial-view .col-md-3.col-sm-6,
  #rowTemplate .col-md-3.col-sm-6 {
    width: 50%;
  }
}
.initial-view .col-md-3.col-sm-6 img,
#rowTemplate .col-md-3.col-sm-6 img {
  padding: 0px;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.initial-view .col-md-3.col-sm-6:hover,
#rowTemplate .col-md-3.col-sm-6:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.initial-view .col-md-3.col-sm-6:hover img,
#rowTemplate .col-md-3.col-sm-6:hover img {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.initial-view .col-md-3.col-sm-6:hover .exhibit-detail,
#rowTemplate .col-md-3.col-sm-6:hover .exhibit-detail {
  display: block;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.initial-view .col-md-3.col-sm-6:hover span.exhibit-title,
#rowTemplate .col-md-3.col-sm-6:hover span.exhibit-title {
  text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.05);
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-align: center;
  background: rgba(171, 216, 1, 0.9);
  padding: 9px 12px;
  font-size: 0.85em;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 6px auto;
  width: 150px;
  content: "Explore Habitat";
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  display: block;
}
.initial-view .col-md-3.col-sm-6:hover span.exhibit-title:hover,
#rowTemplate .col-md-3.col-sm-6:hover span.exhibit-title:hover {
  background: #abd801;
}
@media (max-width: 992px) {
  .initial-view .col-md-3.col-sm-6:hover span.exhibit-title,
  #rowTemplate .col-md-3.col-sm-6:hover span.exhibit-title {
    font-size: 0.65em;
    width: 110px;
  }
}
@media (max-width: 600px) {
  .initial-view .col-md-3.col-sm-6:hover span.exhibit-title,
  #rowTemplate .col-md-3.col-sm-6:hover span.exhibit-title {
    font-size: 0.55em;
    width: 100px;
  }
}
.initial-view .col-md-3.col-sm-6 .exhibit-detail,
#rowTemplate .col-md-3.col-sm-6 .exhibit-detail {
  position: absolute;
  top: 0%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: none;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.initial-view .col-md-3.col-sm-6 .exhibit-detail span.exhibit-title,
#rowTemplate .col-md-3.col-sm-6 .exhibit-detail span.exhibit-title {
  display: block;
  text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.05);
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.initial-view .col-md-3.col-sm-6,
#rowTemplate .col-md-3.col-sm-6 {
  margin-bottom: 3%;
}
.initial-view .col-md-3.col-sm-6 a h3.exhibit-item-title,
#rowTemplate .col-md-3.col-sm-6 a h3.exhibit-item-title {
  position: absolute;
  top: 25%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  color: #fff;
  font-size: 1.8em;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  text-transform: none;
  line-height: 100%;
  display: none;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
@media (max-width: 992px) {
  .initial-view .col-md-3.col-sm-6 a h3.exhibit-item-title,
  #rowTemplate .col-md-3.col-sm-6 a h3.exhibit-item-title {
    font-size: 1em;
  }
}
@media (max-width: 600px) {
  .initial-view .col-md-3.col-sm-6 a h3.exhibit-item-title,
  #rowTemplate .col-md-3.col-sm-6 a h3.exhibit-item-title {
    font-size: 1.5em;
  }
}
.initial-view .col-md-3.col-sm-6:hover a h3.exhibit-item-title,
#rowTemplate .col-md-3.col-sm-6:hover a h3.exhibit-item-title {
  display: block;
  position: absolute;
  top: 23%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  font-size: 1.75em;
  text-transform: none;
  line-height: 100%;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
@media (max-width: 600px) {
  .initial-view .col-md-3.col-sm-6:hover a h3.exhibit-item-title,
  #rowTemplate .col-md-3.col-sm-6:hover a h3.exhibit-item-title {
    font-size: 1.5em;
  }
}
.row.exhibit-banner {
  width: 100%;
  overflow: hidden;
}
.exhibit-title-wrapper {
  position: relative;
  /* margin-left: auto; */
  /* margin-right: auto; */
  text-align: center;
}
h1.exhibit-detail-banner-title {
  color: #00464f;
  font-size: 2.6em;
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 600;
}
h1.exhibit-detail-banner-title:after {
  position: relative;
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  margin-top: 20px;
  background: #ff7e2e;
  margin-left: auto;
  margin-right: auto;
}
.exhibit-descipton {
  text-align: center;
}
.exhibit-detail-descipton {
  padding: 0% 5%;
  text-align: center;
}
img.exhibit-detail-banner.img-responsive {
  width: 100%;
}
.header-container a.exhibit-btn {
  text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.05);
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-align: center;
  background: rgba(0, 70, 79, 0.9);
  padding: 12px 18px;
  font-size: 0.85em;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 150px;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  display: block;
  float: left;
}
.header-container a.exhibit-btn:hover {
  background: #00464f;
}
a.exhibit-btn.exhibit-btn-next {
  float: right;
}
.header-container .row:first-of-type a.exhibit-btn {
  text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.05);
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-align: center;
  background: rgba(255, 126, 46, 0.9);
  padding: 12px 18px;
  font-size: 0.85em;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 30px auto;
  width: 150px;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  display: block;
  float: none;
}
.header-container .row:first-of-type a.exhibit-btn:hover {
  background: #ff7e2e;
}
/* Sticky Side Buttons
=============================*/
@media (max-width: 768px) {
  .cta-buttons {
    display: none;
  }
}
.cta-buttons a {
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-size: 0.8em;
  font-weight: 100;
  padding: 10px;
  background: rgba(255, 126, 46, 0.7);
  color: #ffffff;
  margin-bottom: 0px;
  text-transform: uppercase;
  right: -125px;
  position: relative;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.3s;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cta-buttons a:last-of-type {
  border-bottom: 0px;
}
.cta-buttons a i {
  padding-right: 18px;
  margin-left: 3px;
  font-size: 18px;
}
.cta-buttons a:hover {
  right: 0;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.3s;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #00464f;
  cursor: hand;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}
.cta-buttons .cta-buttons a.give {
  padding: 10px 14px;
}
.cta-buttons .cta-buttons a.give i {
  font-size: 24px;
  margin-left: 4px;
}
.cta-buttons {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cta-buttons > div {
  position: fixed;
  right: 0;
  margin-top: 13%;
  z-index: 999999;
  overflow: hidden;
  top: 0;
  -webkit-transform: translateZ(0);
}
body.home .cta-buttons > div {
  margin-top: 19%;
}
/* ====================== Arbitrary Breakpoints ====================== */
@media screen and (min-width: 768px) {
  #mainnav {
    margin-top: 25px;
  }
  #mainnav li#mn-home {
    display: none;
  }
  #mainnav li {
    position: relative;
    z-index: 1000;
    /*2nd Level ul*/
  }
  #mainnav li ul {
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: auto !important;
    z-index: 30;
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: #00343b;
    min-width: 220px;
    margin-top: 6px;
    /*2nd Level li*/
  }
  #mainnav li ul li {
    position: relative;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
  }
  #mainnav li ul li a {
    font-size: 14.5px;
    display: block;
    padding: 12px 0px;
    margin: 0px 15px;
    color: #ffffff;
    text-transform: none;
    font-weight: normal;
  }
  #mainnav li ul li:first-of-type a {
    border-top: none !important;
  }
  #mainnav > li:hover > ul,
  #mainnav > li > ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  /* shows dropdown on hover */
  #mainnav > li:hover > ul {
    display: block;
  }
  /* hides 3rd level dropdown */
  #mainnav > li > ul li:hover > ul {
    display: block !important;
  }
  /* change color of main nav item when its dropdown is visible */
}
/* Drop down bubble arrow */
header.header .navbar .navbar-nav li ul:after,
header .navbar .navbar-nav li ul:before {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
header.header .navbar .navbar-nav li ul:after {
  border-color: rgba(0, 70, 79, 0);
  border-bottom-color: #00343b;
  border-width: 9px;
  margin-left: 9px;
  transition: border 0.33s ease;
  -webkit-transition: border 0.33s ease;
  -moz-transition: border 0.33s ease;
  -o-transition: border 0.33s ease;
}
header.header .navbar .navbar-nav li ul li ul:after {
  border-color: rgba(0, 70, 79, 0);
  border-bottom-color: rgba(0, 70, 79, 0);
  border-width: 9px;
  margin-left: 9px;
  transition: border 0.33s ease;
  -webkit-transition: border 0.33s ease;
  -moz-transition: border 0.33s ease;
  -o-transition: border 0.33s ease;
}
@media (max-width: 992px) {
  header.header .navbar .navbar-nav li ul:after,
  header .navbar .navbar-nav li ul:before {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  header.header .navbar .navbar-nav li ul:after {
    border-color: rgba(0, 70, 79, 0);
    border-bottom-color: rgba(0, 70, 79, 0);
    border-width: 9px;
    margin-left: 9px;
    transition: border 0.33s ease;
    -webkit-transition: border 0.33s ease;
    -moz-transition: border 0.33s ease;
    -o-transition: border 0.33s ease;
  }
  header.header .navbar .navbar-nav li ul li ul:after {
    border-color: rgba(0, 70, 79, 0);
    border-bottom-color: rgba(0, 70, 79, 0);
    border-width: 9px;
    margin-left: 9px;
    transition: border 0.33s ease;
    -webkit-transition: border 0.33s ease;
    -moz-transition: border 0.33s ease;
    -o-transition: border 0.33s ease;
  }
}
.search-wrap {
  text-align: right;
  color: #ffffff;
  width: 250px;
  /* margin-right:2%; */
}
.search-wrap .searchPanel {
  position: relative;
  padding: 0px;
}
.search-wrap .searchPanel .form-group {
  margin-bottom: 0px;
}
.search-wrap .searchPanel .searchField {
  width: 200px;
  float: left;
  height: 100%;
  min-height: 30px;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-family: "proxima-nova-alt-ext-cond", sans-serif;
  font-weight: 400 !important;
  font-size: 0.9em;
  letter-spacing: 0.025em;
}
.search-wrap .searchPanel .searchButton {
  width: 40px;
  float: left;
  height: 100%;
  min-height: 30px;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-family: "proxima-nova-alt-ext-cond", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.025em;
}
.search-wrap .searchPanel .searchButton:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.searchField:focus {
  width: 70%;
  background-color: rgba(0, 0, 0, 0.4);
  outline: 0;
  background-color: rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(17, 178, 207, 0), 0 0 8px rgba(17, 178, 207, 0);
  box-shadow: inset 0 1px 1px rgba(17, 178, 207, 0), 0 0 8px rgba(17, 178, 207, 0);
}
/* SEARCH PANEL
============================*/
#search {
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  background-color: #ff7e2e;
  height: 125px;
  left: 0;
  margin-top: -200px;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 9997;
}
#search span {
  -moz-transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.95em;
  font-style: normal;
  font-weight: 600;
  left: 50% !important;
  position: absolute;
  text-transform: uppercase;
  top: 25% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -2;
}
@media (max-width: 992px) {
  #search span {
    font-size: 0.75em;
  }
}
#search input[type="search"] {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 0;
  color: #00464f;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  margin-top: -51px;
  margin: 0 auto;
  outline: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 100%;
}
#search input:focus {
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  background: #ffffff !important;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: #799900;
  -webkit-transition: all 0.5s ease-out;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  transition: all 0.5s ease-out;
}
#search input:hover {
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  background: #ffffff;
  color: #00464f;
  -webkit-transition: all 0.5s ease-out;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  transition: all 0.5s ease-out;
}
#search .btn-default {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5%;
  background: #00464f url(images/search.svg);
  border-color: #00464f;
  color: #ffffff;
  cursor: pointer;
  text-indent: 9999px;
}
#search .btn {
  -o-user-select: none;
  background-image: url(images/search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35%;
  border-radius: 0;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 6px 20px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 10%;
}
#search .btn:hover {
  background-color: #00464f;
  background-image: url(images/search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35%;
  border: 0 solid #952818;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  cursor: pointer;
}
#search .btn:focus {
  background-color: #00464f;
  background-image: url(images/search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35%;
  border: 0 solid #799900;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  cursor: pointer;
}
#search .close-search {
  -moz-transform: scale(0);
  -moz-transform: scale(1);
  -moz-transform: translateZ(0);
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -ms-transform: translateZ(0);
  -o-transform: scale(0);
  -o-transform: scale(1);
  -o-transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  background: #00464f url(images/search-close.svg) no-repeat center center;
  background-size: 80%;
  border-radius: 50%;
  height: 26px;
  margin-top: 13px;
  opacity: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: 2%;
  text-indent: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  visibility: hidden;
  visibility: visible;
  white-space: nowrap;
  width: 26px;
  z-index: 9999;
}
#search .close-search:hover {
  background-color: #000000;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#search .searchPanel {
  left: 25%;
  margin: 0 auto;
  position: absolute;
  top: 30%;
  width: 50%;
}
#search .form-control {
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #ffffff;
  background-image: none;
  border-radius: 0;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  color: #00464f;
  display: inline-block;
  float: left;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-size: 1em;
  height: 40px;
  line-height: 1.42857143;
  padding: 6px 12px;
  text-align: left;
  text-transform: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  width: 90%;
}
@media (max-width: 992px) {
  #search .form-control {
    width: 79%;
  }
}
#search.open {
  margin-top: 0;
  opacity: 1;
}
.searchPanel {
  padding-top: 2%;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.form-group {
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  #search .close-search {
    top: 20px;
  }
}
/* Large Screens */
/* Medium Screens */
@media screen and (min-width: 992px) {
  ul#mainnav li a.expand-btn {
    display: none !important;
  }
}
/* Ipad Portrait Specific (if needed) */
/* Small Screens */
@media screen and (max-width: 992px) {
  /*Mobile Nav Drop Downs */
  ul#mainnav {
    position: relative;
    width: 100%;
    z-index: 4000;
    left: 0;
    height: auto;
    margin: 0px;
    background: #00464f;
    -webkit-box-shadow: inset 0px 10px 15px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 10px 15px rgba(0, 0, 0, 0.3);
  }
  ul#mainnav ul#mainnav li a.expand-btn {
    display: block !important;
  }
  ul#mainnav li {
    position: relative;
    display: block;
    float: none;
    clear: both;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    background-image: none;
    min-height: 0;
  }
  ul#mainnav li#mn-search.sw-menucode-item {
    background: #abd801;
    text-align: center;
  }
  ul#mainnav li a {
    position: relative;
    display: block;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  ul#mainnav li ul {
    position: relative;
    display: none;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    background: #00343b;
  }
  ul#mainnav li ul li ul {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  ul#mainnav li ul li ul li a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  ul#mainnav li ul li a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  ul#mainnav.active {
    display: block;
  }
  ul#mainnav li a.expand-btn {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    right: 0;
    top: 0;
    background: url(/SiteFiles/2294/CSS/images/dropdown-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50%;
    padding: 16px;
    cursor: pointer;
  }
  ul#mainnav li:hover ul,
  ul#mainnav li:hover ul li ul {
    display: none;
  }
  ul#mainnav li ul.active {
    display: block;
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
  }
  ul#mainnav li ul li ul.active {
    display: block;
  }
  ul#mainnav li a.expand-btn.active {
    position: absolute;
    background: url(/SiteFiles/2294/CSS/images/dropdown-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50%;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
  }
  ul#mainnav > li > ul li {
    height: auto;
    width: 100%;
  }
  ul#mainnav > li > ul li a {
    padding: 5px 0;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent !important;
    margin-top: -1px;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
@media (max-width: 992px) {
  li#mainnav__item--i-classfa-fa-ticketi-tickets {
    display: none !important;
  }
}
/* XS Screens */
@media screen and (max-width: 600px) {
  .swRotator .scrollable {
    max-height: 500px;
  }
  #overlay {
    height: 500px;
  }
}
/* Juicer Social Media Feed
============================*/
.juicer-feed.slider .slick-prev:hover:before,
.juicer-feed.slider .slick-next:hover:before {
  color: #abd801 !important;
}
.juicer-feed.slider {
  padding-bottom: 5%;
}
.juicer-feed.slider .slick-prev,
.juicer-feed.slider .slick-next {
  background: rgba(0, 70, 79, 0.8) !important;
}
.juicer-feed a:hover {
  color: #abd801 !important;
}
.post-overlay.juicer-feed a.juicer-button:hover {
  background: #ff7e2e !important;
  color: #ffffff !important;
}
.post-overlay.juicer-feed a.juicer-button {
  border: 2px solid #ff7e2e !important;
  color: #ff7e2e !important;
}
.juicer-feed.image-grid .j-text .j-message a,
.juicer-feed.slider .j-text .j-message a,
.juicer-feed.hip .j-text .j-message a {
  color: #ff7e2e;
}
.juicer-feed.image-grid .j-text,
.juicer-feed.slider .j-text,
.juicer-feed.hip .j-text {
  color: #fff !important;
  background: rgba(0, 70, 79, 0.8) !important;
}
/* Animation delays
============================*/
.delay {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}
.delay-2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.delay-3 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.delay-4 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.delay-5 {
  animation-delay: 1.75s;
  -webkit-animation-delay: 1.75s;
}
.delay-6 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.formmodule#customform_287964 .formmodule-form .formmodule-table tbody tr td {
  width: 300px !important;
}
.formmodule#customform_287964 .formmodule-form .formmodule-table tbody tr td input {
  width: 100%;
}
.page-alert-message {
  background-color: #fff;
  border: 10px solid #4d4d4d;
  border-radius: 10px;
  color: #00464f;
  left: 50%;
  position: fixed;
  text-align: left;
  top: 50%;
  z-index: 1001;
  font-size: 1.2em;
  padding: 20px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 300;
  line-height: 150%;
  font-style: normal;
  translate: -50% -50%;
  margin: 0;
  width: 90%;
  overflow-y: scroll;
  max-height: 100vh;
}
@media (min-width: 767px) {
  .page-alert-message {
    width: 60%;
  }
}
.page-alert-message input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  background: rgba(171, 216, 1, 0.8);
  color: white;
  border: none;
  padding: 11px 50px;
  margin: 0 auto;
  border-radius: 3px;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
}
.page-alert-message input[type="submit"]:hover {
  background: #abd801;
}
body.home-test .first-event-tile {
  padding: 1% 1%;
}
body.home-test .first-event-tile div.swRotator {
  min-height: 0;
}
@media (max-width: 991px) {
  body.home-test .first-event-tile div.swRotator .scrollable {
    width: 451px !important;
    margin: 0 auto !important;
  }
}
body.home-test .first-event-tile div.swRotator .scrollable .items .item img {
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 500px) {
  body.home-test .first-event-tile div.swRotator .scrollable .items .item img {
    width: 75%;
    transform: translate(0%, 15%);
  }
}
.home-rotator {
  min-height: 0 !important;
}
.home-rotator .scrollable {
  height: 453px !important;
  width: 570px !important;
}
.home-rotator .scrollable .items .item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .home-rotator .scrollable {
    width: 470px !important;
  }
  .home-rotator .scrollable .items .item {
    width: 470px !important;
  }
  .home-rotator .scrollable .items .item img {
    max-width: 100%;
  }
}
@media (max-width: 990px) {
  .home-rotator .scrollable {
    width: 100% !important;
  }
  .home-rotator .scrollable .items .item {
    width: calc(100vw - 30px) !important;
  }
  .home-rotator .scrollable .items .item img {
    max-width: 100%;
  }
}
body.home {
  overflow-x: hidden;
}
@media (max-width: 991px) {
  body.home .first-event-tile {
    background: #fdfcfa;
  }
}
.templatecontent video {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.hero-inner {
  position: relative;
  overflow: hidden;
}
.hero-inner .vimeo-video,
.hero-inner .local-video {
  position: absolute;
  top: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-size: cover;
  max-height: calc(100vw / 1.7777);
  aspect-ratio: 16/9;
  left: 0;
}
body.new-news .hero-inner .wrapper {
  position: absolute;
  width: 100%;
  padding: 60px 80px;
}
@media (max-width: 600px) {
  body.new-news .hero-inner .wrapper {
    top: 10%;
  }
}
body.new-news .hero-inner .wrapper h1 {
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-size: 3em;
  text-align: center;
}
body.new-news section.main {
  background: #f8f8f7;
}
body.new-news .inner-content {
  background: white;
  padding: 4% 5%;
  margin-top: -100px;
}
body.new-news .inner-content #breadcrumb {
  background: transparent;
  margin-top: -20px;
  padding-bottom: 30px;
}
body.new-news .inner-content .news-archive-container .news-archive-entry-container {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  border-bottom: none;
  padding: 20px 0px;
  width: 100%;
  float: none;
  min-height: 0;
  max-height: unset;
  background: transparent;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #eee;
}
body.new-news .inner-content .news-archive-container .news-archive-entry-container:hover {
  box-shadow: none;
}
body.new-news .inner-content .news-archive-container .news-archive-entry-container .news-archive-entry-date {
  order: 2;
  color: #91867e;
  font-size: 0.7em;
  letter-spacing: 0.07em;
  margin: 8px 0 5px 0;
  padding: 0;
}
body.new-news .inner-content .news-archive-container .news-archive-entry-container h2 {
  order: 1;
  margin-top: 5px;
  margin-bottom: 5px;
}
body.new-news .inner-content .news-archive-container .news-archive-entry-container h2 a {
  color: #799900;
  font-size: 1.2em;
  line-height: 1.2em;
}
body.new-news .inner-content .news-archive-container .news-archive-entry-container p {
  order: 3;
  display: inline;
  padding: 5px 0 10px 0;
  font-size: 1em;
  line-height: 1.2em;
}
body.new-news .inner-content .news-archive-container .news-archive-entry-container p a {
  color: #799900;
  padding-left: 5px;
}
body.new-news .inner-content .news-archive-container .news-archive-entry-container p a:before {
  content: "...";
}
body.new-news .inner-content .news-archive-container .news-archive-entry-container img {
  display: none;
}
body.new-news .sidebar-item.sub-nav li {
  padding: 10px;
}
body.new-news .sidebar-item.sub-nav li:before {
  display: none;
}
body.new-news .sidebar-item.sub-nav li:hover a {
  -moz-transition: margin 0.33s ease;
  -o-transition: margin 0.33s ease;
  -webkit-transition: margin 0.33s ease;
  color: #ff7e2e !important;
  margin-left: 10px;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
body.new-news .sidebar-item.sub-nav li a {
  -moz-transition: margin 0.33s ease;
  -o-transition: margin 0.33s ease;
  -webkit-transition: margin 0.33s ease;
  color: #fff;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.85em;
  margin-left: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.sidebar-item.sub-nav {
  max-width: 100%;
}
.sidebar-item.sub-nav p {
  margin-left: 30px;
  margin-right: 30px;
  color: white;
  font-size: 1em;
}
.sidebar-item.sub-nav p img {
  max-width: 100%;
}
#hours {
  font-weight: bold;
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  font-size: 1.2em;
}
#hours span {
  display: none;
}
#hours p {
  margin: 0;
}
.sw-accordion h3.tabbedcontent-header {
  position: relative;
  cursor: pointer;
  background-color: #fcfaf8;
  padding: 20px;
  padding-right: 40px;
  margin: 0;
  margin-bottom: 10px;
  transition: all 0.125s ease-in-out;
  outline: none;
}
.sw-accordion h3.tabbedcontent-header:after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  transform: rotate(0deg);
  font-family: fontawesome;
  font-size: 19px;
  transition: all 0.33s ease;
}
.sw-accordion h3.tabbedcontent-header.ui-state-active:after {
  transform: rotate(180deg);
}
.blue-btn {
  background-color: #20575e;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-align: center;
  position: relative;
  padding: 10px 30px;
  font-size: 0.9em;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
  margin: 6px auto 50px;
  display: inline-block;
}
.blue-btn a {
  color: white !important;
}
.blue-btn:hover {
  background: #00464f;
}
.photo-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.photo-list li {
  transform: scale(1);
  transition: all 0.33s ease;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0);
}
.photo-list li:hover {
  transform: scale(1.1);
  z-index: 2;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
/* Tickets visible */
.tickets-wrap {
  display: none;
}
@media (min-width: 430px) and (max-width: 992px) {
  header .tickets-wrap {
    display: block;
  }
  header .navbar .navbar-wrap .tickets-wrap li#mainnav__item--i-classfa-fa-ticketi-tickets {
    display: block !important;
    position: absolute;
    top: 29px;
    right: 105px;
  }
}
@media (max-width: 992px) {
  header .navbar .navbar-wrap #mainnav__item--i-classfa-fa-ticketi-tickets a {
    display: block;
  }
}
#nav-toggle-button.active .navbar-toggle {
  margin-top: 31px;
}
@media screen and (max-width: 430px) {
  ul#mainnav li#mainnav__item--i-classfa-fa-ticketi-tickets {
    display: block !important;
    width: 90%;
    margin: 0 auto 15px auto;
    margin-top: 20px;
  }
}
body.exhibits img:not([src*="repeat.svg"]) {
  width: 100%;
  max-width: 100%;
}
body.full-width .inner-content {
  width: 100%;
}
/* Collections - Events replacement */
.event-list {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  flex-wrap: wrap;
}
.event-list__item {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .event-list__item {
    flex: calc(50% - 2em);
  }
}
.event-list__item > a {
  position: relative;
}
.event-list__item > a .event-list__item--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.33s ease;
  align-items: center;
}
.event-list__item > a .event-list__item--overlay > h3 {
  font-size: 1.8em;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.event-list__item > a .event-list__item--overlay button {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  background: #799900;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.event-list__item > a:hover .event-list__item--overlay {
  opacity: 1;
}
.detail-event .detail-event__banner {
  width: 100%;
  max-width: 100%;
}
.detail-event .detail-event__title {
  text-align: center;
}
.detail-event .detail-event__title::after {
  text-align: center;
  position: relative;
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  margin-top: 20px;
  background: #ff7e2e;
  margin-left: auto;
  margin-right: auto;
}
.detail-event .detail-event__content img {
  width: auto !important;
}
/* Accordion */
.accordion__item {
  border-top: 0.1rem solid var(--color-neutral);
  position: relative;
  margin-bottom: 10px;
}
.accordion__item:last-child {
  border-bottom: 0.1rem solid var(--color-neutral);
}
.accordion__title {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  font-weight: normal;
  justify-content: space-between;
  line-height: 1.4;
  padding: 2rem 1rem;
  color: #799900;
  background-color: #fcfaf8;
}
.accordion__title--active .accordion__icon {
  transform: rotate(180deg);
}
.accordion__icon {
  align-items: center;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  min-width: 2rem;
  position: relative;
  transition: transform 0.33s ease;
}
.accordion__icon i {
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 19px;
}
.accordion__panel {
  height: 0;
  overflow: hidden;
  transition: height 0.33s ease;
}
.accordion__panel-inner {
  padding: 2rem 1rem;
}
.plant-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 3rem;
}
.plant-list__item .thumb {
  aspect-ratio: 1/1;
  margin-bottom: 1rem;
}
.plant-list__item .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.plant-list__item .title {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.plant-detail {
  padding: 3rem;
}
.plant-detail .back {
  margin-bottom: 40px;
}
.upcoming-events {
  width: 100%;
}
.upcoming-events__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  max-width: 100%;
  grid-gap: 1rem;
}
.upcoming-events__list--item {
  aspect-ratio: 16/9;
  position: relative;
}
.upcoming-events__list--item .CalendarListEvent__header_date {
  align-items: center;
  background-color: #00b1ff;
  color: #ffffff;
  flex-direction: column;
  font-weight: 500;
  height: 44px;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 44px;
}
.upcoming-events__list--item .CalendarListEvent__header_date .CalendarListEvent__header_date-date {
  font-size: 20px;
  line-height: 29px;
}
.upcoming-events__list--item .CalendarListEvent__header_date .CalendarListEvent__header_date-month {
  font-size: 10px;
  margin-top: -4px;
}
.upcoming-events__list--item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upcoming-events__cta {
  text-align: center;
  margin-top: 2em;
}
.upcoming-events__cta .button {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-align: center;
  position: relative;
  background: rgba(171, 216, 1, 0.8);
  padding: 11px 50px;
  font-size: 0.85em;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  min-height: 42px;
  max-width: 300px;
  margin: 0 auto;
}
.upcoming-events__cta .button:hover {
  background: #abd801;
  color: #ffffff;
}
/* Calendar */
.CalendarListEvent__header {
  background: #fff !important;
}
.CalendarListEvent__header .EventCoverImage {
  aspect-ratio: 16/9;
}
.tabbed-content__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .tabbed-content__tabs {
    flex-direction: row;
  }
}
.tabbed-content__tab,
.tabbed-content__btn {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 0.9em;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
  padding: 12px 30px;
}
.tabbed-content__tab.tabbed-content__tab,
.tabbed-content__btn.tabbed-content__tab {
  font-weight: bold;
  color: #00464f;
  border-bottom: 2px solid #00464f;
  transition: transform 0.3s ease;
}
.tabbed-content__tab.tabbed-content__tab.active,
.tabbed-content__btn.tabbed-content__tab.active {
  background: #00464f;
  color: white;
  border: none;
}
.tabbed-content__tab.tabbed-content__tab:hover,
.tabbed-content__btn.tabbed-content__tab:hover {
  transform: scale(1.03);
}
.tabbed-content__tab.tabbed-content__btn,
.tabbed-content__btn.tabbed-content__btn {
  color: #ffffff !important;
  margin: 0 auto;
}
.tabbed-content__container {
  margin-top: 2rem;
}
.tabbed-content__section.active {
  display: flex;
}
.tabbed-content__section--cards,
.tabbed-content__section--accordions {
  display: none;
  justify-content: center;
}
.tabbed-content__section--cards {
  flex-wrap: wrap;
  gap: 2rem;
}
.tabbed-content__section--accordions {
  flex-direction: column;
}
.tabbed-content__header {
  width: 100% !important;
  text-align: center;
}
.tabbed-content__header h2 {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.75em;
  font-size: 2.5em;
}
.tabbed-content__item--cards {
  width: 100%;
  background: rgba(243, 235, 226, 0.6);
  border: 1px solid rgba(243, 235, 226, 0.8);
  transition: transform 0.33s ease;
  min-height: 410px;
  padding: 0 0 20px !important;
  text-align: center;
}
@media (min-width: 767px) {
  .tabbed-content__item--cards {
    width: 50%;
  }
}
@media (min-width: 1080px) {
  .tabbed-content__item--cards {
    width: 30%;
  }
}
.tabbed-content__item--cards:hover {
  transform: scale(1.05);
}
.tabbed-content__item--cards h3 {
  margin-top: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-size: 0.85em;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #ffffff;
  padding: 20px 0;
  text-transform: uppercase;
}
.tabbed-content__item--cards:nth-child(3n + 1) h3,
.tabbed-content__item--cards:nth-child(3n + 1) .tabbed-content__btn {
  background: #ff7e2e;
}
.tabbed-content__item--cards:nth-child(3n + 2) h3,
.tabbed-content__item--cards:nth-child(3n + 2) .tabbed-content__btn {
  background: #00464f;
}
.tabbed-content__item--cards:nth-child(3n + 3) h3,
.tabbed-content__item--cards:nth-child(3n + 3) .tabbed-content__btn {
  background: #7c960a;
}
.tabbed-content__item--cards .tabbed-content__content {
  padding: 10px 20px;
}
.tabbed-content__item--accordions h3 {
  position: relative;
  cursor: pointer;
  background-color: #fcfaf8;
  padding: 20px 40px 20px 20px;
  margin: 0 0 10px;
  transition: all 0.125s ease-in-out;
  outline: none;
}
.tabbed-content__item--accordions h3:after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  transform: rotate(0deg);
  font-family: fontawesome;
  font-size: 19px;
  transition: all 0.33s ease;
}
.tabbed-content__item--accordions h3.active:after {
  transform: rotate(180deg);
}
.tabbed-content__item--accordions .tabbed-content__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.tabbed-content__item--accordions .tabbed-content__content.active {
  max-height: 1000px;
  /* Adjust as needed or go full auto with scrollHeight logic */
  opacity: 1;
}
