/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
/* ------------------------------- Reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
  border: 0 none; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

a {
  color: #00e;
  text-decoration: none; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid,
textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ===== Primary Styles ========================================================
   Author: Bliss Media
   ========================================================================== */
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');*/
@font-face {
  font-family: 'penguin_scriptmedium';
  src: url("../../fonts/penguin_script-webfont.woff2") format("woff2"), url("../../fonts/penguin_script-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../../fonts/Gotham-Medium.woff2") format("woff2"), url("../../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Book';
  src: url("../../fonts/Gotham-Book.woff2") format("woff2"), url("../../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Bold';
  src: url("../../fonts/Gotham-Bold.woff2") format("woff2"), url("../../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

.nav__link,
.maintenance-message {
  font-family: 'Gotham'; }

body.conservation #hero-text h2,
.ticket-category-listing h2 {
  font-family: 'Gotham Book'; }

#wildlife-conservation .column h3,
.bundle-featured-section__desc {
  font-family: 'Gotham Bold'; }

/* ------------------------------- Reset */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Gotham Bold'; }

p {
  color: #3a3a3a;
  font-size: 1em;
  line-height: 1.714em;
  margin: 0; }

/* ------------------------------- Global */
body {
  background-image: url("/assets/Uploads/content-hdr.jpg");
  background-color: #fffff;
  background-position: center 150px;
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: 'Gotham Book', sans-serif; }

.container {
  margin: 0 auto;
  position: relative;
  width: 980px; }

.hoverbutton {
  display: block; }

.hoverbutton:hover,
.hoverbutton:active,
.hoverbutton:focus {
  background-position: center bottom;
  cursor: pointer; }

.learn-more:hover,
.learn-more:active,
.learn-more:focus {
  color: #9abe41 !important; }

.buy-tickets {
  margin: 0 0 0 20px; }

.learn-more:after,
.buy-tickets:after {
  content: "\203A";
  padding: 0 0 0 5px;
  margin: 0 5px 0 0; }

.learn-more:hover:after,
.buy-tickets:hover:after {
  padding: 0 0 0 10px;
  margin: 0; }

header .buy-tickets:after,
.slides .buy-tickets:after,
.tab-content .buy-tickets:after {
  content: "" !important;
  color: #9B9D9D !important; }

img.ui-datepicker-trigger {
  cursor: pointer;
  vertical-align: text-bottom; }

.nowrap {
  white-space: nowrap; }

/* ------------------------------- Global - Slideshow controls */
.slideshow-controls {
  text-align: center;
  margin: 0 auto;
  padding: 5px 0;
  height: 10px; }

.slideshow-controls a {
  vertical-align: top;
  display: inline-block; }

.slideshow-controls .controlLeft a {
  background: url(../../images/btns/slideshow_arrow-left.png) no-repeat center 0;
  height: 8px;
  width: 15px; }

.slideshow-controls .controlRight a {
  background: url(../../images/btns/slideshow_arrow-right.png) no-repeat center 0;
  height: 8px;
  width: 15px; }

.slideshow-controls .controlLeft a:hover,
.slideshow-controls .controlLeft a.active,
.slideshow-controls .controlRight a:hover,
.slideshow-controls .controlRight a.active {
  background-position: center -100px; }

.slideshow-controls .controlNumbers {
  height: 6px; }

.slideshow-controls .controlNumbers a {
  display: inline-block;
  width: 7px;
  height: 7px;
  overflow: hidden;
  margin: 0 3px;
  position: relative;
  background-color: #3a3a3a;
  border-radius: 50%; }

.fact-slideshow-holder .slideshow-controls .controlNumbers a {
  background-color: #fff; }

.slideshow-controls .controlNumbers a img {
  /*position: absolute;
  top: 0;
  left: 0;*/
  opacity: 0; }

.slideshow-controls .controlNumbers a:hover img,
.slideshow-controls .controlNumbers a.active img {
  top: -100px; }

.slideshow-controls .controlNumbers .active {
  -webkit-transform: scale(1.7);
      -ms-transform: scale(1.7);
          transform: scale(1.7);
  /*width: 17px;
  height: 17px;*/ }

/* ------------------------------- Header */
header {
  /*background: url(../images/bg/repeat_hdr.png) repeat left top;*/
  background-image: url("../../images/bg/PINP_Background_Texture.jpg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  background-color: #000;
  display: block;
  height: 103px;
  position: relative;
  z-index: 15; }

/*header .bg-repeat {
  background: url(../images/bg/repeat_hdr_dotted.png) repeat-x left bottom;
  height: 107px;
}*/
header a {
  color: #fff; }

header a:hover,
header a:active,
header a:focus {
  color: #aeb1b4; }

header .logo {
  float: left;
  padding: 30px 34px 0 0; }

header #extras {
  color: #fff;
  font-size: 0.688em;
  font-weight: bold;
  background: url(../../images/bg/repeat_hdr-extras.png) repeat;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  float: right;
  height: 35px;
  padding: 0 0 0 13px;
  position: relative;
  width: 292px;
  z-index: 9; }

header #language,
header #search {
  float: left; }

header #language a,
header #search {
  color: #e0e0e0; }

header #language {
  background: url(../../images/icons/divider_extras.png) no-repeat right;
  padding: 10px 15px 0 0px; }

header #language span {
  padding: 0 8px; }

header #search {
  padding: 11px 0 0 12px; }

header #search img.icon {
  float: left;
  margin: 0 7px 0 0; }

header #language-selection {
  background-color: #f8f8f8;
  border-radius: 5px;
  display: none;
  margin: 35px 0 0 0;
  width: 116px;
  position: absolute;
  top: 0;
  left: 2px; }

header #language-selection ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

header #language-selection li {
  background: url(../../images/bg/repeat_hdr-language.png) repeat-x left top; }

header #language-selection li:first-child {
  background: none; }

header #language-selection li a {
  color: #7d7d7d;
  line-height: 29px;
  display: block;
  height: 29px;
  padding: 0 9px;
  width: 98px; }

header #language-selection li a:hover,
header #language-selection li a:active,
header #language-selection li a:focus,
header #language-selection li a.active {
  color: #16b9ed; }

header #language-selection li img {
  margin: 0 13px 0 0; }

header nav {
  float: left;
  margin: 25px 0 0 0;
  width: 770px;
  z-index: 99; }

header nav li {
  display: block;
  float: left;
  height: 43px;
  margin: 0 35px 0 0;
  position: relative; }

header nav li a {
  font-size: 13px;
  /*font-weight: bold;*/
  text-transform: uppercase;
  color: #ffffff !important; }

header nav li.hover .drop-down,
header nav li:hover .drop-down {
  display: block; }

header nav li .drop-down {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute; }

header nav li .special {
  height: auto;
  width: 978px;
  top: 37px;
  left: -450px; }

header nav li .special .carrot {
  margin: 0 auto !important; }

header .attractions-holder {
  background: #fff;
  height: 180px;
  padding: 10px 10px 0; }

header .attractions-holder .column {
  float: left;
  height: 160px;
  margin: 0 0 0 10px;
  position: relative;
  width: 232px; }

header .col-5 .attractions-holder .column {
  margin: 0 0 0 13px;
  width: 180px; }

header .attractions-holder .column:first-child {
  margin: 0; }

header .attractions-holder .icon {
  position: absolute;
  bottom: 5px;
  left: 3px;
  max-width: 50px; }

header .attractions-holder .shadow {
  position: absolute;
  bottom: -4px;
  left: 8px; }

header .attractions-holder .ecoboat-tours .icon {
  left: -3px; }

header .attractions-holder .ecoboat-tours .shadow {
  left: 17px; }

header .attractions-holder span.table {
  color: #000;
  font-size: 0.8em;
  letter-spacing: -0.5px;
  display: table;
  position: absolute;
  bottom: -15px;
  left: 60px;
  width: 124px; }

header .attractions-holder span.table-row {
  display: table-row; }

header .attractions-holder span.table-row {
  display: table-cell;
  vertical-align: middle;
  height: 60px; }

header .special .view-other {
  line-height: 35px;
  text-align: right;
  background-color: #005eb8;
  /* background-image: linear-gradient(top, #1087AB 0%, #16B7ED 32%);
  background-image: -o-linear-gradient(top, #1087AB 0%, #16B7ED 32%);
  background-image: -moz-linear-gradient(top, #1087AB 0%, #16B7ED 32%);
  background-image: -webkit-linear-gradient(top, #1087AB 0%, #16B7ED 32%);
  background-image: -ms-linear-gradient(top, #1087AB 0%, #16B7ED 32%);

  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #1087AB),
    color-stop(0.32, #16B7ED)
    ); */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  clear: both;
  height: 35px;
  padding: 0 20px; }

header .special .view-other a {
  font-size: 0.875em;
  background: url(../../images/icons/cta_carrot-right.png) no-repeat left;
  padding: 0 0 0 10px; }

header nav li .standard {
  height: auto;
  width: 178px;
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 15; }

header nav li .drop-down .carrot {
  border-bottom: 10px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: block;
  height: 0;
  margin: 0 0 0 20px;
  width: 0; }

header nav ul ul {
  background-color: #f8f8f8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

header nav ul li li {
  background: url(../../images/bg/repeat_hdr-language.png) repeat-x left top #f8f8f8;
  display: block;
  height: auto;
  margin: 0; }

header nav li li:first-child {
  background-image: none; }

header nav li li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

header nav li li a {
  color: #7d7d7d !important;
  font-size: 0.813em;
  font-weight: normal;
  line-height: 1.077em;
  display: block;
  /*height: 13px;*/
  padding: 11px 20px;
  width: 138px; }

header nav li li a:hover,
header nav li li a:active,
header nav li li a:focus {
  color: #fff !important;
  background-color: #005eb8; }

header nav li li:last-child a:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

header a.buy-tickets {
  background: url(../../images/btns/buy-tickets.png) no-repeat center top;
  height: 99px;
  width: 99px;
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 10; }

footer .logo {
  /*float: left;*/
  /*padding: 0 0 0 20px;*/
  margin-bottom: 20px; }

footer #nav {
  /*float: left;*/
  margin: 0; }

footer #nav a:hover,
footer #nav a:active,
footer #nav a:focus {
  color: #aeb1b4; }

footer #nav ul {
  margin: 0;
  padding-left: 0; }

footer #nav li {
  display: inline;
  margin: 0 10px 0 0; }

footer #nav li a {
  color: #fff;
  font-size: .9em;
  /*font-weight: bold;*/ }

footer #social-icons {
  float: right; }

footer #social-icons ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

footer #social-icons li {
  float: left;
  height: 32px;
  margin: 0 0 0 20px;
  width: 32px; }

footer #social-icons li a {
  background-image: url(../../images/icons/social-media.png);
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  width: 32px; }

footer .facebook {
  background-position: 0 0; }

footer .facebook:hover,
footer .facebook:active,
footer .facebook:focus {
  background-position: 0 -32px; }

footer .twitter {
  background-position: -52px 0; }

footer .twitter:hover,
footer .twitter:active,
footer .twitter:focus {
  background-position: -52px -32px; }

footer .youtube {
  background-position: -105px 0; }

footer .youtube:hover,
footer .youtube:active,
footer .youtube:focus {
  background-position: -105px -32px; }

footer #copyright {
  clear: both;
  padding: 25px 0 0 20px; }

footer #copyright span {
  color: #b3b3b3;
  font-size: 0.688em; }

footer #copyright a {
  color: #b3b3b3; }

/* ------------------------------- Standard Content pages */
.content a {
  color: #005eb8; }

.content a:focus,
.content a:hover {
  text-decoration: underline; }

body.content #hero {
  height: 200px; }

body.content #hero .container {
  height: 150px; }

body.content #hero-text {
  padding-top: 1em; }

body.content #hero-text h1 {
  color: #fff;
  font-size: 3.125em;
  font-weight: normal;
  line-height: 1; }

body.content #main {
  background-color: #fff; }

body.content #main.two-col-with-nav .container {
  position: relative;
  top: -50px; }

body.googleSiteSearch {
  background-image: none;
  background-color: #000000; }

body.searchresults #main .container,
body.googleSiteSearch #main .container {
  position: relative;
  top: 20px;
  padding-bottom: 20px;
  overflow: hidden; }

body.searchresults #main .container {
  position: relative;
  top: 20px;
  padding-bottom: 20px;
  overflow: hidden; }

body.content #side {
  float: left;
  width: 252px; }

body.content .side-nav {
  background-color: #9b76a4;
  margin: 0 0 30px;
  padding: 13px 0; }

body.content .side-nav h4 {
  color: #fff;
  font-size: 1.625em;
  font-weight: normal;
  padding: 0 0 10px 18px; }

body.content .side-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

body.content .side-nav li a {
  background: url(../../images/icons/cta_carrot-right.png) no-repeat 93% center;
  color: #fff;
  font-size: 0.875em;
  display: block;
  padding: 9px 20px; }

body.content .side-nav a:hover,
body.content .side-nav a:active,
body.content .side-nav a:focus,
body.content .side-nav a.active {
  background-color: #005eb8 !important; }

body.content .side-nav ul ul a {
  padding-left: 35px; }

body.content .side-nav ul ul li a,
body.content .side-nav ul li.active ul a {
  background: none; }

body.content #content {
  float: right;
  width: 696px;
  padding-top: 70px; }

body.content #content.full-width {
  float: none;
  width: 100%; }

body.content #content .image {
  margin: 0 0 25px; }

body.content #content .image img {
  border-radius: 5px; }

body.content #content .no_image {
  /*margin: 65px 0 0 0;*/ }

body.content #content .editor {
  color: #3a3a3a; }

.gallery img {
  margin: 0 0 18px 10px; }

/*-------------------------------- News/Blog Page */
.pagination {
  margin: 20px 0; }

.pagination a {
  border: SOLID 1px #005eb8;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
  color: #005eb8; }

.pagination a.curr_page {
  background-color: #005eb8;
  color: #fff;
  border-color: #005eb8; }

.pagination a:hover {
  color: #845635;
  border-color: #005eb8; }

.view_more {
  font-weight: bold; }

.addthis_toolbox {
  margin-bottom: 15px; }

/*-------------------------------- Home Page Map */
#map_canvas {
  width: 100%;
  height: 360px; }

/* ------------------------------- SAearch Results Page */
#SearchResults {
  list-style: none;
  list-style-type: none;
  padding: 0px; }

#SearchResults li {
  list-style: none;
  list-style-type: none;
  padding: 0px;
  border-bottom: 1px solid #f1f1f1; }

#SearchResults li .readMoreLink {
  display: block;
  font-size: 14px;
  color: #00E;
  margin-bottom: 10px; }

/* ------------------------------- Buy Tickets pages */
body.buytickets {
  background-image: url(../../images/bg/buytickets_hdr.jpg); }

body.buytickets header {
  background: url(../../images/bg/repeat_hdr-buytickets.png) repeat left top !important; }

body.buytickets #hero {
  height: 333px; }

body.buytickets #hero .container {
  height: 100%; }

body.buytickets #tab-holder {
  /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
  overflow: hidden; }

body.buytickets #tab-holder ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

body.buytickets #tab-holder li {
  float: left;
  /*height: 70px;*/
  /*width: 244px;*/
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0; }

body.buytickets #tab-holder li:not(:last-child) {
  margin-right: 7px; }

body.buy-tickets #tab-holder li a:active {
  color: #000000; }

body.buytickets #tab-holder li a.active {
  background-color: #fff;
  /*border-left: 1px solid #e5e5e5;*/
  color: #003087 !important; }

body.buytickets #tab-holder li a {
  background-color: #003087;
  /*border-left: 1px solid #8a5a30;*/
  border: 1px solid #003087;
  color: #fff;
  display: block;
  font-size: .9em;
  height: 50px;
  line-height: 50px;
  /*width: 100%;*/
  text-align: center; }

#ticket-selection {
  /*text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;*/ }

.ticket-selection-text {
  margin-top: 20px;
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .ticket-selection-text {
    margin-left: 1em;
    margin-right: 1em; } }

#ticket-selection h3 {
  /*color: #fff;
  font-size: 1.625em;
  font-weight: normal;
  margin: 0 0 29px;*/ }

#ticket-selection h3.bubble {
  background: #d3d3d3;
  font-size: 18px;
  color: #000000;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  width: 405px;
  margin: 0 auto 40px auto; }

#ticket-selection h3.bubble:after {
  content: '';
  display: block;
  width: 0px;
  margin: 0 auto;
  border-top: SOLID 10px #d3d3d3;
  border-left: SOLID 13px transparent;
  border-right: SOLID 13px transparent; }

body.ticketing-content #main .container {
  top: -52px;
  background-color: #ffffff;
  min-height: 890px;
  -webkit-box-shadow: 0px 2px 2px 0px #cccccc;
          box-shadow: 0px 2px 2px 0px #cccccc; }

/* body.ticketing-content #main {
  background-image: url('../images/bg/walkway.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-bottom: 260px;
}*/
body.ticketing-content #main .inner-panel {
  padding: 39px;
  position: relative; }

body.ticketing-content #main .x-pad-bot {
  padding: 2em; }

.cat-group {
  border: 1px solid #e9e9e9; }

.featured-cat-group {
  position: relative; }

.featured-cat-group p {
  margin-bottom: 20px; }

.featured-cat-group img {
  float: left; }

.small-cat-group .info {
  text-align: center;
  height: 180px;
  position: relative; }

.ticket-group {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.ticket-group li {
  margin-bottom: 20px; }

@media screen and (min-width: 640px) {
  .ticket-group-landing-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

.ticket-group__inner {
  padding-right: 40px; }

.ticket-group li.last-col {
  margin-right: 0px; }

.ticket-group__thumb {
  position: relative;
  margin-bottom: 20px; }

.ticket-group__thumb__icon {
  width: 55px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0; }

.ticket-group__title {
  color: #9abe41; }

.ticket-group__desc {
  margin-bottom: 20px; }

.ticket-group .btn-alt {
  color: #fff;
  background-color: #3a3a3a; }

.section-separator {
  background: url(../../images/bg/separator_bg.gif) center center repeat-x #ffffff;
  margin: 30px 0; }

.bundled-tickets .section-separator {
  margin: 0 0 30px 0; }

.bundled-section-separator {
  margin: 30px 0 10px 0; }

.section-separator h2 {
  display: inline-block;
  background-color: #ffffff;
  padding-right: 20px; }

.section-separator.center {
  text-align: center; }

.section-separator.center h2 {
  padding: 0px 20px;
  margin: 0 auto;
  float: none;
  display: inline-block; }

.section-separator h2.light-blue {
  color: #16b9ed; }

.ticket-group li .info .abtn {
  position: absolute;
  bottom: 15px;
  left: 30px; }

.ticket-category-listing {
  list-style: none;
  padding: 0;
  margin: 0; }

.ticket-category-listing h2 {
  float: left;
  padding: 15px 0 10px;
  font-weight: normal;
  font-size: 18px; }

.ticket-category-listing .btn-control {
  float: right;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  width: 160px;
  /*height: 55px;*/
  font-size: .9em; }

.ticket-category-listing .more-info {
  /*background-color: #ededee;*/
  background-color: #003087;
  color: #fff; }

.ticket-category-listing .select-ticket {
  background-color: #9b76a4;
  color: #ffffff; }

.ticket-category-listing .content-panel {
  background-color: #fff;
  border: 1px solid #3a3a3a; }

.ticket-category-listing .content-panel-summary {
  background-color: #ededee; }

.ticket-category-listing .content-panel .inner {
  padding: 38px; }

.ticket-category-listing .content-panel .buytickets-slideshow {
  margin-right: 35px; }

.ticket-category-listing .content-panel .info {
  float: left;
  width: 400px; }

.ticket-category-listing .content-panel-summary .info {
  padding: 38px; }

.ticket-category-listing .content-panel p {
  margin-bottom: 20px; }

.ticket-category-listing li {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden; }

.ticket-category-listing li .buytickets-slideshow {
  height: 275px; }

.ticket-category-listing .btn-close,
.ticket-category-listing .close-desc {
  background-color: #3a3a3a;
  color: #fff; }

.ticket-category-listing .btn-close {
  display: block;
  text-align: center;
  padding: 10px 0; }

.ticket-category-listing .close-desc {
  display: block;
  text-align: center;
  padding: 10px 0; }

.ticketing-breadcrumbs {
  background-color: #9b76a4; }

.ticketing-breadcrumbs ul {
  list-style: none;
  margin: 15px;
  float: left;
  padding: 0; }

.ticketing-breadcrumbs ul li {
  display: inline;
  font-size: 14px;
  color: #fff; }

.ticketing-breadcrumbs ul li a {
  color: #fff; }

.ticketing-breadcrumbs .back-link {
  padding-left: 45px;
  background-image: url(../../images/icons/arrow-left-small.png);
  background-position: 20px 20px;
  background-repeat: no-repeat;
  background-color: #3a3a3a;
  display: block;
  float: left; }

.ticketing-breadcrumbs .back-link:focus,
.ticketing-breadcrumbs .back-link:hover {
  opacity: 0.9; }

.ticketing-breadcrumbs .back-link span {
  display: inline-block;
  color: #ffffff;
  padding: 15px 20px;
  /*border-left: 2px solid #06080a;*/ }

.small-cat-group .info {
  padding: 15px; }

.small-cat-group .info h3 {
  margin-bottom: 5px; }

.bundle-badge {
  position: absolute;
  top: 6px;
  right: 10px; }

.ticket-group-view .bundle-badge {
  top: -47px; }

.featured-cat-group .info {
  float: right;
  width: 400px;
  padding: 20px 25px; }

.featured-cat-group h3 {
  font-size: 38px; }

.cat-group p {
  color: #8b8b8b;
  line-height: 18px; }

.special-offers-group {
  /*position: absolute;*/
  /*bottom: 0;*/
  background-color: #9abe41;
  text-align: center;
  width: 100%;
  padding: 30px 0; }

.special-offers-group h3 {
  color: #ffffff;
  font-size: 24px; }

.special-offers-group h3 a {
  color: currentColor;
  /*color: #fffc00;*/
  /*border-bottom: 2px solid #fffc00;*/ }

.special-offers-group h3 a:hover,
.special-offers-group h3 a:focus {
  /*color: #212c35;*/
  /*background-color: #fffc00;*/ }

#ticket-options {
  padding: 25px 0 0 0; }

#ticket-options h5 {
  color: #000;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 15px; }

#tickets .row {
  margin: 0 0 30px; }

#tickets .column {
  text-align: left;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  float: left;
  margin: 0 0 0 30px;
  padding: 9px 9px 14px 9px;
  width: 286px; }

#tickets .column.first,
#tickets .row .column:first-child {
  margin-left: 0; }

#tickets .image {
  margin: 0 0 11px; }

#tickets .image img,
body.conservation .summaries img,
header .attractions-holder img {
  opacity: 1;
  -o-transition: opacity .50s ease-in-out;
  transition: opacity .50s ease-in-out;
  -moz-transition: opacity .50s ease-in-out;
  -webkit-transition: opacity .50s ease-in-out; }

#tickets .image img:hover,
body.conservation .summaries img:hover,
header .attractions-holder img:hover {
  opacity: 0.8; }

#tickets h4 {
  color: #000;
  /*font-size: 1.375em;*/
  font-weight: normal; }

#tickets .column .learn-more,
#tickets .column .buy-tickets {
  /*color: #bf855d;*/
  color: currentColor;
  font-size: 0.875em; }

#tickets .column .buy-tickets {
  font-weight: bold; }

#tickets .more-info {
  display: none;
  margin: 10px 0 0 0;
  width: 286px; }

/* ------------------------------- Buy Tickets Detail pages */
.buyticketsdetail .header {
  background-color: #3a3a3a; }

.buyticketsdetail .header h1 {
  color: #ffffff;
  font-size: 30px; }

.buyticketsdetail .header .lower-block {
  padding: 25px 35px 40px 35px; }

.buyticketsdetail .header ul {
  padding: 0;
  margin: 15px 0 0 0; }

.buyticketsdetail .header ul li {
  display: inline-block;
  margin-right: 35px; }

.buyticketsdetail .header a {
  color: #ffffff;
  font-size: 13px; }

.buyticketsdetail .header a:focus,
.buyticketsdetail .header a:hover {
  color: #fffc00; }

#ticket-desc-tabs {
  float: left;
  width: 550px; }

.related-products-panel {
  float: right;
  width: 210px; }

#ticket-types {
  float: left;
  width: 550px; }

.ticket-details-right-panel {
  float: right;
  width: 265px; }

.single-tickets-panel {
  position: relative; }

.soldout {
  color: red; }

.single-tickets-panel .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7; }

.ticket-details-right-panel .video-popup {
  display: block;
  position: relative;
  height: 174px;
  overflow: hidden; }

.ticket-details-right-panel .video-popup .thumbnail {
  width: 100%; }

.ticket-details-right-panel .video-popup:hover,
.ticket-details-right-panel .video-popup:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8; }

.ticket-details-right-panel .video-popup table {
  height: 100%;
  width: 100%; }

.ticket-details-right-panel .video-popup .play {
  position: absolute;
  top: 20%;
  left: 36%; }

.shopping-cart-mini-container {
  border: 1px solid #e8e9ea;
  background-color: #ffffff;
  margin-bottom: 40px;
  margin-top: -300px; }

.shopping-cart-mini ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.shopping-cart-mini ul li {
  margin-bottom: 20px; }

.shopping-cart-mini p {
  color: #212c35;
  font-size: 12px; }

.shopping-cart-mini .package-name {
  font-weight: bold;
  font-size: 14px; }

.shopping-cart-mini .qty,
.shopping-cart-mini .price {
  font-size: 14px; }

.shopping-cart-mini .qty {
  float: left; }

.shopping-cart-mini .price {
  float: right;
  font-weight: bold; }

.shopping-cart-mini .total-label,
.shopping-cart-mini .total {
  font-size: 24px;
  margin-bottom: 30px; }

.shopping-cart-mini .total-label {
  float: left; }

.shopping-cart-mini .total {
  float: right; }

.shopping-cart-mini .footer-panel {
  text-align: center; }

.shopping-cart-mini .section-panel {
  padding: 20px;
  border-bottom: 1px solid #e8e9ea; }

.shopping-cart-mini .section-panel.last {
  border-bottom: 0; }

.shopping-cart-mini .remove-cart {
  font-size: 12px; }

.shopping-cart-mini .remove-item:hover,
.shopping-cart-mini .remove-item:focus {
  text-decoration: underline; }

.select-ticket-panel {
  margin-bottom: 50px; }

.tabs-panel .nav {
  padding: 0;
  margin: 0;
  list-style: none; }

.tabs-panel .nav li {
  float: left;
  margin-right: 2px; }

.tabs-panel .nav a {
  display: inline-block;
  padding: 20px 0;
  text-align: center;
  width: 130px;
  background-color: #ededee;
  color: #afb1b3; }

.tabs-panel .nav a:focus,
.tabs-panel .nav a:hover,
.tabs-panel .nav a.active {
  background-color: #262626;
  color: #ffffff; }

.tabs-panel .panel {
  padding: 30px 0;
  border-top: 1px solid #e9e9e9; }

.bundled-packages-block .description {
  margin-bottom: 30px;
  position: relative; }

.add-to-cart-success {
  color: green;
  font-size: 14px;
  margin-top: 5px; }

.buyticketsdetail .header .bundle-badge {
  top: 29px; }

.bundled-packages-block .bundle-badge {
  right: -30px;
  top: -228px; }

.bundled-packages-block .description h2 {
  font-size: 44px; }

.bundled-packages-block .accordion-listing .trigger {
  background-color: #212c35;
  color: #ffffff;
  width: 80px; }

.bundled-packages-block .accordion-listing .trigger:hover,
.bundled-packages-block .accordion-listing .trigger:focus {
  background-color: #324350; }

.bundled-packages-block .accordion-listing .trigger span {
  background-image: url(../../images/icons/plus_minus.png);
  background-position: center top;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px; }

.bundled-packages-block .accordion-listing .opened .trigger span {
  background-position: center bottom; }

.bundled-packages-block .content-panel {
  /*width: 100%;*/
  padding: 0; }

.bundled-packages-container > ul > li {
  background-color: #f6f6f6; }

.bundled-packages-container .info-block {
  width: 293px;
  background-color: #ffffff; }

.bundled-packages-container .info-block .desc-panel {
  padding: 15px; }

.bundled-packages-container .select-tickets-block {
  padding: 35px;
  vertical-align: top; }

.bundled-packages-container .select-tickets-block ul {
  padding: 0;
  margin: 0; }

#additional-info {
  clear: both;
  padding: 25px 0 40px 0; }

#additional-info h4 {
  margin: 0 0 22px; }

#additional-info h5 {
  color: #7d7d7d;
  font-size: 1.125em;
  margin: 0 0 11px; }

.buytickets-slideshow {
  float: left;
  width: 388px; }

.buytickets-slideshow .slideshow {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 0 0 15px; }

.buytickets-slideshow .controls {
  padding: 10px 0 0;
  width: 100%; }

.buytickets-slideshow .slides {
  list-style-type: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.buytickets-slideshow .slides li {
  background: #fff; }

.buytickets-slideshow .slides .image {
  float: left;
  height: 244px;
  padding: 5px; }

.buytickets-slideshow .slides .image a {
  display: block; }

.buytickets-slideshow .controlLeft,
.buytickets-slideshow .controlRight {
  display: none; }

.tickets .message {
  padding: 0 0 10px 0;
  color: #ff0000; }

.date-confirm {
  background: url(/themes/penguins/images/bg/date-confirm-back.png) no-repeat;
  width: 358px;
  height: 56px;
  text-align: center;
  font: 11px Arial;
  line-height: 40px;
  color: #e44a4a;
  position: absolute;
  margin: -60px 0 0 102px; }

.checkout-page .date-confirm {
  margin-left: 310px; }

.date-confirm .close {
  background: #77d23a;
  border-radius: 5px;
  padding: 5px;
  margin: 8px 20px 0 10px;
  color: #ffffff;
  font-weight: bold; }

.date-confirm .close:hover {
  color: #ffffff; }

.step-circle,
.tickets dl dd {
  float: left;
  display: block;
  background: #fffc00;
  color: #000000;
  font: bold 13px Arial;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0 10px 0 0;
  text-align: center;
  border-radius: 15px; }

.tickets dl dt {
  width: 470px;
  padding-left: 40px;
  margin-bottom: 20px; }

.tickets dl dt.grouped-packages {
  padding-left: 0;
  width: 100%; }

.accordion-mode .tickets dl dd {
  margin-left: 20px; }

.checkout-page {
  width: 100% !important;
  margin: 10px 0 0 0; }

.checkout-page thead tr,
.checkout-page tbody tr:last-child {
  border-bottom: SOLID 1px #ebebeb; }

.checkout-page tbody tr td:last-child {
  text-align: center; }

.remove-product-cart,
.checkout-page .remove-cart {
  display: block;
  float: right;
  margin-right: 20px;
  background: url(/themes/penguins/images/icons/remove-cart.gif) no-repeat;
  width: 21px;
  height: 22px;
  text-indent: -9999em; }

.continue-browsing {
  float: left; }

.continue-browsing a {
  display: block;
  width: 217px;
  height: 40px;
  font: bold 14px Arial;
  line-height: 40px;
  color: #ffffff !important;
  background: #a06a3c;
  border-radius: 3px;
  text-align: center; }

div.go-to-checkout-button {
  margin-top: 40px; }

.checkout {
  width: 100%;
  margin: 0 0 30px 0; }

.checkout td,
.checkout th {
  padding: 25px 10px; }

.checkout td:first-child,
.checkout th:first-child {
  text-align: left; }

.ticket-checkout td:first-child,
.ticket-checkout th:first-child {
  width: 400px; }

.ticket-checkout .ticket_qty {
  border: SOLID 1px #ebebeb;
  border-radius: 3px;
  padding: 3px; }

.checkout tr td {
  vertical-align: middle;
  text-align: center; }

.checkout tr th:last-child {
  text-align: right; }

.checkout div.qty {
  float: right !important; }

.clear-cart,
.go-to-checkout {
  display: block;
  float: right;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  background: #d86e6e;
  border: SOLID 1px #c95f5f;
  border-radius: 4px;
  color: #000000 !important;
  font-size: 0.875em;
  font-weight: bold;
  margin-left: 5px; }

.content .clear-cart:hover,
.content .go-to-checkout:hover {
  text-decoration: none; }

.go-to-checkout {
  background: #fffc00;
  border: SOLID 1px #e9e600; }

.payment-form {
  background: #ffffff;
  border: SOLID 1px #e5e5e5;
  border-radius: 3px;
  padding: 18px 20px;
  margin: -65px 0 10px 0;
  color: #6E6E6E;
  font-size: 0.875em; }

.payment-form input[type=text],
.payment-form input[type=email],
.payment-form .creditCardField input,
.payment-form select {
  border: SOLID 1px #E5E5E5;
  border-radius: 4px;
  width: 250px;
  padding: 3px; }

.payment-form .creditCardField input {
  width: 45px; }

.payment-form #Form_PaymentForm_CVN {
  width: 45px; }

.payment-form select.countrydropdown {
  width: 250px; }

.payment-form select {
  width: auto; }

.payment-form label {
  float: left;
  width: 200px;
  line-height: 24px;
  padding: 0 10px 0 0; }

.payment-form div.nolabel {
  padding: 0 0 0 210px; }

.payment-form #Promotion label {
  width: 200px;
  margin: 0 0 10px 0; }

.payment-form input[type=submit] {
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  background-color: #9b76a4;
  border-radius: 4px;
  color: #000000 !important;
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0 0 0; }

.payment-form div.text,
.payment-form div.Actions,
.payment-form div.dropdown,
.payment-form div.creditcard,
.payment-form div.checkbox {
  clear: both;
  margin: 0 0 10px 0; }

.payment-form div.Actions {
  margin: 0;
  text-align: right; }

span.required,
span.validation {
  color: #ff0000;
  position: absolute;
  margin: -21px 0 0 475px;
  font-size: 11px;
  width: 190px; }

.credit_card_error p,
#Form_PaymentForm_error {
  color: #ff0000 !important;
  font-weight: bold !important; }

/* ------------------------------- Buy Tickets Detail pages */
.productdetails #main .container {
  position: relative;
  top: -50px; }

.productdetails #ticket-types {
  float: right;
  width: 560px; }

.productdetails #buytickets-slideshow {
  float: left;
  width: 388px; }

.productdetails #buytickets-slideshow .slides {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }

.productdetails #ticket-select fieldset {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 0 0 10px;
  padding: 18px 20px 0; }

.productdetails #ticket-select .tickets ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.productdetails #ticket-select .tickets li.headings {
  color: #494949;
  font-weight: bold;
  margin: 0 0 20px; }

.productdetails #ticket-select .tickets li {
  color: #6e6e6e;
  font-size: 0.875em;
  line-height: 25px;
  margin: 0 0 11px; }

.productdetails #ticket-select .tickets li .column.first {
  width: 258px; }

.productdetails #ticket-select .tickets li .column {
  float: left;
  width: 70px; }

.productdetails #ticket-select .extraCol li .column.first {
  width: 225px; }

.productdetails #ticket-select fieldset h4 {
  color: #494949;
  font-size: 1.5em; }

.productdetails .slideshow-controls .controlNumbers a {
  background-color: #eee; }

.past-cutoff {
  margin-bottom: 20px; }

/* ------------------------------- Attractions page */
body.attractions #hero-text {
  max-width: 588px; }

body.attractions #attractions-holder {
  /*text-align: center;*/
  /*padding-top: 40px;*/
  min-height: 800px; }

body.attractions .attractions-content-intro {
  font-family: 'Gotham', sans-serif; }

body.attractions .container {
  z-index: 2; }

body.attractions #attractions-holder .container-wide {
  margin: 0 auto;
  min-height: 540px;
  position: relative;
  width: 1260px;
  overflow: hidden; }

body.attractions #attractions-holder .penguins {
  /*background: url(../images/bg/attractions_penguins-bg.jpg) no-repeat center -40px;*/ }

body.attractions #attractions-holder .koalas {
  background: url(../../images/bg/attractions_koalas-bg.jpg) no-repeat center -40px; }

body.attractions #attractions-holder .churchill {
  background: url(../../images/bg/attractions_churchill-bg.jpg) no-repeat -140px -40px; }

body.attractions #attractions-holder .nobbies {
  background: url(../../images/bg/attractions_nobbies-bg.jpg) no-repeat -115px -40px; }

body.attractions #attractions-holder h3 {
  color: #5c068c;
  font-size: 1.2em;
  margin-bottom: 10px; }

body.attractions #attractions-holder .attractions-holder-title {
  font-size: 1.8em;
  margin-bottom: 20px; }

body.attractions #tab-holder {
  width: 978px; }

body.attractions #tab-holder ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

body.attractions #tab-holder li {
  text-align: center;
  /*background-color: #fafafa;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /*float: left;*/
  /*height: 130px;*/
  /*width: 244px;*/
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 5px;
  padding-right: 5px; }

body.attractions #tab-holder li img {
  width: 100%; }

body.attractions #tab-holder li a {
  /*border-left: 1px solid #e5e5e5;*/
  display: block;
  /*height: 129px;*/
  position: relative; }

body.attractions #tab-holder li a.active:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  top: 84%;
  /*top: 100%;*/
  left: 50%;
  margin-left: -10px; }

body.attractions #tab-holder li a:hover,
body.attractions #tab-holder li a:active,
body.attractions #tab-holder li a:focus,
body.attractions #tab-holder li a.active {
  /*border-top: 1px solid #e5e5e5;*/ }

body.attractions #tab-holder li:first-child a.active {
  /*border-top: 1px solid #e5e5e5;*/ }

body.attractions #tab-holder li:first-child a:hover,
body.attractions #tab-holder li:first-child a:active,
body.attractions #tab-holder li:first-child a:focus,
body.attractions #tab-holder li:first-child a.active {
  /*border-top-left-radius: 5px;*/
  /*height: 129px;*/ }

body.attractions #tab-holder li:last-child a:hover,
body.attractions #tab-holder li:last-child a:active,
body.attractions #tab-holder li:last-child a:focus,
body.attractions #tab-holder li:last-child a.active {
  /*border-top-right-radius: 5px;*/
  /*border-right: 1px solid #e5e5e5;*/ }

body.attractions #tab-holder li .icon {
  /*position: absolute;
  top: 17px;
  left: 90px;*/ }

body.attractions #tab-holder li .shadow {
  position: absolute;
  top: 77px;
  left: 97px; }

body.attractions #tab-holder li span {
  color: #000;
  font-size: .9em;
  line-height: 1;
  display: block;
  /*padding: 95px 0 0 0;*/
  margin-bottom: 15px; }

body.attractions .tab-content {
  text-align: left;
  /*margin: 0 auto;
  width: 978px;*/ }

body.attractions .tab-content p {
  color: white; }

body.attractions .tip {
  width: 80px;
  position: absolute;
  right: 15px; }

body.attractions .penguins .tip {
  top: 125px;
  /* right: 90px;*/ }

body.attractions .koalas .tip {
  top: 75px;
  /*right: 125px; */ }

body.attractions .churchill .tip {
  top: 110px;
  /*right: 120px;*/ }

body.attractions .nobbies .tip {
  top: 110px;
  /*right: 120px;*/ }

body.attractions .attractions-tabs {
  position: relative;
  top: 37px; }

body.attractions .attractions-tabs-holder {
  padding-top: 0; }

body.attractions .tip a {
  color: #000;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: -0.5px;
  line-height: 1em; }

body.attractions .tab-content .snapshot,
body.attractions .tab-content .round {
  position: absolute;
  z-index: 3; }

body.attractions .tab-content .round {
  right: 33px; }

body.attractions .penguins .tab-content .snapshot {
  top: 169px;
  left: 15px; }

body.attractions .koalas .tab-content .snapshot {
  top: 170px;
  left: 0px; }

body.attractions .churchill .tab-content .snapshot {
  top: 160px;
  left: 0px; }

body.attractions .nobbies .tab-content .snapshot {
  top: 160px;
  left: 5px; }

body.attractions .penguins .tab-content .round {
  top: 178px; }

body.attractions .koalas .tab-content .round {
  top: 140px; }

body.attractions .churchill .tab-content .round {
  top: 175px; }

body.attractions .nobbies .tab-content .round {
  top: 180px; }

body.attractions .tab-content .buy-tickets {
  /*background: url(../images/btns/buy-tickets.png) no-repeat center top;
  height: 99px;
  width: 99px;*/
  position: absolute;
  top: 341px;
  right: 180px;
  z-index: 7; }

body.attractions .tab-content .buy-tickets:hover {
  /*background-position: center bottom;*/ }

body.attractions .tab-content .shadow {
  position: absolute;
  top: 445px;
  right: 190px; }

body.attractions .tab-content .box {
  position: relative;
  /*width: 978px;*/ }

@media screen and (min-width: 1000px) {
  body.attractions .tab-content .box {
    height: 530px; } }

body.attractions .tab-content .text {
  color: #fff;
  width: 100%;
  max-width: 978px;
  margin-left: auto;
  margin-right: auto;
  /*position: absolute;
  top: 0;
  left: 0;*/
  position: relative;
  z-index: 10; }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  body.attractions .tab-content .text {
    position: relative; } }

@media screen and (max-width: 767px) {
  body.attractions .tab-content .box {
    height: auto; }
  body.attractions .tab-content .text {
    position: relative; } }

body.attractions .penguins .tab-content .text .main {
  float: left;
  padding: 40px 0 0 40px;
  width: 350px; }

body.attractions .koalas .tab-content .text .main {
  padding: 57px 0 0 210px;
  width: 440px; }

body.attractions .churchill .tab-content .text .main {
  padding: 22px 0 0 99px;
  width: 253px; }

body.attractions .nobbies .tab-content .text .main {
  padding: 35px 0 0 99px;
  width: 390px; }

body.attractions .tab-inner {
  color: #fff;
  width: 100%;
  max-width: 978px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px; }

body.attractions .tab-inner__content {
  width: 60%;
  padding-top: 10px; }

body.attractions .tab-inner__buy {
  width: 15%;
  padding-left: 35px; }

body.attractions .tab-inner__buy img {
  width: 100%; }

body.attractions .tab-inner h2 {
  font-family: 'penguin_scriptmedium';
  font-size: 84px;
  font-weight: normal;
  line-height: 0.756em;
  margin: 0 0 14px; }

body.attractions .tab-content .tab-inner__content a {
  color: #e2e868;
  font-size: 1.125em;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold; }

body.attractions .tab-content .tab-inner__content a:hover {
  color: #9abe41; }

body.attractions .tab-content .tab-inner__content a img {
  margin: 0 0 0 10px; }

body.attractions .tab-content .tab-inner__content a:after {
  content: "\203A";
  padding: 0 0 0 5px; }

body.attractions .tab-content .tab-inner__content a:hover:after {
  padding: 0 0 0 10px; }

body.attractions .tab-content .text .main h2 {
  font-size: 2.813em;
  font-weight: normal;
  line-height: 0.756em;
  margin: 0 0 14px; }

body.attractions .tab-content .text .main .attr-cta {
  color: #fff;
  font-size: 1.125em;
  display: inline-block;
  margin-bottom: 10px; }

body.attractions .tab-content .text .main .attr-cta:hover {
  color: #9abe41; }

body.attractions .tab-content .text .main .attr-cta img {
  margin: 0 0 0 10px; }

body.attractions .tab-content .text .main .attr-cta:after {
  content: "\203A";
  padding: 0 0 0 5px; }

body.attractions .tab-content .text .main .attr-cta:hover:after {
  padding: 0 0 0 10px; }

body.attractions .penguins .tab-content .text .other {
  /*float: right;*/
  padding: 35px 30px 0;
  width: 505px; }

@media screen and (min-width: 1000px) {
  body.attractions .penguins .tab-content .text .other {
    float: right; } }

body.attractions .koalas .tab-content .text .other {
  text-align: center;
  width: 500px;
  position: absolute;
  top: 295px;
  left: 290px; }

body.attractions .churchill .tab-content .text .other {
  text-align: center;
  width: 420px;
  position: absolute;
  top: 70px;
  right: 25px; }

body.attractions .nobbies .tab-content .text .other {
  text-align: center;
  width: 485px;
  position: absolute;
  top: 30px;
  right: 25px; }

body.attractions .tab-content .text .other .attractions-text-side > * {
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1; }

.attractions-text-side-tooltip {
  color: #fff;
  text-shadow: 0 0 4px #000; }

.attractions-text-side-tooltip p {
  color: currentColor;
  font-size: .9em; }

body.attractions #attractions-holder .attractions-text-side-tooltip__title {
  color: #fff;
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 0; }

body.attractions .tab-content .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

body.attractions .tab-content .image img {
  /*border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;*/
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover; }

.fact-slideshow-holder {
  background-color: #9b76a4;
  background-image: url("../../images/bg/Parade_Little_Wonders_Brand_Graphic_lower-res.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  padding: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2; }

.fact-slideshow {
  max-width: 978px;
  margin-left: auto;
  margin-right: auto; }

body.attractions .fact-slideshow {
  /*float: right;*/
  /*margin: 0 0 40px;*/
  /*width: 726px;*/ }

body.attractions .fact-slideshow h4 {
  font-size: 1.5em;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 10px; }

body.attractions .fact-slideshow p {
  /*color: #7d7d7d;*/
  color: #fff;
  font-size: 0.875em;
  line-height: 1.714em; }

body.attractions .tab-content .arrow {
  position: absolute;
  top: 575px;
  left: 280px; }

body.attractions #other {
  /*text-align: center;*/
  margin: 0 0 50px; }

body.attractions #other .container {
  width: 650px; }

body.attractions #other h3 {
  font-size: 1.625em;
  font-weight: normal;
  margin: 0 0 7px; }

body.attractions #other .image {
  margin: 0 0 13px; }

body.attractions .attractions-learnmore {
  padding: 50px 0;
  color: black; }

body.attractions .attractions-learnmore__title {
  color: #5c068c;
  font-size: 1.8em;
  margin-bottom: 15px; }

body.attractions .attractions-learnmore__gallery ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding-left: 0; }

body.attractions .attractions-learnmore__gallery li {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px; }

body.attractions .attractions-learnmore__gallery li:first-child {
  padding-left: 0; }

body.attractions .attractions-learnmore__gallery li:last-child {
  padding-right: 0; }

body.attractions .attractions-learnmore__gallery li img {
  width: 100%; }

body.attractions .attractions-learnmore a.learnmore-link {
  color: black; }

body.attractions .attractions-learnmore p {
  color: black;
  margin-bottom: 15px; }

/*.fact-slideshow {
  float: left;
  width: 388px;
}*/
.fact-slideshow .slideshow {
  margin: 0 0 15px; }

.fact-slideshow .controls {
  padding: 10px 0 0;
  width: 100%; }

.fact-slideshow .slides {
  list-style-type: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.fact-slideshow .slides li {
  width: auto;
  /*background: #fff;*/ }

.fact-slideshow .slideshow-controls {
  /*text-align: left;*/ }

/* ------------------------------- Conservation pages */
/* body.environment {
  background-image: url(../images/bg/environment_hdr.jpg);
}

body.education {
  background-image: url(../images/bg/education_hdr.jpg);
}

body.research {
  background-image: url(../images/bg/research_hdr.jpg);
}

body.content header,
body.conservation header {
  background: url(../images/bg/repeat_hdr-conservation.png) repeat left top;
}
 */
body.conservation #hero {
  height: 360px;
  position: relative; }

body.conservation #hero .container {
  height: 360px; }

body.conservation #hero-text {
  padding-top: 40px; }

body.conservation #hero-text h1 {
  color: #fff;
  font-size: 2.25em;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px; }

body.conservation #hero-text h2 {
  color: #fff;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 12px; }

.hero-banner-image {
  display: block;
  max-height: 140px;
  width: auto;
  margin-top: 5px; }

#hero-text .breadcrumb {
  /*position: absolute;*/
  /*bottom: 35px;*/
  /*margin-top: 35px;*/ }

.breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px; }

.breadcrumb ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.breadcrumb li {
  display: inline;
  float: left;
  margin: 0 6px 0 0;
  padding: 0 0 0 12px;
  background: url(../../images/icons/breadcrumb-rhs.png) no-repeat left 70%; }

#hero-text .breadcrumb li {
  color: #fff;
  background: url(../../images/icons/cta_carrot-right.png) no-repeat left 60%; }

.breadcrumb li:first-child {
  background: none;
  padding-left: 0; }

.breadcrumb a {
  color: #3a3a3a;
  font-size: 0.7em; }

#hero-text .breadcrumb a {
  color: #fff; }

.breadcrumb li a:hover,
.breadcrumb li a:active,
.breadcrumb li a:focus {
  color: #005eb8; }

body.conservation #main {
  background-color: #fff; }

body.conservation #video {
  padding: 50px 0 45px 0; }

body.conservation .video-holder {
  background: url(../../images/bg/video-shadow.png) no-repeat center bottom;
  float: left;
  height: 325px;
  margin: 0 54px 0 0;
  width: 504px; }

body.conservation .video-quote {
  float: left;
  padding: 80px 0 0 0;
  width: 395px; }

body.conservation .video-quote p {
  font-size: 1.8em;
  line-height: 1; }

body.conservation .summaries {
  clear: both; }

body.conservation .summaries .column {
  float: left;
  margin: 0 0 65px 30px;
  width: 306px; }

body.conservation .summaries .column.first {
  margin-left: 0; }

body.conservation .summaries .column h3 {
  /*margin-bottom: 0!important;*/ }

body.conservation #tab-content .summaries h3 {
  margin: 0; }

body.conservation .summaries img {
  margin: 0 0 13px; }

body.conservation .summaries p {
  letter-spacing: 0;
  margin: 0 0 8px; }

body.conservation .learn-more {
  font-size: 1em;
  font-weight: bold;
  color: #3a3a3a; }

.tooltip {
  display: none; }

.ui-tooltip img {
  display: block;
  float: left;
  margin: 0 20px 0 0; }

/* ------------------------------- Homepage */
html,
body {
  height: 100%; }

#holder {
  min-height: 100%;
  position: relative; }

body.home {
  background-repeat: no-repeat;
  background-position: 30% 31%; }

body.home #hero-text h1 {
  color: #fff;
  font-size: 2.25em;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 12px;
  font-weight: 900; }

#hero-text .hero-cta {
  color: #fff;
  font-size: 1.125em; }

#hero-text .hero-cta:hover,
#hero-text .hero-cta:active,
#hero-text .hero-cta:focus {
  color: #aeb1b4; }

#hero-text .hero-cta img {
  margin: 2px 0 0 10px; }

.home-hero .button {
  color: #fff; }

#hero-timer {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 100px;
  padding-top: 20px;
  padding-bottom: 20px; }

#hero-timer h5 {
  font-size: .8rem;
  font-weight: 400;
  margin-bottom: 5px; }

#hero-timer h2 {
  font-size: 1rem;
  line-height: 1; }

#hero-snapshot p {
  color: #fff;
  font-size: 1.5em;
  letter-spacing: -1px;
  line-height: 1;
  width: 160px;
  position: absolute;
  top: 20px;
  left: 575px; }

.container-wide {
  margin: 55px auto 0;
  position: relative;
  width: 1194px; }

#activity-holder {
  /*background: url(../images/bg/home_activities.png) no-repeat center top;*/
  min-height: 318px;
  /* margin: 55px 0 0 0; */ }
  #activity-holder .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media screen and (max-width: 640px) {
      #activity-holder .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  #activity-holder .left {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    padding: 15px; }
  #activity-holder .right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 340px; }
  #activity-holder h3 {
    color: #fff;
    font-size: 1.625em;
    font-weight: 900;
    margin: 0 0 10px; }

#activity-selector h5 {
  color: #fff;
  font-size: 1.125em;
  font-weight: normal;
  float: left;
  margin-right: 30px;
  margin-top: 4px; }

form#activities {
  float: left; }

.select-holder {
  background-color: #fff;
  border-radius: 4px;
  height: 30px;
  padding: 6px 0 0 10px;
  width: 371px;
  position: relative;
  overflow: hidden; }

.select-holder__arrow {
  background-color: #5d5d5d;
  background-image: url("../../images/icons/select-arrow-right.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 47px;
  pointer-events: none; }

form#activities select {
  color: #3d3d3d;
  font-size: 0.875em;
  background: transparent;
  width: 360px; }

#activity-list {
  clear: both;
  padding-top: 40px;
  width: 565px;
  overflow: hidden; }

#activity-list h6 {
  color: #e2e868;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 8px; }

#activity-list .column {
  float: left;
  width: 226px;
  padding-right: 10px; }

#activity-list .column p {
  color: #ffffff; }

#activity-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#activity-list li {
  color: #ffedbb;
  font-size: 12px;
  line-height: 1.286em;
  padding: 0 0 5px; }

#activity-list li a {
  color: #fff; }

#activity-list li a:hover,
#activity-list li a:active,
#activity-list li a:focus {
  color: #d9b78a; }

#activity-slideshow {
  overflow: hidden;
  position: relative; }

#activity-slideshow .slideshow {
  height: 280px;
  margin: 18px 0 0;
  overflow: hidden;
  padding: 0;
  width: 354px;
  background-color: #fff; }

#activity-slideshow .prev,
#activity-slideshow .next {
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 90px;
  z-index: 100; }

#activity-slideshow .prev {
  left: 20px; }

#activity-slideshow .next {
  right: 20px; }

#activity-slideshow .slideshow img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 280px;
  width: 354px;
  top: 0;
  left: 0; }

.grid-row div:first-child {
  margin-left: 0 !important; }

.container-wide .snippet {
  width: 135px;
  position: absolute;
  top: 160px;
  right: -65px; }

.container-wide .snippet span {
  color: #1b150e;
  font-size: 1.5em;
  line-height: 1.333em;
  letter-spacing: -0.5px; }

/*body.home #main {
  background: no-repeat center bottom #fff;
  min-height: 1760px;
  -webkit-background-size: 1920px 1280px;
}*/
#main .snippet {
  text-align: center;
  background: url(../../images/icons/arrow_home-ftr.png) no-repeat left -25px;
  margin: 190px 0 0 345px; }

#main .snippet span {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.333em;
  display: block;
  padding: 0 0 0 37px; }

/*#conservation-info {
  padding: 50px 0 0 0;
}*/
#venue-info .image,
#conservation-info .image {
  float: left;
  padding: 0 10px 0 0;
  width: 175px; }

#venue-info .text,
#conservation-info .text {
  /*float: left;*/
  /*width: 740px;*/ }

#venue-info .text-no-image,
#conservation-info .text-no-image {
  width: 970px !important; }

.home-welcome-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

#venue-info h3 {
  color: #fff;
  font-size: 3em;
  font-weight: normal;
  line-height: 1;
  /*letter-spacing: -0.5px;
  margin: 0 0 7px;*/ }

#venue-info p {
  color: #fff;
  font-size: 1em;
  font-weight: normal; }

#welcome {
  margin: 0 0 10px; }

#welcome p a {
  border-bottom: 1px dashed #b9cd84;
  color: currentColor; }
  #welcome p a.button, #welcome p a.button_purple {
    border: none; }

#welcome p a:hover,
#welcome p a:active,
#welcome p a:focus {
  color: #b9cd84; }

#explore #map {
  height: 360px;
  width: 100%; }

#explore #attractions {
  float: left;
  height: 365px;
  margin: 0 0 0 40px;
  position: relative;
  width: 420px; }

#explore #attractions .left,
#explore #attractions .right {
  float: left;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  width: 185px;
  z-index: 99; }

#explore #attractions .left {
  margin-right: 40px; }

#explore #attractions .left a,
#explore #attractions .right a {
  color: #9b9d9d;
  font-size: 1.125em;
  background-position: 0 0;
  display: block;
  height: 37px !important;
  margin: 0 0 15px;
  padding: 0 0 0 50px !important;
  width: 135px !important; }

#explore #attractions .left a:hover,
#explore #attractions .left a:active,
#explore #attractions .left a:focus,
#explore #attractions .right a:hover,
#explore #attractions .right a:active,
#explore #attractions .right a:focus {
  color: #bf855d;
  background-position: 0 -37px; }

#explore #attractions .buy-tickets {
  background: url(../../images/icons/attr_buy-tickets.png) no-repeat; }

#explore #attractions .opening-times {
  background: url(../../images/icons/attr_opening-times.png) no-repeat; }

#explore #attractions .get-there {
  background: url(../../images/icons/attr_get-there.png) no-repeat; }

#explore #attractions .faq {
  background: url(../../images/icons/attr_faq.png) no-repeat; }

#attraction-slideshow {
  float: left;
  width: 388px; }

#attraction-slideshow .slideshow-controls {
  padding: 10px 0 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

#attraction-slideshow .slides {
  list-style-type: none;
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 0; }

#attraction-slideshow .slides li {
  width: auto; }

.slideshow-controls .controlPrev,
.slideshow-controls .controlNext {
  position: absolute;
  top: 185px;
  z-index: 99; }

.slideshow-controls .controlPrev a,
.slideshow-controls .controlNext a {
  color: #000;
  font-size: 21.19px; }

.slideshow-controls .controlPrev a:hover,
.slideshow-controls .controlNext a:hover {
  color: #bf855d; }

.slideshow-controls .controlPrev {
  left: 60px; }

.slideshow-controls .controlNext {
  right: 45px; }

#attraction-preview {
  clear: both;
  padding: 15px 0 0 0;
  position: relative; }

#attraction-preview a,
#attraction-preview .snippet img {
  display: block; }

#attraction-preview .snippet {
  background: none;
  margin: 0 0 0 120px;
  text-align: left;
  width: 440px;
  display: none; }

#attraction-preview .snippet img {
  float: left; }

#attraction-preview .snippet span {
  color: #000;
  font-size: 1.375em;
  letter-spacing: -1px;
  display: block;
  float: left;
  margin: 0 0 0 15px;
  padding: 0; }

.penguin-parade .snippet {
  padding: 0 0 0 0; }

#wildlife-conservation a:hover,
#wildlife-conservation a:active,
#wildlife-conservation a:focus {
  color: #aeb1b4 !important; }

#wildlife-conservation .image {
  float: left;
  width: 355px; }

#wildlife-conservation .text {
  float: left;
  padding: 13px 0 0 0;
  width: 430px; }

.wildlife-row {
  position: relative;
  overflow: hidden; }

.wildlife-row__img-left,
.wildlife-row__img-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover; }

.wildlife-row__img-left {
  right: 100%; }

.wildlife-row__img-right {
  left: 100%; }

.wildlife-col-container {
  position: relative;
  background-image: url("../../images/bg/Koala_Reserve_Brand_Graphic_lower-res.jpg");
  background-color: #399ba0;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px; }

@media screen and (min-width: 1000px) {
  .wildlife-col-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#wildlife-conservation .column {
  width: 25%;
  padding-left: 2%;
  padding-right: 2%; }

#wildlife-conservation .column.first {
  margin-left: 0; }

#wildlife-conservation .column h3 {
  color: #e2e868;
  /*font-family: inherit;*/
  font-size: 1.2em;
  margin-bottom: 1em; }

#wildlife-conservation .column h3 img {
  padding: 0 15px 0 0; }

#wildlife-conservation .column p {
  color: #fff;
  font-size: 0.875em;
  letter-spacing: 0;
  line-height: 1.714em;
  margin: 0 0 14px; }

#wildlife-conservation .column .learn-more {
  color: #fff;
  font-weight: bold;
  padding: 0 10px 0 0; }

/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* = Security
------------- */
#MemberLoginForm_LoginForm_error {
  color: red; }

#ChangePasswordForm_ChangePasswordForm h1,
#MemberLoginForm_LostPasswordForm h1,
#MemberLoginForm_LoginForm h1 {
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  text-align: center; }

#ChangePasswordForm_ChangePasswordForm .header,
#MemberLoginForm_LostPasswordForm .header,
#MemberLoginForm_LoginForm .header {
  text-align: center; }

#ChangePasswordForm_ChangePasswordForm .row,
#MemberLoginForm_LostPasswordForm .row,
#MemberLoginForm_LoginForm .row {
  width: 300px;
  min-width: 300px; }

#ChangePasswordForm_ChangePasswordForm div.field,
#MemberLoginForm_LostPasswordForm div.field,
#MemberLoginForm_LoginForm div.field {
  overflow: hidden;
  padding-bottom: 10px; }

#ChangePasswordForm_ChangePasswordForm div.field label,
#MemberLoginForm_LostPasswordForm div.field label,
#MemberLoginForm_LoginForm div.field label {
  display: block;
  float: none;
  padding-bottom: 10px; }

#ChangePasswordForm_ChangePasswordForm input.text,
#MemberLoginForm_LostPasswordForm input.text,
#MemberLoginForm_LoginForm input.text {
  background: #FFF;
  display: block;
  padding: 10px;
  width: 277px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #cccccc; }

#ChangePasswordForm_ChangePasswordForm .field.checkbox,
#MemberLoginForm_LostPasswordForm .field.checkbox,
#MemberLoginForm_LoginForm .field.checkbox {
  display: block;
  padding-bottom: 10px;
  overflow: hidden; }

#ChangePasswordForm_ChangePasswordForm .field.checkbox input,
#MemberLoginForm_LostPasswordForm .field.checkbox input,
#MemberLoginForm_LoginForm .field.checkbox input {
  float: left;
  margin: 5px 5px 0 0; }

#ChangePasswordForm_ChangePasswordForm .field.checkbox label,
#MemberLoginForm_LostPasswordForm .field.checkbox label,
#MemberLoginForm_LoginForm .field.checkbox label {
  float: left; }

#ChangePasswordForm_ChangePasswordForm .action,
#MemberLoginForm_LostPasswordForm .action,
#MemberLoginForm_LoginForm .action {
  background-color: #bf855d;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  padding: 10px; }

body.NoFramePage {
  background: none;
  padding: 20px; }

body.NoFramePage h1 {
  font-size: 16px; }

body.NoFramePage * {
  /*color: #222222;*/ }

.table {
  display: table; }

.table-row {
  display: table-row; }

.table-cell {
  display: table-cell; }

#TandC {
  margin-top: 10px; }

#TandC input {
  float: left;
  margin: 5px 10px 0 0; }

#TandC label {
  display: none; }

#Form_PaymentForm_TandCText {
  width: auto; }

#Form_PaymentForm_CardCVN {
  width: 45px; }

#TandC .message {
  margin-left: 450px;
  margin-top: 0; }

.ticket-checkout .option-text {
  font-size: 14px;
  font-weight: bold;
  font-style: italic; }

.cart-item-error {
  color: red;
  font-size: 14px; }

#ticket-select a.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3; }

.maintenance-message {
  background-color: #E7E7E9;
  text-align: center;
  color: #000;
  font-size: 15px;
  /*font-weight: bold;*/
  padding: 13px 0; }
  @media screen and (max-width: 640px) {
    .maintenance-message {
      font-size: 14px; } }

#Form_TicketBookingForm span.required,
#Form_TicketBookingForm span.validation {
  width: auto;
  margin: 0;
  position: relative; }

.abtn {
  border-radius: 5px;
  padding: 10px 25px;
  display: inline-block; }

.abtn-darkblue {
  background-color: #3a3a3a;
  color: #ffffff !important;
  font-size: 15px; }

.abtn-darkblue:hover,
.abtn-darkblue:focus {
  background-color: #324350; }

.abtn.disabled {
  opacity: 0.3; }

.buyticketsdetail .header a.view-cart {
  color: #fffc00; }

/* BookingBoss booking pages */
body.ticketing-content #main .inner-panel.contains-bookingboss-widget {
  padding: 0;
  background-color: #f6f6f6;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.contains-bookingboss-widget .select-ticket-panel {
  display: table-row; }

.contains-bookingboss-widget .select-ticket-iframe-wrapper {
  display: inline-block;
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  background-color: white; }

.contains-bookingboss-widget .bookingboss-widget-main,
.contains-bookingboss-widget .bookingboss-widget-side {
  border: 0;
  width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.contains-bookingboss-widget .bookingboss-widget-main {
  padding-top: 37px;
  height: 1200px; }

.contains-bookingboss-widget .bookingboss-widget-side {
  height: 600px; }

.contains-bookingboss-widget .select-ticket-bundles-wrapper {
  display: inline-block;
  display: table-cell;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  padding: 37px; }

.contains-bookingboss-widget .bundled-packages-block {
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.contains-bookingboss-widget .bundled-packages-container > ul > li {
  border-width: 0;
  border-top-width: 1px;
  margin-top: 25px;
  padding-top: 25px; }

.contains-bookingboss-widget .bundled-packages-container > ul > li:first-of-type {
  border-top-width: 0px;
  margin-top: 0px;
  padding-top: 0px; }

.contains-bookingboss-widget .bundled-packages-container > ul > li:last-of-type {
  border-bottom-width: 1px;
  margin-bottom: 25px;
  padding-bottom: 25px; }

.contains-bookingboss-widget .bundle-preview-wrapper {
  width: auto; }

.bundle-preview-wrapper img {
  float: left;
  margin-right: 20px; }

.ticket-category-listing .bundle-preview-wrapper h2 {
  font-size: 1.25em;
  padding: 10px 20px 10px 20px;
  float: none;
  padding-left: 0; }

.ticket-category-listing li .bundle-preview-wrapper h2.show-closed,
.ticket-category-listing li.opened .bundle-preview-wrapper h2.show-open {
  display: block; }

.ticket-category-listing li.opened .bundle-preview-wrapper h2.show-closed,
.ticket-category-listing li .bundle-preview-wrapper h2.show-open {
  display: none; }

.contains-bookingboss-widget .ticket-category-listing .more-info,
.contains-bookingboss-widget .ticket-category-listing .more-info:hover {
  width: auto;
  background: none;
  color: #9ec73d;
  height: auto;
  display: inline-block;
  font-size: 0.75em;
  float: none;
  text-decoration: underline;
  padding: 0;
  margin: 0; }

.contains-bookingboss-widget .ticket-category-listing .more-info:hover {
  text-decoration: none; }

.contains-bookingboss-widget .ticket-category-listing .more-info span {
  text-decoration: none;
  font-size: 0.85em;
  vertical-align: top;
  width: auto;
  height: auto;
  display: inline-block;
  background: 0;
  margin: 0;
  padding: 0; }

.contains-bookingboss-widget .bundled-packages-container .info-block {
  width: 215px; }

.contains-bookingboss-widget .ticket-category-listing .content-panel {
  background-color: transparent; }

.contains-bookingboss-widget .bundled-packages-container .select-tickets-block {
  padding: 25px 0 25px 25px; }

.contains-bookingboss-widget .related-products-panel {
  float: none;
  width: 100%;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.contains-bookingboss-widget .related-products-panel h2 {
  margin-bottom: 10px; }

.contains-bookingboss-widget .related-products-panel .ticket-group li {
  margin-right: 0;
  width: 234px; }

.contains-bookingboss-widget .related-products-panel .ticket-group li img {
  width: 100%; }

.contains-bookingboss-widget .related-products-panel .ticket-group li.cat-group p {
  line-height: 21px;
  padding-top: 5px; }

.contains-bookingboss-widget .ticket-group li .info .abtn {
  left: 27px; }

.contains-bookingboss-widget .tabs-panel .panel {
  border: 0; }

.contains-bookingboss-widget .tabs-panel .nav li {
  margin-right: 0; }

.contains-bookingboss-widget .tabs-panel .nav a {
  padding: 20px 10px; }

.contains-bookingboss-widget .tabs-panel .nav a:hover {
  text-decoration: none; }

.select-ticket-iframe-wrapper-mobile,
.view-bundles-mobile {
  display: none; }

@media only screen and (max-width: 768px) {
  .bundled-packages-container {
    display: none; }
  .bundled-packages-block .bundle-badge {
    display: block; }
  .contains-bookingboss-widget .select-ticket-iframe-wrapper {
    display: none; }
  .body.ticketing-content #main .inner-panel.contains-bookingboss-widget {
    background-color: #fff;
    display: block;
    margin-top: 20px; }
  .contains-bookingboss-widget .select-ticket-panel {
    display: block;
    background-color: #fff; }
  .contains-bookingboss-widget .select-ticket-bundles-wrapper {
    display: block;
    margin: auto;
    background-color: #fff;
    width: 100%;
    padding: 0; }
  .contains-bookingboss-widget .bundled-packages-block {
    padding: 20px;
    background-color: #f6f6f6;
    padding-bottom: 0; }
  .bundle-preview-wrapper img {
    display: none; }
  .ticket-category-listing .bundle-preview-wrapper h2 {
    padding-left: 20px;
    width: 100%;
    background-color: #fff; }
  .contains-bookingboss-widget a.view-bundles-mobile {
    color: white;
    background-color: #212c35;
    padding: 10px 20px;
    text-decoration: none;
    line-height: 3em;
    display: block;
    float: none;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    text-align: center; }
  .contains-bookingboss-widget .ticket-category-listing .more-info,
  .contains-bookingboss-widget .ticket-category-listing .more-info:hover {
    color: white;
    background-color: #212c35;
    padding: 10px 20px;
    text-decoration: none;
    float: none;
    display: block;
    width: 100%;
    line-height: 3em; }
  .contains-bookingboss-widget .ticket-category-listing li.opened .more-info {
    display: none; }
  .bundled-packages-block .accordion-listing .trigger span {
    display: none; }
  .contains-bookingboss-widget .bundled-packages-container .info-block,
  .contains-bookingboss-widget .bundled-packages-container .select-tickets-block {
    width: 100%;
    padding: 25px;
    background-color: white;
    text-align: center; }
  .contains-bookingboss-widget .bookingboss-widget-side {
    max-width: 100%; }
  .contains-bookingboss-widget .bundled-packages-container .select-tickets-block {
    padding: 25px 0; }
  .select-ticket-iframe-wrapper-mobile {
    display: block;
    text-align: center; }
  .select-ticket-iframe-wrapper-mobile .separator {
    display: block;
    text-align: center;
    height: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f6f6f6;
    position: relative;
    margin-top: 25px; }
  .select-ticket-iframe-wrapper-mobile .separator p {
    display: block;
    text-align: center;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    height: 40px;
    line-height: 40px;
    font-size: 20px; }
  .select-ticket-iframe-wrapper-mobile .separator p span {
    background-color: #fff;
    padding: 0 15px; }
  .contains-bookingboss-widget .tabs-panel .nav li {
    width: 50%; }
  .contains-bookingboss-widget .tabs-panel .nav a {
    width: 100%; }
  .contains-bookingboss-widget .tabs-panel .panel {
    padding: 20px; }
  .contains-bookingboss-widget .tabs-panel .panel {
    padding: 20px; }
  body.ticketing-content #main .container {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .select-ticket-panel {
    margin-bottom: 0px; } }

/* eof BookingBoss */
/* bouncing ball */
.widget-iframe-container {
  height: 600px;
  position: relative; }

.loader-widget,
.bookingboss-widget-side {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.widget-iframe-container .loader-widget {
  z-index: 1;
  width: 300px; }

.widget-iframe-container .bookingboss-widget-side {
  z-index: 2; }

.loader-widget .text {
  text-align: center;
  margin-top: 220px; }

.circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #16b9ed;
  border: .5px solid #f6f6f6;
  -webkit-box-shadow: 0px 1px 3px #9f9f9f;
          box-shadow: 0px 1px 3px #9f9f9f;
  -moz-animation-name: jump;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: jump;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite; }

.circle:nth-of-type(1) {
  margin: -20px 0 0 -65px;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s; }

.circle:nth-of-type(2) {
  margin: -20px 0 0 -45px;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s; }

.circle:nth-of-type(3) {
  margin: -20px 0 0 -25px;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s; }

.circle:nth-of-type(4) {
  margin: -20px 0 0 -5px;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s; }

.circle:nth-of-type(5) {
  margin: -20px 0 0 15px;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }

.circle:nth-of-type(6) {
  margin: -20px 0 0 35px;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s; }

.circle:nth-of-type(7) {
  margin: -20px 0 0 55px;
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s; }

@-webkit-keyframes jump {
  0% {
    border: 1px solid #bfbfbf; }
  50% {
    -webkit-transform: translateY(-30px); }
  75% {
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 6px 3px #9f9f9f;
            box-shadow: 0px 6px 3px #9f9f9f; }
  100% {
    border: 1px solid #bfbfbf; } }

/* reskin 2018 */
#hero-snapshot p,
#venue-info h3,
.footer-cta__eyebrow,
body.conservation .video-quote p,
.summaries-row__title,
body.attractions .tab-content .text .main h2,
body.attractions .tab-content .text .other .attractions-text-side,
.featured-cat-group h3,
.ticket-attraction-title,
.bundled-packages-block .description h2,
.script-font {
  font-family: 'penguin_scriptmedium'; }

.header-buy-ticket {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }

.button {
  background-color: #000;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 5px; }
  .button:hover, .button:focus, .button:active, .button:visited {
    color: #FFF; }
  .button::after {
    content: "\203A";
    padding: 0 0 0 5px;
    margin: 0 5px 0 0; }
  .button__purple {
    background-color: #9b76a4;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 5px; }
    .button__purple:hover, .button__purple:focus, .button__purple:active, .button__purple:visited {
      color: #FFF; }
    .button__purple::after {
      content: "\203A";
      padding: 0 0 0 5px;
      margin: 0 5px 0 0; }

.button img {
  margin-left: 10px; }

.home-activity-row {
  background-color: #005cad;
  background-image: url("../../images/bg/Antarctic_Journey_Brand_Graphic.jpg");
  background-position: 50% 50%;
  background-size: cover; }
  .home-activity-row__alt {
    background: #E7E7E9; }
    .home-activity-row__alt #activity-holder h3 {
      color: #3a3a3a; }

@media screen and (min-width: 768px) {
  #activity-list .activity-list-first-col {
    background-image: url("../../images/bg/koala.png");
    background-repeat: no-repeat;
    background-position: 90% 0;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 290px;
    height: 170px; } }

.venue-row {
  background-image: url("../../images/bg/home-penguinparade.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px; }

.welcome-cta-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  max-width: 240px; }

.welcome-cta-holder__cta {
  margin-right: 1em;
  margin-bottom: 1em;
  display: block; }

.home-welcome-area-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0; }

.wildlife-row {
  background-image: url("../../images/bg/seals.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.wildlife-holder {
  background-color: #fff; }

#venue-info .wildlife-holder h3 {
  color: #3a3a3a;
  margin-top: 20px; }

#venue-info .wildlife-holder p {
  color: #3a3a3a; }

.footer {
  background-color: #000;
  background-image: url("../../images/bg/PINP_Background_Texture-2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 20px;
  padding-left: 1em;
  padding-right: 1em; }

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.footer__logo-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px; }

.footer__social {
  margin-right: 20px; }

.footer__social ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.footer__social li {
  margin-right: 20px; }

.footer-cta-holder {
  display: none; }

@media screen and (min-width: 768px) {
  .footer-cta-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0; } }

.footer-cta {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 86px;
      -ms-flex: 0 0 86px;
          flex: 0 0 86px;
  margin-right: 10px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.footer-cta__eyebrow {
  color: #fff;
  display: block;
  line-height: 0.6;
  margin-bottom: 2px; }

.footer-cta__title {
  color: #fff;
  text-transform: uppercase;
  font-size: .6em;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold; }

.footer-cta__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 112px;
      -ms-flex: 0 0 112px;
          flex: 0 0 112px;
  max-height: 112px; }

.footer-cta:nth-child(1) .footer-cta__title {
  color: #643e94; }

.footer-cta:nth-child(2) .footer-cta__title {
  color: #d7e064; }

.footer-cta:nth-child(3) .footer-cta__title {
  color: #005eb8; }

.footer-cta:nth-child(4) .footer-cta__title {
  color: #5ca3b3; }

.footer-cta:nth-child(5) .footer-cta__title {
  color: #a05b9e;
  max-width: 60px; }

.content-intro-row {
  background-color: #f8f8f8; }

@media screen and (min-width: 768px) {
  .content-intro-row .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.content-intro-row__col--text {
  padding: 1em; }

@media screen and (min-width: 768px) {
  .content-intro-row__col--text {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px; } }

@media screen and (min-width: 768px) {
  .content-intro-row__col--image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%; } }

@media screen and (max-width: 767px) {
  .content-intro-row__col--image {
    padding-left: 1em;
    padding-right: 1em; } }

@media screen and (min-width: 768px) {
  .section-scenery {
    background-image: url("../../images/bg/education_ftr.jpg");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    padding-bottom: 240px; } }

.section-scenery--has-bgimg {
  background-size: cover;
  padding-bottom: 0; }

.section-scenery--has-bgimg .video-quote * {
  color: #fff; }

body.conservation .section-scenery--has-bgimg .video-holder {
  margin-bottom: 0;
  height: 305px; }

body.conservation .section-scenery--has-bgimg #video {
  padding-top: 0;
  padding-bottom: 0; }

.summaries-section-columns {
  padding-top: 60px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.summaries-section-columns__col {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px; }

@media screen and (min-width: 640px) {
  .summaries-section-columns__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 33.3%;
    padding-left: 1.5%;
    padding-right: 1.5%; } }

.summaries-row {
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding-left: 1em;
  padding-right: 1em; }

.summaries-row img {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .summaries-row .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .summaries-row__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media screen and (min-width: 640px) {
  .summaries-row__col--image {
    padding-right: 1em; } }

.summaries-row__col--content {
  padding-top: 1em;
  padding-bottom: 1em; }

.summaries-row__title {
  color: #005eb8;
  font-size: 3em;
  line-height: 1; }

.summaries-row .learn-more {
  color: #444; }

.attractions-other-section {
  overflow: hidden; }

.attractions-other-section .container {
  position: relative;
  width: 100%;
  max-width: 637px; }

.attractions-other-section p {
  color: #fff; }

.attractions-other-section__text {
  background-color: #9b76a4;
  color: #fff;
  padding: 40px; }

.attractions-other-section__title {
  font-size: 1.4em;
  margin-bottom: 10px; }

body.conservation .attractions-other-section .learn-more {
  color: #fff; }

.attractions-other-section__left-image {
  position: absolute;
  top: 0;
  right: 100%; }

.attractions-other-section__right-image {
  position: absolute;
  top: 0;
  left: 100%; }

.grid-page-bottom-banner {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.bundle-featured-section {
  background-color: #0c2c74;
  background-image: url("../../images/bg/bg-splatter.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.bundle-featured-section__icon {
  margin-right: 1em; }

.bundle-featured-section__desc {
  color: #fff;
  margin-right: 1em; }

.bundle-featured-section .bundle-featured-section__button {
  color: #fff; }

.btn-alt {
  background-color: #9abe41;
  color: #fff;
  display: inline-block;
  padding: 5px 20px; }

.ticket-attraction-title {
  font-size: 2.5em;
  color: #005eb8;
  margin-top: 20px;
  margin-bottom: 10px; }

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.c-banner__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .c-banner__container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  @media (max-width: 991px) {
    .c-banner__container {
      padding-left: 30px;
      padding-right: 30px;
      min-height: 450px; } }
  @media (max-width: 576px) {
    .c-banner__container {
      padding-left: 16px;
      padding-right: 16px;
      min-height: 460px; } }

.c-banner #hero-timer {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }

.c-banner__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20px; }

.c-banner__grid-column {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; }

.c-banner__content-column {
  width: 50%;
  background: rgba(0, 0, 0, 0.4); }
  @media (max-width: 991px) {
    .c-banner__content-column {
      width: 100%; } }

.c-banner__info-column {
  width: 40%; }
  @media (max-width: 991px) {
    .c-banner__info-column {
      width: 100%; }
      .c-banner__info-column #hero-timer {
        display: none; } }

.c-banner #hero-snapshot {
  display: none;
  position: relative;
  height: 135px;
  top: 30px; }
  .c-banner #hero-snapshot p {
    position: relative;
    left: 0; }
  .c-banner #hero-snapshot img {
    position: relative; }
  .c-banner #hero-snapshot a {
    display: block;
    position: absolute;
    top: 0;
    left: 150px; }
  @media (max-width: 576px) {
    .c-banner #hero-snapshot {
      top: 0;
      margin-top: 20px;
      height: 80px; } }

.c-banner .container-wide {
  margin-top: 0; }

.c-banner .small {
  display: block;
  font-size: 60%; }

.c-banner__content {
  font-size: 16px; }
  .c-banner__content a {
    color: white; }
    .c-banner__content a:hover, .c-banner__content a:focus {
      color: white; }
  @media (max-width: 576px) {
    .c-banner__content {
      font-size: 10px; }
      .c-banner__content a {
        font-size: 16px; } }

.c-banner__title-holder {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 15px; }
  @media (max-width: 991px) {
    .c-banner__title-holder {
      width: calc(100% - 100px); } }
  @media (max-width: 576px) {
    .c-banner__title-holder {
      display: block;
      width: 100%; } }

.c-banner__title {
  color: #e2e868;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 3em; }

.c-banner__subtitle {
  color: white;
  line-height: 1.2;
  font-family: 'Gotham Bold', sans-serif;
  font-weight: 700;
  font-size: 2em; }

.c-banner__description {
  padding: 15px; }
  .c-banner__description p {
    color: white;
    font-size: 1.5em;
    line-height: 1.4; }

.c-banner__cta {
  margin-top: 18px; }

.c-banner__alert-holder {
  margin-top: 18px; }
  .c-banner__alert-holder #hero-timer {
    display: none; }
  @media (max-width: 991px) {
    .c-banner__alert-holder {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .c-banner__alert-holder #hero-timer {
        display: block; } }
  @media (max-width: 576px) {
    .c-banner__alert-holder #hero-timer {
      display: none; }
    .c-banner__alert-holder .c-banner__alert {
      -webkit-box-flex: 1;
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto; } }

.c-banner__alert {
  background: white;
  display: inline-block;
  padding: 15px;
  line-height: 1; }
  @media (max-width: 576px) {
    .c-banner__alert {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.c-banner__alert-content {
  line-height: 1.1;
  font-size: 2em;
  color: #9f015a;
  font-family: 'Gotham Bold', sans-serif;
  font-weight: 700; }
  @media (max-width: 576px) {
    .c-banner__alert-content {
      font-size: 1.8em; } }

/*# sourceMappingURL=maps/main.css.map */
