@import url("../../global/CSS/global.css");
/* Flex Nav */
nav.flex-nav {
  display: block;
  position: absolute;
  left: 140px;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 1150px) {
  nav.flex-nav {
    display: none;
  }
}
nav.flex-nav ul#mainnav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* Options: */
  /*justify-content: flex-start;*/
  /*justify-content: flex-end;*/
  /*justify-content: space-between;*/
  /*justify-content: space-around;*/
}
nav.flex-nav ul#mainnav > li {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  /* 2nd Level ul */
}
nav.flex-nav ul#mainnav > li:nth-child(2):hover > a {
  color: #00b0e5 !important;
}
nav.flex-nav ul#mainnav > li:nth-child(2) > a.current {
  color: #004e66;
}
nav.flex-nav ul#mainnav > li:nth-child(3):hover > a {
  color: #f15d22;
}
nav.flex-nav ul#mainnav > li:nth-child(3) > a.current {
  color: #f15d22;
}
nav.flex-nav ul#mainnav > li:nth-child(4):hover > a {
  color: #ba2650;
}
nav.flex-nav ul#mainnav > li:nth-child(4) > a.current {
  color: #ba2650;
}
nav.flex-nav ul#mainnav > li:nth-child(5):hover > a {
  color: #9ed800;
}
nav.flex-nav ul#mainnav > li:nth-child(5) > a.current {
  color: #9ed800;
}
nav.flex-nav ul#mainnav > li:nth-child(6):hover > a {
  color: #6a6d70;
}
nav.flex-nav ul#mainnav > li:nth-child(6) > a.current {
  color: #6a6d70;
}
nav.flex-nav ul#mainnav > li:nth-child(7+n):hover > a {
  color: #6a6d70;
}
nav.flex-nav ul#mainnav > li:nth-child(7+n) > a.current {
  color: #6a6d70;
}
nav.flex-nav ul#mainnav > li:nth-child(2) ul {
  background: rgba(0, 176, 229, 0.85);
}
nav.flex-nav ul#mainnav > li:nth-child(2) ul ul {
  background: rgba(0, 176, 229, 0.97);
}
nav.flex-nav ul#mainnav > li:nth-child(3) ul {
  background: rgba(241, 93, 34, 0.85);
}
nav.flex-nav ul#mainnav > li:nth-child(3) ul ul {
  background: rgba(241, 93, 34, 0.97);
}
nav.flex-nav ul#mainnav > li:nth-child(4) ul {
  background: rgba(186, 38, 80, 0.85);
}
nav.flex-nav ul#mainnav > li:nth-child(4) ul ul {
  background: rgba(186, 38, 80, 0.97);
}
nav.flex-nav ul#mainnav > li:nth-child(5) ul {
  background: rgba(137, 187, 1, 0.85);
}
nav.flex-nav ul#mainnav > li:nth-child(5) ul ul {
  background: rgba(137, 187, 1, 0.97);
}
nav.flex-nav ul#mainnav > li:nth-child(6) ul {
  background: rgba(106, 109, 112, 0.85);
}
nav.flex-nav ul#mainnav > li:nth-child(6) ul ul {
  background: rgba(106, 109, 112, 0.97);
}
nav.flex-nav ul#mainnav > li:nth-child(7+n) ul {
  background: rgba(106, 109, 112, 0.85);
}
nav.flex-nav ul#mainnav > li:nth-child(7+n) ul ul {
  background: rgba(106, 109, 112, 0.97);
}
nav.flex-nav ul#mainnav > li a {
  padding: 2.3em 1em 2.55em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85em;
  color: #8a959e;
}
@media (max-width: 1300px) {
  nav.flex-nav ul#mainnav > li a {
    font-size: 0.75em;
  }
}
nav.flex-nav ul#mainnav > li ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  list-style: none;
  z-index: 2000;
  display: none;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 0.85em;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  /* 2nd level li */
}
nav.flex-nav ul#mainnav > li ul > li {
  position: relative;
  display: block;
  white-space: nowrap;
  z-index: 999;
  border-bottom: 0px !important;
  /* 3rd level ul */
}
nav.flex-nav ul#mainnav > li ul > li a {
  display: block;
  background: transparent;
  padding: 10px 12px;
  width: 100%;
  color: #eee !important;
  font-family: "proxima-nova", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 400;
  font-size: 0.85em;
  border-bottom: 0px !important;
}
@media (max-width: 1300px) {
  nav.flex-nav ul#mainnav > li ul > li a {
    font-size: 0.75em;
  }
}
nav.flex-nav ul#mainnav > li ul > li a.hasChild:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  left: 5%;
  top: 30%;
  transform: rotateY(180deg);
}
nav.flex-nav ul#mainnav > li ul > li a:hover {
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.05);
}
nav.flex-nav ul#mainnav > li ul > li a.current {
  color: #eee !important;
}
nav.flex-nav ul#mainnav > li ul > li ul {
  left: 100%;
  top: 0;
  /* 3rd level li */
}
nav.flex-nav ul#mainnav > li ul > li ul li {
  position: relative;
  display: block;
  white-space: nowrap;
  z-index: 999;
  border-bottom: 0px !important;
}
nav.flex-nav ul#mainnav > li ul > li ul li a {
  display: block;
  background: transparent;
  padding: 10px 12px;
  width: 100%;
  color: #eee !important;
  font-family: "proxima-nova", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 400;
  border-bottom: 0px !important;
}
nav.flex-nav ul#mainnav > li ul > li ul li a:hover {
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.05);
}
nav.flex-nav ul#mainnav a {
  text-decoration: none;
}
nav.flex-nav ul#mainnav > li > ul.hasMega {
  display: none!important;
}
nav.flex-nav ul#mainnav > li:hover > ul,
nav.flex-nav ul#mainnav > li > ul > li:hover > ul,
nav.flex-nav ul#mainnav > li > ul > li > ul > li:hover ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header ul#mainnav li ul .hasChild:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  right: 5%;
  top: 30%;
}
/* Utility Nav */
#utility-nav {
  display: block;
  position: absolute;
  right: 20px;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 1150px) {
  #utility-nav {
    display: none;
  }
}
#utility-nav ul#childpagenav-144023 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* Options: */
  /*justify-content: flex-start;*/
  /*justify-content: flex-end;*/
  /*justify-content: space-between;*/
  /*justify-content: space-around;*/
}
#utility-nav ul#childpagenav-144023 li {
  position: relative;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  /* Options: */
  /*flex: 1 1 auto;*/
  /* 2nd Level ul */
}
#utility-nav ul#childpagenav-144023 li a {
  padding: 2.3em 1em 1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85em;
  color: #aaadaf;
}
@media (max-width: 1300px) {
  #utility-nav ul#childpagenav-144023 li a {
    font-size: 0.75em;
    letter-spacing: 0px;
  }
}
#utility-nav ul#childpagenav-144023 li a:hover {
  color: #ab207a;
}
#utility-nav ul#childpagenav-144023 li > a.current {
  border-bottom: solid 0px transparent;
}
#utility-nav ul#childpagenav-144023 li ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  list-style: none;
  z-index: 2000;
  display: none;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* 2nd level li */
}
#utility-nav ul#childpagenav-144023 li ul > li {
  position: relative;
  display: block;
  white-space: nowrap;
  z-index: 999;
  /* 3rd level ul */
}
#utility-nav ul#childpagenav-144023 li ul > li a {
  display: block;
  background: transparent;
  padding: 10px 12px;
  width: 100%;
  color: #ffffff !important;
  font-family: "proxima-nova", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 400;
}
#utility-nav ul#childpagenav-144023 li ul > li ul {
  left: 100%;
  top: 0;
  /* 3rd level li */
}
#utility-nav ul#childpagenav-144023 a {
  text-decoration: none;
}
/* Tablet Nav */
#tablet-nav {
  display: none;
  position: absolute;
  right: 20px;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 500px) and (max-width: 1150px) {
  #tablet-nav {
    display: flex;
  }
}
#tablet-nav ul#childpagenav-146572 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 40px;
  /* Options: */
  /*justify-content: flex-start;*/
  /*justify-content: flex-end;*/
  /*justify-content: space-between;*/
  /*justify-content: space-around;*/
}
@media (max-width: 768px) {
  #tablet-nav ul#childpagenav-146572 {
    margin-top: -10px;
  }
}
#tablet-nav ul#childpagenav-146572 li {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  /* Options: */
  /*flex: 1 1 auto;*/
  /* 2nd Level ul */
}
#tablet-nav ul#childpagenav-146572 li a {
  padding: 2.3em 1em 1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #8a959e;
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
#tablet-nav ul#childpagenav-146572 li a:hover {
  color: #ab207a;
}
#tablet-nav ul#childpagenav-146572 li > a.current {
  border-bottom: solid 3px #ab1d41;
}
#tablet-nav ul#childpagenav-146572 li ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  list-style: none;
  z-index: 2000;
  display: none;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* 2nd level li */
}
#tablet-nav ul#childpagenav-146572 li ul > li {
  position: relative;
  display: block;
  white-space: nowrap;
  z-index: 999;
  /* 3rd level ul */
}
#tablet-nav ul#childpagenav-146572 li ul > li a {
  display: block;
  background: transparent;
  padding: 10px 12px;
  width: 100%;
  color: #ffffff !important;
  font-family: "proxima-nova", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 400;
}
#tablet-nav ul#childpagenav-146572 li ul > li ul {
  left: 100%;
  top: 0;
  /* 3rd level li */
}
#tablet-nav ul#childpagenav-146572 a {
  text-decoration: none;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
  - Site: ShelbyFarmsPark.org
  - Version:  2
  - Year: 2016
  - Agency:   Speak Creative
  - Designer: Michael Moran
*/
/* ====================== Colors ====================== */
/* ====================== Base Styles ====================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #6a6d70;
}
body.locked {
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
bold,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/* Change color & bg color of selected live text */
*::-moz-selection {
  background-color: #00b0e5;
  color: #ffffff;
}
*::selection {
  background-color: #00b0e5;
  color: #ffffff;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* 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;
}
a,
a:visited,
a:hover,
a:focus,
input,
input:hover {
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  text-decoration: none;
}
a {
  color: #ab207a;
}
/* ====================== Mixins ====================== */
.transition-cubic {
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.transition-fast {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.transition {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.transition-slow {
  -webkit-transition: all 1s ease;
  transition: all 1s 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%);
  width: 100%;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexbox-container {
  display: -ms-flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-margin {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-margin-inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 5%;
}
.flexbox-space {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
}
.flexbox-item {
  -webkit-order: 0;
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.flexbox-25 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media (max-width: 768px) {
  .flexbox-25 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .flexbox-25 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flexbox-33 {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
}
.flexbox-50 {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .flexbox-50 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.flexbox-66 {
  width: 66.667%;
  padding: 20px;
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
@media (max-width: 768px) {
  .flexbox-66 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flexbox-100 {
  width: 100%;
  padding: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.stamp:before {
  content: "";
  top: 15px;
  right: 15px;
  position: absolute;
  background: url(images/stamp.svg) no-repeat;
  display: block;
  padding: 5px;
  height: 50px;
  width: 50px;
  background-size: 100%;
}
/* BG Images
====================== */
.bg-image,
.heart-hero,
.inner-hero {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}
/* ====================== Typography ====================== */
.default-main .templatecontent {
  line-height: 1.75rem;
  font-size: 0.9rem;
}
h1 {
  color: #00b0e5;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  -webkit-margin-before: 0.13em;
  -webkit-margin-after: 0.6em;
  font-size: 1.8rem;
  text-transform: uppercase;
}
h2,
.h2 {
  color: #6a6d70;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  -webkit-margin-after: 0.3em;
}
h3 {
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #00b0e5;
  font-size: 1.25rem;
  -webkit-margin-after: 0.2em;
}
h5 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 1em;
  -webkit-margin-before: 20px;
  -webkit-margin-after: 0em;
}
h6 {
  -webkit-margin-before: 2.33em;
  -webkit-margin-after: 0rem;
  font-family: "proxima-nova", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 400;
  font-size: 0.85rem;
}
p {
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75rem;
  font-size: 0.9rem;
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/* ====================== Buttons! ====================== */
a.hero-btn {
  /*background: rgba(255,255,255,0.18);*/
  position: relative;
  background: rgba(241, 93, 34, 0.75);
  display: block;
  color: #ffffff !important;
  font-size: 14px;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  border-radius: 26px;
  text-decoration: none;
  margin: 27px 10px 0 20px;
  z-index: 0;
  padding: 1em 2.5em !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.72rem !important;
  line-height: 1.33;
  letter-spacing: 3px;
  overflow: hidden;
  transition: 1s all ease;
}
a.hero-btn::before {
  background: #00b0e5;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.66s ease;
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(-10deg);
}
a.hero-btn:hover::before {
  height: 380% !important;
}
.empty-pill-button {
  background: transparent;
  color: #00b0e5 !important;
  margin: 0 auto;
  line-height: 1.33;
  border-radius: 26px;
  border: 1px solid #00b0e5;
  padding: 1.25em 2.5em !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  letter-spacing: 3px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.empty-pill-button:hover {
  background: #00b0e5;
  -webkit-box-shadow: 0 2px 20px rgba(0, 176, 229, 0.5);
  box-shadow: 0 2px 20px rgba(0, 176, 229, 0.5);
  color: #ffffff !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pill-button {
  position: relative;
  display: block;
  color: black !important;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  border-radius: 26px;
  text-decoration: none;
  margin: 30px 0;
  z-index: 0;
  border: 2px solid #00b0e5;
  padding: 1.25em 2.5em !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  letter-spacing: 3px;
  overflow: hidden;
  transition: 1s all ease;
}
.pill-button::before {
  background: #00b0e5;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.66s ease;
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(-10deg);
}
.pill-button:hover::before {
  height: 380% !important;
}
@media (max-width: 1150px) {
  .pill-button span {
    display: none;
  }
}
.pill-button-white {
  background: #ffffff;
  color: #00b0e5 !important;
  margin: 0 auto;
  line-height: 1.33;
  border-radius: 26px;
  border: 1px solid #ffffff;
  padding: 1.25em 2.5em !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  letter-spacing: 3px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pill-button-white:hover {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 20px rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 20px rgba(255, 255, 255, 0.5);
  color: #00b0e5 !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1150px) {
  .pill-button-white span {
    display: none;
  }
}
a.text-button {
  color: #ab207a;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.85em;
  margin-top: 50px;
  display: block;
}
/* Remove excess margin / padding */
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
/* ======================
Weather Widget
====================== */
.weather-widget {
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 10;
  width: 170px;
  color: #fff;
}
@media (max-width: 992px) {
  .weather-widget {
    right: -50px;
  }
  .weather-widget canvas {
    width: 50px;
    height: 50px;
  }
  .weather-widget .wlww-shelby .info {
    left: 62px;
  }
}
@media (max-width: 600px) {
  .weather-widget {
    top: 80px;
  }
}
.weather-widget p {
  text-align: center;
  border-top: 1px solid #fff;
  width: 159px;
  margin-left: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 8px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* ======================
Scroll Down Indicator
====================== */
.scroll-down {
  position: absolute;
  bottom: 50px;
  left: 47%;
  padding: 20px 35px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 600px) {
  .scroll-down {
    left: 40%;
    bottom: 100px;
  }
}
.scroll-down-fade {
  opacity: 0 !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.scroll-down span {
  display: block;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin: 0 0 3px 0px;
}
.unu {
  margin-top: 6px;
}
.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}
.unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
}
.doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
}
.trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
}
.mouse {
  height: 31px;
  width: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-left: -2px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid white;
  background: #ffffff;
  top: 170px;
}
.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 2px auto;
  background: transparent;
  position: relative;
}
.wheel {
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* ====================== Header ====================== */
header {
  position: fixed;
  min-height: 85px;
  top: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  background: #ffffff;
  width: 100%;
  z-index: 2000;
  /*	-webkit-box-shadow: 0 7px 8px rgba(0,0,0,0.05);
	box-shadow: 0 7px 8px rgba(0,0,0,0.05);*/
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
  right: 0px \9;
  /* ie9 support */
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 768px) {
  header {
    min-height: 60px;
  }
}
header.active {
  -webkit-transform: translatex(-260px);
  -ms-transform: translatex(-260px) translatez(0);
  -ms-transform: translate3d(-260px, 0, 0);
  transform: translatex(-260px) translatez(0);
  -webkit-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
  right: 260px \9;
  /* ie9 support */
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header #boldnav li ul li.hasChild:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  right: 5%;
  top: 20%;
}
#fixed-header.push-search {
  -webkit-transform: translate3d(0px, 150px, 0px);
  transform: translate3d(0px, 150px, 0px);
  box-shadow: 0 25px 120px rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-hide {
  margin-top: -124px;
}
.logo-wrap {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 50px;
  height: auto;
  max-height: 80px;
  display: block;
}
@media (max-width: 768px) {
  .logo-wrap {
    width: 35px;
  }
}
header.header .logo-wrap a.logo-link svg {
  max-height: 80px !important;
}
header li#mn-home,
#sidecar li#mn-home {
  display: none !important;
}
li#cpn-join-the-herd-cta a {
  position: relative;
  background: #ab207a;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  display: block;
  color: #ffffff !important;
  font-size: 14px;
  font-family: "montserrat";
  border-radius: 26px;
  text-decoration: none;
  margin: 22px 0 0 20px;
  z-index: 0;
  padding: 0.85em 2.5em !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.72rem !important;
  line-height: 1.33;
  letter-spacing: 2px;
  overflow: hidden;
  transition: 1s all ease;
}
li#cpn-join-the-herd-cta a::before {
  background: #00b0e5;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.66s ease;
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(-30deg);
}
li#cpn-join-the-herd-cta a:hover::before {
  height: 380% !important;
}
li#cpn-heart-of-the-park a {
  background: #c6ced3;
  color: #ffffff !important;
  font-weight: 400;
  margin: 22px 10px 0 10px;
  line-height: 1.33;
  border-radius: 26px;
  padding: 0.85em 2.5em !important;
  font-size: 0.72rem !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
li#cpn-heart-of-the-park a:hover {
  background: #ba2650;
  -webkit-box-shadow: 0 2px 20px rgba(186, 38, 80, 0.45);
  box-shadow: 0 2px 20px rgba(186, 38, 80, 0.45);
  color: #ffffff !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1300px) {
  li#cpn-heart-of-the-park a {
    font-size: 0.65em;
  }
}
/* ====================== Utility Nav Icons ====================== */
#utility-nav i.fa {
  font-size: 1.1rem;
  padding-top: 4px;
  padding-left: 2px;
}
/* ====================== Psuedo Tool Tips ====================== */
li#cpn-map:before,
li#cpn-map:after,
li#cpn-map:before,
li#cpn-map:after {
  opacity: 0;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
li#cpn-directions:hover:before {
  opacity: 1;
  content: "Visit Us";
  position: absolute;
  top: 9px;
  /*left:-4px;*/
  left: 50%;
  transform: translate(-50%);
  background: #aaadaf;
  color: #fff;
  font-size: 0.55em;
  border-radius: 5px;
  padding: 4px 8px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
li#cpn-directions:hover:after {
  opacity: 1;
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  /*left:16px;*/
  left: 50%;
  transform: translate(-50%);
  bottom: 28px;
  border: 5px solid transparent;
  border-top-color: #aaadaf;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
li#cpn-retail:hover:before {
  opacity: 1;
  content: "Gift shop";
  position: absolute;
  top: 9px;
  /*left:28px;*/
  left: 50%;
  transform: translate(-50%);
  background: #aaadaf;
  color: #fff;
  font-size: 0.55em;
  border-radius: 5px;
  padding: 4px 8px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
li#cpn-retail:hover:after {
  opacity: 1;
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  /*left:57px;*/
  left: 50%;
  transform: translate(-50%);
  bottom: 28px;
  border: 5px solid transparent;
  border-top-color: #aaadaf;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
li#cpn-alert:hover:before {
  opacity: 1;
  content: "Alerts";
  position: absolute;
  top: 9px;
  /*left:85px;*/
  left: 50%;
  transform: translate(-50%);
  background: #aaadaf;
  color: #fff;
  font-size: 0.55em;
  border-radius: 5px;
  padding: 4px 8px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
li#cpn-alert:hover:after {
  opacity: 1;
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  /*left:103px;*/
  left: 50%;
  transform: translate(-50%);
  bottom: 28px;
  border: 5px solid transparent;
  border-top-color: #aaadaf;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
li#cpn-search:hover:before {
  opacity: 1;
  content: "Search";
  position: absolute;
  top: 9px;
  /*left:120px;*/
  left: 50%;
  transform: translate(-50%);
  background: #aaadaf;
  color: #fff;
  font-size: 0.55em;
  border-radius: 5px;
  padding: 4px 8px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
li#cpn-search:hover:after {
  opacity: 1;
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  /*left:143px;*/
  left: 50%;
  transform: translate(-50%);
  bottom: 28px;
  border: 5px solid transparent;
  border-top-color: #aaadaf;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* ====================== Side Drawer Styling ====================== */
.body-overlay {
  display: block;
  cursor: col-resize;
  /*background: linear-gradient(30deg, #2e3192, #1bffff);*/
  background: #888;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 9998;
  visibility: hidden;
  -webkit-transition: opacity 0.33s ease;
  transition: opacity 0.33s ease;
}
.body-overlay.active {
  opacity: 0.3;
  visibility: visible;
  height: 100%;
  width: 100%;
}
#siteWrapper {
  position: relative;
  background-color: #fff;
  min-height: 100vh;
  z-index: 1;
}
#sidecar {
  position: fixed;
  height: 100%;
  width: 260px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3bbee2+29,3bbee2+29,0086fc+100 */
  background: #3bbee2;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #3bbee2 29%, #3bbee2 29%, #0086fc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #3bbee2 29%, #3bbee2 29%, #0086fc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #3bbee2 29%, #3bbee2 29%, #0086fc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bbee2', endColorstr='#0086fc', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  top: 0;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: inset 5px 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 0 12px rgba(0, 0, 0, 0.2);
  /* z-index fix to work with fixed mobile footer */
  z-index: 2;
  /* Sidecar hours styling */
}
#sidecar .sf-hours-module table {
  display: none !important;
}
#sidecar .sf-hours-module h3 {
  display: none !important;
}
#sidecar .sf-hours-module h1 {
  color: white;
  font-size: 2rem;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85em;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
/* Sidecar pill buttons */
.sidecar-buttons {
  text-align: center;
}
.sidecar-buttons a {
  background: rgba(0, 0, 0, 0.05);
  color: #ffffff;
  margin: 0 auto;
  line-height: 1.33;
  border-radius: 26px;
  border: 0px;
  padding: 0.7rem 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 10px;
}
/* Sidecar social icons */
ul.sidecar-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 80px;
}
ul.sidecar-socials li a {
  color: white;
}
/* google search (mobile) */
.custom-search-panel {
  height: 60px;
  padding: 0 20px 0 20px !important;
}
input#custom-search-field {
  border: 0;
  padding: 11px 10px;
  background: #ffffff;
  color: #6a6d70;
  float: left;
  border-radius: 20px 0 0 20px;
  width: 70% !important;
  font-size: 0.9rem;
  letter-spacing: -0.2px;
}
input#custom-search-field::-webkit-input-placeholder {
  color: #8a959e;
}
input#custom-search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a959e;
}
input#custom-search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #8a959e;
}
input#custom-search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #8a959e;
}
div.custom-search-panel button {
  float: left;
  width: 30%;
  color: #fff;
  padding: 11px 10px;
  border-radius: 0 20px 20px 0;
  border: 0px;
  background: #f15d22;
  font-size: 0.9em;
  letter-spacing: -0.2px;
}
#drawer-toggle {
  position: absolute;
  background: transparent;
  border-left: 1px solid #eee;
  width: 150px;
  height: 85px;
  right: -30px;
  top: -5px;
  border: none;
  /* img replace */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 768px) {
  #drawer-toggle {
    top: -15px;
  }
}
#drawer-toggle:focus,
#drawer-toggle:active {
  outline: none;
}
#drawer-toggle p {
  display: none;
  position: absolute;
  left: -106px;
  top: 20%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  color: #6a6d70;
}
@media (max-width: 500px) {
  #drawer-toggle p {
    display: block;
  }
}
@media (min-width: 1150px) {
  #drawer-toggle {
    display: none;
  }
}
#drawer-toggle span,
#drawer-toggle span::before,
#drawer-toggle span::after {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #6a6d70;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#drawer-toggle span::before,
#drawer-toggle span::after {
  content: "";
  left: 0;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#drawer-toggle span::before {
  bottom: 9px;
  width: 30px;
}
#drawer-toggle span::after {
  top: 9px;
  width: 30px;
}
#drawer-toggle.active span {
  background: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*	transform: rotate(180deg)*/
}
#drawer-toggle.active span::after {
  top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
}
#drawer-toggle.active span:before {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
  width: 30px;
}
button.close-drawer.pull-right {
  display: none;
}
/* Drawer Placement & Speed */
.push-right {
  right: 0;
  left: inherit;
}
.push-right {
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* SideCar Animation-Direction */
/* Push Right */
#sidecar.push-right {
  -webkit-transform: translatex(260px);
  -ms-transform: translatex(260px) translatez(0);
  -ms-transform: translate3d(260px, 0, 0);
  transform: translatex(260px) translatez(0);
  -webkit-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
  right: -260px \9;
  /* ie9 support */
}
#sidecar.push-right.active {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
  right: 0px \9;
  /* ie9 support */
}
#siteWrapper.push-right {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
  right: 0px \9;
  /* ie9 support */
}
#siteWrapper.push-right.active {
  -webkit-transform: translatex(-260px);
  -ms-transform: translatex(-260px) translatez(0);
  -ms-transform: translate3d(-260px, 0, 0);
  transform: translatex(-260px) translatez(0);
  -webkit-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
  right: 260px \9;
  /* ie9 support */
}
/* ====================== Side Drawer Styling END ====================== */
/* Expand Collapse Styling */
nav#sidecar .sidecar-logo-wrap {
  background: transparent url(images/logo-white.svg) no-repeat;
  background-size: 80%;
  width: 200px;
  height: 80px;
  margin-left: 20%;
  margin-top: 5%;
}
nav#sidecar ul#mainnav {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
  padding: 20px;
  background: transparent;
}
nav#sidecar ul#mainnav li {
  position: relative;
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
  width: 100%;
  height: auto;
  background: transparent;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
nav#sidecar ul#mainnav li:last-child {
  border-bottom: 0px;
}
nav#sidecar ul#mainnav li:hover ul {
  display: none;
}
nav#sidecar ul#mainnav li ul {
  padding: 0 0 0 8px;
  margin: 0;
  display: none;
  position: relative;
  float: none;
}
nav#sidecar ul#mainnav li ul a {
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 2px;
  background: rgba(0, 0, 0, 0.02);
  text-transform: none;
}
nav#sidecar ul#mainnav li ul.active {
  display: block;
  margin-top: 2px;
}
nav#sidecar ul#mainnav li a {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 12px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85em;
  color: #ffffff;
  letter-spacing: 2px;
}
nav#sidecar ul#mainnav li a.expand {
  display: block;
  height: 38px;
  width: 38px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
  background: transparent;
}
nav#sidecar ul#mainnav li a.expand:before,
nav#sidecar ul#mainnav li a.expand:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.7);
  width: 2px;
  height: 10px;
  margin: -5px 0 0 -1px;
  border-radius: 6px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
nav#sidecar ul#mainnav li a.expand:before {
  -webkit-transform: rotate(-45deg) translate(-4px, 0px);
  -ms-transform: rotate(-45deg) translate(-4px, 0px);
  transform: rotate(-45deg) translate(-4px, 0px);
}
nav#sidecar ul#mainnav li a.expand:after {
  -webkit-transform: rotate(45deg) translate(4px, 0px);
  -ms-transform: rotate(45deg) translate(4px, 0px);
  transform: rotate(45deg) translate(4px, 0px);
}
nav#sidecar ul#mainnav li a.expand.active:before {
  -webkit-transform: rotate(-45deg) translate(0px, 4px);
  -ms-transform: rotate(-45deg) translate(0px, 4px);
  transform: rotate(-45deg) translate(0px, 4px);
}
nav#sidecar ul#mainnav li a.expand.active:after {
  -webkit-transform: rotate(45deg) translate(0px, 4px);
  -ms-transform: rotate(45deg) translate(0px, 4px);
  transform: rotate(45deg) translate(0px, 4px);
}
/* Side Drawer Styling END */
/* Mega Menu Styling */
ul#megadrop {
  background: #eee;
  width: 100%;
  display: block;
  max-width: 1500px;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* ====================== Footer ====================== */
footer {
  padding: 20px 0;
  background: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  footer .flexbox-33:nth-of-type(1) {
    order: 2;
    width: 50%;
    padding: 0px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  footer .flexbox-33:nth-of-type(2) {
    order: 1;
    width: 100%;
    padding: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  footer .flexbox-33:nth-of-type(3) {
    order: 3;
    width: 50%;
    padding: 0px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
footer img {
  width: 50px;
  height: 50px;
  padding: 8px;
  display: block;
  margin: 0 auto;
}
footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-padding-start: 0;
}
footer ul a {
  color: #6a6d70;
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25em;
  padding: 15px;
}
footer ul a:hover {
  color: #ab207a;
}
footer ul a:hover .fa {
  -webkit-transform: scale(1.35);
  -ms-transform: scale(1.35);
  transform: scale(1.35);
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #f9f9fe;
}
footer ul a .fa {
  padding: 12px;
  -moz-osx-font-smoothing: grayscale;
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
}
footer .inner-content {
  padding: 10%;
  text-align: center;
}
footer .inner-content p,
footer .inner-content a {
  color: #6a6d70;
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.7rem;
  text-transform: uppercase;
}
footer ul.footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
footer ul.footer-socials .fa {
  font-size: 1.25em;
  padding: 8px;
}
footer ul.footer-socials .fa:hover {
  color: #ab207a !important;
}
section.mini-footer {
  background: #ffffff;
  padding: 15px 50px;
}
section.mini-footer span {
  color: #6a6d70;
  font-size: 0.85rem;
}
section.mini-footer a {
  color: #9da0a3;
  font-size: 0.85rem;
}
section.mini-footer a:hover {
  color: #ab207a;
}
section.mini-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: #ffffff;
}
@media (max-width: 768px) {
  section.mini-footer {
    display: none;
  }
}
section.mini-footer span {
  color: #6a6d70;
  font-size: 0.55rem;
  text-transform: uppercase;
}
section.mini-footer a {
  color: #9da0a3;
  font-size: 0.55rem;
  text-transform: uppercase;
}
section.mini-footer a:hover {
  color: #ab207a;
}
section.mobile-footer {
  display: none;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #eee;
}
@media (max-width: 768px) {
  section.mobile-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
section.mobile-footer span {
  color: #6a6d70;
  font-size: 0.75rem;
  text-transform: uppercase;
}
section.mobile-footer a {
  color: #9da0a3;
  font-size: 0.75rem;
  text-transform: uppercase;
}
section.mobile-footer a:hover {
  color: #ab207a;
}
section.empty-space {
  position: relative;
  z-index: -1;
  height: 22em;
  pointer-events: none;
}
@media (min-width: 768px) {
  section.empty-space {
    display: none;
  }
}
section.mobile-footer-cta {
  display: none;
  position: fixed;
  z-index: 0;
  height: 22em;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #00b0e5;
  padding: 1em;
  box-shadow: inset 0 5px 20px rgba(12, 18, 28, 0.2);
  text-align: center;
}
@media (max-width: 768px) {
  section.mobile-footer-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
section.mobile-footer-cta h1,
section.mobile-footer-cta h2,
section.mobile-footer-cta h3,
section.mobile-footer-cta h4,
section.mobile-footer-cta h5,
section.mobile-footer-cta p {
  color: #ffffff;
}
section.mobile-footer-cta h5 {
  font-size: 1rem;
  text-transform: uppercase;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
section.mobile-footer-cta h1 {
  font-size: 1.35rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
  font-weight: 400;
  padding-bottom: 20px;
}
section.mobile-footer-cta h1 span {
  font-size: 1.85rem;
  font-weight: 600;
  display: block;
}
section.mobile-footer-cta .copyright span {
  color: #ffffff;
  font-size: 0.65rem;
  text-transform: uppercase;
}
section.mobile-footer-cta .copyright a {
  color: #ffffff;
  font-size: 0.65rem;
  text-transform: uppercase;
}
section.mobile-footer-cta .copyright a:hover {
  color: #ffffff;
}
/* SEARCH PANEL
============================*/
.form-group {
  margin-bottom: 0px;
}
#search {
  position: fixed;
  color: #fff;
  -webkit-transform: translate3d(0px, -150px, 0px);
  transform: translate3d(0px, -150px, 0px);
  left: 0px;
  width: 100%;
  height: 150px;
  background-color: #6a6d70;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#search input:-webkit-autofill,
#search textarea:-webkit-autofill,
#search select:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: #000000;
}
#search .flexbox-margin {
  margin-top: 115px;
}
#search .flexbox-margin h1,
#search .flexbox-margin h2,
#search .flexbox-margin h3,
#search .flexbox-margin p {
  color: #ffffff;
}
#search .flexbox-margin h1 {
  font-size: 1em;
  padding: 10px 0;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
}
#search .flexbox-margin h2 {
  font-size: 0.85em;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
}
#search .flexbox-margin p {
  font-size: 0.75em;
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
#search .flexbox-margin a {
  color: #ffffff;
}
#search .flexbox-margin .fa {
  font-size: 1.2em;
  display: block;
  color: #515456;
}
#search span {
  position: absolute;
  top: 20% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
  font-style: italic;
  font-size: 1em;
  z-index: -2;
}
@media (max-width: 600px) {
  #search span {
    font-size: 0.85em;
  }
}
#search.open-search {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  z-index: 9999;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.searchPanel {
  padding-top: 13px;
}
input#searchButton {
  position: absolute;
  right: 20.5%;
  background: white;
  border: 0;
  margin-top: 47px;
  height: 40px;
  width: 80px;
  display: none;
}
.searchPanel input#searchField {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 85px;
  background: rgba(0, 0, 0, 0.05);
  font-family: "proxima-nova", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 400;
  font-size: 2em;
  padding: 10px 20px;
  border: 0;
  text-transform: none;
  color: #fff !important;
}
.searchPanel input#searchField:focus {
  background: rgba(0, 0, 0, 0.07);
  color: #fff;
  outline: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.searchPanel input:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
#search .btn-default {
  color: #fff;
  background: #e25e4a url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5%;
  text-indent: 9999px;
  border-color: #ccc;
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
#search .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  height: 40px;
  width: 10%;
  float: right;
  text-align: center;
  cursor: pointer;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35%;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#search .btn:hover,
#search .btn:focus {
  background-color: ;
  border: 0px solid #952818;
  color: #fff;
  cursor: pointer;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35%;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
}
#search .close-search {
  position: absolute;
  z-index: 9999;
  right: 18vw;
  height: 40px;
  width: 40px;
  top: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0) url(images/x.svg) no-repeat center center;
  background-size: 80%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#search .close-search:hover {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#search .close-search {
  visibility: visible;
  opacity: 0.8;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#search .searchPanel {
  position: absolute;
  top: 15%;
  left: 15%;
  margin: 0 auto;
  width: 70%;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#search .form-control {
  display: inline-block;
  text-align: left;
  width: 90%;
  height: 40px;
  padding: 6px 12px;
  font-size: 1em;
  text-transform: none;
  font-weight: 100;
  line-height: 1.42857143;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0px;
  float: left;
  box-shadow: 0px 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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -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;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* ====================== Home Page ====================== */
/* ======================
Hero
====================== */
.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);
}
section#home-hero {
  height: 75vh;
  display: block;
  position: relative;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 25% 0%;
  zoom: 1;
  min-height: 70vh;
  width: 100vw !important;
  background-size: cover !important;
  text-align: center;
  /*.item {
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: 25% 0%;
		zoom:1;
		min-height:100vh;
		width:100vw !important;
		background-size: cover !important;

		@media (max-width:768px) {
			height:100vh !important;
		}
	}

	.scrollable {
		min-height: 100vh !important;

		@media (max-width:768px) {
			height:100vh!important;
		}
	}*/
}
@media (max-width: 768px) {
  section#home-hero {
    height: 100vh;
  }
}
@media (max-height: 900px) {
  section#home-hero {
    height: 100vh;
  }
}
section#home-hero .hero-overlay {
  position: absolute;
  opacity: 0.2;
  background: #000;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
@media (max-width: 768px) {
  section#home-hero .hero-overlay {
    height: 100vh !important;
  }
}
section#home-hero h1 {
  color: #ffffff;
  font-size: 4.25em;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  padding: 20px 0 30px 0;
}
@media (max-width: 768px) {
  section#home-hero h1 {
    font-size: 2em;
    margin-top: 0px;
    padding: 10px 0 30px 0;
  }
}
section#home-hero h5 {
  color: #ffffff;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  section#home-hero h5 {
    font-size: 0.75em;
    margin-top: -25px;
  }
}
/* ======================
Home Intro
====================== */
section.home-intro {
  background: #ffffff;
  padding: 0;
  position: relative;
}
/* ======================
Home Hours
====================== */
section.home-hours {
  background: #ffffff;
  padding: 0;
  position: relative;
  /* ====================== Open Hours ====================== */
}
section.home-hours .open-times:before {
  content: "hours";
  color: rgba(255, 255, 255, 0.15);
  font-size: 9em;
  text-transform: uppercase;
  left: -40px;
  position: absolute;
  top: 20px;
  overflow: hidden;
}
section.home-hours .open-times h5 {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 0.85em;
}
section.home-hours .open-times h1 {
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 900;
  color: #ffffff;
  line-height: 100%;
  font-size: 2em;
  text-transform: uppercase;
}
section.home-hours .open-times h3 {
  margin-top: 40px;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
}
section.home-hours .open-times p {
  font-size: 1em;
  margin-top: 20px;
  color: #ffffff;
}
section.home-hours .open-times table {
  max-width: 200px;
  color: #ffffff;
}
section.home-hours .open-times table td {
  padding: 4px;
}
section.home-hours .flexbox-33 {
  padding: 5%;
  background: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #00b0e5;
}
section.home-hours .flexbox-66 {
  padding: 5%;
  background: #ffffff url("https://assets.speakcdn.com/assets/2397/position-bg.jpg") no-repeat;
  background-size: cover;
  background-position: 50% bottom;
  text-align: center;
}
section.home-hours .flexbox-66 .inner-content {
  margin-top: -100px;
}
@media (max-width: 768px) {
  section.home-hours .flexbox-66 .inner-content {
    margin-top: 0;
    min-height: 300px;
  }
}
section.home-hours .flexbox-66 .inner-content h1 {
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
}
section.home-hours .flexbox-66 .inner-content h1 span {
  font-size: 2.5em;
  display: block;
  line-height: 100%;
}
@media (max-width: 768px) {
  section.home-hours .flexbox-66 .inner-content h1 span {
    font-size: 1em;
  }
}
section.home-hours .flexbox-66 .inner-content p {
  margin-bottom: 50px;
  padding: 2% 15%;
}
/* ======================
Recommendations
====================== */
/* Experience Dropdown Options */
.experience-dropdown {
  position: relative;
  width: 320px;
  margin: 35px auto;
  padding: 20px 25px;
  background: #ffffff;
  border: 1px solid #eee;
  cursor: pointer;
  outline: none;
  z-index: 2000;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #00b0e5;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
}
.experience-dropdown:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .experience-dropdown {
    width: 250px;
  }
}
.experience-dropdown > img {
  width: 50px;
  display: block;
  margin: 0 auto;
  padding-bottom: 5px;
}
.experience-dropdown:before,
.experience-dropdown:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15%;
  width: 12px;
  height: 1px;
  z-index: 1;
  background: #ffffff;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1), -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.experience-dropdown:before {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(40deg) scaleY(1.5);
  -ms-transform: rotate(40deg) scaleY(1.5);
  transform: rotate(40deg) scaleY(1.5);
  margin-right: -5px;
}
.experience-dropdown.active:before {
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: rotate(-40deg) scaleY(1.5);
  -ms-transform: rotate(-40deg) scaleY(1.5);
  transform: rotate(-40deg) scaleY(1.5);
  margin-right: -5px;
}
.experience-dropdown:after {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: rotate(-40deg) scaleY(1.5);
  -ms-transform: rotate(-40deg) scaleY(1.5);
  transform: rotate(-40deg) scaleY(1.5);
}
.experience-dropdown.active:after {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(40deg) scaleY(1.5);
  -ms-transform: rotate(40deg) scaleY(1.5);
  transform: rotate(40deg) scaleY(1.5);
}
.experience-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  z-index: 2000;
  text-align: left;
  -webkit-padding-start: 0px;
  border: 1px solid #ddd;
  background: white;
  -webkit-box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  list-style: none;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
ul.dropdown {
  -webkit-margin-after: 0em;
  -webkit-margin-before: 0em;
}
ul.dropdown img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  ul.dropdown img {
    width: 25px;
  }
}
.experience-dropdown .dropdown li a {
  display: block;
  text-decoration: none;
  font-family: "proxima-nova", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 400;
  color: #6a6d70;
  padding: 20px;
  font-size: 1rem;
  margin-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .experience-dropdown .dropdown li a {
    padding: 10px;
    font-size: 0.85rem;
  }
}
/* Hover state */
.experience-dropdown .dropdown li:hover a {
  margin-left: 10px;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* Active state */
.experience-dropdown.active:after {
  border-width: 0 6px 6px 6px;
}
.experience-dropdown.active .dropdown {
  opacity: 1;
  z-index: 2000;
  pointer-events: auto;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* No CSS3 support */
.no-opacity .experience-dropdown .dropdown,
.no-pointerevents .experience-dropdown .dropdown {
  display: none;
  opacity: 1;
  /* If opacity support but no pointer-events support */
  pointer-events: auto;
  /* If pointer-events support but no pointer-events support */
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-opacity .experience-dropdown.active .dropdown,
.no-pointerevents .experience-dropdown.active .dropdown {
  display: block;
}
section.home-recommendations {
  background: #ffffff;
  padding: 0;
  position: relative;
}
section.home-recommendations select#experience-picker {
  width: 300px;
  height: 50px !important;
  border: 0px;
  background: #f9f9f9;
  border: 1px solid #ddd;
}
section.home-recommendations h2 {
  color: #00b0e5;
}
section.home-recommendations .flexbox-100 {
  padding: 80px;
}
@media (max-width: 768px) {
  section.home-recommendations .flexbox-100 {
    padding: 20px;
  }
}
section.home-recommendations .flexbox-100 .inner-content {
  width: 70%;
  text-align: center;
}
section.home-recommendations .flexbox-25 {
  position: relative;
}
section.home-recommendations .flexbox-25 img {
  width: 100%;
  min-height: 200px;
}
section.home-recommendations .flexbox-25 .inner-content {
  padding: 15px 35px 55px;
  border: 1px solid #f9f9fe;
  text-align: center;
}
section.home-recommendations .flexbox-25 .inner-content p {
  margin-bottom: 40px;
  flex: 1 0 auto;
  min-height: 48px;
}
section.home-recommendations .seasonal:before {
  content: "seasonal";
  color: white;
  font-size: 0.75em;
  text-transform: uppercase;
  background: rgba(158, 216, 0, 0.8);
  padding: 10px;
  position: absolute;
  overflow: hidden;
}
section.home-recommendations .seasonal h3 {
  color: #9ed800;
}
section.home-recommendations .recommended:before {
  content: "recommended";
  color: white;
  font-size: 0.75em;
  text-transform: uppercase;
  background: rgba(241, 93, 34, 0.8);
  padding: 10px;
  position: absolute;
  overflow: hidden;
}
section.home-recommendations .recommended h3 {
  color: #f15d22;
}
section.home-recommendations .free:before {
  content: "free";
  color: white;
  font-size: 0.75em;
  text-transform: uppercase;
  background: rgba(186, 38, 80, 0.8);
  padding: 10px;
  position: absolute;
  overflow: hidden;
}
section.home-recommendations .free h3 {
  color: #ba2650;
}
/* ======================
Home Emotion
====================== */
section.home-emotion {
  background: #ffffff url("https://assets.speakcdn.com/assets/2397/emotion-bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 100px 0;
  position: relative;
  height: 900px;
}
section.home-emotion .inner-content {
  width: 60%;
  text-align: center;
}
section.home-emotion .inner-content h2 {
  color: #00b0e5;
}
/* ======================
Conservancy
====================== */
section.home-conservancy {
  background: #ffffff;
  padding: 0;
  position: relative;
}
section.home-conservancy .flexbox-50 img {
  max-height: 500px;
  width: 100%;
}
section.home-conservancy .flexbox-50 .inner-content {
  padding: 5% 10%;
  text-align: center;
}
section.home-conservancy .flexbox-50 .inner-content h3 {
  color: #6a6d70;
}
section.home-conservancy .flexbox-50 .inner-content h3 span {
  font-size: 2em;
  display: block;
  color: #00b0e5;
}
section.home-conservancy .flexbox-50 .inner-content p {
  margin-bottom: 40px;
}
/* ======================
Commerce
====================== */
section.home-commerce {
  background: #ffffff;
  padding: 0;
  position: relative;
}
@media (max-width: 768px) {
  section.home-commerce .flexbox-margin {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
section.home-commerce .flexbox-50 img {
  max-height: 500px;
  width: 100%;
}
section.home-commerce .flexbox-50 .inner-content {
  padding: 5% 10%;
  text-align: center;
}
section.home-commerce .flexbox-50 .inner-content h3 {
  color: #6a6d70;
}
section.home-commerce .flexbox-50 .inner-content h3 span {
  font-size: 2em;
  display: block;
  color: #00b0e5;
}
section.home-commerce .flexbox-50 .inner-content p {
  margin-bottom: 40px;
}
section.home-commerce .flexbox-50.image {
  order: 2;
}
@media (min-width: 601px) {
  section.home-commerce .flexbox-50.image {
    order: 1;
  }
}
section.home-commerce .flexbox-50.text {
  order: 1;
}
/* ======================
Newsletter Signup
====================== */
section.signup {
  background: rgba(0, 176, 229, 0.8);
  background-size: cover;
  color: #ffffff;
  padding: 70px 0;
  position: relative;
  height: 350px;
  margin-top: -350px;
  /*&:before {
	    content: "\f003";
	    font-family: FontAwesome;
	    font-style: normal;
	    font-weight: normal;
	    color:rgba(255,255,255,0.1);
	    font-size:13em;
	    text-transform:uppercase;
	    left:-40px;
	    position: absolute;
	    top: 20px;
	    overflow:hidden;
	}*/
}
section.signup h1 {
  color: #ffffff;
  padding-bottom: 20px;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.75em;
}
section.signup .signup-wrap ul {
  list-style: none;
  padding: 0em;
}
section.signup .signup-wrap ul li {
  color: #ffffff;
  display: block;
}
section.signup .signup-wrap ul li:nth-of-type(4) {
  color: #ffffff;
  float: none !important;
  font-size: 0.65em;
  text-transform: uppercase;
}
.signup-wrap {
  color: #ffffff;
  text-align: center;
}
.signup-wrap p {
  display: block;
  float: none;
  margin-top: 20px;
}
.signup-wrap .signupPanel {
  padding: 0px;
  position: relative;
}
.signup-wrap .signupPanel .form-group {
  margin-bottom: 0px;
}
.signup-wrap .signupPanel .signupField {
  -moz-appearance: none;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px 0 0 20px;
  color: #6a6d70;
  padding: 10px 30px;
  float: left;
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  height: 100%;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
  min-height: 50px;
  width: 80%;
}
.signup-wrap .signupPanel .signupButton {
  -moz-appearance: none;
  -moz-border-radius: 0px;
  -moz-transition: all 0.33s ease-in-out;
  -o-border-radius: 0px;
  -o-transition: all 0.33s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-transition: all 0.33s ease-in-out;
  background: #6a6d70;
  border-radius: 0px 20px 20px 0;
  border: 0px;
  color: #ffffff;
  float: right;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 900;
  font-size: 1.3em;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
  min-height: 50px;
  text-transform: uppercase;
  transition: all 0.33s ease-in-out;
  width: 20%;
}
.signup-wrap .signupPanel .signupButton:hover {
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
  background: #454749;
  color: #ffffff;
  transition: all 0.33s ease-in-out;
}
.signupField:focus {
  background-color: rgba(0, 0, 0, 0.4);
  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);
  outline: 0;
  border: 1px solid transparent !important;
  color: #ffffff !important;
  text-transform: none;
}
.pill-button-herd {
  position: relative;
  background: #9ed800;
  display: block;
  color: black !important;
  font-size: 14px;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  border-radius: 26px;
  text-decoration: none;
  margin: 30px 0;
  padding: 1em 2.5em !important;
  text-transform: uppercase;
  z-index: 0;
  font-weight: 700;
  font-size: 0.85rem !important;
  line-height: 1.33;
  letter-spacing: 3px;
  overflow: hidden;
  transition: 1s all ease;
}
.pill-button-herd::before {
  background: #ab207a;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.66s ease;
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(-10deg);
}
.pill-button-herd:hover {
  color: white !important;
}
.pill-button-herd:hover::before {
  height: 380% !important;
}
/* ======================
Recent News Widget
====================== */
section.home-news {
  position: relative;
  background: #f9f9fe;
  padding: 50px 0;
  /*:before {
	    content: ' ';
		height: 0;
		position: absolute;
		width: 0;
	    left:48.5%;
	    top:-40px;
		border: 20px solid transparent;
		border-bottom-color: #fff;
	}*/
}
section.home-news .inner-content {
  text-align: center;
}
section.home-news .inner-content h2 {
  color: #00b0e5;
}
section.home-news .recent-news-wrapper {
  padding: 0;
  /*&:before {
		    content: 'recent news';
		    color: rgba(250,250,250,0.65);
		    font-size: 7em;
		    text-transform: uppercase;
		    left: 40px;
		    position: absolute;
		    top: -10px;
		    overflow: hidden;
		    z-index:-10
		}*/
}
section.home-news .recent-news-wrapper ul {
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  -webkit-padding-start: 0px;
}
section.home-news .recent-news-wrapper ul li {
  width: 20%;
  position: relative;
  border: 1px solid #00b0e5;
  margin: 2.15%;
  background: #00b0e5;
  padding: 30px 30px 60px 30px;
  border-top: 3px solid #9ed800;
  top: 0;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
section.home-news .recent-news-wrapper ul li:hover {
  border-top: 3px solid #9ed800;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
  top: -10px;
}
section.home-news a.recent-news-title {
  color: #ffffff;
  display: block;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.home-news span.recent-news-date-wrapper {
  display: block;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  padding: 3px 0 10px 0;
  text-transform: uppercase;
  color: #eee;
}
section.home-news p.recent-news-view-link {
  display: none;
}
/* ======================
Instafeed
====================== */
section.instafeed {
  position: relative;
}
section.instafeed .inner-content {
  text-align: center;
}
section.instafeed .fa {
  font-size: 7rem;
  color: #00b0e5;
  display: block;
  margin-top: 15px;
}
section.instafeed h1 {
  text-transform: uppercase;
  color: #6a6d70;
}
section.instafeed div#instafeed a img {
  display: inline-block;
  width: 12.5%;
  margin-top: -6px;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-filter: grayscale(40%);
  /* Chrome, Safari, Opera */
  filter: grayscale(40%);
}
@media (max-width: 768px) {
  section.instafeed div#instafeed a img {
    width: 25%;
  }
}
section.instafeed div#instafeed a img:hover {
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* ====================== Default Template  ====================== */
section.clean-hero {
  margin-top: 80px;
}
/* ====================== Experiences Template  ====================== */
body.experience section.clean-hero {
  margin-top: 100px;
}
/* ====================== Visut Us (google map) Template  ====================== */
.info_content {
  text-align: center;
  max-width: 400px;
}
@media (max-width: 600px) {
  #map {
    max-height: 350px;
  }
}
.contact {
  text-align: center;
}
@media (max-width: 600px) {
  .contact .flexbox-33 {
    min-width: 100%;
  }
}
/* ====================== Heart of the Park Template  ====================== */
body.heart-of-the-park section.heart-hero {
  display: block;
  position: relative;
  zoom: 1;
  text-align: center;
  min-height: 650px;
  padding-bottom: 80px;
  background: #f15d22;
  /* Old browsers */
  background-image: url(images/hero-heart.png), -moz-linear-gradient(-45deg, #f15d22 0%, #ba2650 67%, #ba2650 78%, #ba2650 78%);
  /* FF3.6-15 */
  background-image: url(images/hero-heart.png), -webkit-linear-gradient(-45deg, #f15d22 0%, #ba2650 67%, #ba2650 78%, #ba2650 78%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: url(images/hero-heart.png), linear-gradient(135deg, #f15d22 0%, #ba2650 67%, #ba2650 78%, #ba2650 78%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15d22', endColorstr='#ba2650', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 768px) {
  body.heart-of-the-park section.heart-hero {
    max-height: 450px;
    min-height: 450px;
    -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
body.heart-of-the-park section.heart-hero .wrapper {
  top: 150px;
  position: absolute;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
body.heart-of-the-park section.heart-hero h6 {
  color: #ffffff;
  text-transform: uppercase;
}
body.heart-of-the-park section.heart-hero h1 {
  color: #ffffff;
  font-size: 4.5em;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: table;
  padding: 10px 0 10px 0;
  margin: 0 auto;
  text-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  body.heart-of-the-park section.heart-hero h1 {
    font-size: 2em;
    margin-top: 0px;
  }
}
body.heart-of-the-park section.heart-hero p {
  color: #ffffff;
  padding: 0 25% 0;
  text-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  body.heart-of-the-park section.heart-hero p {
    display: none;
  }
}
body.heart-of-the-park section.heart-hero .pill-button-white {
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
  color: #ba2650 !important;
}
body.heart-of-the-park section.heart-hero .pill-button-white:hover {
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.2);
}
body.heart-of-the-park #progress {
  background: #6a6d70;
  position: relative;
  padding: 40px 0;
  color: #ffffff;
}
body.heart-of-the-park #progress .flexbox-33 {
  min-width: 33%;
  min-height: 250px;
}
@media (max-width: 768px) {
  body.heart-of-the-park #progress .flexbox-33 {
    min-width: 50%;
  }
}
@media (max-width: 400px) {
  body.heart-of-the-park #progress .flexbox-33 {
    min-width: 100%;
  }
}
.throb {
  animation: throb;
  animation-duration: 1s;
  animation-iteration-count: 4;
}
@keyframes throb {
  0%,
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.05);
  }
  70%,
  100% {
    transform: scale(1);
  }
}
section.heart-emotion {
  position: relative;
  display: block;
  padding: 5% 0;
}
section.heart-emotion .hero-overlay {
  position: absolute;
  opacity: 0.25;
  background: #000;
  top: 0;
  left: 0;
  height: 480px;
  width: 100vw;
}
.heart-hero span:after {
  content: "video";
  display: block;
  position: relative;
  float: right;
  margin-top: 30px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.heart-hero span:before {
  content: "watch";
  display: block;
  position: relative;
  float: left;
  margin-top: 30px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.heart-hero span:hover:after {
  padding-left: 20px;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.heart-hero span:hover:before {
  padding-right: 20px;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.heart-hero span img {
  transform: scale(1);
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.heart-hero span:hover img {
  transform: scale(1.2);
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.flexbox-33.bg-image {
  -webkit-transition: all 0.2s ease;
  border: 0px solid rgba(255, 255, 255, 0);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0);
  transform: scale(1);
  transition: all 0.2s ease;
}
.flexbox-33.bg-image:hover {
  -webkit-transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transform: scale(1.06);
  transition: all 0.2s ease;
  z-index: 100;
}
#progress h3 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3bbee2+0,0086fc+100&0.6+0,0.5+100 */
  background: -moz-linear-gradient(-45deg, rgba(59, 190, 226, 0.3) 0%, rgba(0, 134, 252, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(59, 190, 226, 0.63) 0%, rgba(0, 134, 252, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(59, 190, 226, 0.3) 0%, rgba(0, 134, 252, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#993bbee2', endColorstr='#800086fc', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80f15d22', endColorstr='#80ba2650', GradientType=1);
  padding: 30px;
  width: 65%;
  position: absolute;
  bottom: 20px;
  color: #ffffff;
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 1rem;
  margin: 0;
}
#progress .pill-button {
  display: none;
}
#progress p {
  display: none;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#progress:hover p {
  display: block;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.default-main .flexbox-33 {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
}
@media (max-width: 768px) {
  .default-main .flexbox-33 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
/* ====================== Calendar Template  ====================== */
body.calendar {
  /* Calendar Page Part Styling */
}
body.calendar section.inner-hero {
  height: 320px;
  background: #00b0e5;
}
body.calendar .default-main {
  margin-top: 100px;
}
body.calendar tbody {
  margin-top: 30px !important;
  position: relative;
  color: #6a6d70;
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.75rem;
  font-weight: normal !important;
  padding: 20px 0;
  text-transform: uppercase;
}
body.calendar tbody tr:nth-child(1) {
  background: #eff2f4;
  background: -moz-linear-gradient(top, #eff2f4 0%, #dae2e8 100%);
  background: -webkit-linear-gradient(top, #eff2f4 0%, #dae2e8 100%);
  background: linear-gradient(to bottom, #eff2f4 0%, #dae2e8 100%);
  color: #666666 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff2f4', endColorstr='#dae2e8', GradientType=0);
}
body.calendar tbody tr:nth-child(1) th {
  color: #6a6d70;
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.75rem;
  font-weight: normal !important;
  padding: 20px 0;
  text-transform: uppercase;
}
.calendar-panel {
  box-shadow: 0 25px 120px rgba(0, 0, 0, 0.1) !important;
}
.events-calendar td {
  background: white;
  border: 1px solid #f5f5fe;
  font-size: 0.85rem;
  height: 120px;
  overflow: hidden;
  padding: 20px;
  text-align: left;
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: all 0.3s cubic-bezier(0.33, 2, 0.8, 1);
}
.events-calendar td:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  background: #eff2f4;
  box-shadow: 0 25px 120px rgba(0, 0, 0, 0.1) !important;
  transform: scale(1.05);
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
}
.event-module select {
  background: #fff;
  width: auto;
  border: 0;
  padding: 10px;
  height: 35px;
  border-radius: 0;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-left: 5px !important;
  -webkit-box-shadow: 0 0 4px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 0 4px rgba(34, 34, 34, 0.2);
  box-shadow: 0 0 4px rgba(34, 34, 34, 0.2);
}
.event-module div.calendar-controls {
  margin: 0 0 35px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.event-module div.calendar-controls input {
  margin: 0 3px;
}
.event-module div.calendar-controls input.index-back {
  width: 33px;
  height: 33px;
  padding: 0 !important;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 50px;
  color: #6a6d70 !important;
}
.event-module div.calendar-controls input.index-back:hover {
  background: #c6ced3;
  color: #ffffff !important;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.event-module div.calendar-controls input.index-forward {
  width: 33px;
  height: 33px;
  padding: 0 !important;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 50px;
  color: #6a6d70 !important;
}
.event-module div.calendar-controls input.index-forward:hover {
  background: #c6ced3;
  color: #ffffff !important;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.event-module div.calendar-controls input.index-today {
  width: inherit;
  padding: 8px 14px !important;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  background: transparent;
  color: #6a6d70 !important;
  text-transform: uppercase;
  border: 1px solid #ddd;
  margin-left: 30px;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.event-module div.calendar-controls input.index-today:hover {
  background: #c6ced3;
  color: #ffffff !important;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.event-module div.calendar-controls span.current-month {
  margin: 0 5px;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6a6d70;
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.event-module div.calendar-controls span.monthyear-jumper {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.event-module div.calendar-controls span.monthyear-jumper select {
  margin: 0 6px 0 0;
}
.event-module div.calendar-controls span.monthyear-jumper input.jumper-button {
  margin: 0;
  padding: 0 !important;
  height: 33px;
  width: 48px;
}
@media (max-width: 620px) {
  .event-module div.calendar-controls {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .event-module div.calendar-controls span.monthyear-jumper {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0 0 0;
  }
}
/*-- hide month / year filter options on calendar view --*/
.jumper-months,
.jumper-years {
  display: none;
}
.calendar-controls input {
  margin-bottom: 20px;
  background: transparent;
  color: #6a6d70;
  text-transform: uppercase;
  border: 1px solid #ddd;
  border-radius: 20px;
}
/* Applies to div containing events marked as "all day" their the hover state */
.all-day-event {
  background-color: transparent;
  margin-bottom: 2px;
  cursor: pointer;
  padding: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  color: #00b0e5;
}
.all-day-event a,
.all-day-event a:link,
.all-day-event a:visited,
.all-day-event a:hover {
  color: #00b0e5;
  font-size: 10px;
  line-height: 12px;
}
.all-day-event:hover {
  background-color: #f4f2f2;
}
ul.sw-events-detail-list {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul.sw-events-detail-list li {
  background: #ffffff;
  border: 1px solid #ddd;
  list-style-type: none;
  text-align: center;
  width: 22%;
  padding: 2%;
  margin: 2.5% 1%;
  flex: 1 1 auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  ul.sw-events-detail-list li {
    width: 100%;
  }
}
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.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s 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: #6a6d70;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: none;
  line-height: 80%;
}
div.sw-events-detail-list-event-date {
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
  font-weight: 400;
  color: #00b0e5;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.sw-events-detail-list-event-location {
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: rgba(106, 109, 112, 0.95);
  padding: 10px;
}
div.sw-events-detail-list-event-time {
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.15em;
  font-weight: 700;
  color: #00b0e5;
  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 {
  background: #00b0e5;
  border-radius: 2px;
  color: #ffffff;
  display: table;
  font-size: 0.85em;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 22px;
  max-width: 270px;
  margin: 20px auto;
  padding: 10px 15px;
  position: relative;
  text-shadow: 0px 1px 2px rgba(106, 109, 112, 0.05);
  text-transform: uppercase;
}
a.sw-events-detail-more-link:hover {
  background: #0089b2;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.25);
}
a.sw-events-detail-more-link:focus {
  background: #0089b2;
  color: #ffffff;
  text-decoration: none;
}
a.sw-events-detail-more-link:active {
  background: #0089b2;
  color: #ffffff;
  text-decoration: none;
}
ul.sw-events-detail-timeframes {
  text-align: center;
  display: none;
}
ul.sw-events-detail-timeframes li {
  line-height: 40px;
}
ul.sw-events-detail-timeframes li a {
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  background: #6a6d70;
  color: #ffffff;
  margin: 0;
  padding: 10px 15px 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.sw-events-detail-timeframes li a:hover {
  background: #00b0e5;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.sw-events-detail-categories {
  text-align: center;
}
ul.sw-events-detail-categories margin-top:20px li {
  line-height: 50px;
}
p.event-detail-calendarlink a {
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.65em;
  background: #00b0e5;
  color: #ffffff;
  margin: 0;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
p.event-detail-calendarlink a:hover {
  background: #00b0e5;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.sw-events-detail-categories li a {
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  background: #ffffff;
  color: #6a6d70;
  border: 1px solid #6a6d70;
  margin: 0;
  padding: 10px 15px 10px;
  text-decoration: none;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.sw-events-detail-categories li a:hover {
  background: #ffffff;
  color: #00b0e5;
  border: 1px solid #00b0e5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* ======================
Inner Hero
====================== */
section.inner-hero {
  display: block;
  position: relative;
  zoom: 1;
  text-align: center;
  height: 450px;
}
section.inner-hero .wrapper {
  top: 150px;
  position: absolute;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
section.inner-hero .item {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  zoom: 1;
  min-height: 30vh;
  width: 100vw !important;
  background-size: cover !important;
}
section.inner-hero .scrollable {
  min-height: 30vh !important;
}
section.inner-hero .hero-overlay {
  position: absolute;
  opacity: 0.2;
  background: #000;
  top: 0;
  left: 0;
  height: 450px;
  width: 100vw;
}
section.inner-hero h1 {
  color: #ffffff;
  font-size: 2.5em;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: table;
  padding: 30px 50px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.inner-hero h1 {
    font-size: 2em;
    margin-top: 0px;
  }
}
section.inner-hero p {
  color: #ffffff;
  font-size: 1.25em;
}
/* ======================
Inner CTA Emotion
====================== */
section.inner-emotion {
  background: #ffffff url("https://assets.speakcdn.com/assets/2397/position-bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 100px 0;
  position: relative;
  height: 500px;
}
section.inner-emotion .inner-content {
  width: 60%;
  text-align: center;
}
section.inner-emotion .inner-content h2 {
  color: #00b0e5;
  padding-bottom: 50px;
}
/* ======================
Breadcrumb
====================== */
ul#breadcrumb {
  list-style: none;
  -webkit-padding-start: 0px;
  -webkit-margin-after: 0em;
}
ul#breadcrumb li {
  display: inline-block;
  padding: 3px 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.6rem;
}
ul#breadcrumb li a {
  color: #8a959e;
  font-family: "proxima-nova", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 400;
}
ul#breadcrumb li a.current {
  color: #6a6d70;
}
ul#breadcrumb li a:hover {
  color: #00b0e5;
  transform: scale(1.05);
  text-shadow: 4px 3px 7px rgba(0, 0, 0, 0.25);
}
ul#breadcrumb li:after {
  content: "/";
  margin-left: 15px;
  color: rgba(138, 149, 158, 0.7);
}
ul#breadcrumb li:last-of-type:after {
  content: "";
  margin-left: 15px;
}
/* ======================
Sidebar
====================== */
.sidebar h2 {
  display: none;
}
.sidebar ul#subnav {
  list-style: none;
}
.sidebar ul#subnav a {
  display: block;
  background: transparent;
  padding: 10px 12px;
  width: 100%;
  color: #8a959e;
  font-family: "proxima-nova", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 400;
  border-bottom: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-size: 0.85em;
  padding: 0.5em;
}
.sidebar ul#subnav a:hover,
.sidebar ul#subnav a.current {
  color: #ab207a;
  transform: scale(1.05);
  text-shadow: 4px 3px 7px rgba(0, 0, 0, 0.25);
}
/* ====================== Sitewrench Page Parts ====================== */
/* ======================
Calendar
====================== */
.cal-display-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
a.cal-display-type {
  min-width: 150px;
  text-align: center;
  background: #c6ced3;
  color: #ffffff !important;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
  line-height: 1.33;
  border-radius: 20pt;
  padding: 0.85em 2.5em !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85em;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 600px) {
  a.cal-display-type {
    font-size: 0.7rem;
    letter-spacing: 0px;
  }
}
a.cal-display-type.active {
  background: #00b0e5;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
a.cal-display-type.active:hover {
  background: #009ccc;
}
a.cal-display-type:hover {
  background: #009ccc;
}
a.cal-display-type:nth-child(1) {
  border-radius: 20px 0 0 20px;
}
a.cal-display-type:nth-child(2) {
  border-radius: 0px 20px 20px 0px;
  margin-left: -1px;
}
.calendar-controls {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* ======================
Blog
====================== */
.blog .post-date {
  margin: 0;
  font-weight: 100;
}
.blog .post-title {
  color: #ab207a;
  margin: 0;
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
}
.blog .post-body {
  line-height: 1.5;
}
.blog .post-summary-read-more {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 11px;
  width: 175px;
  border-radius: 50px;
  letter-spacing: 3px;
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(241, 93, 34, 0.75);
  color: #fff !important;
  text-align: center;
}
.blog .post-summary-read-more:hover {
  background: #f15d22;
  -webkit-box-shadow: 0 2px 20px rgba(241, 93, 34, 0.85);
  box-shadow: 0 2px 20px rgba(241, 93, 34, 0.85);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog .post-profileinfo {
  font-size: 11px;
}
.blog .post-tags {
  font-size: 11px;
}
.blog .blog-entry {
  border-bottom: solid 0.5px #9ed800;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.blog #tbCommentButton {
  position: relative;
  display: block;
  color: black !important;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  border-radius: 26px;
  text-decoration: none;
  margin: 30px 0;
  z-index: 0;
  border: 2px solid #00b0e5;
  padding: 1.25em 2.5em !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  letter-spacing: 3px;
  overflow: hidden;
  transition: 1s all ease;
  margin-top: 50px;
}
.blog #tbCommentButton::before {
  background: #00b0e5;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.66s ease;
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(-10deg);
}
.blog #tbCommentButton:hover::before {
  height: 380% !important;
}
@media (max-width: 1150px) {
  .blog #tbCommentButton span {
    display: none;
  }
}
/* ======================
Forms
====================== */
fieldset {
  border: 1px solid #e6edf1;
  margin-bottom: 50px;
}
fieldset legend {
  color: #6a6d70;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  -webkit-margin-after: 0.3em;
  color: #00b0e5;
}
fieldset input[type="submit"] {
  margin-top: 20px;
}
input[type="text"]:not(.form-bot-stopper-value),
input[type="password"],
textarea {
  border: 1px solid #e6edf1;
  padding: 10px 5px;
  font-size: 0.875em;
  font-weight: 100;
  width: 100% !important;
}
input.form-bot-stopper-value {
  border: 1px solid #e6edf1;
  padding: 10px 5px;
  height: auto !important;
  font-size: 0.875em;
  font-weight: 100;
}
input[type="submit"] {
  position: relative;
  display: block;
  color: black !important;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  border-radius: 26px;
  text-decoration: none;
  margin: 30px 0;
  z-index: 0;
  border: 2px solid #00b0e5;
  padding: 1.25em 2.5em !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  letter-spacing: 3px;
  overflow: hidden;
  transition: 1s all ease;
}
input[type="submit"]::before {
  background: #00b0e5;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.66s ease;
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(-10deg);
}
input[type="submit"]:hover::before {
  height: 380% !important;
}
@media (max-width: 1150px) {
  input[type="submit"] span {
    display: none;
  }
}
select {
  -webkit-appearance: none;
  border: 1px solid #e6edf1;
  padding: 5px 20px 5px 5px;
  background-image: url(/SiteFiles/2397/css/images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 15px;
}
@media (max-width: 600px) {
  .sw-form-line-two-column .sw-form-question,
  .sw-form-line-two-column .sw-form-options,
  .sw-form-elements input[type="submit"] {
    width: 100%;
  }
  .sw-form-line-two-column .sw-form-question {
    margin-bottom: 15px;
  }
}
/* Membership Form Specific Styling */
.sw-sf-m-type {
  cursor: pointer;
  transition: all 0.2s ease;
}
.sw-sf-m-type a {
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
.sw-sf-m-type.current {
  cursor: pointer;
  background-color: rgba(0, 176, 229, 0.6);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 2%;
  color: white;
  transition: all 0.2s ease;
}
/* ======================
Hours & Times Modal (codyhouse)
====================== */
/* ====================== Open Hours ====================== */
.cd-popup-container {
  background: #00b0e5;
  overflow: hidden;
}
.cd-popup-container h5 {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 0.85em;
}
.cd-popup-container h1 {
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 900;
  color: #ffffff;
  line-height: 100%;
  font-size: 2rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cd-popup-container h1 {
    font-size: 1.25em;
  }
}
.cd-popup-container h3 {
  margin-top: 40px;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
}
.cd-popup-container p {
  font-size: 1em;
  margin-top: 20px;
  color: #ffffff;
}
.cd-popup-container table {
  color: #ffffff;
}
.cd-popup-container table td {
  padding: 4px;
}
.cd-popup-container .sf-hours-module td {
  width: 155px;
  float: left;
  padding: 10px;
}
@media (max-width: 768px) {
  .cd-popup-container .sf-hours-module td {
    padding: 10px 0;
    font-size: 12px;
  }
  .cd-popup-container .sf-hours-module td:nth-child(1) {
    width: 90px !important;
  }
}
.cd-popup-container .sf-hours-module tr:nth-child(odd) {
  background: #00ace0;
}
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(106, 109, 112, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 3;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  padding: 20px;
  margin: 6em auto;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 4;
}
.cd-popup-container p {
  padding: 3em 1em;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 0.25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 0.25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close:hover {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #ffffff;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}
/* ======================
Alert (codyhouse)
====================== */
.cd-alert-container {
  background: #f15d22;
  overflow: hidden;
  min-height: 250px;
  color: #ffffff;
}
.cd-alert-container h1,
.cd-alert-container h2,
.cd-alert-container h3,
.cd-alert-container h4,
.cd-alert-container h5,
.cd-alert-container h6,
.cd-alert-container p {
  color: #ffffff;
}
.cd-alert-container h2:after {
  content: " ";
  width: 100px;
  height: 3px;
  background: rgba(255, 255, 255, 0.43);
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.cd-alert {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(106, 109, 112, 0.3);
  opacity: 1;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 3;
}
.cd-alert.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-alert-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  padding: 20px;
  margin: 6em auto;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 4;
}
.cd-alert-container p {
  padding: 3em 1em;
}
.cd-alert-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-alert-container .cd-buttons li {
  float: left;
  width: 50%;
}
.cd-alert-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-alert-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 0.25em;
}
.no-touch .cd-alert-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-alert-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 0.25em 0;
}
.no-touch .cd-alert-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-alert-container .cd-alert-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-alert-container .cd-alert-close:hover {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cd-alert-container .cd-alert-close::before,
.cd-alert-container .cd-alert-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #ffffff;
}
.cd-alert-container .cd-alert-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-alert-container .cd-alert-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-alert-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-alert-container {
    margin: 8em auto;
  }
}
/* ======================
Video Modal (codyhouse)
====================== */
.cd-video {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f15d22+0,ba2650+100&0.9+0,0.9+100 */
  background: -moz-linear-gradient(-45deg, rgba(241, 93, 34, 0.9) 0%, rgba(186, 38, 80, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(241, 93, 34, 0.9) 0%, rgba(186, 38, 80, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(241, 93, 34, 0.9) 0%, rgba(186, 38, 80, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6f15d22', endColorstr='#e6ba2650', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 3;
}
.cd-video.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-video-container {
  position: relative;
  width: 90%;
  max-width: 960px;
  padding: 20px;
  margin: 4em auto;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 4;
}
.cd-video-container p {
  padding: 3em 1em;
}
.cd-video-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-video-container .cd-buttons li {
  float: left;
  width: 50%;
}
.cd-video-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-video-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 0.25em;
}
.no-touch .cd-video-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-video-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 0.25em 0;
}
.no-touch .cd-video-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-video-container .cd-video-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-video-container .cd-video-close:hover {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cd-video-container .cd-video-close::before,
.cd-video-container .cd-video-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #ffffff;
}
.cd-video-container .cd-video-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-video-container .cd-video-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-video-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-video-container {
    margin: 8em auto;
  }
}
/* ======================
Fixed Node Buttons
====================== */
.nodes-off {
  visibility: hidden;
  display: table;
  position: fixed;
  z-index: 1;
  overflow-y: auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
  right: 0;
  top: 15%;
  bottom: auto;
  height: 50vh;
  width: 150px;
  max-width: none;
  max-height: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: transparent;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 992px) {
  .nodes-off {
    display: none;
  }
}
.nodes-on {
  visibility: visible;
  display: table;
  position: fixed;
  z-index: 1;
  overflow-y: auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
  right: 0;
  top: 15%;
  bottom: auto;
  height: 50vh;
  width: 150px;
  max-width: none;
  max-height: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: transparent;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/*.bubble-on {
	opacity:1;
	.transition-cubic();
}

.bubble-off {
	opacity:0;
	.transition-cubic();
}*/
.hours-bubble {
  position: absolute;
  top: 165px;
  right: 20px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: rgba(106, 109, 112, 0.5);
  padding: 1rem;
  color: white;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-height: 600px) {
  .hours-bubble {
    display: none;
  }
}
.hours-bubble:before {
  content: "\f017";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #ffffff;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 14px;
  left: 14px;
}
.hours-bubble a {
  font-size: 0.65em;
  position: absolute;
  top: 15px;
  left: 50px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hours-bubble:hover {
  border-radius: 999rem;
  padding: 1rem;
  width: 130px;
  height: 45px;
  background: #00b0e5;
  color: white;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hours-bubble:hover a {
  opacity: 1;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s;
  -webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.directions-bubble {
  position: absolute;
  top: calc(165px + 60px);
  right: 20px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: rgba(106, 109, 112, 0.5);
  padding: 1rem;
  color: white;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-height: 600px) {
  .directions-bubble {
    display: none;
  }
}
.directions-bubble:before {
  content: "\f124";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #ffffff;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 13px;
  left: 13px;
}
.directions-bubble a {
  font-size: 0.65em;
  position: absolute;
  top: 15px;
  left: 40px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.directions-bubble:hover {
  border-radius: 999rem;
  padding: 1rem;
  width: 100px;
  height: 45px;
  background: #00b0e5;
  color: white;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.directions-bubble:hover a {
  opacity: 1;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s;
  -webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.map-bubble {
  position: absolute;
  right: 20px;
  top: calc(225px + 60px);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: rgba(106, 109, 112, 0.5);
  padding: 1rem;
  color: white;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-height: 600px) {
  .map-bubble {
    display: none;
  }
}
.map-bubble:before {
  content: "\f279";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #ffffff;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 13px;
  left: 13px;
}
.map-bubble a {
  font-size: 0.65em;
  position: absolute;
  top: 15px;
  left: 50px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.map-bubble:hover {
  border-radius: 999rem;
  padding: 1rem;
  width: 105px;
  height: 45px;
  background: #00b0e5;
  color: white;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.map-bubble:hover a {
  opacity: 1;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s;
  -webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact-bubble {
  position: absolute;
  top: calc(285px + 60px);
  right: 20px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: rgba(106, 109, 112, 0.5);
  padding: 1rem;
  color: white;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-height: 600px) {
  .contact-bubble {
    display: none;
  }
}
.contact-bubble:before {
  content: "\f075";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #ffffff;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 13px;
  left: 13px;
}
.contact-bubble a {
  font-size: 0.65em;
  position: absolute;
  top: 15px;
  left: 50px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact-bubble:hover {
  border-radius: 999rem;
  padding: 1rem;
  width: 130px;
  height: 45px;
  background: #00b0e5;
  color: white;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact-bubble:hover a {
  opacity: 1;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s;
  -webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.alert-bubble {
  position: absolute;
  top: calc(345px + 60px);
  right: 20px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: rgba(106, 109, 112, 0.5);
  padding: 1rem;
  color: white;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-height: 600px) {
  .alert-bubble {
    display: none;
  }
}
.alert-bubble:before {
  content: "\f071";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #ffffff;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 13px;
  left: 13px;
}
.alert-bubble a {
  font-size: 0.65em;
  position: absolute;
  top: 15px;
  left: 50px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.alert-bubble:hover {
  border-radius: 999rem;
  padding: 1rem;
  width: 130px;
  height: 45px;
  background: #f15d22;
  color: white;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.alert-bubble:hover a {
  opacity: 1;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s;
  -webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* ======================
Mobile Node Buttons
====================== */
.nodes-mobile {
  visibility: visible;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-padding-start: 0;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  list-style: none;
  min-width: 100%;
  overflow: hidden;
  padding: 0.5rem;
  position: fixed;
  z-index: 1;
}
@media (min-width: 769px) {
  .nodes-mobile {
    display: none !important;
  }
}
.nodes-mobile img {
  display: block;
  margin: 0 auto;
  padding-bottom: 3px;
}
.nodes-mobile > div {
  background: rgba(106, 109, 112, 0.6);
  margin-left: 1px;
  margin-right: 1px;
  min-width: 24.5%;
  padding: 0.5rem;
}
.nodes-mobile > div a {
  color: #eeeeee !important;
  font-family: "proxima-nova", Century Gothic, Helvetica, Arial, san-serif;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* ======================
Mixitup 
====================== */
.filter-headline {
  text-align: center;
  margin-bottom: 30px;
}
.filter-headline img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: block;
}
#Container .mix {
  display: none;
}
.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.grid .mix {
  -webkit-flex-basis: 23%;
  flex-basis: 23%;
  margin: 0 2% 2% 0;
  position: relative;
}
.grid .mix img {
  width: 100%;
  height: auto;
}
.grid .mix .exhibit-info {
  position: absolute;
  padding: 20px;
  bottom: 0;
  width: 100%;
}
.grid .mix .exhibit-info h2 {
  font-size: 1.5rem;
  margin: 0;
  color: #fff;
}
.grid .mix .exhibit-info p {
  margin-bottom: 0px;
  color: #fff;
}
.grid .mix.dog .exhibit-info {
  background-color: rgba(0, 176, 229, 0.65);
}
.grid .mix.free .exhibit-info {
  background-color: rgba(241, 93, 34, 0.65);
}
.grid-buttons {
  margin-bottom: 50px;
  text-align: center;
}
/*.grid-buttons button[data-filter="all"] {
		background:fadeout(#c6ced3,25%);
		color: #fff!important;
		line-height: 1.33;
		border-radius: 20px;
		text-transform: uppercase;
		padding: 0.65em 1.85em!important;
		font-weight: 700;
		font-size: .85em;
		letter-spacing: 2px;
		border:1px solid #c6ced3;
		.transition-cubic();

		&:hover {
			background:#c6ced3;
			-webkit-box-shadow: 0 2px 20px fadeout(#c6ced3,15%);
			        box-shadow: 0 2px 20px fadeout(#c6ced3,15%);
			.transition-cubic();
		}
	}*/
.grid-buttons button {
  background: transparent;
  color: #8a959e !important;
  margin: 0 auto;
  line-height: 1.33;
  border-radius: 20px;
  border: 0px;
  padding: 0.65em 1.85em !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.85em;
  letter-spacing: 2px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid-buttons button:hover {
  color: #6a6d70 !important;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid-buttons button:before {
  content: " ";
  border-radius: 50%;
  position: relative;
  display: inline-block;
  height: 5px;
  margin-top: -3px;
  padding: 5px;
  margin-right: 10px;
  width: 5px;
  background: #ddd;
  outline: 0;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.grid-buttons button.active:before {
  background: #9ed800;
  outline: 0;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.grid-buttons button.active {
  outline: 0;
}
/* Medium Screens */
@media screen and (max-width: 992px) {
  .mix {
    -webkit-flex-basis: 31% !important;
    flex-basis: 31% !important;
  }
}
/* Small Screens */
@media screen and (max-width: 767px) {
  .mix {
    -webkit-flex-basis: 48% !important;
    flex-basis: 48% !important;
  }
}
/* XSmall Screens */
@media screen and (max-width: 600px) {
  .mix {
    -webkit-flex-basis: 100% !important;
    flex-basis: 100% !important;
    margin: 0 0 30px 0 !important;
  }
}
/* ====================== Mobile ====================== */
@media (max-width: 768px) {
  .mobile-zap {
    display: none !important;
  }
}
/* ====================== Animation Delays ====================== */
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.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;
}
.news-archive-container .news-archive-entry-container img {
  width: 100%;
  height: auto;
}
body.plan .clean-hero .filter-headline {
  display: none;
}
section.signup .signupPanel input#signupField {
  width: 80% !important;
}
input#page-alert-dismiss {
  float: right;
}
.page-alert-message {
  background-color: rgba(247, 251, 3, 0.9);
  border: 6px solid #00b0e5;
  border-radius: 0;
  color: black;
  left: 50%;
  position: fixed;
  text-align: left;
  top: 25%;
  width: 400px;
  z-index: 1001;
  padding: 20px;
  margin-left: -210px;
}
div.places-app-map-canvas {
  width: 100% !important;
  height: 800px !important;
}
.about.park-map a.hero-btn.btn-primary {
  margin: 26px;
  display: block;
  text-align: center;
  background: #00a0de;
}
.about.park-map a.hero-btn.btn-primary:hover {
  box-shadow: 0 2px 20px rgba(0, 160, 222, 0.75);
}
@media (min-width: 0px) and (max-width: 1150px) {
  .nav-drawer button#drawer-toggle {
    width: 66px;
    right: -15px;
    text-align: center;
  }
  .nav-drawer button#drawer-toggle span {
    display: flex;
  }
}
.sponsor-badges img {
  display: inline-block;
  /* float: left; */
  width: 15%;
  height: auto;
  margin: 20px;
  max-height: 200px !important;
}
body.about.contact {
  text-align: inherit !important;
}
.flexbox-33.sidebar #subnav {
  position: absolute;
  right: 15%;
}
@media (max-width: 768px) {
  .flexbox-33.sidebar #subnav {
    position: relative;
    right: 0;
    box-shadow: 0 0 10px rgba(144, 144, 144, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(144, 144, 144, 0.5);
    -moz-box-shadow: 0 0 10px rgba(144, 144, 144, 0.5);
    -o-box-shadow: 0 0 10px rgba(144, 144, 144, 0.5);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* ======================
Newsletter Signup
====================== */
section.signup {
  background: rgba(0, 176, 229, 0.8);
  background-size: cover;
  color: #ffffff;
  padding: 70px 0;
  position: relative;
  height: 350px;
  margin-top: -350px;
}
section.signup h1 {
  color: #ffffff;
  padding-bottom: 20px;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.75em;
}
section.signup .signup-wrap ul {
  list-style: none;
  padding: 0em 1em;
}
section.signup .signup-wrap ul li {
  color: #ffffff;
  display: block;
}
section.signup .signup-wrap ul li:nth-of-type(4) {
  color: #ffffff;
  float: none !important;
  font-size: 0.65em;
  text-transform: uppercase;
}
.signup-wrap {
  color: #ffffff;
  text-align: center;
}
.signup-wrap p {
  display: block;
  float: none;
  margin-top: 20px;
}
.signup-wrap .sign-up-wrapper {
  padding: 0px;
  position: relative;
}
.signup-wrap .sign-up-wrapper .form-group {
  margin-bottom: 0px;
}
.signup-wrap .sign-up-wrapper .signup-field {
  -moz-appearance: none;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px 0 0 20px;
  color: #6a6d70;
  padding: 10px 30px;
  float: left;
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  height: 100%;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
  min-height: 50px;
  width: 80% !important;
}
.signup-wrap .sign-up-wrapper .signup-Button {
  -moz-appearance: none;
  -moz-border-radius: 0px;
  -moz-transition: all 0.33s ease-in-out;
  -o-border-radius: 0px;
  -o-transition: all 0.33s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-transition: all 0.33s ease-in-out;
  background: #6a6d70;
  border-radius: 0px 20px 20px 0;
  border: 0px;
  color: #ffffff;
  float: right;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 900;
  font-size: 1.3em;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
  min-height: 50px;
  text-transform: uppercase;
  transition: all 0.33s ease-in-out;
  width: 20%;
}
.signup-wrap .sign-up-wrapper .signup-Button:hover {
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
  background: #454749;
  color: #ffffff;
  transition: all 0.33s ease-in-out;
}
.signup-field:focus {
  background-color: rgba(0, 0, 0, 0.4);
  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);
  outline: 0;
  border: 1px solid transparent !important;
  color: #ffffff !important;
  text-transform: none;
}
.CalendarMenu {
  display: flex;
  justify-content: center !important;
  align-items: center;
}
.CalendarMenu .CalendarMenuCenter {
  display: none;
}
@media (min-width: 1000px) {
  .CalendarMenu .CalendarMenuCenter {
    display: flex;
    border-radius: 50px;
    background-color: #00b0e5;
    padding: 0.3em;
  }
  .CalendarMenu .CalendarMenuCenter .CalendarMenu__currentItem {
    border: none;
    background-color: white;
    border: 2px solid white;
    padding: 0.3em;
    border-radius: 26px;
    color: #ab207a;
  }
  .CalendarMenu .CalendarMenuCenter .CalendarMenu__currentItem:hover {
    letter-spacing: 1px;
    color: #ab207a !important;
  }
  .CalendarMenu .CalendarMenuCenter a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 0.9em;
    transition: all 0.33s ease-in-out;
    font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  }
  .CalendarMenu .CalendarMenuCenter a:hover {
    letter-spacing: 2px;
    text-decoration: none;
    color: white !important;
  }
}
.CalendarMonthFilter__button {
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif !important;
  font-size: 1em !important;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  font-weight: 700 !important;
  background-color: #f15d22 !important;
  border: none !important;
  transition: all 0.33s ease-in-out;
}
.CalendarMonthFilter__button:hover {
  background-color: #ab207a !important;
}
.swCalEvents {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;
}
@media (min-width: 746px) {
  .swCalEvents {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1150px) {
  .swCalEvents {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.CalendarListEvent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1em;
  margin: 0 !important;
  border: 1px solid #8a959e;
}
.CalendarListFooter {
  grid-column-start: 1;
  grid-column-end: 2;
}
@media (min-width: 746px) {
  .CalendarListFooter {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (min-width: 1150px) {
  .CalendarListFooter {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.CalendarListEvent__header {
  background-color: transparent !important;
}
.CalendarListEvent__header .CalendarListEvent__header_date {
  display: none !important;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: white;
  color: black;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.CalendarListEvent__header .CalendarListEvent__header_date .CalendarListEvent__header_date-date {
  display: none;
  font-size: 2em;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
}
.CalendarListEvent__header .CalendarListEvent__header_date .CalendarListEvent__header_date-month {
  display: none;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-weight: 700;
  font-size: 1em;
}
.CalendarListEvent__header img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.CalendarListEvent__content {
  margin: 0 !important;
  margin-left: 0 !important;
  padding: 0 1em;
  text-align: center;
}
.CalendarListEvent__content .CalendarListEvent__title {
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
  color: #ab207a;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
}
.CalendarListEvent__content .CalendarListEvent__date_time {
  font-size: 1em;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
}
.CalendarListEvent__content .CalendarListEvent__date_time img {
  display: none;
}
.CalendarListEvent__content .CalendarListEvent__location {
  font-size: 1em;
  font-weight: 700;
  color: #6a6d70;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
}
.CalendarListEvent__content .CalendarListEvent__description {
  font-size: 1em;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  padding: 1em;
}
.CalendarListEvent__content .CalendarListEvent__description a {
  position: relative;
  background: #9ed800;
  display: block;
  color: black !important;
  font-size: 14px;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  border-radius: 26px;
  text-decoration: none;
  margin: 27px 10px 0 20px;
  z-index: 0;
  padding: 1em 2.5em !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.72rem !important;
  line-height: 1.33;
  letter-spacing: 3px;
  overflow: hidden;
  transition: 1s all ease;
}
.CalendarListEvent__content .CalendarListEvent__description a::before {
  background: #00b0e5;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.66s ease;
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(-10deg);
}
.CalendarListEvent__content .CalendarListEvent__description a:hover::before {
  height: 380% !important;
}
.CalendarMonth__header_label {
  background-color: #00b0e5 !important;
  border-bottom: 5px solid white;
  color: white;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}
.CalendarGridDay__header {
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-size: 1.2em;
  text-align: center;
}
.CalendarGridDay--current-day .CalendarGridDay__header {
  background-color: #ab207a !important;
}
.CalendarGridDay {
  min-height: 15rem !important;
}
.CalendarGridDay .CalendarGridDay__events {
  display: flex;
  justify-content: center;
}
.CalendarGridDay .CalendarGridDayEvent {
  padding: 1em 0;
  margin: 0;
}
.CalendarGridDay .CalendarGridDayEvent a {
  font-size: 0.9em;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
}
.CalendarGridDay .CalendarGridDayEvent a:hover {
  text-decoration: none;
  color: #ab207a;
}
.CalendarGridDay .CalendarGridDayEvent svg {
  display: none;
}
.CalendarMonthNavigation__action {
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-size: 1.1em;
}
.CalendarMonthNavigation__header .month-picker .box {
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  color: #ab207a;
  font-weight: 700;
}
.CalendarGridDayEventPopover {
  display: none !important;
}
.detailed-event-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
.detailed-event-container .CalendarEvent .CalendarEvent__title {
  text-align: center;
  color: #ab207a;
  font-size: 2em;
}
.detailed-event-container .CalendarEvent .CalendarEvent__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.detailed-event-container .CalendarEvent .CalendarEvent__box .CalendarEvent__details {
  padding: 0;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.detailed-event-container .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__featuredImageBox {
  border-radius: 26px !important;
  width: 200px;
  height: 200px;
}
.detailed-event-container .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__description p {
  text-align: center !important;
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
  font-size: 1.1em;
}
.detailed-event-container .CalendarEvent .CalendarEvent__box .CalendarEvent__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.detailed-event-container .CalendarEvent .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__date_time {
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
}
.detailed-event-container .CalendarEvent .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__date_time img {
  display: none;
}
.detailed-event-container .CalendarEvent .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__contactName {
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
}
.detailed-event-container .CalendarEvent .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__contactEmail {
  font-family: "brandon-grotesque", Century Gothic, Helvetica, Arial, san-serif;
}
.flip-container {
  width: calc(100% / 1);
  height: 325px;
  margin: auto;
}
@media (min-width: 768px) {
  .flip-container {
    width: calc(100% / 2);
  }
}
@media (min-width: 1200px) {
  .flip-container {
    width: calc(100% / 4);
  }
}
.flip-container:nth-child(2) .flip-container-front {
  background-color: #ab207a;
}
.flip-container:nth-child(2) .flip-container-back {
  border: 10px solid #ab207a;
}
.flip-container:nth-child(3) .flip-container-front {
  background-color: #9ed800;
}
.flip-container:nth-child(3) .flip-container-back {
  border: 10px solid #9ed800;
}
.flip-container:nth-child(4) .flip-container-front {
  background-color: #f15d22;
}
.flip-container:nth-child(4) .flip-container-back {
  border: 10px solid #f15d22;
}
.flip-container-front {
  text-align: center;
  position: absolute;
  backface-visibility: hidden;
  transition: linear 0.7s;
  transform: rotateY(0deg);
  height: 325px;
  width: 100%;
  background-color: #00b0e5;
}
@media (min-width: 768px) {
  .flip-container-front {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .flip-container-front {
    width: 25%;
  }
}
.flip-container-front img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
  opacity: 0.3;
}
.flip-container-front h3 {
  position: absolute;
  width: 100%;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
@media (min-width: 1200px) {
  .flip-container-front h3 {
    top: 40%;
  }
}
.flip-container-front p {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
@media (min-width: 1200px) {
  .flip-container-front p {
    display: none;
  }
}
.flip-container-front a {
  position: absolute;
  width: 80%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white !important;
  font-size: 14px;
  border: 2px solid black;
}
@media (min-width: 1200px) {
  .flip-container-front a {
    display: none;
  }
}
.flip-container-back {
  position: absolute;
  backface-visibility: hidden;
  transition: linear 0.7s;
  transform: rotateY(180deg);
  background-color: white;
  border: 10px solid #00b0e5;
  height: 325px;
  width: 100%;
  padding: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .flip-container-back {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .flip-container-back {
    width: 25%;
  }
}
.flip-container-back h3 {
  margin: 0;
}
.flip-container-back a {
  margin: 0;
}
@media (min-width: 1200px) {
  .flip-container:hover > .flip-container-front {
    transform: rotateY(-180deg);
    height: 200px;
    width: 200px;
  }
  .flip-container:hover > .flip-container-back {
    transform: rotateY(0deg);
  }
}
.experience-portal-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.photo-gallery .item {
  width: 500px;
  height: 500px;
}
.photo-gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.photo-gallery .browse {
  font-size: 30px;
}
.photo-gallery .forward {
  position: absolute;
  right: calc(5% + 20px);
  width: 100%;
  text-align: right;
}
.photo-gallery .scrollable {
  margin: 0 auto;
}
.photo-gallery .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 1em;
}
.photo-gallery .pager a {
  padding: 1em;
}
.slider__photo {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.slider__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  margin: calc(1rem * 2) auto 0;
}
@media (min-width: 1024px) {
  .slider__nav {
    grid-template-columns: repeat(5, 1fr);
  }
}
.slider__nav-button {
  border: none;
  background: none;
  aspect-ratio: 16/9;
}
.slider__nav-button img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.slider__nav-button.tns-nav-active .slider__nav-photo {
  border-color: #00b0e5;
}
.slider__nav-photo {
  aspect-ratio: 1 / 1;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}
.slider__nav-photo:hover {
  border-color: #00b0e5;
}
.page-alert {
  display: none;
  position: fixed;
  top: 80px;
  left: 50%;
  translate: -50% 0;
  width: 90vw;
  height: fit-content;
  z-index: 99999;
  flex-direction: column;
  background: white;
  max-height: 90vh;
  box-shadow: 0 25px 25px -14px rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
}
@media (min-width: 1024px) {
  .page-alert {
    flex-direction: row;
    width: 80vw;
    top: 20vh;
  }
}
.page-alert--active {
  display: flex;
}
.page-alert__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  background: white;
  padding: 3px;
  display: flex;
  align-items: center;
}
.page-alert__close img {
  height: 20px;
  filter: invert(1);
}
.page-alert__image {
  width: 100%;
  height: 300px;
}
@media (min-width: 1024px) {
  .page-alert__image {
    width: 45%;
    height: unset;
  }
}
.page-alert__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-alert__content {
  width: 100%;
  padding: 1rem 2rem;
}
@media (min-width: 1024px) {
  .page-alert__content {
    width: 55%;
    padding: 3rem;
  }
}
.recent-news {
  padding-left: 20px;
  width: calc(100vw - 0px);
}
@media (min-width: 1024px) {
  .recent-news {
    padding-left: 40px;
  }
}
@media (min-width: 1440px) {
  .recent-news {
    padding-left: 80px;
  }
}
.recent-news .section-header {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .recent-news .tns-outer {
    position: relative;
    width: 150vw;
    z-index: 2;
  }
}
.recent-news .tns-nav {
  display: flex;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .recent-news .tns-nav {
    width: calc(20vw - 40px);
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .recent-news .tns-nav {
    width: calc(20vw - 80px);
    margin: 0 auto;
  }
}
.recent-news .tns-nav button {
  flex: 1 auto;
  background: #00b0e5;
  border: none;
  min-height: 10px;
  margin-right: 20px;
  border-radius: 30px;
  max-width: 80px;
  transition: ease 0.3s;
}
.recent-news .tns-nav button.tns-nav-active {
  flex: 2 auto;
  max-width: unset;
}
.recent-news .blog-card {
  height: 100%;
}
.recent-news .blog-card__inner {
  background: #00b0e5;
  height: 100%;
  min-height: 400px;
}
.recent-news .blog-card__details {
  padding: 30px;
}
.recent-news .blog-card__photo {
  height: 300px;
  width: 100%;
  aspect-ratio: 16/9;
}
.recent-news .blog-card__photo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.recent-news .blog-card__date {
  color: white;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
}
.recent-news .blog-card__title {
  margin-top: 0;
  font-family: "Oswald", sans-serif;
}
.recent-news .blog-card__title a {
  color: white;
  font-size: 35px;
}
.recent-news .blog-card__excerpt {
  display: block;
  color: white;
  font-size: 18px;
  line-height: 30px;
}
