@charset "UTF-8";
/* Theme name: Tulsa Zoo 2015
 * Author: Steve Loftis and Adrian Rodriguez, the ICG Dynamic Web Duo
 * Version: Arnold
 * Theme URI: http://icgadv.com
 */
/* line 17, ../../../../Users/steveloftis/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Users/steveloftis/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Users/steveloftis/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Users/steveloftis/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Users/steveloftis/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Users/steveloftis/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Users/steveloftis/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Users/steveloftis/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Users/steveloftis/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* line 61, sass/style.sass */
body {
  background-color: #58595b;
  overflow-x: hidden;
}

/* line 65, sass/style.sass */
.iframe {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 0px;
}
/* line 71, sass/style.sass */
.iframe iframe, .iframe object, .iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 80, sass/style.sass */
.page-template-social-php .iframe {
  height: auto;
  position: relative;
  padding-bottom: 40px;
}

/* line 86, sass/style.sass */
h1 {
  font-family: "Rockwell W01 Bold";
  font-weight: normal;
  font-weight: 300;
  font-size: 54px;
  margin-bottom: 20px;
}

/* line 94, sass/style.sass */
h2, h3, h4, h5, h6, strong {
  font-family: "Gill Sans W01 Bold";
  font-weight: normal;
  font-weight: 300;
}

/* line 100, sass/style.sass */
h2 {
  font-family: "Gill Sans W01 Bold";
  font-size: 24px;
  line-height: 24px;
  margin: 12px 0px 24px 0px;
  color: black;
}

/* line 107, sass/style.sass */
h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 12px 0px;
}

/* line 112, sass/style.sass */
h4 {
  font-size: 16px;
  line-height: 24px;
  margin: 12px 0px;
}

/* line 117, sass/style.sass */
p {
  font-family: "Gill Sans W01 Light";
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 28px;
  color: rgba(0, 0, 0, 0.75);
}

/* line 124, sass/style.sass */
ol {
  list-style-position: inside;
  margin-bottom: 28px;
}
/* line 128, sass/style.sass */
ol li {
  display: table-row;
  counter-increment: table-ol;
  font-size: 22px;
  line-height: 34px;
  font-family: "Gill Sans W01 Light";
  color: rgba(0, 0, 0, 0.75);
}
/* line 136, sass/style.sass */
ol li:before {
  content: counter(table-ol);
  display: table-cell;
  padding-right: 20px;
  text-align: right;
  font-family: "Rockwell W01 Bold";
  color: black;
}

/* line 144, sass/style.sass */
a {
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  color: #006874;
}

/* line 148, sass/style.sass */
.clear {
  clear: both;
}

/* line 151, sass/style.sass */
.button {
  font-family: "Gill Sans W01 Bold";
  text-transform: uppercase;
  font-size: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-image: url("img/texture-pattern2.png");
}
/* line 158, sass/style.sass */
.button.accordion-trigger {
  width: 100%;
  display: block;
  font-size: 17px;
  padding: 20px 0;
  margin-bottom: -2px;
}

/* line 165, sass/style.sass */
.blur {
  filter: url("css/blur.svg#blur");
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

/* line 170, sass/style.sass */
.allcaps {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  margin: 0px 0px 20px 0px;
  letter-spacing: 2px;
}

/* line 177, sass/style.sass */
.fullimage {
  width: 100%;
  height: auto;
}

/* line 181, sass/style.sass */
.alignright {
  padding-left: 30px;
  padding-bottom: 30px;
  float: right;
}

/* line 186, sass/style.sass */
.alignleft {
  padding-right: 30px;
  padding-bottom: 30px;
  float: left;
}

/* line 191, sass/style.sass */
.aligncenter {
  padding-bottom: 30px;
  margin: 0 auto;
  text-align: center;
}

/* line 196, sass/style.sass */
.alignnone {
  padding-bottom: 30px;
  margin: 0;
  width: 100%;
  height: auto;
}

/* line 204, sass/style.sass */
#takeover {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 104, 116, 0.8);
  z-index: 19;
  -webkit-transition: all ease-in-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("img/texture-pattern2.png");
}
/* line 218, sass/style.sass */
#takeover.show {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 222, sass/style.sass */
#takeover .takeover-table {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 227, sass/style.sass */
#takeover .takeover-table .takeover-table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 232, sass/style.sass */
#takeover .takeover-table .takeover-table-cell .box {
  width: 70%;
  margin: 0px auto;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  background-color: white;
  text-align: center;
  border: 10px solid #006874;
  background-image: url("img/tzoo-texture-bg2.jpg");
}
@media only screen and (max-width: 768px) {
  /* line 232, sass/style.sass */
  #takeover .takeover-table .takeover-table-cell .box {
    padding: 10px;
    width: 80%;
  }
  /* line 247, sass/style.sass */
  #takeover .takeover-table .takeover-table-cell .box .eyebrow {
    font-size: 12px !important;
    margin-top: 0px;
  }
  /* line 251, sass/style.sass */
  #takeover .takeover-table .takeover-table-cell .box h1, #takeover .takeover-table .takeover-table-cell .box h2, #takeover .takeover-table .takeover-table-cell .box h3, #takeover .takeover-table .takeover-table-cell .box h4, #takeover .takeover-table .takeover-table-cell .box h5 {
    font-size: 26px;
  }
  /* line 254, sass/style.sass */
  #takeover .takeover-table .takeover-table-cell .box p {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 258, sass/style.sass */
#takeover .takeover-table .takeover-table-cell .box .eyebrow {
  text-align: center;
  font-family: "Gill Sans W01 Light";
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 1.5px;
  color: #006874;
}
/* line 267, sass/style.sass */
#takeover .takeover-table .takeover-table-cell .box .button {
  background-color: #e33258;
}

/* line 277, sass/style.sass */
#page-content form ul li, #page-content #tribe-events-content #tribe-events-footer ul li {
  display: block;
  max-width: 90%;
}
/* line 281, sass/style.sass */
#page-content form ul li input[type="text"], #page-content #tribe-events-content #tribe-events-footer ul li input[type="text"] {
  width: 100%;
  max-width: 350px;
}
/* line 285, sass/style.sass */
#page-content form ul li ul, #page-content #tribe-events-content #tribe-events-footer ul li ul {
  margin-left: 0px;
}
/* line 288, sass/style.sass */
#page-content form ul li:before, #page-content #tribe-events-content #tribe-events-footer ul li:before {
  content: "";
  clear: both;
  display: block;
  padding: 0px;
  margin: 0px;
}
/* line 299, sass/style.sass */
#page-content form #page-sidebar ul li, #page-content #tribe-events-content #tribe-events-footer #page-sidebar ul li {
  max-width: 100%;
}

/* line 302, sass/style.sass */
form {
  margin-bottom: 40px;
}
/* line 305, sass/style.sass */
form ul.gform-fields {
  list-style-type: none;
}
/* line 308, sass/style.sass */
form ul.gform-fields li {
  margin-right: 0px;
  margin-left: 0px;
}
/* line 312, sass/style.sass */
form ul.gform-fields li:before {
  content: "";
  padding: 0px;
  margin: 0px;
}
/* line 317, sass/style.sass */
form label {
  font-family: "Gill Sans W01 Bold";
  font-size: 24px;
  line-height: 24px;
  margin: 12px 0px 12px 0px;
  color: black;
  display: block;
  padding: 0px;
}
/* line 327, sass/style.sass */
form input[type="checkbox"], form input[type="checkbox"].k_radioCB {
  display: none !important;
}
/* line 330, sass/style.sass */
form input[type="checkbox"] + label, form input[type="checkbox"].k_radioCB + label {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Gill Sans W01 Light";
}
/* line 335, sass/style.sass */
form input[type="checkbox"] + label:before, form input[type="checkbox"].k_radioCB + label:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f096";
  padding-right: 10px;
}
/* line 346, sass/style.sass */
form input[type="checkbox"]:checked + label:before, form input[type="checkbox"].k_radioCB:checked + label:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f046";
  padding-right: 10px;
}
/* line 357, sass/style.sass */
form input[type="radio"], form input[type="radio"].k_radioCB {
  display: none !important;
  margin-bottom: 10px;
}
/* line 361, sass/style.sass */
form input[type="radio"] + label, form input[type="radio"].k_radioCB + label {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Gill Sans W01 Light";
}
/* line 366, sass/style.sass */
form input[type="radio"] + label:before, form input[type="radio"].k_radioCB + label:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10c";
  padding-right: 10px;
}
/* line 377, sass/style.sass */
form input[type="radio"]:checked + label:before, form input[type="radio"].k_radioCB:checked + label:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  padding-right: 10px;
}
/* line 388, sass/style.sass */
form input[type="text"], form input[type="email"], form textarea, form input[type="tel"] {
  display: block;
  background-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  color: black;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Gill Sans W01 Light";
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
/* line 402, sass/style.sass */
form input[type="text"]:focus, form input[type="email"]:focus, form textarea:focus, form input[type="tel"]:focus {
  background-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 406, sass/style.sass */
form select {
  display: block;
  background-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  color: black;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Gill Sans W01 Light";
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
/* line 420, sass/style.sass */
form select option {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: black;
}
/* line 427, sass/style.sass */
form input[type="submit"], form input[type="reset"] {
  display: block;
  font-family: "Gill Sans W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-image: url("img/texture-pattern2.png");
  border: none;
  padding: 16px 48px;
  background-color: #e33258;
  margin: 12px 0px;
  color: white;
}
/* line 440, sass/style.sass */
form input[type="submit"]:hover, form input[type="reset"]:hover {
  background-color: #c71b40;
}

/* line 447, sass/style.sass */
ul.pagination li a {
  display: block;
  font-family: "Gill Sans W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #cccccc;
  border: none;
  padding: 16px 20px;
  margin: 12px 10px 0 0;
  color: white;
}
/* line 459, sass/style.sass */
ul.pagination li a.selected {
  background-image: url("img/texture-pattern2.png");
  background-color: #e33258;
}

/* line 465, sass/style.sass */
.controls {
  width: 40px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  display: block;
}
/* line 473, sass/style.sass */
.controls.container-left {
  top: 0px;
  left: 0px;
}
/* line 477, sass/style.sass */
.controls.container-right {
  top: 0px;
  right: 0px;
}

/* line 481, sass/style.sass */
.controls-prev, .controls-next {
  width: 40px;
  height: 100%;
  display: table;
  margin: 0px;
  padding: 0px;
  position: absolute;
}
/* line 489, sass/style.sass */
.controls-prev a, .controls-next a {
  width: 40px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
/* line 496, sass/style.sass */
.controls-prev a:hover img, .controls-next a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 499, sass/style.sass */
.controls-prev a img, .controls-next a img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: rgba(63, 48, 36, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  width: 100%;
  height: auto;
}

/* line 506, sass/style.sass */
.controls-prev {
  top: 0px;
  left: 0px;
  margin-left: -30px;
}

/* line 511, sass/style.sass */
.controls-next {
  top: 0px;
  right: 0px;
  margin-right: -30px;
}

/* line 517, sass/style.sass */
.controls-pager {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 2;
  text-align: center;
}
/* line 526, sass/style.sass */
.controls-pager .bx-pager-item {
  display: inline-block;
  padding: 0px 5px;
}
/* line 530, sass/style.sass */
.controls-pager .bx-pager-item a.bx-pager-link {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-indent: -9999px;
  border: 3px solid rgba(255, 255, 255, 0.5);
}
/* line 538, sass/style.sass */
.controls-pager .bx-pager-item a.bx-pager-link:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 541, sass/style.sass */
.controls-pager .bx-pager-item a.bx-pager-link.active {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 549, sass/style.sass */
.today {
  border: 1px solid rgba(0, 0, 0, 0.0625);
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 553, sass/style.sass */
.today .header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-image: url("img/texture-pattern2.png");
  background-repeat: no-repeat;
  text-align: center;
}
/* line 561, sass/style.sass */
.today .header .zoo-info {
  margin-top: 10px;
}
/* line 564, sass/style.sass */
.today .header h2 {
  text-align: center;
  font-family: "Gill Sans W01 Light";
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #006874;
}
/* line 573, sass/style.sass */
.today .hours {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 40px;
}
/* line 578, sass/style.sass */
.today .hours p {
  font-size: 18px;
  line-height: 24px;
  margin: 0px;
}
/* line 583, sass/style.sass */
.today .conditions {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px;
  text-align: center;
  background-image: url("img/texture-pattern2.png");
  background-color: #4dbce9;
  background-repeat: no-repeat;
}
/* line 594, sass/style.sass */
.today .conditions p {
  font-size: 48px;
  color: white;
}
/* line 598, sass/style.sass */
.today .conditions p i {
  color: rgba(255, 255, 255, 0.5);
}
/* line 601, sass/style.sass */
.today .conditions #weather-message {
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0px 0px 0px;
}
/* line 607, sass/style.sass */
.today .conditions #weather-text {
  display: inline;
  font-size: 48px;
  color: white;
  font-family: "Gill Sans W01 Light";
  padding-right: 10px;
}
/* line 614, sass/style.sass */
.today .conditions #weather-sprite {
  display: inline;
  color: white;
  position: relative;
}
/* line 619, sass/style.sass */
.today .conditions #weather-sprite #main {
  position: absolute;
  left: 0;
}
/* line 623, sass/style.sass */
.today ul.events {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 40px;
  text-align: center;
}
/* line 630, sass/style.sass */
.today ul.events li {
  padding: 10px 0px;
}
/* line 633, sass/style.sass */
.today ul.events a {
  color: #006874;
}
/* line 636, sass/style.sass */
.today ul.events a:hover {
  color: black;
}
/* line 638, sass/style.sass */
.today ul.events p {
  text-align: left;
  line-height: 24px;
  margin: 0px;
}
/* line 643, sass/style.sass */
.today ul.events .time, .today ul.events .name, .today ul.events .place {
  font-size: 18px;
  display: block;
  font-family: "Gill Sans W01 Bold";
}
/* line 648, sass/style.sass */
.today ul.events .place {
  font-family: "Gill Sans W01 Light";
  color: #b19a87;
}
/* line 652, sass/style.sass */
.today .more {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 40px;
  text-align: center;
}
/* line 659, sass/style.sass */
.today .more .button {
  width: 100%;
  background-color: #e33258;
}
/* line 663, sass/style.sass */
.today .more p {
  margin: 0px;
  padding: 0px;
}

/* line 668, sass/style.sass */
.news {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.0625);
}
/* line 672, sass/style.sass */
.news .header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-image: url("img/texture-pattern2.png");
  background-repeat: no-repeat;
}
/* line 680, sass/style.sass */
.news .header h2 {
  text-align: center;
  font-family: "Gill Sans W01 Light";
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #006874;
}
/* line 694, sass/style.sass */
.news ul.entries {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
/* line 699, sass/style.sass */
.news ul.entries li {
  height: auto;
  border-top: 1px solid rgba(177, 154, 135, 0.25);
}
/* line 705, sass/style.sass */
.news ul.entries li:first-child .title {
  width: 50%;
  display: inline-block;
  float: left;
}
/* line 710, sass/style.sass */
.news ul.entries li:first-child .title h3 {
  font-size: 28px;
}
/* line 713, sass/style.sass */
.news ul.entries li:first-child .thumb {
  width: 50%;
  display: inline-block;
  float: right;
}
/* line 718, sass/style.sass */
.news ul.entries li:first-child .thumb img {
  margin-bottom: -5px;
  width: 100%;
  height: auto;
}
/* line 723, sass/style.sass */
.news ul.entries li:last-child {
  border-bottom: none;
}
/* line 728, sass/style.sass */
.news ul.entries a h3 {
  font-size: 24px;
  margin: 0px 0px 18px 0px;
  color: #006874;
}
/* line 733, sass/style.sass */
.news ul.entries a:hover h3 {
  color: black;
}
/* line 736, sass/style.sass */
.news ul.entries p {
  margin: 0px;
  font-size: 14px;
  line-height: 17px;
  color: #b19a87;
}
/* line 742, sass/style.sass */
.news ul.entries .title {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
/* line 747, sass/style.sass */
.news ul.entries .thumb {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  display: none;
}
/* line 753, sass/style.sass */
.news ul.entries .date, .news ul.entries .category {
  display: block;
}

/* line 757, sass/style.sass */
.contact-map {
  border: 1px solid rgba(0, 0, 0, 0.0625);
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 761, sass/style.sass */
.contact-map .header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-image: url("img/texture-pattern2.png");
  background-repeat: no-repeat;
  text-align: center;
}
/* line 769, sass/style.sass */
.contact-map .header .zoo-info {
  margin-top: 10px;
}
/* line 772, sass/style.sass */
.contact-map .header h2 {
  text-align: center;
  font-family: "Gill Sans W01 Light";
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #006874;
}
/* line 781, sass/style.sass */
.contact-map #contact-map-box {
  width: 100%;
  height: 150px;
  background-color: #b19a87;
}
/* line 786, sass/style.sass */
.contact-map .contact-content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px;
}
/* line 791, sass/style.sass */
.contact-map .contact-content p {
  font-family: "Gill Sans W01 Light";
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.75);
}
/* line 798, sass/style.sass */
.contact-map .more {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 40px;
  text-align: center;
}
/* line 805, sass/style.sass */
.contact-map .more .button {
  width: 100%;
  background-color: #e33258;
}
/* line 809, sass/style.sass */
.contact-map .more p {
  margin: 0px;
  padding: 0px;
}

/* line 815, sass/style.sass */
.banner img {
  width: 100%;
  height: auto;
}
/* line 819, sass/style.sass */
.banner .banner-desktop {
  display: block;
}
/* line 821, sass/style.sass */
.banner .banner-mobile {
  display: none;
}

/* line 826, sass/style.sass */
#search-bar {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  position: relative;
  text-align: right;
}
/* line 834, sass/style.sass */
#search-bar input[type="text"] {
  width: 300px;
  margin: 0px;
  text-align: right;
  display: inline-block;
  background-color: none;
  border-width: 0px 0px 1px 0px;
  border-color: white;
  border-style: solid;
}
/* line 844, sass/style.sass */
#search-bar p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  padding: 0px 40px 0px 10px;
}
/* line 852, sass/style.sass */
#search-bar p a {
  color: #6d6e70;
  padding: 10px 8px;
}
/* line 856, sass/style.sass */
#search-bar p a:hover {
  background-color: #4dbce9;
  color: white;
}

/* line 861, sass/style.sass */
#search-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 104, 116, 0.95);
  z-index: 19;
  -webkit-transition: all ease-in-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 200px;
  background-image: url("img/texture-pattern2.png");
}
/* line 876, sass/style.sass */
#search-overlay.clicked {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 880, sass/style.sass */
#search-overlay h1 {
  color: white;
  text-align: center;
}
/* line 884, sass/style.sass */
#search-overlay .share-box {
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
}
/* line 890, sass/style.sass */
#search-overlay .share-box .fa-stack {
  font-size: 3em;
}
/* line 893, sass/style.sass */
#search-overlay .share-box .fa-stack-2x {
  color: white;
}
/* line 898, sass/style.sass */
#search-overlay .share-box a:hover .fa-stack-2x {
  color: #006874;
}
/* line 901, sass/style.sass */
#search-overlay .search-box {
  background: none;
  border-width: 0px 0px 3px 0px;
  border-color: white;
  border-style: dashed;
  color: white;
  font-size: 24px;
  height: auto;
  font-family: "Gill Sans W01 Light";
}
/* line 911, sass/style.sass */
#search-overlay p {
  text-align: center;
}
/* line 914, sass/style.sass */
#search-overlay p a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 920, sass/style.sass */
#search-overlay p a:hover {
  color: white;
}
/* line 923, sass/style.sass */
#search-overlay .search-box::-webkit-input-placeholder, #search-overlay .search-box:-moz-placeholder, #search-overlay .search-box::-moz-placeholder, #search-overlay .search-box:-ms-input-placeholder {
  color: white;
}

/* line 929, sass/style.sass */
#ticket-panel {
  width: 20%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-right: -20%;
  position: fixed;
  overflow-y: scroll;
  top: 0px;
  right: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 929, sass/style.sass */
  #ticket-panel {
    width: 35%;
    overflow: visible;
    height: auto;
  }
}
/* line 946, sass/style.sass */
#ticket-panel.shift-left {
  margin-right: 0px;
  –webkit-overflow-scrolling: auto;
  position: absolute;
}
/* line 953, sass/style.sass */
#ticket-panel .ticket-close {
  display: block;
  padding: 40px 40px;
  font-family: "Gill Sans W01 Bold";
  text-transform: uppercase;
  font-size: 13px;
  color: white;
  text-align: right;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.125);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("img/texture-pattern2.png");
}
/* line 966, sass/style.sass */
#ticket-panel .ticket-close:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* line 969, sass/style.sass */
#ticket-panel .ticket-content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  overflow-y: scroll;
}
/* line 975, sass/style.sass */
#ticket-panel .ticket-content h2 {
  color: white;
  font-family: "Rockwell W01 Bold";
  font-size: 24px;
  margin-bottom: 24px;
}
/* line 981, sass/style.sass */
#ticket-panel .ticket-content p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
}
/* line 986, sass/style.sass */
#ticket-panel .ticket-content .price {
  font-size: 24px;
  display: block;
  color: white;
  font-family: "Gill Sans W01 Bold";
}
/* line 992, sass/style.sass */
#ticket-panel .ticket-content .age {
  font-size: 16px;
  line-height: 24px;
  display: block;
}

/* line 999, sass/style.sass */
#page-wrapper {
  background-color: white;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-image: url("img/tzoo-texture-bg2.jpg");
  z-index: 1;
}
/* line 1007, sass/style.sass */
#page-wrapper.shift-left {
  margin-left: -20%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  /* line 1007, sass/style.sass */
  #page-wrapper.shift-left {
    margin-left: -35%;
  }
}

/* line 1016, sass/style.sass */
header {
  width: 100%;
  background-color: white;
  height: 94px;
  background-image: url("img/texture-pattern2.png");
  position: relative;
}
/* line 1023, sass/style.sass */
header.interior {
  background-color: #3f3024;
}
/* line 1027, sass/style.sass */
header.interior .nav-left ul li a, header.interior .nav-right ul li a {
  color: white;
}
/* line 1030, sass/style.sass */
header .nav-mobile, header .nav-tickets {
  padding: 25px 10px;
  font-size: 24px;
  display: none;
  color: #006874;
  z-index: 999;
  position: absolute;
  top: 0px;
}
/* line 1039, sass/style.sass */
header .nav-mobile {
  left: 0px;
}
/* line 1042, sass/style.sass */
header .nav-tickets {
  right: 0px;
}
/* line 1045, sass/style.sass */
header .logo {
  width: 100%;
  padding: 25px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}
/* line 1053, sass/style.sass */
header .logo img {
  width: 145px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 1059, sass/style.sass */
header .nav {
  width: 100%;
  position: relative;
}
/* line 1063, sass/style.sass */
header .nav-left {
  float: left;
  padding-left: 40px;
}
/* line 1067, sass/style.sass */
header .nav-right {
  float: right;
  padding-right: 40px;
}
/* line 1073, sass/style.sass */
header .nav-left ul li, header .nav-right ul li {
  display: inline-block;
}
/* line 1077, sass/style.sass */
header .nav-left ul li:hover a, header .nav-right ul li:hover a {
  color: #4dbce9;
}
/* line 1080, sass/style.sass */
header .nav-left ul li:hover ul, header .nav-right ul li:hover ul {
  display: block;
}
/* line 1083, sass/style.sass */
header .nav-left ul li:hover ul li a, header .nav-right ul li:hover ul li a {
  color: white;
}
/* line 1085, sass/style.sass */
header .nav-left ul li a, header .nav-right ul li a {
  display: block;
  padding: 40px 10px;
  font-family: "Gill Sans W01 Bold";
  text-transform: uppercase;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
}
/* line 1095, sass/style.sass */
header .nav-left ul li ul, header .nav-right ul li ul {
  max-width: 220px;
  width: 100%;
  max-height: none;
  height: auto;
  background-color: #4dbce9;
  border: 0px none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 99999;
  position: absolute;
  display: none;
}
/* line 1109, sass/style.sass */
header .nav-left ul li ul li, header .nav-right ul li ul li {
  display: block;
}
/* line 1112, sass/style.sass */
header .nav-left ul li ul li a, header .nav-right ul li ul li a {
  display: block;
  padding: 15px 0px;
  font-family: "Gill Sans W01 Bold";
  text-transform: uppercase;
  font-size: 13px;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}
/* line 1122, sass/style.sass */
header .nav-left ul li ul li a:hover, header .nav-right ul li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.125);
}
/* line 1125, sass/style.sass */
header .nav-left ul li ul:before, header .nav-right ul li ul:before {
  border-style: inset inset solid;
  border-width: 10px;
  border-color: transparent transparent #4dbce9;
  content: "";
  display: block;
  height: 0;
  left: 10px;
  position: absolute;
  top: -20px;
  width: 0;
  z-index: 99;
  background-color: white;
}

/* line 1141, sass/style.sass */
nav#mobile {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #58595b;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-left: -100%;
  position: fixed;
  overflow: scroll;
  top: 0px;
  left: 0px;
  z-index: 9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1155, sass/style.sass */
nav#mobile.active {
  margin-left: 0px;
}
/* line 1158, sass/style.sass */
nav#mobile .nav-close {
  display: block;
  padding: 31px 20px 30px 20px;
  font-family: "Gill Sans W01 Bold";
  text-transform: uppercase;
  font-size: 13px;
  color: white;
  text-align: left;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.125);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("img/texture-pattern2.png");
}
/* line 1171, sass/style.sass */
nav#mobile ul {
  width: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
}
/* line 1177, sass/style.sass */
nav#mobile ul a {
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-family: "Gill Sans W01 Bold";
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.2px;
  color: white;
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  text-align: center;
}
/* line 1190, sass/style.sass */
nav#mobile ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.125);
  padding: 0px;
}
/* line 1194, sass/style.sass */
nav#mobile ul li:first-child {
  border-top: none;
}
/* line 1197, sass/style.sass */
nav#mobile ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
}
/* line 1200, sass/style.sass */
nav#mobile ul li ul {
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.125);
  display: none;
}
/* line 1205, sass/style.sass */
nav#mobile ul li ul li {
  border: none;
  padding: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
}
/* line 1210, sass/style.sass */
nav#mobile ul li ul li:last-child {
  border: none;
}
/* line 1213, sass/style.sass */
nav#mobile ul li ul li a {
  padding: 20px;
  font-family: "Gill Sans W01 Light";
}
/* line 1217, sass/style.sass */
nav#mobile p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
}
/* line 1224, sass/style.sass */
nav#mobile p a {
  color: white;
  font-size: 24px;
}

/* line 1230, sass/style.sass */
footer {
  width: 100%;
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
  background-color: #58595b;
  background-image: url("img/footer-bg2.jpg");
  background-position: center center;
  background-size: cover;
}
/* line 1240, sass/style.sass */
footer:before {
  content: "";
  z-index: 5;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 40px;
  position: absolute;
  background-image: url("img/border-footer-alt3.png");
  background-repeat: repeat-x;
}
/* line 1251, sass/style.sass */
footer a {
  color: rgba(255, 255, 255, 0.75);
}
/* line 1254, sass/style.sass */
footer a:hover {
  color: white;
}
/* line 1257, sass/style.sass */
footer .logo {
  width: 100%;
  padding: 10px 0px;
}
/* line 1262, sass/style.sass */
footer .logo .row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
}
/* line 1265, sass/style.sass */
footer .logo img {
  margin-top: 12px;
}
/* line 1268, sass/style.sass */
footer .logo p {
  font-size: 14px;
  color: white;
  margin: 24px 0px;
}
/* line 1274, sass/style.sass */
footer .logo .social p {
  text-align: right;
  font-size: 18px;
}
/* line 1278, sass/style.sass */
footer .logo .social p a {
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 1282, sass/style.sass */
footer .logo .social p a:hover {
  color: white;
}
/* line 1285, sass/style.sass */
footer .nav-links {
  display: none;
  padding-top: 10px;
}
/* line 1289, sass/style.sass */
footer .nav-links .button {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 1294, sass/style.sass */
footer .nav-links .button .fa-chevron-down {
  display: inline-block;
}
/* line 1297, sass/style.sass */
footer .nav-links .button .fa-chevron-up {
  display: none;
}
/* line 1301, sass/style.sass */
footer .nav-links .button.clicked .fa-chevron-down {
  display: none;
}
/* line 1304, sass/style.sass */
footer .nav-links .button.clicked .fa-chevron-up {
  display: inline-block;
}
/* line 1307, sass/style.sass */
footer .nav {
  width: 100%;
  padding-top: 40px;
  display: block;
}
/* line 1313, sass/style.sass */
footer .nav ul.menu > li > a {
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
}
/* line 1320, sass/style.sass */
footer .nav ul.sub-menu {
  margin-left: 0;
}
/* line 1323, sass/style.sass */
footer .nav ul li a {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Gill Sans W01 Light";
  padding: 0px 0px 10px 0px;
  display: block;
}
/* line 1329, sass/style.sass */
footer .nav ul li a:hover {
  color: white;
}
/* line 1333, sass/style.sass */
footer .associations .row {
  border-top: 1px solid rgba(255, 255, 255, 0.125);
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
}
/* line 1336, sass/style.sass */
footer .copy {
  width: 100%;
}
/* line 1340, sass/style.sass */
footer .copy p {
  font-size: 14px;
  color: white;
  margin: 24px 0px;
}

/* line 1347, sass/style.sass */
#page-header {
  width: 100%;
  height: auto;
  background-color: #e6e7e8;
  position: relative;
}
/* line 1354, sass/style.sass */
#page-header.fourohfour:after {
  background-image: none;
}
/* line 1357, sass/style.sass */
#page-header:after {
  content: "";
  z-index: 5;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 20px;
  position: absolute;
  background-image: url("img/border-test2.png");
  background-repeat: repeat-x;
}
/* line 1369, sass/style.sass */
#page-header .page-header-404 {
  width: 100%;
  padding-top: 40px;
}
/* line 1373, sass/style.sass */
#page-header .page-header-404 h1, #page-header .page-header-404 h2, #page-header .page-header-404 h3, #page-header .page-header-404 h4, #page-header .page-header-404 h5, #page-header .page-header-404 h6, #page-header .page-header-404 p {
  text-align: center;
  color: white;
}
/* line 1377, sass/style.sass */
#page-header .page-header-image {
  width: 100%;
  display: block;
  background-color: #e6e7e8;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 1386, sass/style.sass */
#page-header .page-header-image.align-top {
  background-position: center top;
}
/* line 1389, sass/style.sass */
#page-header .page-header-image.align-middle {
  background-position: center center;
}
/* line 1392, sass/style.sass */
#page-header .page-header-image.align-bottom {
  background-position: center bottom;
}
/* line 1395, sass/style.sass */
#page-header .page-header-image.aspect-16-9 {
  padding-bottom: 40%;
}
/* line 1398, sass/style.sass */
#page-header .page-header-image.aspect-16-4 {
  padding-bottom: 20%;
}
/* line 1401, sass/style.sass */
#page-header .page-header-image:after {
  content: "";
  display: block;
  height: 0px;
  position: relative;
  vertical-align: top;
}
/* line 1408, sass/style.sass */
#page-header ul.slider {
  visibility: hidden;
}
/* line 1411, sass/style.sass */
#page-header ul.slider li {
  width: 100%;
  background-color: white;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 1419, sass/style.sass */
#page-header ul.slider li.align-top {
  background-position: center top;
}
/* line 1422, sass/style.sass */
#page-header ul.slider li.align-middle {
  background-position: center center;
}
/* line 1425, sass/style.sass */
#page-header ul.slider li.align-bottom {
  background-position: center bottom;
}
/* line 1428, sass/style.sass */
#page-header ul.slider li:after {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* line 1437, sass/style.sass */
#page-header ul.slider li:before {
  content: "";
  display: block;
  height: 0px;
  padding-bottom: 40%;
  position: relative;
  vertical-align: top;
}
/* line 1445, sass/style.sass */
#page-header ul.slider li img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
/* line 1454, sass/style.sass */
#page-header ul.slider li a.slide-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 1462, sass/style.sass */
#page-header ul.slider li .caption {
  position: absolute;
  z-index: 9999;
  bottom: 80px;
  right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.15);
}
/* line 1472, sass/style.sass */
#page-header ul.slider li .caption a p {
  color: rgba(255, 255, 255, 0.65);
}
/* line 1475, sass/style.sass */
#page-header ul.slider li .caption a p:hover {
  color: white;
}
/* line 1478, sass/style.sass */
#page-header ul.slider li .caption p {
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0.75px;
  margin: 0px;
  text-transform: uppercase;
  text-align: right;
}
/* line 1486, sass/style.sass */
#page-header .controls {
  z-index: 2;
}
/* line 1489, sass/style.sass */
#page-header .controls .controls-prev {
  margin-left: 0px;
}
/* line 1492, sass/style.sass */
#page-header .controls .controls-next {
  margin-right: 0px;
}

/* line 1498, sass/style.sass */
#home-whats-new {
  width: 100%;
  padding: 20px 0px;
}
/* line 1502, sass/style.sass */
#home-whats-new .today, #home-whats-new .news, #home-whats-new .banner {
  margin-bottom: 40px;
}

/* line 1507, sass/style.sass */
.animals {
  padding-top: 40px;
  padding-bottom: 60px;
}
/* line 1511, sass/style.sass */
.animals .row {
  position: relative;
}
/* line 1514, sass/style.sass */
.animals h2, .animals p {
  text-align: left;
}
/* line 1517, sass/style.sass */
.animals h2 {
  font-family: "Rockwell W01 Bold";
  font-size: 28px;
  text-transform: uppercase;
  color: #3f3024;
}
/* line 1524, sass/style.sass */
.animals p a {
  color: #006874;
  font-size: 18px;
}

/* line 1530, sass/style.sass */
#page-title {
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.55);
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 1539, sass/style.sass */
#page-title.image-bg h1 {
  color: white;
}
/* line 1543, sass/style.sass */
#page-title.page-nav h1 {
  padding-bottom: 20px;
}
/* line 1546, sass/style.sass */
#page-title.page-nav h1:after {
  display: none;
}
/* line 1549, sass/style.sass */
#page-title.page-nav .button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #006874;
  font-family: "Gill Sans W01 Book";
  letter-spacing: 1.2px;
}
/* line 1556, sass/style.sass */
#page-title.page-nav .button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 1559, sass/style.sass */
#page-title img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
/* line 1564, sass/style.sass */
#page-title h1 {
  text-align: center;
}
/* line 1567, sass/style.sass */
#page-title h1:after {
  background: rgba(0, 0, 0, 0.25);
  display: block;
  height: 1px;
  margin: 20px auto 20px auto;
  width: 60px;
  content: "";
}
/* line 1574, sass/style.sass */
#page-title p {
  text-align: center;
  margin: 0px;
}
/* line 1578, sass/style.sass */
#page-title .scientific {
  margin-bottom: 10px;
}
/* line 1581, sass/style.sass */
#page-title .button {
  width: 250px;
}
/* line 1584, sass/style.sass */
#page-title .adopt {
  background-color: #8b8d09;
  background-image: url("img/texture-pattern2.png");
}
/* line 1588, sass/style.sass */
#page-title .adopt:hover {
  background-color: #5c5d06;
}
/* line 1591, sass/style.sass */
#page-title .share {
  background-color: #e33258;
  background-image: url("img/texture-pattern2.png");
}
/* line 1595, sass/style.sass */
#page-title .share:hover {
  background-color: #c71b40;
}

/* line 1598, sass/style.sass */
#page-content {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 1612, sass/style.sass */
#page-content #featured-content {
  margin-bottom: 28px;
}
/* line 1615, sass/style.sass */
#page-content ul {
  list-style-position: inside;
  margin-bottom: 28px;
}
/* line 1619, sass/style.sass */
#page-content ul li {
  display: table-row;
  font-size: 22px;
  line-height: 34px;
  font-family: "Gill Sans W01 Light";
  color: rgba(0, 0, 0, 0.75);
}
/* line 1626, sass/style.sass */
#page-content ul li:before {
  content: "•";
  display: table-cell;
  padding-right: 20px;
  text-align: right;
  font-family: "Rockwell W01 Bold";
  color: black;
}
/* line 1636, sass/style.sass */
#page-content ul.animal-facts li {
  padding: 15px 25px;
  display: block;
  font-weight: bold;
}
/* line 1641, sass/style.sass */
#page-content ul.animal-facts li:nth-child(odd) {
  background: #e6e6e6;
}
/* line 1644, sass/style.sass */
#page-content ul.animal-facts li::before {
  content: "";
  padding: 0;
}
/* line 1650, sass/style.sass */
#page-content.event ul, #page-content.event li:before {
  content: "";
  padding-right: 0;
}
/* line 1656, sass/style.sass */
#page-content ul[class*="block-grid-"] li:before {
  content: "";
  padding: 0px;
}

/* line 1660, sass/style.sass */
em, i, italic {
  font-family: "GillSansW01-LightItalic";
}

/* line 1663, sass/style.sass */
.author {
  width: 100%;
  margin: 80px 0px 20px 0px;
  padding: 40px 0px;
  border-top: 1px solid rgba(63, 48, 36, 0.125);
}
/* line 1670, sass/style.sass */
.author img {
  width: 150px;
  height: auto;
  display: inline-block;
  float: left;
  margin-right: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* line 1679, sass/style.sass */
.author h4 {
  font-size: 20px;
  font-family: "Rockwell W01 Bold";
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 1685, sass/style.sass */
.author p {
  font-size: 17px;
  font-family: "GillSansW01-LightItalic";
  padding-right: 80px;
  margin-bottom: 0px;
}

/* line 1695, sass/style.sass */
#page-sidebar ul li:before {
  content: "";
  margin: 0px;
  padding: 0px;
}
/* line 1700, sass/style.sass */
#page-sidebar .sidebar-card {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.0625);
  margin-bottom: 20px;
}
/* line 1705, sass/style.sass */
#page-sidebar .sidebar-card.details {
  text-align: center;
  text-transform: uppercase;
}
/* line 1709, sass/style.sass */
#page-sidebar .sidebar-card.details .calendar-icon {
  border: solid 2px gray;
  padding: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
}
/* line 1718, sass/style.sass */
#page-sidebar .sidebar-card.details .calendar-icon .fa-stack {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
/* line 1726, sass/style.sass */
#page-sidebar .sidebar-card.details .calendar-icon .fa-stack .fa-circle {
  font-size: 1em;
}
/* line 1729, sass/style.sass */
#page-sidebar .sidebar-card.details .calendar-icon .fa-stack .fa-stack-1x {
  font-size: 15px;
  color: white;
}
/* line 1733, sass/style.sass */
#page-sidebar .sidebar-card.details .calendar-icon:hover {
  border: solid 2px #ff6666;
}
/* line 1740, sass/style.sass */
#page-sidebar .sidebar-card.child-pages ul li:first-child img {
  width: 80px;
  height: auto;
  float: left;
  padding: 0px 10px 20px 0px;
}
/* line 1746, sass/style.sass */
#page-sidebar .sidebar-card.child-pages ul li:first-child h3 {
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #006874;
}
/* line 1754, sass/style.sass */
#page-sidebar .sidebar-card .header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-image: url("img/texture-pattern2.png");
  background-repeat: no-repeat;
}
/* line 1762, sass/style.sass */
#page-sidebar .sidebar-card .header h2 {
  text-align: center;
  font-family: "Gill Sans W01 Light";
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #006874;
}
/* line 1770, sass/style.sass */
#page-sidebar .sidebar-card .found-at {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ebebeb;
  text-align: center;
}
/* line 1777, sass/style.sass */
#page-sidebar .sidebar-card .found-at.desert {
  background-position: center center;
}
/* line 1781, sass/style.sass */
#page-sidebar .sidebar-card .found-at img {
  width: 100%;
  height: auto;
}
/* line 1785, sass/style.sass */
#page-sidebar .sidebar-card .quick-facts, #page-sidebar .sidebar-card .conservation-status {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px 10px 30px;
}
/* line 1790, sass/style.sass */
#page-sidebar .sidebar-card .quick-facts h3, #page-sidebar .sidebar-card .conservation-status h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Gill Sans W01 Book";
  color: #3f3024;
  text-align: center;
}
/* line 1798, sass/style.sass */
#page-sidebar .sidebar-card .quick-facts p, #page-sidebar .sidebar-card .conservation-status p {
  font-size: 17px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}
/* line 1806, sass/style.sass */
#page-sidebar .sidebar-card .conservation-status p {
  background-color: rgba(63, 48, 36, 0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  font-family: "Rockwell W01 Bold";
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 1816, sass/style.sass */
#page-sidebar .sidebar-card ul {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid rgba(63, 48, 36, 0.125);
  display: block;
  margin-bottom: 0px;
}
/* line 1823, sass/style.sass */
#page-sidebar .sidebar-card ul li {
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(63, 48, 36, 0.125);
}
/* line 1830, sass/style.sass */
#page-sidebar .sidebar-card ul li:first-child img {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
/* line 1838, sass/style.sass */
#page-sidebar .sidebar-card ul li:first-child h3 {
  font-size: 20px;
  line-height: 22px;
}
/* line 1842, sass/style.sass */
#page-sidebar .sidebar-card ul a {
  color: #006874;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}
/* line 1849, sass/style.sass */
#page-sidebar .sidebar-card ul a:hover {
  color: black;
}
/* line 1852, sass/style.sass */
#page-sidebar .sidebar-card ul a img {
  width: 80px;
  height: auto;
  float: left;
  padding: 0px 10px 10px 0px;
}
/* line 1858, sass/style.sass */
#page-sidebar .sidebar-card ul a h3 {
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #006874;
}
/* line 1866, sass/style.sass */
#page-sidebar .sidebar-card ul a p {
  font-size: 11px;
  line-height: 16px;
  margin: 0px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/* line 1874, sass/style.sass */
#page-sidebar .sidebar-content {
  margin-bottom: 20px;
}

/* line 1879, sass/style.sass */
#hours {
  padding: 20px 0px;
}
/* line 1882, sass/style.sass */
#hours h2, #hours h2, #hours h3, #hours h4 {
  text-align: center;
  font-family: "Gill Sans W01 Light";
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 20px;
  letter-spacing: 1.5px;
  color: #006874;
}
/* line 1892, sass/style.sass */
#hours h2:after, #hours h2:after, #hours h3:after, #hours h4:after {
  background: rgba(0, 104, 116, 0.25);
  display: block;
  height: 1px;
  margin: 20px auto 40px auto;
  width: 60px;
  content: "";
}
/* line 1900, sass/style.sass */
#hours p {
  text-align: center;
}

/* line 1905, sass/style.sass */
#animal-list {
  padding: 20px 0px;
}
/* line 1908, sass/style.sass */
#animal-list h2, #animal-list h2, #animal-list h3, #animal-list h4 {
  text-align: center;
  font-family: "Gill Sans W01 Light";
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 20px;
  letter-spacing: 1.5px;
  color: #006874;
}
/* line 1918, sass/style.sass */
#animal-list h2:after, #animal-list h2:after, #animal-list h3:after, #animal-list h4:after {
  background: rgba(0, 104, 116, 0.25);
  display: block;
  height: 1px;
  margin: 20px auto 40px auto;
  width: 60px;
  content: "";
}
/* line 1929, sass/style.sass */
#animal-list .card.overlay .card-text h2, #animal-list .card.overlay .card-text h3, #animal-list .card.overlay .card-text h4, #animal-list .card.overlay .card-text h5, #animal-list .card.overlay .card-text p {
  color: white;
}
/* line 1932, sass/style.sass */
#animal-list .card .card-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
}
/* line 1937, sass/style.sass */
#animal-list .card .card-text h2, #animal-list .card .card-text h3, #animal-list .card .card-text h4, #animal-list .card .card-text h5, #animal-list .card .card-text p {
  font-size: 15px;
  line-height: 20px;
  font-family: "Gill Sans W01 Book";
  text-transform: uppercase;
  text-align: center;
  color: #006874;
  letter-spacing: 1.25px;
  margin: 0px;
}
/* line 1947, sass/style.sass */
#animal-list .card .card-text h2:after, #animal-list .card .card-text h3:after, #animal-list .card .card-text h4:after, #animal-list .card .card-text h5:after, #animal-list .card .card-text p:after {
  display: none;
}

/* line 1952, sass/style.sass */
.card {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.0625);
  width: 100%;
  height: auto;
  position: relative;
}
/* line 1965, sass/style.sass */
.card.related .card-text h3 {
  font-size: 24px;
  margin: 0px 0px 18px 0px;
  color: #006874;
}
/* line 1970, sass/style.sass */
.card.related .card-text p {
  margin: 0px;
  font-size: 14px;
  line-height: 17px;
  color: #b19a87;
}
/* line 1976, sass/style.sass */
.card.related .card-text .title {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
/* line 1981, sass/style.sass */
.card.related .card-text .thumb {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
}
/* line 1986, sass/style.sass */
.card.related .card-text .date, .card.related .card-text .category {
  display: block;
}
/* line 1992, sass/style.sass */
.card.card-featured .card-image:before {
  content: "";
  display: block;
  height: 0px;
  padding-bottom: 55%;
  position: relative;
  vertical-align: top;
}
/* line 2000, sass/style.sass */
.card.card-featured .card-text {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 2004, sass/style.sass */
.card.card-featured .card-text h2, .card.card-featured .card-text h3 {
  font-size: 34px;
  margin: 0px 0px 18px 0px;
  color: #006874;
  text-transform: none;
  letter-spacing: 0px;
}
/* line 2011, sass/style.sass */
.card.card-featured .card-text h2, .card.card-featured .card-text h3, .card.card-featured .card-text h4, .card.card-featured .card-text h5, .card.card-featured .card-text p {
  text-align: left;
}
/* line 2014, sass/style.sass */
.card.card-featured .card-text .date {
  font-size: 11px;
}
/* line 2018, sass/style.sass */
.card.overlay .card-text {
  background-image: url("img/texture-pattern2.png");
  background-color: rgba(0, 104, 116, 0.85);
  position: absolute;
  bottom: 20px;
  left: 0px;
}
/* line 2025, sass/style.sass */
.card.overlay .card-text h2, .card.overlay .card-text h3, .card.overlay .card-text h4, .card.overlay .card-text h5, .card.overlay .card-text p {
  color: white;
}
/* line 2028, sass/style.sass */
.card.overlay .card-text .card-image {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 2032, sass/style.sass */
.card .card-image {
  background-color: white;
  overflow: hidden;
  position: relative;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 2039, sass/style.sass */
.card .card-image:before {
  content: "";
  display: block;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  vertical-align: top;
}
/* line 2047, sass/style.sass */
.card .card-image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
/* line 2056, sass/style.sass */
.card .card-image .image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 2068, sass/style.sass */
.card .card-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
}
/* line 2073, sass/style.sass */
.card .card-text h2, .card .card-text h3, .card .card-text h4, .card .card-text h5, .card .card-text p {
  font-size: 15px;
  line-height: 20px;
  font-family: "Gill Sans W01 Book";
  text-transform: uppercase;
  text-align: center;
  color: #006874;
  letter-spacing: 1.25px;
  margin: 0px;
}
/* line 2083, sass/style.sass */
.card .card-text .summary {
  font-size: 17px;
  line-height: 22px;
  text-transform: none;
  text-align: left;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.5);
}

/* line 2091, sass/style.sass */
.ken-burns-hover {
  position: relative;
}
/* line 2094, sass/style.sass */
.ken-burns-hover span.post-type {
  background: white;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -ms-border-radius: 0 0 0 5px;
  -o-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
  padding: 10px;
  position: absolute;
  top: 1px;
  right: 11px;
  z-index: 10;
  font-family: "Gill Sans W01 Light", sans-serif;
  letter-spacing: 1px;
}
/* line 2107, sass/style.sass */
.ken-burns-hover img, .ken-burns-hover .image {
  transition-duration: 0.25s;
  transition-property: filter, transform;
  will-change: transform;
}

/* line 2113, sass/style.sass */
.ken-burns-hover:hover img, .ken-burns-hover:hover .image {
  transform: scale(1.25);
}

/* line 2118, sass/style.sass */
.news-category {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 2122, sass/style.sass */
.news-category h1, .news-category h2, .news-category h3, .news-category h4 {
  text-align: center;
  font-family: "Gill Sans W01 Light";
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 20px;
  letter-spacing: 1.5px;
  color: #006874;
}
/* line 2132, sass/style.sass */
.news-category h1:after, .news-category h2:after, .news-category h3:after, .news-category h4:after {
  background: rgba(0, 104, 116, 0.25);
  display: block;
  height: 1px;
  margin: 20px auto 40px;
  width: 60px;
  content: "";
}
/* line 2140, sass/style.sass */
.news-category ul {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* line 2144, sass/style.sass */
.news-category ul li {
  margin-bottom: 20px;
  padding-bottom: 0px;
}
/* line 2148, sass/style.sass */
.news-category p {
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* line 2153, sass/style.sass */
.news-category .button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #006874;
  font-family: "Gill Sans W01 Book";
  letter-spacing: 1.2px;
}
/* line 2160, sass/style.sass */
.news-category .button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 2165, sass/style.sass */
.news-category .card-text h1, .news-category .card-text h2, .news-category .card-text h3, .news-category .card-text h4, .news-category .card-text h5, .news-category .card-text h6, .news-category .card-text p {
  text-align: left;
}
/* line 2168, sass/style.sass */
.news-category .card-text h1:after, .news-category .card-text h2:after, .news-category .card-text h3:after, .news-category .card-text h4:after, .news-category .card-text h5:after, .news-category .card-text h6:after, .news-category .card-text p:after {
  display: none;
}
/* line 2171, sass/style.sass */
.news-category .card-text h1 {
  font-size: 28px;
  font-family: "Gill Sans W01 Book";
  text-transform: none;
  color: #006874;
  letter-spacing: 0px;
  margin: 0px;
}
/* line 2179, sass/style.sass */
.news-category .card-text h2, .news-category .card-text h3, .news-category .card-text h4 {
  font-size: 15px;
  line-height: 22px;
  font-family: "Gill Sans W01 Book";
  text-transform: none;
  color: #006874;
  letter-spacing: 0px;
  margin: 0px;
}
/* line 2188, sass/style.sass */
.news-category .card-text .date {
  font-size: 11px;
}
/* line 2193, sass/style.sass */
.news-category.newsroom h2, .news-category.newsroom h2, .news-category.newsroom h3, .news-category.newsroom h4 {
  text-align: left;
}
/* line 2196, sass/style.sass */
.news-category.newsroom h2:after, .news-category.newsroom h2:after, .news-category.newsroom h3:after, .news-category.newsroom h4:after {
  background: none;
}
/* line 2199, sass/style.sass */
.news-category.newsroom p {
  text-align: left;
}

@media only screen and (max-width: 1480px) {
  /* line 2207, sass/style.sass */
  .row {
    max-width: 82em;
  }
}
@media only screen and (max-width: 1280px) {
  /* line 2214, sass/style.sass */
  .row {
    max-width: 78em;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 2223, sass/style.sass */
  .home #page-header, .single-animal #page-header, .single-exhibit #page-header {
    height: 500px;
    overflow: hidden;
  }
  /* line 2227, sass/style.sass */
  .home #page-header .bx-wrapper, .single-animal #page-header .bx-wrapper, .single-exhibit #page-header .bx-wrapper {
    height: 500px;
    overflow: hidden;
  }
  /* line 2231, sass/style.sass */
  .home #page-header .bx-wrapper li, .single-animal #page-header .bx-wrapper li, .single-exhibit #page-header .bx-wrapper li {
    height: 500px;
  }

  /* line 2234, sass/style.sass */
  header {
    height: 74px;
  }
  /* line 2237, sass/style.sass */
  header .nav-mobile, header .nav-tickets {
    display: inline-block;
  }
  /* line 2240, sass/style.sass */
  header .logo {
    padding-top: 15px;
  }
  /* line 2243, sass/style.sass */
  header .nav {
    display: none;
  }

  /* line 2246, sass/style.sass */
  nav#mobile {
    display: block;
  }

  /* line 2252, sass/style.sass */
  #page-header ul.slider li:before {
    padding-bottom: 90%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2261, sass/style.sass */
  .row {
    max-width: 60em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2269, sass/style.sass */
  .row {
    max-width: 100%;
    padding: 0;
  }

  /* line 2273, sass/style.sass */
  #search-overlay {
    padding: 50px 0;
  }

  /* line 2276, sass/style.sass */
  .home #page-header, .single-animal #page-header, .single-exhibit #page-header {
    height: 300px;
    overflow: hidden;
  }
  /* line 2280, sass/style.sass */
  .home #page-header .bx-wrapper, .single-animal #page-header .bx-wrapper, .single-exhibit #page-header .bx-wrapper {
    height: 300px;
    overflow: hidden;
  }
  /* line 2284, sass/style.sass */
  .home #page-header .bx-wrapper li, .single-animal #page-header .bx-wrapper li, .single-exhibit #page-header .bx-wrapper li {
    height: 300px;
  }

  /* line 2287, sass/style.sass */
  .button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 2295, sass/style.sass */
  #ticket-panel {
    width: 90%;
    margin-left: -90%;
    overflow: scroll;
  }
  /* line 2300, sass/style.sass */
  #ticket-panel .ticket-close {
    padding: 31px 20px 30px 20px;
  }
  /* line 2303, sass/style.sass */
  #ticket-panel .ticket-content {
    padding: 20px;
  }
  /* line 2306, sass/style.sass */
  #ticket-panel .ticket-content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  /* line 2310, sass/style.sass */
  #ticket-panel .ticket-content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 14px;
  }
  /* line 2315, sass/style.sass */
  #ticket-panel .ticket-content .price {
    font-size: 18px;
    display: block;
  }
  /* line 2319, sass/style.sass */
  #ticket-panel .ticket-content .age {
    font-size: 14px;
    line-height: 18px;
  }

  /* line 2326, sass/style.sass */
  #page-wrapper.shift-left {
    margin-left: -90%;
  }

  /* line 2331, sass/style.sass */
  .controls {
    display: none;
  }

  /* line 2334, sass/style.sass */
  .controls-pager {
    bottom: 5px;
  }
  /* line 2337, sass/style.sass */
  .controls-pager .bx-pager-item a.bx-pager-link {
    width: 12px;
    height: 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  /* line 2343, sass/style.sass */
  #page-header ul.slider li .caption {
    top: 10px;
    right: 10px;
    bottom: initial;
  }

  /* line 2350, sass/style.sass */
  .banner-container {
    display: none;
  }
  /* line 2352, sass/style.sass */
  .banner-container .banner-desktop {
    display: none;
  }
  /* line 2354, sass/style.sass */
  .banner-container .banner-mobile {
    display: block;
  }

  /* line 2361, sass/style.sass */
  .today .header h2, .contact-map .header h2, .news .header h2 {
    padding: 0px;
    margin: 0px;
  }

  /* line 2366, sass/style.sass */
  .today ul.events {
    padding: 20px;
  }
  /* line 2369, sass/style.sass */
  .today ul.events .time, .today ul.events .date, .today ul.events .place {
    font-size: 18px;
  }
  /* line 2372, sass/style.sass */
  .today .more {
    padding: 0px 20px;
  }

  /* line 2376, sass/style.sass */
  .contact-map .contact-content {
    padding: 20px;
  }
  /* line 2379, sass/style.sass */
  .contact-map .more {
    padding: 0px 20px;
  }

  /* line 2386, sass/style.sass */
  .news ul.entries li:first-child .title, .news ul.entries li:first-child .thumb {
    display: block;
    width: 100%;
  }
  /* line 2390, sass/style.sass */
  .news ul.entries li:first-child .title h3 {
    font-size: 18px;
  }
  /* line 2393, sass/style.sass */
  .news ul.entries li .title h3 {
    font-size: 18px;
    padding-bottom: 12px;
    margin: 0px;
  }

  /* line 2398, sass/style.sass */
  #animal-list, .news-category {
    padding-bottom: 10px;
  }
  /* line 2401, sass/style.sass */
  #animal-list h2, .news-category h2 {
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 2405, sass/style.sass */
  #animal-list h2:after, .news-category h2:after {
    margin: 20px auto 20px auto;
  }
  /* line 2408, sass/style.sass */
  #animal-list ul, .news-category ul {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  /* line 2412, sass/style.sass */
  #animal-list .card .card-text, .news-category .card .card-text {
    padding: 8px 5px;
  }
  /* line 2415, sass/style.sass */
  #animal-list .card .card-text h2, #animal-list .card .card-text h3, #animal-list .card .card-text h4, #animal-list .card .card-text h5, .news-category .card .card-text h2, .news-category .card .card-text h3, .news-category .card .card-text h4, .news-category .card .card-text h5 {
    font-size: 11px;
    line-height: 13px;
    margin: 0px;
  }
  /* line 2422, sass/style.sass */
  #animal-list .card.overlay .card-image, .news-category .card.overlay .card-image {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  /* line 2426, sass/style.sass */
  #animal-list .card.overlay .card-text, .news-category .card.overlay .card-text {
    padding: 5px;
    bottom: 0px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  /* line 2432, sass/style.sass */
  #animal-list .card.overlay .card-text h2, #animal-list .card.overlay .card-text h3, #animal-list .card.overlay .card-text h4, #animal-list .card.overlay .card-text h5, .news-category .card.overlay .card-text h2, .news-category .card.overlay .card-text h3, .news-category .card.overlay .card-text h4, .news-category .card.overlay .card-text h5 {
    font-size: 14px;
    color: white;
  }

  /* line 2436, sass/style.sass */
  #home-whats-new {
    padding-top: 10px;
  }
  /* line 2439, sass/style.sass */
  #home-whats-new h2 {
    text-align: center;
    font-size: 14px;
  }
  /* line 2443, sass/style.sass */
  #home-whats-new .header {
    padding: 20px;
  }
  /* line 2446, sass/style.sass */
  #home-whats-new .news, #home-whats-new .today, #home-whats-new .banner-container, #home-whats-new .banner, #home-whats-new .contact-map {
    margin-bottom: 20px;
  }

  /* line 2450, sass/style.sass */
  #page-title {
    padding: 10px 0px 20px 0px;
  }
  /* line 2453, sass/style.sass */
  #page-title p.scientific {
    font-size: 12px;
  }
  /* line 2456, sass/style.sass */
  #page-title h1 {
    font-size: 28px;
    margin: 0px;
    padding-bottom: 20px;
  }
  /* line 2461, sass/style.sass */
  #page-title p {
    line-height: 18px;
  }
  /* line 2464, sass/style.sass */
  #page-title .button {
    margin-bottom: 10px;
  }

  /* line 2468, sass/style.sass */
  #page-content {
    margin: 20px 0px;
  }
  /* line 2471, sass/style.sass */
  #page-content p {
    font-size: 18px;
    line-height: 28px;
  }
  /* line 2475, sass/style.sass */
  #page-content ul li, #page-content ol li {
    font-size: 18px;
    line-height: 28px;
  }

  /* line 2479, sass/style.sass */
  .author {
    margin: 80px 0px 20px 0px;
    padding: 40px 0px;
  }
  /* line 2483, sass/style.sass */
  .author img {
    width: 100px;
    padding-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
  /* line 2488, sass/style.sass */
  .author p {
    font-size: 16px;
    padding-right: 0px;
    margin-bottom: 0px;
  }

  /* line 2494, sass/style.sass */
  footer .logo {
    text-align: center;
  }
  /* line 2497, sass/style.sass */
  footer .logo .social p {
    text-align: center;
  }
  /* line 2500, sass/style.sass */
  footer .nav-links {
    display: block;
  }
  /* line 2503, sass/style.sass */
  footer .nav {
    display: none;
    padding-top: 10px;
  }
  /* line 2507, sass/style.sass */
  footer .nav ul {
    margin-bottom: 20px;
  }
}
/* line 2513, sass/style.sass */
#tribe-events-pg-template {
  max-width: 100% !important;
}
