/* Icons */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello%EF%B9%96543544.eot');
  src: url('../fonts/fontello%EF%B9%96543544.eot#iefix') format('embedded-opentype'),
       url('../fonts/fontello%EF%B9%96543544.woff') format('woff'),
       url('../fonts/fontello%EF%B9%96543544.ttf') format('truetype'),
       url('../fonts/fontello%EF%B9%96543544.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font-family: "fontello";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: .2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.icon-down-open:before {
  content: '\e803';
}
.icon-close:before {
  content: '\e802';
}
.icon-search:before {
  content: '\e801';
}
.icon-menu:before {
  content: '\e800';
}

/* Set 'er up */
html,body {
  height: 100%;
  width: 100%;
}

/* Default body styles */
body {
  background-color: #fff;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

/* Pure CSS web font fix */
.pure-g [class *= "pure-u"] {
  font-family: 'Open Sans', sans-serif;
}

/* Common modifications */
a {
  text-decoration: none;
}
a:link, a:visited {
  /*
  color: #f1592a;
  */
  color: #d83d0e;
  transition: color .25s;
}
a:hover, a:active {
  /*
  color: #f7941d;
  */
  text-decoration: underline;
}
a[href*=".pdf"]:after {
  content: ' (PDF)';
}

/* Cheesy classes :) */
.italic {
  font-style: italic !important;
}
.bold {
  font-weight: 700 !important;
}
.unitalic {
  font-style: normal !important;
}
.unbold {
  font-weight: 400 !important;
}

/* Padded boxes */
.padded-box {
  padding: 1em;
}
.padded-box-double {
  padding: 2em;
}
.padded-box-half {
  padding: .5em;
}
.padded-box-quarter {
  padding: .25em;
}
.padded-box-top {
  padding-top: 1em;
}
.padded-box-right {
  padding-right: 1em;
}
.padded-box-bottom {
  padding-bottom: 1em;
}
.padded-box-left {
  padding-left: 1em;
}
.padded-box-top-double {
  padding-top: 2em;
}
.padded-box-right-double {
  padding-right: 2em;
}
.padded-box-bottom-double {
  padding-bottom: 2em;
}
.padded-box-left-double {
  padding-left: 2em;
}
.margined-box {
  margin: 1em !important;
}

/* Responsive images */
.pure-img.inline-block {
  display: inline-block;
}
.pure-img.full-width {
  max-width: none;
  width: 100%;
}
.pure-img.vertical {
  height: auto;
  max-height: 100%;
  max-width: none;
  width: auto;
}

/* Video */
.video-container {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* WordPress default editor styles */
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin-bottom: 1.5em;
  padding-top: 5px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  font-size: .875em;
  line-height: 1.5;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

/* WordPress empty p hack */
p:empty {
  display: none;
}

/* Clearfix */
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* Forms */
label {
  cursor: pointer;
}
.ginput_container.ginput_container_date {
  white-space: nowrap;
}
.ui-datepicker-trigger {
  cursor: pointer;
}
.ui-datepicker-month, .ui-datepicker-year {
  color: #333;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-size: 1.9em !important;
  font-weight: 400 !important;
  line-height: 1.17 !important;
}

/* Tables */
.wpb_content_element table, .wpb_content_element tr, .wpb_content_element td {
  height: auto !important;
}
.wpb_content_element td {
  padding: 5px;
}

/* Main */
.main {
  color: #222;
  font-size: 1.22em;
  padding: 2em 0 5em;
}
.main h1, .main h2, .main h3, .main h4, .main h4, .main h5, .main h6 {
  color: #f1592a;
  font-weight: 400;
  margin-bottom: .25em;
  margin-top: .25em;
}
.main h1 {
  font-size: 2.33em;
  line-height: 1.14;
}
.main h2 {
  font-size: 1.9em;
  line-height: 1.17;
}
.main h3 {
  font-size: 1.7em;
  line-height: 1.2;
}
.main h4 {
  font-size: 1.5em;
  line-height: 1.25;
}
.main h5 {
  font-size: 1.3em;
  line-height: 1.3;
}
.main h6 {
  font-size: 1.1em;
  line-height: 1.33;
}
.main li {
  margin-bottom: .5em;
}

/* Site */
.site {
  margin: 0 auto;
  max-width: 1920px;
}
.internal-container {
  margin: 0 auto;
  max-width: 1560px;
}

/* Header */
header.top {
  display: flex;
  width: 100%;
}
header.top .logo {
  background-color: #f1592a;
  padding: 28px 43px;
}
header.top .logo-bgcolor-1 {
  background-color: #f7941d;
}
header.top .logo-bgcolor-2 {
  background-color: #f15921;
}
header.top .logo-bgcolor-3 {
  background-color: #cbdb2a;
}
header.top .logo img {
  vertical-align: middle;
}
header.top .nav-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

/* Navigation */
header.top .nav-container .special-links {
  display: none;
}
#menu-anchor {
  display: none;
}
nav.anchor {
  background-color: #fff;
  /*
  display: block;
  */
  display: flex;
  flex-direction: column;
  font-size: .9375em;
  font-weight: bold;
  text-align: center;
}
nav.anchor > ul {
  /*
  display: inline-block;
  */
  display: flex;
  height: 100%;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
nav.anchor > ul > li {
  display: inline-block;
  height: 100%;
  line-height: 42px;
  text-align: center;
}
nav.anchor > ul > li a {
  height: 100%;
}
nav.anchor > ul > li > a:link, nav.anchor > ul > li > a:visited { 
  color: #222;
}
nav.anchor > ul > li > a:hover, nav.anchor > ul > li > a:active { 
  color: #f1592a;
}
nav.anchor > ul > li.menu-item-has-children {
  position: relative;
}
nav.anchor > ul > li.menu-item-has-children > ul {
  background-color: #fff;
  box-shadow: 2px 2px 4px 2px rgba(0,0,0, .5);
  display: none;
  height: auto;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  padding: 1em 0;
  position: absolute;
  text-align: left;
  width: 300px;
  z-index: 1001;
}
nav.anchor > ul > li.menu-item-has-children:hover > ul {
  display: block;
}
nav.anchor > ul > li.menu-item-has-children:focus-within > ul {
  display: block;
}
nav.anchor > ul > li > ul > li > a {
  display: block;
  padding: .5em 1.5em;
}
nav.anchor > ul > li > ul > li > a:link, nav.anchor > ul > li > ul > li > a:visited {
  color: #000;
}
nav.anchor > ul > li > ul > li > a:hover, nav.anchor > ul > li > ul > li > a:active {
  color: #f1592a;
}
nav.anchor a {
  display: block;
  padding: 0 16px;
}
nav.anchor a:link, nav.anchor a:visited {
  color: #fff;
}
nav.anchor a:hover, nav.anchor a:active {
  color: #f1592a;
}
nav.anchor .icon {
  vertical-align: middle;
}
nav.anchor .icon-search {
  font-size: 1.25em;
}
nav.anchor .icon-menu {
  font-size: 2.5em;
  margin-right: -.125em;
}
nav.anchor .special {
  padding: 0;
  width: auto;
}
nav.anchor .special a:link, nav.anchor .special a:visited {
  color: #000;
}
nav.anchor .special a:hover, nav.anchor .special a:active {
  color: #fff;
}
nav.anchor .phone {
  background-color: #f7941d;
}
nav.anchor .membership {
  background-color: #f1592a;
}
nav.anchor .donate {
  background-color: #cbdb2a;
  text-transform: uppercase;
}
#nav-search-desktop {
  display: none;
}
nav.anchor .nav-search {
  position: relative;
}
nav.anchor .nav-search form {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0,0,0, .25);
  display: none;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  padding: .25em;
  position: absolute;
  right: -50%;
  top: 100%;
  z-index: 1100;
}
nav.anchor .nav-search.nav-search-open form {
  display: flex;
}
nav.anchor .nav-search input[type="text"] {
  margin-right: 3px;
  padding-left: 3px;
  padding-right: 3px;
  width: 150px;
}
nav.anchor .nav-search button[type="submit"] {
  align-self: stretch;
  background-color: #f7941d;
  border-color: #f7941d;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
nav.anchor .nav-search form .close {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  color: #666;
  line-height: 1;
  margin-left: 6px;
  padding: 0;
}
nav.primary {
  display: none;
}

/* Footer */
footer .stay-up-to-date {
  background-color: #757575;
  background-image: url(../images/bg-stay-up-to-date.jpg);
  background-position: bottom center;
  background-size: cover;
  text-align: center;
}
footer .stay-up-to-date .butterfly {
  display: none;
  position: relative;
}
footer .stay-up-to-date .butterfly img {
  bottom: 0;
  position: absolute;
  right: 10%;
}
footer .stay-up-to-date form {
  /*
  margin: 100px 0;
  */
  margin: 50px 0;
}
footer .stay-up-to-date .title {
  color: #fff;
  font-size: 4em;
  line-height: 1.2;
  text-transform: uppercase;
}
footer .stay-up-to-date p {
  font-size: 1.5em;
  margin: 0 0 1.25em;
}
footer .stay-up-to-date .gform_wrapper form {
  text-align: inherit;
}
footer .stay-up-to-date .gform_wrapper .gform_footer {
  padding: 0;
}
footer .stay-up-to-date input[type="text"], footer .stay-up-to-date input[type="email"] {
  padding: .625em;
}
footer .stay-up-to-date .gfield_required {
  color: #000;
}
footer .stay-up-to-date .gform_required_legend {
  display: none;
}
footer .bottom {
  background-color: #222;
  text-align: center;
}
footer nav.bottom-nav {
  border-bottom: 1px #575253 solid;
  font-size: 1.375em;
  font-weight: bold;
  text-transform: uppercase;
}
footer nav.bottom-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer nav.bottom-nav li {
  display: block;
  margin: 1em 0;
}
footer .hours {
  color: #fff;
}
footer .hours h2 {
  font-size: 1.625em;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
footer .hours p {
  /*
  color: #cb7d30;
  */
  color: #898989;
  margin: .25em 0;
}
footer .bottom a:link, footer .bottom a:visited {
  color: #fff;
}
footer .bottom a:hover, footer .bottom a:active {
  color: #f7941d;
}
footer .contact {
  color: #898989;
  font-size: 1.25em;
  line-height: 1.5;
}
footer .contact a:link, footer .contact a:visited {
  color: #cb7d30;
}
footer .contact a:hover, footer .contact a:active {
  color: #f7941d;
}
footer .legal ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .legal li {
  margin-bottom: .5em;
}
footer .legal a:link, footer .legal a:visited {
  color: #898989;
}
footer .legal a:hover, footer .legal a:active {
  color: #f7941d;
}
footer .copyright {
  background-color: #191919;
  color: #898989;
  font-size: .875em;
  padding: 1.5em;
  text-align: center;
}
footer .social ul {
  list-style-type: none;
  margin: 0 0 2em;
  padding: 0;
}
footer .social li {
  display: inline-block;
  margin-right: 11px;
}
footer .social li a {
  background-image: url(../images/sp-social.png);
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  opacity: .7;
  transition: opacity .2s;
  width: 50px;
}
footer .social li a:hover, footer .social li a:active {
  opacity: 1;
}
footer .social li .facebook {
  background-position: 0 0;
}
footer .social li .twitter {
  background-position: -50px 0;
}
footer .social li .youtube {
  background-position: -100px 0;
}
footer .social li .instagram {
  background-position: -150px 0;
}

/* Mobile */
#mobile-menu-button .touch-button {
  display: none;
}
/*
#mobile-menu-button {
  cursor: pointer;
  display: inline-block;
  height: 45px;
  position: relative;
  width: 55px;
}
#mobile-menu-button span, #mobile-menu-button span:before, #mobile-menu-button span:after {
  background: #2996cc;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 35px;
}
#mobile-menu-button span:before {
  right: 0;
  top: -10px;
}
#mobile-menu-button span:after {
  bottom: -10px;
  right: 0;
  top: auto;
}
#mobile-menu-button > span > i {
  display: none !important;
}
*/
.mobile-menu button {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
}

/* Breadcrumbs */
.breadcrumbs-container {
  font-size: 1.0625em;
  font-style: italic;
  padding: 1em 0;
}
.breadcrumbs-container a {
  color: #d33c0d;
  /*
  font-weight: 700;
  */
}

/* Homepage */
.homepage .rotator {
  background-color: #333;
}
.homepage .rotator-item {
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.homepage .rotator-item img {
  display: none;
}
.homepage .rotator-item .content {
  color: #fff;
  padding: 3.5em;
}
.homepage .rotator-item .content {
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3),
               3px -3px 8px rgba(0, 0, 0, 0.3),
               -3px 3px 8px rgba(0, 0, 0, 0.3),
               -3px -3px 8px rgba(0, 0, 0, 0.3);
}
.homepage .rotator-item .content a {
  text-shadow: none;
}
.homepage .rotator-item h1 {
  font-size: 2.375em;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
}
.homepage .rotator-item p {
  font-size: 1.325em;
  line-height: 1.5;
}
.homepage .rotator-item a:not(.button) {
	font-size: 1.1em;
	font-weight: 700;
	text-shadow: 2px 2px 10px rgba(0,0,0, .6);
}
.homepage .explore {
  margin: 51px 0;
  text-align: center;
}
.homepage .explore p {
  font-size: 1.375em;
}
.homepage .explore .title {
  font-size: 1.5em;
  margin: 0 0 .125em 0;
  text-transform: uppercase;
}
.homepage .mosaic {
  box-sizing: border-box;
  color: #fff;
  font-size: 2.125em;
  font-weight: bold;
  line-height: 1;
  padding-left: 8px;
  text-transform: uppercase;
}
.homepage .mosaic .mosaic-item {
  background-color: #333;
  border-bottom: 8px #fff solid;
  /*
  max-height: 200px;
  */
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.homepage .mosaic .mosaic-item a {
  display: inline-block;
}
.homepage .mosaic .mosaic-item img {
  vertical-align: middle;
}
.homepage .mosaic .mosaic-content {
  bottom: .5em;
  left: .5em;
  pointer-events: none;
  position: absolute;
  /*
  width: 100%;
  */
  z-index: 2;
}
.homepage .programs-events > div {
  display: flex;
}
.homepage .programs-events .bawx.header-zebra {
  display: none;
}
.homepage .programs-events .header {
  background-color: #222;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 2.0625em;
  line-height: 1;
  padding: .75em;
  text-align: center;
  text-transform: uppercase;
}
.homepage .programs-events .zebra {
  background-position: 0 50%;
  background-image: url(../images/bg-zebra.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.homepage .programs-events .octopus {
  display: none;
}
.homepage .programs-events .octopus-image {
  background-color: #333;
  position: relative;
}
.homepage .programs-events .octopus-image .name {
  bottom: 1.4em;
  color: #fff;
  font-size: 1.75em;
  position: absolute;
  right: 1.4em;
  text-align: right;
  text-shadow: 4px 4px 7px rgba(39,39,38, 1);
}




.homepage .programs-events .events {
  box-sizing: border-box;
  margin-bottom: 2em;
  text-align: center;
  width: 100%;
}
.homepage .programs-events .events .title {
  font-size: 2.625em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.homepage .programs-events .event-date-container {
  /*
  background-color: #f1592a;
  */
  background-color: #d83d0e;
  color: #fff;
  display: inline-block;
  height: 90px;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  width: 100%;
}
.homepage .programs-events .event-item {
  border-bottom: 3px #888 dotted;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.homepage .programs-events .event-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.homepage .programs-events .event-date {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.homepage .programs-events .event-month {
  font-size: .875em;
  text-transform: uppercase;
}
.homepage .programs-events .event-day {
  font-size: 4em;
  line-height: 64px;
}
.homepage .programs-events .event-title a {
  display: inline-block;
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.homepage .programs-events .event-title a, .homepage .programs-events a.view-details {
  /*
  color: #f7941d;
  */
  color: #f1592a;
  font-weight: 700;
}
.homepage .programs-events .event-title a:hover, .homepage .programs-events .event-title a:active {
  /*
  color: #f1592a;
  */
  text-decoration: underline;
}
.homepage .programs-events .event-time {
  /*
  color: #f1592a;
  */
  color: #000;
  margin-bottom: 20px;
}
.homepage .programs-events .event-subtitle {
  color: #222;
  margin-bottom: 20px;
}
.homepage .programs-events .event-subtitle {
  font-size: 1.5em;
}
.homepage .programs-events a.view-details {
  font-size: 20px;
}
.homepage .programs-events .button {
  font-size: 1.625em;
}

/* Animals & Habitats */
.animals-habitats .animal-habitat-container {
  margin-bottom: 2em;
}
.animals-habitats .animal-habitat {
  box-shadow: 0 0 4px rgba(0,0,0, .3);
  height: 100%;
  text-align: center;
}
.animals-habitats .animal-habitat .title {
  border-bottom: 3px #797677 dotted;
  color: #f1592a;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1em;
  text-transform: uppercase;
}
.animals-habitats .animal-habitat .description {
  font-size: .875em;
}
.animals-habitats .animal-habitat .label {
  font-weight: bold;
}
.animals-habitats .animal-habitat-details .description {
  text-align: left;
}

.animals-habitats-spec {
  font-size: .8em;
  margin-top: 1em;
}

/* Experiences */
.experiences .experience-container {
  margin-bottom: 2em;
}
.experiences .experience {
  box-shadow: 0 0 4px rgba(0,0,0, .3);
  height: 100%;
  text-align: center;
}
.experiences .experience .title {
  border-bottom: 3px #797677 dotted;
  color: #f1592a;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1em;
  text-transform: uppercase;
}
.experiences .experience .content {
  font-size: .875em;
}

/* Niabi Blocks */
.niabi-block-container {
  margin-bottom: 2em;
}
.niabi-block-container .niabi-block {
  box-shadow: 0 0 4px rgba(0,0,0, .3);
  height: 100%;
  text-align: center;
}
.niabi-block-container .niabi-block .title {
  border-bottom: 3px #797677 dotted;
  color: #f1592a;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1em;
  text-transform: uppercase;
}
.niabi-block-container .niabi-block .title.no-content {
  border-bottom: none;
  padding-bottom: 0;
}
.niabi-block-container .niabi-block .content {
  font-size: .875em;
}

/* Niabi Dots */
.niabi-dots .vc_sep_line {
  border-top: 3px #797677 dotted !important;
}

/* Internal header */
.internal-header {
  background-color: #333;
  background-position: 0 50%;
  background-size: cover;
}
.internal-header .title {
  align-items: flex-end;
  color: #fff;
  display: flex;
  font-size: 2.5em;
  font-weight: bold;
  justify-content: left;
  margin: 1em 0;
}

/* Internal blurb */
.breadcrumbs-blurb-container {
  background-color: #fffcfb;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blurb-container {
  /*
  padding: 0 0 1.5em;
  */
  padding: 0;
}
.blurb-container .frame-left {
  /*
  margin: 3em 0;
  */
  margin: 1.5em 0;
  font-size: 1.25em;
  margin-bottom: 2.4em; /* 3em pre-font-size */
}
.blurb-container .frame-left:before {
  border-color: #ebeaea !important;
  display: none;
}
.blurb-container .frame-left h1 {
  /*
  color: #f7941d;
  */
  color: #d97b08;
  font-size: 2.3em; /* 2.875em pre-font-size */
  /*
  font-weight: 300;
  */
  font-weight: 400;
  margin: 0;
}
.blurb-container .frame-left h2 {
  color: #f1592a;
  font-size: 1.875em; /* 1.875em pre-font-size */
  font-weight: 300;
  margin: 0;
}
.blurb-container .frame-left p {
  font-size: 1em; /* 1.25em pre-font-size */
}
.blurb-container a {
  color: #d33C0d;
}
.blurb-container a:hover, .blurb-container a:active {
  text-decoration: underline;
}

/* Job openings */
.job-openings ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.job-openings a {
  font-weight: bold;
}

/* Press Room */
.press-room .title {
  font-size: 1.5em;
}
.press-room .date {
  font-size: .875em;
  line-height: 2.4;
}
.press-room-detail .date {
  font-size: .875em;
  line-height: 2.4;
}

/* Blog */
.blog .image-container {
	margin-bottom: 1em;
}
.blog .image {
	background-position: 50% 50%;
	background-size: cover;
	height: 225px;
}
.blog .title {
  font-size: 1.5em;
}
.blog .date {
  font-size: .875em;
  line-height: 2.4;
}
.press-room-detail .date {
  font-size: .875em;
  line-height: 2.4;
}

/* Search results */
.search-result {
  margin-bottom: 1.25em;
}

/* Misc things */
#skip-ahead {
	background-color: #fff;
	border: 2px #000 solid;
	font-weight: bold;
	height: 1px;
	left: -10000px;
	overflow: hidden;
	padding: 16px;
	position: absolute;
	top: auto;
	width: 1px;
	z-index: 0;
}
#skip-ahead:focus {
	height: auto;
	left: 0;
	position: fixed;
	top: 0;
	width: auto;
	z-index: 100;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.site-notice {
	background-color: #008080;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
}
.site-notice a {
  font-weight: 700;
}
.site-notice a:link, .site-notice a:visited {
  color: #ffd700;
}
.site-notice a:hover, .site-notice a:active, .site-notice a:focus {
  color: #00ff7f;
}
.site-notice .dismiss {
  font-size: 30px;
  vertical-align: middle;
}
.frame {
  display: inline-block;
  padding: 3em 4em;
  position: relative;
  text-align: center;
  z-index: 0;
}
.frame:before, .frame:after {
  border: 23px #f7931e solid;
  border-top-width: 18px;
  border-bottom-width: 18px;
  bottom: 0;
  content: '';
  position: absolute;
  top: 0;
  width: 37px;
  z-index: 1;
}
.frame:before {
  border-right: none;
  left: 0;
}
.frame:after {
  border-left: none;
  right: 0;
}
.frame-left {
  display: inline-block;
  padding: .5em 1em;
  position: relative;
  text-align: left;
  z-index: 0;
}
.frame-left:before, .frame-left:after {
  border: 23px #303030 solid;
  border-top-width: 18px;
  border-bottom-width: 18px;
  bottom: 0;
  content: '';
  position: absolute;
  top: 0;
  width: 37px;
  z-index: 1;
}
.frame-left:before {
  border-right: none;
  left: 0;
}
.frame-left:after {
  border-left: none;
  display: none;
  right: 0;
}

/* Gravity Forms */
.gform_confirmation_message, .form-success-message {
  border-left: 10px #cbdb2a solid;
	box-sizing: border-box;
	margin: 1em 0;
	max-width: 500px;
	padding: .5em;
}
.form-error-message {
  border-left: 10px #cbdb2a solid;
}
.gform_confirmation_message h3 {
	margin: 0;
}
.gform_wrapper .gfield_time_hour i {
  display: none !important;
}
.gf_step_number {
  color: #000 !important;
}

/* Event Calendar (eventON) */
#evcal_list {
  border-radius: 0 !important;
}
.evo_search_bar input, .evo_search_bar input[type=text] {
  border-radius: 0 !important;
}
#evcal_list {
  border: none !important;
}
.evcal_list_a {
  border-color: transparent !important;
}
.evcal_cblock em.month {
  margin-left: 3px;
}
.eventon_events_list .eventon_list_event a:link, .eventon_events_list .eventon_list_event a:visited {
  color: #f1592a;
}
.eventon_events_list .eventon_list_event a:hover, .eventon_events_list .eventon_list_event a:active {
  color: #f7941d;
}
.evo_sort_btn, .eventon_filter.evo_hideshow_pastfuture, .eventon_filter.evo_hideshow_evotag {
  display: none !important;
}
.evo_cal_above .evo-search {
  background-color: #f7941d !important;
  opacity: 1;
}
.evo_cal_above .evo-search:hover {
  opacity: .8;
}
.evo_cal_above .evo-search:before {
  vertical-align: middle;
}
.eventon_sf_field p {
  color: inherit !important;
  font-size: 1em !important;
}
p.filtering_set_val {
  background-color: #f7941d !important;
  font-size: 1em !important;
  font-style: normal !important;
}
.eventon_filter_dropdown {
  /*
	background-color: #f7941d !important;
  border: none !important;
	*/
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: .875em;
	/*
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
	*/
  white-space: nowrap;
}
.eventon_filter_dropdown p, .eventon_filter_dropdown p.select {
	/*
  border-bottom: 1px solid #fff !important;
	*/
  border-left: none !important;
  /*
	color: #fff !important;
	*/
  font-size: .875em !important;
	/*
  padding: 9px !important;
	*/
}
.eventon_filter_dropdown p:hover {
  background-color: #cbdb2a !important;
  color: #222 !important;
}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before, .evo_pop_body .evcal_desc em.evcal_time::before, .eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before, .evo_pop_body .evcal_desc em.evcal_location::before {
  top: 1px !important;
}
.evcal_evdata_row .evcal_evdata_icons, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_icons {
  margin-top: 2px !important;
}
.evo_search_bar input, .evo_search_bar input[type=text] {
  color: #222 !important;
}


/* Buttons */
a.button, div.button a, div.button > button, input.button, button[type="submit"]:not(.header-search) {
  background-color: #f7941d !important;
  background-image: url(../images/bg-button-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: left center;
  background-size: contain;
  border: none !important; /* Put first for a general override */
  border-color: transparent !important; /* Put first for a general override */
  border-style: solid !important; /* Put first for a general override */
  border-width: 0 !important; /* Put first for a general override */
  border-radius: 0 !important;
  box-shadow: 6px 6px 8px rgba(0,0,0, .2);
  color: #222 !important;
  display: inline-block;
  font-size: inherit;
  margin: 0 .5em .5em 0;
  min-height: 15px;
  padding: .75em 1.25em .75em 3.25em !important;
  transition: background-color .25s, color .25s;
  white-space: nowrap;
}
a.button:hover, a.button:active, div.button a:hover, div.button a:active, div.button > button:hover, div.button > button:active, input.button:hover, input.button:active, button[type="submit"]:hover, button[type="submit"]:active {
  background-color: #f2f2f2 !important;
  color: #222 !important;
}
a.button.button-light-bg, div.button.button-light-bg a, div.button.button-light-bg > button {
  transition: background-color .25s, color .25s;
}
a.button.button-light-bg:hover, a.button.button-light-bg:active, div.button.button-light-bg a:hover, div.button.button-light-bg a:active, div.button.button-light-bg > button:hover, div.button.button-light-bg > button:active, input.button:hover, input.button:active {
  background-color: #cbdb2a !important;
}


/* -sm- */
@media screen and (min-width: 35.5em) {
  .homepage .explore .title {
    font-size: 4.0625em;
  }
  header.top .nav-container .special-links {
    /*
    display: inline-block;
    */
    display: flex;
    justify-content: center;
  }
  .homepage .programs-events .event-date-container {
    width: 90px;
  }
}

/* -md- */
@media screen and (min-width: 48em) {
  #menu-anchor {
    /*
    display: inline-block;
    */
    display: flex;
    justify-content: center;
  }
  .homepage .rotator-item h1 {
    font-size: 2.375em;
  }
  .homepage .rotator-item p {
    font-size: 1.625em;
    line-height: 1.5;
  }
  .homepage .mosaic .mosaic-item {
    border-right: 8px #fff solid;
    max-height: none;
    overflow: visible;
  }
  .internal-header {
    background-position: 50% 50%;
    background-size: cover;
  }
  .internal-header .title {
    font-size: 3.75em;
    height: 256px;
    margin-bottom: .5em;
  }
  .blurb-container .frame-left {
    padding: 1.2em 2.4em !important; /* 1.5em 3em pre-font-size */
    width: 75%;
  }
  .blurb-container .frame-left:before {
    display: block;
  }
  .animals-habitats .animal-habitat .title {
    font-size: 2em;
    font-weight: normal;
  }
  .animals-habitats .animal-habitat .description {
    font-size: 1.125em;
  }
  .niabi-block-container .niabi-block .title {
    font-size: 2em;
    font-weight: normal;
  }
  .niabi-block-container .niabi-block .content {
    font-size: 1.125em;
  }
  .experiences .experience .title {
    font-size: 2em;
    font-weight: normal;
  }
  .experiences .experience .content {
    font-size: 1.125em;
  }
  footer .stay-up-to-date {
    text-align: left;
  }
  footer .stay-up-to-date .butterfly {
    display: block;
  }
  footer nav.bottom-nav {
    padding: 3em 0;
  }
  footer nav.bottom-nav ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  footer nav.bottom-nav li {
    display: inline-block;
  }
}

@media screen and (min-width: 57em) {
}

/* -lg- */
@media screen and (min-width: 64em) {
  .homepage .mosaic {
    margin-bottom: 102px;
  }
  .homepage .programs-events .bawx.header-zebra {
    display: flex;
  }
  .homepage .programs-events .header {
    font-size: 3.065em;
  }
  .homepage .programs-events .octopus {
    display: block;
  }
  .homepage .programs-events .events {
    padding: 80px;
    text-align: left;
  }
  .homepage .programs-events .header, .homepage .programs-events .octopus {
    width: 40%;
  }
  .homepage .programs-events .zebra, .homepage .programs-events .events {
    width: 60%;
  }
  .homepage .programs-events .events .title {
    margin-bottom: 64px;
  }
  .homepage .programs-events .shaper {
    padding: 0 1em 0 120px
  }
  .homepage .programs-events .event-date-container {
    float: left;
    width: 90px;
    margin-left: -120px;
  }
  footer .social {
    text-align: right;
  }
}
/* -xl- */
@media screen and (min-width: 80em) {
  .homepage .rotator-item h1 {
    font-size: 3.375em;
  }
  .homepage .rotator-item {
    background-image: none;
  }
  .homepage .rotator-item img {
    display: block;
  }
  .homepage .rotator-item .content {
    left: 10%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
  }
  .homepage .programs-events .header {
    font-size: 4.065em;
  }
  .breadcrumbs-blurb-container {
    background-size: contain;
  }
  footer .bottom {
    text-align: left;
  }
}

@media screen and (min-width: 90em) {
  ul.mobile-menu {
    display: none !important;
  }
  #nav-search-desktop {
    display: inline-block;
  }
  nav.anchor {
    background-color: #222;
    flex-direction: row;
    height: 42px;
    justify-content: flex-end;
    text-align: right;
  }
  nav.anchor > ul > li > a:link, nav.anchor > ul > li > a:visited { 
    color: #fff;
  }
  nav.anchor > ul > li > a:hover, nav.anchor > ul > li > a:active { 
    color: #f1592a;
  }
  nav.anchor .special {
    padding: 0;
    width: 213px;
  }
  nav.primary {
    display: block;
    font-weight: bold;
    height: 83px;
  }
  nav.primary > ul > li {
    position: relative;
  }
  nav.primary > ul > li.menu-animals-habitats {
    position: static;
  }
  nav.primary > ul > li > a {
    display: block;
    padding: 0 2em;
  }
  nav.primary a:link, nav.primary a:visited {
    color: #000;
  }
  nav.primary a:hover, nav.primary a:active {
    color: #f1592a;
  }
  nav.primary > ul {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: right;
  }
  nav.primary > ul > li {
		align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    text-align: center;
    z-index: 1000;
  }
  nav.primary > ul > li > ul {
    background-color: #fff;
    /*
    border: 2px #000 solid;
    */
    box-shadow: 2px 2px 4px 2px rgba(0,0,0, .5);
    display: none;
    height: auto;
		left: 1.25em;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    padding: 1em 0;
    position: absolute;
    text-align: left;
    top: 100%;
    white-space: nowrap;
    width: auto;
    z-index: 1001;
  }
  nav.primary > ul > li:hover > ul {
    display: block;
  }
  nav.primary > ul > li:focus-within > ul {
    display: block;
  }
  /*
  nav.primary > ul > li:hover > a:after {
    background-color: #fff;
    border-bottom: 12px #000 solid;
    border-left: 12px #fff solid;
    border-right: 12px #fff solid;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    left: 50%;
    z-index: 1002;
    width: 0;
    transform: translateX(-12px);
  }
  */
  nav.primary > ul > li > ul > li > a {
    display: block;
    padding: .5em 1.5em;
  }
  nav.primary > ul > li.menu-animals-habitats > ul {
    background-color: #f1f1f1;
    /*
    display: block;
    */
    left: 0;
    /*
    right: 0;
    */
    width: 1156px;
  }
  nav.primary > ul > li.menu-animals-habitats > ul > li {
    text-align: center;
  }
  nav.primary > ul > li.menu-animals-habitats .animals-habitats-grid img {
    border: 3px #f1f1f1 solid;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: .25em;
    max-width: 136px;
    transition: border .5s;
  }
  nav.primary > ul > li.menu-animals-habitats a:hover img {
    border: 3px #f1592a solid;
  }
  nav.primary > ul > li.menu-animals-habitats .separator {
    border-right: 2px #e4e4e4 solid;
    box-sizing: border-box;
  }
  nav.primary > ul > li.menu-animals-habitats .items, nav.primary > ul > li.menu-animals-habitats .teaser {
    text-align: left;
  }
  nav.primary .menu-animals-habitats-list {
    color: #222;
    display: none;
    font-size: 1.125em;
  }
  nav.primary .menu-animals-habitats-list .title {
    font-weight: bold;
  }
  nav.primary .menu-animals-habitats-list ul {
    font-weight: normal;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  nav.primary .menu-animals-habitats-list li {
    margin-top: .5em;
  }
  nav.primary .teaser {
    font-weight: normal;
    white-space: normal;
  }
  nav.primary .teaser .title {
    font-size: 1.4em;
    font-weight: bold;
  }
  nav.primary .teaser .content {
    font-size: .875em;
    line-height: 1.3;
  }
  nav.primary > ul > li.fly-left > ul {
    left: auto;
    right: 0;
    text-align: right;
  }
  #mobile-menu-button {
    display: none;
  }
}

@media screen and (min-width: 100em) {
  nav.anchor a {
    padding: 0 26px;
  }
  nav.anchor > ul > li.menu-item-has-children > a:after {
    content: "\e803";
    font-family: fontello;
    margin-left: .5em;
    vertical-align: middle;
  }
  nav.primary > ul > li.menu-item-has-children > a:after {
    content: "\e803";
    font-family: fontello;
    margin-left: .5em;
    vertical-align: middle;
  }
}

/*! flexnav https://github.com/indyplanets/flexnav http://unlicense.org/ 2013-11-28 */
.flexnav {
  margin: 0 auto;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve3d;
  -ms-transform-style: preserve3d;
  transform-style: preserve-3d;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  width: 100%;
}
.flexnav.opacity {
  opacity: 0;
}
.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
}
.flexnav li {
  font-size: 100%;
  /*
  overflow: hidden;
  */
  position: relative;
}
.flexnav li a {
  background: #444;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: 48px;
  line-height: 48px;
  /*overflow: hidden;*/
  padding: 0 1em;
  position: relative;
  z-index: 2;
}
.flexnav li ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.flexnav li ul li {
  font-size: 100%;
  /*
  overflow: hidden;
  */
  position: relative;
}
.flexnav li ul.flexnav-show li {
  /*
  overflow: visible;
  */
}
.flexnav li ul li a {
  background: #666;
  color: #fff;
  display: block;
  text-transform: none;
}
.flexnav ul li ul li a {
  background: #4e6d8d;
}
.flexnav ul li ul li ul li a {
  background: #57799c;
}
.flexnav .touch-button {
  background: #f1592a;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: transform .25s, border .25s;
  width: 48px;
  z-index: 999;
}
.flexnav .touch-button:hover {
  cursor: pointer;
}
.flexnav span.touch-button.active {
  border-bottom: none;
  border-top: 2px solid rgba(0,0,0,.25);
  transform: rotateZ(180deg);
}
.flexnav span.touch-button:after {
  color: #fff;
  content: "\e803";
  font-family: fontello;
  font-weight: bold;
  vertical-align: top;
}
.flexnav .touch-button .navicon {
  color: #fff;
  display: none;
  font-size: 18px;
  font-style: normal;
  position: relative;
}

/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 30px !important;
}
.swiper-pagination-bullet {
  background-color: #fff;
  height: 20px;
  margin: 0 12px !important;
  width: 20px;
}