@charset "UTF-8";
/*!
Theme Name: Kidspace Children's Museum
Theme URI: https://kidspacemuseum.org/
Description: Custom Theme for Kidspace Children's Museum
Author: Lord Creative
Author URI: http://lordcreative.com
Version: 1.0

*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em; }

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF;
  /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */ }

.sf-menu a {
  color: #13a; }

.sf-menu li {
  background: #BDD2FF;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s; }

.sf-menu ul li {
  background: #AABDE6; }

.sf-menu ul ul li {
  background: #9AAEDB; }

.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #CFDEFF;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */ }

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5); }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-print:before {
  content: "\f02f"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("_/fonts/fontawesome/fa-solid-900.eot");
  src: url("_/fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("_/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("_/fonts/fontawesome/fa-solid-900.woff") format("woff"), url("_/fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("_/fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("_/fonts/fontawesome/fa-regular-400.eot");
  src: url("_/fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("_/fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("_/fonts/fontawesome/fa-regular-400.woff") format("woff"), url("_/fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("_/fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg"); }

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

/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("_/fonts/fontawesome/fa-brands-400.eot");
  src: url("_/fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("_/fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("_/fonts/fontawesome/fa-brands-400.woff") format("woff"), url("_/fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("_/fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

/* CSS RESET  ------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  overflow-y: scroll; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

:focus, a:active, a:selected {
  outline: 0;
  border: 0;
  ie-dummy: expression(this.hideFocus=true); }

a:active, a:selected, a:visited {
  border: none;
  outline: none;
  -moz-outline-style: none; }

iframe, object, embed {
  max-width: 100%; }

abbr {
  text-decoration: none; }

/* UTILITIES  ------------------------------------------------------------------*/
/* Clearfix ------- */
.clearfix:after, #newsletter-subscribe .ctct-form-wrapper:after, .content-block:after, .custom-content-blocks .upcoming-events .events-listing-header:after, .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row:after, .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__event:after, .single-tribe_events .upcoming-events .events-listing-header:after, .single-tribe_events .upcoming-events .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row:after, .single-tribe_events .upcoming-events .tribe-events-widget-events-list__event:after, #page-header:after, #top-bar:after, .contact-us .contact-form-content #contact-form:after {
  content: "";
  display: table;
  clear: both; }

/* Utility Classes ------- */
.left {
  float: left; }

.right {
  float: right; }

.hidden {
  display: none; }

/* src: common/_media-queries.scss */
/* src: common/_mixins.scss */
/* COLORS  ------------------------------------------------------------------*/
/* Brand Palette ------------------------------------ */
/* Grays --------------------------------------------- */
/* Assign General Usage ------------------------------ */
/* Utility classes for inline application of colors -- */
.kcm-orange {
  color: #ff6600 !important; }

.kcm-teal {
  color: #09b4a4 !important; }

.kcm-teal-med {
  color: #3ac3b6 !important; }

.kcm-teal-light {
  color: #6bd2c8 !important; }

.kcm-sky {
  color: #03a2d6 !important; }

.kcm-sky-med {
  color: #5bc2e4 !important; }

.kcm-sky-light {
  color: #5bc2e4 !important; }

.kcm-grape {
  color: #733f8b !important; }

.kcm-grape-med {
  color: #d795e3 !important; }

.kcm-grape-light {
  color: #e5baed !important; }

.kcm-rose {
  color: #d4227c !important; }

.kcm-rose-med {
  color: #df599d !important; }

.kcm-rose-light {
  color: #eea7cb !important; }

.kcm-watermelon {
  color: #f53f4e !important; }

.kcm-watermelon-med {
  color: #f86f7a !important; }

.kcm-watermelon-light {
  color: #fa9fa6 !important; }

.kcm-tangerine {
  color: #fb7900 !important; }

.kcm-tangerine-med {
  color: #ff972a !important; }

.kcm-tangerine-light {
  color: #ffb669 !important; }

.kcm-lemon {
  color: #ffab00 !important; }

.kcm-lemon-med {
  color: #ffca16 !important; }

.kcm-lemon-light {
  color: #ffdc67 !important; }

/* FONTS  ------------------------------------------------------------------*/
/* src: theme/_fonts.scss */
/* Archer (Hoefler & Co) -------------------------------- */
@font-face {
  font-family: 'HCo Archer';
  src: url("_/fonts/archer/woff2/Archer-Light-Pro_Web.woff2") format("woff2"), url("_/fonts/archer/woff/Archer-Light-Pro_Web.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'HCo Archer';
  src: url("_/fonts/archer/woff2/Archer-LightItal-Pro_Web.woff2") format("woff2"), url("_/fonts/archer/woff/Archer-LightItal-Pro_Web.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'HCo Archer';
  src: url("_/fonts/archer/woff2/Archer-Book-Pro_Web.woff2") format("woff2"), url("_/fonts/archer/woff/Archer-Book-Pro_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'HCo Archer';
  src: url("_/fonts/archer/woff2/Archer-BookItal-Pro_Web.woff2") format("woff2"), url("_/fonts/archer/woff/Archer-BookItal-Pro_Web.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'HCo Archer';
  src: url("_/fonts/archer/woff2/Archer-Medium-Pro_Web.woff2") format("woff2"), url("_/fonts/archer/woff/Archer-Medium-Pro_Web.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'HCo Archer';
  src: url("_/fonts/archer/woff2/Archer-MediumItal-Pro_Web.woff2") format("woff2"), url("_/fonts/archer/woff/Archer-MediumItal-Pro_Web.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'HCo Archer';
  src: url("_/fonts/archer/woff2/Archer-Semibold-Pro_Web.woff2") format("woff2"), url("_/fonts/archer/woff/Archer-Semibold-Pro_Web.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'HCo Archer';
  src: url("_/fonts/archer/woff2/Archer-SembdItal-Pro_Web.woff2") format("woff2"), url("_/fonts/archer/woff/Archer-SembdItal-Pro_Web.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'HCo Archer';
  src: url("_/fonts/archer/woff2/Archer-Bold-Pro_Web.woff2") format("woff2"), url("_/fonts/archer/woff/Archer-Bold-Pro_Web.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'HCo Archer';
  src: url("_/fonts/archer/woff2/Archer-BoldItal-Pro_Web.woff2") format("woff2"), url("_/fonts/archer/woff/Archer-BoldItal-Pro_Web.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'HCo Archer';
  src: url("_/fonts/archer/woff2/Archer-Black-Pro_Web.woff2") format("woff2"), url("_/fonts/archer/woff/Archer-Black-Pro_Web.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'HCo Archer';
  src: url("_/fonts/archer/woff2/Archer-BlackItal-Pro_Web.woff2") format("woff2"), url("_/fonts/archer/woff/Archer-BlackItal-Pro_Web.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

/* Poppins (Google/Indian Type Foundry) -------------------------------- */
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Poppins Thin Italic"), local("Poppins-ThinItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiAyp8kv8JHgFVrJJLmE0tDMPKhSkFEkm8.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Poppins Thin Italic"), local("Poppins-ThinItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiAyp8kv8JHgFVrJJLmE0tMMPKhSkFEkm8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Poppins Thin Italic"), local("Poppins-ThinItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiAyp8kv8JHgFVrJJLmE0tCMPKhSkFE.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Poppins ExtraLight Italic"), local("Poppins-ExtraLightItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmv1pVFteOYktMqlap.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Poppins ExtraLight Italic"), local("Poppins-ExtraLightItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmv1pVGdeOYktMqlap.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Poppins ExtraLight Italic"), local("Poppins-ExtraLightItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmv1pVF9eOYktMqg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Poppins Light Italic"), local("Poppins-LightItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm21lVFteOYktMqlap.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Poppins Light Italic"), local("Poppins-LightItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm21lVGdeOYktMqlap.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Poppins Light Italic"), local("Poppins-LightItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm21lVF9eOYktMqg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Italic"), local("Poppins-Italic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiGyp8kv8JHgFVrJJLucXtAOvWDSHFF.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Italic"), local("Poppins-Italic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiGyp8kv8JHgFVrJJLufntAOvWDSHFF.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Italic"), local("Poppins-Italic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium Italic"), local("Poppins-MediumItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmg1hVFteOYktMqlap.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium Italic"), local("Poppins-MediumItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmg1hVGdeOYktMqlap.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium Italic"), local("Poppins-MediumItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmg1hVF9eOYktMqg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold Italic"), local("Poppins-SemiBoldItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmr19VFteOYktMqlap.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold Italic"), local("Poppins-SemiBoldItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmr19VGdeOYktMqlap.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold Italic"), local("Poppins-SemiBoldItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmr19VF9eOYktMqg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold Italic"), local("Poppins-BoldItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmy15VFteOYktMqlap.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold Italic"), local("Poppins-BoldItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmy15VGdeOYktMqlap.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold Italic"), local("Poppins-BoldItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLmy15VF9eOYktMqg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Poppins ExtraBold Italic"), local("Poppins-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm111VFteOYktMqlap.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Poppins ExtraBold Italic"), local("Poppins-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm111VGdeOYktMqlap.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Poppins ExtraBold Italic"), local("Poppins-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm111VF9eOYktMqg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Poppins Black Italic"), local("Poppins-BlackItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm81xVFteOYktMqlap.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Poppins Black Italic"), local("Poppins-BlackItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm81xVGdeOYktMqlap.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Poppins Black Italic"), local("Poppins-BlackItalic"), url(https://fonts.gstatic.com/s/poppins/v12/pxiDyp8kv8JHgFVrJJLm81xVF9eOYktMqg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Poppins Thin"), local("Poppins-Thin"), url(https://fonts.gstatic.com/s/poppins/v12/pxiGyp8kv8JHgFVrLPTucXtAOvWDSHFF.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Poppins Thin"), local("Poppins-Thin"), url(https://fonts.gstatic.com/s/poppins/v12/pxiGyp8kv8JHgFVrLPTufntAOvWDSHFF.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Poppins Thin"), local("Poppins-Thin"), url(https://fonts.gstatic.com/s/poppins/v12/pxiGyp8kv8JHgFVrLPTucHtAOvWDSA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Poppins ExtraLight"), local("Poppins-ExtraLight"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLFj_Z11lFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Poppins ExtraLight"), local("Poppins-ExtraLight"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLFj_Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Poppins ExtraLight"), local("Poppins-ExtraLight"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLFj_Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Poppins Light"), local("Poppins-Light"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDz8Z11lFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Poppins Light"), local("Poppins-Light"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDz8Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Poppins Light"), local("Poppins-Light"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Regular"), local("Poppins-Regular"), url(https://fonts.gstatic.com/s/poppins/v12/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Regular"), local("Poppins-Regular"), url(https://fonts.gstatic.com/s/poppins/v12/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Regular"), local("Poppins-Regular"), url(https://fonts.gstatic.com/s/poppins/v12/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLGT9Z11lFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold"), local("Poppins-Bold"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold"), local("Poppins-Bold"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold"), local("Poppins-Bold"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDD4Z11lFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDD4Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDD4Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Poppins Black"), local("Poppins-Black"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLBT5Z11lFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Poppins Black"), local("Poppins-Black"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLBT5Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Poppins Black"), local("Poppins-Black"), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLBT5Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* TYPOGRAPHY  ------------------------------------------------------------------*/
/* src: theme/_typography.scss */
html {
  font-family: "Poppins", sans-serif;
  font-size: 80%;
  font-weight: 500;
  color: #333333; }
  @media only screen and (max-width: 979px) {
    html {
      font-size: 80%; } }
  @media only screen and (max-width: 767px) {
    html {
      font-size: 80%; } }
  @media only screen and (max-width: 320px) {
    html {
      font-size: 75%; } }

/* All general content-based text styles -------------------------------- */
h1, .header1 {
  margin: 0 0 1.625rem;
  padding: 0;
  font-family: "HCo Archer", sans-serif;
  font-weight: 900;
  font-size: 5.25rem;
  line-height: 1.07;
  letter-spacing: -.0125em; }
  @media only screen and (max-width: 767px) {
    h1, .header1 {
      font-size: 4.25rem; } }

h1.page-title {
  color: #fb7900; }
  h1.page-title a {
    text-decoration: none; }

h2, .header2, h1.page-title {
  margin: 0 0 .875rem;
  padding: 0;
  font-family: "HCo Archer", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.3; }
  @media only screen and (max-width: 767px) {
    h2, .header2, h1.page-title {
      font-size: 3rem; } }

h3, .header3, .single-tribe_events h1.tribe-events-single-event-title {
  margin: 0 0 1.125rem;
  padding: 0;
  font-family: "HCo Archer", sans-serif;
  font-weight: 900;
  font-size: 3.375rem;
  line-height: 1.07; }
  @media only screen and (max-width: 767px) {
    h3, .header3, .single-tribe_events h1.tribe-events-single-event-title {
      font-size: 2.5rem; } }

h4, .header4, .post-type-archive-tribe_events .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__day-marker, .single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
  margin: 0 0 1.75rem;
  padding: 0;
  font-family: "HCo Archer", sans-serif;
  font-weight: 900;
  font-size: 2.1875rem;
  line-height: 1.07; }

h5, .header5, .post-type-archive-tribe_events .tribe-events-calendar-month-mobile-events h3, .tooltipster-base h3, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content:before {
  margin: 0 0 1rem;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.473;
  letter-spacing: .01em; }

h6, .header6 {
  margin: 0 0 1.125rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.666;
  letter-spacing: -.005em; }

p {
  margin: 0 0 1.125rem;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.7; }

/* Unordered Lists */
ul {
  margin: 0 0 .8125rem;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.625;
  list-style-type: none; }
  ul li {
    position: relative;
    margin: 0 0 .5rem 0;
    padding: 0 0 0 1.325rem; }
    ul li:before {
      position: absolute;
      left: 0;
      top: -.1em;
      bottom: auto;
      font-size: 1.125em;
      content: '•'; }
  ul.carret-bullets li:before {
    position: absolute;
    left: .2em;
    top: auto;
    bottom: auto;
    font-size: .9375em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0da"; }
  ul.angle-bullets li:before {
    position: absolute;
    left: .2em;
    top: auto;
    bottom: auto;
    font-size: .9375em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105"; }
  ul.dash-bullets li:before {
    position: absolute;
    left: 0;
    top: auto;
    bottom: auto;
    content: '–'; }
  ul.checkmark-bullets li, .page-membership .tier-3 .columnar-list ul li {
    padding-left: 2em; }
    ul.checkmark-bullets li:before, .page-membership .tier-3 .columnar-list ul li:before {
      content: '✓';
      font-size: 1.9em;
      position: absolute;
      top: -0.425em;
      color: #ffab00; }
  ul.no-bullets li, .section-nav ul li, .mobile-quick-links ul li, #page-header #language-nav ul#language-nav-menu li, .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-header .tribe-events-header__top-bar ul.tribe-events-c-top-bar__nav-list li, .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-header .tribe-events-header__messages ul.tribe-events-c-messages__message-list li, .post-type-archive-tribe_events .tribe-events-calendar-month-mobile-events ul.tribe-events-c-nav__list li, .single-tribe_events .tribe-events-notices ul li, .single-tribe_events .tribe-events-nav-pagination ul.tribe-events-sub-nav li, .single-tribe_events .tribe-events-c-subscribe-dropdown ul.tribe-events-c-subscribe-dropdown__list li, .custom-content-blocks .upcoming-events ul.tribe-events-c-messages__message-list li, .single-tribe_events .upcoming-events .tribe-events-widget-events-list ul.tribe-events-c-messages__message-list li, #main-nav ul li, #mobile-nav ul#mobile-nav-menu li, #page-footer .footer-content ul.internal-links li, #page-footer ul.social-media-channels li, .hours-and-admission .museum-overview .museum-hours ul.hours-info li, .hours-and-admission .museum-overview .general-admission ul.admission-rates li, .video-gallery ul#video-category-filter-links li, .categories-nav ul li, .single .post .social-sharing ul li, .search-results ul.results-listings li {
    padding: 0; }
    ul.no-bullets li:before, .section-nav ul li:before, .mobile-quick-links ul li:before, #page-header #language-nav ul#language-nav-menu li:before, .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-header .tribe-events-header__top-bar ul.tribe-events-c-top-bar__nav-list li:before, .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-header .tribe-events-header__messages ul.tribe-events-c-messages__message-list li:before, .post-type-archive-tribe_events .tribe-events-calendar-month-mobile-events ul.tribe-events-c-nav__list li:before, .single-tribe_events .tribe-events-notices ul li:before, .single-tribe_events .tribe-events-nav-pagination ul.tribe-events-sub-nav li:before, .single-tribe_events .tribe-events-c-subscribe-dropdown ul.tribe-events-c-subscribe-dropdown__list li:before, .custom-content-blocks .upcoming-events ul.tribe-events-c-messages__message-list li:before, .single-tribe_events .upcoming-events .tribe-events-widget-events-list ul.tribe-events-c-messages__message-list li:before, #main-nav ul li:before, #mobile-nav ul#mobile-nav-menu li:before, #page-footer .footer-content ul.internal-links li:before, #page-footer ul.social-media-channels li:before, .hours-and-admission .museum-overview .museum-hours ul.hours-info li:before, .hours-and-admission .museum-overview .general-admission ul.admission-rates li:before, .video-gallery ul#video-category-filter-links li:before, .categories-nav ul li:before, .single .post .social-sharing ul li:before, .search-results ul.results-listings li:before {
      display: none; }
  ul ul {
    margin: 6px 0 0 15px; }
    ul ul li {
      margin: 0 0 6px 0; }

/* Ordered Lists */
ol {
  margin: 0 0 .8125rem;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.625; }
  ol li {
    position: relative;
    margin: 0 0 .5rem 1.125rem;
    padding: 0 0 0 .6rem; }
  ol ul li {
    padding: 0 0 0 1.325rem; }

/* Two Column Lists (mobile landscape & up) */
@media only screen and (min-width: 480px) {
  ul.list-two-column, ol.list-two-column {
    columns: 2; }
    ul.list-two-column li, ol.list-two-column li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }

/* Three Column Lists (mobile landscape & up) */
@media only screen and (min-width: 480px) {
  ul.list-three-column, ol.list-three-column {
    columns: 2; }
    ul.list-three-column li, ol.list-three-column li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }

@media screen and (min-width: 979px) {
  ul.list-three-column, ol.list-three-column {
    columns: 3; } }

/* Tables */
th, td {
  font-size: 1.125rem;
  line-height: 1.5; }

/* Misc. Elements & Styles */
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 2.125rem 0;
  padding: 0; }

sup {
  font-size: xx-small;
  vertical-align: top; }

.primary-font-family {
  font-family: "Poppins", sans-serif; }

.secondary-font-family {
  font-family: "HCo Archer", sans-serif; }

.light {
  font-weight: 200; }

.bold {
  font-weight: 800; }

.regular {
  font-weight: 400; }

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

.italic {
  font-style: italic; }

small, p.small, ul.small, ol.small {
  margin-bottom: .6125rem;
  font-size: 1rem;
  line-height: 1.325; }

ul.small li, ol.small li {
  margin: 0 0 0; }

span.large, p.large, .content-block.cb-page-intro p, .hours-and-admission .museum-overview .museum-hours p, ul.large, .hours-and-admission .museum-overview .museum-hours ul.hours-info, .hours-and-admission .museum-overview .general-admission ul.admission-rates, ol.large {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.666;
  letter-spacing: -.005em; }

ul.large li, .hours-and-admission .museum-overview .museum-hours ul.hours-info li, .hours-and-admission .museum-overview .general-admission ul.admission-rates li, ol.large li {
  margin: 0 0 1.5rem 0; }

/* Vertical spacing adjustments between specific sets of elements */
p + h1, ul + h1, ol + h1 {
  margin-top: 4rem; }

p + h2, ul + h2, ol + h2 {
  margin-top: 2.25rem; }

p + h3, ul + h3, ol + h3 {
  margin-top: 2rem; }

p + h4, ul + h4, ol + h4 {
  margin-top: 1.75rem; }

p + h5, ul + h5, ol + h5 {
  margin-top: 1.75rem; }

p + ul {
  margin-top: -.625rem; }

ul + hr, ol + hr {
  margin-top: 1.8rem; }

/* Link Styles */
a {
  color: #ff6600;
  cursor: pointer;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear; }
  a:link {
    color: #ff6600;
    text-decoration: none; }
  a:visited {
    color: #ff6600;
    text-decoration: none; }
  a:hover {
    color: #ff6600;
    text-decoration: underline; }
  a:active {
    color: #ff6600;
    text-decoration: underline; }

a.link-watermelon {
  color: #f53f4e; }
  a.link-watermelon:link {
    color: #f53f4e; }
  a.link-watermelon:visited {
    color: #f53f4e; }
  a.link-watermelon:hover {
    color: #f53f4e; }
  a.link-watermelon:active {
    color: #f53f4e; }

/* Selection Highlight Styles */
::-moz-selection {
  color: #ffffff;
  background: #ff6600; }

::selection {
  color: #ffffff;
  background: #ff6600; }

/* js-disabled messaging (inside <noscript> tags) */
.js-disabled {
  padding: 5px 5px 25px 5px;
  font-weight: 400;
  line-height: 1.25;
  color: red; }

/* STRUCTURE  ------------------------------------------------------------------*/
/* src: theme/_structure.scss */
/* Base Block Elements  -------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0 auto;
  padding: 0;
  background: #f8f7f5; }

#wrapper {
  position: relative; }

.inner-wrapper {
  display: block;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem; }
  @media only screen and (max-width: 767px) {
    .inner-wrapper {
      padding: 0 1.8rem; } }

/* Content Block  ------------------------------------------- */
#content {
  position: relative; }

/* BUTTONS  ------------------------------------------------------------------*/
/* Global button styles */
.button, input.button,
input[type="submit"],
input[type="reset"],
input[type="button"], .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a {
  display: inline-block;
  min-height: 3.5rem;
  border-radius: 1.725rem;
  padding: .98rem 2.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #ffffff;
  background: #333333;
  border: 3px solid #333333;
  text-align: center;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear; }
  .button:link,
  input:link[type="submit"],
  input:link[type="reset"],
  input:link[type="button"], .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:link, .button:visited,
  input:visited[type="submit"],
  input:visited[type="reset"],
  input:visited[type="button"], .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:visited {
    color: #ffffff;
    background: #333333;
    border-color: #333333;
    text-decoration: none; }
  .button:hover,
  input:hover[type="submit"],
  input:hover[type="reset"],
  input:hover[type="button"], .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:hover, .button:active,
  input:active[type="submit"],
  input:active[type="reset"],
  input:active[type="button"], .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:active {
    color: #ffffff;
    background: #ff6600;
    border-color: #ff6600; }
  .button.large,
  input.large[type="submit"],
  input.large[type="reset"],
  input.large[type="button"], .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a.large, .hours-and-admission .museum-overview .museum-hours ul.button.hours-info, .hours-and-admission .museum-overview .museum-hours p.button, .hours-and-admission .museum-overview .general-admission ul.button.admission-rates {
    min-height: 3.5rem;
    border-radius: 1.725rem;
    padding: .8rem 2.75rem;
    font-size: 1.25rem; }
  .button.small,
  input.small[type="submit"],
  input.small[type="reset"],
  input.small[type="button"], .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a {
    min-height: 3rem;
    border-radius: 1.5rem;
    padding: .75rem 2.25rem;
    font-size: 1rem; }
  .button.button-white:link,
  input.button-white:link[type="submit"],
  input.button-white:link[type="reset"],
  input.button-white:link[type="button"], .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a.button-white:link, .button.button-white:visited,
  input.button-white:visited[type="submit"],
  input.button-white:visited[type="reset"],
  input.button-white:visited[type="button"], .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a.button-white:visited {
    color: #333333;
    background: #ffffff;
    border-color: #ffffff; }
  .button.button-white:hover,
  input.button-white:hover[type="submit"],
  input.button-white:hover[type="reset"],
  input.button-white:hover[type="button"], .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a.button-white:hover, .button.button-white:active,
  input.button-white:active[type="submit"],
  input.button-white:active[type="reset"],
  input.button-white:active[type="button"], .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a.button-white:active {
    color: #ffffff;
    background: #333333;
    border-color: #333333; }
  .button.button-watermelon:link,
  input.button-watermelon:link[type="submit"],
  input.button-watermelon:link[type="reset"],
  input.button-watermelon:link[type="button"], .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a.button-watermelon:link, .button.button-watermelon:visited,
  input.button-watermelon:visited[type="submit"],
  input.button-watermelon:visited[type="reset"],
  input.button-watermelon:visited[type="button"], .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a.button-watermelon:visited {
    color: #ffffff;
    background: #f53f4e;
    border-color: #f53f4e; }
  .button.button-watermelon:hover,
  input.button-watermelon:hover[type="submit"],
  input.button-watermelon:hover[type="reset"],
  input.button-watermelon:hover[type="button"], .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a.button-watermelon:hover, .button.button-watermelon:active,
  input.button-watermelon:active[type="submit"],
  input.button-watermelon:active[type="reset"],
  input.button-watermelon:active[type="button"], .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a.button-watermelon:active {
    color: #ffffff;
    background: #ff6600;
    border-color: #ff6600; }
  .button.button-icon-pointer:after,
  input.button-icon-pointer[type="submit"]:after,
  input.button-icon-pointer[type="reset"]:after,
  input.button-icon-pointer[type="button"]:after, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a.button-icon-pointer:after {
    display: inline-block;
    margin-left: 0.7rem;
    margin-right: -.6rem;
    position: relative;
    top: .1rem;
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 0; }

.button-outline, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a,
.bg-white .button-outline,
.bg-white .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .bg-white a {
  background: #f8f7f5; }
  .button-outline:link, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:link, .button-outline:visited, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:visited,
  .bg-white .button-outline:link,
  .bg-white .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:link,
  .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .bg-white a:link,
  .bg-white .button-outline:visited,
  .bg-white .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:visited,
  .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .bg-white a:visited {
    background: #f8f7f5;
    color: #333333;
    border-color: #d8d8d8; }
  .button-outline:hover, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:hover, .button-outline:active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:active,
  .bg-white .button-outline:hover,
  .bg-white .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:hover,
  .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .bg-white a:hover,
  .bg-white .button-outline:active,
  .bg-white .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:active,
  .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .bg-white a:active {
    color: #ff6600;
    border-color: #ff6600; }

.bg-light-gray .button-outline, .bg-light-gray .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .bg-light-gray a {
  background: #ffffff; }
  .bg-light-gray .button-outline:link, .bg-light-gray .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:link, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .bg-light-gray a:link, .bg-light-gray .button-outline:visited, .bg-light-gray .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:visited, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .bg-light-gray a:visited {
    color: #333333;
    border-color: #e5e5e5; }
  .bg-light-gray .button-outline:hover, .bg-light-gray .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:hover, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .bg-light-gray a:hover, .bg-light-gray .button-outline:active, .bg-light-gray .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .bg-light-gray a:active {
    color: #ff6600;
    border-color: #ff6600; }

/* GENERAL FORM STYLES  ------------------------------------------------------------------*/
fieldset {
  position: relative;
  padding: 0 0 1rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #cccccc; }

.field-container {
  margin: 0 0 1.1rem 0; }

input[type="text"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="file"],
textarea,
select {
  width: 100%;
  height: 4rem;
  background-color: #ffffff;
  padding: 1rem 1.75rem;
  margin: 0 0 10px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.125;
  border: 1px solid #999999;
  -webkit-appearance: none; }

select {
  min-height: 3.125rem;
  padding: 1rem 1rem; }

input[type="checkbox"],
input[type="radio"] {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 1rem 1rem 0; }

input[type="search"] {
  -webkit-appearance: none;
  /* Remove default webkit styles */ }

input:focus, textarea:focus {
  -webkit-box-shadow: inset 0 0 5px #e4e4e4;
  -moz-box-shadow: inset 0 0 5px #e4e4e4;
  box-shadow: inset 0 0 5px #e4e4e4; }

input.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-weight: 700;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none; }

textarea {
  min-height: 4.6875rem; }

form.hide-labels label {
  display: none; }

/* Form Field Placeholder Text */
::-webkit-input-placeholder {
  color: #cccccc;
  padding-top: -4px; }

:-moz-placeholder {
  color: #cccccc;
  padding-top: -4px; }

::-moz-placeholder {
  color: #cccccc;
  padding-top: -4px; }

:-ms-input-placeholder {
  color: #cccccc;
  padding-top: -4px; }

/* Radio Button Group Layouts */
.radio-label {
  position: relative;
  top: -.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #333333; }

.radio-group {
  margin-bottom: 2.5rem; }
  .radio-group.horizontal .radio-label {
    margin-right: 15px; }
  .radio-group.vertical .radio-label {
    line-height: 22px; }
  .radio-group.error {
    background: rgba(255, 0, 0, 0.15); }

/* Checkbox Group Layouts */
.checkbox-label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #333333; }

.checkbox-group {
  margin: 0 0 10px 0;
  padding: 5px; }
  .checkbox-group.horizontal .checkbox-label {
    margin-right: 15px; }
  .checkbox-group.vertical .checkbox-label {
    line-height: 22px; }
  .checkbox-group.error {
    background: rgba(255, 0, 0, 0.15); }

/* Feedback */
.form-feedback {
  font: 400 13px/15px "Poppins", sans-serif;
  margin: 0 0 30px;
  padding: 10px;
  background: white; }
  .form-feedback.error {
    color: red;
    background: rgba(255, 0, 0, 0.15); }
  .form-feedback.success {
    color: green;
    background: rgba(0, 255, 0, 0.15); }

.feedback {
  margin: 0 0 2rem; }
  .feedback.error {
    padding: 1.5rem;
    background: rgba(255, 0, 0, 0.15);
    color: red; }
  .feedback.success {
    color: green; }

input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="search"].error,
input[type="email"].error,
input[type="url"].error,
input[type="number"].error,
input[type="file"].error,
textarea.error,
select.error {
  background: rgba(255, 0, 0, 0.15); }

/* "Required Fields" messaging */
.required-key {
  text-align: right;
  font: 400 12px/12px "Poppins", sans-serif;
  color: #ff6600;
  font-weight: bold;
  margin: 0 0 15px 0; }

.required::after {
  content: " *";
  color: #ff6600;
  font-weight: bold; }

.form-instructions {
  font: 600 12px/16px "Poppins", sans-serif;
  color: #333333;
  margin: 0 0 12px; }

.field-instructions {
  font: 400 11px/15px "Poppins", sans-serif;
  color: #333333;
  margin: 0 0 3px; }

/* ANNOUNCEMENT BAR  ------------------------------------------------------------------*/
/* src: theme/components/_announcement-bar.scss */
/* ANNOUNCEMENT BAR  ------------------------------------------------------*/
#announcement-bar {
  background: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 1.6vw;
  line-height: 1.2;
  color: #f53f4e;
  display: none; }
  #announcement-bar .inner-wrapper {
    display: block;
    margin: 0 3.75rem 0 1.8rem;
    padding: 1.5rem 0;
    text-align: left; }
  #announcement-bar a.announcement-link {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.125s linear;
    -moz-transition: all 0.125s linear;
    -o-transition: all 0.125s linear;
    transition: all 0.125s linear;
    color: #f53f4e;
    text-decoration: none; }
    #announcement-bar a.announcement-link:hover {
      text-decoration: underline; }
  #announcement-bar a.close-btn {
    display: block;
    position: absolute;
    top: 1.25rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    color: #cccccc;
    -webkit-transition: all 0.125s linear;
    -moz-transition: all 0.125s linear;
    -o-transition: all 0.125s linear;
    transition: all 0.125s linear; }
    #announcement-bar a.close-btn:before {
      position: relative;
      font-family: 'Font Awesome 5 Free';
      content: "\f00d";
      font-size: 1.8rem;
      font-weight: 900; }
    #announcement-bar a.close-btn:hover {
      text-decoration: none;
      color: #999999; }
  @media screen and (min-width: 1275px) {
    #announcement-bar {
      font-size: 1.25rem; }
      #announcement-bar .inner-wrapper {
        max-width: none;
        margin: 0 3.75rem;
        text-align: center; } }
  @media only screen and (min-width: 980px) and (max-width: 1024px) {
    #announcement-bar {
      font-size: 1.8vw; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    #announcement-bar {
      font-size: 1.9vw; }
      #announcement-bar .inner-wrapper {
        margin: 0 4.25rem 0 1.8rem; } }
  @media only screen and (max-width: 767px) {
    #announcement-bar {
      font-size: 1rem; }
      #announcement-bar .inner-wrapper {
        margin: 0 4.25rem 0 1.8rem;
        padding: 1rem 0; }
      #announcement-bar a.close-btn {
        top: .5rem;
        right: 1.1rem; }
        #announcement-bar a.close-btn:before {
          top: .25rem;
          font-size: 1.4rem; } }
  @media only screen and (max-width: 479px) {
    #announcement-bar a.close-btn {
      top: 1rem;
      right: 6px; } }

/* Minimized Header  ----------------------------------------- */
#page-header.minimized-header #announcement-bar {
  font-size: 1.2vw; }
  #page-header.minimized-header #announcement-bar .inner-wrapper {
    padding: .5rem 0; }
  #page-header.minimized-header #announcement-bar a.close-btn {
    top: .25rem;
    right: 1rem; }
    #page-header.minimized-header #announcement-bar a.close-btn:before {
      font-size: 1.4rem; }
  @media screen and (min-width: 1275px) {
    #page-header.minimized-header #announcement-bar {
      font-size: 1rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1024px) {
    #page-header.minimized-header #announcement-bar {
      font-size: 1.6vw; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    #page-header.minimized-header #announcement-bar {
      font-size: 1.5vw; } }
  @media only screen and (max-width: 767px) {
    #page-header.minimized-header #announcement-bar {
      font-size: 1rem; }
      #page-header.minimized-header #announcement-bar a.close-btn {
        top: .05rem; } }

/* HERO BANNER  -----------------------------------------------------------------------*/
/* src: theme/components/_hero-banner.scss */
#hero-banner {
  position: relative; }
  #hero-banner .hero-background {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #333333; }
    #hero-banner .hero-background.video video {
      width: 100%; }
    #hero-banner .hero-background.images .background-slide {
      width: 100%;
      height: 100%; }
    #hero-banner .hero-background.images .background-image {
      width: 100%;
      height: 100%; }
      #hero-banner .hero-background.images .background-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      #hero-banner .hero-background.images .background-image.img-align-left-top img {
        object-position: left top; }
      #hero-banner .hero-background.images .background-image.img-align-left-center img {
        object-position: left center; }
      #hero-banner .hero-background.images .background-image.img-align-left-bottom img {
        object-position: left bottom; }
      #hero-banner .hero-background.images .background-image.img-align-center-top img {
        object-position: center top; }
      #hero-banner .hero-background.images .background-image.img-align-center-center img {
        object-position: center center; }
      #hero-banner .hero-background.images .background-image.img-align-center-bottom img {
        object-position: center bottom; }
      #hero-banner .hero-background.images .background-image.img-align-right-top img {
        object-position: right top; }
      #hero-banner .hero-background.images .background-image.img-align-right-center img {
        object-position: right center; }
      #hero-banner .hero-background.images .background-image.img-align-right-bottom img {
        object-position: right bottom; }
  #hero-banner.darken-background .hero-background:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 200; }
  #hero-banner .inner-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    z-index: 200; }
  #hero-banner .hero-content {
    margin: 0 auto;
    padding: 2.5rem 0;
    text-align: center;
    color: #ffffff; }
    #hero-banner .hero-content h2 {
      font-family: "Poppins", sans-serif;
      font-size: 1.75rem;
      font-weight: 600; }
    #hero-banner .hero-content .button,
    #hero-banner .hero-content input[type="submit"],
    #hero-banner .hero-content input[type="reset"],
    #hero-banner .hero-content input[type="button"], #hero-banner .hero-content .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list #hero-banner .hero-content a {
      margin-top: 2.7rem; }
  @media only screen and (max-width: 767px) {
    #hero-banner .hero-content h1 {
      font-size: 3.25rem;
      margin-bottom: .75rem; }
    #hero-banner .hero-content h2 {
      font-size: 1.325rem;
      margin-bottom: .925rem; }
    #hero-banner .hero-content a.button, #hero-banner .hero-content .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list #hero-banner .hero-content a {
      margin-top: .25rem; } }

/* NEWSLETTER SUBSCRIBE  --------------------------------------------------------------*/
/* src: theme/components/_newsletter-subscribe.scss */
/* Style overrides for Constant Contact generated subscribe form (via CC plugin) */
#newsletter-subscribe {
  background-image: linear-gradient(to right, #e34c5f, #fe9b29);
  color: #ffffff; }
  #newsletter-subscribe .inner-wrapper {
    padding: 3.2rem;
    padding-bottom: 2.8rem;
    text-align: center; }
  #newsletter-subscribe .ctct-form-wrapper {
    display: block;
    max-width: 58.5rem;
    margin: 1.9rem auto; }
    #newsletter-subscribe .ctct-form-wrapper p.ctct-form-field-email {
      margin: 0;
      float: left;
      width: calc(100% - 14.75rem); }
      #newsletter-subscribe .ctct-form-wrapper p.ctct-form-field-email label {
        display: none; }
      #newsletter-subscribe .ctct-form-wrapper p.ctct-form-field-email input[type='email'] {
        margin: 0;
        height: 3rem;
        border: none;
        border-radius: 1.5rem; }
    #newsletter-subscribe .ctct-form-wrapper input[type='submit'] {
      float: right;
      min-height: 3rem;
      border-radius: 1.5rem;
      padding: .75rem 3.75rem .625rem;
      font-size: 1rem;
      color: #333333;
      background: #ffffff;
      border-color: #ffffff; }
      #newsletter-subscribe .ctct-form-wrapper input[type='submit']:hover, #newsletter-subscribe .ctct-form-wrapper input[type='submit']:active {
        color: #ffffff;
        background: #333333;
        border-color: #333333; }
    #newsletter-subscribe .ctct-form-wrapper .ctct-disclosure {
      display: none; }
    #newsletter-subscribe .ctct-form-wrapper a.ctct-button {
      display: none; }
  #newsletter-subscribe .ctct-message.ctct-success, #newsletter-subscribe .ctct-message.ctct-error {
    padding: 0;
    font-weight: 700;
    color: #ffffff;
    background: none !important;
    border: 0px solid transparent !important; }
  #newsletter-subscribe .ctct-message button.ctct-dismiss {
    display: none; }
  @media only screen and (max-width: 767px) {
    #newsletter-subscribe .ctct-form-wrapper p.ctct-form-field-email {
      margin: 0 0 1.5rem;
      float: none;
      width: 100%; }
    #newsletter-subscribe .ctct-form-wrapper input[type='submit'] {
      float: none; } }

/* SEARCH PANEL  ----------------------------------------------------------------*/
/* src: theme/components/_search-panel.scss */
#search-panel {
  position: relative;
  float: right;
  margin-right: -3.375rem;
  height: 3.5rem;
  padding: 0 3.375rem 0 1rem;
  background: #E35A80;
  background: linear-gradient(90deg, rgba(227, 90, 128, 0) 0%, #e35a80 75%, #e35a80 100%);
  display: none;
  width: 40%;
  /* 'Close Overlay' Button */
  /* Search Field */ }
  #search-panel input, #search-panel .field-container {
    margin-bottom: 0; }
  #search-panel a.close-button {
    display: block;
    position: absolute;
    top: 1.22rem;
    right: 1.25rem;
    width: 1rem;
    height: 1rem;
    color: #333333;
    opacity: 1;
    background: url(_/images/shared/btn-close-overlay.svg) no-repeat center center;
    background-size: 1rem 1rem;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
    #search-panel a.close-button:hover {
      opacity: .6; }
  #search-panel #searchform {
    margin: .5rem auto; }
    #search-panel #searchform label {
      display: none; }
    #search-panel #searchform input#s {
      -webkit-appearance: none;
      float: right;
      width: 100%;
      height: 2.4rem;
      border-radius: 1.2rem;
      margin-bottom: 0;
      padding: .45rem 6rem .5rem 1.25rem;
      border: 0;
      background: rgba(255, 255, 255, 0.2);
      font-size: 1rem;
      font-weight: 400;
      color: #ffffff; }
    #search-panel #searchform input#searchsubmit {
      position: absolute;
      top: 0.9rem;
      right: 4rem;
      min-height: auto;
      height: 1.6rem;
      padding: .3rem .8rem;
      font-size: .825rem;
      font-weight: 400;
      background: #f53f4e; }
  @media only screen and (max-width: 979px) {
    #search-panel {
      width: 60%; } }
  @media only screen and (max-width: 767px) {
    #search-panel {
      width: 100%; } }
  @media only screen and (max-width: 479px) {
    #search-panel {
      width: 105%;
      margin-right: -4.625rem;
      padding: 0 3.5rem 0 1rem; }
      #search-panel input#s {
        float: right;
        width: calc(100%); }
      #search-panel a.close-button {
        right: 1.8rem; } }

#page-header.minimized-header #search-panel {
  height: 2.5rem; }
  #page-header.minimized-header #search-panel a.close-button {
    top: .9rem;
    right: 1.25rem;
    width: .85rem;
    height: .85rem;
    background-size: .85rem .85rem; }
  #page-header.minimized-header #search-panel #searchform {
    margin: .4rem auto; }
    #page-header.minimized-header #search-panel #searchform input#s {
      height: 1.8rem;
      border-radius: .9rem;
      padding: .35rem 6rem .35rem 1.25rem;
      font-size: 1rem; }
    #page-header.minimized-header #search-panel #searchform input#searchsubmit {
      position: absolute;
      top: 0.6rem;
      right: 3.6rem;
      height: 1.4rem;
      padding: .3rem 0.7rem;
      font-size: 0.725rem; }

/* CONTENT HEADER / PAGE BANNER ------------------------------------------------------------------*/
/* Default Page Header ------ */
.content-header .inner-wrapper {
  padding-top: 3.9rem;
  padding-bottom: 1.9rem; }

/* Page Banner (Replaces default Page Header) ------ */
.page-banner {
  position: relative; }
  .page-banner .banner-background {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .page-banner .banner-background.image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .page-banner .banner-background.image.img-align-left-top {
        background-position: left top; }
      .page-banner .banner-background.image.img-align-left-center {
        background-position: left center; }
      .page-banner .banner-background.image.img-align-left-bottom {
        background-position: left bottom; }
      .page-banner .banner-background.image.img-align-center-top {
        background-position: center top; }
      .page-banner .banner-background.image.img-align-center-center {
        background-position: center center; }
      .page-banner .banner-background.image.img-align-center-bottom {
        background-position: center bottom; }
      .page-banner .banner-background.image.img-align-right-top {
        background-position: right top; }
      .page-banner .banner-background.image.img-align-right-center {
        background-position: right center; }
      .page-banner .banner-background.image.img-align-right-bottom {
        background-position: right bottom; }
  .page-banner.darken-background .banner-background:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .page-banner .inner-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    min-height: 46.5rem; }
  .page-banner .banner-content {
    margin: 0 auto;
    padding: 2.5rem 0;
    text-align: center;
    color: #ffffff; }
    .page-banner .banner-content h2 {
      font-family: "Poppins", sans-serif;
      font-size: 1.75rem;
      font-weight: 600; }
    .page-banner .banner-content .button,
    .page-banner .banner-content input[type="submit"],
    .page-banner .banner-content input[type="reset"],
    .page-banner .banner-content input[type="button"], .page-banner .banner-content .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .page-banner .banner-content a {
      margin-top: 1.8rem; }
  @media only screen and (max-width: 767px) {
    .page-banner .inner-wrapper {
      min-height: 38.75rem; }
    .page-banner .banner-content h1 {
      font-size: 3.25rem;
      margin-bottom: .75rem; }
    .page-banner .banner-content h2 {
      font-size: 1.325rem;
      margin-bottom: .925rem; }
    .page-banner .banner-content a.button, .page-banner .banner-content .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .page-banner .banner-content a {
      margin-top: .25rem; } }

/* CONTENT BLOCKS  ------------------------------------------------------*/
.content-block {
  /* Page Intro ---------------------------------------- */
  /* Single Column ------------------------------------------------------- */
  /* Two Column (1:1 Ratio) ---------------------------------------------- */
  /* Two Column (1:2 / 2:1 Ratio) ---------------------------------------- */
  /* Three Column (1:1:1 Ratio) ------------------------------------------ */
  /* Image/Text - Two Columns (1:1 Ratio) -------------------------------------- */
  /* Image/Text - Two Columns (1:2 / 2:1 Ratio) -------------------------------- */
  /* Feature Links (Cards) ----------------------------------------------- */
  /* Feature Links (Circles) --------------------------------------------- */
  /* Feature CTA --------------------------------------------------------- */
  /* Upcoming Events ----------------------------------------------------- */
  /* Videos Listing ------------------------------------------------------ */
  /* Membership Levels ------------------------------------------------------ */
  /* Quote --------------------------------------------------------------- */
  /* Horizontal Rule ----------------------------------------------------- */ }
  .content-block.bg-white {
    background: #ffffff; }
  .content-block.bg-light-gray {
    background: #f8f7f5; }
  .content-block.bg-grad-sky-teal {
    background-image: linear-gradient(to top, #03a2d6, #09b4a4); }
    .content-block.bg-grad-sky-teal * {
      color: white !important; }
  .content-block .inner-wrapper {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem; }
    .content-block .inner-wrapper > *:last-child {
      margin-bottom: 0; }
  .content-block p + a.button, .content-block .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list p + a, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .content-block p + a,
  .content-block ul + a.button,
  .content-block .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list ul + a,
  .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .content-block ul + a {
    margin-top: 1.5rem; }
  .content-block.reduce-spacing .inner-wrapper {
    padding-bottom: 0 !important; }
  .content-block img {
    max-width: 100%;
    height: auto; }
  @media only screen and (max-width: 767px) {
    .content-block img {
      width: 100%;
      height: auto; } }
  .content-block.cb-page-intro .inner-wrapper {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem; }
  .content-block.cb-page-intro h2 {
    color: #ff972a; }
  @media only screen and (min-width: 768px) {
    .content-block.cb-two-column-1-1-ratio .cb-columns {
      width: calc(100% + 5rem);
      display: flex;
      margin: 0 -2.5rem; }
    .content-block.cb-two-column-1-1-ratio .cb-column {
      flex-grow: 1;
      width: 50%;
      padding: 0 2.5rem; } }
  @media only screen and (max-width: 767px) {
    .content-block.cb-two-column-1-1-ratio .cb-column + .cb-column {
      padding-top: .8rem; } }
  @media only screen and (min-width: 768px) {
    .content-block.cb-two-column-1-2-ratio .cb-columns {
      width: calc(100% + 5rem);
      display: flex;
      margin: 0 -2.5rem; }
    .content-block.cb-two-column-1-2-ratio .cb-column {
      flex-grow: 1;
      width: 50%;
      padding: 0 2.5rem; }
    .content-block.cb-two-column-1-2-ratio.larger-column-left .cb-columns .cb-column:nth-child(1) {
      width: 66.666%; }
    .content-block.cb-two-column-1-2-ratio.larger-column-left .cb-columns .cb-column:nth-child(2) {
      width: 33.333%; }
    .content-block.cb-two-column-1-2-ratio.larger-column-right .cb-columns .cb-column:nth-child(1) {
      width: 33.333%; }
    .content-block.cb-two-column-1-2-ratio.larger-column-right .cb-columns .cb-column:nth-child(2) {
      width: 66.666%; } }
  @media only screen and (max-width: 767px) {
    .content-block.cb-two-column-1-2-ratio .cb-column + .cb-column {
      padding-top: .8rem; } }
  @media only screen and (min-width: 768px) {
    .content-block.cb-three-column-1-1-1-ratio .cb-columns {
      width: calc(100% + 5rem);
      display: flex;
      margin: 0 -2.5rem; }
    .content-block.cb-three-column-1-1-1-ratio .cb-column {
      flex-grow: 1;
      width: 33.3333%;
      padding: 0 2.5rem; } }
  @media only screen and (max-width: 767px) {
    .content-block.cb-three-column-1-1-1-ratio .cb-column + .cb-column {
      padding-top: .8rem; } }
  .content-block.cb-image_text_columns_1-1-ratio .image-column img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 12px rgba(2, 3, 5, 0.1); }
  @media only screen and (min-width: 768px) {
    .content-block.cb-image_text_columns_1-1-ratio .inner-wrapper {
      display: flex; }
    .content-block.cb-image_text_columns_1-1-ratio .image-column {
      flex-grow: 1;
      width: 50%; }
    .content-block.cb-image_text_columns_1-1-ratio .text-column {
      flex-grow: 1;
      width: 50%;
      padding: 0 0 0 9.125%; }
    .content-block.cb-image_text_columns_1-1-ratio.image-right .inner-wrapper {
      flex-direction: row-reverse; }
    .content-block.cb-image_text_columns_1-1-ratio.image-right .text-column {
      padding: 0 9.125% 0 0; } }
  @media only screen and (max-width: 767px) {
    .content-block.cb-image_text_columns_1-1-ratio .image-column {
      margin-bottom: 2rem; } }
  @media only screen and (min-width: 768px) {
    .content-block.cb-image_text_columns_1-2-ratio .inner-wrapper {
      display: flex; }
    .content-block.cb-image_text_columns_1-2-ratio .image-column {
      flex-grow: 1;
      width: 33.33%; }
      .content-block.cb-image_text_columns_1-2-ratio .image-column img {
        width: 100%;
        height: auto;
        box-shadow: 0 0 12px rgba(2, 3, 5, 0.1); }
    .content-block.cb-image_text_columns_1-2-ratio .text-column {
      flex-grow: 1;
      width: 66.666%;
      padding: 0 0 0 5.25%; }
    .content-block.cb-image_text_columns_1-2-ratio.image-right .inner-wrapper {
      flex-direction: row-reverse; }
    .content-block.cb-image_text_columns_1-2-ratio.image-right .text-column {
      padding: 0 5.25% 0 0; } }
  @media only screen and (max-width: 767px) {
    .content-block.cb-image_text_columns_1-2-ratio .image-column {
      margin-bottom: 2rem; } }
  .content-block.cb-videos-listing {
    text-align: center; }
    .content-block.cb-videos-listing h3 {
      margin: -2.8rem auto 3rem; }
    .content-block.cb-videos-listing .video-gallery-button {
      margin: 3.2rem auto 2.2rem;
      padding-left: 4.5rem;
      padding-right: 4.5rem; }
  @media only screen and (min-width: 768px) {
    .content-block.cb-membership-levels .membership-levels {
      width: calc(100% + 5rem);
      display: flex;
      flex-wrap: wrap;
      margin: 0 -2.5rem -5.25rem; }
    .content-block.cb-membership-levels .membership-level-item {
      display: flex;
      flex-grow: 1;
      justify-content: space-between;
      flex-direction: column;
      width: 50%;
      padding: 0 2.5rem 5.25rem; }
    .content-block.cb-membership-levels .membership-level-button {
      padding-top: 1.875rem; } }
  @media only screen and (max-width: 767px) {
    .content-block.cb-membership-levels .membership-levels {
      margin: 0 -2.5rem -5.25rem; }
    .content-block.cb-membership-levels .membership-level-item {
      padding: 0 2.5rem 5.25rem; }
    .content-block.cb-membership-levels .membership-level-item + .membership-level-item {
      padding-top: .8rem; }
    .content-block.cb-membership-levels .membership-level-button {
      padding-top: 1.875rem; } }
  .content-block.cb-quote .inner-wrapper {
    padding-top: 6.2rem;
    padding-bottom: 8.2rem;
    text-align: right; }
  .content-block.cb-quote .quote-content {
    font-size: 4.9vw;
    font-weight: 200;
    line-height: 1.46875; }
  .content-block.cb-quote .attribution {
    margin-top: 4vw;
    font-family: "HCo Archer", sans-serif;
    font-size: 2.75vw;
    font-weight: 900; }
  @media screen and (min-width: 1275px) {
    .content-block.cb-quote .quote-content {
      font-size: 4rem; }
    .content-block.cb-quote .attribution {
      margin-top: 3.1rem;
      font-size: 2.1875rem; } }
  @media only screen and (max-width: 767px) {
    .content-block.cb-quote .inner-wrapper {
      padding-top: 5.5rem;
      padding-bottom: 5.5rem; }
    .content-block.cb-quote .quote-content {
      font-size: 2.25rem; }
    .content-block.cb-quote .attribution {
      margin-top: 2rem;
      font-size: 1.6rem; } }
  .content-block.cb-horiz-rule {
    margin-top: -1px; }
    .content-block.cb-horiz-rule .inner-wrapper {
      padding-top: 0;
      padding-bottom: 0; }
    .content-block.cb-horiz-rule hr {
      margin: 0 0 1.3rem; }

/* CONTENT BLOCKS (SINGLE POSTS)  ------------------------------------------- */
.single .custom-content-blocks .content-block {
  background: none !important; }
  .single .custom-content-blocks .content-block .inner-wrapper {
    padding: 1.75rem 0; }
  .single .custom-content-blocks .content-block.reduce-spacing .inner-wrapper {
    padding-bottom: 0; }
  .single .custom-content-blocks .content-block:first-child .inner-wrapper {
    padding-top: 0; }

/* OVERLAY / LIGHTBOX  ----------------------------------------------------------*/
/* src: theme/components/_overlay-lightbox.scss */
.overlay {
  position: fixed;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2000;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-top: 75px;
  background: rgba(27, 27, 29, 0.98);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* Overlay UI Buttons -----------------------------------


	// Prev/Next Buttons

	.prev-btn, .next-btn {
		position: fixed;
		display: block;
	  margin: 0 auto;
		top: 50%;
		width: 23px;
		height: 42px;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  opacity: .65;
	  background-repeat: no-repeat;
	  background-position:  center center;
	  background-size: 23px 42px;
		@include transition(opacity);

		&:hover {
			opacity: 1;
			text-decoration: none;
		}
	}

	.prev-btn {
		left: 25px;
		background-image: url(_/images/shared/btn-prev-arrow.svg);
	}

	.next-btn {
		right: 25px;
		background-image: url(_/images/shared/btn-next-arrow.svg);
	}

	@media only screen and (max-width: 767px) {

		.prev-btn, .next-btn {
			top: 59.4%;
			background-size: 15px 28px;
			display: none;
		}

		.prev-btn {
			left: 15px;
		}

		.next-btn {
			right: 15px;
		}

	} */ }
  .overlay.bg-purple {
    background: rgba(18, 24, 93, 0.97); }

/* Lightbox  -----------------------------------------*/
.lightbox-wrapper {
  position: relative;
  width: 74%;
  margin: 0 auto 20px; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .lightbox-wrapper {
      width: 100%;
      padding: 0 55px; } }
  @media only screen and (max-width: 479px) {
    .lightbox-wrapper {
      width: 100%;
      padding: 0 37px; } }
  .lightbox-wrapper.align-vert-center {
    margin: 0 auto;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.lightbox {
  display: block;
  position: relative;
  margin: 10px auto 18px; }

#video-overlay {
  display: none; }
  #video-overlay .video-caption {
    padding: 1.8rem 0;
    font-size: 1.5rem;
    color: #ffffff; }
    #video-overlay .video-caption a:link, #video-overlay .video-caption a:visited {
      color: #ffffff;
      text-decoration: underline; }
    #video-overlay .video-caption a:hover, #video-overlay .video-caption a:active {
      color: #ffffff;
      text-decoration: underline;
      opacity: .6; }
  #video-overlay a.close-btn {
    display: block;
    position: fixed;
    top: 2.5rem;
    right: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    color: #333333;
    font-size: 25px;
    opacity: .35;
    background: url(_/images/shared/btn-close-overlay.svg) no-repeat center center;
    background-size: 2.5rem 2.5rem;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
    #video-overlay a.close-btn:hover {
      opacity: .65;
      text-decoration: none; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #video-overlay a.close-btn {
        right: 17px;
        background-size: 20px 20px; } }
    @media only screen and (max-width: 479px) {
      #video-overlay a.close-btn {
        right: 6px;
        background-size: 16px 16px; } }

#roadblock-overlay {
  background: rgba(27, 27, 29, 0.6);
  display: none; }
  #roadblock-overlay .lightbox {
    display: block;
    position: relative;
    max-width: 44rem;
    padding: 5.25rem 3.25rem;
    background: #ffffff;
    box-shadow: 0 0 12px rgba(2, 3, 5, 0.1);
    text-align: center;
    font-feature-settings: 'lnum' on; }
  #roadblock-overlay h3.overlay-title {
    margin-bottom: 2rem; }
  #roadblock-overlay .cta-buttons {
    margin-top: 1.75rem; }
    #roadblock-overlay .cta-buttons .button,
    #roadblock-overlay .cta-buttons input[type="submit"],
    #roadblock-overlay .cta-buttons input[type="reset"],
    #roadblock-overlay .cta-buttons input[type="button"], #roadblock-overlay .cta-buttons .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list #roadblock-overlay .cta-buttons a {
      margin: 0 .5rem 1.125rem; }
      #roadblock-overlay .cta-buttons .button:hover,
      #roadblock-overlay .cta-buttons input:hover[type="submit"],
      #roadblock-overlay .cta-buttons input:hover[type="reset"],
      #roadblock-overlay .cta-buttons input:hover[type="button"], #roadblock-overlay .cta-buttons .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:hover, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list #roadblock-overlay .cta-buttons a:hover, #roadblock-overlay .cta-buttons .button:active,
      #roadblock-overlay .cta-buttons input:active[type="submit"],
      #roadblock-overlay .cta-buttons input:active[type="reset"],
      #roadblock-overlay .cta-buttons input:active[type="button"], #roadblock-overlay .cta-buttons .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a:active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list #roadblock-overlay .cta-buttons a:active {
        background: #ff6600 !important;
        border-color: #ff6600 !important; }
  #roadblock-overlay a.close-btn {
    display: block;
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    width: 1.25rem;
    height: 1.25rem;
    opacity: .5;
    background: url(_/images/shared/btn-close-overlay-gray.svg) no-repeat center center;
    background-size: 1.25rem 1.25rem;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
    #roadblock-overlay a.close-btn:hover {
      opacity: .85;
      text-decoration: none; }
  @media only screen and (max-width: 767px) {
    #roadblock-overlay .lightbox {
      padding: 3.5rem 2.75rem 3.25rem; }
    #roadblock-overlay .lightbox-wrapper {
      width: 100%; }
    #roadblock-overlay h3.overlay-title {
      margin-bottom: 1.5rem; }
    #roadblock-overlay a.cta-button {
      margin-top: 1.75rem; } }

#membership-level-overlay {
  background: rgba(27, 27, 29, 0.6);
  display: none; }
  #membership-level-overlay .lightbox {
    display: block;
    position: relative;
    max-width: 44rem;
    padding: 3rem 4.5rem;
    background: #ffffff;
    box-shadow: 0 0 12px rgba(2, 3, 5, 0.1);
    text-align: center;
    font-feature-settings: 'lnum' on; }
  #membership-level-overlay #membership-level-details {
    text-align: left; }
    #membership-level-overlay #membership-level-details h1 {
      font-family: "Poppins", sans-serif;
      font-size: 2.325rem;
      font-weight: 700;
      margin: 0 0 .75rem; }
    #membership-level-overlay #membership-level-details h2 {
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 1.525rem;
      margin: 0 0 1.5rem; }
  #membership-level-overlay a.close-btn {
    display: block;
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    width: 1.25rem;
    height: 1.25rem;
    opacity: .5;
    background: url(_/images/shared/btn-close-overlay-gray.svg) no-repeat center center;
    background-size: 1.25rem 1.25rem;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
    #membership-level-overlay a.close-btn:hover {
      opacity: .85;
      text-decoration: none; }
  @media only screen and (max-width: 767px) {
    #membership-level-overlay .lightbox {
      padding: 3.5rem 2.75rem 3.25rem; }
    #membership-level-overlay .lightbox-wrapper {
      width: 100%; } }

/*  WP-SPECIFIC STYLES (Pagination, Image alignment)  -------------------------------------------------*/
/* WP Pagination / Navigation */
.posts-nav {
  border-top: 1px solid #cccccc;
  margin: 1rem 0 1.25rem 0;
  padding-top: .825rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  /*
  a {
    &:link, &:visited { color: $hpa-teal; }
	  &:hover, &:active	{ color: $hpa-dark-blue; }
  }
*/ }
  .posts-nav .prev-posts a {
    display: block;
    float: left;
    margin: 0 0 0 -1px; }
    .posts-nav .prev-posts a:before {
      content: '« '; }
  .posts-nav .next-posts a {
    display: block;
    float: right;
    margin: 0 -1px 0 0; }
    .posts-nav .next-posts a:after {
      content: ' »'; }

/* WP Image Classes */
.entry img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 1rem 0;
  /* WP-inserted image align classes (set by user via "Edit Media" page). */ }
  .entry img + img {
    margin: 1.5rem 0 0 0; }
  .entry img.alignleft {
    float: left;
    margin: 0 1.5rem 1.5rem 0; }
  .entry img.alignright {
    float: right;
    margin: 0 0 1.5rem 1.5rem; }
  .entry img.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.5rem; }

/* WP Caption Classes */
.wp-caption {
  max-width: 100%; }
  .wp-caption img {
    width: 100%;
    margin-bottom: .25rem; }
  .wp-caption .wp-caption-text {
    font-family: "HCo Archer", sans-serif;
    font-weight: 700; }
  .wp-caption.alignleft {
    float: left;
    text-align: left;
    margin: 0 1.25rem 1.25rem 0;
    clear: left; }
  .wp-caption.alignright {
    float: right;
    text-align: right;
    margin: 0 0 1.25rem 1.25rem;
    clear: right; }
  .wp-caption.aligncenter {
    display: inline-block;
    margin: 0 1.25rem 1.25rem;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center; }
  @media only screen and (max-width: 479px) {
    .wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
      display: block;
      width: 100%;
      left: 0;
      transform: none;
      margin: 0 0 1.25rem; }
      .wp-caption.alignleft img, .wp-caption.alignright img, .wp-caption.aligncenter img {
        width: 100%; } }

/* WP Password-protected Post Form 

form.post-password-form {
	max-width: 400px;
}

*/
/* WORDPRESS - SEARCH FIELD  ------------------------------------------------------------------*/
#main #searchform {
  position: relative; }
  #main #searchform label {
    display: none; }
  #main #searchform input#s {
    float: left;
    margin: 0 1.25rem 0 -.125rem;
    width: 50%;
    height: 3.6rem;
    border-radius: 1.8rem;
    opacity: .8;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
  #main #searchform:hover input#s {
    opacity: 1; }
  #main #searchform input#searchsubmit {
    height: 3.6rem;
    padding-right: 5rem;
    padding-left: 5rem;
    font-weight: 400; }
  @media only screen and (max-width: 767px) {
    #main #searchform input#s {
      float: none;
      margin-bottom: 1rem;
      width: 100%; } }

/* SECTION NAV  ------------------------------------------------------------------*/
/* src: theme/components/_section-nav.scss */
.section-nav {
  display: flex;
  justify-content: center;
  background: #ffffff; }
  .section-nav ul {
    display: flex;
    margin: 0; }
  .section-nav li {
    text-transform: uppercase;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.125;
    letter-spacing: .025em; }
  .section-nav a {
    display: block;
    padding: 1.25rem 1.125rem .625rem; }
    .section-nav a:link, .section-nav a:visited {
      color: #999999;
      text-decoration: none; }
    .section-nav a:hover, .section-nav a:active {
      color: #ff6600;
      text-decoration: none; }
  .section-nav .current-menu-item a {
    color: #ff6600; }
  @media only screen and (max-width: 767px) {
    .section-nav {
      display: none; } }

/* FEATURE CTA  ------------------------------------------------------*/
/* src: theme/components/_feature-cta.scss */
.feature-cta {
  position: relative;
  margin: 0 0 5.5rem; }
  .feature-cta .inner-wrapper {
    padding: 1.8rem 2.5rem 2.2rem; }
  .feature-cta .feature-cta-background {
    position: relative; }
    .feature-cta .feature-cta-background img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0; }
    .feature-cta .feature-cta-background:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .feature-cta .feature-cta-content {
    position: absolute;
    top: -1.8rem;
    width: 31.25rem;
    padding: 2.5rem 2.4rem 4.5rem 2.4rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
    .feature-cta .feature-cta-content h2 {
      margin-bottom: 1.25rem;
      text-transform: uppercase; }
    .feature-cta .feature-cta-content h3 {
      margin-bottom: 1.75rem; }
    .feature-cta .feature-cta-content .button,
    .feature-cta .feature-cta-content input[type="submit"],
    .feature-cta .feature-cta-content input[type="reset"],
    .feature-cta .feature-cta-content input[type="button"], .feature-cta .feature-cta-content .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .feature-cta .feature-cta-content a {
      margin-top: 2.3rem; }
  .feature-cta.content-left .feature-cta-content {
    left: 4%; }
  .feature-cta.content-right .feature-cta-content {
    right: 4%; }
  .feature-cta .content-graphic {
    position: absolute;
    bottom: 1rem;
    right: 1.8rem;
    width: 8.0625rem;
    height: 10.4375rem; }
  .feature-cta.teal h2 {
    color: #09b4a4; }
  .feature-cta.teal.content-left .feature-cta-background:after {
    background: linear-gradient(90deg, #02b4a4 0%, #02b4a4 8%, rgba(2, 180, 164, 0) 40%, rgba(2, 180, 164, 0) 100%); }
  .feature-cta.teal.content-right .feature-cta-background:after {
    background: linear-gradient(-90deg, #02b4a4 0%, #02b4a4 8%, rgba(2, 180, 164, 0) 40%, rgba(2, 180, 164, 0) 100%); }
  .feature-cta.sky h2 {
    color: #03a2d6; }
  .feature-cta.sky.content-left .feature-cta-background:after {
    background: linear-gradient(90deg, #03a2d6 0%, #03a2d6 8%, rgba(3, 162, 214, 0) 40%, rgba(3, 162, 214, 0) 100%); }
  .feature-cta.sky.content-right .feature-cta-background:after {
    background: linear-gradient(-90deg, #03a2d6 0%, #03a2d6 8%, rgba(3, 162, 214, 0) 40%, rgba(3, 162, 214, 0) 100%); }
  .feature-cta.grape h2 {
    color: #733f8b; }
  .feature-cta.grape.content-left .feature-cta-background:after {
    background: linear-gradient(90deg, #733f8b 0%, #733f8b 8%, rgba(115, 63, 139, 0) 40%, rgba(115, 63, 139, 0) 100%); }
  .feature-cta.grape.content-right .feature-cta-background:after {
    background: linear-gradient(-90deg, #733f8b 0%, #733f8b 8%, rgba(115, 63, 139, 0) 40%, rgba(115, 63, 139, 0) 100%); }
  .feature-cta.rose h2 {
    color: #d4227c; }
  .feature-cta.rose.content-left .feature-cta-background:after {
    background: linear-gradient(90deg, #d4227c 0%, #d4227c 8%, rgba(212, 34, 124, 0) 40%, rgba(212, 34, 124, 0) 100%); }
  .feature-cta.rose.content-right .feature-cta-background:after {
    background: linear-gradient(-90deg, #d4227c 0%, #d4227c 8%, rgba(212, 34, 124, 0) 40%, rgba(212, 34, 124, 0) 100%); }
  .feature-cta.watermelon h2 {
    color: #f53f4e; }
  .feature-cta.watermelon.content-left .feature-cta-background:after {
    background: linear-gradient(90deg, #f53f4e 0%, #f53f4e 8%, rgba(245, 63, 78, 0) 40%, rgba(245, 63, 78, 0) 100%); }
  .feature-cta.watermelon.content-right .feature-cta-background:after {
    background: linear-gradient(-90deg, #f53f4e 0%, #f53f4e 8%, rgba(245, 63, 78, 0) 40%, rgba(245, 63, 78, 0) 100%); }
  .feature-cta.orange h2 {
    color: #ff6600; }
  .feature-cta.orange.content-left .feature-cta-background:after {
    background: linear-gradient(90deg, #ff6600 0%, #ff6600 8%, rgba(255, 102, 0, 0) 40%, rgba(255, 102, 0, 0) 100%); }
  .feature-cta.orange.content-right .feature-cta-background:after {
    background: linear-gradient(-90deg, #ff6600 0%, #ff6600 8%, rgba(255, 102, 0, 0) 40%, rgba(255, 102, 0, 0) 100%); }
  .feature-cta.tangerine h2 {
    color: #fb7900; }
  .feature-cta.tangerine.content-left .feature-cta-background:after {
    background: linear-gradient(90deg, #fb7900 0%, #fb7900 8%, rgba(251, 121, 0, 0) 40%, rgba(251, 121, 0, 0) 100%); }
  .feature-cta.tangerine.content-right .feature-cta-background:after {
    background: linear-gradient(-90deg, #fb7900 0%, #fb7900 8%, rgba(251, 121, 0, 0) 40%, rgba(251, 121, 0, 0) 100%); }
  .feature-cta.lemon h2 {
    color: #ffab00; }
  .feature-cta.lemon.content-left .feature-cta-background:after {
    background: linear-gradient(90deg, #ffab00 0%, #ffab00 8%, rgba(255, 171, 0, 0) 40%, rgba(255, 171, 0, 0) 100%); }
  .feature-cta.lemon.content-right .feature-cta-background:after {
    background: linear-gradient(-90deg, #ffab00 0%, #ffab00 8%, rgba(255, 171, 0, 0) 40%, rgba(255, 171, 0, 0) 100%); }
  @media screen and (min-width: 1275px) {
    .feature-cta.content-left .feature-cta-content {
      left: 8%;
      padding: 4.5rem 3.2rem 4.5rem 3.2rem; }
    .feature-cta.content-right .feature-cta-content {
      right: 8%;
      padding: 4.5rem 3.2rem 4.5rem 3.2rem; } }
  @media only screen and (max-width: 1024px) {
    .feature-cta {
      margin: 0; }
      .feature-cta .feature-cta-background {
        margin: 0;
        overflow-x: hidden; }
        .feature-cta .feature-cta-background img {
          width: 185%;
          max-width: none;
          height: auto; }
        .feature-cta .feature-cta-background:after {
          background: none !important; }
      .feature-cta.content-left .feature-cta-background img {
        position: relative;
        left: -85%; }
      .feature-cta .feature-cta-content {
        position: relative;
        top: -5rem;
        left: auto !important;
        right: auto !important;
        margin: 0 2rem;
        width: calc(100% - 4rem);
        padding-bottom: 7rem;
        border-bottom: 1.25rem solid #733f8b; }
        .feature-cta .feature-cta-content .button,
        .feature-cta .feature-cta-content input[type="submit"],
        .feature-cta .feature-cta-content input[type="reset"],
        .feature-cta .feature-cta-content input[type="button"], .feature-cta .feature-cta-content .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .feature-cta .feature-cta-content a {
          margin-top: 1.3rem; }
      .feature-cta.teal .feature-cta-content {
        border-bottom-color: #09b4a4; }
      .feature-cta.sky .feature-cta-content {
        border-bottom-color: #03a2d6; }
      .feature-cta.grape .feature-cta-content {
        border-bottom-color: #733f8b; }
      .feature-cta.rose .feature-cta-content {
        border-bottom-color: #d4227c; }
      .feature-cta.watermelon .feature-cta-content {
        border-bottom-color: #f53f4e; }
      .feature-cta.orange .feature-cta-content {
        border-bottom-color: #ff6600; }
      .feature-cta.tangerine .feature-cta-content {
        border-bottom-color: #fb7900; }
      .feature-cta.lemon .feature-cta-content {
        border-bottom-color: #ffab00; } }
  @media only screen and (max-width: 767px) {
    .feature-cta .feature-cta-background {
      margin: 0 -1.8rem; }
    .feature-cta .feature-cta-content {
      position: relative;
      top: -3rem;
      left: auto !important;
      right: auto !important;
      margin: 0;
      width: 100%; } }
  @media only screen and (max-width: 479px) {
    .feature-cta .feature-cta-content {
      padding-bottom: 3.2rem; }
      .feature-cta .feature-cta-content .content-graphic {
        display: none; } }

/* FEATURE LINKS (CARDS)  --------------------------------------------*/
/* src: theme/components/_feature-links-cards.scss */
.feature-links-cards {
  margin-bottom: 5rem; }
  .feature-links-cards .link-items {
    display: flex;
    margin: 0 -1.2rem; }
  .feature-links-cards .link-item {
    position: relative;
    margin: 0 1.2rem;
    background: #ffffff;
    box-shadow: 0 0 12px rgba(0, 1, 1, 0.15); }
  .feature-links-cards .link-image {
    display: block; }
    .feature-links-cards .link-image img {
      width: 100%;
      height: auto; }
  .feature-links-cards .button,
  .feature-links-cards input[type="submit"],
  .feature-links-cards input[type="reset"],
  .feature-links-cards input[type="button"], .feature-links-cards .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .feature-links-cards a {
    margin-bottom: 1.75rem; }
  .feature-links-cards.items-2 .link-item {
    width: 50%;
    padding: 0 3.2rem 1.75rem; }
    .feature-links-cards.items-2 .link-item .link-image {
      margin: 0 -3.2rem 2rem; }
  .feature-links-cards.items-3 .link-item {
    width: 33.333%;
    padding: 0 1.625rem 1rem; }
    .feature-links-cards.items-3 .link-item .link-image {
      margin: 0 -1.625rem 1rem; }
  @media screen and (min-width: 1275px) {
    .feature-links-cards.items-2 .link-item {
      padding: 0 6.4rem 3.5rem; }
      .feature-links-cards.items-2 .link-item .link-image {
        margin: 0 -6.4rem 4rem; }
    .feature-links-cards.items-3 .link-item {
      padding: 0 3.75rem 2rem; }
      .feature-links-cards.items-3 .link-item .link-image {
        margin: 0 -3.75rem 2rem; } }
  @media only screen and (max-width: 979px) {
    .feature-links-cards .link-items {
      display: block;
      margin: 0; }
    .feature-links-cards .link-item {
      width: 100% !important;
      margin: 0 0 3rem; }
      .feature-links-cards .link-item:last-child {
        margin-bottom: 0; } }

/* FEATURE LINKS (CIRCLES)  ------------------------------------------*/
/* src: theme/components/_feature-links-circles.scss */
.cb-feature-links-circles .inner-wrapper {
  padding-top: 5.125rem; }

.feature-links-circles {
  margin-bottom: 5rem; }
  .feature-links-circles h3 {
    text-align: center;
    margin: -1.2rem auto 4.7rem; }
  .feature-links-circles .link-items {
    display: flex;
    margin: 0 -.6rem; }
  .feature-links-circles .link-item {
    flex-grow: 1;
    width: 25%;
    text-align: center;
    margin: 0 1.2rem; }
    .feature-links-circles .link-item p:last-child {
      margin-bottom: 0; }
  .feature-links-circles .link-image {
    display: block;
    margin: 0 0 2.65rem; }
    .feature-links-circles .link-image img {
      width: 100%;
      height: auto;
      border-radius: 50%; }
  @media screen and (min-width: 979px) {
    .feature-links-circles.circle-size-small .link-image {
      margin-left: 2.5rem;
      margin-right: 2.5rem; } }
  @media only screen and (max-width: 979px) {
    .feature-links-circles .link-items {
      flex-wrap: wrap;
      margin: 0 -1rem; }
    .feature-links-circles .link-item {
      width: 50%;
      max-width: 50%;
      margin: 0 auto 3rem;
      padding: 0 4rem; }
    .feature-links-circles a.link-image {
      width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 767px) {
    .feature-links-circles .link-item {
      width: 100%;
      max-width: none;
      margin: 0 0 3rem;
      padding: 0 4rem; }
    .feature-links-circles a.link-image {
      width: 40%;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 479px) {
    .feature-links-circles a.link-image {
      width: 80%; } }

/* VIDEOS LISTING  ------------------------------------------------------------------*/
.videos-listing {
  width: 100%;
  margin-top: -1.25rem; }
  .videos-listing .video-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.25rem; }
  .videos-listing .video {
    flex-grow: 0;
    width: 25%;
    padding: 1.25rem;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
    .videos-listing .video:hover {
      opacity: .8; }
  .videos-listing .video-summary {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    background: #ffffff;
    box-shadow: 0 0 12px rgba(0, 1, 1, 0.15); }
    .videos-listing .video-summary .video-image {
      margin: -1.5rem -1.5rem 1.5rem; }
      .videos-listing .video-summary .video-image img {
        display: block;
        width: 100%;
        height: auto; }
    .videos-listing .video-summary .video-title {
      font-size: 1.125rem;
      font-weight: 500; }
  .videos-listing.items-2 .video {
    width: 50%; }
  .videos-listing.items-3 .video {
    width: 33.333%; }
  .videos-listing.items-4 .video {
    width: 25%; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .videos-listing .video {
      width: 33.333% !important; }
    .videos-listing.items-4 .video:last-child {
      display: none; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .videos-listing .video {
      width: 50% !important; } }
  @media only screen and (max-width: 479px) {
    .videos-listing .video {
      width: 100% !important; } }

/* MEMBERSHIP LEVEL (CARDS)  --------------------------------------------*/
/* src: theme/components/_membership-level-cards.scss */
.custom-content-blocks .membership-levels .membership-levels-cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
  padding-bottom: 1.75rem; }

.custom-content-blocks .membership-levels .membership-level {
  margin: 2.4rem 1.2rem 0;
  width: 100%;
  padding: 0 3.2rem 4rem;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 1, 1, 0.15); }

.custom-content-blocks .membership-levels .level-header {
  margin: 0 -3.2rem 3.5rem;
  padding: 2.4rem 3.2rem 1.4rem;
  color: #ffffff; }
  .custom-content-blocks .membership-levels .level-header.bg-teal {
    background: #09b4a4; }
  .custom-content-blocks .membership-levels .level-header.bg-sky {
    background: #03a2d6; }
  .custom-content-blocks .membership-levels .level-header.bg-grape {
    background: #733f8b; }
  .custom-content-blocks .membership-levels .level-header.bg-rose {
    background: #d4227c; }
  .custom-content-blocks .membership-levels .level-header.bg-watermelon {
    background: #f53f4e; }
  .custom-content-blocks .membership-levels .level-header.bg-orange {
    background: #ff6600; }
  .custom-content-blocks .membership-levels .level-header.bg-tangerine {
    background: #fb7900; }
  .custom-content-blocks .membership-levels .level-header.bg-lemon {
    background: #ffab00; }
  .custom-content-blocks .membership-levels .level-header h5 {
    margin: -.5rem 0 1.8rem;
    font-size: 1.75rem; }

@media screen and (min-width: 1275px) {
  .custom-content-blocks .membership-levels .membership-level {
    width: calc(50% - 2.41rem);
    padding: 0 6.4rem 4rem; }
  .custom-content-blocks .membership-levels .level-header {
    margin: 0 -6.4rem 3.5rem;
    padding: 2.4rem 6.2rem 2.8rem; } }

/* MOBILE QUICK LINKS  ------------------------------------------------------------------*/
/* src: theme/components/_mobile-quick-links.scss */
.mobile-quick-links {
  position: sticky;
  bottom: 0;
  width: 100%;
  min-height: 8.25rem;
  display: flex;
  justify-content: center;
  background: #f8f7f5;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear; }
  .mobile-quick-links ul {
    display: flex;
    margin: 0;
    width: 97%; }
  .mobile-quick-links li {
    width: 33.333%;
    text-align: center; }
  .mobile-quick-links a {
    display: block;
    padding: .825rem 1.125rem 0;
    -webkit-transition: all 0.125s linear;
    -moz-transition: all 0.125s linear;
    -o-transition: all 0.125s linear;
    transition: all 0.125s linear; }
    .mobile-quick-links a .link-title {
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 1.1;
      opacity: 1;
      -webkit-transition: all 0.125s linear;
      -moz-transition: all 0.125s linear;
      -o-transition: all 0.125s linear;
      transition: all 0.125s linear; }
    .mobile-quick-links a:link, .mobile-quick-links a:visited {
      color: #333333;
      text-decoration: none; }
    .mobile-quick-links a:hover, .mobile-quick-links a:active {
      color: #f53f4e;
      text-decoration: none; }
    .mobile-quick-links a:before {
      content: '';
      display: block;
      margin: 0 auto .25rem;
      width: 4.125rem;
      height: 4.125rem;
      border-radius: 50%;
      background: #ffffff;
      background-repeat: none;
      border: 3px solid #dfdfdf;
      opacity: 1;
      -webkit-transition: all 0.125s linear;
      -moz-transition: all 0.125s linear;
      -o-transition: all 0.125s linear;
      transition: all 0.125s linear; }
    .mobile-quick-links a:hover:before {
      opacity: .85;
      border-color: #f53f4e; }
    .mobile-quick-links a.visit-link:before {
      background: #ffffff url("_/images/shared/icon-visit.svg") no-repeat center center;
      background-size: 1.8rem; }
    .mobile-quick-links a.tickets-link:before {
      background: #ffffff url("_/images/shared/icon-tickets.svg") no-repeat center center;
      background-size: 2.3rem; }
    .mobile-quick-links a.events-link:before {
      background: #ffffff url("_/images/shared/icon-events.svg") no-repeat center center;
      background-size: 2rem; }
  .mobile-quick-links.minimized {
    bottom: -3.875rem; }
    .mobile-quick-links.minimized a {
      padding: .825rem 1.125rem 0; }
      .mobile-quick-links.minimized a .link-title {
        opacity: 0; }
      .mobile-quick-links.minimized a:before {
        width: 2.5rem;
        height: 2.5rem;
        border-width: 2.5px; }
      .mobile-quick-links.minimized a.visit-link:before {
        background-size: 1.2rem; }
      .mobile-quick-links.minimized a.tickets-link:before {
        background-size: 1.55rem; }
      .mobile-quick-links.minimized a.events-link:before {
        background-size: 1.2rem; }
  @media only screen and (min-width: 480px) {
    .mobile-quick-links {
      display: none; } }

/*  WP TRANSLATE PRESS (Overrides)  -------------------------------------------------*/
/* Toggle the visibility of language-switching menu items in the Main, Mobile, and Language Nav Menus when a language is switched. */
.translatepress-es_MX .trp-es,
.translatepress-en_US .trp-en {
  display: none; }

/* Global Header - Language-Switcher Navigation -------- */
#page-header #language-nav {
  float: left; }
  #page-header #language-nav #language-nav-menu {
    display: inline;
    font-size: 1.0625rem; }
    #page-header #language-nav #language-nav-menu li {
      margin: 0; }
  @media only screen and (max-width: 767px) {
    #page-header #language-nav {
      display: none; } }

/* Minified Header  */
#page-header.minimized-header #language-nav #language-nav-menu {
  font-size: .9rem; }

/* Main Navigation - Language-Switcher Navigation -------- */
#main-nav .trp-en, #main-nav .trp-es {
  display: none; }

/* EVENTS  ------------------------------------------------------------------*/
/* src: theme/components/_wp-events-calendar.scss */
/* ------------------------------------------------------------------------------------------------------*/
/* EVENTS CALENDAR VIEWS  -------------------------------------------------------------------------------*/
.post-type-archive-tribe_events {
  /* Calendar (Month View) ---------------------------------------------- */
  /* Calendar (Month View) - Mobile View -------------------------------- */
  /* Mobile Event Detail List ------------------------------------------- */ }
  .post-type-archive-tribe_events .tribe-common .tribe-common-l-container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 0 6rem 0 !important; }
  .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container {
    /* Events Calendar Header ----------------------------------------- */
    /* Events Calendar Body ------------------------------------------- */ }
    .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-view-loader {
      background: rgba(248, 247, 245, 0.5); }
    .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-header .tribe-events-header__events-bar {
      display: none; }
    .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-header .tribe-events-header__top-bar ul.tribe-events-c-top-bar__nav-list {
      margin-right: 1.5rem;
      margin-left: -.75rem;
      padding-right: .5rem;
      border-right: 1px solid #cccccc; }
      .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-header .tribe-events-header__top-bar ul.tribe-events-c-top-bar__nav-list a {
        padding: .5rem 0;
        font-size: 2rem; }
      .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-header .tribe-events-header__top-bar ul.tribe-events-c-top-bar__nav-list button {
        padding: .5rem 0;
        background: none;
        border: none; }
      .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-header .tribe-events-header__top-bar ul.tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-link-icon-svg {
        width: 2.5625rem;
        height: 1.75rem; }
    .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-header .tribe-events-header__top-bar a.tribe-events-c-top-bar__today-button {
      display: none !important; }
    .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker button {
      border: 0;
      background: none;
      padding: 0;
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      font-size: 2.5rem;
      line-height: 1.07;
      color: #fb7900; }
      @media only screen and (max-width: 767px) {
        .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-header .tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker button {
          font-size: 2rem; } }
    .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-header .tribe-events-header__messages {
      background: #e5e5e5;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-header .tribe-events-header__messages ul.tribe-events-c-messages__message-list {
        margin: 0 .5rem; }
    .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-header .tribe-events-header__breadcrumbs {
      display: none; }
    .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month {
      padding-top: 2.5rem; }
      .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column h3.tribe-events-calendar-month__header-column-title {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 1rem;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: #595959; }
      .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body {
        border: none; }
        .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week {
          border: none; }
          .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day {
            border: none;
            margin-bottom: 1rem; }
            .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past {
              opacity: .5; }
            .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell h3.tribe-events-calendar-month__day-date {
              padding: 0 1rem 1rem 0;
              font-family: "Poppins", sans-serif;
              font-weight: 300;
              font-size: 2.5rem; }
              .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell h3.tribe-events-calendar-month__day-date a {
                display: inline-block;
                padding-bottom: .325rem;
                min-width: 1.625rem;
                cursor: none;
                color: #595959;
                text-decoration: none; }
            .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell:before {
              content: '';
              width: calc(100% - 10px);
              padding-top: 1rem;
              border-top: 1px solid #cccccc; }
            .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events {
              padding-bottom: .5rem; }
            .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__calendar-event {
              padding: .05rem 1rem 0 .125rem; }
              .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-datetime {
                display: none; }
              .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__calendar-event h3 {
                padding: .35rem .35rem;
                font-family: "Poppins", sans-serif;
                font-weight: 500;
                font-size: .875rem;
                line-height: 1.2;
                color: #595959; }
            .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__multiday-event-wrapper {
              margin-bottom: .25rem;
              background: none;
              height: auto;
              min-height: 26px; }
            .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__multiday-event .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-inner {
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              border-radius: 5px;
              padding: .325rem .5rem; }
              .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__multiday-event .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-inner h3 {
                font-family: "Poppins", sans-serif;
                font-weight: 500;
                font-size: .875rem;
                line-height: 1.2;
                color: #595959; }
              .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__multiday-event .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-inner .tribe-events-calendar-series-archive__container {
                display: none; }
            .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__multiday-event .tribe-events-calendar-month__multiday-event-hidden h3 {
              display: none; }
            .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__multiday-event.tribe-events-calendar-month__multiday-event--width-1 .tribe-events-calendar-month__multiday-event-bar {
              background: none; }
            .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__multiday-event.tribe-events-calendar-month__multiday-event--width-1 .tribe-events-calendar-month__multiday-event-bar-inner {
              background: none; }
            .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__multiday-event.tribe-events-calendar-month__multiday-event--width-1 h3.tribe-events-calendar-month__multiday-event-bar-title {
              white-space: normal; }
            .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__multiday-event.tribe-events-calendar-month__multiday-event--width-1 .tribe-events-calendar-series-archive__container {
              display: none; }
    .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-common-c-svgicon--recurring,
    .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month__calendar-event-multiday-recurring-link {
      display: none !important; }
    .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-c-ical {
      display: none; }
    .post-type-archive-tribe_events .tribe-events-view--month .tribe-events-l-container .tribe-events-c-subscribe-dropdown__container {
      display: none; }
  @media screen and (max-width: 839px) {
    .post-type-archive-tribe_events .tribe-events-c-top-bar__datepicker {
      margin: 45px 0 -34px;
      padding: 0 0 12px 0;
      border-bottom: 1px solid #cccccc; }
      .post-type-archive-tribe_events .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-mobile {
        display: none; }
      .post-type-archive-tribe_events .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-desktop {
        display: block !important;
        visibility: visible; }
    .post-type-archive-tribe_events .tribe-events-calendar-month {
      padding: 0 0 12px 0;
      border-bottom: 1px solid #cccccc; }
      .post-type-archive-tribe_events .tribe-events-calendar-month .tribe-events-calendar-month__header-column h3 {
        text-align: center; }
      .post-type-archive-tribe_events .tribe-events-calendar-month .tribe-events-calendar-month__day {
        height: 3.625rem;
        margin: .125rem .125rem .25rem !important; }
        .post-type-archive-tribe_events .tribe-events-calendar-month .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current {
          background: #e5e5e5;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }
        .post-type-archive-tribe_events .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell--selected {
          background: #fee8e9; }
        .post-type-archive-tribe_events .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell {
          padding: .5rem 0; }
          .post-type-archive-tribe_events .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell h3.tribe-events-calendar-month__day-date {
            font-size: 1.75rem !important;
            margin-bottom: .25rem; }
          .post-type-archive-tribe_events .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell:before {
            content: '';
            width: calc(100% - 10px);
            padding-top: 1rem;
            border-top: 1px solid #cccccc;
            display: none; }
        .post-type-archive-tribe_events .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-date {
          padding: 0 !important; }
        .post-type-archive-tribe_events .tribe-events-calendar-month .tribe-events-calendar-month__day button {
          border: 0;
          background: none; }
        .post-type-archive-tribe_events .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__mobile-events-icon--event {
          display: block;
          background-color: #f53f4e;
          border-radius: 50%;
          height: .5rem;
          width: .5rem; }
        .post-type-archive-tribe_events .tribe-events-calendar-month .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__mobile-events-icon--event {
          background-color: #999999; } }
  .post-type-archive-tribe_events .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__day-marker {
    color: #f53f4e;
    padding: 1.75rem 0 1rem;
    margin: 0;
    border-bottom: 1px solid #cccccc; }
  .post-type-archive-tribe_events .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-event {
    padding: 1rem 0;
    border-bottom: 1px solid #cccccc; }
  .post-type-archive-tribe_events .tribe-events-calendar-month-mobile-events h3 {
    margin: -.325rem 0 0;
    padding: 0;
    color: #333333; }
  .post-type-archive-tribe_events .tribe-events-calendar-month-mobile-events .tribe-events-calendar-series-archive__container {
    display: none; }
  .post-type-archive-tribe_events .tribe-events-calendar-month-mobile-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--prev a:before {
    margin-right: .325rem;
    font-family: 'Font Awesome 5 Free';
    content: "\f053";
    font-size: 1.05rem;
    font-weight: 900; }
  .post-type-archive-tribe_events .tribe-events-calendar-month-mobile-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next a:after {
    margin-left: .325rem;
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-size: 1.05rem;
    font-weight: 900; }
  .post-type-archive-tribe_events .tribe-events-calendar-month-mobile-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--prev button[disabled] {
    background: none;
    border: 0;
    font-size: 100%; }
    .post-type-archive-tribe_events .tribe-events-calendar-month-mobile-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--prev button[disabled]:before {
      margin-right: .325rem;
      font-family: 'Font Awesome 5 Free';
      content: "\f053";
      font-size: 1.05rem;
      font-weight: 900; }
  .post-type-archive-tribe_events .tribe-events-calendar-month-mobile-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next button[disabled] {
    background: none;
    border: 0;
    font-size: 100%; }
    .post-type-archive-tribe_events .tribe-events-calendar-month-mobile-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next button[disabled]:after {
      margin-left: .325rem;
      font-family: 'Font Awesome 5 Free';
      content: "\f054";
      font-size: 1.05rem;
      font-weight: 900; }

/* Calendar "Tooltip" Event Summary ----------------------------------- */
[class*="tooltipster-"] {
  border: 0 !important; }

.tooltipster-base .tooltipster-box {
  position: relative;
  bottom: -28px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }

.tooltipster-base .tooltipster-content {
  background: #ffffff;
  color: #333333; }

.tooltipster-base .tribe-events-calendar-month__calendar-event-tooltip {
  padding: .5rem; }

.tooltipster-base .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
  margin: -.5rem; }

.tooltipster-base .tribe-events-calendar-month__calendar-event-tooltip-datetime {
  margin-top: .125rem;
  font-size: .825rem;
  font-weight: 600;
  color: #333333; }

.tooltipster-base a.tribe-events-calendar-month__calendar-event-tooltip-datetime-recurring-link {
  display: none; }

.tooltipster-base .tribe-events-calendar-series-archive__container {
  display: none; }

.tooltipster-base h3 {
  font-size: .9rem;
  margin: 0;
  padding: 0;
  color: #333333; }

.tooltipster-base .tribe-events-calendar-month__calendar-event-tooltip-description p {
  font-size: .825rem;
  color: #333333; }

.tooltipster-base .tribe-events-c-small-cta__price {
  font-size: .825rem;
  font-weight: 600;
  color: #333333; }

/* Calendar "Filter by Category" dropdown (Custom element) ------------ */
#event-categories-filter {
  position: relative;
  text-align: right;
  display: none; }
  #event-categories-filter .event-categories-filter-form {
    position: absolute;
    top: -.325rem;
    right: 2.5rem;
    z-index: 1; }
  #event-categories-filter label {
    margin: .75rem .75rem .25rem 0;
    float: left;
    color: #fb7900; }
  #event-categories-filter #event-categories-filter-select {
    width: auto;
    height: auto;
    min-height: 3.125rem;
    padding: 1rem 2.75rem .9rem 1.25rem;
    font-size: 1rem;
    background: url(_/images/shared/icon-angle-down-gray.svg) no-repeat center right; }
  @media screen and (max-width: 839px) {
    #event-categories-filter .event-categories-filter-form {
      top: -1.325rem; } }
  @media only screen and (max-width: 479px) {
    #event-categories-filter .event-categories-filter-form {
      right: 1.8rem;
      left: 1.8rem; }
      #event-categories-filter .event-categories-filter-form label {
        display: none; }
      #event-categories-filter .event-categories-filter-form #event-categories-filter-select {
        width: 100%; } }

.post-type-archive-tribe_events #event-categories-filter {
  display: block; }

/* EVENTS (DETAIL)  ------------------------------------------------------------------*/
/* src: theme/components/_wp-events-calendar-detail.scss */
/* ------------------------------------------------------------------------------------------------------*/
/* EVENTS DETAIL VIEWS  ---------------------------------------------------------------------------------*/
.single-tribe_events #tribe-events-pg-template {
  margin: 0;
  max-width: none;
  padding: 0; }

.single-tribe_events #content {
  padding-bottom: 5.5rem; }

.single-tribe_events #main .inner-wrapper {
  display: flex; }

.single-tribe_events h1.page-title {
  display: none; }

.single-tribe_events .recurringinfo {
  display: none; }

.single-tribe_events .tribe-events-series-relationship-single-marker {
  display: none; }

.single-tribe_events .tribe-events-notices {
  background: #e5e5e5;
  border: none;
  color: #333333;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: none;
  border-radius: 4px; }

.single-tribe_events h1.tribe-events-single-event-title {
  color: #f53f4e; }

.single-tribe_events .tribe-events-schedule {
  margin-top: -2px; }
  .single-tribe_events .tribe-events-schedule h2 {
    font-size: 1.125rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    display: inline;
    margin-right: 1rem; }
  .single-tribe_events .tribe-events-schedule .tribe-events-cost {
    display: inline-block;
    margin: 0 4px;
    position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    white-space: nowrap; }

.single-tribe_events #tribe-events-header {
  margin: 0 0 .875rem !important;
  margin-bottom: 1.75rem !important; }

.single-tribe_events .tribe-events-nav-pagination {
  padding-top: .5rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  .single-tribe_events .tribe-events-nav-pagination .tribe-events-nav-previous {
    text-align: left; }
  .single-tribe_events .tribe-events-nav-pagination .tribe-events-nav-next {
    text-align: right; }

.single-tribe_events .tribe-events-event-image {
  border: 1px solid #cccccc; }
  .single-tribe_events .tribe-events-event-image img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0; }

.single-tribe_events .tribe-events-content p {
  margin-bottom: 1.125rem; }

.single-tribe_events .tribe-events-content ol, .single-tribe_events .tribe-events-content ul {
  margin-bottom: .8125rem; }

.single-tribe_events .tribe-events-c-subscribe-dropdown {
  font-size: inherit !important;
  margin: 0 0 20px !important; }
  .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
    display: none !important; }
  .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
    display: block !important; }
    .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content:before {
      content: "Add to Your Calendar:";
      color: #733f8b; }
  .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list {
    padding: .25rem 0 .75rem !important; }
    .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list li {
      display: inline; }
    .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a {
      margin: 0 1rem 1rem 0;
      padding: 0.75rem 2.25rem !important;
      width: auto !important; }

.single-tribe_events .tribe-events-event-meta {
  margin-top: 0 !important; }

.single-tribe_events .tribe-events-meta-group {
  display: block;
  flex: none;
  background: #f8f7f5;
  padding: 2rem;
  margin-bottom: 1rem;
  width: 100% !important; }
  .single-tribe_events .tribe-events-meta-group dt {
    position: relative;
    top: 1px;
    clear: left;
    float: left;
    margin: 0 .5rem .75rem 0 !important;
    padding: 0;
    font-size: 1rem;
    font-weight: 700; }
  .single-tribe_events .tribe-events-meta-group dd {
    margin: 0 0 .75rem;
    padding: 0;
    font-size: 1.1rem; }
    .single-tribe_events .tribe-events-meta-group dd.tribe-venue {
      margin-bottom: 0; }
    .single-tribe_events .tribe-events-meta-group dd.tribe-venue-location {
      margin-bottom: 1.125rem; }
  .single-tribe_events .tribe-events-meta-group .tribe-events-address {
    font-style: normal; }
  .single-tribe_events .tribe-events-meta-group .tribe-events-abbr {
    border: 0; }
  .single-tribe_events .tribe-events-meta-group dt.tec-events-pro-series-meta-detail--label,
  .single-tribe_events .tribe-events-meta-group dd.tec-events-pro-series-meta-detail--link {
    display: none; }

.single-tribe_events .tribe-events-related-events-title,
.single-tribe_events ul.tribe-related-events {
  display: none !important; }

.event-sidebar {
  width: 20.325rem;
  margin: 0 0 0 2.9%; }
  .event-sidebar .upcoming-events {
    padding: 2.125rem 1.6rem 1rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }

@media only screen and (max-width: 979px) {
  .single-tribe_events .content-header .inner-wrapper {
    padding-top: 2rem; }
  .single-tribe_events #main .inner-wrapper {
    display: block; }
    .single-tribe_events #main .inner-wrapper .event-sidebar {
      width: 100%;
      margin: 2rem 0 0; } }

/* EVENTS (UPCOMING EVENTS LISTING)  ------------------------------------------------------------------*/
/* src: theme/components/_wp-events-calendar-upcoming.scss */
/* UPCOMING EVENTS (CCB)  ---------------------------------------------------*/
.custom-content-blocks .cb-upcoming-events .inner-wrapper {
  padding: 4.5rem; }

.custom-content-blocks .upcoming-events {
  max-width: 60rem;
  margin: 0 auto 8rem;
  text-align: center; }
  .custom-content-blocks .upcoming-events .events-listing-header h3 {
    color: #5bc2e4;
    float: left; }
  .custom-content-blocks .upcoming-events .events-listing-header .calendar-button {
    position: relative;
    top: 4px;
    display: inline-block;
    float: right; }
  .custom-content-blocks .upcoming-events .events-listing {
    padding: 1rem 0 0 0;
    margin: 2rem 0 1rem;
    text-align: left;
    border-top: 1px solid #cccccc; }
  .custom-content-blocks .upcoming-events .tribe-events-widget {
    margin-bottom: 0; }
  .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row {
    padding: 1.25rem 0;
    margin: 0 0 .325rem;
    border-bottom: 1px solid #cccccc; }
    .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
      .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row:last-child .event-summary {
        margin-bottom: 0; }
    .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag {
      position: relative;
      top: -.125rem;
      width: 8rem;
      max-width: 8rem;
      float: left;
      padding: 0 .5rem; }
      .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-datetime {
        width: 4rem; }
        .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-datetime .tribe-events-widget-events-list__event-date-tag-month {
          display: block;
          font-size: 1rem;
          text-transform: uppercase;
          text-align: center; }
        .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-datetime .tribe-events-widget-events-list__event-date-tag-daynum {
          font-size: 3.25rem;
          font-weight: 200;
          line-height: 1.1;
          letter-spacing: -.02em; }
  .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__event .event-thumbnail {
    width: 8.25rem;
    float: left;
    margin: 0 2rem .25rem 0; }
    .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__event .event-thumbnail img {
      width: 100%;
      height: auto; }
  .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__event .event-summary {
    float: left;
    margin-bottom: 1.75rem; }
    .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__event .event-summary .event-categories-label {
      display: none; }
    .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__event .event-summary .event-categories {
      display: inline;
      font-size: .875rem;
      font-weight: 600;
      letter-spacing: .025em;
      text-transform: uppercase; }
      .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__event .event-summary .event-categories a {
        color: #333333; }
    .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__event .event-summary p {
      display: none; }
  .custom-content-blocks .upcoming-events .tribe-common-c-svgicon--messages-not-found {
    display: none; }
  .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__view-more {
    display: none; }
  @media only screen and (max-width: 767px) {
    .custom-content-blocks .upcoming-events .events-listing-header .calendar-button {
      top: 0; } }
  @media only screen and (max-width: 479px) {
    .custom-content-blocks .upcoming-events .events-listing-header h3 {
      float: none;
      text-align: center; }
    .custom-content-blocks .upcoming-events .events-listing-header .calendar-button {
      display: block;
      float: none;
      text-align: center; }
    .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__event .event-thumbnail {
      width: 92%; }
      .custom-content-blocks .upcoming-events .tribe-events-widget-events-list__event .event-thumbnail img {
        margin-bottom: 0; } }

/* UPCOMING EVENTS (EVENT DETAIL)  ---------------------------------------------------*/
.single-tribe_events .upcoming-events {
  padding: 2.125rem 1.6rem 1rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  .single-tribe_events .upcoming-events .events-listing-header h4 {
    font-size: 1.5rem;
    color: #09b4a4; }
  .single-tribe_events .upcoming-events .events-listing {
    padding: 0;
    margin: 0 0 1rem;
    text-align: left;
    border-top: 1px solid #cccccc; }
  .single-tribe_events .upcoming-events .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row {
    padding: 1.25rem 0;
    margin: 0 0 .325rem;
    border-bottom: 1px solid #cccccc; }
    .single-tribe_events .upcoming-events .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag {
      position: relative;
      width: 2.5rem;
      max-width: 2.5rem;
      float: left;
      padding: 0 3.5rem 0 0; }
      .single-tribe_events .upcoming-events .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-datetime {
        width: 2.5rem; }
        .single-tribe_events .upcoming-events .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-datetime .tribe-events-widget-events-list__event-date-tag-month {
          display: block;
          font-size: .75rem;
          letter-spacing: .05em;
          text-transform: uppercase;
          text-align: center; }
        .single-tribe_events .upcoming-events .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-datetime .tribe-events-widget-events-list__event-date-tag-daynum {
          font-size: 1.875rem;
          font-weight: 200;
          line-height: 1.1;
          letter-spacing: -.02em; }
  .single-tribe_events .upcoming-events .tribe-events-widget-events-list__event .event-thumbnail {
    display: none; }
  .single-tribe_events .upcoming-events .tribe-events-widget-events-list__event .event-summary {
    float: left; }
    .single-tribe_events .upcoming-events .tribe-events-widget-events-list__event .event-summary h5.entry-title {
      font-size: 1rem;
      font-weight: 600; }
    .single-tribe_events .upcoming-events .tribe-events-widget-events-list__event .event-summary .event-categories-label {
      display: none; }
    .single-tribe_events .upcoming-events .tribe-events-widget-events-list__event .event-summary .event-categories {
      display: none; }
    .single-tribe_events .upcoming-events .tribe-events-widget-events-list__event .event-summary p {
      display: none; }
  .single-tribe_events .upcoming-events .tribe-events-widget-events-list .tribe-events-c-messages__message {
    padding-top: 1.5rem; }
  .single-tribe_events .upcoming-events .tribe-events-widget-events-list .tribe-common-c-svgicon--messages-not-found {
    display: none; }

/* HEADER  ------------------------------------------------------------------*/
/* src: theme/blocks/_header.scss */
#page-header {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1000;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  #page-header .inner-wrapper {
    max-width: none;
    padding: inherit 2.5rem; }

body.admin-bar #page-header {
  top: 32px; }
  @media screen and (max-width: 779px) {
    body.admin-bar #page-header {
      top: 46px; } }

a#logo {
  float: left;
  width: 12.9rem;
  height: 3.625rem;
  display: block;
  position: relative;
  top: 1.4625rem;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear; }

/* Top Bar  --------------------------------------------------- */
#top-bar {
  background-image: linear-gradient(to right, #fb7900, #d4227c); }

/* Open Status -------- */
.open-status {
  float: left;
  padding: .925rem 1rem .925rem 0;
  font-weight: 600;
  font-size: 1.0625rem;
  letter-spacing: .025em;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear; }
  .open-status .divider {
    display: inline-block;
    position: relative;
    margin: -.425rem .325rem;
    bottom: -0.09375rem;
    font-size: 1.45rem;
    font-weight: 200; }
  .open-status:before {
    margin-right: 0.7rem;
    position: relative;
    top: .05rem;
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    font-size: 1.3rem;
    font-weight: 900; }
  @media only screen and (max-width: 767px) {
    .open-status {
      width: calc(100%);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }

/* Header Buttons -------- */
.header-buttons {
  float: right;
  font-weight: 600;
  font-size: 1.0625rem;
  letter-spacing: .025em;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear; }
  .header-buttons a {
    display: block;
    height: 3.5rem;
    float: left;
    padding: .925rem 1.5rem;
    background: none;
    -webkit-transition: all 0.125s linear;
    -moz-transition: all 0.125s linear;
    -o-transition: all 0.125s linear;
    transition: all 0.125s linear; }
    .header-buttons a:link, .header-buttons a:visited {
      color: #ffffff;
      text-decoration: none; }
    .header-buttons a:hover, .header-buttons a:active {
      color: #ffffff;
      text-decoration: none;
      background-color: rgba(255, 255, 255, 0.15); }
    .header-buttons a.calendar-button {
      display: block;
      width: 3.375rem;
      background-image: url("_/images/shared/icon-calendar.svg");
      background-size: .9375rem 1.0625rem;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-transition: all 0.125s linear;
      -moz-transition: all 0.125s linear;
      -o-transition: all 0.125s linear;
      transition: all 0.125s linear;
      font-size: 0; }
    .header-buttons a.purchase-tix-button {
      margin-right: -2.5rem;
      padding: .87rem 3.7rem .6rem;
      font-size: 1.275rem; }
      .header-buttons a.purchase-tix-button:link, .header-buttons a.purchase-tix-button:visited {
        background: rgba(255, 255, 255, 0.2); }
      .header-buttons a.purchase-tix-button:hover, .header-buttons a.purchase-tix-button:active {
        background: rgba(255, 255, 255, 0.3); }
    .header-buttons a#search-panel-trigger {
      display: block;
      width: 3.375rem;
      padding: .975rem 1rem 0.7rem;
      color: #ffffff;
      text-align: center;
      -webkit-transition: all 0.125s linear;
      -moz-transition: all 0.125s linear;
      -o-transition: all 0.125s linear;
      transition: all 0.125s linear; }
      .header-buttons a#search-panel-trigger:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f002";
        font-size: 1.05rem;
        font-weight: 900; }
  @media only screen and (max-width: 979px) {
    .header-buttons a:nth-of-type(2), .header-buttons a:nth-of-type(3) {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .header-buttons {
      display: none; } }

/* Search Panel -------- */
/* Main Nav  -------------------------------------------- */
#main-nav {
  display: none;
  float: right;
  position: relative;
  /* Sub Navigation (Floating Menus via Superfish) -------- */
  /* Third Level Sub Navigation (Bulleted list contained second level Sub Navigation item.) -------- */ }
  @media screen and (min-width: 950px) {
    #main-nav {
      display: block; } }
  #main-nav ul {
    margin: 0;
    font-size: 1.325rem;
    font-weight: 500;
    line-height: 1.1;
    -webkit-transition: color 0.125s linear;
    -moz-transition: color 0.125s linear;
    -o-transition: color 0.125s linear;
    transition: color 0.125s linear;
    /* Maintains the 'hover' state, triggered by floating menu script when user is rolling over floating menu */ }
    #main-nav ul li {
      float: left;
      background: none; }
    #main-nav ul a {
      display: block;
      padding: 2.4rem .75rem;
      border: 0;
      -webkit-transition: all 0.125s linear;
      -moz-transition: all 0.125s linear;
      -o-transition: all 0.125s linear;
      transition: all 0.125s linear; }
      @media screen and (min-width: 1620px) {
        #main-nav ul a {
          padding: 2.4rem 1.175rem; } }
      #main-nav ul a:link, #main-nav ul a:visited {
        color: #d4227c;
        text-decoration: none; }
      #main-nav ul a:hover, #main-nav ul a:active {
        color: #ff6600;
        text-decoration: none; }
    #main-nav ul a.expanded,
    #main-nav ul .current-menu-item a {
      color: #ff6600; }
  #main-nav ul#main-nav-menu ul.sub-menu {
    text-transform: none;
    line-height: 1.2;
    background: #fff;
    padding: .625rem 1.5rem .5rem;
    min-width: 14rem;
    z-index: 11;
    margin-top: -1.125rem;
    left: -.25rem;
    border: 1px solid #cccccc;
    -webkit-transition: all 0.125s linear;
    -moz-transition: all 0.125s linear;
    -o-transition: all 0.125s linear;
    transition: all 0.125s linear; }
    #main-nav ul#main-nav-menu ul.sub-menu:before {
      content: '';
      display: block;
      position: absolute;
      width: 18px;
      height: 10px;
      top: -10px;
      background: url(_/images/shared/menu-pointer.svg) no-repeat; }
    #main-nav ul#main-nav-menu ul.sub-menu li {
      float: none; }
    #main-nav ul#main-nav-menu ul.sub-menu a {
      display: block;
      padding: .625rem 0;
      font-size: 1rem;
      border: 0;
      white-space: normal; }
      #main-nav ul#main-nav-menu ul.sub-menu a:link, #main-nav ul#main-nav-menu ul.sub-menu a:visited {
        color: #d4227c;
        text-decoration: none; }
      #main-nav ul#main-nav-menu ul.sub-menu a:hover, #main-nav ul#main-nav-menu ul.sub-menu a:active {
        color: #ff6600;
        text-decoration: none; }
    #main-nav ul#main-nav-menu ul.sub-menu .current-menu-item a {
      color: #ff6600; }
  #main-nav ul#main-nav-menu li:last-child ul.sub-menu {
    left: auto;
    right: -.25rem;
    min-width: 11rem; }
    #main-nav ul#main-nav-menu li:last-child ul.sub-menu:before {
      right: 1.5rem; }
  #main-nav ul#main-nav-menu ul.sub-menu ul.sub-menu {
    display: block !important;
    position: relative;
    background: none;
    padding: 1.25rem 0 0 .25rem;
    min-width: auto;
    width: auto;
    z-index: auto;
    left: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    #main-nav ul#main-nav-menu ul.sub-menu ul.sub-menu:before {
      display: none; }
    #main-nav ul#main-nav-menu ul.sub-menu ul.sub-menu li {
      border-top: 0px;
      position: relative;
      margin: 0 0 .5125rem 0;
      padding: 0 0 0 12px; }
      #main-nav ul#main-nav-menu ul.sub-menu ul.sub-menu li:before {
        display: inline;
        position: absolute;
        left: 0;
        top: 0.1em;
        content: '•';
        font-size: .75rem; }
    #main-nav ul#main-nav-menu ul.sub-menu ul.sub-menu a {
      padding: 0; }

/* Mobile Nav  ----------------------------------------- */
#mobile-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 3.6rem 3.3rem;
  z-index: 100000;
  background: #f8f7f5;
  overflow-y: scroll;
  text-align: center;
  display: none;
  /* Mobile Search ----------- */ }
  #mobile-nav .close-nav-button {
    display: block;
    position: absolute;
    top: .75rem;
    right: .75rem;
    width: 2.25rem;
    height: 2.25rem;
    opacity: .5;
    background: url(_/images/shared/btn-close-overlay-gray.svg) no-repeat center center;
    background-size: 1.125rem 1.125rem;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
    #mobile-nav .close-nav-button:hover {
      opacity: .85;
      text-decoration: none; }
  #mobile-nav a.button, #mobile-nav .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list #mobile-nav a {
    margin: .5rem; }
  #mobile-nav #mobile-nav-menu {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
    /* Secondary Sub-Menus ----------- */ }
    #mobile-nav #mobile-nav-menu li {
      width: 100%;
      margin: 0;
      border-bottom: 1px solid #cccccc; }
      #mobile-nav #mobile-nav-menu li:last-child {
        border-bottom: none; }
    #mobile-nav #mobile-nav-menu a {
      display: block;
      margin: 0;
      padding: 1.2rem 1rem;
      text-decoration: none;
      color: #333333; }
    #mobile-nav #mobile-nav-menu li ul {
      margin: -.5rem 0 2rem;
      padding: 0;
      font-size: 1.18rem;
      font-weight: 500;
      display: none; }
      #mobile-nav #mobile-nav-menu li ul li {
        border-bottom: none; }
      #mobile-nav #mobile-nav-menu li ul a {
        display: block;
        margin: 0;
        padding: .5rem 1rem .55rem; }
      #mobile-nav #mobile-nav-menu li ul li.current-menu-item a {
        color: #ff6600; }
  #mobile-nav .mobile-search-form {
    background: #e5e5e5;
    margin: -3.6rem -3.3rem .25rem;
    padding: 1.75rem 3.2rem 0.5rem; }
    #mobile-nav .mobile-search-form form {
      width: 90%;
      margin: 0 auto;
      position: relative; }
    #mobile-nav .mobile-search-form input#s {
      height: 3rem;
      border-radius: 1.5rem;
      border: none; }
    #mobile-nav .mobile-search-form button[type="submit"] {
      width: 2.325rem;
      height: 2.275rem;
      padding: 0;
      border-radius: 1.25rem;
      text-align: center;
      border: none;
      position: absolute;
      top: .35rem;
      right: .375rem;
      background: #f53f4e; }
      #mobile-nav .mobile-search-form button[type="submit"]:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f002";
        font-size: .95rem;
        font-weight: 900;
        margin: 0;
        text-align: center;
        color: #ffffff; }

a#mobile-nav-trigger {
  float: right;
  margin: 0;
  padding: 2.4rem 1.175rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  text-decoration: none;
  display: none; }
  @media screen and (max-width: 949px) {
    a#mobile-nav-trigger {
      display: block; } }
  a#mobile-nav-trigger:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0c9";
    font-weight: 900;
    margin: 0 .5rem 0 0;
    text-align: center; }
  a#mobile-nav-trigger:link, a#mobile-nav-trigger:visited {
    color: #d4227c;
    text-decoration: none; }
  a#mobile-nav-trigger:hover, a#mobile-nav-trigger:active {
    color: #ff6600;
    text-decoration: none; }
  @media only screen and (max-width: 479px) {
    a#mobile-nav-trigger {
      margin-right: -1.8rem; }
      a#mobile-nav-trigger .menu-label {
        display: none; } }

/* Minimized Header  ----------------------------------------- */
#page-header.minimized-header {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  #page-header.minimized-header .open-status {
    padding: .425rem 0 .4rem;
    font-size: .9rem; }
    #page-header.minimized-header .open-status .divider {
      bottom: -0.09375rem;
      font-size: 1.18rem;
      margin: 0 .24rem; }
  #page-header.minimized-header .header-buttons {
    font-size: .9rem; }
    #page-header.minimized-header .header-buttons a {
      height: 2.625rem;
      padding: .725rem 1.5rem .325rem; }
      #page-header.minimized-header .header-buttons a.purchase-tix-button {
        margin-right: -2.5rem;
        padding: .725rem 3.7rem .6rem;
        font-size: .9rem; }
      #page-header.minimized-header .header-buttons a#search-panel-trigger {
        padding: .625rem 1rem .6rem; }
        #page-header.minimized-header .header-buttons a#search-panel-trigger:before {
          font-size: .9rem; }
  #page-header.minimized-header a#logo {
    width: 8.5rem;
    height: 2.393rem;
    top: .6rem; }
  #page-header.minimized-header #main-nav ul {
    font-size: 1.125rem; }
    #page-header.minimized-header #main-nav ul a {
      padding: 1.3rem 1.175rem 1.1rem;
      -webkit-transition: all 0.125s linear;
      -moz-transition: all 0.125s linear;
      -o-transition: all 0.125s linear;
      transition: all 0.125s linear; }
  #page-header.minimized-header ul#main-nav-menu ul.sub-menu {
    margin-top: -.25rem;
    -webkit-transition: all 0.125s linear;
    -moz-transition: all 0.125s linear;
    -o-transition: all 0.125s linear;
    transition: all 0.125s linear; }
  #page-header.minimized-header a#mobile-nav-trigger {
    padding: 1.3rem 1.175rem;
    font-size: 1.125rem;
    -webkit-transition: all 0.125s linear;
    -moz-transition: all 0.125s linear;
    -o-transition: all 0.125s linear;
    transition: all 0.125s linear; }
  #page-header.minimized-header #mobile-nav {
    top: 3.8rem; }

/* FOOTER  ------------------------------------------------------------------*/
/* src: theme/blocks/_footer.scss */
#page-footer {
  clear: both;
  /* Footer Content ------ */
  /* Social Media Channels ------ */
  /* Copyright/Legal ------ */ }
  #page-footer .inner-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2.5rem; }
  #page-footer .footer-content {
    background: white; }
    #page-footer .footer-content .inner-wrapper {
      display: flex;
      padding-top: 4.5rem;
      padding-bottom: 2.8rem; }
    #page-footer .footer-content .footer-col-1, #page-footer .footer-content .footer-col-2, #page-footer .footer-content .footer-col-3 {
      flex-grow: 1; }
    #page-footer .footer-content .footer-col-1 {
      flex-basis: 36%;
      padding-right: 5rem; }
    #page-footer .footer-content .footer-col-2 {
      flex-basis: 36%;
      padding-right: 5rem; }
    #page-footer .footer-content .footer-col-3 {
      flex-basis: 28%; }
    #page-footer .footer-content h5 {
      margin-bottom: 0.5rem;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 1.125rem;
      line-height: 1.7;
      letter-spacing: -.01em; }
    #page-footer .footer-content p {
      margin-bottom: .6rem;
      line-height: 1.625;
      font-weight: 400; }
    #page-footer .footer-content ul.internal-links li {
      margin-bottom: 0.625rem;
      font-weight: 400; }
    #page-footer .footer-content a:link, #page-footer .footer-content a:visited {
      color: #333333; }
    #page-footer .footer-content a:hover, #page-footer .footer-content a:active {
      color: #ff6600;
      text-decoration: underline; }
    @media only screen and (max-width: 979px) {
      #page-footer .footer-content .inner-wrapper {
        flex-wrap: wrap; }
      #page-footer .footer-content .footer-col-1, #page-footer .footer-content .footer-col-2, #page-footer .footer-content .footer-col-3 {
        margin: 0 0 1rem;
        padding: 0 1.5rem 0 0; }
      #page-footer .footer-content .footer-col-1 {
        flex-basis: 44%; }
      #page-footer .footer-content .footer-col-2 {
        flex-basis: 28%; }
      #page-footer .footer-content .footer-col-3 {
        flex-basis: 28%; } }
    @media only screen and (max-width: 767px) {
      #page-footer .footer-content .footer-col-1, #page-footer .footer-content .footer-col-2, #page-footer .footer-content .footer-col-3 {
        flex-basis: 100%;
        margin: 0 0 1rem;
        padding: 0 1.5rem 0 0; }
      #page-footer .footer-content .footer-col-2, #page-footer .footer-content .footer-col-3 {
        border-top: 1px solid #cccccc;
        padding: 2rem 0 0; } }
  #page-footer ul.social-media-channels {
    display: flex;
    justify-content: left;
    margin: 1.2 rem 0 0;
    width: 100%;
    max-width: 22.1875rem; }
    #page-footer ul.social-media-channels li {
      flex: 0 0 16%;
      padding: 0 2% 0 0; }
    #page-footer ul.social-media-channels a {
      display: block;
      width: 2.5rem;
      height: 2.5rem;
      overflow: hidden;
      background: #595959;
      border-radius: 50%;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all 0.125s linear;
      -moz-transition: all 0.125s linear;
      -o-transition: all 0.125s linear;
      transition: all 0.125s linear; }
      #page-footer ul.social-media-channels a:link, #page-footer ul.social-media-channels a:visited {
        color: #ffffff; }
      #page-footer ul.social-media-channels a:hover, #page-footer ul.social-media-channels a:active {
        color: #ffffff;
        background: #ff6600;
        text-decoration: none; }
      #page-footer ul.social-media-channels a:before {
        position: relative;
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400; }
      #page-footer ul.social-media-channels a.facebook-link:before {
        content: "\f39e";
        font-size: 1.2rem;
        top: .225rem; }
      #page-footer ul.social-media-channels a.twitter-link:before {
        content: "\f099";
        font-size: 1rem;
        top: .35rem; }
      #page-footer ul.social-media-channels a.youtube-link:before {
        content: "\f167";
        font-size: 1.1rem;
        top: .35rem; }
      #page-footer ul.social-media-channels a.instagram-link:before {
        content: "\f16d";
        font-size: 1.2rem;
        top: .25rem; }
      #page-footer ul.social-media-channels a.yelp-link:before {
        content: "\f1e9";
        font-size: 1.35rem;
        top: .15rem; }
      #page-footer ul.social-media-channels a.trip-advisor-link:before {
        content: "\f262";
        font-size: 1.25rem;
        top: .25rem; }
    @media only screen and (max-width: 979px) {
      #page-footer ul.social-media-channels {
        flex-wrap: wrap; } }
  #page-footer .footer-copyright .inner-wrapper {
    padding-top: 2.8rem;
    padding-bottom: 1.6rem; }
  #page-footer .footer-copyright p {
    font-size: 1rem;
    font-weight: 400; }
  #page-footer .footer-copyright .divider {
    margin: 0 .5rem; }
  #page-footer .footer-copyright a {
    white-space: nowrap; }
    #page-footer .footer-copyright a:link, #page-footer .footer-copyright a:visited {
      color: #333333;
      text-decoration: none; }
    #page-footer .footer-copyright a:hover, #page-footer .footer-copyright a:active {
      color: #ff6600;
      text-decoration: underline; }

/* HOME  ------------------------------------------------------------------*/
.home {
  /* OVERVIEW  --------------------------------------------------- */ }
  .home .overview .inner-wrapper {
    padding: 4.5rem 2.5rem 0; }
  @media only screen and (max-width: 767px) {
    .home .overview .inner-wrapper {
      padding: 2rem 1.8rem; } }

/* HOURS AND ADMISSION  ------------------------------------------------------------------*/
.hours-and-admission {
  /* OVERVIEW  --------------------------------------------------- */
  /* LOCATION INFO  ----------------------------------------------- */ }
  .hours-and-admission .museum-overview .inner-wrapper {
    padding: 0 2.5rem 2.2rem; }
  .hours-and-admission .museum-overview .info-cards {
    display: flex;
    flex-wrap: wrap;
    margin: -2.4rem -1.2rem;
    padding-bottom: 1.75rem; }
  .hours-and-admission .museum-overview .info-card {
    margin: 2.4rem 1.2rem 0;
    padding: 0 3.2rem 3rem;
    background: #ffffff;
    box-shadow: 0 0 12px rgba(0, 1, 1, 0.15); }
    .hours-and-admission .museum-overview .info-card .header {
      height: 11.125rem;
      margin: 0 -3.2rem 4.5rem;
      padding: 2.4rem 3.9rem 2.8rem; }
  .hours-and-admission .museum-overview .museum-hours {
    width: calc(50% - 2.41rem); }
    .hours-and-admission .museum-overview .museum-hours .header {
      background: #fa9fa6; }
      .hours-and-admission .museum-overview .museum-hours .header img {
        display: block;
        width: 6.9375rem;
        height: auto;
        position: relative;
        top: -.325rem;
        left: -.4rem; }
    .hours-and-admission .museum-overview .museum-hours ul.hours-info li {
      margin: 0 0 1.325rem; }
  .hours-and-admission .museum-overview .general-admission {
    width: calc(50% - 2.4rem); }
    .hours-and-admission .museum-overview .general-admission .header {
      background: #ffdc67; }
      .hours-and-admission .museum-overview .general-admission .header img {
        display: block;
        width: 8.8125rem;
        height: auto;
        position: relative;
        top: .325rem;
        left: -1.2rem; }
    .hours-and-admission .museum-overview .general-admission ul.admission-rates {
      margin-top: .25rem;
      margin-bottom: -.75rem;
      line-height: 1.3; }
      .hours-and-admission .museum-overview .general-admission ul.admission-rates li {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 1.25rem; }
      .hours-and-admission .museum-overview .general-admission ul.admission-rates .rate-type {
        font-weight: 700;
        padding-right: 1.5rem;
        width: 100%; }
  .hours-and-admission .museum-overview .timed-ticketing {
    display: flex;
    padding: 0; }
    .hours-and-admission .museum-overview .timed-ticketing .ticketing-overview {
      width: calc(50% + 1.2rem);
      padding: 3.125rem 3.2rem 2.25rem; }
    .hours-and-admission .museum-overview .timed-ticketing .purchase-link {
      width: calc(50% - 1.2rem);
      background: #ffb669;
      display: flex;
      justify-content: center;
      align-items: center; }
  @media screen and (min-width: 1275px) {
    .hours-and-admission .museum-overview .info-card {
      padding: 0 5.5rem 3rem; }
      .hours-and-admission .museum-overview .info-card .header {
        margin: 0 -5.5rem 4.5rem;
        padding: 2.4rem 6.2rem 2.8rem; }
    .hours-and-admission .museum-overview .general-admission ul.admission-rates li {
      flex-wrap: nowrap; }
    .hours-and-admission .museum-overview .general-admission ul.admission-rates .rate-type {
      width: calc(100% - 10.25rem); }
    .hours-and-admission .museum-overview .timed-ticketing {
      display: flex;
      padding: 0; }
      .hours-and-admission .museum-overview .timed-ticketing .ticketing-overview {
        width: calc(50% + 1.2rem);
        padding: 3.125rem 5.5rem 2.25rem; } }
  @media only screen and (max-width: 979px) {
    .hours-and-admission .museum-overview .info-cards {
      display: block;
      margin: 0; }
    .hours-and-admission .museum-overview .info-card {
      width: 100% !important;
      margin: 0 0 3rem; }
      .hours-and-admission .museum-overview .info-card:last-child {
        margin-bottom: 0; }
    .hours-and-admission .museum-overview .general-admission ul.admission-rates li {
      flex-wrap: nowrap; }
    .hours-and-admission .museum-overview .general-admission ul.admission-rates .rate-type {
      width: calc(100% - 10.25rem); }
    .hours-and-admission .museum-overview .timed-ticketing {
      display: block; }
      .hours-and-admission .museum-overview .timed-ticketing .ticketing-overview {
        width: 100%; }
      .hours-and-admission .museum-overview .timed-ticketing .purchase-link {
        width: 100%;
        padding: 4rem 3rem; } }
  @media only screen and (max-width: 767px) {
    .hours-and-admission .museum-overview .inner-wrapper {
      padding: 0 1.8rem 2.2rem; } }
  @media only screen and (max-width: 479px) {
    .hours-and-admission .museum-overview .general-admission ul.admission-rates li {
      display: flex;
      flex-wrap: wrap; }
    .hours-and-admission .museum-overview .general-admission ul.admission-rates .rate-type {
      width: 100%; } }
  .hours-and-admission .location-info {
    padding: 7rem 0 1.8rem 0; }
    .hours-and-admission .location-info .inner-wrapper {
      padding: 0 2.5rem 2.2rem; }
    .hours-and-admission .location-info .info-cards {
      display: flex;
      flex-wrap: wrap;
      margin: -2.4rem -1.2rem;
      padding-bottom: 1.75rem; }
    .hours-and-admission .location-info .info-card {
      width: 100%;
      margin: 2.4rem 1.2rem 2.8rem;
      padding: 0 5.5rem 3rem;
      background: #ffffff;
      box-shadow: 0 0 12px rgba(0, 1, 1, 0.15); }
    .hours-and-admission .location-info .location {
      display: flex;
      padding: 0; }
      .hours-and-admission .location-info .location .location-overview {
        width: 50%;
        padding: 0 3.2rem 3rem; }
        .hours-and-admission .location-info .location .location-overview .header {
          margin: 0 -3.2rem 2.7rem;
          padding: 0; }
          .hours-and-admission .location-info .location .location-overview .header img {
            display: block;
            width: 100%;
            height: auto; }
        .hours-and-admission .location-info .location .location-overview .button,
        .hours-and-admission .location-info .location .location-overview input[type="submit"],
        .hours-and-admission .location-info .location .location-overview input[type="reset"],
        .hours-and-admission .location-info .location .location-overview input[type="button"], .hours-and-admission .location-info .location .location-overview .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .hours-and-admission .location-info .location .location-overview a {
          margin: 1.25rem 0 0; }
      .hours-and-admission .location-info .location .location-map {
        width: 50%;
        background: #e5e5e5;
        background-size: cover;
        background-position: center; }
        .hours-and-admission .location-info .location .location-map iframe {
          width: 100%;
          height: 100%; }
    .hours-and-admission .location-info .transportation {
      display: flex;
      padding: 0; }
      .hours-and-admission .location-info .transportation .transportation-overview {
        width: 50%;
        padding: 3.125rem 3.2rem 3rem; }
        .hours-and-admission .location-info .transportation .transportation-overview .button,
        .hours-and-admission .location-info .transportation .transportation-overview input[type="submit"],
        .hours-and-admission .location-info .transportation .transportation-overview input[type="reset"],
        .hours-and-admission .location-info .transportation .transportation-overview input[type="button"], .hours-and-admission .location-info .transportation .transportation-overview .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .hours-and-admission .location-info .transportation .transportation-overview a {
          margin: 1.25rem 0 0; }
      .hours-and-admission .location-info .transportation .transportation-image {
        width: 50%;
        background: #e5e5e5;
        background-size: cover;
        background-position: center; }
    @media screen and (min-width: 1275px) {
      .hours-and-admission .location-info .location .location-overview {
        width: 32%;
        padding: 0 5.5rem 3rem; }
        .hours-and-admission .location-info .location .location-overview .header {
          margin: 0 -5.5rem 2.7rem; }
      .hours-and-admission .location-info .location .location-map {
        width: 68%; }
      .hours-and-admission .location-info .transportation .transportation-overview {
        width: 68%;
        padding: 3.125rem 5.5rem 3rem; }
      .hours-and-admission .location-info .transportation .transportation-image {
        width: 32%; } }
    @media only screen and (max-width: 767px) {
      .hours-and-admission .location-info .info-cards {
        display: block;
        margin: 0; }
      .hours-and-admission .location-info .info-card {
        width: 100% !important;
        margin: 0 0 3rem; }
        .hours-and-admission .location-info .info-card:last-child {
          margin-bottom: 0; }
      .hours-and-admission .location-info .location {
        display: block; }
        .hours-and-admission .location-info .location .location-overview {
          width: 100%; }
        .hours-and-admission .location-info .location .location-map {
          width: 100%;
          height: 25rem; }
      .hours-and-admission .location-info .transportation {
        display: block; }
        .hours-and-admission .location-info .transportation .transportation-overview {
          width: 100%; }
        .hours-and-admission .location-info .transportation .transportation-image {
          display: none; } }

/* MEMBERSHIP (2021)  ------------------------------------------------------------------*/
.page-membership .tier-1 {
  text-align: center; }
  .page-membership .tier-1 .inner-wrapper {
    padding-top: 3.9rem;
    padding-bottom: 1rem; }

.page-membership .tier-2 {
  text-align: center; }
  .page-membership .tier-2 .inner-wrapper {
    padding-top: 2rem;
    padding-bottom: 3.5rem; }
  .page-membership .tier-2 .membership-levels-listing {
    width: 100%;
    margin-top: -1.25rem; }
    .page-membership .tier-2 .membership-levels-listing .membership-levels {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -1.75rem; }
      @media screen and (min-width: 1025px) and (max-width: 1274px) {
        .page-membership .tier-2 .membership-levels-listing .membership-levels {
          padding-left: 10%;
          padding-right: 12%; } }
    .page-membership .tier-2 .membership-levels-listing .membership-level {
      position: relative;
      flex-grow: 0;
      width: 33.333%;
      padding: 1.75rem;
      filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.15)); }
      @media screen and (max-width: 1274px) {
        .page-membership .tier-2 .membership-levels-listing .membership-level {
          width: 50% !important; } }
      @media only screen and (max-width: 479px) {
        .page-membership .tier-2 .membership-levels-listing .membership-level {
          width: 100% !important; } }
    .page-membership .tier-2 .membership-levels-listing .membership-level-image img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      border-radius: 50% 50% 0 0 / 36% 36% 0 0; }
    .page-membership .tier-2 .membership-levels-listing .membership-level-summary {
      padding: 1.5rem;
      background: #ffffff; }
    .page-membership .tier-2 .membership-levels-listing h3 {
      font-family: "Poppins", sans-serif;
      font-size: 2rem;
      font-weight: 700;
      margin: 0 0 .75rem; }
    .page-membership .tier-2 .membership-levels-listing h4 {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 1.525rem;
      margin: 0 0 1.5rem; }
    .page-membership .tier-2 .membership-levels-listing a.view-details {
      display: block;
      margin: 1rem 0 0;
      font-size: 1.25rem;
      color: black; }
    .page-membership .tier-2 .membership-levels-listing .membership-level-details {
      display: none; }
    .page-membership .tier-2 .membership-levels-listing .membership-level.gift-membership .membership-level-summary {
      background: #f53f4e; }
      .page-membership .tier-2 .membership-levels-listing .membership-level.gift-membership .membership-level-summary h3, .page-membership .tier-2 .membership-levels-listing .membership-level.gift-membership .membership-level-summary h4, .page-membership .tier-2 .membership-levels-listing .membership-level.gift-membership .membership-level-summary a.view-details {
        color: white; }
    .page-membership .tier-2 .membership-levels-listing .membership-level.gift-membership img.big-red-bow {
      position: absolute;
      top: 1.9rem;
      left: 50%;
      transform: translateX(-50.9%);
      width: 58.5%; }

.page-membership .tier-3 {
  background: #ffffff; }
  .page-membership .tier-3 .inner-wrapper {
    padding-top: 3.125rem;
    padding-bottom: 4.5rem; }
  .page-membership .tier-3 h3 {
    text-align: center; }
  .page-membership .tier-3 .columnar-list {
    display: flex;
    margin: 0 -2.5rem; }
    .page-membership .tier-3 .columnar-list .list-column {
      flex-grow: 1;
      width: 50%;
      padding: 0 2.5rem; }
    .page-membership .tier-3 .columnar-list ul {
      margin: 4rem 0 0;
      padding-left: 7%; }
      .page-membership .tier-3 .columnar-list ul li {
        padding-right: 2rem; }
  @media only screen and (max-width: 979px) {
    .page-membership .tier-3 .columnar-list ul {
      padding: 0 0 0 5%; }
      .page-membership .tier-3 .columnar-list ul li {
        padding-right: 1rem; } }
  @media only screen and (max-width: 767px) {
    .page-membership .tier-3 .columnar-list {
      display: block;
      margin-top: 4rem; }
      .page-membership .tier-3 .columnar-list .list-column {
        width: 100%; }
      .page-membership .tier-3 .columnar-list ul {
        margin: 0; } }
  @media only screen and (max-width: 979px) {
    .page-membership .tier-3 .columnar-list ul {
      padding: 0; }
      .page-membership .tier-3 .columnar-list ul li {
        padding-right: 0; } }

.page-membership .tier-4 {
  background: #f8f7f5; }
  .page-membership .tier-4 .inner-wrapper {
    padding-top: 3.125rem;
    padding-bottom: 3rem; }
  .page-membership .tier-4 .columns {
    display: flex;
    align-items: center; }
    .page-membership .tier-4 .columns .image-column {
      width: 18.8%;
      padding-top: 1rem; }
      .page-membership .tier-4 .columns .image-column img {
        display: block;
        width: 100%;
        height: auto; }
    .page-membership .tier-4 .columns .text-column {
      width: 81.2%;
      padding: 0 0 0 6.5%; }
    @media only screen and (max-width: 767px) {
      .page-membership .tier-4 .columns {
        display: block;
        text-align: center; }
        .page-membership .tier-4 .columns .image-column {
          max-width: 14rem;
          margin: 1rem auto 2rem; }
        .page-membership .tier-4 .columns .image-column, .page-membership .tier-4 .columns .text-column {
          width: 100%;
          padding: 0; } }
  .page-membership .tier-4 .membership-level {
    margin: 0 .75rem .75rem 0;
    display: inline-block; }
  .page-membership .tier-4 .membership-level-details {
    display: none; }

/* MEMBERSHIP  ------------------------------------------------------------------*/
.page-membership-2023 .content-header {
  display: none; }

.page-membership-2023 #content {
  padding-top: 2rem; }
  .page-membership-2023 #content h2, .page-membership-2023 #content .header2, .page-membership-2023 #content h1.page-title, .page-membership-2023 #content h1.page-title {
    line-height: 1.1; }

@media only screen and (max-width: 979px) {
  .page-membership-2023 .img-float {
    width: 100%;
    text-align: center; }
    .page-membership-2023 .img-float img {
      max-width: 375px;
      float: none;
      margin: 0 auto 4rem; } }

/* For Families  ------------------------------------------------------------------*/
.page-for-families #content {
  padding-bottom: 5.5rem; }

.page-for-families #main {
  padding-top: 3.6rem; }

.page-for-families h2.category-title {
  margin-bottom: 3.45rem; }

/* VIDEO GALLERY  ------------------------------------------------------------------*/
.video-gallery {
  background: #f1efeb;
  /* Video Categories Filter -------- */
  /* Videos -------- */ }
  .video-gallery #main {
    padding-top: 3.9rem;
    padding-bottom: 7rem; }
  .video-gallery h3.category-title {
    margin-bottom: 3.3rem; }
  .video-gallery .video-categories {
    margin-bottom: 3.3rem; }
    .video-gallery .video-categories .inner-wrapper {
      padding: 0; }
  .video-gallery #video-category-filter-links {
    margin: 0 -.6rem;
    display: flex;
    flex-wrap: nowrap; }
    .video-gallery #video-category-filter-links li {
      flex-grow: 1;
      width: 100%;
      margin: 0;
      padding: 0 .5rem !important; }
    .video-gallery #video-category-filter-links a {
      width: 100%;
      padding-left: .5rem;
      padding-right: .5rem; }
      .video-gallery #video-category-filter-links a.current-item {
        color: #ff6600;
        border-color: #ff6600; }
    @media screen and (min-width: 1275px) {
      .video-gallery #video-category-filter-links {
        display: flex;
        flex-wrap: nowrap; } }
    @media only screen and (max-width: 1024px) {
      .video-gallery #video-category-filter-links {
        display: none; } }
  .video-gallery #video-category-filter-select {
    display: block;
    width: 100%;
    height: 3.5rem;
    border-radius: 1.75rem;
    background: #f8f7f5;
    color: #333333;
    border: 3px solid #d8d8d8;
    margin: 0 0 .95rem;
    padding-left: 1.5rem;
    display: none;
    background: url("_/images/shared/icon-angle-down-gray.svg") no-repeat center right;
    background-size: 4rem 4rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .02em;
    text-transform: uppercase; }
    .video-gallery #video-category-filter-select:after {
      content: "hello"; }
    @media only screen and (max-width: 1024px) {
      .video-gallery #video-category-filter-select {
        display: block; } }
  .video-gallery .videos {
    clear: both; }
    .video-gallery .videos .inner-wrapper {
      padding: 0 0 0 0; }

/* Featured Video ---------------------------- */
.featured-video {
  padding: 4.25rem 0 5.5rem; }
  .featured-video h2 {
    margin-bottom: 3.8rem; }
  .featured-video .video {
    background: #ffffff;
    box-shadow: 0 0 12px rgba(0, 1, 1, 0.15); }
    .featured-video .video .video-content {
      padding: 2.1rem 2.6rem 1.1rem; }
    .featured-video .video h4 {
      margin-bottom: .7rem; }

/* CONTACT US  ------------------------------------------------------------------*/
.contact-us {
  /* Contact Form  --------------------------------------------------- */
  /* Sidebar  -------------------------------------------------------- */ }
  .contact-us .contact-us-layout {
    display: flex;
    margin: -2.125rem -2.125rem 4rem; }
  .contact-us .contact-form-container {
    width: 64.5%;
    padding: 2.125rem; }
  .contact-us .contact-form-content {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.8rem 3rem 4.25rem;
    background: #ffffff;
    box-shadow: 0 0 12px rgba(0, 1, 1, 0.15); }
    .contact-us .contact-form-content #contact-form h4 {
      margin-bottom: 3rem; }
    .contact-us .contact-form-content #contact-form .recipient-options {
      display: flex;
      width: 100%; }
      .contact-us .contact-form-content #contact-form .recipient-options .col-1 {
        width: 52%; }
      .contact-us .contact-form-content #contact-form .recipient-options .col-2 {
        width: 48%; }
    .contact-us .contact-form-content #contact-form .first-name-container {
      float: left;
      width: 48%; }
    .contact-us .contact-form-content #contact-form .last-name-container {
      float: right;
      width: 48%; }
    .contact-us .contact-form-content #contact-form #message {
      min-height: 22.5rem; }
    .contact-us .contact-form-content #contact-form .g-recaptcha {
      float: left; }
    .contact-us .contact-form-content #contact-form .submit-button {
      float: right;
      padding: .98rem 4.5rem; }
  .contact-us .sidebar {
    width: 35.5%;
    padding: 2.125rem; }
  .contact-us .sidebar-content {
    display: block;
    width: 100%;
    padding: 5.5rem 3rem 3.25rem;
    background: #ffffff;
    box-shadow: 0 0 12px rgba(0, 1, 1, 0.15); }
    .contact-us .sidebar-content .header {
      margin: -5.5rem -3rem 2.7rem;
      padding: 0; }
      .contact-us .sidebar-content .header img {
        display: block;
        width: 100%;
        height: auto; }
    .contact-us .sidebar-content .button,
    .contact-us .sidebar-content input[type="submit"],
    .contact-us .sidebar-content input[type="reset"],
    .contact-us .sidebar-content input[type="button"], .contact-us .sidebar-content .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .contact-us .sidebar-content a {
      margin: 1.25rem 0 0; }
  @media screen and (min-width: 1275px) {
    .contact-us .sidebar-content {
      padding: 5.5rem 5.5rem 3.25rem; }
      .contact-us .sidebar-content .header {
        margin: -5.5rem -5.5rem 2.7rem; }
    .contact-us .contact-form-content {
      padding: 2.8rem 5rem 4.25rem; } }
  @media only screen and (max-width: 1024px) {
    .contact-us .contact-us-layout {
      display: block; }
    .contact-us .contact-form-container {
      width: 100%; }
    .contact-us .sidebar {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .contact-us .contact-form-content #contact-form .first-name-container, .contact-us .contact-form-content #contact-form .last-name-container {
      float: none;
      width: 100%; }
    .contact-us .contact-form-content #contact-form .recipient-options {
      display: block; }
      .contact-us .contact-form-content #contact-form .recipient-options .col-1, .contact-us .contact-form-content #contact-form .recipient-options .col-2 {
        width: 100%; }
    .contact-us .contact-form-content #contact-form .g-recaptcha {
      float: none !important;
      margin-bottom: 2rem; }
    .contact-us .contact-form-content #contact-form .submit-button {
      float: none; } }

/* BLOG  ------------------------------------------------------------------------ */
.blog #main, .archive.category #main, .archive.date #main, .single-post #main, .search #main {
  padding-top: 3.6rem; }

.blog h2.category-title, .archive.category h2.category-title, .archive.date h2.category-title, .single-post h2.category-title, .search h2.category-title {
  margin-bottom: 3.45rem; }

.blog #content, .archive.category #content, .archive.date #content, .single-post #content, .search #content {
  padding-top: 1.5rem;
  padding-bottom: 5.5rem; }

/* Post Categories Nav ----------------  */
.categories-nav {
  width: 20.325rem;
  margin: 0 0 0 2.9%; }
  .categories-nav nav {
    padding: 1rem 1.6rem;
    background: #ffffff;
    box-shadow: 0 0 12px rgba(0, 1, 1, 0.15); }
  .categories-nav h3 {
    margin: -1rem -1.6rem 2.25rem;
    padding: 1rem 1.6rem;
    background: #ff972a;
    color: #ffffff; }
  .categories-nav li {
    margin: 0 0 .625rem .1rem;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.125;
    letter-spacing: .025em;
    text-transform: uppercase; }
    .categories-nav li li {
      margin-left: .2rem; }
  .categories-nav a {
    display: inline-block;
    position: relative;
    padding-left: 1.25rem; }
    .categories-nav a:link, .categories-nav a:visited {
      color: #999999;
      text-decoration: none; }
    .categories-nav a:hover, .categories-nav a:active {
      color: #ff6600;
      text-decoration: none; }
    .categories-nav a:before {
      position: absolute;
      top: -0.075rem;
      left: 0;
      margin-right: .75rem;
      font-family: 'Font Awesome 5 Free';
      font-size: 1.1em;
      content: "\f0da"; }
  .categories-nav hr {
    margin: 1.25rem 0; }
  @media only screen and (max-width: 979px) {
    .categories-nav {
      display: none; } }

/* Post Categories Select/Dropdown ----------------  */
#post-category-filter-select {
  display: block;
  width: 100%;
  height: 3.5rem;
  border-radius: 1.75rem;
  background: #f8f7f5;
  color: #333333;
  border: 3px solid #d8d8d8;
  margin: 0 0 1.85rem;
  padding-left: 1.5rem;
  display: none;
  background: url("_/images/shared/icon-angle-down-gray.svg") no-repeat center right;
  background-size: 4rem 4rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase; }
  #post-category-filter-select:after {
    content: "hello"; }
  @media only screen and (max-width: 979px) {
    #post-category-filter-select {
      display: block; } }

.single-post #post-category-filter-select {
  margin-bottom: 3.5rem; }

/* Post Listings ----------------  */
.post-listings {
  width: 74.2%;
  width: calc(100% - 20.325rem);
  margin-top: -1.25rem; }
  .post-listings .post-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.25rem; }
  .post-listings .post {
    flex-grow: 0;
    width: 100%;
    padding: 1.25rem; }
  .post-listings .post-summary {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.5rem;
    background: #ffffff;
    box-shadow: 0 0 12px rgba(0, 1, 1, 0.15); }
    .post-listings .post-summary .post-img {
      margin: -2.5rem -2.5rem 1.9rem;
      opacity: 1;
      -webkit-transition: opacity 0.125s linear;
      -moz-transition: opacity 0.125s linear;
      -o-transition: opacity 0.125s linear;
      transition: opacity 0.125s linear; }
      .post-listings .post-summary .post-img img {
        display: block;
        width: 100%;
        height: auto; }
    .post-listings .post-summary:hover .post-img {
      opacity: .8; }
    .post-listings .post-summary h4 {
      margin: 0 0 1rem; }
      .post-listings .post-summary h4 a:link, .post-listings .post-summary h4 a:visited {
        color: #f53f4e;
        text-decoration: none; }
      .post-listings .post-summary h4 a:hover, .post-listings .post-summary h4 a:active {
        color: #f53f4e;
        text-decoration: underline; }
    .post-listings .post-summary p {
      line-height: 1.6; }
    .post-listings .post-summary a.read-more {
      font-weight: 600;
      text-transform: uppercase; }
      .post-listings .post-summary a.read-more:link, .post-listings .post-summary a.read-more:visited {
        color: #333333;
        text-decoration: none; }
      .post-listings .post-summary a.read-more:hover, .post-listings .post-summary a.read-more:active {
        color: #ff6600;
        text-decoration: none; }
      .post-listings .post-summary a.read-more:after {
        position: relative;
        top: 0.05rem;
        left: .35rem;
        font-family: 'Font Awesome 5 Free';
        font-size: 1.1em;
        content: "\f0da"; }
  @media screen and (min-width: 1275px) {
    .post-listings .post {
      width: 50%; } }
  @media only screen and (max-width: 979px) {
    .post-listings {
      width: 100%; }
      .post-listings .post {
        width: 50%; } }
  @media only screen and (max-width: 767px) {
    .post-listings .post {
      width: 100%; } }

.search .post-listings {
  width: 100%; }
  .search .post-listings .post {
    width: 33.333%; }

/* Featured Post ---------------------------- */
.featured-post {
  padding: 5.25rem 0;
  background: #ffffff; }
  .featured-post .post-summary {
    display: flex; }
    .featured-post .post-summary .post-img {
      width: 49.25%; }
      .featured-post .post-summary .post-img img {
        display: block;
        width: 100%;
        height: auto; }
    .featured-post .post-summary .post-content {
      width: 40.75%;
      margin: 0 0 0 10%; }
    .featured-post .post-summary h2 {
      margin: -.5rem 0 .5rem;
      text-transform: uppercase; }
    .featured-post .post-summary h3 {
      margin: 0 0 1rem; }
      .featured-post .post-summary h3 a:link, .featured-post .post-summary h3 a:visited {
        color: #f53f4e;
        text-decoration: none; }
      .featured-post .post-summary h3 a:hover, .featured-post .post-summary h3 a:active {
        color: #f53f4e;
        text-decoration: underline; }
    .featured-post .post-summary .button,
    .featured-post .post-summary input[type="submit"],
    .featured-post .post-summary input[type="reset"],
    .featured-post .post-summary input[type="button"], .featured-post .post-summary .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list a, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .featured-post .post-summary a {
      margin-top: 1.5rem; }
  @media only screen and (max-width: 979px) {
    .featured-post .post-summary {
      display: block; }
      .featured-post .post-summary .post-img {
        width: 100%;
        margin-bottom: 3rem; }
      .featured-post .post-summary .post-content {
        width: 100%;
        margin: 0; } }

/* Post Archive pages ----------- */
.posts-archive-layout {
  display: flex; }

/* Post Detail pages ------------  */
.single .post-detail-layout {
  display: flex; }

.single .post {
  width: 74.2%;
  padding: 2.2rem 3.8rem;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 1, 1, 0.15); }
  .single .post .post-img {
    margin: 0 0 2.5rem;
    opacity: 1;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
    .single .post .post-img img {
      display: block;
      width: 100%;
      height: auto; }
  .single .post .post-header {
    margin: 0 0 2.5rem 0; }
  .single .post .by-line {
    font-size: 1.125rem; }
  .single .post .social-sharing {
    padding: .8rem 0 0; }
    .single .post .social-sharing .sd-sharing {
      margin-bottom: 0; }
    .single .post .social-sharing h3.sd-title {
      display: none; }
  @media only screen and (max-width: 979px) {
    .single .post {
      width: 100%;
      padding: 2.2rem; } }

.single .post-header {
  margin: 0 0 1.5rem; }

.single .post-img {
  margin-bottom: 2rem; }

.single p {
  margin: 0 0 1.125rem; }

/* SEARCH  --------------------------------------------------*/
/* src: theme/sections/_search.scss */
/* Search Results ----------------  */
.search-results .content-header .inner-wrapper {
  padding-bottom: 0; }

.search-results #content {
  padding-top: 0; }

.search-results #main {
  padding-top: 0; }

.search-results ul.results-listings {
  margin-top: 3.2rem;
  border-top: 1px solid #cccccc; }
  .search-results ul.results-listings li.results-item {
    margin: 0;
    padding: .75rem 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.666;
    letter-spacing: -.005em;
    border-bottom: 1px solid #cccccc; }

/* ERROR 404  --------------------------------------------------*/
/* src: theme/sections/_error-404.scss */
/* Error ----------------  */
.error404 #content {
  margin-top: 3.6rem;
  padding-bottom: 6rem; }

/* HOLIDAY CARD 2022  --------------------------------------------------*/
/* src: theme/sections/_holiday-card-2022.scss */
.page-holiday-card-2022 {
  /* Background/Scene --------------------- */ }
  .page-holiday-card-2022 #announcement-bar, .page-holiday-card-2022 #page-header, .page-holiday-card-2022 #newsletter-subscribe, .page-holiday-card-2022 #page-footer, .page-holiday-card-2022 #mobile-nav, .page-holiday-card-2022 .mobile-quick-links {
    display: none; }
  .page-holiday-card-2022 #wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100%; }
  .page-holiday-card-2022 .holiday-card-2022 {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
    text-align: center;
    background: #E8F3F8 url("_/images/holiday-card-2022/background.jpg") center bottom;
    background-size: cover;
    overflow: hidden;
    /* Card Wrapper ---------------- */
    /* Card - Front ------------------------ */
    /* CLosing Message  ------------------------ */
    /* Card - Inner Panels ------------------------ */
    /* Prev/Next Buttons ------------------------ */
    /* Step 1: Card Opens ------------------- */
    /* Step 2: First Panel Group Opens ------------------- */ }
    .page-holiday-card-2022 .holiday-card-2022 #snowfall {
      position: absolute;
      width: 100%;
      height: 100%; }
    .page-holiday-card-2022 .holiday-card-2022 .card-header {
      position: relative;
      padding: 2.75rem 0;
      text-align: center;
      z-index: 1; }
    .page-holiday-card-2022 .holiday-card-2022 .kidspace-logo {
      display: block;
      width: 19.825rem;
      margin: 0 auto; }
      .page-holiday-card-2022 .holiday-card-2022 .kidspace-logo img {
        display: block;
        width: 100%;
        height: auto;
        margin-left: -.125rem; }
    .page-holiday-card-2022 .holiday-card-2022 .holiday-message {
      position: absolute;
      width: 100%;
      bottom: 0;
      margin: 0;
      padding: 1.9rem 1rem;
      text-align: center;
      font-family: "HCo Archer", sans-serif;
      font-weight: 900;
      font-size: 1.5rem;
      line-height: 1.666;
      letter-spacing: -.005em;
      color: #294E8C; }
    .page-holiday-card-2022 .holiday-card-2022 .card-container {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
    .page-holiday-card-2022 .holiday-card-2022 .card-wrapper {
      position: absolute;
      left: 50%;
      top: 47%;
      transform: translate(-50%, -50%);
      transition: all 0.3s ease;
      perspective: 1400px; }
    .page-holiday-card-2022 .holiday-card-2022 .card {
      aspect-ratio: 1 / 1.168;
      height: 100%;
      transition: all 1s ease;
      transform-style: preserve-3d;
      z-index: 1; }
    .page-holiday-card-2022 .holiday-card-2022 .card-front {
      position: relative;
      aspect-ratio: 1 / 1.168;
      transition: all 1s ease;
      transform-style: preserve-3d;
      z-index: 1; }
      .page-holiday-card-2022 .holiday-card-2022 .card-front .card-panel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: grid;
        place-items: center;
        transition: all 1s ease;
        backface-visibility: visible;
        transform-origin: left;
        transform-style: preserve-3D;
        transform: rotate3d(0, 1, 0, 0deg); }
        .page-holiday-card-2022 .holiday-card-2022 .card-front .card-panel.panel-front {
          z-index: 1;
          backface-visibility: hidden; }
        .page-holiday-card-2022 .holiday-card-2022 .card-front .card-panel.panel-back {
          z-index: 0; }
        .page-holiday-card-2022 .holiday-card-2022 .card-front .card-panel .card-content img {
          display: block;
          width: 100%;
          height: auto; }
    .page-holiday-card-2022 .holiday-card-2022 .closing-message {
      position: absolute;
      left: 50%;
      top: 47%;
      height: 56%;
      aspect-ratio: 1 / 1.168;
      transform: translate(-50%, -50%);
      display: none; }
      .page-holiday-card-2022 .holiday-card-2022 .closing-message img {
        display: block;
        width: 100%;
        height: auto; }
    .page-holiday-card-2022 .holiday-card-2022 .card-inner-panels {
      height: 100%;
      aspect-ratio: 1 / 1.168;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      z-index: -1;
      transform-style: preserve-3D; }
      .page-holiday-card-2022 .holiday-card-2022 .card-inner-panels .card-content img {
        display: block;
        width: 100%;
        height: auto; }
      .page-holiday-card-2022 .holiday-card-2022 .card-inner-panels .card-inner-panel-group {
        height: 100%;
        aspect-ratio: 1 / 1.168;
        display: grid;
        place-items: center;
        transition: all 1s ease;
        transform-style: preserve-3D;
        display: none; }
        .page-holiday-card-2022 .holiday-card-2022 .card-inner-panels .card-inner-panel-group.panel-group-1 {
          display: block; }
        .page-holiday-card-2022 .holiday-card-2022 .card-inner-panels .card-inner-panel-group .card-panel {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: grid;
          place-items: center;
          transition: all 1s ease;
          backface-visibility: visible;
          transform-origin: right;
          transform-style: preserve-3D;
          /* Set an initial rotation on the y axis so that we can update later on */
          transform: rotate3d(0, 1, 0, 0deg); }
          .page-holiday-card-2022 .holiday-card-2022 .card-inner-panels .card-inner-panel-group .card-panel.panel-front {
            z-index: 1;
            backface-visibility: hidden;
            box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15); }
          .page-holiday-card-2022 .holiday-card-2022 .card-inner-panels .card-inner-panel-group .card-panel.panel-back {
            z-index: 0; }
          .page-holiday-card-2022 .holiday-card-2022 .card-inner-panels .card-inner-panel-group .card-panel.panel-content {
            z-index: -1; }
    .page-holiday-card-2022 .holiday-card-2022 .card-nav-buttons {
      position: absolute;
      padding: 1rem 0;
      left: 50%;
      transform: translateX(-50%);
      text-align: right;
      opacity: 1;
      transition: all 1s ease;
      opacity: 0; }
      .page-holiday-card-2022 .holiday-card-2022 .card-nav-buttons .card-nav-button {
        margin: .175rem;
        width: 12rem;
        border: 0;
        background: 0;
        opacity: .75;
        -webkit-transition: all 0.125s linear;
        -moz-transition: all 0.125s linear;
        -o-transition: all 0.125s linear;
        transition: all 0.125s linear; }
        .page-holiday-card-2022 .holiday-card-2022 .card-nav-buttons .card-nav-button#card-nav-button-next {
          margin-right: -.625rem; }
        .page-holiday-card-2022 .holiday-card-2022 .card-nav-buttons .card-nav-button img {
          display: block;
          width: 100%;
          height: auto;
          cursor: pointer; }
        .page-holiday-card-2022 .holiday-card-2022 .card-nav-buttons .card-nav-button:hover {
          opacity: 1; }
        .page-holiday-card-2022 .holiday-card-2022 .card-nav-buttons .card-nav-button#card-nav-button-prev:hover {
          transform: translateX(-8%); }
        .page-holiday-card-2022 .holiday-card-2022 .card-nav-buttons .card-nav-button#card-nav-button-next:hover {
          transform: translateX(8%); }
    .page-holiday-card-2022 .holiday-card-2022 .card-wrapper.open {
      transform: translate(50%, -50%); }
      .page-holiday-card-2022 .holiday-card-2022 .card-wrapper.open .card-front .panel-front {
        transform: rotate3d(0, 1, 0, -180deg); }
      .page-holiday-card-2022 .holiday-card-2022 .card-wrapper.open .card-front .panel-back {
        transform: rotate3d(0, 1, 0, -180deg); }
        .page-holiday-card-2022 .holiday-card-2022 .card-wrapper.open .card-front .panel-back .card-content {
          transform: rotate3d(0, 1, 0, -180deg); }
    .page-holiday-card-2022 .holiday-card-2022 .card-inner-panel-group.open .panel-front {
      transform: rotate3d(0, 1, 0, 180deg); }
    .page-holiday-card-2022 .holiday-card-2022 .card-inner-panel-group.open .panel-back {
      transform: rotate3d(0, 1, 0, 180deg); }
      .page-holiday-card-2022 .holiday-card-2022 .card-inner-panel-group.open .panel-back .card-content {
        transform: rotate3d(0, 1, 0, -180deg); }

/* Mobile Experience ----------------------------------------------------------------------------------- */
/* Desktop Experience ----------------------------------------------------------------------------------- */
/* House & Background Elements -------------- */
/* Windows -------------- */
@keyframes flickering-window {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 0% 65%; }
  100% {
    background-position: 0% 0%; } }

@keyframes smoke-fade {
  0% {
    opacity: 0.25;
    transform: translateY(5px); }
  25% {
    opacity: 1; }
  50% {
    transform: translateY(-10px); }
  75% {
    opacity: 0; }
  100% {
    transform: translateY(5px); } }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }

@keyframes eyes-blinking {
  from {
    opacity: 0; }
  10%,
  100% {
    opacity: 1; } }

@keyframes bat-left-wing-down {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    fill: transparent; }
  10%,
  30%,
  50%,
  70%,
  90% {
    fill: #000000; } }

@keyframes bat-left-wing-up {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    fill: #000000; }
  10%,
  30%,
  50%,
  70%,
  90% {
    fill: transparent; } }

@keyframes bat-right-wing {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 50%; }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: rotate(-0.2deg); } }

@keyframes bat-fly-1 {
  0% {
    opacity: 1;
    transform: scale(1); }
  20%,
  30% {
    transform: scale(50) translate(-60%, -10%); }
  99% {
    transform: scale(3); }
  99% {
    opacity: 1;
    transform: translate(4000%, -700%); }
  100% {
    opacity: 0; } }

@keyframes bat-fly-2 {
  0% {
    opacity: 1;
    transform: scale(1); }
  20%,
  30% {
    transform: scale(20) translate(-30%, -10%); }
  99% {
    transform: scale(4); }
  99% {
    opacity: 1;
    transform: translate(3000%, -800%); }
  100% {
    opacity: 0; } }

@keyframes bat-fly-3 {
  0% {
    opacity: 1;
    transform: scale(1); }
  20%,
  30% {
    transform: scale(15) translate(-30%, -10%); }
  99% {
    transform: scale(2); }
  99% {
    opacity: 1;
    transform: translate(2500%, -900%); }
  100% {
    opacity: 0; } }

@keyframes bat-fly-4 {
  0% {
    opacity: 1;
    transform: scale(1); }
  20%,
  30% {
    transform: scale(1) translate(-70%, -10%); }
  99% {
    transform: scale(2); }
  99% {
    opacity: 1;
    transform: translate(200%, -150%); }
  100% {
    opacity: 0; } }

@keyframes bat-fly-5 {
  0% {
    opacity: 1;
    transform: scale(1); }
  20%,
  30% {
    transform: scale(1) translate(-70%, -10%); }
  99% {
    transform: scale(2); }
  99% {
    opacity: 1;
    transform: translate(200%, -200%); }
  100% {
    opacity: 0; } }

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-2px, 0, 0); }
  40%,
  60% {
    transform: translate3d(2px, 0, 0); } }

@keyframes bush-moving {
  0% {
    transform: rotate(1deg); }
  25% {
    transform: rotate(2deg); }
  50% {
    transform: rotate(1deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(1deg); } }

@keyframes flame-current-1 {
  10% {
    stop-color: #FFFF00; }
  20% {
    stop-color: #FFCA00; }
  30% {
    stop-color: #FFFF00; }
  40% {
    stop-color: #FFA800; }
  50% {
    stop-color: #FFCA00; }
  70% {
    stop-color: #FF9B00; }
  90% {
    stop-color: #FFFF00; } }

@keyframes flame-current-2 {
  10% {
    stop-color: #FFCA00; }
  20% {
    stop-color: #FFA800; }
  30% {
    stop-color: #FFCA00; }
  40% {
    stop-color: #FF9B00; }
  50% {
    stop-color: #FFA800; }
  70% {
    stop-color: #FF9B00; }
  90% {
    stop-color: #FFCA00; } }

@keyframes window-shake {
  0% {
    transform: rotate(0); }
  10% {
    transform: rotate(-6deg); }
  20% {
    transform: rotate(-2deg); }
  30% {
    transform: rotate(-5deg); }
  40% {
    transform: rotate(-2deg); }
  50% {
    transform: rotate(-4deg); }
  60% {
    transform: rotate(-2deg); }
  70% {
    transform: rotate(-3deg); }
  80% {
    transform: rotate(-1deg); }
  90% {
    transform: rotate(-2deg); }
  100% {
    transform: rotate(-3deg); } }

@keyframes eyes-move {
  0% {
    transform: translateX(0); }
  20% {
    transform: translateX(1px); }
  40% {
    transform: translateX(-1px); }
  60% {
    transform: translateX(1px); }
  80% {
    transform: translateX(-1px); }
  100% {
    transform: translateX(0); } }

@keyframes monster-eye-left {
  0% {
    transform: translate(1.5px, 3px) scale(1.3); }
  10%,
  100% {
    transform: translate(0, 0) scale(1); } }

@keyframes monster-eye-right {
  0% {
    transform: translate(-2px, 3px) scale(1.3); }
  10%,
  100% {
    transform: translate(0, 0) scale(1); } }

.page-halloween-house .content-header,
.page-halloween-house #announcement-bar,
.page-halloween-house .mobile-quick-links {
  display: none !important; }

.page-halloween-house #content {
  background: #212326; }

/* Mobile Experience ----------------------------------------------------------------------------------- */
/*
@media (max-width:750px) {
	
	
	
}
*/
#halloween-mobile-content {
  background: #212326 url(_/images/halloween/halloween-mobile-sky.svg) center top no-repeat;
  background-attachment: fixed;
  /* Bats --------------------------------------------------------------------- */ }
  #halloween-mobile-content .window-test {
    width: 80%;
    height: 300px;
    background: #ddd;
    margin-bottom: 20px; }
  #halloween-mobile-content .anchor {
    margin-top: -50px;
    padding-bottom: 50px;
    display: block; }
  #halloween-mobile-content .floor-wrap {
    margin-top: -10px;
    position: relative;
    z-index: 2; }
  #halloween-mobile-content #event-cta-banner {
    margin-top: -5px; }
  #halloween-mobile-content .owl-eye {
    animation: eyes-blinking 6s infinite; }
  #halloween-mobile-content .wing_left_open,
  #halloween-mobile-content .wing_right_open,
  #halloween-mobile-content .owl.active .wing_left_closed,
  #halloween-mobile-content .owl.active .wing_right_closed {
    visibility: hidden; }
  #halloween-mobile-content .owl.active .wing_left_open,
  #halloween-mobile-content .owl.active .wing_right_open {
    visibility: visible; }
  #halloween-mobile-content .bat-1, #halloween-mobile-content .bat-2, #halloween-mobile-content .bat-3, #halloween-mobile-content .bat-4, #halloween-mobile-content .bat-5 {
    opacity: 0;
    transform-box: fill-box; }
  #halloween-mobile-content .bats-fly .bat-eyes {
    visibility: hidden; }
  #halloween-mobile-content .bats-trigger {
    fill: transparent; }
  #halloween-mobile-content .bat-eyes:nth-of-type(1) .bat {
    animation: eyes-blinking 4s infinite; }
  #halloween-mobile-content .bat-eyes:nth-of-type(2) .bat {
    animation: eyes-blinking 6.5s infinite; }
  #halloween-mobile-content .bat-eyes:nth-of-type(3) .bat {
    animation: eyes-blinking 8.5s infinite; }
  #halloween-mobile-content .bat-eyes:nth-of-type(4) .bat {
    animation: eyes-blinking 4.5s infinite; }
  #halloween-mobile-content .bat-eyes:nth-of-type(5) .bat {
    animation: eyes-blinking 10.5s infinite; }
  #halloween-mobile-content .bats-fly .bat-1 {
    animation: bat-fly-1 3s linear; }
  #halloween-mobile-content .bats-fly .bat-2 {
    animation: bat-fly-2 4s linear; }
  #halloween-mobile-content .bats-fly .bat-3 {
    animation: bat-fly-3 3s linear; }
  #halloween-mobile-content .bats-fly .bat-4 {
    animation: bat-fly-4 3s linear; }
  #halloween-mobile-content .bats-fly .bat-5 {
    animation: bat-fly-5 3s linear; }
  #halloween-mobile-content .bat-wing-down {
    animation: bat-left-wing-down 1s infinite; }
  #halloween-mobile-content .bat-wing-up {
    animation: bat-left-wing-up 1s infinite; }
  #halloween-mobile-content .bat-right-wing {
    animation: bat-right-wing 2s infinite;
    transform-origin: 50% 50%; }

/* Desktop Experience ----------------------------------------------------------------------------------- */
#halloween-desktop-content {
  margin: 0 auto; }

.halloween-wrap-desktop {
  position: relative;
  background: #354635;
  /* House & Background Elements -------------- */
  /* Foreground Elements -------------- */
  /* Windows -------------- */
  /* Bats --------------------------------------------------------------------- */ }
  .halloween-wrap-desktop .hh-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .halloween-wrap-desktop .hh-element img {
      width: 100%;
      height: auto; }
    .halloween-wrap-desktop .hh-element.background {
      position: relative;
      z-index: 0; }
    .halloween-wrap-desktop .hh-element.midground {
      z-index: 1; }
    .halloween-wrap-desktop .hh-element.house-base {
      z-index: 2; }
    .halloween-wrap-desktop .hh-element.house-texture {
      z-index: 3; }
    .halloween-wrap-desktop .hh-element.house-foreground {
      z-index: 4; }
    .halloween-wrap-desktop .hh-element.foreground {
      z-index: 5; }
    .halloween-wrap-desktop .hh-element.porch-roof {
      z-index: 7;
      width: 17.38%;
      top: 57.6%;
      left: 7.7%; }
    .halloween-wrap-desktop .hh-element.veranda-railing {
      z-index: 7;
      width: 48.08%;
      top: 54.55%;
      left: 24.3%; }
    .halloween-wrap-desktop .hh-element.layout-ref {
      z-index: 5; }
  .halloween-wrap-desktop .hh-item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    /*
		&.bat-eyes {
			position: absolute;
			width: 4%;
			top: 24.325%;
			left: 59.4%;
			cursor: pointer;
			
			.bat-eyes-1,
			.bat-eyes-2,
			.bat-eyes-3,
			.bat-eyes-4,
			.bat-eyes-5 {
				position: absolute;
				top: 0;
				left: 0;
			}
			
			// Animate the bats' blinking eyes
			.bat-eyes-1 {
				animation: eyes-blinking 4s infinite;
			}
			.bat-eyes-2 {
				animation: eyes-blinking 6.5s infinite;
			}
			.bat-eyes-3 {
				animation: eyes-blinking 8.5s infinite;
			}
			.bat-eyes-4 {
				animation: eyes-blinking 4.5s infinite;
			}
			.bat-eyes-5 {
				animation: eyes-blinking 10.5s infinite;
			}
			
		}*/ }
    .halloween-wrap-desktop .hh-item.interactive {
      cursor: pointer; }
    .halloween-wrap-desktop .hh-item img {
      width: 100%;
      height: auto; }
    .halloween-wrap-desktop .hh-item.smoke-left {
      width: 3.8%;
      top: 6.3%;
      left: 37.5%;
      z-index: 1; }
    .halloween-wrap-desktop .hh-item.smoke-right {
      width: 2.3%;
      top: 8.7%;
      left: 40.9%;
      z-index: 1; }
    .halloween-wrap-desktop .hh-item.ghost {
      width: 7.5%;
      top: 67.75%;
      left: 88.2%;
      animation: float 6s ease-in-out infinite; }
    .halloween-wrap-desktop .hh-item.keep-out-sign {
      width: 9.9%;
      top: 76.85%;
      left: 56.6%; }
    .halloween-wrap-desktop .hh-item.owl {
      width: 8.7%;
      top: 8.55%;
      left: 13%; }
      .halloween-wrap-desktop .hh-item.owl .owl-eyes {
        position: absolute;
        width: 20%;
        top: 10%;
        left: 40.75%;
        animation: eyes-blinking 6s infinite; }
      .halloween-wrap-desktop .hh-item.owl .owl-wings-open {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      .halloween-wrap-desktop .hh-item.owl.active .owl-wings-closed {
        opacity: 0; }
      .halloween-wrap-desktop .hh-item.owl.active .owl-wings-open {
        opacity: 1; }
    .halloween-wrap-desktop .hh-item.pumpkin-left {
      width: 4.8%;
      top: 86.55%;
      left: 50.5%; }
      .halloween-wrap-desktop .hh-item.pumpkin-left .pumpkin-face {
        position: absolute;
        top: 0;
        left: 0;
        display: none; }
      .halloween-wrap-desktop .hh-item.pumpkin-left.active .pumpkin-face {
        display: block; }
    .halloween-wrap-desktop .hh-item.pumpkin-right {
      width: 4%;
      top: 84.65%;
      left: 69.2%; }
      .halloween-wrap-desktop .hh-item.pumpkin-right .pumpkin-face {
        position: absolute;
        top: 0;
        left: 0;
        display: none; }
      .halloween-wrap-desktop .hh-item.pumpkin-right.active .pumpkin-face {
        display: block; }
    .halloween-wrap-desktop .hh-item.pumpkin-small {
      width: 2.5%;
      top: 89.25%;
      left: 68.3%; }
    .halloween-wrap-desktop .hh-item.pumpkin-kidspace {
      width: 7.9%;
      top: 73.55%;
      left: 1.8%; }
    .halloween-wrap-desktop .hh-item.spider-1 {
      width: 2%;
      top: 51.15%;
      left: 47.9%; }
    .halloween-wrap-desktop .hh-item.spider-2 {
      width: 3%;
      top: 38.55%;
      left: 84.3%; }
    .halloween-wrap-desktop .hh-item#audio-toggle {
      width: 5.1%;
      top: 2%;
      left: 92.1%; }
      .halloween-wrap-desktop .hh-item#audio-toggle img.audio-toggle-off {
        display: block; }
      .halloween-wrap-desktop .hh-item#audio-toggle img.audio-toggle-on {
        display: none; }
      .halloween-wrap-desktop .hh-item#audio-toggle.audio-enabled img.audio-toggle-off {
        display: none; }
      .halloween-wrap-desktop .hh-item#audio-toggle.audio-enabled img.audio-toggle-on {
        display: block; }
  .halloween-wrap-desktop .hh-window {
    position: absolute;
    z-index: 6;
    cursor: pointer; }
    .halloween-wrap-desktop .hh-window .window-image {
      position: absolute;
      display: none; }
    .halloween-wrap-desktop .hh-window.window-passed .window-image,
    .halloween-wrap-desktop .hh-window.window-current .window-image {
      display: block; }
    .halloween-wrap-desktop .hh-window .window-interior {
      position: absolute;
      display: block;
      background: #24282f;
      overflow: hidden; }
    .halloween-wrap-desktop .hh-window.window-passed .window-interior {
      background: linear-gradient(0deg, #dfa800 0%, #955303 100%); }
    .halloween-wrap-desktop .hh-window.window-current .window-interior {
      background: linear-gradient(#FF9B00 0%, #FFFF04 100%);
      background-size: 100% 200%;
      animation: flickering-window 2.75s infinite ease; }
    .halloween-wrap-desktop .hh-window .video-caption {
      display: none; }
    .halloween-wrap-desktop .hh-window img {
      position: relative;
      width: 100%;
      height: auto; }
    .halloween-wrap-desktop .hh-window.window-19 {
      width: 4.8%;
      top: 43.4%;
      left: 59.3%; }
      .halloween-wrap-desktop .hh-window.window-19 .window-interior {
        width: 65.8%;
        height: 66%;
        top: 21.5%;
        left: 16%; }
      .halloween-wrap-desktop .hh-window.window-19 .window-image {
        width: 90.5%;
        top: 62.8%;
        left: 5%; }
    .halloween-wrap-desktop .hh-window.window-20 {
      width: 6%;
      top: 68.8%;
      left: 15.5%; }
      .halloween-wrap-desktop .hh-window.window-20 .window-interior {
        width: 63.2%;
        height: 69.1%;
        top: 17.9%;
        left: 17%; }
      .halloween-wrap-desktop .hh-window.window-20 .window-image {
        width: 60.5%;
        top: 63.8%;
        left: 24%; }
    .halloween-wrap-desktop .hh-window.window-21 {
      width: 5%;
      top: 68.6%;
      left: 74.3%; }
      .halloween-wrap-desktop .hh-window.window-21 .window-interior {
        width: 65.8%;
        height: 69%;
        top: 17.5%;
        left: 16%; }
      .halloween-wrap-desktop .hh-window.window-21 .window-image {
        width: 99.7%;
        top: 47.7%;
        left: 4%; }
    .halloween-wrap-desktop .hh-window.window-22 {
      width: 3.8%;
      top: 24.6%;
      left: 25%; }
      .halloween-wrap-desktop .hh-window.window-22 .window-interior {
        width: 65.8%;
        height: 65%;
        top: 22.5%;
        left: 16%; }
      .halloween-wrap-desktop .hh-window.window-22 .window-image {
        width: 90.5%;
        top: 46.9%;
        left: 10.3%; }
    .halloween-wrap-desktop .hh-window.window-23 {
      width: 6%;
      top: 68.7%;
      left: 34.8%; }
      .halloween-wrap-desktop .hh-window.window-23 .window-interior {
        width: 65.5%;
        height: 68.7%;
        top: 18%;
        left: 16%; }
      .halloween-wrap-desktop .hh-window.window-23 .window-image {
        width: 75.7%;
        top: 33.8%;
        left: 15%; }
    .halloween-wrap-desktop .hh-window.window-24 {
      width: 4.86%;
      top: 49.3%;
      left: 80.9%; }
      .halloween-wrap-desktop .hh-window.window-24 .window-interior {
        width: 65.8%;
        height: 63%;
        top: 23.9%;
        left: 16%; }
      .halloween-wrap-desktop .hh-window.window-24 .window-image {
        width: 137.5%;
        top: -16.5%;
        left: -3.4%; }
    .halloween-wrap-desktop .hh-window.window-25 {
      width: 6%;
      top: 70%;
      left: 25.4%; }
      .halloween-wrap-desktop .hh-window.window-25 .window-interior {
        width: 63.8%;
        height: 73%;
        top: 12.5%;
        left: 16%; }
      .halloween-wrap-desktop .hh-window.window-25 .window-image {
        width: 69.2%;
        top: 29.4%;
        left: 23%; }
    .halloween-wrap-desktop .hh-window.window-26 {
      width: 3.84%;
      top: 70.2%;
      left: 50.9%; }
      .halloween-wrap-desktop .hh-window.window-26 .window-interior {
        width: 66.8%;
        height: 64%;
        top: 22.5%;
        left: 16%; }
      .halloween-wrap-desktop .hh-window.window-26 .window-image {
        width: 109.5%;
        top: 13.8%;
        left: 3%; }
    .halloween-wrap-desktop .hh-window.window-27 {
      width: 6%;
      top: 47.3%;
      left: 15.4%; }
      .halloween-wrap-desktop .hh-window.window-27 .window-interior {
        width: 64.8%;
        height: 66%;
        top: 18%;
        left: 16.5%; }
      .halloween-wrap-desktop .hh-window.window-27 .window-image {
        width: 65.6%;
        top: 13.8%;
        left: 25%; }
    .halloween-wrap-desktop .hh-window.window-28 {
      width: 3.86%;
      top: 70.3%;
      left: 68%; }
      .halloween-wrap-desktop .hh-window.window-28 .window-interior {
        width: 65.8%;
        height: 66%;
        top: 21.5%;
        left: 16%; }
      .halloween-wrap-desktop .hh-window.window-28 .window-image {
        width: 90.5%;
        top: 4.8%;
        left: 5%; }
    .halloween-wrap-desktop .hh-window.window-29 {
      width: 4.86%;
      top: 49.4%;
      left: 74.7%; }
      .halloween-wrap-desktop .hh-window.window-29 .window-interior {
        width: 65.8%;
        height: 62.8%;
        top: 24.6%;
        left: 16%; }
      .halloween-wrap-desktop .hh-window.window-29 .window-image {
        width: 92.7%;
        top: 20.8%;
        left: 5%; }
    .halloween-wrap-desktop .hh-window.window-30 {
      width: 5%;
      top: 68.4%;
      left: 80.5%; }
      .halloween-wrap-desktop .hh-window.window-30 .window-interior {
        width: 65.8%;
        height: 68.2%;
        top: 18.5%;
        left: 16%; }
      .halloween-wrap-desktop .hh-window.window-30 .window-image {
        width: 101.4%;
        top: 32.6%;
        left: 3.4%; }
    .halloween-wrap-desktop .hh-window.window-31 {
      width: 8.6%;
      top: 25.8%;
      left: 70.4%; }
      .halloween-wrap-desktop .hh-window.window-31 .window-interior {
        width: 39.4%;
        height: 61.4%;
        top: 25.6%;
        left: 27%; }
      .halloween-wrap-desktop .hh-window.window-31 .window-image {
        width: 90.5%;
        height: 100%;
        top: 83.8%;
        left: 4.9%; }
    .halloween-wrap-desktop .hh-window.window-locked-1 {
      width: 3.86%;
      top: 49.1%;
      left: 30.3%; }
    .halloween-wrap-desktop .hh-window.window-locked-2 {
      width: 3.86%;
      top: 49.1%;
      left: 37.3%; }
    .halloween-wrap-desktop .hh-window.window-locked-3 {
      width: 3.86%;
      top: 48.9%;
      left: 52%; }
    .halloween-wrap-desktop .hh-window.window-locked-4 {
      width: 3.86%;
      top: 49%;
      left: 66.9%; }
  .halloween-wrap-desktop .bats-container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5; }
    .halloween-wrap-desktop .bats-container.bats-fly {
      z-index: 20; }
  .halloween-wrap-desktop .bat-1, .halloween-wrap-desktop .bat-2, .halloween-wrap-desktop .bat-3, .halloween-wrap-desktop .bat-4, .halloween-wrap-desktop .bat-5 {
    opacity: 0;
    transform-box: fill-box; }
  .halloween-wrap-desktop .bats-fly .bat-eyes {
    visibility: hidden; }
  .halloween-wrap-desktop .bats-trigger {
    fill: transparent; }
  .halloween-wrap-desktop .bat-eyes:nth-of-type(1) .bat {
    animation: eyes-blinking 4s infinite; }
  .halloween-wrap-desktop .bat-eyes:nth-of-type(2) .bat {
    animation: eyes-blinking 6.5s infinite; }
  .halloween-wrap-desktop .bat-eyes:nth-of-type(3) .bat {
    animation: eyes-blinking 8.5s infinite; }
  .halloween-wrap-desktop .bat-eyes:nth-of-type(4) .bat {
    animation: eyes-blinking 4.5s infinite; }
  .halloween-wrap-desktop .bat-eyes:nth-of-type(5) .bat {
    animation: eyes-blinking 10.5s infinite; }
  .halloween-wrap-desktop .bats-fly .bat-1 {
    animation: bat-fly-1 3s linear; }
  .halloween-wrap-desktop .bats-fly .bat-2 {
    animation: bat-fly-2 4s linear; }
  .halloween-wrap-desktop .bats-fly .bat-3 {
    animation: bat-fly-3 3s linear; }
  .halloween-wrap-desktop .bats-fly .bat-4 {
    animation: bat-fly-4 3s linear; }
  .halloween-wrap-desktop .bats-fly .bat-5 {
    animation: bat-fly-5 3s linear; }
  .halloween-wrap-desktop .bat-wing-down {
    animation: bat-left-wing-down 1s infinite; }
  .halloween-wrap-desktop .bat-wing-up {
    animation: bat-left-wing-up 1s infinite; }
  .halloween-wrap-desktop .bat-right-wing {
    animation: bat-right-wing 2s infinite;
    transform-origin: 50% 50%; }

/* Event CTA Banner ------------------------------------------------------------------------------------ */
#event-cta-banner {
  width: 100%; }
  #event-cta-banner img {
    display: block;
    width: 100%;
    height: auto; }

/* Loading Messaging ----------------------------------------------------------------------------------- */
#halloween-loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #71408A url(_/images/halloween/orange_ghost_sound_up_purple_bg.gif) center center no-repeat;
  background-size: 256px 256px;
  z-index: 99999; }

body.loaded #halloween-loader-wrapper {
  display: none; }

/*      ----------------------------------------------------------------------------------- */
/* Bats --------------------------------------------------------------------- */
.bats-fly .bat-eyes {
  visibility: hidden; }

.bats-trigger {
  fill: transparent; }

.bat-eyes:nth-of-type(1) .bat {
  animation: eyes-blinking 4s infinite; }

.bat-eyes:nth-of-type(2) .bat {
  animation: eyes-blinking 6.5s infinite; }

.bat-eyes:nth-of-type(3) .bat {
  animation: eyes-blinking 8.5s infinite; }

.bat-eyes:nth-of-type(4) .bat {
  animation: eyes-blinking 4.5s infinite; }

.bat-eyes:nth-of-type(5) .bat {
  animation: eyes-blinking 10.5s infinite; }

.bats-fly .bat-1 {
  animation: bat-fly-1 3s linear; }

.bats-fly .bat-2 {
  animation: bat-fly-2 4s linear; }

.bats-fly .bat-3 {
  animation: bat-fly-3 3s linear; }

.bats-fly .bat-4 {
  animation: bat-fly-4 3s linear; }

.bats-fly .bat-5 {
  animation: bat-fly-5 3s linear; }

.bat-wing-down {
  animation: bat-left-wing-down 1s infinite; }

.bat-wing-up {
  animation: bat-left-wing-up 1s infinite; }

.bat-right-wing {
  animation: bat-right-wing 2s infinite;
  transform-origin: 50% 50%; }

/* Chimney Smoke ------------------------------------------------------------ */
.smoke-left {
  opacity: 0;
  animation: smoke-fade 6s infinite; }

.smoke-right {
  opacity: 0;
  animation: smoke-fade 6.5s infinite; }

/* Pumpkins (desktop & mobile) ------------------------------------------------------------ */
.pumpkin_face_left,
.pumpkin_face_right,
.pumpkin_face_1,
.pumpkin_face_22,
.pumpkin_face_26,
.pumpkin_face_30 {
  fill: transparent; }

.pumpkin_face_left.active,
.pumpkin_face_right.active,
.pumpkin_face_1.active,
.pumpkin_face_22.active,
.pumpkin_face_26.active,
.pumpkin_face_30.active {
  fill: #000; }

#pumpkin_left:hover,
#pumpkin_right:hover,
#pumpkin_1:hover,
#pumpkin_22:hover,
#pumpkin_26:hover,
#pumpkin_30:hover {
  animation: shake 0.82s; }

.grass-long,
.grass-short {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px; }

.bush-1,
.bush-2 {
  animation: bush-moving 6s infinite;
  transform-origin: 50% 50%;
  transition: .3s;
  transform-box: fill-box; }

.window-frame .window-color-1 {
  stop-color: #24282F; }

.window-frame .window-color-2 {
  stop-color: #24282F; }

.window-frame .window-color-3 {
  stop-color: #24282F; }

.window-frame .window-color-4 {
  stop-color: #24282F; }

.window-current .window-color-1 {
  stop-color: #FF9B00; }

.window-current .window-color-2 {
  stop-color: #FFA800; }

.window-current .window-color-3 {
  stop-color: #FFCA00; }

.window-current .window-color-4 {
  stop-color: #FFFF00; }

.window-passed .window-color-1 {
  stop-color: #955102; }

.window-passed .window-color-2 {
  stop-color: #A05E02; }

.window-passed .window-color-3 {
  stop-color: #BD8001; }

.window-passed .window-color-4 {
  stop-color: #E1AB00; }

.window-art {
  display: none; }

.window-passed .window-art,
.window-current .window-art {
  display: block; }

.window-current .window-color-2 {
  animation: flame-current-2 8s infinite; }

.window-current .window-color-3 {
  animation: flame-current-1 8s infinite; }

.eyes-blinking {
  animation: eyes-blinking 6s infinite; }

.window-passed:hover,
.window-current:hover {
  transform-origin: 50% 50%;
  transform-box: fill-box;
  animation: window-shake 1s forwards; }

.monster {
  transform: translateY(0);
  backface-visibility: hidden;
  perspective: 1000px;
  transition: all 1s ease; }

.window-current .monster {
  visibility: visible; }

.monster .eyes-middle {
  transform: translateX(0);
  backface-visibility: hidden;
  perspective: 1000px; }

.monster.active .eyes-middle {
  animation: eyes-move 6s infinite; }

.eye-open {
  transform-origin: 50% 50%;
  transition: .3s;
  transform-box: fill-box; }

.eye-open-left {
  animation: monster-eye-left 6s infinite; }

.eye-open-right {
  animation: monster-eye-right 6s infinite; }

.door-sign-shadow {
  fill: rgba(0, 0, 0, 0.5); }

@media (max-width: 750px) {
  .monster.active {
    transform: translateY(-5px); }
  .floor-1-st0 {
    fill: #848484; }
  .floor-1-st1 {
    fill: url(#SVGID_FLOOR_1_1_); }
  .floor-1-st2 {
    clip-path: url(#SVGID_FLOOR_1_3_); }
  .floor-1-st3 {
    fill: #8E8E8E; }
  .floor-1-st4 {
    fill: #9B9B9B; }
  .floor-1-st5 {
    fill: #AFAEAC; }
  .floor-1-st6 {
    opacity: 0.35; }
  .floor-1-st7 {
    fill: #606060; }
  .floor-1-st8 {
    fill: #D6D6D6; }
  .floor-1-st9 {
    fill: none; }
  .floor-1-st10 {
    opacity: 0.6;
    fill: #606060; }
  .floor-1-st11 {
    fill: #E5E5DF; }
  .floor-1-st12 {
    opacity: 0.2; }
  .floor-1-st13 {
    fill: #B7B7B7; }
  .floor-1-st14 {
    fill: #AAAAAA; }
  .floor-1-st15 {
    fill: #24282F; }
  .floor-1-st16 {
    fill: #6D6D6D; }
  .floor-1-st17 {
    fill: #C4C4C4; }
  .floor-1-st18 {
    fill: #3F4C3C; }
  .floor-1-st19 {
    opacity: 0.84; }
  .floor-1-st20 {
    opacity: 0.52; }
  .floor-1-st21 {
    opacity: 0.36;
    fill: #3F3F3F; }
  .floor-1-st22 {
    fill: #877D6C; }
  .floor-1-st23 {
    fill: none;
    stroke: #898989;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-miterlimit: 10; }
  .floor-1-st24 {
    fill: #B26512; }
  .floor-1-st25 {
    fill: #5B4631; }
  .floor-1-st26 {
    fill: #BC7930; }
  .floor-1-st27 {
    fill: #2D342A; }
  .floor-1-st28 {
    fill: #354635; }
  .floor-1-st29 {
    fill: #494848; }
  .floor-1-st30 {
    fill: url(#SVGID_FLOOR_1_4_); }
  .floor-1-st31 {
    fill: #176300; }
  .floor-1-st32 {
    fill: #008627; } }

@media (min-width: 750px) {
  .monster.active {
    transform: translateY(-15px); }
  .st0 {
    fill: url(#Sky_2_); }
  .st1 {
    fill: url(#SVGID_1_); }
  .st2 {
    fill: url(#SVGID_2_); }
  .st3 {
    fill: url(#SVGID_3_); }
  .st4 {
    fill: url(#SVGID_4_); }
  .st5 {
    fill: url(#SVGID_5_); }
  .st6 {
    fill: url(#SVGID_6_); }
  .st7 {
    fill: url(#SVGID_7_); }
  .st8 {
    fill: url(#SVGID_8_); }
  .st9 {
    fill: url(#SVGID_9_); }
  .st10 {
    fill: url(#SVGID_10_); }
  .st11 {
    fill: url(#SVGID_11_); }
  .st12 {
    fill: url(#SVGID_12_); }
  .st13 {
    fill: url(#SVGID_13_); }
  .st14 {
    fill: url(#SVGID_14_); }
  .st15 {
    fill: url(#SVGID_15_); }
  .st16 {
    fill: url(#SVGID_16_); }
  .st17 {
    fill: url(#Moon_2_); }
  .st18 {
    opacity: 0.13;
    fill: #9BB7F0; }
  .st19 {
    fill: #A0AFC0; }
  .st20 {
    fill: #64686D; }
  .st21 {
    fill: #212326; }
  .st22 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #151516; }
  .st23 {
    display: none; }
  .st24 {
    display: inline;
    fill: #1D1F21; }
  .st25 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #222A20; }
  .st26 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #2D362A; }
  .st27 {
    fill-rule: evenodd;
    clip-rule: evenodd; }
  .st28 {
    fill: #636363; }
  .st29 {
    fill: #8E8E8E; }
  .st30 {
    fill: #232323; }
  .st31 {
    clip-path: url(#SVGID_18_); }
  .st32 {
    fill: #473232; }
  .st33 {
    fill: #332626; }
  .st34 {
    fill: #1C1C1C; }
  .st35 {
    fill: #3D2A2A; }
  .st36 {
    fill: #9B9B9B; }
  .st37 {
    fill: #AFAEAC; }
  .st38 {
    opacity: 0.35; }
  .st39 {
    fill: #606060; }
  .st40 {
    fill: #494848; }
  .st41 {
    fill: #543327; }
  .st42 {
    fill: #736A69; }
  .st43 {
    fill: #7A5A58; }
  .st44 {
    fill: #7C7C7C; }
  .st45 {
    fill: #AAAAAA; }
  .st46 {
    fill: url(#SVGID_19_); }
  .st47 {
    fill: #E5E5DF; }
  .st48 {
    fill: #6D6D6D; }
  .st49 {
    fill: none;
    stroke: #898989;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-miterlimit: 10; }
  .st50 {
    fill: url(#SVGID_20_); }
  .st51 {
    fill: #C4C4C4; }
  .st52 {
    fill: #E8E8E8; }
  .st53 {
    fill: url(#SVGID_21_); }
  .st54 {
    fill: #A3A3A3; }
  .st55 {
    fill: #F4F4F4; }
  .st56 {
    opacity: 0.99;
    fill: #682C2B; }
  .st57 {
    fill: #B7B7B7; }
  .st58 {
    clip-path: url(#SVGID_23_);
    fill: #1C1C1C; }
  .st59 {
    clip-path: url(#SVGID_23_);
    fill: #473232; }
  .st60 {
    clip-path: url(#SVGID_23_);
    fill: #332626; }
  .st61 {
    clip-path: url(#SVGID_23_);
    fill: #3D2A2A; }
  .st62 {
    fill: #D6D6D6; }
  .st63 {
    clip-path: url(#SVGID_25_);
    fill: #D6D6D6; }
  .st64 {
    clip-path: url(#SVGID_25_); }
  .st65 {
    fill: url(#SVGID_26_); }
  .st66 {
    fill: #73BA6A; }
  .st67 {
    fill: url(#SVGID_27_); }
  .st68 {
    clip-path: url(#SVGID_29_); }
  .st69 {
    opacity: 0.21; }
  .st70 {
    fill: #727271; }
  .st71 {
    fill: rgba(221, 221, 221, 0.15); }
  .st72 {
    opacity: 0.2; }
  .st73 {
    fill: #24282F; }
  .st74 {
    fill: #3F4C3C; }
  .st75 {
    opacity: 0.84; }
  .st76 {
    opacity: 0.52; }
  .st77 {
    opacity: 0.36;
    fill: #3F3F3F; }
  .st78 {
    fill: none; }
  .st79 {
    opacity: 0.6;
    fill: #606060; }
  .st80 {
    fill: url(#SVGID_30_); }
  .st81 {
    clip-path: url(#SVGID_32_); }
  .st82 {
    fill: #C6C6C6; }
  .st83 {
    opacity: 0.35;
    clip-path: url(#SVGID_32_); }
  .st84 {
    fill: #828282; }
  .st85 {
    fill: #848484; }
  .st86 {
    fill: url(#SVGID_33_); }
  .st87 {
    clip-path: url(#SVGID_35_); }
  .st88 {
    fill: url(#SVGID_36_); }
  .st89 {
    fill: url(#SVGID_37_); }
  .st90 {
    fill: url(#SVGID_38_); }
  .st91 {
    fill: url(#SVGID_39_); }
  .st92 {
    fill: url(#SVGID_40_); }
  .st93 {
    fill: url(#SVGID_41_); }
  .st94 {
    fill: url(#SVGID_42_); }
  .st95 {
    fill: url(#SVGID_43_); }
  .st96 {
    fill: url(#SVGID_44_); }
  .st97 {
    fill: url(#SVGID_45_); }
  .st98 {
    fill: url(#SVGID_46_); }
  .st99 {
    fill: url(#SVGID_47_); }
  .st100 {
    fill: url(#SVGID_48_); }
  .st101 {
    fill: url(#SVGID_49_); }
  .st102 {
    fill: url(#SVGID_50_); }
  .st103 {
    fill: url(#SVGID_51_); }
  .st104 {
    fill: url(#SVGID_52_); }
  .st105 {
    fill: url(#SVGID_53_); }
  .st106 {
    fill: url(#SVGID_54_); }
  .st107 {
    fill: url(#SVGID_55_); }
  .st108 {
    fill: url(#SVGID_56_); }
  .st109 {
    fill: url(#SVGID_57_); }
  .st110 {
    fill: url(#SVGID_58_); }
  .st111 {
    fill: #494949; }
  .st112 {
    fill: none;
    stroke: #000000;
    stroke-miterlimit: 10; }
  .st113 {
    clip-path: url(#SVGID_60_);
    fill: #473232; }
  .st114 {
    clip-path: url(#SVGID_60_);
    fill: #332626; }
  .st115 {
    clip-path: url(#SVGID_60_);
    fill: #1C1C1C; }
  .st116 {
    clip-path: url(#SVGID_60_);
    fill: #3D2A2A; }
  .st117 {
    fill: #B2B2B2; }
  .st118 {
    fill: #263024; }
  .st119 {
    fill: none;
    stroke: #293327;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-miterlimit: 10; }
  .st120 {
    clip-path: url(#SVGID_62_); }
  .st121 {
    opacity: 0.35;
    clip-path: url(#SVGID_62_); }
  .st122 {
    fill: url(#SVGID_63_); }
  .st123 {
    fill: #B26512; }
  .st124 {
    fill: #5B4631; }
  .st125 {
    fill: #BC7930; }
  .st126 {
    fill: #2D342A; }
  .st127 {
    fill: #354635; }
  .st128 {
    fill: #FFFF00; }
  .st129 {
    fill: #877D6C; }
  .st_monster_109 {
    clip-path: url(#SVGID_MONSTER_58_);
    fill: #FFFFFF; }
  .st_monster_110 {
    clip-path: url(#SVGID_MONSTER_58_);
    fill: #FF572A; }
  .st_monster_111 {
    clip-path: url(#SVGID_MONSTER_60_);
    fill: #FFFFFF; }
  .st_monster_112 {
    clip-path: url(#SVGID_MONSTER_60_);
    fill: #FF572A; }
  .st_monster_113 {
    fill: #DB0070; }
  .st_monster_114 {
    fill: #94E56A; }
  .st_monster_115 {
    fill: #FFFFFF;
    stroke: #6BA549;
    stroke-miterlimit: 10; }
  .st_monster_116 {
    fill: #6BA549; }
  .st_monster_117 {
    fill: #910050; }
  .ks-pumpkin-st148 {
    fill: url(#ks-pumpkin-SVGID_68_); }
  .ks-pumpkin-st149 {
    fill: #176300; }
  .ks-pumpkin-st150 {
    fill: #008627; }
  .window-gum-st91 {
    fill: #D87DC5; }
  .window-gum-st92 {
    fill: #C366C5; }
  .window-gum-st93 {
    fill: #D889D0; }
  .window-candy-st98 {
    fill: #712013; }
  .window-candy-st99 {
    fill: #FCBD29; }
  .window-candy-st100 {
    fill: #F05C22; }
  .window-candy-st101 {
    fill: #FDFCFC; }
  .window-candy-st102 {
    fill: #752414; }
  .window-candy-st103 {
    fill: #752413; }
  .window-candy-st104 {
    fill: #681510; } }

.new-ghost-st125 {
  fill: #7E8A99; }

.new-ghost-st126 {
  fill: #ACADAF; }

.new-ghost-st127 {
  fill: #47768C; }

.new-ghost-st128 {
  fill: #2D536A; }

.new-ghost-st129 {
  clip-path: url(#SVGID_newghost_54_);
  fill: #2D536A; }

.new-ghost-st130 {
  fill: #FFFFFF; }

.new-ghost-st131 {
  fill: #882C1C; }

.new-ghost-st132 {
  fill: #2D6180; }

.new-ghost {
  animation: float 6s ease-in-out infinite; }

/*# sourceMappingURL=style.css.map */
