@import url("rup3glv.css");
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont_1.eot#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/fontawesome-webfont.woff") format("woff"),
    url("../fonts/fontawesome-webfont.ttf") format("truetype"),
    url("../images/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before,
.fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before,
.fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}
.fa-won:before,
.fa-krw:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before,
.fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot#iefix") format("embedded-opentype"),
    url("../fonts/slick.woff") format("woff"),
    url("../fonts/slick.ttf") format("truetype"),
    url("../images/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-overflow-scrolling: touch;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main {
  display: block;
}
.slider-content-container,
.slider-nav-container,
.home-page-feature-block-nav-container,
.navigation-container,
.header-container,
.header-ticket-container,
.header-thank-you-container,
.overview-container,
.in-page-navigation-container,
.breadcrumbs-container,
.related-links-container,
.grid-container,
.faq-container,
.main-container,
.nav-container,
.maps-container,
.add-view-container,
.adoption-level-container,
.corporate-sponsors-container,
.statistics-block-container,
.search-container,
.file-upload-container,
.footer-newsletter-container,
.footer-container,
.thank-you-block-container,
.search-modal-container,
.sidebar-widget-container,
.body-content-index-pages-container,
.overlay-cta-container,
.country-footer-container {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  overflow: hidden;
}
.slider-content-container::after,
.slider-nav-container::after,
.home-page-feature-block-nav-container::after,
.navigation-container::after,
.header-container::after,
.header-ticket-container::after,
.header-thank-you-container::after,
.overview-container::after,
.in-page-navigation-container::after,
.breadcrumbs-container::after,
.related-links-container::after,
.grid-container::after,
.faq-container::after,
.main-container::after,
.nav-container::after,
.maps-container::after,
.add-view-container::after,
.adoption-level-container::after,
.corporate-sponsors-container::after,
.statistics-block-container::after,
.search-container::after,
.file-upload-container::after,
.footer-newsletter-container::after,
.footer-container::after,
.thank-you-block-container::after,
.search-modal-container::after,
.sidebar-widget-container::after,
.body-content-index-pages-container::after,
.overlay-cta-container::after,
.country-footer-container::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 1100px) {
  .slider-content-container::after,
  .slider-nav-container::after,
  .home-page-feature-block-nav-container::after,
  .navigation-container::after,
  .header-container::after,
  .header-ticket-container::after,
  .header-thank-you-container::after,
  .overview-container::after,
  .in-page-navigation-container::after,
  .breadcrumbs-container::after,
  .related-links-container::after,
  .grid-container::after,
  .faq-container::after,
  .main-container::after,
  .nav-container::after,
  .maps-container::after,
  .add-view-container::after,
  .adoption-level-container::after,
  .corporate-sponsors-container::after,
  .statistics-block-container::after,
  .search-container::after,
  .file-upload-container::after,
  .footer-newsletter-container::after,
  .footer-container::after,
  .thank-you-block-container::after,
  .search-modal-container::after,
  .sidebar-widget-container::after,
  .body-content-index-pages-container::after,
  .overlay-cta-container::after,
  .country-footer-container::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media only screen and (max-width: 667px) {
  .slider-content-container::after,
  .slider-nav-container::after,
  .home-page-feature-block-nav-container::after,
  .navigation-container::after,
  .header-container::after,
  .header-ticket-container::after,
  .header-thank-you-container::after,
  .overview-container::after,
  .in-page-navigation-container::after,
  .breadcrumbs-container::after,
  .related-links-container::after,
  .grid-container::after,
  .faq-container::after,
  .main-container::after,
  .nav-container::after,
  .maps-container::after,
  .add-view-container::after,
  .adoption-level-container::after,
  .corporate-sponsors-container::after,
  .statistics-block-container::after,
  .search-container::after,
  .file-upload-container::after,
  .footer-newsletter-container::after,
  .footer-container::after,
  .thank-you-block-container::after,
  .search-modal-container::after,
  .sidebar-widget-container::after,
  .body-content-index-pages-container::after,
  .overlay-cta-container::after,
  .country-footer-container::after {
    clear: both;
    content: "";
    display: block;
  }
}
.navigation-container {
  overflow: visible;
}
.main-container {
  padding: 50px 0;
}
.zoo-landing-pages .main-container,
.home-page .main-container {
  padding: 0;
  max-width: none;
}
.index-page .main-container {
  padding: 0;
}
.ticket-page .main-container {
  padding: 0;
}
.retreat-basic-pages .main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}
.grid-collapse {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.grid-collapse::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 1100px) {
  .grid-collapse {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
  .grid-collapse::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media only screen and (max-width: 667px) {
  .grid-collapse {
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
  }
  .grid-collapse::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media only screen and (max-width: 880px) {
  .-tablet-hide {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .-tablet-hide.-large {
    display: none;
  }
}
.-tablet-show {
  display: none;
}
@media only screen and (max-width: 880px) {
  .-tablet-show {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  .-tablet-show.-large {
    display: block;
  }
}
@media only screen and (max-width: 667px) {
  .-mobile-hide {
    display: none;
  }
}
.-mobile-show {
  display: none;
}
@media only screen and (max-width: 667px) {
  .-mobile-show {
    display: block;
  }
}
.clear {
  clear: both;
}
.row {
  width: 100%;
  clear: both;
}
.accessibility-title {
  overflow: hidden;
  text-indent: -10000px;
  white-space: nowrap;
  display: block;
  float: right;
}
@media only screen and (max-width: 667px) {
  .faq-container {
    padding: 0 15px;
  }
}
.slick-arrow {
  background-size: 20px 18px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 40px 20px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.slick-arrow:before {
  content: "";
}
.slick-arrow:hover,
.slick-arrow:focus {
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-position: center;
}
.slick-arrow.slick-next {
  right: 0;
  background-image: url("../images/arrow-right-light.svg");
}
.slick-arrow.slick-next:hover {
  background-image: url("../images/arrow-right-light.svg");
}
.slick-arrow.slick-prev {
  left: 0;
  background-image: url("../images/arrow-left-light.svg");
}
.slick-arrow.slick-prev:before {
  content: "";
}
.slick-arrow.slick-prev:hover {
  background-image: url("../images/arrow-left-light.svg");
}
@font-face {
  font-family: "FSAlbertWeb-Light";
  src: url("../fonts/FSAlbertWeb-Light.eot") format("eot"),
    url("../fonts/FSAlbertWeb-Light.woff") format("woff");
}
@font-face {
  font-family: "FSAlbertWeb-Regular";
  src: url("../fonts/FSAlbertWeb-Regular.eot") format("eot"),
    url("../fonts/FSAlbertWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: "FSAlbertWeb-Italic";
  src: url("../fonts/FSAlbertWeb-Italic.eot") format("eot"),
    url("../fonts/FSAlbertWeb-Italic.woff") format("woff");
}
@font-face {
  font-family: "FSAlbertWeb-Bold";
  src: url("../fonts/FSAlbertWeb-Bold.eot") format("eot"),
    url("../fonts/FSAlbertWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "FSAlbertWeb-ExtraBold";
  src: url("../fonts/FSAlbertWeb-ExtraBold.eot") format("eot"),
    url("../fonts/FSAlbertWeb-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "TarongaHeadline-Regular";
  src: url("../fonts/TarongaHeadline-Regular.otf") format("opentype"),
    url("../fonts/tarongaheadline-regular-webfont.eot"),
    url("../fonts/tarongaheadline-regular-webfont.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/tarongaheadline-regular-webfont.woff2") format("woff2"),
    url("../fonts/tarongaheadline-regular-webfont.woff") format("woff"),
    url("../fonts/tarongaheadline-regular-webfont.ttf") format("truetype"),
    url("../images/tarongaheadline-regular-webfont.svg#taronga_headlineregular")
      format("svg");
}
@font-face {
  font-family: "Noto-Regular";
  src: url("../fonts/NotoSerif-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Noto-ExtraBold";
  src: url("../fonts/NotoSerif-ExtraBold.ttf") format("opentype");
}
html {
  font-size: 62.5%;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2,
h3,
h4,
h5 {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
}
.lang-vietnamese h2,
.lang-vietnamese h3,
.lang-vietnamese h4,
.lang-vietnamese h5 {
  font-family: Noto-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
}
.taronga-retreat h2,
.taronga-retreat h3,
.taronga-retreat h4,
.taronga-retreat h5 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
}
h1 {
  font-family: TarongaHeadline-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 8rem;
  line-height: 6.6rem;
}
@media only screen and (max-width: 1100px) {
  h1 {
    font-size: 6rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 667px) {
  h1 {
    font-size: 4rem;
    line-height: 3.4rem;
  }
}
h2 {
  font-size: 3.5rem;
  line-height: 4.3rem;
  letter-spacing: -0.4px;
}
@media only screen and (max-width: 667px) {
  h2 {
    letter-spacing: -0.7px;
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
}
h3 {
  font-size: 3rem;
  line-height: 3.6rem;
}
@media only screen and (max-width: 1100px) {
  h3 {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 667px) {
  h3 {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }
}
h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -0.4px;
}
h5 {
  font-size: 1.8rem;
  line-height: 2.16rem;
}
p,
li,
a {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 0;
}
.toolbar-bar p,
.toolbar-bar li,
.toolbar-bar a {
  font-size: 1.3rem;
}
.lang-vietnamese p,
.lang-vietnamese li,
.lang-vietnamese a {
  font-family: Noto-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
}
.taronga-retreat p,
.taronga-retreat li,
.taronga-retreat a {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.taronga-retreat p {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
}
strong {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
}
.lang-vietnamese strong {
  font-family: Noto-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
}
.taronga-retreat strong {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.hashtag {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.larger {
  font-size: 1.8rem;
}
.paragraph-add-menu {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}
.paragraph-add-menu-heading {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.paragraph-add-menu-wrapper .nav-extended-block {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
}
.paragraph-add-menu-wrapper .nav-extended-block.show {
  display: block;
}
.paragraph-add-menu-wrapper .nav-extended-block .nav-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
.paragraph-add-menu-wrapper .nav-extended-block .nav-content::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 667px) {
  .paragraph-add-menu-wrapper .nav-extended-block .nav-content {
    width: calc(100% - 10px);
    float: left;
    margin-left: 5px;
    margin-left: calc(0% - 5px + 10px);
  }
}
@media only screen and (min-width: 1101px) {
  .paragraph-add-menu-wrapper .nav-extended-block .nav-content .logo-container {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .paragraph-add-menu-wrapper .nav-extended-block .nav-content .logo-container {
    text-align: center;
  }
}
.paragraph-add-menu-wrapper .nav-extended-block .nav-content .logo-container a {
  display: inline-block;
}
.paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-content
  .logo-container
  .logo {
  height: 89px;
  background-size: contain;
  background-position: center;
}
.paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-content
  .logo-container
  .contextual-region {
  display: inline-block;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 1100px) {
  .paragraph-add-menu-wrapper
    .nav-extended-block
    .nav-content
    .logo-container
    .contextual-region {
    text-align: center;
  }
}
.paragraph-add-menu-wrapper .nav-extended-block .nav-body::after {
  clear: both;
  content: "";
  display: block;
}
.paragraph-add-menu-wrapper .nav-extended-block .nav-body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.paragraph-add-menu-wrapper .nav-extended-block .nav-body ul a {
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .paragraph-add-menu-wrapper .nav-extended-block .nav-body ul a {
    padding-right: 20px;
  }
}
.paragraph-add-menu-wrapper .nav-extended-block .nav-body ul a:hover {
  text-decoration: underline;
}
.paragraph-add-menu-wrapper .nav-extended-block .nav-body > ul {
  width: calc(100%);
  float: left;
  margin-left: 0px;
}
.paragraph-add-menu-wrapper .nav-extended-block .nav-body > ul > li {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  margin-top: 60px;
}
.paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li:nth-child(4n + 1) {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 1100px) {
  .paragraph-add-menu-wrapper .nav-extended-block .nav-body > ul > li {
    width: calc(33.33333% - 13.33333px);
    float: left;
    margin-left: 10px;
  }
  .paragraph-add-menu-wrapper
    .nav-extended-block
    .nav-body
    > ul
    > li:nth-child(4n + 1) {
    clear: none;
  }
  .paragraph-add-menu-wrapper
    .nav-extended-block
    .nav-body
    > ul
    > li:nth-child(3n + 1) {
    clear: both;
    content: "";
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .paragraph-add-menu-wrapper .nav-extended-block .nav-body > ul > li {
    width: calc(33.33333% - 13.33333px);
    float: left;
    margin-left: 10px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 667px) {
  .paragraph-add-menu-wrapper .nav-extended-block .nav-body > ul > li {
    width: calc(83.33333% - 9.16667px);
    float: left;
    margin-left: 5px;
    margin-left: calc(16.66667% - 5.83333px + 10px);
  }
  .paragraph-add-menu-wrapper
    .nav-extended-block
    .nav-body
    > ul
    > li:nth-child(3n + 1) {
    clear: none;
  }
}
.paragraph-add-menu-wrapper .nav-extended-block .nav-body > ul > li > a {
  margin-bottom: 30px;
  color: #456c1d;
  font-weight: bold;
  line-height: 33px;
}
.taronga-sydney
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a,
.taronga-accommodation-sydney
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a,
.taronga-roar
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a {
  color: #456c1d;
}
.taronga-dubbo
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a,
.taronga-accommodation-dubbo
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a,
.taronga-zoofari
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a,
.taronga-savannah
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a,
.taronga-billabong
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a {
  color: #eb5f0b;
}
.taronga-general
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a,
.taronga-accommodation-general
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a {
  color: #01392b;
}
.taronga-institute
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a {
  color: #003e4d;
}
.taronga-sydney
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:hover,
.taronga-sydney
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:focus,
.taronga-sydney
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:active,
.taronga-accommodation-sydney
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:hover,
.taronga-accommodation-sydney
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:focus,
.taronga-accommodation-sydney
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:active,
.taronga-roar
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:hover,
.taronga-roar
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:focus,
.taronga-roar
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:active {
  color: #00632e;
}
.taronga-dubbo
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:hover,
.taronga-dubbo
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:focus,
.taronga-dubbo
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:active,
.taronga-accommodation-dubbo
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:hover,
.taronga-accommodation-dubbo
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:focus,
.taronga-accommodation-dubbo
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:active,
.taronga-zoofari
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:hover,
.taronga-zoofari
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:focus,
.taronga-zoofari
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:active,
.taronga-savannah
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:hover,
.taronga-savannah
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:focus,
.taronga-savannah
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:active,
.taronga-billabong
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:hover,
.taronga-billabong
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:focus,
.taronga-billabong
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:active {
  color: #b05c00;
}
.taronga-general
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:hover,
.taronga-general
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:focus,
.taronga-general
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:active,
.taronga-accommodation-general
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:hover,
.taronga-accommodation-general
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:focus,
.taronga-accommodation-general
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:active {
  color: #01221a;
}
.taronga-institute
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:hover,
.taronga-institute
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:focus,
.taronga-institute
  .paragraph-add-menu-wrapper
  .nav-extended-block
  .nav-body
  > ul
  > li
  > a:active {
  color: #01313d;
}
.add-view {
  padding: 75px 0;
  display: inline-block;
  width: 100%;
}
.page-node-type-index-page .add-view {
  padding: 40px 0;
}
.overview-pages .add-view {
  background: #fff;
  padding: 0;
}
.add-view-white {
  background: #fff;
}
.add-view-white-off {
  background: #f4f4f4;
}
.add-view h2 {
  margin: 0;
}
.page-node-type-index-page .add-view h2 {
  text-align: center;
  font-size: 2rem;
}
.add-view-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .add-view-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .add-view-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.add-view-wrapper {
  margin-top: 30px;
}
.add-view-wrapper-cols-1 {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .add-view-wrapper-cols-1 {
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .add-view-wrapper-cols-1 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.add-view-wrapper-cols-2 {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .add-view-wrapper-cols-2 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .add-view-wrapper-cols-2 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.add-view-wrapper-cols-3 {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .add-view-wrapper-cols-3 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.add-view-wrapper-content {
  padding-right: 10px;
}
.add-view-wrapper .add-view-tags {
  margin: 20px 0 0;
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #000;
}
.taronga-sydney .add-view-wrapper .add-view-tags,
.taronga-accommodation-sydney .add-view-wrapper .add-view-tags,
.taronga-roar .add-view-wrapper .add-view-tags {
  color: #009645;
}
.taronga-dubbo .add-view-wrapper .add-view-tags,
.taronga-accommodation-dubbo .add-view-wrapper .add-view-tags,
.taronga-zoofari .add-view-wrapper .add-view-tags,
.taronga-savannah .add-view-wrapper .add-view-tags,
.taronga-billabong .add-view-wrapper .add-view-tags {
  color: #e37700;
}
.taronga-general .add-view-wrapper .add-view-tags,
.taronga-accommodation-general .add-view-wrapper .add-view-tags {
  color: #02543f;
}
.taronga-institute .add-view-wrapper .add-view-tags {
  color: #015a70;
}
.add-view-wrapper .add-view-tags a {
  text-decoration: none;
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.taronga-sydney .add-view-wrapper .add-view-tags a,
.taronga-accommodation-sydney .add-view-wrapper .add-view-tags a,
.taronga-roar .add-view-wrapper .add-view-tags a {
  color: #009645;
}
.taronga-dubbo .add-view-wrapper .add-view-tags a,
.taronga-accommodation-dubbo .add-view-wrapper .add-view-tags a,
.taronga-zoofari .add-view-wrapper .add-view-tags a,
.taronga-savannah .add-view-wrapper .add-view-tags a,
.taronga-billabong .add-view-wrapper .add-view-tags a {
  color: #e37700;
}
.taronga-general .add-view-wrapper .add-view-tags a,
.taronga-accommodation-general .add-view-wrapper .add-view-tags a {
  color: #02543f;
}
.taronga-institute .add-view-wrapper .add-view-tags a {
  color: #015a70;
}
.add-view-wrapper .add-view-tags a:hover,
.add-view-wrapper .add-view-tags a:focus,
.add-view-wrapper .add-view-tags a:active {
  text-decoration: underline;
}
.add-view-wrapper .add-view-title {
  display: inline-block;
  margin: 15px 0;
  text-decoration: none;
}
.add-view-wrapper .add-view-title:hover,
.add-view-wrapper .add-view-title:focus,
.add-view-wrapper .add-view-title:active {
  text-decoration: underline;
}
.add-view-wrapper .add-view-title h4 {
  margin: 0;
}
.add-view-wrapper .add-view-title-heading {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -0.4px;
}
.add-view-wrapper .add-view-overview-snippet p {
  margin-bottom: 10px;
}
.add-view-wrapper .add-vew-author-info p {
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
.taronga-sydney .add-view-wrapper .add-vew-author-info p,
.taronga-accommodation-sydney .add-view-wrapper .add-vew-author-info p,
.taronga-roar .add-view-wrapper .add-vew-author-info p {
  color: #009645;
}
.taronga-dubbo .add-view-wrapper .add-vew-author-info p,
.taronga-accommodation-dubbo .add-view-wrapper .add-vew-author-info p,
.taronga-zoofari .add-view-wrapper .add-vew-author-info p,
.taronga-savannah .add-view-wrapper .add-vew-author-info p,
.taronga-billabong .add-view-wrapper .add-vew-author-info p {
  color: #e37700;
}
.taronga-general .add-view-wrapper .add-vew-author-info p,
.taronga-accommodation-general .add-view-wrapper .add-vew-author-info p {
  color: #02543f;
}
.taronga-institute .add-view-wrapper .add-vew-author-info p {
  color: #015a70;
}
.add-view-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
.add-view-wrapper-cols-1 .add-view-image {
  min-height: 400px;
}
.add-view-wrapper-cols-2 .add-view-image {
  min-height: 375px;
}
@media only screen and (max-width: 667px) {
  .add-view-wrapper-cols-2 .add-view-image {
    min-height: 300px;
  }
}
.add-view-wrapper-cols-3 .add-view-image {
  min-height: 315px;
}
@media only screen and (max-width: 667px) {
  .add-view-wrapper-cols-3 .add-view-image {
    min-height: 300px;
  }
}
.add-view .footer {
  text-align: center;
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}
.adoption-level {
  display: inline-block;
  width: 100%;
}
.adoption-level-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  .adoption-level-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .adoption-level-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.adoption-level-item {
  float: left;
  width: calc(20%);
  float: left;
  margin-left: 0px;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .adoption-level-item {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1100px) {
  .adoption-level-item {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .adoption-level-item {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 667px) {
  .adoption-level-item {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
.adoption-level-item:first-of-type .adoption-level-item-header {
  background: rgba(0, 174, 210, 0.35);
}
.adoption-level-item:nth-of-type(2) .adoption-level-item-header {
  background: rgba(0, 174, 210, 0.45);
}
.adoption-level-item:nth-of-type(3) .adoption-level-item-header {
  background: rgba(0, 174, 210, 0.55);
}
.adoption-level-item:nth-of-type(4) .adoption-level-item-header {
  background: rgba(0, 174, 210, 0.8);
}
.adoption-level-item:nth-of-type(5) .adoption-level-item-header {
  background: #00aed2;
}
.adoption-level-item-header {
  padding: 10px 20px;
}
@media only screen and (max-width: 1100px) {
  .adoption-level-item-header {
    padding: 10px 30px;
  }
}
.adoption-level-item-header a {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  margin: 5px 0;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
}
.adoption-level-item-header a:hover {
  text-decoration: underline;
}
.adoption-level-item-header a:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f061";
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5rem;
}
.adoption-level-item-body {
  padding: 20px;
  background: rgba(247, 247, 247, 0.6);
}
@media only screen and (max-width: 1100px) {
  .adoption-level-item-body {
    padding: 10px 30px;
  }
}
.adoption-level-item-body ul {
  padding: 0;
  margin-left: 10px;
  list-style-type: none;
}
.adoption-level-item-body ul li {
  text-indent: -5px;
}
.adoption-level-item-body ul li:before {
  content: "-";
  text-indent: -5px;
  margin-right: 5px;
}
.asaf .views-exposed-form .form-item {
  display: inline-block;
  margin-right: 20px;
  width: 22%;
}
@media only screen and (max-width: 1100px) {
  .asaf .views-exposed-form .form-item {
    width: 47%;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .asaf .views-exposed-form .form-item {
    width: 45%;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 667px) {
  .asaf .views-exposed-form .form-item {
    width: 100%;
  }
}
.asaf .views-exposed-form .form-item input {
  width: 100%;
}
.asaf .views-exposed-form .form-item select {
  width: 100%;
}
.asaf #map {
  min-height: 450px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.asaf-map-item {
  display: none;
}
.ui-autocomplete {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 6px 24px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 6px 24px !important;
  border: 0 !important;
}
.ui-autocomplete .ui-menu-divider {
  background-color: transparent !important;
  border-color: #fff !important;
}
.ui-autocomplete .ui-menu-item {
  border-width: 0 !important;
}
.body-content-index-pages {
  display: inline-block;
  width: 100%;
}
.body-content-index-pages-container {
  display: inline-block;
  width: 100%;
}
.body-content-index-pages-main-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .body-content-index-pages-main-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .body-content-index-pages-main-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.breadcrumbs {
  background: #02543f;
}
.taronga-sydney .breadcrumbs,
.taronga-accommodation-sydney .breadcrumbs,
.taronga-roar .breadcrumbs {
  background: #009645;
}
.taronga-dubbo .breadcrumbs,
.taronga-accommodation-dubbo .breadcrumbs,
.taronga-zoofari .breadcrumbs,
.taronga-savannah .breadcrumbs,
.taronga-billabong .breadcrumbs {
  background: #e37700;
}
.taronga-zoo-friends .breadcrumbs {
  background: #5d3179;
}
.taronga-general .breadcrumbs,
.taronga-accommodation-general .breadcrumbs {
  background: #02543f;
}
.taronga-institute .breadcrumbs {
  background: #015a70;
}
.taronga-retreat .breadcrumbs {
  background: #cba25b;
}
.breadcrumbs-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .breadcrumbs-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumbs-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .breadcrumbs-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.breadcrumbs ul {
  padding: 0;
}
.breadcrumbs li {
  list-style-type: none;
  display: inline;
  font-size: 1.4rem;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.taronga-retreat .breadcrumbs li {
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-shadow: none;
}
.breadcrumbs li a {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2rem;
}
.taronga-retreat .breadcrumbs li a {
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-shadow: none;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs li:after {
  font-family: "FontAwesome";
  content: "\f105";
  padding-left: 5px;
  padding-right: 5px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.button {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 184px;
  padding: 13px 15px;
  background-color: #00aed2;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.15s background-color ease-in;
  -o-transition: 0.15s background-color ease-in;
  transition: 0.15s background-color ease-in;
  cursor: pointer;
}
.button.no-link {
  cursor: default;
}
.taronga-sydney .button,
.taronga-accommodation-sydney .button,
.taronga-roar .button {
  background-color: #00aed2;
  color: #fff;
}
.taronga-dubbo .button,
.taronga-accommodation-dubbo .button,
.taronga-zoofari .button,
.taronga-savannah .button,
.taronga-billabong .button {
  background-color: #6c0830;
  color: #fff;
}
.taronga-general .button,
.taronga-accommodation-general .button {
  background-color: #f2f2f2;
  color: #02543f;
}
.taronga-institute .button {
  background-color: #f2f2f2;
  color: #015a70;
}
.taronga-zoo-friends .button {
  background-color: #f3b500;
  color: #282532;
}
.taronga-zoo-friends .button-sec {
  color: #f3b500;
  border: 1px solid #f3b500;
  background-color: transparent;
}
.taronga-retreat .button {
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #000;
  color: #fff;
}
.body-taxonomy .button {
  background-color: #f2f2f2;
  color: #02543f !important;
}
.search-results-wrapper .button {
  color: #f2f2f2;
  background-color: #02543f;
}
.taronga-sydney .button:hover,
.taronga-sydney .button:focus,
.taronga-sydney .button:active,
.taronga-accommodation-sydney .button:hover,
.taronga-accommodation-sydney .button:focus,
.taronga-accommodation-sydney .button:active,
.taronga-roar .button:hover,
.taronga-roar .button:focus,
.taronga-roar .button:active {
  background-color: #00849f;
  color: #fff;
}
.taronga-dubbo .button:hover,
.taronga-dubbo .button:focus,
.taronga-dubbo .button:active,
.taronga-accommodation-dubbo .button:hover,
.taronga-accommodation-dubbo .button:focus,
.taronga-accommodation-dubbo .button:active,
.taronga-zoofari .button:hover,
.taronga-zoofari .button:focus,
.taronga-zoofari .button:active,
.taronga-savannah .button:hover,
.taronga-savannah .button:focus,
.taronga-savannah .button:active,
.taronga-billabong .button:hover,
.taronga-billabong .button:focus,
.taronga-billabong .button:active {
  background-color: #3d041b;
  color: #fff;
}
.taronga-zoo-friends .button:hover,
.taronga-zoo-friends .button:focus,
.taronga-zoo-friends .button:active {
  background-color: #282533;
  color: #fff;
}
.taronga-zoo-friends .button-sec:hover,
.taronga-zoo-friends .button-sec:focus,
.taronga-zoo-friends .button-sec:active {
  background-color: #282533;
  color: #fff;
}
.taronga-general .button:hover,
.taronga-general .button:focus,
.taronga-general .button:active,
.taronga-accommodation-general .button:hover,
.taronga-accommodation-general .button:focus,
.taronga-accommodation-general .button:active {
  background-color: #d9d9d9;
  color: #02543f;
}
.taronga-institute .button:hover,
.taronga-institute .button:focus,
.taronga-institute .button:active {
  background-color: #d9d9d9;
  color: #015a70;
}
.body-taxonomy .button:hover,
.body-taxonomy .button:focus,
.body-taxonomy .button:active {
  background-color: #d9d9d9;
  color: #02543f;
}
.search-results-wrapper .button:hover,
.search-results-wrapper .button:focus,
.search-results-wrapper .button:active {
  background-color: #01221a;
  color: #f2f2f2;
}
.button.-transparent {
  background-color: transparent;
  color: #456c1d;
}
.button.-transparent:hover,
.button.-transparent:focus,
.button.-transparent:active {
  color: #00aed2;
}
.button.-disabled {
  background-color: #000;
  color: rgba(255, 255, 255, 0.3);
}
.taronga-sydney .button-sb,
.taronga-sydney .button-nsu,
.taronga-sydney .button-grid,
.taronga-sydney .button-lb,
.taronga-sydney .button-submit,
.taronga-sydney .button.-inverse,
.taronga-sydney .button.menu-cta,
.taronga-sydney .button-zb,
.taronga-sydney .button-mn,
.taronga-sydney .button-db,
.taronga-accommodation-sydney .button-sb,
.taronga-accommodation-sydney .button-nsu,
.taronga-accommodation-sydney .button-grid,
.taronga-accommodation-sydney .button-lb,
.taronga-accommodation-sydney .button-submit,
.taronga-accommodation-sydney .button.-inverse,
.taronga-accommodation-sydney .button.menu-cta,
.taronga-accommodation-sydney .button-zb,
.taronga-accommodation-sydney .button-mn,
.taronga-accommodation-sydney .button-db,
.taronga-roar .button-sb,
.taronga-roar .button-nsu,
.taronga-roar .button-grid,
.taronga-roar .button-lb,
.taronga-roar .button-submit,
.taronga-roar .button.-inverse,
.taronga-roar .button.menu-cta,
.taronga-roar .button-zb,
.taronga-roar .button-mn,
.taronga-roar .button-db {
  color: #fff;
  background-color: #009645;
}
.taronga-dubbo .button-sb,
.taronga-dubbo .button-nsu,
.taronga-dubbo .button-grid,
.taronga-dubbo .button-lb,
.taronga-dubbo .button-submit,
.taronga-dubbo .button.-inverse,
.taronga-dubbo .button.menu-cta,
.taronga-dubbo .button-zb,
.taronga-dubbo .button-mn,
.taronga-dubbo .button-db,
.taronga-accommodation-dubbo .button-sb,
.taronga-accommodation-dubbo .button-nsu,
.taronga-accommodation-dubbo .button-grid,
.taronga-accommodation-dubbo .button-lb,
.taronga-accommodation-dubbo .button-submit,
.taronga-accommodation-dubbo .button.-inverse,
.taronga-accommodation-dubbo .button.menu-cta,
.taronga-accommodation-dubbo .button-zb,
.taronga-accommodation-dubbo .button-mn,
.taronga-accommodation-dubbo .button-db,
.taronga-zoofari .button-sb,
.taronga-zoofari .button-nsu,
.taronga-zoofari .button-grid,
.taronga-zoofari .button-lb,
.taronga-zoofari .button-submit,
.taronga-zoofari .button.-inverse,
.taronga-zoofari .button.menu-cta,
.taronga-zoofari .button-zb,
.taronga-zoofari .button-mn,
.taronga-zoofari .button-db,
.taronga-savannah .button-sb,
.taronga-savannah .button-nsu,
.taronga-savannah .button-grid,
.taronga-savannah .button-lb,
.taronga-savannah .button-submit,
.taronga-savannah .button.-inverse,
.taronga-savannah .button.menu-cta,
.taronga-savannah .button-zb,
.taronga-savannah .button-mn,
.taronga-savannah .button-db,
.taronga-billabong .button-sb,
.taronga-billabong .button-nsu,
.taronga-billabong .button-grid,
.taronga-billabong .button-lb,
.taronga-billabong .button-submit,
.taronga-billabong .button.-inverse,
.taronga-billabong .button.menu-cta,
.taronga-billabong .button-zb,
.taronga-billabong .button-mn,
.taronga-billabong .button-db {
  color: #fff;
  background-color: #e37700;
}
.taronga-zoo-friends .button-sb,
.taronga-zoo-friends .button-nsu,
.taronga-zoo-friends .button-grid,
.taronga-zoo-friends .button-lb,
.taronga-zoo-friends .button-submit,
.taronga-zoo-friends .button.-inverse,
.taronga-zoo-friends .button.menu-cta,
.taronga-zoo-friends .button-zb,
.taronga-zoo-friends .button-mn,
.taronga-zoo-friends .button-db {
  color: #fff;
  background-color: #5d3179;
}
.taronga-general .button-sb,
.taronga-general .button-nsu,
.taronga-general .button-grid,
.taronga-general .button-lb,
.taronga-general .button-submit,
.taronga-general .button.-inverse,
.taronga-general .button.menu-cta,
.taronga-general .button-zb,
.taronga-general .button-mn,
.taronga-general .button-db,
.taronga-accommodation-general .button-sb,
.taronga-accommodation-general .button-nsu,
.taronga-accommodation-general .button-grid,
.taronga-accommodation-general .button-lb,
.taronga-accommodation-general .button-submit,
.taronga-accommodation-general .button.-inverse,
.taronga-accommodation-general .button.menu-cta,
.taronga-accommodation-general .button-zb,
.taronga-accommodation-general .button-mn,
.taronga-accommodation-general .button-db {
  background-color: #02543f;
  color: #fff;
}
.taronga-institute .button-sb,
.taronga-institute .button-nsu,
.taronga-institute .button-grid,
.taronga-institute .button-lb,
.taronga-institute .button-submit,
.taronga-institute .button.-inverse,
.taronga-institute .button.menu-cta,
.taronga-institute .button-zb,
.taronga-institute .button-mn,
.taronga-institute .button-db {
  background-color: #015a70;
  color: #fff;
}
.taronga-sydney .button-sb:hover,
.taronga-sydney .button-sb:focus,
.taronga-sydney .button-sb:active,
.taronga-sydney .button-nsu:hover,
.taronga-sydney .button-nsu:focus,
.taronga-sydney .button-nsu:active,
.taronga-sydney .button-grid:hover,
.taronga-sydney .button-grid:focus,
.taronga-sydney .button-grid:active,
.taronga-sydney .button-lb:hover,
.taronga-sydney .button-lb:focus,
.taronga-sydney .button-lb:active,
.taronga-sydney .button-submit:hover,
.taronga-sydney .button-submit:focus,
.taronga-sydney .button-submit:active,
.taronga-sydney .button.-inverse:hover,
.taronga-sydney .button.-inverse:focus,
.taronga-sydney .button.-inverse:active,
.taronga-sydney .button.menu-cta:hover,
.taronga-sydney .button.menu-cta:focus,
.taronga-sydney .button.menu-cta:active,
.taronga-sydney .button-zb:hover,
.taronga-sydney .button-zb:focus,
.taronga-sydney .button-zb:active,
.taronga-sydney .button-mn:hover,
.taronga-sydney .button-mn:focus,
.taronga-sydney .button-mn:active,
.taronga-sydney .button-db:hover,
.taronga-sydney .button-db:focus,
.taronga-sydney .button-db:active,
.taronga-accommodation-sydney .button-sb:hover,
.taronga-accommodation-sydney .button-sb:focus,
.taronga-accommodation-sydney .button-sb:active,
.taronga-accommodation-sydney .button-nsu:hover,
.taronga-accommodation-sydney .button-nsu:focus,
.taronga-accommodation-sydney .button-nsu:active,
.taronga-accommodation-sydney .button-grid:hover,
.taronga-accommodation-sydney .button-grid:focus,
.taronga-accommodation-sydney .button-grid:active,
.taronga-accommodation-sydney .button-lb:hover,
.taronga-accommodation-sydney .button-lb:focus,
.taronga-accommodation-sydney .button-lb:active,
.taronga-accommodation-sydney .button-submit:hover,
.taronga-accommodation-sydney .button-submit:focus,
.taronga-accommodation-sydney .button-submit:active,
.taronga-accommodation-sydney .button.-inverse:hover,
.taronga-accommodation-sydney .button.-inverse:focus,
.taronga-accommodation-sydney .button.-inverse:active,
.taronga-accommodation-sydney .button.menu-cta:hover,
.taronga-accommodation-sydney .button.menu-cta:focus,
.taronga-accommodation-sydney .button.menu-cta:active,
.taronga-accommodation-sydney .button-zb:hover,
.taronga-accommodation-sydney .button-zb:focus,
.taronga-accommodation-sydney .button-zb:active,
.taronga-accommodation-sydney .button-mn:hover,
.taronga-accommodation-sydney .button-mn:focus,
.taronga-accommodation-sydney .button-mn:active,
.taronga-accommodation-sydney .button-db:hover,
.taronga-accommodation-sydney .button-db:focus,
.taronga-accommodation-sydney .button-db:active,
.taronga-roar .button-sb:hover,
.taronga-roar .button-sb:focus,
.taronga-roar .button-sb:active,
.taronga-roar .button-nsu:hover,
.taronga-roar .button-nsu:focus,
.taronga-roar .button-nsu:active,
.taronga-roar .button-grid:hover,
.taronga-roar .button-grid:focus,
.taronga-roar .button-grid:active,
.taronga-roar .button-lb:hover,
.taronga-roar .button-lb:focus,
.taronga-roar .button-lb:active,
.taronga-roar .button-submit:hover,
.taronga-roar .button-submit:focus,
.taronga-roar .button-submit:active,
.taronga-roar .button.-inverse:hover,
.taronga-roar .button.-inverse:focus,
.taronga-roar .button.-inverse:active,
.taronga-roar .button.menu-cta:hover,
.taronga-roar .button.menu-cta:focus,
.taronga-roar .button.menu-cta:active,
.taronga-roar .button-zb:hover,
.taronga-roar .button-zb:focus,
.taronga-roar .button-zb:active,
.taronga-roar .button-mn:hover,
.taronga-roar .button-mn:focus,
.taronga-roar .button-mn:active,
.taronga-roar .button-db:hover,
.taronga-roar .button-db:focus,
.taronga-roar .button-db:active {
  color: #fff;
  background-color: #00632e;
}
.taronga-zoo-friends .button-sb:hover,
.taronga-zoo-friends .button-sb:focus,
.taronga-zoo-friends .button-sb:active,
.taronga-zoo-friends .button-nsu:hover,
.taronga-zoo-friends .button-nsu:focus,
.taronga-zoo-friends .button-nsu:active,
.taronga-zoo-friends .button-grid:hover,
.taronga-zoo-friends .button-grid:focus,
.taronga-zoo-friends .button-grid:active,
.taronga-zoo-friends .button-lb:hover,
.taronga-zoo-friends .button-lb:focus,
.taronga-zoo-friends .button-lb:active,
.taronga-zoo-friends .button-submit:hover,
.taronga-zoo-friends .button-submit:focus,
.taronga-zoo-friends .button-submit:active,
.taronga-zoo-friends .button.-inverse:hover,
.taronga-zoo-friends .button.-inverse:focus,
.taronga-zoo-friends .button.-inverse:active,
.taronga-zoo-friends .button.menu-cta:hover,
.taronga-zoo-friends .button.menu-cta:focus,
.taronga-zoo-friends .button.menu-cta:active,
.taronga-zoo-friends .button-zb:hover,
.taronga-zoo-friends .button-zb:focus,
.taronga-zoo-friends .button-zb:active,
.taronga-zoo-friends .button-mn:hover,
.taronga-zoo-friends .button-mn:focus,
.taronga-zoo-friends .button-mn:active,
.taronga-zoo-friends .button-db:hover,
.taronga-zoo-friends .button-db:focus,
.taronga-zoo-friends .button-db:active {
  color: #fff;
  background-color: #282533;
}
.taronga-dubbo .button-sb:hover,
.taronga-dubbo .button-sb:focus,
.taronga-dubbo .button-sb:active,
.taronga-dubbo .button-nsu:hover,
.taronga-dubbo .button-nsu:focus,
.taronga-dubbo .button-nsu:active,
.taronga-dubbo .button-grid:hover,
.taronga-dubbo .button-grid:focus,
.taronga-dubbo .button-grid:active,
.taronga-dubbo .button-lb:hover,
.taronga-dubbo .button-lb:focus,
.taronga-dubbo .button-lb:active,
.taronga-dubbo .button-submit:hover,
.taronga-dubbo .button-submit:focus,
.taronga-dubbo .button-submit:active,
.taronga-dubbo .button.-inverse:hover,
.taronga-dubbo .button.-inverse:focus,
.taronga-dubbo .button.-inverse:active,
.taronga-dubbo .button.menu-cta:hover,
.taronga-dubbo .button.menu-cta:focus,
.taronga-dubbo .button.menu-cta:active,
.taronga-dubbo .button-zb:hover,
.taronga-dubbo .button-zb:focus,
.taronga-dubbo .button-zb:active,
.taronga-dubbo .button-mn:hover,
.taronga-dubbo .button-mn:focus,
.taronga-dubbo .button-mn:active,
.taronga-dubbo .button-db:hover,
.taronga-dubbo .button-db:focus,
.taronga-dubbo .button-db:active,
.taronga-accommodation-dubbo .button-sb:hover,
.taronga-accommodation-dubbo .button-sb:focus,
.taronga-accommodation-dubbo .button-sb:active,
.taronga-accommodation-dubbo .button-nsu:hover,
.taronga-accommodation-dubbo .button-nsu:focus,
.taronga-accommodation-dubbo .button-nsu:active,
.taronga-accommodation-dubbo .button-grid:hover,
.taronga-accommodation-dubbo .button-grid:focus,
.taronga-accommodation-dubbo .button-grid:active,
.taronga-accommodation-dubbo .button-lb:hover,
.taronga-accommodation-dubbo .button-lb:focus,
.taronga-accommodation-dubbo .button-lb:active,
.taronga-accommodation-dubbo .button-submit:hover,
.taronga-accommodation-dubbo .button-submit:focus,
.taronga-accommodation-dubbo .button-submit:active,
.taronga-accommodation-dubbo .button.-inverse:hover,
.taronga-accommodation-dubbo .button.-inverse:focus,
.taronga-accommodation-dubbo .button.-inverse:active,
.taronga-accommodation-dubbo .button.menu-cta:hover,
.taronga-accommodation-dubbo .button.menu-cta:focus,
.taronga-accommodation-dubbo .button.menu-cta:active,
.taronga-accommodation-dubbo .button-zb:hover,
.taronga-accommodation-dubbo .button-zb:focus,
.taronga-accommodation-dubbo .button-zb:active,
.taronga-accommodation-dubbo .button-mn:hover,
.taronga-accommodation-dubbo .button-mn:focus,
.taronga-accommodation-dubbo .button-mn:active,
.taronga-accommodation-dubbo .button-db:hover,
.taronga-accommodation-dubbo .button-db:focus,
.taronga-accommodation-dubbo .button-db:active,
.taronga-zoofari .button-sb:hover,
.taronga-zoofari .button-sb:focus,
.taronga-zoofari .button-sb:active,
.taronga-zoofari .button-nsu:hover,
.taronga-zoofari .button-nsu:focus,
.taronga-zoofari .button-nsu:active,
.taronga-zoofari .button-grid:hover,
.taronga-zoofari .button-grid:focus,
.taronga-zoofari .button-grid:active,
.taronga-zoofari .button-lb:hover,
.taronga-zoofari .button-lb:focus,
.taronga-zoofari .button-lb:active,
.taronga-zoofari .button-submit:hover,
.taronga-zoofari .button-submit:focus,
.taronga-zoofari .button-submit:active,
.taronga-zoofari .button.-inverse:hover,
.taronga-zoofari .button.-inverse:focus,
.taronga-zoofari .button.-inverse:active,
.taronga-zoofari .button.menu-cta:hover,
.taronga-zoofari .button.menu-cta:focus,
.taronga-zoofari .button.menu-cta:active,
.taronga-zoofari .button-zb:hover,
.taronga-zoofari .button-zb:focus,
.taronga-zoofari .button-zb:active,
.taronga-zoofari .button-mn:hover,
.taronga-zoofari .button-mn:focus,
.taronga-zoofari .button-mn:active,
.taronga-zoofari .button-db:hover,
.taronga-zoofari .button-db:focus,
.taronga-zoofari .button-db:active,
.taronga-savannah .button-sb:hover,
.taronga-savannah .button-sb:focus,
.taronga-savannah .button-sb:active,
.taronga-savannah .button-nsu:hover,
.taronga-savannah .button-nsu:focus,
.taronga-savannah .button-nsu:active,
.taronga-savannah .button-grid:hover,
.taronga-savannah .button-grid:focus,
.taronga-savannah .button-grid:active,
.taronga-savannah .button-lb:hover,
.taronga-savannah .button-lb:focus,
.taronga-savannah .button-lb:active,
.taronga-savannah .button-submit:hover,
.taronga-savannah .button-submit:focus,
.taronga-savannah .button-submit:active,
.taronga-savannah .button.-inverse:hover,
.taronga-savannah .button.-inverse:focus,
.taronga-savannah .button.-inverse:active,
.taronga-savannah .button.menu-cta:hover,
.taronga-savannah .button.menu-cta:focus,
.taronga-savannah .button.menu-cta:active,
.taronga-savannah .button-zb:hover,
.taronga-savannah .button-zb:focus,
.taronga-savannah .button-zb:active,
.taronga-savannah .button-mn:hover,
.taronga-savannah .button-mn:focus,
.taronga-savannah .button-mn:active,
.taronga-savannah .button-db:hover,
.taronga-savannah .button-db:focus,
.taronga-savannah .button-db:active,
.taronga-billabong .button-sb:hover,
.taronga-billabong .button-sb:focus,
.taronga-billabong .button-sb:active,
.taronga-billabong .button-nsu:hover,
.taronga-billabong .button-nsu:focus,
.taronga-billabong .button-nsu:active,
.taronga-billabong .button-grid:hover,
.taronga-billabong .button-grid:focus,
.taronga-billabong .button-grid:active,
.taronga-billabong .button-lb:hover,
.taronga-billabong .button-lb:focus,
.taronga-billabong .button-lb:active,
.taronga-billabong .button-submit:hover,
.taronga-billabong .button-submit:focus,
.taronga-billabong .button-submit:active,
.taronga-billabong .button.-inverse:hover,
.taronga-billabong .button.-inverse:focus,
.taronga-billabong .button.-inverse:active,
.taronga-billabong .button.menu-cta:hover,
.taronga-billabong .button.menu-cta:focus,
.taronga-billabong .button.menu-cta:active,
.taronga-billabong .button-zb:hover,
.taronga-billabong .button-zb:focus,
.taronga-billabong .button-zb:active,
.taronga-billabong .button-mn:hover,
.taronga-billabong .button-mn:focus,
.taronga-billabong .button-mn:active,
.taronga-billabong .button-db:hover,
.taronga-billabong .button-db:focus,
.taronga-billabong .button-db:active {
  color: #fff;
  background-color: #b05c00;
}
.taronga-general .button-sb:hover,
.taronga-general .button-sb:focus,
.taronga-general .button-sb:active,
.taronga-general .button-nsu:hover,
.taronga-general .button-nsu:focus,
.taronga-general .button-nsu:active,
.taronga-general .button-grid:hover,
.taronga-general .button-grid:focus,
.taronga-general .button-grid:active,
.taronga-general .button-lb:hover,
.taronga-general .button-lb:focus,
.taronga-general .button-lb:active,
.taronga-general .button-submit:hover,
.taronga-general .button-submit:focus,
.taronga-general .button-submit:active,
.taronga-general .button.-inverse:hover,
.taronga-general .button.-inverse:focus,
.taronga-general .button.-inverse:active,
.taronga-general .button.menu-cta:hover,
.taronga-general .button.menu-cta:focus,
.taronga-general .button.menu-cta:active,
.taronga-general .button-zb:hover,
.taronga-general .button-zb:focus,
.taronga-general .button-zb:active,
.taronga-general .button-mn:hover,
.taronga-general .button-mn:focus,
.taronga-general .button-mn:active,
.taronga-general .button-db:hover,
.taronga-general .button-db:focus,
.taronga-general .button-db:active,
.taronga-accommodation-general .button-sb:hover,
.taronga-accommodation-general .button-sb:focus,
.taronga-accommodation-general .button-sb:active,
.taronga-accommodation-general .button-nsu:hover,
.taronga-accommodation-general .button-nsu:focus,
.taronga-accommodation-general .button-nsu:active,
.taronga-accommodation-general .button-grid:hover,
.taronga-accommodation-general .button-grid:focus,
.taronga-accommodation-general .button-grid:active,
.taronga-accommodation-general .button-lb:hover,
.taronga-accommodation-general .button-lb:focus,
.taronga-accommodation-general .button-lb:active,
.taronga-accommodation-general .button-submit:hover,
.taronga-accommodation-general .button-submit:focus,
.taronga-accommodation-general .button-submit:active,
.taronga-accommodation-general .button.-inverse:hover,
.taronga-accommodation-general .button.-inverse:focus,
.taronga-accommodation-general .button.-inverse:active,
.taronga-accommodation-general .button.menu-cta:hover,
.taronga-accommodation-general .button.menu-cta:focus,
.taronga-accommodation-general .button.menu-cta:active,
.taronga-accommodation-general .button-zb:hover,
.taronga-accommodation-general .button-zb:focus,
.taronga-accommodation-general .button-zb:active,
.taronga-accommodation-general .button-mn:hover,
.taronga-accommodation-general .button-mn:focus,
.taronga-accommodation-general .button-mn:active,
.taronga-accommodation-general .button-db:hover,
.taronga-accommodation-general .button-db:focus,
.taronga-accommodation-general .button-db:active {
  background-color: #01221a;
  color: #fff;
}
.taronga-institute .button-sb:hover,
.taronga-institute .button-sb:focus,
.taronga-institute .button-sb:active,
.taronga-institute .button-nsu:hover,
.taronga-institute .button-nsu:focus,
.taronga-institute .button-nsu:active,
.taronga-institute .button-grid:hover,
.taronga-institute .button-grid:focus,
.taronga-institute .button-grid:active,
.taronga-institute .button-lb:hover,
.taronga-institute .button-lb:focus,
.taronga-institute .button-lb:active,
.taronga-institute .button-submit:hover,
.taronga-institute .button-submit:focus,
.taronga-institute .button-submit:active,
.taronga-institute .button.-inverse:hover,
.taronga-institute .button.-inverse:focus,
.taronga-institute .button.-inverse:active,
.taronga-institute .button.menu-cta:hover,
.taronga-institute .button.menu-cta:focus,
.taronga-institute .button.menu-cta:active,
.taronga-institute .button-zb:hover,
.taronga-institute .button-zb:focus,
.taronga-institute .button-zb:active,
.taronga-institute .button-mn:hover,
.taronga-institute .button-mn:focus,
.taronga-institute .button-mn:active,
.taronga-institute .button-db:hover,
.taronga-institute .button-db:focus,
.taronga-institute .button-db:active {
  background-color: #01313d;
  color: #fff;
}
.home-page .button-lb,
.home-page .button-mn,
.home-page .button.menu-cta,
.home-page .button-nsu {
  background-color: #02543f;
  color: #fff;
}
.home-page .button-lb:hover,
.home-page .button-lb:focus,
.home-page .button-lb:active,
.home-page .button-mn:hover,
.home-page .button-mn:focus,
.home-page .button-mn:active,
.home-page .button.menu-cta:hover,
.home-page .button.menu-cta:focus,
.home-page .button.menu-cta:active,
.home-page .button-nsu:hover,
.home-page .button-nsu:focus,
.home-page .button-nsu:active {
  background-color: #01221a;
  color: #fff;
}
@media only screen and (max-width: 667px) {
  .button.menu-cta {
    background-color: #fff;
  }
  .taronga-retreat .button.menu-cta {
    background-color: #000;
  }
}
.button-sb {
  margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
  .taronga-retreat .button-sb {
    margin-top: 10px;
    font-family: canada-type-gibson, sans-serif;
    font-weight: normal;
    font-style: normal;
    background-color: #cba25b;
    color: #000;
  }
}
.button-map {
  display: inline-block;
  vertical-align: middle;
}
.button-zb {
  min-width: 320px;
  padding: 20px 15px;
}
@media only screen and (max-width: 667px) {
  .button-zb {
    min-width: 184px;
    padding: 13px 15px;
  }
}
.button-slb {
  background-color: #f4f4f4;
  color: #02543f;
}
.button-slb:hover {
  background-color: #dbdbdb;
}
.button-lb {
  background: #181818;
}
.landing-block-content-fields .button-lb {
  color: #fff;
}
.button-cb {
  background-color: #02543f;
}
.call-out-block-right-bottom-cta-wrapper .button-cb {
  color: #fff;
}
.button-cb:hover {
  background-color: #01221a;
}
.button-hfb {
  background-color: #f2f2f2;
}
.feature-block-taronga-institute .button-hfb {
  color: #015a70;
}
.feature-block-taronga-conservation .button-hfb {
  color: #02543f;
}
.button-hfb:hover {
  background-color: #d9d9d9;
}
.button-db {
  min-width: 120px;
}
.button-submit {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 0;
}
.button-submit:before {
  font-family: "FontAwesome";
  content: "\f019";
  margin-right: 5px;
  font-size: 1.4rem;
}
.taronga-retreat .button-dropdown {
  background-color: #e8e6e1;
  color: #8e7240 !important;
}
.button-dropdown + .dropdown-container {
  top: 42px !important;
  left: 10px !important;
}
@media only screen and (max-width: 667px) {
  .button-dropdown + .dropdown-container {
    left: -125px !important;
  }
}
@media only screen and (max-width: 667px) {
  .button-dropdown + .dropdown-container ul:before {
    border-right: 18px solid #3f3f3f;
    right: 0 !important;
    left: auto !important;
    border-left: 0 !important;
  }
}
.button-tp {
  width: 100%;
}
div.taronga-sydney .button-tp,
div.taronga-accommodation-sydney .button-tp,
div.taronga-roar .button-tp {
  color: #fff;
  background-color: #009645;
}
div.taronga-dubbo .button-tp,
div.taronga-accommodation-dubbo .button-tp,
div.taronga-zoofari .button-tp,
div.taronga-savannah .button-tp,
div.taronga-billabong .button-tp {
  color: #fff;
  background-color: #e37700;
}
div.taronga-sydney-d .button-tp,
div.taronga-accommodation-sydney-d .button-tp,
div.taronga-roar-d .button-tp {
  color: #fff;
  background-color: #00632e;
}
div.taronga-dubbo-d .button-tp,
div.taronga-accommodation-dubbo-d .button-tp,
div.taronga-zoofari-d .button-tp,
div.taronga-savannah-d .button-tp,
div.taronga-billabong-d .button-tp {
  color: #fff;
  background-color: #b05c00;
}
div.taronga-general .button-tp,
div.taronga-accommodation-general .button-tp {
  background-color: #02543f;
  color: #fff;
}
div.taronga-institute .button-tp {
  background-color: #015a70;
  color: #fff;
}
div.taronga-zoo-friends .button-tp {
  background-color: #5d3179;
  color: #fff;
}
div.taronga-sydney .button-tp:hover,
div.taronga-sydney .button-tp:focus,
div.taronga-sydney .button-tp:active,
div.taronga-accommodation-sydney .button-tp:hover,
div.taronga-accommodation-sydney .button-tp:focus,
div.taronga-accommodation-sydney .button-tp:active,
div.taronga-roar .button-tp:hover,
div.taronga-roar .button-tp:focus,
div.taronga-roar .button-tp:active {
  color: #fff;
  background-color: #00632e;
}
div.taronga-dubbo .button-tp:hover,
div.taronga-dubbo .button-tp:focus,
div.taronga-dubbo .button-tp:active,
div.taronga-accommodation-dubbo .button-tp:hover,
div.taronga-accommodation-dubbo .button-tp:focus,
div.taronga-accommodation-dubbo .button-tp:active,
div.taronga-zoofari .button-tp:hover,
div.taronga-zoofari .button-tp:focus,
div.taronga-zoofari .button-tp:active,
div.taronga-savannah .button-tp:hover,
div.taronga-savannah .button-tp:focus,
div.taronga-savannah .button-tp:active,
div.taronga-billabong .button-tp:hover,
div.taronga-billabong .button-tp:focus,
div.taronga-billabong .button-tp:active {
  color: #fff;
  background-color: #b05c00;
}
div.taronga-sydney-d .button-tp:hover,
div.taronga-sydney-d .button-tp:focus,
div.taronga-sydney-d .button-tp:active,
div.taronga-accommodation-sydney-d .button-tp:hover,
div.taronga-accommodation-sydney-d .button-tp:focus,
div.taronga-accommodation-sydney-d .button-tp:active,
div.taronga-roar-d .button-tp:hover,
div.taronga-roar-d .button-tp:focus,
div.taronga-roar-d .button-tp:active {
  color: #fff;
  background-color: #003016;
}
div.taronga-dubbo-d .button-tp:hover,
div.taronga-dubbo-d .button-tp:focus,
div.taronga-dubbo-d .button-tp:active,
div.taronga-accommodation-dubbo-d .button-tp:hover,
div.taronga-accommodation-dubbo-d .button-tp:focus,
div.taronga-accommodation-dubbo-d .button-tp:active,
div.taronga-zoofari-d .button-tp:hover,
div.taronga-zoofari-d .button-tp:focus,
div.taronga-zoofari-d .button-tp:active,
div.taronga-savannah-d .button-tp:hover,
div.taronga-savannah-d .button-tp:focus,
div.taronga-savannah-d .button-tp:active,
div.taronga-billabong-d .button-tp:hover,
div.taronga-billabong-d .button-tp:focus,
div.taronga-billabong-d .button-tp:active {
  color: #fff;
  background-color: #7d4100;
}
div.taronga-general .button-tp:hover,
div.taronga-general .button-tp:focus,
div.taronga-general .button-tp:active,
div.taronga-accommodation-general .button-tp:hover,
div.taronga-accommodation-general .button-tp:focus,
div.taronga-accommodation-general .button-tp:active {
  background-color: #01221a;
  color: #fff;
}
div.taronga-institute .button-tp:hover,
div.taronga-institute .button-tp:focus,
div.taronga-institute .button-tp:active {
  background-color: #01313d;
  color: #fff;
}
div.taronga-zoo-friends .button-tp:hover,
div.taronga-zoo-friends .button-tp:focus,
div.taronga-zoo-friends .button-tp:active {
  background-color: #5d3179;
  color: #fff;
}
.taronga-retreat .button-overlay-cta {
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #cba25b;
  color: #000;
}
.taronga-sydney input[name="op"],
.taronga-accommodation-sydney input[name="op"],
.taronga-roar input[name="op"] {
  color: #fff;
  background-color: #009645;
}
.taronga-dubbo input[name="op"],
.taronga-accommodation-dubbo input[name="op"],
.taronga-zoofari input[name="op"],
.taronga-savannah input[name="op"],
.taronga-billabong input[name="op"] {
  color: #fff;
  background-color: #e37700;
}
.taronga-general input[name="op"],
.taronga-accommodation-general input[name="op"] {
  background-color: #02543f;
  color: #fff;
}
.taronga-institute input[name="op"] {
  background-color: #015a70;
  color: #fff;
}
.taronga-zoo-friends input[name="op"] {
  background-color: #5d3179;
  color: #fff;
}
.taronga-sydney input[name="op"]:hover,
.taronga-sydney input[name="op"]:focus,
.taronga-sydney input[name="op"]:active,
.taronga-accommodation-sydney input[name="op"]:hover,
.taronga-accommodation-sydney input[name="op"]:focus,
.taronga-accommodation-sydney input[name="op"]:active,
.taronga-roar input[name="op"]:hover,
.taronga-roar input[name="op"]:focus,
.taronga-roar input[name="op"]:active {
  color: #fff;
  background-color: #00632e;
}
.taronga-dubbo input[name="op"]:hover,
.taronga-dubbo input[name="op"]:focus,
.taronga-dubbo input[name="op"]:active,
.taronga-accommodation-dubbo input[name="op"]:hover,
.taronga-accommodation-dubbo input[name="op"]:focus,
.taronga-accommodation-dubbo input[name="op"]:active,
.taronga-zoofari input[name="op"]:hover,
.taronga-zoofari input[name="op"]:focus,
.taronga-zoofari input[name="op"]:active,
.taronga-savannah input[name="op"]:hover,
.taronga-savannah input[name="op"]:focus,
.taronga-savannah input[name="op"]:active,
.taronga-billabong input[name="op"]:hover,
.taronga-billabong input[name="op"]:focus,
.taronga-billabong input[name="op"]:active {
  color: #fff;
  background-color: #b05c00;
}
.taronga-general input[name="op"]:hover,
.taronga-general input[name="op"]:focus,
.taronga-general input[name="op"]:active,
.taronga-accommodation-general input[name="op"]:hover,
.taronga-accommodation-general input[name="op"]:focus,
.taronga-accommodation-general input[name="op"]:active {
  background-color: #01221a;
  color: #fff;
}
.taronga-institute input[name="op"]:hover,
.taronga-institute input[name="op"]:focus,
.taronga-institute input[name="op"]:active {
  background-color: #01313d;
  color: #fff;
}
.taronga-zoo-friends input[name="op"]:hover,
.taronga-zoo-friends input[name="op"]:focus,
.taronga-zoo-friends input[name="op"]:active {
  background-color: #5d3179;
  color: #fff;
}
.buy-tickets .paragraph--type--paragraph-faq {
  width: calc(83.33333% - 36.66667px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
.covid-layout-box {
  padding: 20px 20px 20px 140px;
  background: #c8f1ff;
  position: relative;
  min-height: 136px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 667px) {
  .covid-layout-box {
    padding: 20px;
    margin: 20px 0 0;
  }
}
.covid-layout-box:before {
  content: "";
  position: absolute;
  background: url("../images/covid-safe-logo.png") left top no-repeat;
  background-size: 100%;
  display: block;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 20px;
}
@media only screen and (max-width: 667px) {
  .covid-layout-box:before {
    display: none;
  }
}
.covid-layout-box.dnd-display:before {
  content: "";
  position: absolute;
  background: url("/themes/custom/taronga/css/../img/logo/dine-and-discover-logo.png")
    left top no-repeat;
  background-size: 100%;
  display: block;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 20px;
}
@media only screen and (max-width: 667px) {
  .covid-layout-box.dnd-display:before {
    display: none;
  }
}
.covid-layout-box .covid-layer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.covid-layout-box h2,
.covid-layout-box h3,
.covid-layout-box h4 {
  margin: 1rem 0;
}
.covid-layout-box h2:first-of-type,
.covid-layout-box h3:first-of-type,
.covid-layout-box h4:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.covid-layout-box p:last-of-type {
  margin-bottom: 0;
}
.covid-layout-box .service-nsw-app {
  margin-bottom: 15px;
}
.covid-layout-box .service-nsw-app .download-button-box {
  display: inline-block;
  padding: 20px;
  background: #fff;
  margin-right: 15px;
  text-align: center;
}
@media only screen and (max-width: 667px) {
  .covid-layout-box .service-nsw-app .download-button-box {
    float: left;
    clear: left;
    margin-bottom: 10px;
  }
}
.covid-layout-box .service-nsw-app .download-button-box h5 {
  font-size: 2rem;
  margin: 0;
}
.covid-layout-box .service-nsw-app .download-button-box .download-button {
  display: inline-block;
}
.page-node-type-page .covid-layout-box,
.index-page .covid-layout-box,
.retreat-basic-pages .covid-layout-box,
.retreat-index-pages .covid-layout-box {
  margin: 0;
  text-align: left !important;
}
.call-out-block {
  display: block;
  width: 100%;
  float: left;
}
.call-out-block-content {
  width: calc(100%);
  float: left;
  margin-left: 0px;
}
.call-out-block-content-wrapper {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .call-out-block-content-wrapper {
    display: block;
  }
}
.call-out-block-left {
  width: 55%;
  height: 100%;
  display: table-cell;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 1100px) {
  .call-out-block-left {
    display: block;
    width: 100%;
    min-height: 400px;
  }
}
@media only screen and (max-width: 667px) {
  .call-out-block-left {
    min-height: 340px;
  }
}
.call-out-block-right {
  width: 45%;
  display: table-cell;
}
@media only screen and (max-width: 1100px) {
  .call-out-block-right {
    display: block;
    width: 100%;
  }
}
.call-out-block-right-top {
  background: #02543f;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .call-out-block-right-top {
    padding: 30px 0;
  }
}
.call-out-block-right-top-wrapper {
  margin-left: 65px;
  max-width: 430px;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .call-out-block-right-top-wrapper {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .call-out-block-right-top-wrapper {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .call-out-block-right-top-wrapper {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .call-out-block-right-top-wrapper {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.call-out-block-right-top-wrapper h2 {
  font-size: 11rem;
  line-height: 9rem;
  color: #fff;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .call-out-block-right-top-wrapper h2 {
    font-size: 8rem;
    line-height: 7.4rem;
  }
}
@media only screen and (max-width: 1100px) {
  .call-out-block-right-top-wrapper h2 {
    margin: 10px 0;
    font-size: 6rem;
    line-height: 5.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .call-out-block-right-top-wrapper h2 {
    font-size: 5rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 667px) {
  .call-out-block-right-top-wrapper h2 {
    margin: 0;
    font-size: 4rem;
    line-height: 3.4rem;
  }
}
.call-out-block-right-bottom-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 430px;
  margin-left: 65px;
  margin-bottom: 70px;
  margin-top: 70px;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .call-out-block-right-bottom-wrapper {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 1100px) {
  .call-out-block-right-bottom-wrapper {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    max-width: none;
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 768px) {
  .call-out-block-right-bottom-wrapper {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .call-out-block-right-bottom-wrapper {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.call-out-block-right-bottom-wrapper h3 {
  margin: 0;
  margin-bottom: 20px;
  color: #000;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 4rem;
  line-height: 4rem;
}
.lang-vietnamese .call-out-block-right-bottom-wrapper h3 {
  font-family: Noto-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 1100px) {
  .call-out-block-right-bottom-wrapper h3 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
.call-out-block-right-bottom-description {
  margin: 0 0 30px;
}
@media only screen and (max-width: 1100px) {
  .call-out-block-right-bottom-description {
    max-width: 600px;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 768px) {
  .call-out-block-right-bottom-description {
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
.call-out-block-right-bottom-description p {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
}
.call-out-block-right-bottom-links-wrapper {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .call-out-block-right-bottom-links-wrapper {
    max-width: 375px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .call-out-block-right-bottom-links-wrapper {
    max-width: 275px;
    text-align: left;
  }
}
.call-out-block-right-bottom-links-item {
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.call-out-block-right-bottom-links-item:nth-child(odd) {
  width: calc(50% - 15px);
  margin-right: 15px;
}
.call-out-block-right-bottom-links-item:nth-child(even) {
  width: calc(50% - 15px);
  margin-left: 15px;
}
@media only screen and (max-width: 1100px) {
  .call-out-block-right-bottom-links-item:nth-child(odd) {
    width: 100%;
    margin-right: 0;
  }
  .call-out-block-right-bottom-links-item:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }
}
.call-out-block-right-bottom-links-item:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: 10px;
  top: 50%;
  cursor: pointer;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #000;
}
.call-out-block-right-bottom-links-item a {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  position: relative;
  padding-right: 20px;
  display: inline-block;
  text-decoration: none;
}
.lang-vietnamese .call-out-block-right-bottom-links-item a {
  font-family: Noto-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
}
.call-out-block-right-bottom-links-wrapper
  .call-out-block-right-bottom-links-item
  a {
  color: #000;
}
.call-out-block-right-bottom-links-item a:hover {
  text-decoration: underline;
}
.call-out-block-right-bottom-cta-wrapper {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
body[class*="whole-wild-world"] .header-hero-heading {
  text-indent: -9999px;
  display: inline-block;
  background: url("../images/summer-campaign-lockup.png") center center
    no-repeat;
  background-size: 100%;
  width: 300px;
  height: 192px;
}
@media only screen and (max-width: 667px) {
  body[class*="whole-wild-world"] .header-hero-heading {
    width: 206px;
    height: 132px;
  }
}
body[class*="whole-wild-world"] .header-hero-byline {
  display: none;
}
.tarongasaurs .header-hero-heading {
  display: none;
}
.center-text-block {
  text-align: center;
  margin: 50px auto;
  max-width: 700px;
  padding: 0 20px;
}
.center-text-block-heading {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.taronga-retreat .center-text-block-heading {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.3rem;
}
@media only screen and (max-width: 1100px) {
  .taronga-retreat .center-text-block-heading {
    font-size: 2rem;
  }
}
.taronga-retreat .center-text-block-body-wrapper {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.taronga-retreat .center-text-block-body-wrapper p {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 3.3rem;
}
@media only screen and (max-width: 1100px) {
  .taronga-retreat .center-text-block-body-wrapper p {
    font-size: 2rem;
  }
}
.collapsible-container a {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.1rem;
  position: relative;
  text-transform: uppercase;
  padding: 0;
  text-decoration: none;
  border-bottom: 2px solid #000;
  display: none;
}
@media only screen and (max-width: 1100px) {
  .collapsible-container a {
    display: inline;
  }
}
.taronga-sydney .collapsible-container a,
.taronga-accommodation-sydney .collapsible-container a,
.taronga-roar .collapsible-container a {
  color: #009645;
  border-bottom: 2px solid #009645;
}
.taronga-dubbo .collapsible-container a,
.taronga-accommodation-dubbo .collapsible-container a,
.taronga-zoofari .collapsible-container a,
.taronga-savannah .collapsible-container a,
.taronga-billabong .collapsible-container a {
  color: #e37700;
  border-bottom: 2px solid #e37700;
}
.taronga-general .collapsible-container a,
.taronga-accommodation-general .collapsible-container a {
  color: #02543f;
  border-bottom: 2px solid #02543f;
}
.taronga-institute .collapsible-container a {
  color: #015a70;
  border-bottom: 2px solid #015a70;
}
.taronga-sydney .collapsible-container a:hover,
.taronga-sydney .collapsible-container a:focus,
.taronga-sydney .collapsible-container a:active,
.taronga-accommodation-sydney .collapsible-container a:hover,
.taronga-accommodation-sydney .collapsible-container a:focus,
.taronga-accommodation-sydney .collapsible-container a:active,
.taronga-roar .collapsible-container a:hover,
.taronga-roar .collapsible-container a:focus,
.taronga-roar .collapsible-container a:active {
  color: #009645;
  border-bottom: 2px solid #009645;
}
.taronga-dubbo .collapsible-container a:hover,
.taronga-dubbo .collapsible-container a:focus,
.taronga-dubbo .collapsible-container a:active,
.taronga-accommodation-dubbo .collapsible-container a:hover,
.taronga-accommodation-dubbo .collapsible-container a:focus,
.taronga-accommodation-dubbo .collapsible-container a:active,
.taronga-zoofari .collapsible-container a:hover,
.taronga-zoofari .collapsible-container a:focus,
.taronga-zoofari .collapsible-container a:active,
.taronga-savannah .collapsible-container a:hover,
.taronga-savannah .collapsible-container a:focus,
.taronga-savannah .collapsible-container a:active,
.taronga-billabong .collapsible-container a:hover,
.taronga-billabong .collapsible-container a:focus,
.taronga-billabong .collapsible-container a:active {
  color: #e37700;
  border-bottom: 2px solid #e37700;
}
.taronga-general .collapsible-container a:hover,
.taronga-general .collapsible-container a:focus,
.taronga-general .collapsible-container a:active,
.taronga-accommodation-general .collapsible-container a:hover,
.taronga-accommodation-general .collapsible-container a:focus,
.taronga-accommodation-general .collapsible-container a:active {
  color: #02543f;
  border-bottom: 2px solid #02543f;
}
.taronga-institute .collapsible-container a:hover,
.taronga-institute .collapsible-container a:focus,
.taronga-institute .collapsible-container a:active {
  color: #015a70;
  border-bottom: 2px solid #015a70;
}
.collapsible-container a.open:after {
  font-family: "FontAwesome";
  content: "\f0d7";
}
.collapsible-container a:after {
  font-family: "FontAwesome";
  content: "\f0da";
  position: absolute;
  margin-left: 5px;
}
.taronga-sydney .collapsible-container a:after,
.taronga-accommodation-sydney .collapsible-container a:after,
.taronga-roar .collapsible-container a:after {
  color: #009645;
}
.taronga-dubbo .collapsible-container a:after,
.taronga-accommodation-dubbo .collapsible-container a:after,
.taronga-zoofari .collapsible-container a:after,
.taronga-savannah .collapsible-container a:after,
.taronga-billabong .collapsible-container a:after {
  color: #e37700;
}
.taronga-general .collapsible-container a:after,
.taronga-accommodation-general .collapsible-container a:after {
  color: #02543f;
}
.taronga-institute .collapsible-container a:after {
  color: #015a70;
}
.collapsible-click-wrapper {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.collapsible-content {
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  .collapsible-content {
    display: none;
  }
}
.corporate-sponsors-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
  margin-top: 35px;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .corporate-sponsors-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 768px) {
  .corporate-sponsors-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .corporate-sponsors-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.corporate-sponsors-content ul {
  padding: 0;
}
.corporate-sponsors-content ul.corporate-sponsors-padding li {
  padding: 0 40px;
  margin-right: 0;
}
.corporate-sponsors-content ul.corporate-sponsors-padding li img {
  width: 90px;
}
.corporate-sponsors-content ul.corporate-sponsors-padding li:nth-child(2n + 1) {
  clear: both;
}
.corporate-sponsors-content ul.corporate-sponsors-padding-no li {
  padding: 0;
  width: 15%;
}
.corporate-sponsors-content
  ul.corporate-sponsors-padding-no
  li:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 1100px) {
  .corporate-sponsors-content ul.corporate-sponsors-padding-no li {
    width: 50%;
    float: left;
    margin-right: 0;
  }
}
@media only screen and (max-width: 667px) {
  .corporate-sponsors-content ul.corporate-sponsors-padding-no li {
    width: 100%;
  }
}
.corporate-sponsors-content ul.corporate-sponsors-padding-no li img {
  width: 150px;
}
.corporate-sponsors-content-wrapper {
  display: inline-block;
  list-style-type: none;
  margin-right: 50px;
  margin-bottom: 30px;
  vertical-align: middle;
}
@media only screen and (max-width: 667px) {
  .corporate-sponsors-content-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 667px) {
  .corporate-sponsors-content-image-wrapper {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
}
.corporate-sponsors-content-image-wrapper img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.corporate-sponsors-links-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .corporate-sponsors-links-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 768px) {
  .corporate-sponsors-links-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .corporate-sponsors-links-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.corporate-sponsors-links-wrapper {
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px !important;
  list-style-position: outside;
  max-width: 600px;
}
.corporate-sponsors-links-wrapper-item {
  text-align: left;
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding-right: 40px;
}
@media only screen and (max-width: 1100px) {
  .corporate-sponsors-links-wrapper-item {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .corporate-sponsors-links-wrapper-item {
    width: 100%;
    margin-left: 40px;
  }
}
.corporate-sponsors-links-wrapper-item a {
  color: #000;
  text-decoration: none;
}
.corporate-sponsors-links-wrapper-item a:hover {
  text-decoration: underline;
}
.corporate-sponsors-links-wrapper-item:nth-child(2n + 1) {
  clear: both;
}
.country-footer-wrapper-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .country-footer-wrapper-background {
    min-height: 40vw;
  }
}
@media only screen and (max-width: 667px) {
  .country-footer-wrapper-background {
    min-height: 350px;
  }
}
.country-footer-wrapper-content {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  width: 65%;
  max-width: 700px;
}
@media only screen and (max-width: 768px) {
  .country-footer-wrapper-content {
    width: 75%;
  }
}
@media only screen and (max-width: 667px) {
  .country-footer-wrapper-content {
    width: 85%;
  }
}
.country-footer-wrapper-content strong {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.4px;
}
@media only screen and (max-width: 667px) {
  .country-footer-wrapper-content strong {
    min-height: 350px;
  }
}
.region-main iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.region-main twitterwidget {
  margin: 0 auto;
}
.faq-container {
  max-width: 1195px;
  margin: 60px auto 0;
}
.supplementary .faq-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 768px) {
  .supplementary .faq-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .supplementary .faq-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.faq-wrapper {
  margin-top: 10px;
  margin-bottom: 40px;
}
.supplementary .faq-wrapper {
  width: calc(66.66667% - 33.33333px);
  float: left;
  margin-left: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 1100px) {
  .supplementary .faq-wrapper {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 667px) {
  .supplementary .faq-wrapper {
    width: calc(100% - 10px);
    float: left;
    margin-left: 5px;
  }
}
.faq-item {
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 10px;
}
.faq-heading {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.faq-heading h2 {
  margin: 0;
}
.faq-question {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 667px) {
  .faq-question {
    margin-left: 10px;
  }
}
.faq-question h4 {
  position: relative;
  cursor: pointer;
  padding-right: 60px;
}
.taronga-retreat .faq-question h4 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
}
@media only screen and (max-width: 667px) {
  .faq-question h4 {
    padding-right: 60px;
  }
}
.faq-question h4:after {
  position: absolute;
  right: 20px;
  font-family: "FontAwesome";
  content: "\f061";
  margin-right: 5px;
  color: #000;
  font-size: 1.4rem;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 667px) {
  .faq-question h4:after {
    right: 10px;
  }
}
.faq-question.open h4:after {
  font-family: "FontAwesome";
  content: "\f063";
}
.faq-answer {
  display: none;
  margin-bottom: 25px;
}
.faq-answer .answer-container {
  padding-left: 20px;
  padding-right: 10px;
  overflow: hidden;
}
.taronga-sydney .faq-answer .answer-container,
.taronga-accommodation-sydney .faq-answer .answer-container,
.taronga-roar .faq-answer .answer-container {
  border-left: 5px solid #009645;
}
.taronga-dubbo .faq-answer .answer-container,
.taronga-accommodation-dubbo .faq-answer .answer-container,
.taronga-zoofari .faq-answer .answer-container,
.taronga-savannah .faq-answer .answer-container,
.taronga-billabong .faq-answer .answer-container {
  border-left: 5px solid #e37700;
}
.taronga-general .faq-answer .answer-container,
.taronga-accommodation-general .faq-answer .answer-container {
  border-left: 5px solid #02543f;
}
.taronga-institute .faq-answer .answer-container {
  border-left: 5px solid #015a70;
}
.taronga-retreat .faq-answer .answer-container {
  border-left: 5px solid #cba25b;
}
.faq-answer.open {
  display: block;
}
.faq-image {
  float: left;
  margin-right: 20px;
  max-width: 300px;
}
@media only screen and (max-width: 667px) {
  .faq-image {
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.faq-image img {
  width: 300px;
  height: 300px;
}
@media only screen and (max-width: 667px) {
  .faq-image img {
    width: 100%;
    height: 100%;
  }
}
.feature-block {
  margin: 30px 0 80px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .feature-block {
    margin: 0;
  }
}
.feature-block-image {
  background-position: center center;
  background-size: cover;
  max-width: 1195px;
  min-height: 655px;
  max-height: 655px;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .feature-block-image {
    min-height: 500px;
    max-height: 500px;
  }
}
@media only screen and (max-width: 667px) {
  .feature-block-image {
    min-height: 400px;
    max-height: 400px;
  }
}
@media only screen and (max-width: 414px) {
  .feature-block-image {
    min-height: 210px;
    max-height: 210px;
  }
}
.feature-block-content {
  position: absolute;
  bottom: -40px;
  max-width: 485px;
}
.taronga-sydney .feature-block-content,
.taronga-accommodation-sydney .feature-block-content,
.taronga-roar .feature-block-content {
  background: #009645;
}
.taronga-dubbo .feature-block-content,
.taronga-accommodation-dubbo .feature-block-content,
.taronga-zoofari .feature-block-content,
.taronga-savannah .feature-block-content,
.taronga-billabong .feature-block-content {
  background: #e37700;
}
.taronga-general .feature-block-content,
.taronga-accommodation-general .feature-block-content {
  background: #02543f;
}
.taronga-institute .feature-block-content {
  background: #015a70;
}
.taronga-retreat .feature-block-content {
  background: #e8e6e1;
}
.taronga-zoo-friends .feature-block-content {
  background: #5d3179;
}
.feature-block-content-desktop {
  display: block;
}
@media only screen and (max-width: 1100px) {
  .feature-block-content-desktop {
    display: none;
  }
}
.feature-block-content-mobile {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .feature-block-content-mobile {
    display: inline-block;
    position: relative;
    max-width: none;
    width: 100%;
    bottom: 0;
    vertical-align: middle;
  }
}
.feature-block-content.content-left {
  left: -35px;
}
.feature-block-content.content-right {
  right: -35px;
}
.feature-block-content-wrapper {
  margin-bottom: 40px;
  margin-top: 35px;
  width: calc(91.66667% - 38.33333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(4.16667% - 20.83333px + 40px);
}
@media only screen and (max-width: 1100px) {
  .feature-block-content-wrapper {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 768px) {
  .feature-block-content-wrapper {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .feature-block-content-wrapper {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.feature-block-content-wrapper h2 {
  margin: 0;
  color: #fff;
}
.taronga-retreat .feature-block-content-wrapper h2 {
  color: #000;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
}
.feature-block-content-description {
  margin: 20px 0 15px;
}
@media only screen and (max-width: 1100px) {
  .feature-block-content-description {
    margin-top: 15px;
  }
}
.feature-block-content-description p {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 5px;
}
.taronga-retreat .feature-block-content-description p {
  color: #000;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.feature-block-content-link-wrapper {
  margin: 30px 0 0;
}
.feature-block-content-link-cta-wrapper {
  margin-top: 15px;
  display: inline-block;
  clear: both;
}
.feature-block-content-link-item {
  width: 50%;
  float: left;
  position: relative;
  margin-bottom: 10px;
  color: #fff;
}
.taronga-retreat .feature-block-content-link-item {
  color: #000;
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 1100px) {
  .feature-block-content-link-item {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .feature-block-content-link-item {
    width: 100%;
  }
}
.feature-block-content-link-item a {
  color: #fff;
  width: auto;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 1.6rem;
  padding-right: 40px;
  display: inline-block;
}
.taronga-retreat .feature-block-content-link-item a {
  color: #000;
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.feature-block-content-link-item a:hover,
.feature-block-content-link-item a:focus {
  text-decoration: underline;
}
.feature-block-content-link-item a:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f061";
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-page-feature-block {
  display: block;
  width: 100%;
  float: left;
}
.home-page-feature-block-wrapper {
  position: relative;
}
.home-page-feature-block-wrapper-show-desktop {
  display: block;
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-wrapper-show-desktop {
    display: none;
  }
}
.home-page-feature-block-wrapper-show-mobile {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-wrapper-show-mobile {
    display: block;
  }
}
.home-page-feature-block-align {
  position: absolute;
  z-index: 100;
  bottom: 210px;
  width: 100%;
}
.home-page-feature-block-content-wrapper {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: table;
}
.home-page-feature-block-bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  z-index: -1;
  display: block !important;
  min-height: 45vw;
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-bg-image {
    min-height: 350px;
  }
}
.feature-block-taronga-institute .home-page-feature-block-bg-image:after {
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 100%;
  right: -15%;
  bottom: -30%;
  background-color: #015a70;
  z-index: -1;
  width: 50vw;
  height: 50vw;
}
@media only screen and (max-width: 1100px) {
  .feature-block-taronga-institute .home-page-feature-block-bg-image:after {
    height: 350px;
    width: 350px;
  }
}
@media only screen and (max-width: 667px) {
  .feature-block-taronga-institute .home-page-feature-block-bg-image:after {
    height: 275px;
    width: 275px;
  }
}
.home-page-feature-block-left {
  width: 55%;
  display: table-cell;
}
.home-page-feature-block-right {
  width: 45%;
  display: table-cell;
  vertical-align: bottom;
  z-index: 1;
}
.home-page-feature-block-right-wrapper {
  margin-left: 65px;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .home-page-feature-block-right-wrapper {
    margin-left: 0;
  }
}
.home-page-feature-block-header-wrapper {
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-header-wrapper {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
    position: absolute;
    z-index: 100;
    bottom: 0;
    margin-bottom: 40px;
    max-width: 300px;
  }
  .feature-block-taronga-institute .home-page-feature-block-header-wrapper {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-page-feature-block-header-wrapper {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
    position: absolute;
    z-index: 100;
    bottom: 0;
    margin-bottom: 40px;
    max-width: 300px;
  }
  .feature-block-taronga-institute .home-page-feature-block-header-wrapper {
    right: 0;
  }
}
@media only screen and (max-width: 667px) {
  .home-page-feature-block-header-wrapper {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
    position: absolute;
    z-index: 100;
    bottom: 0;
    margin-bottom: 30px;
    max-width: 300px;
  }
  .feature-block-taronga-institute .home-page-feature-block-header-wrapper {
    right: 0;
  }
}
.home-page-feature-block-header-wrapper h2 {
  margin: 0;
  font-size: 11rem;
  line-height: 9rem;
  color: #fff;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .home-page-feature-block-header-wrapper h2 {
    font-size: 8rem;
    line-height: 7.4rem;
  }
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-header-wrapper h2 {
    font-size: 6rem;
    line-height: 5.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-page-feature-block-header-wrapper h2 {
    font-size: 5rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 667px) {
  .home-page-feature-block-header-wrapper h2 {
    font-size: 4rem;
    line-height: 3.4rem;
  }
}
.home-page-feature-block-secondary-details-wrapper {
  max-width: 490px;
  min-width: 490px;
  margin-top: 30px;
  padding: 30px;
  background: #003e4d;
  position: absolute;
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-secondary-details-wrapper {
    max-width: none;
    position: relative;
    min-width: unset;
    padding: 0;
    width: 100%;
    margin-top: 0;
  }
}
.home-page-feature-block-secondary-details-wrapper-content {
  width: calc(91.66667% - 38.33333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(4.16667% - 20.83333px + 40px);
  float: none;
  text-align: center;
  padding: 30px 0;
}
.home-page-feature-block-secondary-details-wrapper-show-mobile {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-secondary-details-wrapper-show-mobile {
    display: block;
  }
}
.feature-block-taronga-institute
  .home-page-feature-block-secondary-details-wrapper {
  background: #003e4d;
}
.feature-block-taronga-conservation
  .home-page-feature-block-secondary-details-wrapper {
  background: #02543f;
}
.home-page-feature-block-secondary-details-wrapper h3 {
  margin: 0;
  margin-bottom: 20px;
  color: #fff;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 4rem;
  line-height: 4rem;
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-secondary-details-wrapper h3 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
.home-page-feature-block-secondary-details-description {
  margin: 0 0 30px;
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-secondary-details-description {
    max-width: 600px;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 768px) {
  .home-page-feature-block-secondary-details-description {
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
.home-page-feature-block-secondary-details-description p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 5px;
}
.home-page-feature-block-secondary-details-links-wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-secondary-details-links-wrapper {
    max-width: 375px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .home-page-feature-block-secondary-details-links-wrapper {
    max-width: 275px;
  }
}
@media only screen and (max-width: 667px) {
  .home-page-feature-block-secondary-details-links-wrapper {
    max-width: 275px;
  }
}
.home-page-feature-block-secondary-details-links-item {
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.home-page-feature-block-secondary-details-links-item:nth-child(odd) {
  width: calc(50% - 15px);
  margin-right: 15px;
}
.home-page-feature-block-secondary-details-links-item:nth-child(even) {
  width: calc(50% - 15px);
  margin-left: 15px;
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-secondary-details-links-item:nth-child(odd) {
    width: 100%;
    margin-right: 0;
  }
  .home-page-feature-block-secondary-details-links-item:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }
}
.home-page-feature-block-secondary-details-links-item:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: 10px;
  top: 50%;
  cursor: pointer;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #fff;
}
.home-page-feature-block-secondary-details-links-item a {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  position: relative;
  padding-right: 20px;
  display: inline-block;
  text-decoration: none;
  line-height: 2rem;
}
.home-page-feature-block-secondary-details-links-wrapper
  .home-page-feature-block-secondary-details-links-item
  a {
  color: #fff;
}
.home-page-feature-block-secondary-details-links-item a:hover {
  text-decoration: underline;
}
.home-page-feature-block-nav-align {
  position: absolute;
  width: 100%;
  bottom: 80px;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .home-page-feature-block-nav-align {
    width: 100%;
    bottom: 30px;
    max-width: 200px;
    left: 0;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .feature-block-taronga-conservation .home-page-feature-block-nav-align {
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-nav-align {
    width: 100%;
    top: 15px;
    max-width: 200px;
    right: 0;
  }
}
@media only screen and (max-width: 667px) {
  .home-page-feature-block-nav-align {
    width: 100%;
    top: 15px;
    max-width: 110px;
    right: 0;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .home-page-feature-block-nav-align .slick-slide {
    width: 20px !important;
    display: inline-block;
    float: none;
  }
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-nav-align .slick-slide {
    width: 20px !important;
    display: inline-block;
    float: none;
  }
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-nav-align .slick-track {
    padding: 0 !important;
    float: left;
  }
}
@media only screen and (max-width: 667px) {
  .home-page-feature-block-nav-align .slick-track {
    padding: 0 !important;
    float: right;
  }
}
@media only screen and (max-width: 667px) {
  .home-page-feature-block-nav-align .slick-list {
    padding: 0 25px !important;
  }
}
.home-page-feature-block-nav-items-wrapper {
  max-width: 600px;
}
.feature-block-taronga-conservation .home-page-feature-block-nav-items-wrapper {
  float: right;
  width: 100%;
  right: 15%;
}
@media only screen and (max-width: 1100px) {
  .feature-block-taronga-conservation
    .home-page-feature-block-nav-items-wrapper {
    max-width: 600px;
    float: none;
    right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .feature-block-taronga-conservation
    .home-page-feature-block-nav-items-wrapper {
    max-width: 600px;
    float: none;
    right: 10%;
  }
}
@media only screen and (max-width: 667px) {
  .feature-block-taronga-conservation
    .home-page-feature-block-nav-items-wrapper {
    max-width: none;
    float: none;
    right: 15%;
  }
}
.home-page-feature-block-nav-item {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  color: #f4f4f4;
  margin-top: 10px;
  cursor: pointer;
  border-top: 1px solid #f4f4f4;
  display: inline-block;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .home-page-feature-block-nav-item {
    border-top: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-nav-item {
    border-top: 0;
  }
}
.slick-current .home-page-feature-block-nav-item {
  border-top: 3px solid #f4f4f4;
  margin-top: 8px;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .slick-current .home-page-feature-block-nav-item {
    border-top: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .slick-current .home-page-feature-block-nav-item {
    border-top: 0;
    margin-top: 10px;
  }
}
.home-page-feature-block-nav-item-text {
  width: 80%;
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .home-page-feature-block-nav-item-text {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-nav-item-text {
    display: none;
  }
}
.home-page-feature-block-nav-item-number {
  color: #000;
  font-size: 1.008rem;
  background: #f4f4f4;
  line-height: 19px;
  width: 19px;
  height: 19px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  margin-top: 10px;
  margin-bottom: 3px;
  cursor: pointer;
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .home-page-feature-block-nav-item-number {
    font-size: 0;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: transparent;
    border: 1px solid #f4f4f4;
  }
}
@media only screen and (max-width: 1100px) {
  .home-page-feature-block-nav-item-number {
    font-size: 0;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: transparent;
    border: 1px solid #f4f4f4;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .slick-current .home-page-feature-block-nav-item-number {
    background: #f4f4f4;
  }
}
@media only screen and (max-width: 1100px) {
  .slick-current .home-page-feature-block-nav-item-number {
    background: #f4f4f4;
  }
}
.file-upload-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
  margin-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  .file-upload-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .file-upload-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.file-upload-content .file {
  margin-bottom: 15px;
}
.file-upload-content .file:last-child {
  margin-bottom: 0;
}
.file-upload-content .file a {
  font-size: 1.4rem;
  color: #000;
  text-decoration: underline;
}
.file-upload-content .file a:before {
  font-family: "FontAwesome";
  content: "\f019";
  margin-right: 5px;
  color: #000;
  font-size: 1.4rem;
}
.file-upload-content .file-name {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  margin-bottom: 20px;
  display: inline-block;
  width: calc(50%);
  float: left;
  margin-left: 0px;
}
@media only screen and (max-width: 1100px) {
  .file-upload-content .file-name {
    width: calc(91.66667%);
    float: left;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 667px) {
  .file-upload-content .file-name {
    width: calc(91.66667%);
    float: left;
    margin-left: 0px;
  }
}
.file-upload-content .file-size {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  color: #000;
  text-decoration: underline;
}
.file-upload-content .file-size-wrapper {
  width: calc(50%);
  float: left;
  margin-left: 0px;
  text-align: right;
}
@media only screen and (max-width: 1100px) {
  .file-upload-content .file-size-wrapper {
    width: calc(91.66667%);
    float: left;
    margin-left: 0px;
    text-align: left;
  }
}
@media only screen and (max-width: 667px) {
  .file-upload-content .file-size-wrapper {
    width: calc(91.66667%);
    float: left;
    margin-left: 0px;
  }
}
.file-upload-item {
  width: calc(66.66667%);
  float: left;
  margin-left: 0px;
}
@media only screen and (max-width: 1100px) {
  .file-upload-item {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 667px) {
  .file-upload-item {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
  }
}
.footer-newsletter {
  background: #f4f4f4;
  padding: 60px 0;
}
.taronga-retreat .footer-newsletter {
  background: #cba25b;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.footer-newsletter-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .footer-newsletter-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
.footer-newsletter .newsletter-wrapper .ajax-progress-throbber {
  display: inline-block;
  padding: 1px 8px 2px 5px;
  margin-top: 38px;
}
.footer-newsletter .newsletter-wrapper .ajax-progress-throbber .throbber {
  padding: 1px 8px 2px;
}
.footer-newsletter .newsletter-signup,
.footer-newsletter .retreat-newsletter {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.footer-newsletter .newsletter-signup .form-item,
.footer-newsletter .retreat-newsletter .form-item {
  margin-top: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.footer-newsletter .newsletter-signup .form-item input,
.footer-newsletter .retreat-newsletter .form-item input {
  height: 50px;
  background: #f4f4f4;
  padding: 5px 10px;
}
.footer-newsletter .newsletter-signup .form-item.js-form-type-email,
.footer-newsletter .retreat-newsletter .form-item.js-form-type-email {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.footer-newsletter .newsletter-signup .form-item.js-form-type-email input,
.footer-newsletter .retreat-newsletter .form-item.js-form-type-email input {
  height: 50px;
  background: #f4f4f4;
  padding: 5px 10px;
}
.taronga-retreat
  .footer-newsletter
  .newsletter-signup
  .form-item.js-form-type-email
  input,
.taronga-retreat
  .footer-newsletter
  .retreat-newsletter
  .form-item.js-form-type-email
  input {
  background: #cba25b;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #000;
}
.footer-newsletter .newsletter-signup .form-actions,
.footer-newsletter .retreat-newsletter .form-actions {
  vertical-align: top;
  padding-top: 30px;
}
@media only screen and (max-width: 880px) {
  .footer-newsletter .newsletter-signup .form-actions,
  .footer-newsletter .retreat-newsletter .form-actions {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 667px) {
  .footer-newsletter .newsletter-signup .form-actions,
  .footer-newsletter .retreat-newsletter .form-actions {
    float: none;
  }
}
.footer-newsletter .newsletter-signup .form-actions input,
.footer-newsletter .retreat-newsletter .form-actions input {
  float: none;
  display: inline-block;
  height: 50px;
  margin-top: 0;
  vertical-align: top;
  margin-left: -3px;
}
@media only screen and (max-width: 880px) {
  .footer-newsletter .newsletter-signup .form-actions input,
  .footer-newsletter .retreat-newsletter .form-actions input {
    margin-top: 20px;
    margin-left: 0;
  }
}
.footer-newsletter .newsletter-signup .form-actions input.button-nsu,
.footer-newsletter .retreat-newsletter .form-actions input.button-nsu {
  -webkit-appearance: button;
}
.footer-newsletter .newsletter-signup h2,
.footer-newsletter .retreat-newsletter h2 {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  font-size: 2.6rem;
  line-height: 3rem;
  margin-bottom: 30px;
}
.taronga-retreat .footer-newsletter .newsletter-signup h2,
.taronga-retreat .footer-newsletter .retreat-newsletter h2 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer-newsletter .retreat-newsletter h2 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer-newsletter .retreat-newsletter .form-item.js-form-type-email input {
  background: #cba25b;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #000;
}
.footer-newsletter .retreat-newsletter .form-actions input {
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.footer-newsletter .formassembly-embed {
  max-height: 520px;
  overflow-y: hidden;
}
@media only screen and (max-width: 667px) {
  .footer-newsletter .formassembly-embed {
    max-height: 100%;
  }
}
.footer-newsletter .formassembly-embed .formassembly-container h2 {
  margin: 0;
}
.webform-confirmation__message,
.webform-confirmation__back > a {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.formassembly-container iframe {
  width: 100%;
  max-width: 600px;
}
@media only screen and (max-width: 667px) {
  .formassembly-container iframe {
    max-width: 100%;
  }
}
.webform-confirmation {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 0;
  margin-bottom: 20px;
}
form .form-item {
  margin-top: 20px;
}
form label,
form legend {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.5rem;
  display: block;
  margin-bottom: 10px;
}
form label .text,
form legend .text {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
}
form label .description,
form legend .description {
  display: block;
}
form .description {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 0;
}
form .webform-element-description {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 0;
}
form .form-item-text-field,
form .js-form-type-textfield,
form .js-form-item {
  margin-bottom: 10px;
}
form .form-item-text-field input,
form .js-form-type-textfield input,
form .js-form-item input {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  border: 0;
  border-bottom: 1px solid #3f3f3f;
  height: 40px;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
@media only screen and (max-width: 1100px) {
  form .form-item-text-field input,
  form .js-form-type-textfield input,
  form .js-form-item input {
    width: 100%;
  }
}
form .form-item-text-field input::-webkit-input-placeholder,
form .js-form-type-textfield input::-webkit-input-placeholder,
form .js-form-item input::-webkit-input-placeholder {
  color: #3f3f3f;
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
form .form-item-text-field input::-moz-placeholder,
form .js-form-type-textfield input::-moz-placeholder,
form .js-form-item input::-moz-placeholder {
  color: #3f3f3f;
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
form .form-item-text-field input::-ms-input-placeholder,
form .js-form-type-textfield input::-ms-input-placeholder,
form .js-form-item input::-ms-input-placeholder {
  color: #3f3f3f;
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
form .form-item-text-field input::placeholder,
form .js-form-type-textfield input::placeholder,
form .js-form-item input::placeholder {
  color: #3f3f3f;
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
form .form-item-text-field input:focus,
form .js-form-type-textfield input:focus,
form .js-form-item input:focus {
  border-bottom: 1px solid #00aed2;
}
form .form-item--error-message {
  color: #ff3750;
  font-size: 1.2rem;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
form .fieldset-wrapper .form-item--error-message {
  margin-bottom: 25px;
}
form .form-item-text-field,
form .js-form-type-checkbox {
  margin-top: 0;
}
form .form-text {
  margin-bottom: 10px;
}
form .js-form-type-select select {
  min-height: 40px;
  min-width: 200px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #3f3f3f;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color: #3f3f3f;
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6rem;
  background: url("../images/down-chevron-dark.svg");
  background-size: 20px;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 26px;
  cursor: pointer;
}
form .js-form-type-select select:focus {
  border-bottom: 1px solid #00aed2;
}
form .js-form-type-select select::-ms-expand {
  display: none;
}
form .js-form-type-select select option {
  color: #3f3f3f;
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 4px;
}
form .webform-type-checkboxes label {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  display: inline-block;
  line-height: 2.5rem;
  margin-bottom: 10px;
}
form .js-form-type-checkbox,
form .js-form-type-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form .js-form-type-checkbox label:hover,
form .js-form-type-radio label:hover {
  cursor: pointer;
}
form .js-form-type-checkbox input,
form .js-form-type-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
form .js-form-type-checkbox input:checked ~ .checkmark:after,
form .js-form-type-radio input:checked ~ .checkmark:after {
  display: block;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
form .js-form-type-checkbox .checkmark,
form .js-form-type-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #000;
}
form .js-form-type-checkbox .checkmark:after,
form .js-form-type-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.page-node-type-webform form .js-webform-checkboxes {
  display: block;
}
.page-node-type-webform form .js-webform-checkboxes::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 1100px) {
  .page-node-type-webform form .js-webform-checkboxes {
    width: 100%;
  }
}
.page-node-type-webform form .js-webform-checkboxes .js-form-type-checkbox {
  display: inline-block;
  color: #fff;
  background-color: #27ac8e;
}
@media only screen and (max-width: 768px) {
  .page-node-type-webform form .js-webform-checkboxes .js-form-type-checkbox {
    width: 100%;
  }
}
.page-node-type-webform
  form
  .js-webform-checkboxes
  .js-form-type-checkbox:first-child:nth-last-child(2),
.page-node-type-webform
  form
  .js-webform-checkboxes
  .js-form-type-checkbox:first-child:nth-last-child(2)
  ~ div {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .page-node-type-webform
    form
    .js-webform-checkboxes
    .js-form-type-checkbox:first-child:nth-last-child(2),
  .page-node-type-webform
    form
    .js-webform-checkboxes
    .js-form-type-checkbox:first-child:nth-last-child(2)
    ~ div {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.page-node-type-webform
  form
  .js-webform-checkboxes
  .js-form-type-checkbox:first-child:nth-last-child(3),
.page-node-type-webform
  form
  .js-webform-checkboxes
  .js-form-type-checkbox:first-child:nth-last-child(3)
  ~ div {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .page-node-type-webform
    form
    .js-webform-checkboxes
    .js-form-type-checkbox:first-child:nth-last-child(3),
  .page-node-type-webform
    form
    .js-webform-checkboxes
    .js-form-type-checkbox:first-child:nth-last-child(3)
    ~ div {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.page-node-type-webform
  form
  .js-webform-checkboxes
  .js-form-type-checkbox:first-child:nth-last-child(4),
.page-node-type-webform
  form
  .js-webform-checkboxes
  .js-form-type-checkbox:first-child:nth-last-child(4)
  ~ div {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .page-node-type-webform
    form
    .js-webform-checkboxes
    .js-form-type-checkbox:first-child:nth-last-child(4),
  .page-node-type-webform
    form
    .js-webform-checkboxes
    .js-form-type-checkbox:first-child:nth-last-child(4)
    ~ div {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.page-node-type-webform
  form
  .js-webform-checkboxes
  .js-form-type-checkbox
  label {
  width: 100%;
  padding: 16px;
  margin-bottom: 0;
}
.page-node-type-webform
  form
  .js-webform-checkboxes
  .js-form-type-checkbox
  .checkmark {
  border: 2px solid #fff;
  background: #fff;
  border-radius: 50%;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
form .form-item-radiobuttons {
  padding: 20px;
  display: inline-block;
  min-height: 60px;
  min-width: 200px;
  background-color: #01392b;
}
form .form-item-radiobuttons label {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
}
form .form-item-radiobuttons input {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 100px;
  margin-right: 20px;
  cursor: pointer;
}
form .form-item-radiobuttons input:checked {
  background: url("../images/checkbox-selected-dark.svg");
  background-color: #fff;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
form .js-form-type-textarea {
  position: relative;
  display: block;
}
form .js-form-type-textarea textarea {
  padding: 8px 16px;
  width: 100%;
  border: 1px solid #8d8d8d;
  resize: none;
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 667px) {
  form .js-form-type-textarea textarea {
    width: calc(100% - 26px);
  }
}
form .js-form-type-textarea textarea:focus {
  border: 1px solid #00aed2;
}
form .webform-element-more--content {
  margin-left: 30px;
}
form .select2-container--default .select2-selection--multiple {
  border: 1px solid #8d8d8d;
  border-radius: 0;
}
form .select2-container--default .select2-selection--multiple li {
  line-height: 3.5rem;
}
form .webform-button--submit {
  margin-top: 40px;
  border: 0;
  -webkit-appearance: button;
}
form .webform-button--submit:hover,
form .webform-button--submit:focus {
  cursor: pointer;
}
.ui-datepicker {
  width: auto;
}
.ui-datepicker .ui-corner-all.ui-datepicker-prev,
.ui-datepicker .ui-corner-all.ui-datepicker-next {
  height: 1em;
}
.general-bar {
  width: 100%;
  background-color: #000;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #8d8d8d;
}
.general-bar p {
  padding: 7px 40px;
  line-height: 2rem;
}
.general-bar a {
  color: #fff;
}
.general-bar a font {
  color: #fff;
  text-decoration: underline;
}
.general-bar .icon.-language-close.active {
  padding: 8px 10px;
  position: absolute;
  top: 8px;
  right: 20px;
}
.general-bar .icon.-language-close.active span {
  background: #fff;
}
.gtranslate {
  overflow: visible;
  height: 30px;
}
.goog-te-gadget {
  display: none;
}
.switcher {
  width: 180px !important;
  display: inline-block;
  margin-bottom: 0;
  text-align: right !important;
  margin-right: 0 !important;
  position: relative !important;
  overflow: visible !important;
  float: right;
  cursor: default !important;
}
.switcher .selected {
  background: transparent !important;
  margin-bottom: 5px !important;
}
.switcher .selected a {
  width: auto !important;
  background: transparent !important;
  border: 0 !important;
  padding-right: 0 !important;
  display: inline-block !important;
}
.switcher .selected a span.gflag {
  display: none !important;
  background: transparent;
  background-image: none !important;
  border: 0 !important;
}
.switcher .selected a span.gflag img {
  display: none;
}
.switcher .option {
  position: absolute !important;
  background: #3f3f3f !important;
  width: 155px !important;
  border: 0 !important;
  padding: 0 10px;
  text-align: left;
  right: 0 !important;
}
.switcher .option a {
  color: #fff !important;
  -webkit-transition: border 0.1s ease-in-out;
  -o-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #3f3f3f;
  display: block;
  padding: 0 !important;
  margin: 3px auto 3px 0 !important;
}
.switcher .option a:before,
.switcher .option a:after {
  background: none !important;
  width: 0 !important;
}
.switcher .option a:hover {
  border-bottom: 1px solid #fff;
  background: transparent !important;
}
.switcher .option a.selected {
  background: transparent;
}
.switcher .option span.gflag {
  display: none !important;
  background: transparent;
  background-image: none !important;
  width: 0 !important;
}
.google-translate-block select option {
  color: #3f3f3f;
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 4px;
}
.grid-block {
  margin: 30px 0;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .grid-block {
    margin: 0;
  }
}
.grid-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .grid-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .grid-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.grid-cols-1 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .grid-cols-1 {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .grid-cols-1 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.grid-cols-2 {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .grid-cols-2 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .grid-cols-2 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.grid-cols-3 {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .grid-cols-3 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.grid-cols-content-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: -1;
}
.grid-cols-1 .grid-cols-content-image {
  min-height: 400px;
}
.grid-cols-2 .grid-cols-content-image {
  min-height: 375px;
}
@media only screen and (max-width: 667px) {
  .grid-cols-2 .grid-cols-content-image {
    min-height: 300px;
  }
}
.grid-cols-3 .grid-cols-content-image {
  min-height: 315px;
}
@media only screen and (max-width: 667px) {
  .grid-cols-3 .grid-cols-content-image {
    min-height: 300px;
  }
}
.grid-cols-content-wrapper-background-section {
  margin-right: 0px;
}
.grid-cols-content-wrapper {
  background: #fff;
  margin-top: -70px;
  margin-left: 20px;
  margin-right: 40px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.grid-cols-content-wrapper-title-only {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  .grid-cols-content-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .grid-cols-content-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .grid-cols-content-wrapper {
    width: 80%;
  }
}
.grid-cols-content-wrapper-no-margin {
  margin-left: 0;
}
.grid-cols-content-wrapper-margin {
  margin-bottom: 30px;
}
.grid-cols-content-wrapper h4 {
  display: inline-block;
  margin: 12px 0 0;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: 100%;
  color: #000;
}
.grid-cols-content-wrapper h4:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.taronga-sydney .grid-cols-content-wrapper h4:after,
.taronga-accommodation-sydney .grid-cols-content-wrapper h4:after,
.taronga-roar .grid-cols-content-wrapper h4:after {
  color: #009645;
}
.taronga-dubbo .grid-cols-content-wrapper h4:after,
.taronga-accommodation-dubbo .grid-cols-content-wrapper h4:after,
.taronga-zoofari .grid-cols-content-wrapper h4:after,
.taronga-savannah .grid-cols-content-wrapper h4:after,
.taronga-billabong .grid-cols-content-wrapper h4:after {
  color: #e37700;
}
.taronga-general .grid-cols-content-wrapper h4:after,
.taronga-accommodation-general .grid-cols-content-wrapper h4:after {
  color: #02543f;
}
.taronga-institute .grid-cols-content-wrapper h4:after {
  color: #015a70;
}
.grid-cols-content-wrapper h4 a {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-decoration: none;
  position: relative;
  padding-right: 50px;
  display: inline-block;
  color: inherit;
}
.grid-cols-content-heading {
  display: inline-block;
  margin: 12px 0 0;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: 100%;
  color: #000;
  font-size: 2rem;
  line-height: 2.4rem;
}
.grid-cols-content-heading .accordion-heading {
  font-size: 20px;
}
.grid-cols-content-heading a {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-decoration: none;
  position: relative;
  padding-right: 50px;
  display: inline-block;
  color: inherit;
  overflow: inherit;
  width: 100%;
}
.taronga-retreat .grid-cols-content-heading a {
  color: #000;
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.grid-cols-content-heading a:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.taronga-sydney .grid-cols-content-heading a:after,
.taronga-accommodation-sydney .grid-cols-content-heading a:after,
.taronga-roar .grid-cols-content-heading a:after {
  color: #009645;
}
.taronga-dubbo .grid-cols-content-heading a:after,
.taronga-accommodation-dubbo .grid-cols-content-heading a:after,
.taronga-zoofari .grid-cols-content-heading a:after,
.taronga-savannah .grid-cols-content-heading a:after,
.taronga-billabong .grid-cols-content-heading a:after {
  color: #e37700;
}
.taronga-general .grid-cols-content-heading a:after,
.taronga-accommodation-general .grid-cols-content-heading a:after {
  color: #02543f;
}
.taronga-institute .grid-cols-content-heading a:after {
  color: #015a70;
}
.taronga-zoo-friends .grid-cols-content-heading a:after {
  color: #5d3179;
}
.grid-cols-content-description {
  display: inline-block;
  margin-top: 20px;
  margin-right: 30px;
}
.grid-cols-content-description-background-section {
  padding-right: 51px;
}
.grid-cols-content-link-wrapper {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.header-region {
  padding-top: 51px;
}
@media only screen and (max-width: 880px) {
  .header-region {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 667px) {
  .header-region {
    padding-top: 82px;
  }
}
.header-content {
  height: 100%;
  position: relative;
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .header-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .header-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.header-container {
  height: 100%;
}
.header-hero {
  position: relative;
  width: 100%;
  z-index: 8;
}
.header-hero-desktop {
  height: 50vh;
}
@media only screen and (max-width: 667px) {
  .header-hero-desktop {
    display: none;
  }
}
.header-hero-mobile {
  display: none;
}
@media only screen and (max-width: 667px) {
  .header-hero-mobile {
    display: block;
    width: 100%;
    height: 30vh;
  }
}
.header-hero-desktop-wrapper {
  position: absolute;
  max-width: 700px;
  bottom: 60px;
}
.header-hero-desktop-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.header-hero-mobile-wrapper {
  position: absolute;
  bottom: 25px;
}
.header-hero-basic {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.header-hero-basic:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(black),
    to(rgba(255, 255, 255, 0))
  );
  background-image: -o-linear-gradient(left, black, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, black, rgba(255, 255, 255, 0));
  opacity: 0.3;
}
.header-hero-heading {
  color: #fff;
  margin-bottom: 5px;
}
.taronga-retreat .header-hero-heading {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.header-hero-byline {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #fff;
}
.taronga-retreat .header-hero-byline {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.header-ticket {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.header-ticket::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 768px) {
  .header-ticket {
    margin-top: 40px;
  }
}
.header-ticket .header-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .header-ticket .header-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .header-ticket .header-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.header-ticket hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #02543f;
  padding: 0;
}
.header-ticket h1 {
  color: #000;
  text-align: center;
}
.header-ticket::after {
  clear: both;
}
.header-thank-you {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.header-thank-you::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 768px) {
  .header-thank-you {
    margin-top: 40px;
  }
}
.header-thank-you .header-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .header-thank-you .header-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .header-thank-you .header-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.header-thank-you .header-hero-image {
  margin-top: 25px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 500px;
}
@media only screen and (max-width: 768px) {
  .header-thank-you .header-hero-image {
    min-height: 400px;
  }
}
@media only screen and (max-width: 667px) {
  .header-thank-you .header-hero-image {
    min-height: 220px;
  }
}
.header-thank-you .header-hero-image-alt {
  float: right;
}
.header-thank-you .header-hero-image-alt span {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin-top: 15px;
  color: #8d8d8d;
  text-align: right;
  font-size: 1.4rem;
}
.header-thank-you .header-hero-image-alt span:before {
  content: "";
  display: inline-block;
  background: url("../images/camera-grey.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
  margin-right: 10px;
  fill: #8d8d8d;
  vertical-align: middle;
}
.header-thank-you hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #02543f;
  padding: 0;
}
.header-thank-you h1 {
  color: #000;
  text-align: center;
}
.header-thank-you::after {
  clear: both;
}
@font-face {
  font-family: "tcsa-icons";
  src: url("../fonts/tcsa-icons.eot");
  src: url("../fonts/tcsa-icons.eot#iefix") format("embedded-opentype"),
    url("../fonts/tcsa-icons.ttf") format("truetype"),
    url("../fonts/tcsa-icons.woff") format("woff"),
    url("../images/tcsa-icons.svg#tcsa") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "tcsa-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-lion:before {
  content: "\e900";
}
.icon-gorilla:before {
  content: "\e901";
}
.icon-meerkat:before {
  content: "\e902";
}
.icon-otter:before {
  content: "\e903";
}
.icon-penguin:before {
  content: "\e904";
}
.icon-tiger:before {
  content: "\e905";
}
.icon-elephant:before {
  content: "\e906";
}
.icon-giraffe:before {
  content: "\e907";
}
.icon-bird-show:before {
  content: "\e908";
}
.icon-elephant-calf:before {
  content: "\e909";
}
.icon-seal-pup:before {
  content: "\e90a";
}
.icon-seal:before {
  content: "\e90b";
}
.icon-capybara:before {
  content: "\e90c";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: center;
}
.icon.-facebook {
  background-image: url("../images/social-facebook-light.svg");
}
.icon.-facebook.-dark {
  background-image: url("../images/social-facebook-dark.svg");
}
.icon.-instagram {
  background-image: url("../images/social-instagram-light.svg");
}
.icon.-instagram.-dark {
  background-image: url("../images/social-instagram-dark.svg");
}
.icon.-twitter {
  background-image: url("../images/social-twitter-light.svg");
}
.icon.-twitter.-dark {
  background-image: url("../images/social-twitter-dark.svg");
}
.icon.-youtube {
  background-image: url("../images/social-youtube-light.svg");
}
.icon.-youtube.-dark {
  background-image: url("../images/social-youtube-dark.svg");
}
.icon.-tripadvisor {
  background-image: url("../images/social-tripadvisor-light.svg");
}
.icon.-tripadvisor.-dark {
  background-image: url("../images/social-tripadvisor-dark.svg");
}
.icon.-search {
  position: relative;
  top: -1px;
  max-width: 24px;
  background-image: url("../images/search-light.svg");
  vertical-align: top;
}
.headroom--not-top .icon.-search,
.ticket-page .icon.-search,
.thank-you-pages .icon.-search {
  background-image: url("/themes/custom/taronga/css/../img/icons/search-dark.svg");
}
body {
  position: relative;
}
body .ie-old {
  position: fixed;
  width: 100%;
  height: 100%;
  display: table;
  background: #02543f;
  top: 0;
  left: 0;
  z-index: 9999;
}
body .ie-old-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  color: #fff !important;
}
body .ie-old-content .ie-taronga-logo {
  display: inline-block;
  width: 300px;
  height: 146px;
  margin-bottom: 30px;
  background: url("../images/taronga-conservation-society-for-the-wild.png")
    center center no-repeat;
  background-size: 100%;
}
body .ie-old-content h1 {
  font-size: 5rem;
  text-transform: uppercase;
}
body .ie-old-content h1 span {
  display: block;
  font-size: 5rem;
}
body .ie-old-content h1 span img {
  margin: -20px 0 0 10px;
}
body .ie-old-content .content-inner {
  max-width: 75%;
  margin: 0 auto;
}
body .ie-old-content p {
  font-size: 20px;
  line-height: 1.5;
}
body .ie-old-content .browser-links {
  padding: 30px;
  border: 1px solid #fff;
  margin: 30px 0;
  display: inline-block;
}
body .ie-old-content .browser-links a {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: block;
  font-weight: 900;
  margin-bottom: 10px;
}
body .ie-old-content .browser-links a:last-of-type {
  margin-bottom: 0;
}
body .btn-green {
  color: #02543f;
  background: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 30px;
  margin-top: 15px;
  text-decoration: none !important;
  border: 5px solid transparent;
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
body .btn-green:hover {
  border-color: #009645;
}
.in-page-navigation-block {
  width: 100%;
  position: relative;
  z-index: 10;
}
.in-page-navigation-block:before {
  content: "";
  overflow: auto;
  width: 60%;
  position: absolute;
  height: 100%;
  left: 0;
}
.taronga-sydney .in-page-navigation-block:before,
.taronga-accommodation-sydney .in-page-navigation-block:before,
.taronga-roar .in-page-navigation-block:before {
  background: #009645;
}
.taronga-dubbo .in-page-navigation-block:before,
.taronga-accommodation-dubbo .in-page-navigation-block:before,
.taronga-zoofari .in-page-navigation-block:before,
.taronga-savannah .in-page-navigation-block:before,
.taronga-billabong .in-page-navigation-block:before {
  background: #e37700;
}
.taronga-general .in-page-navigation-block:before,
.taronga-accommodation-general .in-page-navigation-block:before {
  background: #02543f;
}
.taronga-institute .in-page-navigation-block:before {
  background: #015a70;
}
.taronga-retreat .in-page-navigation-block:before {
  background: #cba25b;
}
.taronga-zoo-friends .in-page-navigation-block:before {
  background: #5d3179;
}
@media only screen and (max-width: 1100px) {
  .in-page-navigation-block:before {
    display: none;
  }
}
.in-page-navigation-block-full:before {
  width: 100%;
}
.in-page-navigation-block:after {
  content: "";
  overflow: auto;
  width: 50%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
.taronga-sydney .in-page-navigation-block:after,
.taronga-accommodation-sydney .in-page-navigation-block:after,
.taronga-roar .in-page-navigation-block:after {
  background: #00632e;
}
.taronga-dubbo .in-page-navigation-block:after,
.taronga-accommodation-dubbo .in-page-navigation-block:after,
.taronga-zoofari .in-page-navigation-block:after,
.taronga-savannah .in-page-navigation-block:after,
.taronga-billabong .in-page-navigation-block:after {
  background: #b05c00;
}
.taronga-general .in-page-navigation-block:after,
.taronga-accommodation-general .in-page-navigation-block:after {
  background: #01221a;
}
.taronga-institute .in-page-navigation-block:after {
  background: #01313d;
}
.taronga-retreat .in-page-navigation-block:after {
  background: #a08048;
}
.taronga-zoo-friends .in-page-navigation-block:after {
  background: #282533;
}
@media only screen and (max-width: 1100px) {
  .in-page-navigation-block:after {
    display: none;
  }
}
.in-page-navigation-block-left-content {
  margin-top: 20px;
  padding-bottom: 50px;
  width: calc(58.33333% - 31.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .in-page-navigation-block-left-content {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .taronga-sydney .in-page-navigation-block-left-content,
  .taronga-accommodation-sydney .in-page-navigation-block-left-content,
  .taronga-roar .in-page-navigation-block-left-content {
    background: #009645;
  }
}
@media only screen and (max-width: 1100px) {
  .taronga-dubbo .in-page-navigation-block-left-content,
  .taronga-accommodation-dubbo .in-page-navigation-block-left-content,
  .taronga-zoofari .in-page-navigation-block-left-content,
  .taronga-savannah .in-page-navigation-block-left-content,
  .taronga-billabong .in-page-navigation-block-left-content {
    background: #e37700;
  }
}
@media only screen and (max-width: 1100px) {
  .taronga-general .in-page-navigation-block-left-content,
  .taronga-accommodation-general .in-page-navigation-block-left-content {
    background: #02543f;
  }
}
@media only screen and (max-width: 1100px) {
  .taronga-institute .in-page-navigation-block-left-content {
    background: #015a70;
  }
}
@media only screen and (max-width: 1100px) {
  .taronga-retreat .in-page-navigation-block-left-content {
    background: #cba25b;
  }
}
@media only screen and (max-width: 1100px) {
  .taronga-zoo-friends .in-page-navigation-block-left-content {
    background: #5d3179;
  }
}
@media only screen and (max-width: 1100px) {
  .in-page-navigation-block-left-content {
    width: 100%;
    margin: 0;
  }
}
.in-page-navigation-block-left-content-wrapper {
  max-width: 670px;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .in-page-navigation-block-left-content-wrapper {
    max-width: 520px;
  }
}
@media only screen and (max-width: 1100px) {
  .in-page-navigation-block-left-content-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 768px) {
  .in-page-navigation-block-left-content-wrapper {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .in-page-navigation-block-left-content-wrapper {
    margin-top: 15px;
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.in-page-navigation-block-right-content {
  margin-top: 10px;
  padding-bottom: 25px;
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  margin-left: calc(2.08333% - 20.41667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .in-page-navigation-block-right-content {
    padding-bottom: 0;
    padding-top: 20px;
  }
}
.taronga-sydney .in-page-navigation-block-right-content,
.taronga-accommodation-sydney .in-page-navigation-block-right-content,
.taronga-roar .in-page-navigation-block-right-content {
  background: #00632e;
}
.taronga-dubbo .in-page-navigation-block-right-content,
.taronga-accommodation-dubbo .in-page-navigation-block-right-content,
.taronga-zoofari .in-page-navigation-block-right-content,
.taronga-savannah .in-page-navigation-block-right-content,
.taronga-billabong .in-page-navigation-block-right-content {
  background: #b05c00;
}
.taronga-general .in-page-navigation-block-right-content,
.taronga-accommodation-general .in-page-navigation-block-right-content {
  background: #01221a;
}
.taronga-institute .in-page-navigation-block-right-content {
  background: #01313d;
}
.taronga-retreat .in-page-navigation-block-right-content {
  background: #a08048;
}
.taronga-zoo-friends .in-page-navigation-block-right-content {
  background: #282533;
}
@media only screen and (max-width: 1100px) {
  .in-page-navigation-block-right-content {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .in-page-navigation-block-right-content-wrapper {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .in-page-navigation-block-right-content-wrapper {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .in-page-navigation-block-right-content-wrapper {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.in-page-navigation-breadcrumbs ul {
  padding: 0;
}
.in-page-navigation-breadcrumbs li {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  list-style-type: none;
  display: inline;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.taronga-retreat .in-page-navigation-breadcrumbs li {
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-shadow: none;
}
.in-page-navigation-breadcrumbs li a {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2rem;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.taronga-retreat .in-page-navigation-breadcrumbs li a {
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-shadow: none;
}
.in-page-navigation-breadcrumbs li a:hover {
  text-decoration: underline;
}
.in-page-navigation-breadcrumbs li:after {
  font-family: "FontAwesome";
  content: "\f105";
  padding-left: 5px;
  padding-right: 5px;
}
.in-page-navigation-breadcrumbs li:last-child:after {
  display: none;
}
.in-page-navigation-heading {
  color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
}
.taronga-retreat .in-page-navigation-heading {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  letter-spacing: normal;
}
.in-page-navigation-description {
  color: #fff;
  line-height: 2rem;
}
.taronga-retreat .in-page-navigation-description {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #000;
}
.in-page-navigation-description p {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 2.5rem;
}
.taronga-retreat .in-page-navigation-description p {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #000;
}
.in-page-navigation-cta-wrapper {
  margin-top: 25px;
  margin-right: 12px;
  display: inline-block;
}
.in-page-navigation-cta-wrapper-secondary {
  margin-top: 25px;
  display: inline-block;
}
.in-page-navigation-links-heading {
  color: #fff;
  margin-bottom: 25px;
  margin-top: 15px;
}
.taronga-retreat .in-page-navigation-links-heading {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  letter-spacing: normal;
}
.in-page-navigation-links-item {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  position: relative;
  max-width: 320px;
  margin-bottom: 20px;
}
.taronga-retreat .in-page-navigation-links-item {
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .in-page-navigation-links-item {
    max-width: none;
  }
}
.in-page-navigation-links-item a {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
  position: relative;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-right: 15px;
  line-height: 2.2rem;
}
.taronga-retreat .in-page-navigation-links-item a {
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
}
.in-page-navigation-links-item a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.taronga-retreat .in-page-navigation-links-item a:hover {
  border-bottom: 2px solid #000;
}
.in-page-navigation-links-item:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: 0;
  top: 45%;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.taronga-retreat .in-page-navigation-links-item:after {
  color: #000;
}
.index-block {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid #dfdfdf;
}
@media only screen and (max-width: 1100px) {
  .index-block {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 667px) {
  .index-block {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
.index-block .content {
  position: relative;
  display: table;
  margin-top: 28px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .index-block .content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 667px) {
  .index-block .content figcaption {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.index-block .content figcaption.-mobile {
  width: auto;
}
.index-block .content .text {
  width: calc(45.83333% - 29.16667px);
  float: left;
  margin-left: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .index-block .content .text {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.index-block .content .text h2 {
  margin-top: 0;
}
.index-block .content .text h3 {
  margin: 0;
  padding: 0;
}
.index-block .content .text .description {
  margin-bottom: 20px;
  display: inline-block;
}
.index-block .content .text .link {
  margin-top: 28px;
}
.index-block .content .image-wrapper {
  display: table-cell;
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .index-block .content .image-wrapper {
    display: none;
  }
}
.index-block .content .image-wrapper .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center center;
}
.index-block .content .image-wrapper figcaption {
  position: relative;
  top: 100%;
}
.index-block .content .-mobile {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .index-block .content .-mobile {
    display: block;
  }
}
.page-node-type-index-page .faq-block {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
  margin-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid #dfdfdf;
}
@media only screen and (max-width: 1100px) {
  .faq-block {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 667px) {
  .faq-block {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
.item-block {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid #dfdfdf;
}
@media only screen and (max-width: 1100px) {
  .item-block {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 667px) {
  .item-block {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
.item-block .content {
  margin-top: 28px;
}
.item-block .content.no-image {
  margin-top: -70px;
}
@media only screen and (max-width: 667px) {
  .item-block .content.no-image {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 768px) {
  .item-block .content {
    margin-top: 0;
  }
}
.item-block .image {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 667px) {
  .item-block .image {
    height: auto;
    padding-top: 56.49718%;
    background-size: cover;
    -moz-background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 667px) {
  .item-block figcaption {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.item-block figcaption.-mobile {
  width: auto;
}
.item-block .text {
  margin-top: 70px;
}
.item-block .text::after {
  clear: both;
  content: "";
  display: block;
}
.item-block .text .body {
  width: calc(58.33333%);
  float: left;
  margin-left: 0px;
}
@media only screen and (max-width: 1100px) {
  .item-block .text .body {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.item-block .text .body h2 {
  margin-top: 0;
}
.item-block .text .body h3 {
  margin: 0;
  padding: 0;
}
.item-block .text .body .description {
  margin-top: 28px;
  margin-bottom: 40px;
}
.item-block .text .body .link {
  margin-top: 28px;
}
.item-block .text aside {
  width: calc(29.16667%);
  float: left;
  margin-left: 0px;
  margin-left: calc(12.5% + 0px);
}
@media only screen and (max-width: 1100px) {
  .item-block .text aside {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 30px;
  }
}
.item-block .-mobile {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .item-block .-mobile {
    display: block;
  }
}
.landing-block-content {
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .landing-block-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 768px) {
  .landing-block-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .landing-block-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.landing-block-content-wrapper {
  position: relative;
}
.landing-block-content-wrapper-show-desktop {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .landing-block-content-wrapper-show-desktop {
    display: none;
  }
}
.landing-block-content-wrapper-show-mobile {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .landing-block-content-wrapper-show-mobile {
    display: block;
    padding: 40px 0;
  }
}
.landing-block-content-wrapper-show-mobile h2 {
  margin-bottom: 30px;
}
.landing-block-content-wrapper-row {
  display: table-row;
  height: 100%;
}
.landing-block-content-wrapper-col-left {
  width: 50%;
  display: table-cell;
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  .landing-block-content-wrapper-col-left {
    z-index: 0;
  }
}
.landing-block-content-wrapper-col-left-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .landing-block-content-wrapper-col-left-bg {
    display: none;
  }
}
.landing-block-content-wrapper-col-split {
  width: 5%;
  display: table-cell;
}
.landing-block-content-wrapper-col-right {
  width: 45%;
  display: table-cell;
  padding-top: 50px;
  padding-bottom: 50px;
  vertical-align: top;
}
.landing-block-content-wrapper-col-right-wrapper {
  max-width: 490px;
}
.landing-block-content-wrapper-col-right-wrapper h2 {
  margin-bottom: 30px;
}
.landing-block-content-image {
  position: absolute;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  .landing-block-content-image {
    min-height: 350px;
  }
}
.landing-block-content-image-mobile {
  position: relative;
  margin-bottom: 30px;
}
.landing-block-content-fields {
  margin: 0 0 40px;
  clear: both;
}
@media only screen and (max-width: 1100px) {
  .landing-block-content-fields {
    text-align: center;
  }
}
.landing-block-content-fields h4 {
  position: relative;
  margin: 0 0 15px;
}
.landing-block-content-fields h4:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 180px;
  height: 3px;
  left: -200px;
  margin-top: 11px;
  margin-right: 10px;
  z-index: -1;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.landing-block-content-fields:hover h4:before {
  opacity: 1;
}
.taronga-sydney .landing-block-content-fields:hover h4:before,
.taronga-accommodation-sydney .landing-block-content-fields:hover h4:before,
.taronga-roar .landing-block-content-fields:hover h4:before {
  background: #009645;
}
.taronga-dubbo .landing-block-content-fields:hover h4:before,
.taronga-accommodation-dubbo .landing-block-content-fields:hover h4:before,
.taronga-zoofari .landing-block-content-fields:hover h4:before,
.taronga-savannah .landing-block-content-fields:hover h4:before,
.taronga-billabong .landing-block-content-fields:hover h4:before {
  background: #e37700;
}
.taronga-general .landing-block-content-fields:hover h4:before,
.taronga-accommodation-general .landing-block-content-fields:hover h4:before {
  background: #02543f;
}
.taronga-institute .landing-block-content-fields:hover h4:before {
  background: #015a70;
}
.landing-block-content-fields-heading {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -0.4px;
  position: relative;
  margin: 0 0 15px;
}
.landing-block-content-fields-heading:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 180px;
  height: 3px;
  left: -200px;
  margin-top: 11px;
  margin-right: 10px;
  z-index: -1;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media only screen and (max-width: 1100px) {
  .landing-block-content-fields-description {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .landing-block-content-fields-description {
    max-width: 400px;
    margin: 0 auto;
  }
}
.landing-block-content-fields-links {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  .landing-block-content-fields-links {
    float: none;
    display: inline-block;
    max-width: 375px;
    margin: 0 auto 30px;
    text-align: left;
  }
}
@media only screen and (max-width: 667px) {
  .landing-block-content-fields-links {
    float: none;
    display: inline-block;
    max-width: 275px;
    margin: 0 auto 30px;
  }
}
.landing-block-content-fields-links-item {
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.landing-block-content-fields-links-item:nth-child(odd) {
  width: calc(50% - 15px);
  margin-right: 15px;
}
.landing-block-content-fields-links-item:nth-child(even) {
  width: calc(50% - 15px);
  margin-left: 15px;
}
@media only screen and (max-width: 1100px) {
  .landing-block-content-fields-links-item:nth-child(odd) {
    width: 100%;
    margin-right: 0;
  }
  .landing-block-content-fields-links-item:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }
}
.landing-block-content-fields-links-item:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: 10px;
  top: 50%;
  cursor: pointer;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #000;
}
.taronga-sydney .landing-block-content-fields-links-item:after,
.taronga-accommodation-sydney .landing-block-content-fields-links-item:after,
.taronga-roar .landing-block-content-fields-links-item:after {
  color: #009645;
}
.taronga-dubbo .landing-block-content-fields-links-item:after,
.taronga-accommodation-dubbo .landing-block-content-fields-links-item:after,
.taronga-zoofari .landing-block-content-fields-links-item:after,
.taronga-savannah .landing-block-content-fields-links-item:after,
.taronga-billabong .landing-block-content-fields-links-item:after {
  color: #e37700;
}
.taronga-general .landing-block-content-fields-links-item:after,
.taronga-accommodation-general .landing-block-content-fields-links-item:after {
  color: #02543f;
}
.taronga-institute .landing-block-content-fields-links-item:after {
  color: #015a70;
}
.landing-block-content-fields-links-item a {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  position: relative;
  padding-right: 20px;
  display: inline-block;
  text-decoration: none;
}
.landing-block-content-fields-links .landing-block-content-fields-links-item a {
  color: #000;
}
.landing-block-content-fields-links-item a:hover {
  text-decoration: underline;
}
.landing-block-content-fields:hover
  .landing-block-content-fields-heading:before {
  opacity: 1;
}
.taronga-sydney
  .landing-block-content-fields:hover
  .landing-block-content-fields-heading:before,
.taronga-accommodation-sydney
  .landing-block-content-fields:hover
  .landing-block-content-fields-heading:before,
.taronga-roar
  .landing-block-content-fields:hover
  .landing-block-content-fields-heading:before {
  background: #009645;
}
.taronga-dubbo
  .landing-block-content-fields:hover
  .landing-block-content-fields-heading:before,
.taronga-accommodation-dubbo
  .landing-block-content-fields:hover
  .landing-block-content-fields-heading:before,
.taronga-zoofari
  .landing-block-content-fields:hover
  .landing-block-content-fields-heading:before,
.taronga-savannah
  .landing-block-content-fields:hover
  .landing-block-content-fields-heading:before,
.taronga-billabong
  .landing-block-content-fields:hover
  .landing-block-content-fields-heading:before {
  background: #e37700;
}
.taronga-general
  .landing-block-content-fields:hover
  .landing-block-content-fields-heading:before,
.taronga-accommodation-general
  .landing-block-content-fields:hover
  .landing-block-content-fields-heading:before {
  background: #02543f;
}
.taronga-institute
  .landing-block-content-fields:hover
  .landing-block-content-fields-heading:before {
  background: #015a70;
}
.language-bar {
  display: none;
  width: 100%;
  background-color: #000;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #8d8d8d;
}
.language-bar p {
  padding: 7px 40px;
  line-height: 2rem;
}
.language-bar a {
  color: #fff;
}
.language-bar a font {
  color: #fff;
  text-decoration: underline;
}
.language-bar .icon.-language-close.active {
  padding: 8px 10px;
  position: absolute;
  top: 8px;
  right: 20px;
}
.language-bar .icon.-language-close.active span {
  background: #fff;
}
.learning-resources-view .content {
  width: calc(58.33333%);
  float: left;
  margin-left: 0px;
  left: calc(-41.66667% - 11.66667px + 20px);
  position: relative;
  padding-top: 40px;
}
@media only screen and (max-width: 1100px) {
  .learning-resources-view .content {
    width: calc(100%);
    float: left;
    margin-left: 0px;
    left: 0;
  }
}
.learning-resources-view .content .item {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #dfdfdf;
}
.learning-resources-view .content .item .item-inner {
  display: table;
  position: relative;
  width: 100%;
  min-height: 170px;
}
.learning-resources-view .content .pager {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.learning-resources-view .content .pager > li {
  text-align: center;
}
.learning-resources-view .content .image-wrapper {
  display: table-cell;
  position: absolute;
  height: 100%;
  width: 25%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .learning-resources-view .content .image-wrapper {
    display: none;
  }
}
.learning-resources-view .content .image-wrapper .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center center;
}
.learning-resources-view .content .image-wrapper .mobile {
  display: block;
}
.learning-resources-view .content img {
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  .learning-resources-view .content img {
    display: block;
  }
}
.learning-resources-view .content .text {
  width: calc(100%);
  float: left;
  margin-left: 0px;
}
@media only screen and (max-width: 768px) {
  .learning-resources-view .content .text {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
.learning-resources-view .content .text .tags {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.taronga-sydney .learning-resources-view .content .text .tags,
.taronga-accommodation-sydney .learning-resources-view .content .text .tags,
.taronga-roar .learning-resources-view .content .text .tags {
  color: #009645;
}
.taronga-dubbo .learning-resources-view .content .text .tags,
.taronga-accommodation-dubbo .learning-resources-view .content .text .tags,
.taronga-zoofari .learning-resources-view .content .text .tags,
.taronga-savannah .learning-resources-view .content .text .tags,
.taronga-billabong .learning-resources-view .content .text .tags {
  color: #e37700;
}
.taronga-general .learning-resources-view .content .text .tags,
.taronga-accommodation-general .learning-resources-view .content .text .tags {
  color: #02543f;
}
.taronga-institute .learning-resources-view .content .text .tags {
  color: #015a70;
}
.learning-resources-view .content .text .tags a {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.taronga-sydney .learning-resources-view .content .text .tags a,
.taronga-accommodation-sydney .learning-resources-view .content .text .tags a,
.taronga-roar .learning-resources-view .content .text .tags a {
  color: #009645;
}
.taronga-dubbo .learning-resources-view .content .text .tags a,
.taronga-accommodation-dubbo .learning-resources-view .content .text .tags a,
.taronga-zoofari .learning-resources-view .content .text .tags a,
.taronga-savannah .learning-resources-view .content .text .tags a,
.taronga-billabong .learning-resources-view .content .text .tags a {
  color: #e37700;
}
.taronga-general .learning-resources-view .content .text .tags a,
.taronga-accommodation-general .learning-resources-view .content .text .tags a {
  color: #02543f;
}
.taronga-institute .learning-resources-view .content .text .tags a {
  color: #015a70;
}
.learning-resources-view .content .text .tags a:hover,
.learning-resources-view .content .text .tags a:focus,
.learning-resources-view .content .text .tags a:active {
  text-decoration: underline;
}
.learning-resources-view .content .text a {
  text-decoration: none;
}
.learning-resources-view .content .text a:hover {
  text-decoration: underline;
}
.learning-resources-view .content .text h4 {
  margin: 0;
  margin-bottom: 10px;
}
.learning-resources-view .content .text .heading {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -0.4px;
  margin: 0;
  margin-bottom: 10px;
}
.learning-resources-view .content .text .description {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .learning-resources-view .content .text .description {
    margin-bottom: 15px;
  }
}
.learning-resources-view .content .text .date {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
.taronga-sydney .learning-resources-view .content .text .date,
.taronga-accommodation-sydney .learning-resources-view .content .text .date,
.taronga-roar .learning-resources-view .content .text .date {
  color: #009645;
}
.taronga-dubbo .learning-resources-view .content .text .date,
.taronga-accommodation-dubbo .learning-resources-view .content .text .date,
.taronga-zoofari .learning-resources-view .content .text .date,
.taronga-savannah .learning-resources-view .content .text .date,
.taronga-billabong .learning-resources-view .content .text .date {
  color: #e37700;
}
.taronga-general .learning-resources-view .content .text .date,
.taronga-accommodation-general .learning-resources-view .content .text .date {
  color: #02543f;
}
.taronga-institute .learning-resources-view .content .text .date {
  color: #015a70;
}
@media only screen and (max-width: 768px) {
  .learning-resources-view .content .text .date {
    position: relative;
  }
}
.learning-resources-view .content .file-upload-item-wrapper {
  display: inline-block;
  width: 100%;
}
.learning-resources-view
  .content
  .file-upload-item-wrapper
  .file-upload-item
  .file-name {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  margin-bottom: 20px;
  display: inline-block;
  width: calc(50%);
  float: left;
  margin-left: 0px;
}
@media only screen and (max-width: 1100px) {
  .learning-resources-view
    .content
    .file-upload-item-wrapper
    .file-upload-item
    .file-name {
    width: calc(91.66667%);
    float: left;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 667px) {
  .learning-resources-view
    .content
    .file-upload-item-wrapper
    .file-upload-item
    .file-name {
    width: calc(91.66667%);
    float: left;
    margin-left: 0px;
  }
}
.learning-resources-view
  .content
  .file-upload-item-wrapper
  .file-upload-item
  a {
  text-decoration: underline;
}
.learning-resources-view
  .content
  .file-upload-item-wrapper
  .file-upload-item
  .file-size {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  color: #000;
  text-decoration: underline;
}
.learning-resources-view
  .content
  .file-upload-item-wrapper
  .file-upload-item
  .file-size-wrapper {
  width: calc(50%);
  float: left;
  margin-left: 0px;
  text-align: right;
}
@media only screen and (max-width: 1100px) {
  .learning-resources-view
    .content
    .file-upload-item-wrapper
    .file-upload-item
    .file-size-wrapper {
    width: calc(91.66667%);
    float: left;
    margin-left: 0px;
    text-align: left;
  }
}
@media only screen and (max-width: 667px) {
  .learning-resources-view
    .content
    .file-upload-item-wrapper
    .file-upload-item
    .file-size-wrapper {
    width: calc(91.66667%);
    float: left;
    margin-left: 0px;
  }
}
.learning-resources-view .content .resources-reference {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.learning-resources-view .content .resources-reference a {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}
.learning-resources-view aside {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
  left: calc(58.33333% - 31.66667px + 20px);
  position: relative;
  background-color: #f4f4f4;
  border-top: 10px solid #02543f;
}
@media only screen and (max-width: 1100px) {
  .learning-resources-view aside {
    width: calc(100%);
    float: left;
    margin-left: 0px;
    left: 0;
    margin-top: 40px;
  }
}
.taronga-sydney .learning-resources-view aside,
.taronga-accommodation-sydney .learning-resources-view aside,
.taronga-roar .learning-resources-view aside {
  border-top: 10px solid #009645;
}
.taronga-dubbo .learning-resources-view aside,
.taronga-accommodation-dubbo .learning-resources-view aside,
.taronga-zoofari .learning-resources-view aside,
.taronga-savannah .learning-resources-view aside,
.taronga-billabong .learning-resources-view aside {
  border-top: 10px solid #e37700;
}
.taronga-general .learning-resources-view aside,
.taronga-accommodation-general .learning-resources-view aside {
  border-top: 10px solid #02543f;
}
.taronga-institute .learning-resources-view aside {
  border-top: 10px solid #015a70;
}
.learning-resources-view aside h3 {
  padding: 0 33px 33px;
  margin-bottom: 0;
  text-align: center;
}
.learning-resources-view aside form {
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 0 33px 33px;
}
.learning-resources-view aside form legend {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -0.4px;
}
.logo {
  display: block;
  position: relative;
  width: 164px;
  height: 79px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("../images/taronga-conservation-society-for-the-wild.svg");
}
.headroom--not-top .logo,
.ticket-page .logo,
.thank-you-pages .logo {
  background-image: url("../images/taronga-conservation-society-for-the-wild_1.svg");
}
.nav-extended .logo {
  background-image: url("../images/taronga-conservation-society-for-the-wild_1.svg");
}
.logo.-taronga-sydney {
  height: 106px;
  background-image: url("../images/taronga-sydney-for-the-wild_1.svg");
}
.nav-extended .logo.-taronga-sydney {
  background-image: url("../images/taronga-sydney-for-the-wild.svg");
}
.headroom--not-top .logo.-taronga-sydney,
.ticket-page .logo.-taronga-sydney,
.thank-you-pages .logo.-taronga-sydney {
  background-image: url("../images/taronga-sydney-for-the-wild.svg");
}
.logo.-taronga-dubbo {
  height: 115px;
  background-image: url("../images/taronga-western-plains-for-the-wild.svg");
}
.nav-extended .logo.-taronga-dubbo {
  background-image: url("../images/taronga-western-plains-for-the-wild_1.svg");
}
.headroom--not-top .logo.-taronga-dubbo,
.ticket-page .logo.-taronga-dubbo,
.thank-you-pages .logo.-taronga-dubbo {
  background-image: url("../images/taronga-western-plains-for-the-wild_1.svg");
}
.logo.-taronga-retreat {
  height: 115px;
  margin-top: 20px;
  background-image: url("../images/taronga-logo-retreat-h-white.svg");
}
@media only screen and (max-width: 768px) {
  .logo.-taronga-retreat {
    height: 70px;
    width: 120px;
    margin-top: 15px;
    margin-bottom: -20px;
  }
}
.nav-extended .logo.-taronga-retreat {
  background-image: url("/themes/custom/taronga/css/../img/logo/colour/taronga-logo-retreat-h-gold.svg");
  height: 50px !important;
  margin-top: 0;
}
.headroom--not-top .logo.-taronga-retreat,
.ticket-page .logo.-taronga-retreat,
.thank-you-pages .logo.-taronga-retreat {
  background-image: url("/themes/custom/taronga/css/../img/logo/colour/taronga-logo-retreat-h-gold.svg");
}
.maps-block {
  margin: 0 0 30px;
}
.maps-block-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .maps-block-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .maps-block-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.maps-block-content-left {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .maps-block-content-left {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 667px) {
  .maps-block-content-left {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1100px) {
  .maps-block-content-left h2 {
    margin: 0;
  }
}
.maps-block-content-right {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .maps-block-content-right {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 667px) {
  .maps-block-content-right {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
  }
}
.maps-block-content-right-link-wrapper {
  text-align: right;
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  .maps-block-content-right-link-wrapper {
    text-align: left;
    margin-bottom: 20px;
  }
}
.maps-block-content-right-link-wrapper h4 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 25px;
  width: 50%;
}
@media only screen and (max-width: 1100px) {
  .maps-block-content-right-link-wrapper h4 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.maps-block-content-right-heading {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -0.4px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 25px;
  width: 50%;
}
@media only screen and (max-width: 1100px) {
  .maps-block-content-right-heading {
    width: 100%;
    margin-bottom: 15px;
  }
}
.maps-block-image img {
  width: 100%;
}
.maps-block-image .show-desktop {
  display: block;
}
@media only screen and (max-width: 667px) {
  .maps-block-image .show-desktop {
    display: none;
  }
}
.maps-block-image .show-mobile {
  display: none;
}
@media only screen and (max-width: 667px) {
  .maps-block-image .show-mobile {
    display: block;
  }
}
.media-post .details,
.media-release .details {
  margin-bottom: 30px;
}
.media-post .details p,
.media-post .details a,
.media-release .details p,
.media-release .details a {
  margin-bottom: 0;
  font-weight: bold;
}
.media-post .details a,
.media-release .details a {
  text-decoration: none;
}
.media-post .details a:hover,
.media-release .details a:hover {
  text-decoration: underline;
}
.media-details .tags {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.taronga-sydney .media-details .tags,
.taronga-accommodation-sydney .media-details .tags,
.taronga-roar .media-details .tags {
  color: #009645;
}
.taronga-dubbo .media-details .tags,
.taronga-accommodation-dubbo .media-details .tags,
.taronga-zoofari .media-details .tags,
.taronga-savannah .media-details .tags,
.taronga-billabong .media-details .tags {
  color: #e37700;
}
.taronga-general .media-details .tags,
.taronga-accommodation-general .media-details .tags {
  color: #02543f;
}
.taronga-institute .media-details .tags {
  color: #015a70;
}
.media-details .tags a {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.taronga-sydney .media-details .tags a,
.taronga-accommodation-sydney .media-details .tags a,
.taronga-roar .media-details .tags a {
  color: #009645;
}
.taronga-dubbo .media-details .tags a,
.taronga-accommodation-dubbo .media-details .tags a,
.taronga-zoofari .media-details .tags a,
.taronga-savannah .media-details .tags a,
.taronga-billabong .media-details .tags a {
  color: #e37700;
}
.taronga-general .media-details .tags a,
.taronga-accommodation-general .media-details .tags a {
  color: #02543f;
}
.taronga-institute .media-details .tags a {
  color: #015a70;
}
.media-details .tags a:hover,
.media-details .tags a:focus,
.media-details .tags a:active {
  text-decoration: underline;
}
.media-details .date {
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
}
.taronga-sydney .media-details .date,
.taronga-accommodation-sydney .media-details .date,
.taronga-roar .media-details .date {
  color: #009645;
}
.taronga-dubbo .media-details .date,
.taronga-accommodation-dubbo .media-details .date,
.taronga-zoofari .media-details .date,
.taronga-savannah .media-details .date,
.taronga-billabong .media-details .date {
  color: #e37700;
}
.taronga-general .media-details .date,
.taronga-accommodation-general .media-details .date {
  color: #02543f;
}
.taronga-institute .media-details .date {
  color: #015a70;
}
.media-all .content {
  width: calc(58.33333%);
  float: left;
  margin-left: 0px;
  left: calc(-33.33333% - 13.33333px + 20px);
  position: relative;
  padding-top: 40px;
}
@media only screen and (max-width: 1100px) {
  .media-all .content {
    width: calc(100%);
    float: left;
    margin-left: 0px;
    left: 0;
  }
}
.media-all .content .item {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #dfdfdf;
}
.media-all .content .item .item-inner {
  display: table;
  position: relative;
  width: 100%;
  min-height: 170px;
}
.media-all .content .pager {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.media-all .content .pager > li {
  text-align: center;
}
.media-all .content .image-wrapper {
  display: table-cell;
  position: absolute;
  height: 100%;
  width: 25%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .media-all .content .image-wrapper {
    display: none;
  }
}
.media-all .content .image-wrapper .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center center;
}
.media-all .content .image-wrapper .mobile {
  display: block;
}
.media-all .content img {
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  .media-all .content img {
    display: block;
  }
}
.media-all .content .text {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
  float: right;
}
@media only screen and (max-width: 768px) {
  .media-all .content .text {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
.media-all .content .text .tags {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.taronga-sydney .media-all .content .text .tags,
.taronga-accommodation-sydney .media-all .content .text .tags,
.taronga-roar .media-all .content .text .tags {
  color: #009645;
}
.taronga-dubbo .media-all .content .text .tags,
.taronga-accommodation-dubbo .media-all .content .text .tags,
.taronga-zoofari .media-all .content .text .tags,
.taronga-savannah .media-all .content .text .tags,
.taronga-billabong .media-all .content .text .tags {
  color: #e37700;
}
.taronga-general .media-all .content .text .tags,
.taronga-accommodation-general .media-all .content .text .tags {
  color: #02543f;
}
.taronga-institute .media-all .content .text .tags {
  color: #015a70;
}
.media-all .content .text .tags a {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.taronga-sydney .media-all .content .text .tags a,
.taronga-accommodation-sydney .media-all .content .text .tags a,
.taronga-roar .media-all .content .text .tags a {
  color: #009645;
}
.taronga-dubbo .media-all .content .text .tags a,
.taronga-accommodation-dubbo .media-all .content .text .tags a,
.taronga-zoofari .media-all .content .text .tags a,
.taronga-savannah .media-all .content .text .tags a,
.taronga-billabong .media-all .content .text .tags a {
  color: #e37700;
}
.taronga-general .media-all .content .text .tags a,
.taronga-accommodation-general .media-all .content .text .tags a {
  color: #02543f;
}
.taronga-institute .media-all .content .text .tags a {
  color: #015a70;
}
.media-all .content .text .tags a:hover,
.media-all .content .text .tags a:focus,
.media-all .content .text .tags a:active {
  text-decoration: underline;
}
.media-all .content .text a {
  text-decoration: none;
}
.media-all .content .text a:hover {
  text-decoration: underline;
}
.media-all .content .text h4 {
  margin: 0;
  margin-bottom: 10px;
}
.media-all .content .text .heading {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 2.4rem;
}
.media-all .content .text .description {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .media-all .content .text .description {
    margin-bottom: 15px;
  }
}
.media-all .content .text .date {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: -0.4px;
}
.taronga-sydney .media-all .content .text .date,
.taronga-accommodation-sydney .media-all .content .text .date,
.taronga-roar .media-all .content .text .date {
  color: #009645;
}
.taronga-dubbo .media-all .content .text .date,
.taronga-accommodation-dubbo .media-all .content .text .date,
.taronga-zoofari .media-all .content .text .date,
.taronga-savannah .media-all .content .text .date,
.taronga-billabong .media-all .content .text .date {
  color: #e37700;
}
.taronga-general .media-all .content .text .date,
.taronga-accommodation-general .media-all .content .text .date {
  color: #02543f;
}
.taronga-institute .media-all .content .text .date {
  color: #015a70;
}
@media only screen and (max-width: 768px) {
  .media-all .content .text .date {
    position: relative;
  }
}
.media-all aside {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
  left: calc(66.66667% - 33.33333px + 20px);
  position: relative;
  background-color: #f4f4f4;
  border-top: 10px solid #02543f;
}
@media only screen and (max-width: 1100px) {
  .media-all aside {
    width: calc(100%);
    float: left;
    margin-left: 0px;
    left: 0;
    margin-top: 40px;
  }
}
.media-all aside.show-mobile {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .media-all aside.show-mobile {
    display: block;
  }
}
.media-all aside.show-desktop {
  display: block;
}
@media only screen and (max-width: 1100px) {
  .media-all aside.show-desktop {
    display: none;
  }
}
.taronga-sydney .media-all aside,
.taronga-accommodation-sydney .media-all aside,
.taronga-roar .media-all aside {
  border-top: 10px solid #009645;
}
.taronga-dubbo .media-all aside,
.taronga-accommodation-dubbo .media-all aside,
.taronga-zoofari .media-all aside,
.taronga-savannah .media-all aside,
.taronga-billabong .media-all aside {
  border-top: 10px solid #e37700;
}
.taronga-general .media-all aside,
.taronga-accommodation-general .media-all aside {
  border-top: 10px solid #02543f;
}
.taronga-institute .media-all aside {
  border-top: 10px solid #015a70;
}
.media-all aside h3 {
  padding: 0 33px 33px;
  margin-bottom: 0;
  text-align: center;
}
.media-all aside form {
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 0 33px 33px;
}
.media-all aside form legend {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -0.4px;
}
.icon.-menu,
.icon.-search-close,
.icon.-language-close {
  position: relative;
  display: inline-block;
  width: auto;
  height: 24px;
  top: 50%;
  margin: 0;
  padding: 8px 14px;
  z-index: 100;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.icon.-menu.active,
.icon.-search-close.active,
.icon.-language-close.active {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.icon.-menu.active:hover,
.icon.-search-close.active:hover,
.icon.-language-close.active:hover {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon.-menu.active span:nth-of-type(1),
.icon.-search-close.active span:nth-of-type(1),
.icon.-language-close.active span:nth-of-type(1) {
  -ms-transform: translateY(8px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(8px) translateX(0) rotate(-45deg);
  transform: translateY(8px) translateX(0) rotate(-45deg);
}
.icon.-menu.active span:nth-of-type(2),
.icon.-search-close.active span:nth-of-type(2),
.icon.-language-close.active span:nth-of-type(2) {
  opacity: 0;
}
.icon.-menu.active span:nth-of-type(3),
.icon.-search-close.active span:nth-of-type(3),
.icon.-language-close.active span:nth-of-type(3) {
  -ms-transform: translateY(-8px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(-8px) translateX(0) rotate(45deg);
  transform: translateY(-8px) translateX(0) rotate(45deg);
}
.icon.-menu.-extended-menu,
.icon.-menu.-search-close,
.icon.-menu.-language-close,
.icon.-search-close.-extended-menu,
.icon.-search-close.-search-close,
.icon.-search-close.-language-close,
.icon.-language-close.-extended-menu,
.icon.-language-close.-search-close,
.icon.-language-close.-language-close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 24px;
}
.icon.-menu.-extended-menu:hover,
.icon.-menu.-search-close:hover,
.icon.-menu.-language-close:hover,
.icon.-search-close.-extended-menu:hover,
.icon.-search-close.-search-close:hover,
.icon.-search-close.-language-close:hover,
.icon.-language-close.-extended-menu:hover,
.icon.-language-close.-search-close:hover,
.icon.-language-close.-language-close:hover {
  cursor: pointer;
}
.icon.-menu.-extended-menu span,
.icon.-menu.-search-close span,
.icon.-menu.-language-close span,
.icon.-search-close.-extended-menu span,
.icon.-search-close.-search-close span,
.icon.-search-close.-language-close span,
.icon.-language-close.-extended-menu span,
.icon.-language-close.-search-close span,
.icon.-language-close.-language-close span {
  background: #000;
}
.icon.-menu.-extended-menu span:nth-of-type(1),
.icon.-menu.-search-close span:nth-of-type(1),
.icon.-menu.-language-close span:nth-of-type(1),
.icon.-search-close.-extended-menu span:nth-of-type(1),
.icon.-search-close.-search-close span:nth-of-type(1),
.icon.-search-close.-language-close span:nth-of-type(1),
.icon.-language-close.-extended-menu span:nth-of-type(1),
.icon.-language-close.-search-close span:nth-of-type(1),
.icon.-language-close.-language-close span:nth-of-type(1) {
  top: 3px;
}
.icon.-menu.-extended-menu span:nth-of-type(3),
.icon.-menu.-search-close span:nth-of-type(3),
.icon.-menu.-language-close span:nth-of-type(3),
.icon.-search-close.-extended-menu span:nth-of-type(3),
.icon.-search-close.-search-close span:nth-of-type(3),
.icon.-search-close.-language-close span:nth-of-type(3),
.icon.-language-close.-extended-menu span:nth-of-type(3),
.icon.-language-close.-search-close span:nth-of-type(3),
.icon.-language-close.-language-close span:nth-of-type(3) {
  top: 19px;
}
.icon.-menu.show,
.icon.-search-close.show,
.icon.-language-close.show {
  opacity: 0;
}
.icon.-menu span,
.icon.-search-close span,
.icon.-language-close span {
  position: absolute;
  height: 2px;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  cursor: pointer;
  background: #fff;
  -webkit-transition: top 0.1s ease-in-out;
  -o-transition: top 0.1s ease-in-out;
  transition: top 0.1s ease-in-out;
  -webkit-transform: translateY(0) translateX(0) rotate(0);
  -ms-transform: translateY(0) translateX(0) rotate(0);
  transform: translateY(0) translateX(0) rotate(0);
}
.headroom--not-top .icon.-menu span,
.ticket-page .icon.-menu span,
.thank-you-pages .icon.-menu span,
.headroom--not-top .icon.-search-close span,
.ticket-page .icon.-search-close span,
.thank-you-pages .icon.-search-close span,
.headroom--not-top .icon.-language-close span,
.ticket-page .icon.-language-close span,
.thank-you-pages .icon.-language-close span {
  background: #000;
}
.icon.-menu span:nth-of-type(2),
.icon.-search-close span:nth-of-type(2),
.icon.-language-close span:nth-of-type(2) {
  top: 9px;
}
.icon.-menu span:nth-of-type(3),
.icon.-search-close span:nth-of-type(3),
.icon.-language-close span:nth-of-type(3) {
  top: 18px;
}
.icon.-menu-label {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  text-indent: unset;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.2rem;
  vertical-align: top;
  margin-left: 5px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
.headroom--not-top .icon.-menu-label,
.ticket-page .icon.-menu-label,
.thank-you-pages .icon.-menu-label {
  color: #000;
}
.icon.-menu-label:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1100px) {
  .icon.-menu-label {
    display: none;
  }
}
.link-title {
  overflow: hidden;
  text-indent: -99999999px;
  white-space: nowrap;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
}
.taronga-retreat .sub-heading {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  letter-spacing: normal;
}
.taronga-retreat .main-content p {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.overlay-cta,
.text-banner {
  background: #000;
  height: auto;
  color: #fff;
  padding: 20px 0;
  position: relative;
  -webkit-transition: position 10s ease;
  -o-transition: position 10s ease;
  transition: position 10s ease;
}
.overlay-cta.sticky,
.text-banner.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
  margin-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  .overlay-cta.sticky,
  .text-banner.sticky {
    max-height: 200px;
    padding-top: 40px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 667px) {
  .overlay-cta.sticky,
  .text-banner.sticky {
    max-height: auto;
    padding-top: 40px;
    top: auto;
    bottom: 0 !important;
  }
}
@media only screen and (max-width: 1100px) {
  .overlay-cta,
  .text-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
  }
}
.overlay-cta-left,
.text-banner-left {
  width: calc(58.33333% - 31.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .overlay-cta-left,
  .text-banner-left {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
    text-align: center;
  }
}
.overlay-cta-left .content-wrapper,
.text-banner-left .content-wrapper {
  padding: 10px 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1100px) {
  .overlay-cta-left .content-wrapper,
  .text-banner-left .content-wrapper {
    font-size: 1.6rem;
  }
}
.overlay-cta-left .content-wrapper p,
.text-banner-left .content-wrapper p {
  font-size: inherit;
}
@media only screen and (max-width: 1100px) {
  .overlay-cta-left .content-wrapper p,
  .text-banner-left .content-wrapper p {
    font-size: 1.6rem;
  }
}
.overlay-cta-right,
.text-banner-right {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  margin-left: calc(2.08333% - 20.41667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .overlay-cta-right,
  .text-banner-right {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
    margin-top: 10px;
    text-align: center;
  }
}
.zoo-landing-pages .intro-region {
  margin-top: -65px;
}
@media only screen and (max-width: 1100px) {
  .zoo-landing-pages .intro-region {
    margin-top: -130px;
  }
}
.overview-container {
  margin-bottom: 65px;
}
@media only screen and (max-width: 1100px) {
  .overview-container {
    margin-bottom: 0;
  }
}
.overview-block {
  width: 100%;
  position: relative;
  z-index: 8;
}
.overview-block:before {
  content: "";
  overflow: auto;
  width: 60%;
  position: absolute;
  height: 100%;
  left: 0;
  padding-bottom: 65px;
}
.taronga-sydney .overview-block:before,
.taronga-accommodation-sydney .overview-block:before,
.taronga-roar .overview-block:before {
  background: #009645;
}
.taronga-dubbo .overview-block:before,
.taronga-accommodation-dubbo .overview-block:before,
.taronga-zoofari .overview-block:before,
.taronga-savannah .overview-block:before,
.taronga-billabong .overview-block:before {
  background: #e37700;
}
@media only screen and (max-width: 1100px) {
  .overview-block:before {
    display: none;
  }
}
.overview-block:after {
  content: "";
  overflow: auto;
  width: 50%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 65px;
  z-index: -1;
}
.taronga-sydney .overview-block:after,
.taronga-accommodation-sydney .overview-block:after,
.taronga-roar .overview-block:after {
  background: #00632e;
}
.taronga-dubbo .overview-block:after,
.taronga-accommodation-dubbo .overview-block:after,
.taronga-zoofari .overview-block:after,
.taronga-savannah .overview-block:after,
.taronga-billabong .overview-block:after {
  background: #b05c00;
}
@media only screen and (max-width: 1100px) {
  .overview-block:after {
    display: none;
  }
}
.overview-block h3 {
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .overview-block h3 {
    margin: 10px 0;
  }
}
.overview-block-left-content {
  width: calc(58.33333% - 31.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .taronga-sydney .overview-block-left-content,
  .taronga-accommodation-sydney .overview-block-left-content,
  .taronga-roar .overview-block-left-content {
    background: #009645;
  }
}
@media only screen and (max-width: 1100px) {
  .taronga-dubbo .overview-block-left-content,
  .taronga-accommodation-dubbo .overview-block-left-content,
  .taronga-zoofari .overview-block-left-content,
  .taronga-savannah .overview-block-left-content,
  .taronga-billabong .overview-block-left-content {
    background: #e37700;
  }
}
@media only screen and (max-width: 1100px) {
  .overview-block-left-content {
    width: 100%;
    margin: 0;
  }
}
.overview-block-left-content-heading-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  .overview-block-left-content-heading-wrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .taronga-sydney .overview-block-left-content-heading-wrapper,
  .taronga-accommodation-sydney .overview-block-left-content-heading-wrapper,
  .taronga-roar .overview-block-left-content-heading-wrapper {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#009645),
      color-stop(75%, #009645),
      color-stop(75%, transparent),
      to(transparent)
    );
    background: -o-linear-gradient(
      left,
      #009645 0%,
      #009645 75%,
      transparent 75%,
      transparent 100%
    );
    background: linear-gradient(
      to right,
      #009645 0%,
      #009645 75%,
      transparent 75%,
      transparent 100%
    );
    overflow: hidden;
    margin: -1px;
  }
}
@media only screen and (max-width: 667px) {
  .taronga-sydney .overview-block-left-content-heading-wrapper,
  .taronga-accommodation-sydney .overview-block-left-content-heading-wrapper,
  .taronga-roar .overview-block-left-content-heading-wrapper {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#009645),
      color-stop(75%, #009645),
      color-stop(75%, transparent),
      to(transparent)
    );
    background: -o-linear-gradient(
      left,
      #009645 0%,
      #009645 75%,
      transparent 75%,
      transparent 100%
    );
    background: linear-gradient(
      to right,
      #009645 0%,
      #009645 75%,
      transparent 75%,
      transparent 100%
    );
    overflow: hidden;
    margin: -1px;
  }
}
@media only screen and (max-width: 1100px) {
  .taronga-dubbo .overview-block-left-content-heading-wrapper,
  .taronga-accommodation-dubbo .overview-block-left-content-heading-wrapper,
  .taronga-zoofari .overview-block-left-content-heading-wrapper,
  .taronga-savannah .overview-block-left-content-heading-wrapper,
  .taronga-billabong .overview-block-left-content-heading-wrapper {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#e37700),
      color-stop(75%, #e37700),
      color-stop(75%, transparent),
      to(transparent)
    );
    background: -o-linear-gradient(
      left,
      #e37700 0%,
      #e37700 75%,
      transparent 75%,
      transparent 100%
    );
    background: linear-gradient(
      to right,
      #e37700 0%,
      #e37700 75%,
      transparent 75%,
      transparent 100%
    );
    overflow: hidden;
    margin: -1px;
  }
}
@media only screen and (max-width: 667px) {
  .taronga-dubbo .overview-block-left-content-heading-wrapper,
  .taronga-accommodation-dubbo .overview-block-left-content-heading-wrapper,
  .taronga-zoofari .overview-block-left-content-heading-wrapper,
  .taronga-savannah .overview-block-left-content-heading-wrapper,
  .taronga-billabong .overview-block-left-content-heading-wrapper {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#e37700),
      color-stop(75%, #e37700),
      color-stop(75%, transparent),
      to(transparent)
    );
    background: -o-linear-gradient(
      left,
      #e37700 0%,
      #e37700 75%,
      transparent 75%,
      transparent 100%
    );
    background: linear-gradient(
      to right,
      #e37700 0%,
      #e37700 75%,
      transparent 75%,
      transparent 100%
    );
    overflow: hidden;
    margin: -1px;
  }
}
.overview-block-left-content-heading-wrapper-h1 {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .overview-block-left-content-heading-wrapper-h1 {
    width: calc(66.66667% - 16.66667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
    margin-top: 30px;
  }
}
@media only screen and (max-width: 667px) {
  .overview-block-left-content-heading-wrapper-h1 {
    width: calc(66.66667% - 8.33333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
    margin-top: 30px;
  }
}
.overview-block-left-content-heading-wrapper h1 {
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  .overview-block-left-content-wrapper {
    margin-bottom: 40px;
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .overview-block-left-content-wrapper {
    margin-bottom: 40px;
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.overview-block-left-content-wrapper-col-1 {
  width: calc(41.66667% - 28.33333px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .overview-block-left-content-wrapper-col-1 {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 667px) {
  .overview-block-left-content-wrapper-col-1 {
    width: calc(100% - 10px);
    float: left;
    margin-left: 5px;
  }
}
.overview-block-left-content-wrapper-col-2 {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .overview-block-left-content-wrapper-col-2 {
    margin-top: 15px;
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 667px) {
  .overview-block-left-content-wrapper-col-2 {
    width: calc(100% - 10px);
    float: left;
    margin-left: 5px;
  }
}
.overview-block-right-content {
  margin-top: 30px;
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  margin-left: calc(2.08333% - 20.41667px + 40px);
}
.taronga-sydney .overview-block-right-content,
.taronga-accommodation-sydney .overview-block-right-content,
.taronga-roar .overview-block-right-content {
  background: #00632e;
}
.taronga-dubbo .overview-block-right-content,
.taronga-accommodation-dubbo .overview-block-right-content,
.taronga-zoofari .overview-block-right-content,
.taronga-savannah .overview-block-right-content,
.taronga-billabong .overview-block-right-content {
  background: #b05c00;
}
@media only screen and (max-width: 1100px) {
  .overview-block-right-content {
    width: 100%;
    margin: 0;
  }
}
.overview-block-right-content-wrapper h3 {
  margin-top: 0;
}
@media only screen and (max-width: 1100px) {
  .overview-block-right-content-wrapper {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
    padding: 40px 0;
  }
  .overview-block-right-content-wrapper h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 667px) {
  .overview-block-right-content-wrapper {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.overview-block .button {
  text-align: center;
}
.overview-block-weather .live-weather .data {
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-right: 15px;
  background: url("../images/world-light.png");
  background-repeat: no-repeat !important;
  background-size: 25px 25px !important;
}
.overview-block-weather .live-weather .data img {
  width: 85px;
  height: auto;
  display: none;
}
.overview-block-weather .live-weather .data-31,
.overview-block-weather .live-weather .data-32,
.overview-block-weather .live-weather .data-33,
.overview-block-weather .live-weather .data-34,
.overview-block-weather .live-weather .data-36 {
  background: url("../images/weather-sun-light.svg");
}
.overview-block-weather .live-weather .data-28,
.overview-block-weather .live-weather .data-30 {
  background: url("../images/weather-suncloud-light.svg");
}
.overview-block-weather .live-weather .data-20,
.overview-block-weather .live-weather .data-21,
.overview-block-weather .live-weather .data-22,
.overview-block-weather .live-weather .data-26,
.overview-block-weather .live-weather .data-27,
.overview-block-weather .live-weather .data-29,
.overview-block-weather .live-weather .data-44 {
  background: url("/themes/custom/taronga/css/../img/icons/weather-cloud-light.svg");
}
.overview-block-weather .live-weather .data-1,
.overview-block-weather .live-weather .data-3,
.overview-block-weather .live-weather .data-4,
.overview-block-weather .live-weather .data-37,
.overview-block-weather .live-weather .data-38,
.overview-block-weather .live-weather .data-39,
.overview-block-weather .live-weather .data-45,
.overview-block-weather .live-weather .data-47 {
  background: url("../images/weather-storm-light.svg");
}
.overview-block-weather .live-weather .data-5,
.overview-block-weather .live-weather .data-7,
.overview-block-weather .live-weather .data-13,
.overview-block-weather .live-weather .data-14,
.overview-block-weather .live-weather .data-15,
.overview-block-weather .live-weather .data-16,
.overview-block-weather .live-weather .data-25,
.overview-block-weather .live-weather .data-41,
.overview-block-weather .live-weather .data-42,
.overview-block-weather .live-weather .data-43,
.overview-block-weather .live-weather .data-46 {
  background: url("/themes/custom/taronga/css/../img/icons/weather-snow-light.svg");
}
.overview-block-weather .live-weather .data-6,
.overview-block-weather .live-weather .data-10,
.overview-block-weather .live-weather .data-11,
.overview-block-weather .live-weather .data-12,
.overview-block-weather .live-weather .data-35,
.overview-block-weather .live-weather .data-40 {
  background: url("/themes/custom/taronga/css/../img/icons/weather-rain-light.svg");
}
.overview-block-weather .live-weather .data-23,
.overview-block-weather .live-weather .data-24 {
  background: url("/themes/custom/taronga/css/../img/icons/weather-wind-light.svg");
}
.overview-block-weather .live-weather .data-8,
.overview-block-weather .live-weather .data-9,
.overview-block-weather .live-weather .data-18 {
  background: url("/themes/custom/taronga/css/../img/icons/weather-cloudrain-light.svg");
}
.overview-block-weather .live-weather .data-bom-1,
.overview-block-weather .live-weather .data-bom-2 {
  background: url("../images/weather-sun-light.svg");
}
.overview-block-weather .live-weather .data-bom-3,
.overview-block-weather .live-weather .data-bom-4 {
  background: url("../images/weather-suncloud-light.svg");
}
.overview-block-weather .live-weather .data-bom-8,
.overview-block-weather .live-weather .data-bom-11,
.overview-block-weather .live-weather .data-bom-12,
.overview-block-weather .live-weather .data-bom-17 {
  background: url("/themes/custom/taronga/css/../img/icons/weather-rain-light.svg");
}
.overview-block-weather .live-weather .data-bom-9,
.overview-block-weather .live-weather .data-bom-13 {
  background: url("/themes/custom/taronga/css/../img/icons/weather-wind-light.svg");
}
.overview-block-weather .live-weather .data-bom-14,
.overview-block-weather .live-weather .data-bom-15 {
  background: url("/themes/custom/taronga/css/../img/icons/weather-snow-light.svg");
}
.overview-block-weather .live-weather .data-bom-10 {
  background: url("/themes/custom/taronga/css/../img/icons/weather-cloud-light.svg");
}
.overview-block-weather .live-weather .data-bom-16,
.overview-block-weather .live-weather .data-bom-18,
.overview-block-weather .live-weather .data-bom-20 {
  background: url("../images/weather-storm-light.svg");
}
.overview-block-weather .live-weather .label {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 40px);
  margin-top: -5px;
}
.overview-heading {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  .overview-heading {
    margin: 10px 0;
  }
}
.overview-description {
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 1100px) {
  .overview-description {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 667px) {
  .overview-description {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.overview-description p,
.overview-description a {
  color: #fff;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 667px) {
  .overview-description p,
  .overview-description a {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.overview-description a {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
  text-decoration: underline;
  display: inherit;
  position: relative;
  padding-right: 50px;
}
.overview-description a:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: 30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  .overview-description a:after {
    margin-left: 10px;
  }
}
.overview-description a:hover {
  color: #fff;
  text-decoration: underline;
}
.overview-description-supplementary-text {
  font-size: 1.8rem;
  margin-top: 15px;
}
.overview-description-supp a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  margin: 20px 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 667px) {
  .overview-description-supp a {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.overview-description-supp a:after {
  display: none;
}
.overview-description-supp a:hover {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 667px) {
  .paragraph {
    overflow-x: scroll;
    width: 100%;
  }
  .paragraph table {
    max-width: 710px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: scroll;
  }
}
.paragraph blockquote.yt-cta {
  position: relative;
}
.paragraph blockquote.yt-cta .yt-icon {
  position: absolute;
  font-size: 80px;
  top: 50%;
  margin-top: -40px;
  right: 30px;
  color: #ff0000;
  text-decoration: none !important;
  z-index: 1;
}
@media only screen and (max-width: 667px) {
  .paragraph blockquote.yt-cta .yt-icon {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 15px;
    font-size: 50px;
  }
}
.paragraph blockquote.yt-cta .yt-icon span b {
  display: inline-block;
  text-indent: -9999px;
}
.paragraph blockquote.social-cta {
  position: relative;
}
.paragraph blockquote.social-cta .icon-wrapper {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 30px;
}
@media only screen and (max-width: 667px) {
  .paragraph blockquote.social-cta .icon-wrapper {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 15px;
  }
}
.paragraph blockquote.social-cta .icon-wrapper a {
  text-decoration: none !important;
  display: inline-block;
  margin-right: 20px;
  z-index: 1;
  font-size: 50px;
}
.paragraph blockquote.social-cta .icon-wrapper a:last-child {
  margin-right: 0;
}
.paragraph blockquote.social-cta .icon-wrapper a .icon-facebook {
  color: #02543f;
}
.paragraph blockquote.social-cta .icon-wrapper a .icon-youtube {
  color: #02543f;
}
.paragraph blockquote.social-cta .icon-wrapper a .icon-instagram {
  color: #02543f;
}
.paragraph blockquote.social-cta .icon-wrapper a:hover .icon-facebook {
  color: #3b5998;
}
.paragraph blockquote.social-cta .icon-wrapper a:hover .icon-youtube {
  color: #ff0000;
}
.paragraph blockquote.social-cta .icon-wrapper a:hover .icon-instagram {
  color: #000;
}
.paragraph blockquote.social-cta .icon-wrapper a span b {
  display: inline-block;
  text-indent: -9999px;
}
.grid-cols-content-description {
  width: 100%;
}
.grid-cols-1 .paragraph-video-wrapper .grid-cols-content-heading div {
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 3px solid #02543f;
}
.grid-cols-1
  .paragraph-video-wrapper
  .grid-cols-content-description
  p:first-of-type {
  font-size: 1.8rem;
}
.grid-content-no-image .grid-cols-content-wrapper {
  margin-top: 0;
  background: none;
}
.grid-content-no-image
  .grid-cols-content-wrapper
  .grid-cols-content-wrapper-background-section {
  margin-right: 0;
}
@media only screen and (max-width: 667px) {
  .grid-content-no-image .grid-cols-content-wrapper {
    margin-top: 0;
  }
}
.paragraph-video-wrapper .grid-cols-content-wrapper {
  margin-top: 30px;
  background: #f6f6f6;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .paragraph-video-wrapper .grid-cols-content-wrapper {
    width: 100%;
    margin-top: 50px;
  }
}
.paragraph-video-wrapper .grid-cols-content-wrapper:hover span[class^="icon-"] {
  color: #009645;
}
.paragraph-video-wrapper .grid-cols-content-wrapper span[class^="icon-"] {
  font-size: 80px;
  color: #3f3f3f;
  position: absolute;
  top: -30px;
  left: -30px;
}
@media only screen and (max-width: 667px) {
  .paragraph-video-wrapper .grid-cols-content-wrapper span[class^="icon-"] {
    font-size: 40px;
    top: -20px;
    left: 0;
  }
}
.paragraph-video-wrapper .grid-cols-content-wrapper .icon-smh:before {
  content: "";
  background: url("../images/smh-logo.png") center center no-repeat;
  background-size: 100%;
  position: absolute;
  width: 125px;
  height: 75px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 667px) {
  .paragraph-video-wrapper .grid-cols-content-wrapper .icon-smh:before {
    width: 90px;
    height: 57px;
    top: -20px;
  }
}
.paragraph-video-wrapper .grid-cols-content-wrapper .icon-mastercard:before {
  content: "";
  background: url("/themes/custom/taronga/css/../img/logo/sponsors/mastercard-logo-circles-only.png")
    center center no-repeat;
  background-size: 100%;
  position: absolute;
  width: 100px;
  height: 89px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 667px) {
  .paragraph-video-wrapper .grid-cols-content-wrapper .icon-mastercard:before {
    width: 90px;
    height: 57px;
    top: -20px;
  }
}
.paragraph-video-wrapper .grid-cols-content-wrapper .icon-qbe-bird-show:before {
  content: "";
  background: url("/themes/custom/taronga/css/../img/logo/sponsors/qbe-logo.png")
    center center no-repeat;
  background-size: 100%;
  position: absolute;
  width: 125px;
  height: 75px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 667px) {
  .paragraph-video-wrapper
    .grid-cols-content-wrapper
    .icon-qbe-bird-show:before {
    width: 90px;
    height: 57px;
    top: -20px;
  }
}
.paragraph-video-wrapper .grid-cols-content-wrapper .icon-red-energy:before {
  content: "";
  background: url("../images/red-energy.png") center center no-repeat;
  background-size: 100%;
  position: absolute;
  width: 125px;
  height: 75px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 667px) {
  .paragraph-video-wrapper .grid-cols-content-wrapper .icon-red-energy:before {
    width: 90px;
    height: 57px;
    top: -10px;
  }
}
.paragraph-video-wrapper .grid-cols-content-wrapper .icon-lion {
  font-size: 60px !important;
}
.paragraph-video-wrapper .grid-cols-content-wrapper .icon-otter {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.paragraph-video-wrapper .grid-cols-content-wrapper .icon-giraffe {
  font-size: 110px !important;
}
@media only screen and (max-width: 667px) {
  .paragraph-video-wrapper .grid-cols-content-wrapper .icon-giraffe {
    font-size: 70px !important;
    top: -25px !important;
  }
}
.paragraph-video-wrapper .grid-cols-content-wrapper .icon-tiger {
  font-size: 50px !important;
}
@media only screen and (max-width: 667px) {
  .paragraph-video-wrapper .grid-cols-content-wrapper .icon-tiger {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 667px) {
  .paragraph-video-wrapper .grid-cols-content-wrapper .icon-gorilla {
    font-size: 50px;
  }
}
.paragraph-video-wrapper .grid-cols-content-wrapper .grid-cols-content-heading {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1rem;
}
.paragraph-video-wrapper
  .grid-cols-content-wrapper
  .grid-cols-content-description {
  margin-right: 0;
  margin-top: 0;
  padding: 0 30px;
  width: 100%;
  text-align: center;
}
.paragraph-video-wrapper .grid-cols-content-wrapper .grid-video {
  border: 10px solid #fff;
}
.paragraph-video-wrapper .grid-cols-content-wrapper .grid-video p:last-of-type {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 667px) {
  .paragraph-video-wrapper.body-content-index-pages-main-content .larger {
    font-size: 1.6rem;
  }
}
.related-links {
  background: #f2f2f2;
}
.thank-you-pages .related-links {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin: auto;
  float: none;
}
@media only screen and (max-width: 768px) {
  .thank-you-pages .related-links {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
.related-links-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 768px) {
  .related-links-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .related-links-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.related-links-wrapper {
  text-align: center;
  max-width: 800px;
  margin: 60px auto 0;
}
.related-links-wrapper h3 {
  margin-bottom: 50px;
}
.related-links-item {
  margin-bottom: 60px;
}
.related-links-item-wrapper {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .related-links-item-wrapper {
    text-align: center;
  }
}
.related-links-item-cols-3 {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .related-links-item-cols-3 {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .related-links-item-cols-3 {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.related-links-item-cols-2 {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .related-links-item-cols-2 {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .related-links-item-cols-2 {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.related-links-item-cols-1 {
  width: calc(91.66667% - 38.33333px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .related-links-item-cols-1 {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .related-links-item-cols-1 {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.related-links-item-heading {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.5rem;
}
.taronga-sydney .related-links-item-heading,
.taronga-accommodation-sydney .related-links-item-heading,
.taronga-roar .related-links-item-heading {
  color: #00632e;
}
.taronga-dubbo .related-links-item-heading,
.taronga-accommodation-dubbo .related-links-item-heading,
.taronga-zoofari .related-links-item-heading,
.taronga-savannah .related-links-item-heading,
.taronga-billabong .related-links-item-heading {
  color: #b05c00;
}
.taronga-general .related-links-item-heading,
.taronga-accommodation-general .related-links-item-heading {
  color: #01221a;
}
.taronga-institute .related-links-item-heading {
  color: #01313d;
}
.related-links-item-links {
  margin-top: 30px;
}
.related-links-item-links-item a {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
  text-decoration: none;
  margin-bottom: 15px;
  display: inline-block;
  color: #000;
}
.related-links-item-links-item a:hover {
  text-decoration: underline;
}
.renivate-feed {
  margin-bottom: 60px;
}
div#social-buzz {
  font-family: inherit !important;
  font-size: inherit !important;
}
div#social-buzz h1,
div#social-buzz h2 {
  text-align: center !important;
}
div#social-buzz h1 {
  font-family: canada-type-gibson, sans-serif !important;
  font-size: 3.5rem !important;
  font-weight: 300;
  font-style: normal;
  color: #000;
  letter-spacing: normal;
}
div#social-buzz h2.sb-text-color2 {
  font-weight: 300 !important;
  margin-bottom: 30px !important;
  font-size: 2rem !important;
}
div#social-buzz div,
div#social-buzz span,
div#social-buzz h2,
div#social-buzz h3,
div#social-buzz h4,
div#social-buzz h5,
div#social-buzz h6,
div#social-buzz p,
div#social-buzz blockquote,
div#social-buzz pre,
div#social-buzz a,
div#social-buzz em,
div#social-buzz font,
div#social-buzz img,
div#social-buzz strong,
div#social-buzz b,
div#social-buzz u,
div#social-buzz i,
div#social-buzz center,
div#social-buzz ol,
div#social-buzz ul,
div#social-buzz li {
  margin: 0 !important;
  height: auto !important;
  width: auto !important;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
  position: static !important;
  text-transform: none !important;
  float: none;
  text-indent: 0;
  text-align: left;
}
div#social-buzz li > span.excerpt,
div#social-buzz a,
div#social-buzz .sb-text-color2 {
  font-size: 1.5rem !important;
}
.room-info-block-container {
  margin-top: 25px;
}
.supplementary .room-info-block-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 768px) {
  .supplementary .room-info-block-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .supplementary .room-info-block-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.room-info-block-wrapper {
  margin-top: 10px;
  margin-bottom: 40px;
}
.supplementary .room-info-block-wrapper {
  width: calc(66.66667% - 33.33333px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .supplementary .room-info-block-wrapper {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 667px) {
  .supplementary .room-info-block-wrapper {
    width: calc(100% - 10px);
    float: left;
    margin-left: 5px;
  }
}
.room-info-block-item {
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 10px;
}
.room-info-block-link-wrapper {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
}
.room-info-block-heading {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.room-info-block-heading h2 {
  margin: 0;
}
.room-info-block-question {
  margin-left: 20px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 667px) {
  .room-info-block-question {
    margin-left: 10px;
  }
}
.room-info-block-question h4 {
  position: relative;
  cursor: pointer;
  padding-right: 60px;
}
.taronga-retreat .room-info-block-question h4 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
}
@media only screen and (max-width: 667px) {
  .room-info-block-question h4 {
    padding-right: 60px;
  }
}
.room-info-block-question h4:after {
  position: absolute;
  right: 20px;
  font-family: "FontAwesome";
  content: "\f061";
  margin-right: 5px;
  color: #000;
  font-size: 1.4rem;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 667px) {
  .room-info-block-question h4:after {
    right: 10px;
  }
}
.room-info-block-question.open h4:after {
  font-family: "FontAwesome";
  content: "\f063";
}
.room-info-block-answer {
  display: none;
  margin-bottom: 25px;
}
.room-info-block-answer .answer-container {
  padding-left: 20px;
  padding-right: 10px;
  overflow: hidden;
}
.taronga-sydney .room-info-block-answer .answer-container,
.taronga-accommodation-sydney .room-info-block-answer .answer-container,
.taronga-roar .room-info-block-answer .answer-container {
  border-left: 5px solid #009645;
}
.taronga-dubbo .room-info-block-answer .answer-container,
.taronga-accommodation-dubbo .room-info-block-answer .answer-container,
.taronga-zoofari .room-info-block-answer .answer-container,
.taronga-savannah .room-info-block-answer .answer-container,
.taronga-billabong .room-info-block-answer .answer-container {
  border-left: 5px solid #e37700;
}
.taronga-general .room-info-block-answer .answer-container,
.taronga-accommodation-general .room-info-block-answer .answer-container {
  border-left: 5px solid #02543f;
}
.taronga-institute .room-info-block-answer .answer-container {
  border-left: 5px solid #015a70;
}
.taronga-retreat .room-info-block-answer .answer-container {
  border-left: 5px solid #cba25b;
}
.room-info-block-answer.open {
  display: block;
}
.room-info-block-image {
  float: left;
  margin-right: 20px;
  max-width: 300px;
}
@media only screen and (max-width: 667px) {
  .room-info-block-image {
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.room-info-block-image img {
  width: 300px;
  height: 300px;
}
@media only screen and (max-width: 667px) {
  .room-info-block-image img {
    width: 100%;
    height: 100%;
  }
}
.paragraph-search-block {
  text-align: center;
  margin: 50px auto;
  max-width: 700px;
  padding: 0 20px;
}
.paragraph-search-block-heading {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 20px;
}
.paragraph-search-block-form-wrapper .js-form-type-search {
  width: 100%;
  max-width: 420px;
  height: 49px;
  display: inline-block;
}
.paragraph-search-block-form-wrapper .form-search {
  width: 100%;
  background-image: url("/themes/custom/taronga/css/../img/icons/search-dark.svg") !important;
  background-position: 5px center !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #3f3f3f;
  height: 45px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
}
.paragraph-search-block-form-wrapper .form-wrapper {
  display: inline-block;
}
.paragraph-search-block-form-wrapper .form-wrapper .button {
  border: 0;
  background-color: #02543f;
  color: #fff;
  margin-left: -3px;
  -webkit-appearance: button;
}
@media only screen and (max-width: 768px) {
  .paragraph-search-block-form-wrapper .form-wrapper .button {
    margin-left: 0;
  }
}
.paragraph-search-block-form-wrapper .form-wrapper .button:hover,
.paragraph-search-block-form-wrapper .form-wrapper .button:focus,
.paragraph-search-block-form-wrapper .form-wrapper .button:active {
  background-color: #01221a;
}
.search-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #f4f4f4;
  z-index: 300;
  display: none;
}
.search-modal.active {
  display: block;
}
.search-modal-container {
  position: relative;
  height: 100%;
}
.search-modal-content {
  position: relative;
  height: 100%;
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .search-modal-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 880px) {
  .search-modal-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
.search-modal-menu {
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 667px) {
  .search-modal-menu {
    padding: 60px 0;
  }
}
.search-modal-form {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 667px) {
  .search-modal-form {
    top: 30%;
    width: calc(100% - 10px);
    float: left;
    margin-left: 5px;
  }
}
.search-modal .logo-container {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .search-modal .logo-container {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 880px) {
  .search-modal .logo-container {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.search-modal .logo-container .logo {
  background-image: url("../images/taronga-conservation-society-for-the-wild_1.svg");
  background-size: contain;
  height: 89px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .search-modal .logo-container .logo {
    margin: 10px auto;
  }
}
.search-modal .icon-container {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}
.search-modal .icon-container span {
  background: #000;
}
.search-modal .icon-container .-search-close {
  position: relative;
  top: 0;
  right: 0;
}
.search-modal form {
  text-align: center;
}
.search-modal form .js-form-type-search {
  width: 100%;
  max-width: 420px;
  height: 49px;
  display: inline-block;
}
.search-modal form .form-search {
  width: 100%;
  background-color: #f4f4f4;
  background-image: url("/themes/custom/taronga/css/../img/icons/search-dark.svg");
  background-position: 0% center;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  height: 44px;
  padding-left: 30px;
  padding-right: 20px;
  -webkit-appearance: none;
}
.search-modal form .form-search:focus {
  border-bottom: 1px solid #02543f;
}
.search-modal form .form-wrapper {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .search-modal form .form-wrapper {
    display: block;
    margin-top: 20px;
  }
}
.search-modal form .form-wrapper .button {
  border: 0;
  background-color: #02543f;
  color: #fff;
  margin-left: -3px;
  -webkit-appearance: button;
}
@media only screen and (max-width: 768px) {
  .search-modal form .form-wrapper .button {
    margin-left: 0;
  }
}
.search-modal form .form-wrapper .button:hover,
.search-modal form .form-wrapper .button:focus,
.search-modal form .form-wrapper .button:active {
  background-color: #01221a;
}
.ui-widget.ui-widget-content {
  z-index: 301;
}
.ui-widget .ui-state-active {
  border: 0 !important;
  background-color: transparent;
}
.ui-widget .ui-state-active:hover {
  border: 0 !important;
  background-color: transparent;
}
.ui-widget .ui-menu-item {
  list-style-image: none;
  border: 0;
}
.ui-widget .ui-menu-item a {
  line-height: 1rem;
  padding: 0;
  margin: 5px 0;
  display: inline-block;
  width: 100%;
}
.ui-widget .ui-menu-item:hover {
  background-color: #02543f !important;
}
.js input.form-autocomplete.ui-autocomplete-loading {
  background-image: none;
}
.search-content {
  width: calc(58.33333%);
  float: left;
  margin-left: 0px;
  left: calc(-41.66667% - 11.66667px + 20px);
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .search-content {
    width: calc(100%);
    float: left;
    margin-left: 0px;
    left: 0;
  }
}
.search-content .item {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #dfdfdf;
}
.search-content .item .item-inner {
  display: table;
  position: relative;
  width: 100%;
}
.search-content .item-title {
  margin-bottom: 5px;
}
.search-content .item-title a {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
}
.search-content .item-title a:hover {
  text-decoration: underline;
}
.search-content .search-block-form .form-actions {
  display: none;
}
.search-content .search-block-form input {
  width: 100%;
  background: none;
  padding: 0 10px;
}
.search-content .text {
  width: calc(100%);
  float: left;
  margin-left: 0px;
}
.search-content .text .tags {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.taronga-sydney .search-content .text .tags,
.taronga-accommodation-sydney .search-content .text .tags,
.taronga-roar .search-content .text .tags {
  color: #009645;
}
.taronga-dubbo .search-content .text .tags,
.taronga-accommodation-dubbo .search-content .text .tags,
.taronga-zoofari .search-content .text .tags,
.taronga-savannah .search-content .text .tags,
.taronga-billabong .search-content .text .tags {
  color: #e37700;
}
.taronga-general .search-content .text .tags,
.taronga-accommodation-general .search-content .text .tags {
  color: #02543f;
}
.taronga-institute .search-content .text .tags {
  color: #015a70;
}
.search-content .text .tags a {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.taronga-sydney .search-content .text .tags a,
.taronga-accommodation-sydney .search-content .text .tags a,
.taronga-roar .search-content .text .tags a {
  color: #009645;
}
.taronga-dubbo .search-content .text .tags a,
.taronga-accommodation-dubbo .search-content .text .tags a,
.taronga-zoofari .search-content .text .tags a,
.taronga-savannah .search-content .text .tags a,
.taronga-billabong .search-content .text .tags a {
  color: #e37700;
}
.taronga-general .search-content .text .tags a,
.taronga-accommodation-general .search-content .text .tags a {
  color: #02543f;
}
.taronga-institute .search-content .text .tags a {
  color: #015a70;
}
.search-content .text .tags a:hover,
.search-content .text .tags a:focus,
.search-content .text .tags a:active {
  text-decoration: underline;
}
.search-content .text a {
  text-decoration: none;
}
.search-content .text a:hover {
  text-decoration: underline;
}
.search-content .text h4 {
  margin: 0;
  margin-bottom: 10px;
}
.search-content .text .description {
  margin-bottom: 35px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .search-content .text .description {
    margin-bottom: 15px;
  }
}
.search-content .text .date {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
.taronga-sydney .search-content .text .date,
.taronga-accommodation-sydney .search-content .text .date,
.taronga-roar .search-content .text .date {
  color: #009645;
}
.taronga-dubbo .search-content .text .date,
.taronga-accommodation-dubbo .search-content .text .date,
.taronga-zoofari .search-content .text .date,
.taronga-savannah .search-content .text .date,
.taronga-billabong .search-content .text .date {
  color: #e37700;
}
.taronga-general .search-content .text .date,
.taronga-accommodation-general .search-content .text .date {
  color: #02543f;
}
.taronga-institute .search-content .text .date {
  color: #015a70;
}
@media only screen and (max-width: 768px) {
  .search-content .text .date {
    position: relative;
  }
}
.search-results-wrapper aside {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
  left: calc(58.33333% - 31.66667px + 20px);
  position: relative;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 1100px) {
  .search-results-wrapper aside {
    width: calc(100%);
    float: left;
    margin-left: 0px;
    left: 0;
    margin-top: 40px;
  }
}
.taronga-sydney .search-results-wrapper aside,
.taronga-accommodation-sydney .search-results-wrapper aside,
.taronga-roar .search-results-wrapper aside {
  border-top: 10px solid #009645;
}
.taronga-dubbo .search-results-wrapper aside,
.taronga-accommodation-dubbo .search-results-wrapper aside,
.taronga-zoofari .search-results-wrapper aside,
.taronga-savannah .search-results-wrapper aside,
.taronga-billabong .search-results-wrapper aside {
  border-top: 10px solid #e37700;
}
.taronga-general .search-results-wrapper aside,
.taronga-accommodation-general .search-results-wrapper aside {
  border-top: 10px solid #02543f;
}
.taronga-institute .search-results-wrapper aside {
  border-top: 10px solid #015a70;
}
.search-results-wrapper aside h3 {
  padding: 0 33px 33px;
  margin-bottom: 0;
  text-align: center;
}
.search-results-wrapper aside form {
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 0 33px 33px;
}
.search-results-wrapper aside form fieldset {
  margin: 0;
}
.search-results-wrapper aside form fieldset:nth-child(n + 1) legend {
  display: none;
}
.search-results-wrapper aside form fieldset:first-of-type legend {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
  display: inline-block;
}
.search-results-wrapper aside .js-form-item-keys {
  display: none;
}
.search-results-wrapper .js-pager__items {
  padding: 0;
}
.search-results-wrapper .pager__item {
  list-style-type: none;
}
.sidebar-block {
  background: #f4f4f4;
  margin-bottom: 20px;
}
.sidebar-block h3 {
  margin-top: 0;
}
.taronga-sydney .sidebar-block,
.taronga-accommodation-sydney .sidebar-block,
.taronga-roar .sidebar-block {
  border-top: 10px solid #009645;
}
.taronga-dubbo .sidebar-block,
.taronga-accommodation-dubbo .sidebar-block,
.taronga-zoofari .sidebar-block,
.taronga-savannah .sidebar-block,
.taronga-billabong .sidebar-block {
  border-top: 10px solid #e37700;
}
.taronga-zoo-friends .sidebar-block {
  border-top: 10px solid #5d3179;
}
.taronga-general .sidebar-block,
.taronga-accommodation-general .sidebar-block {
  border-top: 10px solid #02543f;
}
.taronga-institute .sidebar-block {
  border-top: 10px solid #015a70;
}
.taronga-retreat .sidebar-block {
  position: relative;
  border-top: 10px solid #cba25b;
  -webkit-transition: top 2s ease-in-out;
  -o-transition: top 2s ease-in-out;
  transition: top 2s ease-in-out;
}
@media only screen and (max-width: 1100px) {
  .taronga-retreat .sidebar-block {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    border-top: 0;
    margin-bottom: 0;
    background: #000;
  }
}
.taronga-retreat .sidebar-block.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: inherit;
}
.sidebar-block-primary-cta {
  text-align: center;
  padding: 30px 33px 33px;
}
@media only screen and (max-width: 1100px) {
  .taronga-retreat .sidebar-block-primary-cta {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
  }
}
.taronga-retreat .sidebar-block-primary-cta h3 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  letter-spacing: normal;
}
@media only screen and (max-width: 1100px) {
  .taronga-retreat .sidebar-block-primary-cta h3 {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .sidebar-block-primary-cta {
    display: block;
  }
}
.sidebar-block-primary-cta-desc {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .sidebar-block-primary-cta-desc {
    display: block;
  }
  .taronga-retreat .sidebar-block-primary-cta-desc {
    color: #fff;
    padding: 10px 0;
  }
}
.sidebar-block-primary-cta-desc a {
  color: inherit;
}
.sidebar-block-secondary-cta {
  text-align: center;
}
.taronga-sydney .sidebar-block-secondary-cta,
.taronga-accommodation-sydney .sidebar-block-secondary-cta,
.taronga-roar .sidebar-block-secondary-cta {
  background: #009645;
}
.taronga-dubbo .sidebar-block-secondary-cta,
.taronga-accommodation-dubbo .sidebar-block-secondary-cta,
.taronga-zoofari .sidebar-block-secondary-cta,
.taronga-savannah .sidebar-block-secondary-cta,
.taronga-billabong .sidebar-block-secondary-cta {
  background: #e37700;
}
.taronga-zoo-friends .sidebar-block-secondary-cta {
  background: #5d3179;
}
.taronga-general .sidebar-block-secondary-cta,
.taronga-accommodation-general .sidebar-block-secondary-cta {
  background: #02543f;
}
.taronga-institute .sidebar-block-secondary-cta {
  background: #015a70;
}
.taronga-retreat .sidebar-block-secondary-cta {
  background: #cba25b;
}
.sidebar-block-secondary-cta .content-wrapper {
  margin: 0 30px 30px;
  display: inline-block;
}
.sidebar-block-secondary-cta-heading {
  color: #fff;
  margin-bottom: 15px;
}
.taronga-retreat .sidebar-block-secondary-cta-heading {
  color: #000;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
}
.sidebar-block-secondary-cta-desc {
  color: #fff;
  text-align: left;
  word-break: break-all;
}
.taronga-retreat .sidebar-block-secondary-cta-desc {
  color: #000;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.sidebar-block-secondary-cta-desc strong {
  margin-right: 5px;
  font-size: 1.8rem;
}
.taronga-retreat .sidebar-block-secondary-cta-desc strong {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
}
.sidebar-block-secondary-cta-desc a {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  font-size: 1.8rem;
  text-decoration: underline;
}
.taronga-retreat .sidebar-block-secondary-cta-desc a {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: normal;
}
.sidebar-block-secondary-cta-desc a:hover {
  text-decoration: underline;
}
.sidebar-block-detail {
  padding-bottom: 30px;
  padding-top: 30px;
}
.sidebar-block-detail-intro {
  text-align: center;
}
.sidebar-block-detail-desc {
  margin: 0 33px;
}
.sidebar-block-detail-desc .suffix {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.16rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sidebar-block-detail-desc .content {
  overflow: hidden;
}
.sidebar-block-detail-desc .content p {
  line-height: 2.5rem;
  margin: 10px 0;
}
.sidebar-block-detail-desc .content a {
  color: inherit;
}
.sidebar-block-detail-desc .activity-details {
  font-size: 1.6rem;
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 2.4rem;
}
.sidebar-block-detail-desc .activity-details .activity-occurrence {
  margin-bottom: 5px;
}
.sidebar-block-detail-desc .activity-details .activity-session {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.sidebar-block-detail-desc .when-section:before {
  content: "";
  background-image: url("/themes/custom/taronga/css/../img/icons/calendar-dark.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  float: left;
  margin-right: 26px;
  margin-top: 2px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar-block-detail-desc .cost-section {
  margin-top: 30px;
}
.sidebar-block-detail-desc .cost-section:before {
  content: "";
  background-image: url("../images/dollar-dark.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  float: left;
  margin-right: 26px;
  margin-top: 2px;
  background-size: 15px 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar-block-detail-desc .location-section {
  margin-top: 30px;
}
.sidebar-block-detail-desc .location-section:before {
  content: "";
  background-image: url("/themes/custom/taronga/css/../img/icons/location-pin-dark.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  float: left;
  margin-right: 26px;
  margin-top: 2px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar-block-detail-desc .location-section a {
  color: #000;
  text-decoration: underline;
}
.sidebar-block-detail-desc .location-section a:hover {
  color: #000;
}
.sidebar-block-detail-desc .restriction-section {
  margin-top: 30px;
  display: inline-block;
}
.sidebar-block-detail-desc .restriction-section:before {
  content: "";
  background-image: url("/themes/custom/taronga/css/../img/icons/alert-dark.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  float: left;
  margin-right: 26px;
  margin-top: 2px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar-block-detail .date-no-wrap {
  white-space: nowrap;
}
.sidebar-block-closed {
  text-align: center;
  padding: 30px 33px;
  display: inline-block;
  width: 100%;
}
.sidebar-block-closed h5 {
  margin-bottom: 0;
}
.sidebar-block-closed-heading {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.16rem;
  margin-top: 30px;
}
.sidebar-block-location {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 30px 0;
}
.sidebar-block-location h3 {
  margin-top: 0;
}
.sidebar-block-location-desc {
  margin: 0 30px;
  text-align: left;
}
.sidebar-block-location-desc p {
  overflow: hidden;
  text-align: inherit;
}
.sidebar-block-location-desc ul {
  margin: 0;
  overflow: hidden;
  list-style-type: none;
  padding: 0 5px;
}
.sidebar-block-location-desc ul > li {
  padding-left: 5px;
  margin-bottom: 10px;
}
.sidebar-block-location-desc ul > li:before {
  display: inline-block;
  content: "_";
  width: 15px;
  height: 1px;
  vertical-align: top;
  margin-left: -5px;
  margin-top: -5px;
}
.sidebar-block-location-desc:before {
  content: "";
  background-image: url("/themes/custom/taronga/css/../img/icons/location-pin-dark.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  float: left;
  margin-right: 26px;
  margin-top: 5px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar-block-specific-info {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}
.sidebar-block-specific-info-primary-info {
  text-align: left;
  margin: 0 30px;
}
.sidebar-block-specific-info-primary-info-content-wrapper {
  overflow: hidden;
}
.sidebar-block-specific-info-primary-info-content-wrapper p {
  margin-bottom: 10px;
}
.sidebar-block-specific-info-primary-info-content-wrapper p strong {
  display: inline-block;
  margin-bottom: 5px;
}
.sidebar-block-specific-info-primary-info:before {
  content: "";
  background-image: url("/themes/custom/taronga/css/../img/icons/alert-dark.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  float: left;
  margin-right: 26px;
  margin-top: 2px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar-block-specific-info-secondary-info {
  text-align: left;
  margin: 0 30px;
  margin-top: 10px;
}
.sidebar-block-specific-info-secondary-info-content-wrapper p {
  margin-bottom: 10px;
}
.sidebar-block-specific-info-secondary-info-content-wrapper p strong {
  display: inline-block;
  margin-bottom: 5px;
}
.sidebar-block-download-additional-information {
  text-align: center;
  padding: 30px 33px;
}
.sidebar-block-download-additional-information-assets {
  text-align: left;
  width: 100%;
}
.sidebar-block-download-additional-information-assets .file {
  margin-bottom: 15px;
}
.sidebar-block-download-additional-information-assets .file:last-child {
  margin-bottom: 0;
}
.sidebar-block-download-additional-information-assets .file a {
  font-size: 1.4rem;
  color: #000;
  text-decoration: underline;
}
.sidebar-block-download-additional-information-assets .file a:before {
  font-family: "FontAwesome";
  content: "\f019";
  margin-right: 5px;
  color: #000;
  font-size: 1.4rem;
}
.sidebar-block-download-additional-information-assets .file-name {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.sidebar-block-download-additional-information-assets .file-size {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  color: #000;
  text-decoration: underline;
}
.sidebar-block-contact-information {
  text-align: center;
  padding: 30px 33px;
}
.sidebar-block-contact-information-content-wrapper {
  text-align: left;
}
.sidebar-block-contact-information .suffix {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  margin-right: 5px;
}
.sidebar-block-contact-information .content-wrapper {
  overflow: hidden;
}
.sidebar-block-contact-information .call-section {
  margin-bottom: 10px;
}
.sidebar-block-contact-information .call-section:before {
  content: "";
  background-image: url("/themes/custom/taronga/css/../img/icons/phone-dark.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  margin-right: 26px;
  margin-top: 5px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar-block-contact-information .call-section a {
  font-size: 1.6rem;
  color: #000;
  word-wrap: break-word;
}
.sidebar-block-contact-information .email-section {
  margin-bottom: 10px;
}
.sidebar-block-contact-information .email-section:before {
  content: "";
  background-image: url("../images/email-dark.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  margin-right: 26px;
  margin-top: 5px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar-block-contact-information .email-section a {
  font-size: 1.6rem;
  color: #000;
  display: inherit;
}
.sidebar-block-contact-information .fax-section {
  margin-bottom: 10px;
}
.sidebar-block-contact-information .fax-section:before {
  content: "";
  background-image: url("../images/fax-dark.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  margin-right: 26px;
  margin-top: 5px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar-block-contact-information .fax-section a {
  font-size: 1.6rem;
  color: #000;
  word-wrap: break-word;
}
.sidebar-block-contact-information .post-section:before {
  content: "";
  background-image: url("../images/post-dark.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  margin-right: 26px;
  margin-top: 5px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar-block-contact-information .post-section a {
  font-size: 1.6rem;
  color: #000;
  word-wrap: break-word;
}
.sidebar-block-contact-information .post-section p {
  text-decoration: underline;
  display: inline;
}
.sidebar-block-author {
  padding: 30px 33px;
  display: inline-block;
  width: auto;
}
.sidebar-block-author-image {
  display: inline-block;
}
.sidebar-block-author-image img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.sidebar-block-author-name-position {
  display: inline-block;
  margin-top: 5px;
  margin-left: 25px;
  vertical-align: top;
}
.sidebar-block-author-name-position h5 {
  margin: 0;
}
.sidebar-block-author-name-position-heading {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.16rem;
  margin: 0;
}
.sidebar-block-author-position {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin-top: 3px;
  font-size: 1.2rem;
}
.taronga-sydney .sidebar-block-author-position,
.taronga-accommodation-sydney .sidebar-block-author-position,
.taronga-roar .sidebar-block-author-position {
  color: #009645;
}
.taronga-dubbo .sidebar-block-author-position,
.taronga-accommodation-dubbo .sidebar-block-author-position,
.taronga-zoofari .sidebar-block-author-position,
.taronga-savannah .sidebar-block-author-position,
.taronga-billabong .sidebar-block-author-position {
  color: #e37700;
}
.taronga-zoo-friends .sidebar-block-author-position {
  color: #5d3179;
}
.taronga-general .sidebar-block-author-position,
.taronga-accommodation-general .sidebar-block-author-position {
  color: #02543f;
}
.taronga-institute .sidebar-block-author-position {
  color: #015a70;
}
.sidebar-block-author-bio {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}
.sidebar-block-author-social {
  display: inline-block;
  margin-top: 60px;
}
.sidebar-block-author-social h5 {
  margin: 0 0 20px;
}
.sidebar-block-author-social-heading {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 20px;
  font-size: 1.8rem;
  line-height: 2.16rem;
}
.sidebar-block-author-social a {
  margin-right: 15px;
  border: 0;
}
.sidebar-block-author-social a img {
  border: 0;
}
.sidebar-block-dpp {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 30px 33px;
}
.sidebar-block-dpp-form-wrapper {
  max-width: 250px;
  display: inline-block;
  width: 100%;
}
.sidebar-block-dpp-form-item {
  width: 100%;
  height: 48px;
  border: 0;
  border-bottom: 1px solid;
  background: #f4f4f4;
  margin-bottom: 30px;
  font-size: 1.6rem;
}
.sidebar-block-dpp-form-file {
  display: none;
}
.sidebar-block-dpp .button-submit {
  margin-top: 20px;
}
.sidebar-block-dpp .webform-confirmation {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
}
.sidebar-block-dpp .webform-confirmation a {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  color: #000;
}
.sidebar-block-donate {
  text-align: center;
  padding: 30px 33px;
}
.sidebar-block-donate-description {
  margin-bottom: 30px;
}
.sidebar-block-donate-links-wrapper {
  width: 100%;
  display: inline-block;
}
.sidebar-block-donate-links-item {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.sidebar-block-donate-links-item-just-one {
  width: 100%;
  display: block;
  margin: 0;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .sidebar-block-donate-links-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .sidebar-block-donate-links-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.sidebar-block-donate-help-text {
  font-size: 1.2rem;
  margin-top: 10px;
  clear: both;
}
.sidebar-block-donate-help-text p {
  font-size: inherit;
}
.sidebar-block-webform-content-wrapper {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .sidebar-block-webform-content-wrapper {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
.sidebar-block-webform-widget {
  text-align: center;
}
.sidebar-block-webform-widget-form-wrapper {
  text-align: left;
  padding: 30px 33px;
}
.sidebar-block-webform-widget-form-wrapper h2 {
  text-align: center;
}
.sidebar-block-webform-widget-form-wrapper .js-form-type-processed-text {
  text-align: center;
}
.sidebar-block-webform-widget-form-wrapper .js-form-type-webform-markup {
  text-align: center;
}
.sidebar-block-webform-widget-form-wrapper .js-form-type-radio {
  width: 48%;
  padding: 15px 30px;
  float: left;
  margin-top: 0;
  background: #dfdfdf;
}
.sidebar-block-webform-widget-form-wrapper .js-form-type-radio:first-of-type {
  margin-right: 10px;
}
.taronga-sydney
  .sidebar-block-webform-widget-form-wrapper
  .js-form-type-radio.active,
.taronga-accommodation-sydney
  .sidebar-block-webform-widget-form-wrapper
  .js-form-type-radio.active,
.taronga-roar
  .sidebar-block-webform-widget-form-wrapper
  .js-form-type-radio.active {
  background: #009645;
}
.taronga-dubbo
  .sidebar-block-webform-widget-form-wrapper
  .js-form-type-radio.active,
.taronga-accommodation-dubbo
  .sidebar-block-webform-widget-form-wrapper
  .js-form-type-radio.active,
.taronga-zoofari
  .sidebar-block-webform-widget-form-wrapper
  .js-form-type-radio.active,
.taronga-savannah
  .sidebar-block-webform-widget-form-wrapper
  .js-form-type-radio.active,
.taronga-billabong
  .sidebar-block-webform-widget-form-wrapper
  .js-form-type-radio.active {
  background: #e37700;
}
.taronga-zoo-friends
  .sidebar-block-webform-widget-form-wrapper
  .js-form-type-radio.active {
  background: #5d3179;
}
.taronga-general
  .sidebar-block-webform-widget-form-wrapper
  .js-form-type-radio.active,
.taronga-accommodation-general
  .sidebar-block-webform-widget-form-wrapper
  .js-form-type-radio.active {
  background: #02543f;
}
.taronga-institute
  .sidebar-block-webform-widget-form-wrapper
  .js-form-type-radio.active {
  background: #015a70;
}
.sidebar-block-webform-widget-form-wrapper .js-form-type-radio.active label {
  color: #fff;
}
.sidebar-block-webform-widget-form-wrapper .js-form-type-radio label {
  color: #000;
  margin-left: 20px;
  margin-bottom: 0;
}
.sidebar-block-webform-widget-form-wrapper .js-form-type-radio .checkmark {
  border-radius: 100%;
  border: 0;
  background: #fff;
  color: #fff;
  top: auto;
  left: 15px;
}
.sidebar-block-webform-widget-form-wrapper
  .js-form-type-radio
  .checkmark:after {
  top: 5px !important;
  left: 8px !important;
}
.sidebar-block-webform-widget-form-wrapper input[type="number"],
.sidebar-block-webform-widget-form-wrapper input[type="text"] {
  width: 100%;
  background: #f4f4f4;
}
.sidebar-block-webform-widget-form-wrapper select {
  width: 100%;
}
.sidebar-block-webform-widget-form-wrapper .form-disabled {
  opacity: 0.6;
}
.sidebar-block-webform-widget-form-wrapper .form-actions {
  text-align: center;
}
.sidebar-block-webform-widget-form-wrapper .webform-button--submit {
  margin-top: 25px;
}
.sidebar-block-webform-widget-secondary-cta {
  text-align: center;
}
.sidebar-block-webform-widget-secondary-cta-wrapper {
  padding: 30px 33px;
}
.sidebar-block-webform-widget-secondary-cta-heading {
  margin-top: 0;
  color: #fff;
}
.sidebar-block-webform-widget-secondary-cta-desc {
  color: #fff;
  text-align: center;
}
.sidebar-block-webform-widget-secondary-cta-desc strong {
  font-size: 1.8rem;
}
.sidebar-block-webform-widget-secondary-cta-desc a {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  font-size: 1.8rem;
  text-decoration: underline;
}
.sidebar-block-webform-widget-secondary-cta-desc a:hover {
  text-decoration: underline;
}
.taronga-sydney .sidebar-block-webform-widget-secondary-cta,
.taronga-accommodation-sydney .sidebar-block-webform-widget-secondary-cta,
.taronga-roar .sidebar-block-webform-widget-secondary-cta {
  background: #009645;
}
.taronga-dubbo .sidebar-block-webform-widget-secondary-cta,
.taronga-accommodation-dubbo .sidebar-block-webform-widget-secondary-cta,
.taronga-zoofari .sidebar-block-webform-widget-secondary-cta,
.taronga-savannah .sidebar-block-webform-widget-secondary-cta,
.taronga-billabong .sidebar-block-webform-widget-secondary-cta {
  background: #e37700;
}
.taronga-zoo-friends .sidebar-block-webform-widget-secondary-cta {
  background: #5d3179;
}
.taronga-general .sidebar-block-webform-widget-secondary-cta,
.taronga-accommodation-general .sidebar-block-webform-widget-secondary-cta {
  background: #02543f;
}
.taronga-institute .sidebar-block-webform-widget-secondary-cta {
  background: #015a70;
}
.sidebar-show-mobile {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .sidebar-show-mobile {
    display: block;
  }
}
.sitemap-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .sitemap-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 880px) {
  .sitemap-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .sitemap-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.sitemap-content .sitemap-body {
  padding-bottom: 90px;
}
.sitemap-content .sitemap-body::after {
  clear: both;
  content: "";
  display: block;
}
.sitemap-content .sitemap-body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sitemap-content .sitemap-body ul a {
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .sitemap-content .sitemap-body ul a {
    padding-right: 20px;
  }
}
.sitemap-content .sitemap-body ul a:hover {
  text-decoration: underline;
}
.sitemap-content .sitemap-body > ul > li {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
  margin-top: 60px;
}
.sitemap-content .sitemap-body > ul > li:nth-child(3n + 1) {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 1100px) {
  .sitemap-content .sitemap-body > ul > li {
    width: calc(33.33333% - 13.33333px);
    float: left;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 880px) {
  .sitemap-content .sitemap-body > ul > li {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px;
  }
  .sitemap-content .sitemap-body > ul > li:nth-child(3n + 1) {
    clear: none;
  }
  .sitemap-content .sitemap-body > ul > li:nth-child(2n + 1) {
    clear: both;
    content: "";
    display: block;
  }
}
@media only screen and (max-width: 667px) {
  .sitemap-content .sitemap-body > ul > li {
    width: calc(100% - 10px);
    float: left;
    margin-left: 5px;
    margin-top: 50px;
  }
  .sitemap-content .sitemap-body > ul > li:nth-child(2n + 1) {
    clear: none;
  }
}
.sitemap-content .sitemap-body > ul > li > a {
  margin-bottom: 30px;
  color: #000;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 33px;
}
.sitemap-content .sitemap-body > ul > li > ul > li {
  padding-top: 20px;
}
.sitemap-content .sitemap-body > ul > li > ul > li > a {
  font-weight: bold;
}
.sitemap-content .sitemap-body > ul > li > ul > li > ul > li {
  padding-left: 30px;
}
.sitewide-closure {
  border-top: 25px solid #ff3750;
}
.sitewide-closure-wrapper {
  text-align: center;
  padding: 50px 20px;
  max-width: 600px;
  margin: 0 auto;
}
.skiplinks {
  padding: 0;
  margin: 0;
}
.skiplinks a {
  position: absolute;
  left: -1000px;
  z-index: 5000;
  margin: 0;
  padding: 0.5em;
  background: #fff;
  font-size: 200%;
  font-weight: bold;
  text-decoration: none;
}
.skiplinks a:active,
.skiplinks a:focus,
.skiplinks a:hover {
  display: inline;
  top: 0;
  left: 0;
  color: #fff;
  background: #000;
}
.slider-items-wrapper .slick-slide {
  height: 100% !important;
}
.slider-items-wrapper .slider-item {
  height: 100% !important;
  display: block !important;
  position: relative;
}
.slider-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .slider-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 1100px) {
  .slider-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 768px) {
  .slider-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .slider-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.slider-content-wrapper-left {
  width: calc(62.5% - 32.5px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .slider-content-wrapper-left {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1100px) {
  .slider-content-wrapper-left {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-content-wrapper-left {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 667px) {
  .slider-content-wrapper-left {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
.slider-content-wrapper-right {
  width: calc(37.5% - 27.5px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .slider-content-wrapper-right {
    width: calc(100%);
    float: left;
    margin-left: 0px;
    text-align: center;
  }
}
@media only screen and (max-width: 1100px) {
  .slider-content-wrapper-right {
    width: calc(100%);
    float: left;
    margin-left: 0px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .slider-content-wrapper-right {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 667px) {
  .slider-content-wrapper-right {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
.slider-content-wrapper h2 {
  font-family: TarongaHeadline-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 8rem;
  line-height: 6.6rem;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 1100px) {
  .slider-content-wrapper h2 {
    font-size: 6rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 667px) {
  .slider-content-wrapper h2 {
    font-size: 4rem;
    line-height: 3.4rem;
  }
}
.slider-content-align {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 1100px) {
  .slider-content-align {
    padding-top: 50px;
    vertical-align: bottom;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-content-align {
    padding-top: 50px;
    vertical-align: bottom;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 667px) {
  .slider-content-align {
    padding-top: 30px;
    vertical-align: bottom;
    padding-bottom: 80px;
  }
}
.slider-content-description {
  color: #f4f4f4;
  font-size: 1.8rem;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
}
.slider-nav-align {
  position: absolute;
  width: 100%;
  bottom: 60px;
}
@media only screen and (max-width: 1100px) {
  .slider-nav-align {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .slider-nav-align .slick-slide {
    width: 20px !important;
    display: inline-block;
    float: none;
  }
}
@media only screen and (max-width: 1100px) {
  .slider-nav-align .slick-slide {
    width: 20px !important;
    display: inline-block;
    float: none;
  }
}
@media only screen and (max-width: 1100px) {
  .slider-nav-align .slick-track {
    text-align: center;
  }
}
.slider-nav-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
.slider-nav-content-left {
  width: calc(41.66667% - 28.33333px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .slider-nav-content-left {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-nav-content-left {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 667px) {
  .slider-nav-content-left {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
.slider-nav-content-right {
  width: calc(58.33333% - 31.66667px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .slider-nav-content-right {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-nav-content-right {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 667px) {
  .slider-nav-content-right {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
.slider-nav-item {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  color: #f4f4f4;
  margin-top: 10px;
  cursor: pointer;
  border-top: 1px solid #f4f4f4;
  display: inline-block;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .slider-nav-item {
    border-top: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .slider-nav-item {
    border-top: 0;
  }
}
.slick-current .slider-nav-item {
  border-top: 3px solid #f4f4f4;
  margin-top: 8px;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .slick-current .slider-nav-item {
    border-top: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .slick-current .slider-nav-item {
    border-top: 0;
    margin-top: 10px;
  }
}
.slider-nav-item-number {
  color: #000;
  font-size: 1.008rem;
  background: #f4f4f4;
  line-height: 19px;
  width: 19px;
  height: 19px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  margin-top: 10px;
  margin-bottom: 3px;
  cursor: pointer;
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .slider-nav-item-number {
    font-size: 0;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: transparent;
    border: 1px solid #f4f4f4;
  }
}
@media only screen and (max-width: 1100px) {
  .slider-nav-item-number {
    font-size: 0;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: transparent;
    border: 1px solid #f4f4f4;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .slick-current .slider-nav-item-number {
    background: #f4f4f4;
  }
}
@media only screen and (max-width: 1100px) {
  .slick-current .slider-nav-item-number {
    background: #f4f4f4;
  }
}
.slider-nav-item-text {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  display: inline-block;
  width: 80%;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 10px;
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .slider-nav-item-text {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .slider-nav-item-text {
    display: none;
  }
}
.slider-link-wrapper {
  margin-top: 35px;
}
.slider-bg-image-desktop,
.slider-bg-image-mobile {
  height: 45vw;
}
@media only screen and (max-width: 1480px) and (min-width: 1300px) {
  .slider-bg-image-desktop,
  .slider-bg-image-mobile {
    height: 53vw;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1100px) {
  .slider-bg-image-desktop,
  .slider-bg-image-mobile {
    height: 60vw;
  }
}
@media only screen and (max-width: 1100px) {
  .slider-bg-image-desktop,
  .slider-bg-image-mobile {
    height: 68vw;
  }
}
@media only screen and (max-width: 880px) {
  .slider-bg-image-desktop,
  .slider-bg-image-mobile {
    height: 80vw;
  }
}
@media only screen and (max-width: 768px) {
  .slider-bg-image-desktop,
  .slider-bg-image-mobile {
    height: 90vw;
  }
}
@media only screen and (max-width: 667px) {
  .slider-bg-image-desktop,
  .slider-bg-image-mobile {
    height: 70vh;
    min-height: 600px;
  }
}
.slider-bg-image-desktop {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .slider-bg-image-desktop {
    display: none;
  }
}
.slider-bg-image-mobile {
  display: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .slider-bg-image-mobile {
    display: table;
  }
}
.slider-wrapper {
  position: relative;
}
.stackla-wrapper {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
  margin-bottom: 70px;
}
@media only screen and (max-width: 1100px) {
  .stackla-wrapper {
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8.33333% - 10.83333px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .stackla-wrapper {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.supplementary::after {
  content: "";
  clear: both;
  display: table;
}
.statistics-block {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
}
.statistics-block-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .statistics-block-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .statistics-block-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.statistics-data {
  width: 70%;
}
@media only screen and (max-width: 1100px) {
  .statistics-data {
    width: 100%;
  }
}
.statistics-data table th {
  vertical-align: middle;
  text-align: left !important;
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.statistics-data table th p {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left !important;
}
.statistics-data table td {
  text-align: left !important;
}
.statistics-data table td p {
  text-align: left !important;
}
.statistics-data-header-wrapper {
  padding: 15px;
}
.taronga-sydney .statistics-data-header-wrapper,
.taronga-accommodation-sydney .statistics-data-header-wrapper,
.taronga-roar .statistics-data-header-wrapper {
  background: #009645;
}
.taronga-dubbo .statistics-data-header-wrapper,
.taronga-accommodation-dubbo .statistics-data-header-wrapper,
.taronga-zoofari .statistics-data-header-wrapper,
.taronga-savannah .statistics-data-header-wrapper,
.taronga-billabong .statistics-data-header-wrapper {
  background: #e37700;
}
.taronga-general .statistics-data-header-wrapper,
.taronga-accommodation-general .statistics-data-header-wrapper {
  background: #02543f;
}
.taronga-institute .statistics-data-header-wrapper {
  background: #015a70;
}
.statistics-data-header-wrapper select {
  min-height: 40px;
  min-width: 140px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color: #fff;
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2rem;
  padding-right: 26px;
  cursor: pointer;
}
.taronga-sydney .statistics-data-header-wrapper select,
.taronga-accommodation-sydney .statistics-data-header-wrapper select,
.taronga-roar .statistics-data-header-wrapper select {
  background: #009645 url("../images/down-chevron-white.svg");
  background-size: 20px;
  background-position: right;
  background-repeat: no-repeat;
}
.taronga-dubbo .statistics-data-header-wrapper select,
.taronga-accommodation-dubbo .statistics-data-header-wrapper select,
.taronga-zoofari .statistics-data-header-wrapper select,
.taronga-savannah .statistics-data-header-wrapper select,
.taronga-billabong .statistics-data-header-wrapper select {
  background: #e37700 url("../images/down-chevron-white.svg");
  background-size: 20px;
  background-position: right;
  background-repeat: no-repeat;
}
.taronga-general .statistics-data-header-wrapper select,
.taronga-accommodation-general .statistics-data-header-wrapper select {
  background: #02543f url("../images/down-chevron-white.svg");
  background-size: 20px;
  background-position: right;
  background-repeat: no-repeat;
}
.taronga-institute .statistics-data-header-wrapper select {
  background: #015a70 url("../images/down-chevron-white.svg");
  background-size: 20px;
  background-position: right;
  background-repeat: no-repeat;
}
.statistics-data-header-wrapper select option {
  color: #3f3f3f;
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 4px;
}
.statistics-data-description-wrapper {
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .statistics-data-description-wrapper {
    overflow-x: scroll;
  }
}
.statistics-data-description-item {
  position: absolute;
  z-index: -1;
  display: none;
}
.statistics-data-description-item-current {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
table {
  border-collapse: collapse;
  margin: 30px 0;
  width: 100%;
}
.whats-on table {
  margin: 0;
}
.statistics-data table {
  margin: 0;
  max-width: 815px;
}
table th {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  padding: 15px;
  border-right: 1px solid #8d8d8d;
  border-top: 1px solid #8d8d8d;
}
table th:first-child {
  border-top-left-radius: 3px;
}
table th:last-child {
  border-top-right-radius: 3px;
  border-right: 0;
}
table tr {
  font-size: 16px;
}
table tr:first-child {
  border-top: 0;
}
table tr:last-child {
  border-bottom: 0;
}
table tr:nth-child(odd) td {
  background: #f4f4f4;
}
table td {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  background: #fff;
  padding: 15px;
  text-align: left;
  font-size: 16px;
  border-right: 1px solid #8d8d8d;
}
table td:last-child {
  border-right: 0;
}
.tarongatv .header-hero-heading,
.taronga-tv .header-hero-heading {
  text-indent: -9999px;
  display: inline-block;
  background: url("/themes/custom/taronga/css/../img/logo/taronga-tv-logo.png")
    center center no-repeat;
  background-size: 100%;
  width: 215px;
  height: 236px;
}
@media only screen and (max-width: 667px) {
  .tarongatv .header-hero-heading,
  .taronga-tv .header-hero-heading {
    width: 108px;
    height: 118px;
  }
}
.tarongatv .header-hero-byline,
.taronga-tv .header-hero-byline {
  display: none;
}
.slider-content-wrapper.taronga-tv h2 {
  text-indent: -9999px;
  background: url("/themes/custom/taronga/css/../img/logo/taronga-tv-logo.png")
    center center no-repeat;
  background-size: 100%;
  width: 108px;
  height: 118px;
  display: inline-block;
}
.slider-content-wrapper.covid-safe h2 {
  text-indent: -9999px;
  background: url("../images/covid-safe-logo.png") center center no-repeat;
  background-size: 100%;
  width: 130px;
  height: 130px;
  display: inline-block;
  position: relative;
}
.inplayer-paywall h1 {
  font-family: "FSAlbertWeb-ExtraBold", Times, serif !important;
}
.inplayer-paywall label {
  background: none !important;
  border: none !important;
}
.text-banner > div {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  overflow: hidden;
}
.text-banner .field--name-field-banner-text {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  padding: 10px 0;
  width: calc(58.33333% - 31.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .text-banner .field--name-field-banner-text {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
    text-align: center;
  }
}
@media only screen and (max-width: 667px) {
  .text-banner .field--name-field-banner-text {
    font-size: 12px;
  }
}
.text-banner .field--name-field-banner-button {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  margin-left: calc(2.08333% - 20.41667px + 40px);
}
.text-banner .field--name-field-banner-button a {
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  background-color: #00632e;
  color: #fff;
  padding: 13px 15px;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 184px;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 667px) {
  .text-banner .field--name-field-banner-button a {
    font-size: 12px;
    padding: 3px 5px;
  }
}
@media only screen and (max-width: 1100px) {
  .text-banner .field--name-field-banner-button {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
    margin-top: 10px;
    text-align: center;
  }
}
.text-banner .field {
  display: inline-block;
}
.text-banner .field.field--name-field-fixed-positioning {
  display: none;
}
.text-banner .close-notice {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  text-decoration: none;
  z-index: 2000;
}
@media only screen and (max-width: 667px) {
  .text-banner .close-notice {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.text-banner .close-notice span {
  margin-right: 5px;
  display: inline-block;
  padding: 2px 6px 3px 6px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, sans-serif;
  line-height: 1;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 667px) {
  .text-banner .close-notice span {
    font-size: 12px;
    margin-right: 2px;
    padding: 0px 4px 2px;
  }
}
.thank-you-block-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .thank-you-block-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .thank-you-block-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.thank-you-block .booking p {
  margin-bottom: 10px;
  line-height: normal;
}
.thank-you-block .booking-intro {
  text-align: center;
}
.thank-you-block .booking-link {
  font-size: 1.6rem;
}
.thank-you-block .booking-details {
  max-width: 760px;
  margin: 30px auto;
}
.thank-you-block .booking-row {
  display: table;
  height: 0 auto;
  width: 100%;
}
.thank-you-block .booking-row-even {
  background: #f6f6f6;
}
.thank-you-block .booking-row-odd {
  background: #fff;
}
.thank-you-block .booking-row strong {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
}
.taronga-retreat .thank-you-block .booking-row strong {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.thank-you-block .booking-row span {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
}
.taronga-retreat .thank-you-block .booking-row span {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
}
@media only screen and (max-width: 667px) {
  .thank-you-block .booking-row span {
    word-break: break-word;
  }
}
.thank-you-block .booking-column-left {
  width: 35%;
  display: table-cell;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .thank-you-block .booking-column-left {
    padding: 15px;
  }
}
@media only screen and (max-width: 667px) {
  .thank-you-block .booking-column-left {
    width: 45%;
    padding: 15px;
  }
}
.thank-you-block .booking-column-right {
  width: 65%;
  display: table-cell;
  text-align: right;
  padding: 30px;
  border-left: 1px solid #8d8d8d;
}
@media only screen and (max-width: 768px) {
  .thank-you-block .booking-column-right {
    padding: 15px;
  }
}
@media only screen and (max-width: 667px) {
  .thank-you-block .booking-column-right {
    width: 55%;
    padding: 15px;
  }
}
.image-cta-block {
  position: relative;
}
.image-cta-block .content-heading {
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 30px;
}
.image-cta-block .content-heading h2 {
  margin-bottom: 10px;
}
.image-cta-block .content-image {
  min-height: 375px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 667px) {
  .image-cta-block .content-image {
    min-height: 0;
  }
}
.image-cta-block .content-link-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 667px) {
  .image-cta-block .content-link-wrapper {
    position: relative;
  }
}
.image-cta-block .content-link-wrapper .single {
  width: 100%;
}
.image-cta-block .content-link-wrapper .single .image-cta-link-wrapper {
  width: 100%;
}
.image-cta-block .content-link-wrapper .double {
  width: 100%;
}
.image-cta-block .content-link-wrapper .double .image-cta-link-wrapper {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 667px) {
  .image-cta-block .content-link-wrapper .double .image-cta-link-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}
.image-cta-block .content-description-after {
  display: inline-block;
  width: 100%;
  margin: 40px 0 0;
  text-align: center;
}
.image-cta-block .content-description-after p:last-of-type {
  margin-bottom: 0;
}
.vacancies-all .content {
  width: calc(58.33333%);
  float: left;
  margin-left: 0px;
  left: calc(-41.66667% - 11.66667px + 20px);
  position: relative;
  padding-top: 40px;
}
@media only screen and (max-width: 1100px) {
  .vacancies-all .content {
    width: calc(100%);
    float: left;
    margin-left: 0px;
    left: 0;
  }
}
.vacancies-all .content-full {
  width: calc(100%);
  float: left;
  margin-left: 0px;
  padding-top: 40px;
  left: 0 !important;
}
@media only screen and (max-width: 1100px) {
  .vacancies-all .content-full {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
.vacancies-all .content .item {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #dfdfdf;
}
.vacancies-all .content .item .item-inner {
  display: table;
  position: relative;
  width: 100%;
  min-height: 170px;
}
.vacancies-all .content .pager {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.vacancies-all .content .pager > li {
  text-align: center;
}
.vacancies-all .content .image-wrapper {
  display: table-cell;
  position: absolute;
  height: 100%;
  width: 25%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .vacancies-all .content .image-wrapper {
    display: none;
  }
}
.vacancies-all .content .image-wrapper .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center center;
}
.vacancies-all .content .image-wrapper .mobile {
  display: block;
}
.vacancies-all .content img {
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  .vacancies-all .content img {
    display: block;
  }
}
.vacancies-all .content .text {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
  float: right;
}
@media only screen and (max-width: 768px) {
  .vacancies-all .content .text {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
.vacancies-all .content .text .tags {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.taronga-sydney .vacancies-all .content .text .tags,
.taronga-accommodation-sydney .vacancies-all .content .text .tags,
.taronga-roar .vacancies-all .content .text .tags {
  color: #009645;
}
.taronga-dubbo .vacancies-all .content .text .tags,
.taronga-accommodation-dubbo .vacancies-all .content .text .tags,
.taronga-zoofari .vacancies-all .content .text .tags,
.taronga-savannah .vacancies-all .content .text .tags,
.taronga-billabong .vacancies-all .content .text .tags {
  color: #e37700;
}
.taronga-general .vacancies-all .content .text .tags,
.taronga-accommodation-general .vacancies-all .content .text .tags {
  color: #02543f;
}
.taronga-institute .vacancies-all .content .text .tags {
  color: #015a70;
}
.vacancies-all .content .text .tags a {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.taronga-sydney .vacancies-all .content .text .tags a,
.taronga-accommodation-sydney .vacancies-all .content .text .tags a,
.taronga-roar .vacancies-all .content .text .tags a {
  color: #009645;
}
.taronga-dubbo .vacancies-all .content .text .tags a,
.taronga-dubaccommodation-dubbobo .vacancies-all .content .text .tags a,
.taronga-zoofari .vacancies-all .content .text .tags a,
.taronga-savannah .vacancies-all .content .text .tags a,
.taronga-billabong .vacancies-all .content .text .tags a {
  color: #e37700;
}
.taronga-general .vacancies-all .content .text .tags a,
.taronga-accommodation-general .vacancies-all .content .text .tags a {
  color: #02543f;
}
.taronga-institute .vacancies-all .content .text .tags a {
  color: #015a70;
}
.vacancies-all .content .text .tags a:hover,
.vacancies-all .content .text .tags a:focus,
.vacancies-all .content .text .tags a:active {
  text-decoration: underline;
}
.vacancies-all .content .text a {
  text-decoration: none;
}
.vacancies-all .content .text a:hover {
  text-decoration: underline;
}
.vacancies-all .content .text h4 {
  margin: 0;
  margin-bottom: 10px;
}
.vacancies-all .content .text .heading {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -0.4px;
  margin: 0;
  margin-bottom: 10px;
}
.vacancies-all .content .text .description {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .vacancies-all .content .text .description {
    margin-bottom: 15px;
  }
}
.vacancies-all .content .text .date {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
.taronga-sydney .vacancies-all .content .text .date,
.taronga-accommodation-sydney .vacancies-all .content .text .date,
.taronga-roar .vacancies-all .content .text .date {
  color: #009645;
}
.taronga-dubbo .vacancies-all .content .text .date,
.taronga-accommodation-dubbo .vacancies-all .content .text .date,
.taronga-zoofari .vacancies-all .content .text .date,
.taronga-savannah .vacancies-all .content .text .date,
.taronga-billabong .vacancies-all .content .text .date {
  color: #e37700;
}
.taronga-general .vacancies-all .content .text .date,
.taronga-accommodation-general .vacancies-all .content .text .date {
  color: #02543f;
}
.taronga-institute .vacancies-all .content .text .date {
  color: #015a70;
}
@media only screen and (max-width: 768px) {
  .vacancies-all .content .text .date {
    position: relative;
  }
}
.vacancies-all aside {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
  left: calc(58.33333% - 31.66667px + 20px);
  position: relative;
  background-color: #f4f4f4;
  border-top: 10px solid #02543f;
}
@media only screen and (max-width: 1100px) {
  .vacancies-all aside {
    width: calc(100%);
    float: left;
    margin-left: 0px;
    left: 0;
    margin-top: 40px;
  }
}
.taronga-sydney .vacancies-all aside,
.taronga-accommodation-sydney .vacancies-all aside,
.taronga-roar .vacancies-all aside {
  border-top: 10px solid #009645;
}
.taronga-dubbo .vacancies-all aside,
.taronga-accommodation-dubbo .vacancies-all aside,
.taronga-zoofari .vacancies-all aside,
.taronga-savannah .vacancies-all aside,
.taronga-billabong .vacancies-all aside {
  border-top: 10px solid #e37700;
}
.taronga-general .vacancies-all aside,
.taronga-accommodation-general .vacancies-all aside {
  border-top: 10px solid #02543f;
}
.taronga-institute .vacancies-all aside {
  border-top: 10px solid #015a70;
}
.vacancies-all aside h3 {
  padding: 0 33px 33px;
  padding-bottom: 0;
  text-align: center;
}
.vacancies-all aside form {
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 0 33px 33px;
}
.vacancies-all aside form legend {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -0.4px;
}
.vacancies-all aside form .form-actions {
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.vacancies-details .text .date {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
.taronga-sydney .vacancies-details .text .date,
.taronga-accommodation-sydney .vacancies-details .text .date,
.taronga-roar .vacancies-details .text .date {
  color: #009645;
}
.taronga-dubbo .vacancies-details .text .date,
.taronga-accommodation-dubbo .vacancies-details .text .date,
.taronga-zoofari .vacancies-details .text .date,
.taronga-savannah .vacancies-details .text .date,
.taronga-billabong .vacancies-details .text .date {
  color: #e37700;
}
.taronga-general .vacancies-details .text .date,
.taronga-accommodation-general .vacancies-details .text .date {
  color: #02543f;
}
.taronga-institute .vacancies-details .text .date {
  color: #015a70;
}
@media only screen and (max-width: 768px) {
  .vacancies-details .text .date {
    position: relative;
  }
}
.video-block {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
  margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
  .video-block {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 667px) {
  .video-block {
    width: calc(100% - 10px);
    float: left;
    margin-left: 5px;
    padding: 0 20px;
  }
}
.whats-on .content {
  padding-top: 40px;
  margin-bottom: 30px;
  width: calc(58.33333%);
  float: left;
  margin-left: 0px;
  left: calc(-41.66667% - 11.66667px + 20px);
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .whats-on .content {
    width: calc(100%);
    float: left;
    margin-left: 0px;
    left: 0;
  }
}
.whats-on .content table {
  overflow-x: scroll;
  width: 100%;
}
.whats-on .content table td {
  padding: 20px;
}
.whats-on .content table td .no-wrap {
  white-space: no-wrap;
}
.whats-on .filter legend .fieldset-legend {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 30px;
  display: inline-block;
}
.whats-on-heading-wrapper {
  position: relative;
}
.whats-on-heading-wrapper:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
  margin-right: -8px;
}
.taronga-sydney .whats-on-heading-wrapper:after,
.taronga-accommodation-sydney .whats-on-heading-wrapper:after,
.taronga-roar .whats-on-heading-wrapper:after {
  color: #009645;
}
.taronga-dubbo .whats-on-heading-wrapper:after,
.taronga-accommodation-dubbo .whats-on-heading-wrapper:after,
.taronga-zoofari .whats-on-heading-wrapper:after,
.taronga-savannah .whats-on-heading-wrapper:after,
.taronga-billabong .whats-on-heading-wrapper:after {
  color: #e37700;
}
.taronga-general .whats-on-heading-wrapper:after,
.taronga-accommodation-general .whats-on-heading-wrapper:after {
  color: #02543f;
}
.taronga-institute .whats-on-heading-wrapper:after {
  color: #015a70;
}
.indicate-closure .whats-on-heading-wrapper:after {
  opacity: 0.5;
}
.grid-accordion-mobile-content {
  display: none;
}
.grid-accordion-1 .background-section {
  background-color: rgba(110, 189, 214, 0.1);
  border-top: 8px solid #6ebdd6;
  padding: 10px 20px;
  margin-top: 15px;
}
.grid-accordion-2 .background-section {
  background-color: rgba(243, 181, 0, 0.1);
  border-top: 8px solid #f3b500;
  padding: 10px 20px;
  margin-top: 15px;
}
.grid-accordion-1
  .background-section
  .grid-content-no-image
  .background-heading-icon {
  background: url("../images/icon-family-flex.svg") no-repeat;
  margin: 0 0 12px 0;
  padding: 23px;
}
.grid-accordion-2
  .background-section
  .grid-content-no-image
  .background-heading-icon {
  background: url("/themes/custom/taronga/css/../img/icons/icon-individual.svg")
    no-repeat;
  margin: 0 0 12px 0;
  padding: 23px;
}
@media only screen and (max-width: 667px) {
  .grid-accordion-mobile-content {
    display: block;
    margin-bottom: 36px;
  }
  .grid-mobile-content .grid-cols-content-wrapper {
    width: 100%;
    margin: 0;
  }
  .grid-mobile-content
    .grid-cols-content-wrapper
    .grid-mobile-sub-heading
    h2.sub-heading {
    font-size: 20px;
  }
  .grid-mobile-content .grid-cols-content-wrapper .grid-mobile-element-one,
  .grid-mobile-content .grid-cols-content-wrapper .grid-mobile-element-two {
    padding: 10px;
    border-top: 0.5px solid #8d8d8d;
  }
  .grid-mobile-content .grid-cols-content-wrapper .grid-mobile-element-one {
    background-color: rgba(110, 189, 214, 0.1);
  }
  .grid-mobile-content .grid-cols-content-wrapper .grid-mobile-element-two {
    background-color: rgba(243, 181, 0, 0.1);
    border-bottom: 0.5px solid #8d8d8d;
  }
  .grid-mobile-content
    .grid-cols-content-wrapper
    .grid-mobile-element-one
    .mobile-icon-one {
    background: url("../images/icon-family-flex.svg");
  }
  .grid-mobile-content
    .grid-cols-content-wrapper
    .grid-mobile-element-two
    .mobile-icon-two {
    background: url("/themes/custom/taronga/css/../img/icons/icon-individual.svg");
  }
  .grid-mobile-content
    .grid-cols-content-wrapper
    .grid-mobile-element-one
    .mobile-icon-one,
  .grid-mobile-content
    .grid-cols-content-wrapper
    .grid-mobile-element-two
    .mobile-icon-two {
    padding: 12px 12px 7px 28px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }
  .grid-mobile-content
    .grid-cols-content-wrapper
    .grid-mobile-element-one
    .mobile-icon-arrow::after,
  .grid-mobile-content
    .grid-cols-content-wrapper
    .grid-mobile-element-two
    .mobile-icon-arrow::after {
    content: "\f061";
    font-family: "FontAwesome";
    float: right;
    font-size: 18px;
    padding: 3px 12px 3px 0;
  }
  .grid-mobile-content
    .grid-cols-content-wrapper
    .grid-mobile-element-one
    .mobile-anchor,
  .grid-mobile-content
    .grid-cols-content-wrapper
    .grid-mobile-element-two
    .mobile-anchor {
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    font-weight: 800;
  }
  .in-page-navigation-cta-wrapper,
  .in-page-navigation-cta-wrapper-secondary {
    display: block;
  }
  .in-page-navigation-cta-wrapper-secondary .button-sec {
    width: 96%;
  }
  .in-page-navigation-cta-wrapper .button {
    width: 100%;
  }
  .grid-accordion-1
    .background-section
    .grid-content-no-image
    .background-heading-icon,
  .grid-accordion-2
    .background-section
    .grid-content-no-image
    .background-heading-icon {
    padding: 16px;
    background-size: 30px 30px;
  }
  .grid-faq .grid-cols-content-wrapper-no-margin {
    width: 100%;
  }
  .grid-faq .faq-container {
    padding: 0;
  }
  .grid-faq .grid-content-no-image .grid-cols-content-wrapper {
    width: 100%;
  }
  .grid-content-no-image
    .grid-cols-content-wrapper
    .grid-cols-content-wrapper-background-section {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .grid-faq .grid-cols-content-heading .background-heading {
    font-size: 20px;
  }
  .grid-faq .grid-cols-content-description-background-section,
  .grid-faq .grid-accordion {
    margin: 0;
    padding: 0;
  }
}
.background-heading {
  font-size: 24px;
  display: inline;
}
.background-heading-icon {
  float: right;
}
.grid-faq .faq-container {
  margin: 0;
}
.grid-faq .faq-container .faq-content .faq-wrapper {
  margin: 0;
}
.grid-faq .faq-container .faq-content .faq-wrapper .faq-item {
  border-top: 2px solid #8d8d8d;
  border-bottom: 2px solid #8d8d8d;
}
.grid-accordion-1
  .grid-faq
  .faq-container
  .faq-content
  .faq-wrapper
  .faq-item
  .faq-answer {
  margin-top: 25px;
  border-left: 5px solid #6ebdd6;
}
.grid-accordion-2
  .grid-faq
  .faq-container
  .faq-content
  .faq-wrapper
  .faq-item
  .faq-answer {
  margin-top: 25px;
  border-left: 5px solid #f3b500;
}
.grid-faq .grid-accordion a {
  display: block !important;
}
.whats-on .indicate-closure td {
  color: rgba(0, 0, 0, 0.5);
}
.whats-on .indicate-closure-link {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  color: #ff3750;
  text-decoration: none;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}
.whats-on .indicate-closure-link:hover {
  text-decoration: underline;
}
.whats-on aside {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
  left: calc(58.33333% - 31.66667px + 20px);
  position: relative;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 1100px) {
  .whats-on aside {
    width: calc(100%);
    float: left;
    margin-left: 0px;
    left: 0;
  }
}
.whats-on aside h3 {
  text-align: center;
}
.taronga-sydney .whats-on aside,
.taronga-accommodation-sydney .whats-on aside,
.taronga-roar .whats-on aside {
  border-top: 10px solid #009645;
}
.taronga-dubbo .whats-on aside,
.taronga-accommodation-dubbo .whats-on aside,
.taronga-zoofari .whats-on aside,
.taronga-savannah .whats-on aside,
.taronga-billabong .whats-on aside {
  border-top: 10px solid #e37700;
}
.taronga-general .whats-on aside,
.taronga-accommodation-general .whats-on aside {
  border-top: 10px solid #02543f;
}
.taronga-institute .whats-on aside {
  border-top: 10px solid #015a70;
}
.whats-on aside form {
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 0 33px 33px;
}
.workshops-view .content {
  width: calc(58.33333%);
  float: left;
  margin-left: 0px;
  left: calc(-41.66667% - 11.66667px + 20px);
  position: relative;
  padding-top: 40px;
}
@media only screen and (max-width: 1100px) {
  .workshops-view .content {
    width: calc(100%);
    float: left;
    margin-left: 0px;
    left: 0;
  }
}
.workshops-view .content .item {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #dfdfdf;
}
.workshops-view .content .item .item-inner {
  display: table;
  position: relative;
  width: 100%;
  min-height: 170px;
}
.workshops-view .content .pager {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.workshops-view .content .pager > li {
  text-align: center;
}
.workshops-view .content .image-wrapper {
  display: table-cell;
  position: absolute;
  height: 100%;
  width: 25%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .workshops-view .content .image-wrapper {
    display: none;
  }
}
.workshops-view .content .image-wrapper .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center center;
}
.workshops-view .content .image-wrapper .mobile {
  display: block;
}
.workshops-view .content img {
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  .workshops-view .content img {
    display: block;
  }
}
.workshops-view .content .text {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
  float: right;
}
@media only screen and (max-width: 768px) {
  .workshops-view .content .text {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
.workshops-view .content .text .tags {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.taronga-sydney .workshops-view .content .text .tags,
.taronga-accommodation-sydney .workshops-view .content .text .tags,
.taronga-roar .workshops-view .content .text .tags {
  color: #009645;
}
.taronga-dubbo .workshops-view .content .text .tags,
.taronga-accommodation-dubbo .workshops-view .content .text .tags,
.taronga-zoofari .workshops-view .content .text .tags,
.taronga-savannah .workshops-view .content .text .tags,
.taronga-billabong .workshops-view .content .text .tags {
  color: #e37700;
}
.taronga-general .workshops-view .content .text .tags,
.taronga-accommodation-general .workshops-view .content .text .tags {
  color: #02543f;
}
.taronga-institute .workshops-view .content .text .tags {
  color: #015a70;
}
.workshops-view .content .text .tags a {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.taronga-sydney .workshops-view .content .text .tags a,
.taronga-accommodation-sydney .workshops-view .content .text .tags a,
.taronga-roar .workshops-view .content .text .tags a {
  color: #009645;
}
.taronga-dubbo .workshops-view .content .text .tags a,
.taronga-accommodation-dubbo .workshops-view .content .text .tags a,
.taronga-zoofari .workshops-view .content .text .tags a,
.taronga-savannah .workshops-view .content .text .tags a,
.taronga-billabong .workshops-view .content .text .tags a {
  color: #e37700;
}
.taronga-general .workshops-view .content .text .tags a,
.taronga-accommodation-general .workshops-view .content .text .tags a {
  color: #02543f;
}
.taronga-institute .workshops-view .content .text .tags a {
  color: #015a70;
}
.workshops-view .content .text .tags a:hover,
.workshops-view .content .text .tags a:focus,
.workshops-view .content .text .tags a:active {
  text-decoration: underline;
}
.workshops-view .content .text a {
  text-decoration: none;
}
.workshops-view .content .text a:hover {
  text-decoration: underline;
}
.workshops-view .content .text h4 {
  margin: 0;
  margin-bottom: 10px;
}
.workshops-view .content .text .heading {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -0.4px;
  margin: 0;
  margin-bottom: 10px;
}
.workshops-view .content .text .description {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .workshops-view .content .text .description {
    margin-bottom: 15px;
  }
}
.workshops-view .content .text .date {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
.taronga-sydney .workshops-view .content .text .date,
.taronga-accommodation-sydney .workshops-view .content .text .date,
.taronga-roar .workshops-view .content .text .date {
  color: #009645;
}
.taronga-dubbo .workshops-view .content .text .date,
.taronga-accommodation-dubbo .workshops-view .content .text .date,
.taronga-zoofari .workshops-view .content .text .date,
.taronga-savannah .workshops-view .content .text .date,
.taronga-billabong .workshops-view .content .text .date {
  color: #e37700;
}
.taronga-general .workshops-view .content .text .date,
.taronga-accommodation-general .workshops-view .content .text .date {
  color: #02543f;
}
.taronga-institute .workshops-view .content .text .date {
  color: #015a70;
}
@media only screen and (max-width: 768px) {
  .workshops-view .content .text .date {
    position: relative;
  }
}
.workshops-view aside {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
  left: calc(58.33333% - 31.66667px + 20px);
  position: relative;
  background-color: #f4f4f4;
  border-top: 10px solid #02543f;
}
@media only screen and (max-width: 1100px) {
  .workshops-view aside {
    width: calc(100%);
    float: left;
    margin-left: 0px;
    left: 0;
    margin-top: 40px;
  }
}
.taronga-sydney .workshops-view aside,
.taronga-accommodation-sydney .workshops-view aside,
.taronga-roar .workshops-view aside {
  border-top: 10px solid #009645;
}
.taronga-dubbo .workshops-view aside,
.taronga-accommodation-dubbo .workshops-view aside,
.taronga-zoofari .workshops-view aside,
.taronga-savannah .workshops-view aside,
.taronga-billabong .workshops-view aside {
  border-top: 10px solid #e37700;
}
.taronga-general .workshops-view aside,
.taronga-accommodation-general .workshops-view aside {
  border-top: 10px solid #02543f;
}
.taronga-institute .workshops-view aside {
  border-top: 10px solid #015a70;
}
.workshops-view aside h3 {
  padding: 0 33px 33px;
  padding-bottom: 0;
  text-align: center;
}
.workshops-view aside form {
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 0 33px 33px;
}
.workshops-view aside form legend {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -0.4px;
}
.workshops-view aside form .form-actions {
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.workshops-view aside form .form-actions .help-text {
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  .workshops-view aside form .form-actions .help-text {
    display: none;
  }
}
.zoo-block {
  position: relative;
}
.zoo-block-wrapper {
  width: 100%;
}
.zoo-block-cols-1 {
  width: calc(100%);
  float: left;
  margin-left: 0px;
}
@media only screen and (max-width: 1100px) {
  .zoo-block-cols-1 {
    width: calc(100%);
    float: left;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .zoo-block-cols-1 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.zoo-block-cols-2 {
  width: calc(50%);
  float: left;
  margin-left: 0px;
}
@media only screen and (max-width: 1100px) {
  .zoo-block-cols-2 {
    width: calc(50%);
    float: left;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .zoo-block-cols-2 {
    width: 100%;
    margin: 0;
  }
}
.zoo-block-cols-3 {
  width: calc(33.33333%);
  float: left;
  margin-left: 0px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .zoo-block-cols-3 {
    width: 100%;
    margin: 0;
  }
}
.zoo-block-bg-image {
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  min-height: 750px;
}
@media only screen and (max-width: 1100px) {
  .zoo-block-bg-image {
    min-height: 445px;
  }
}
.zoo-block-content-wrapper {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  bottom: 15%;
}
@media only screen and (max-width: 1100px) {
  .zoo-block-content-wrapper {
    bottom: 15%;
  }
}
@media only screen and (max-width: 667px) {
  .zoo-block-content-wrapper {
    bottom: 15%;
    width: 70%;
    left: 0;
    right: 0;
  }
}
.zoo-block-logo-wrapper {
  max-width: 265px;
  height: auto;
  margin: 30px auto;
}
.taronga-dubbo .zoo-block-logo-wrapper,
.taronga-accommodation-dubbo .zoo-block-logo-wrapper,
.taronga-zoofari .zoo-block-logo-wrapper,
.taronga-savannah .zoo-block-logo-wrapper,
.taronga-billabong .zoo-block-logo-wrapper {
  max-width: 240px;
}
@media only screen and (max-width: 667px) {
  .zoo-block-logo-wrapper {
    max-width: 195px;
  }
}
.zoo-block-logo-wrapper img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.toolbar .toolbar-bar a {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.3rem;
}
#block-taronga-local-tasks {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  padding: 10px 0 20px;
  overflow: hidden;
}
#block-taronga-local-tasks::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 1100px) {
  #block-taronga-local-tasks::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media only screen and (max-width: 667px) {
  #block-taronga-local-tasks::after {
    clear: both;
    content: "";
    display: block;
  }
}
#block-taronga-local-tasks .block-taronga-local-tasks-container {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  #block-taronga-local-tasks .block-taronga-local-tasks-container {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  #block-taronga-local-tasks .block-taronga-local-tasks-container {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
#block-taronga-local-tasks .block-taronga-local-tasks-container ul {
  padding: 0;
  list-style: none;
}
#block-taronga-local-tasks .block-taronga-local-tasks-container ul li {
  display: inline-block;
  margin-right: 5px;
  width: calc(50% - 2.5px);
  max-width: 184px;
  min-width: 0;
  float: left;
  margin-bottom: 5px;
}
#block-taronga-local-tasks .block-taronga-local-tasks-container ul li a {
  width: 100%;
  max-width: 184px;
  min-width: 0;
  background-color: #27ac8e;
  color: #fff;
  -webkit-transition: 0.15s background-color ease-in;
  -o-transition: 0.15s background-color ease-in;
  transition: 0.15s background-color ease-in;
}
#block-taronga-local-tasks .block-taronga-local-tasks-container ul li a:hover,
#block-taronga-local-tasks .block-taronga-local-tasks-container ul li a:focus {
  background-color: #1e826c;
}
body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-left: 0;
}
.node-preview-container {
  display: none;
}
.contextual-region {
  position: unset;
}
.main-content {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .main-content {
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8.33333% - 10.83333px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .main-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.webform .main-content {
  width: calc(66.66667% - 33.33333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .webform .main-content {
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8.33333% - 10.83333px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .webform .main-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.main-content .block-taronga-content {
  position: relative;
}
.zoo-landing-pages .main-content,
.ticket-page .main-content,
.thank-you-pages .main-content,
.index-page .main-content,
.overview-pages .main-content,
.home-page .main-content,
.retreat-index-pages .main-content {
  width: 100%;
  margin: 0;
}
.body-taxonomy .main-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
.main-content p {
  margin-bottom: 15px;
}
.main-content a {
  color: inherit;
}
.main-content ul,
.main-content ol {
  margin: 0 0 15px;
}
.main-content blockquote {
  background-color: #f4f4f4;
  padding: 30px;
  margin: 30px 0;
}
.taronga-sydney .main-content blockquote,
.taronga-accommodation-sydney .main-content blockquote,
.taronga-roar .main-content blockquote {
  border-left: 10px solid #009645;
}
.taronga-dubbo .main-content blockquote,
.taronga-accommodation-dubbo .main-content blockquote,
.taronga-zoofari .main-content blockquote,
.taronga-savannah .main-content blockquote,
.taronga-billabong .main-content blockquote {
  border-left: 10px solid #e37700;
}
.taronga-general .main-content blockquote,
.taronga-accommodation-general .main-content blockquote {
  border-left: 10px solid #02543f;
}
.taronga-institute .main-content blockquote {
  border-left: 10px solid #015a70;
}
.taronga-retreat .main-content blockquote {
  border-left: 10px solid #cba25b;
}
.taronga-zoo-friends .main-content blockquote {
  border-left: 10px solid #5d3179;
}
.main-content blockquote p:last-child {
  margin-bottom: 0;
}
.main-content blockquote h1,
.main-content blockquote h2,
.main-content blockquote h3,
.main-content blockquote h4,
.main-content blockquote h5 {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 3rem;
  line-height: 3.6rem;
  margin-top: 0;
  margin-bottom: 15px;
}
.taronga-retreat .main-content blockquote h1,
.taronga-retreat .main-content blockquote h2,
.taronga-retreat .main-content blockquote h3,
.taronga-retreat .main-content blockquote h4,
.taronga-retreat .main-content blockquote h5 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.main-content .body-content-images {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.index-page .main-content .body-content-images {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .index-page .main-content .body-content-images {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .index-page .main-content .body-content-images {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.taronga-retreat .main-content .body-content-heading .sub-heading {
  margin-bottom: 0;
}
.index-page .main-content .body-content-heading {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .index-page .main-content .body-content-heading {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .index-page .main-content .body-content-heading {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
.main-content figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.main-content figure img {
  width: 100%;
}
.main-content figure figcaption {
  display: inline-block;
  margin-top: 15px;
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  color: #8d8d8d;
  text-align: right;
  font-size: 1.4rem;
  float: right;
}
.main-content figure figcaption:before {
  content: "";
  background: url("../images/camera-grey.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  fill: #8d8d8d;
}
footer {
  background: #181818;
}
footer .footer-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
  min-height: 140px;
  padding: 100px 0 50px;
}
@media only screen and (max-width: 1100px) {
  footer .footer-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  footer .footer-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
footer .brand {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  footer .brand {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
footer .brand .logo {
  width: 130px;
  height: 63px;
  margin-bottom: 15px;
  background-image: url("../images/taronga-conservation-society-for-the-wild.svg");
}
@media only screen and (max-width: 1100px) {
  footer .brand .logo {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 1100px) {
  footer .copyright {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
    text-align: center;
  }
}
footer .copyright p {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #7f8181;
}
footer .copyright.-tablet-hide {
  position: relative;
}
footer .privacy > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 1100px) {
  footer .privacy > ul {
    text-align: center;
  }
}
footer .privacy > ul li {
  line-height: 1.5rem;
}
footer .privacy > ul li a {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #7f8181;
  text-decoration: none;
}
footer .privacy > ul li a:hover {
  text-decoration: underline;
}
footer .links {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  footer .links {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
footer .links ul {
  margin: 0;
  list-style-type: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-padding-start: 0;
}
@media only screen and (max-width: 1100px) {
  footer .links ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    text-align: center;
  }
}
footer .links ul li {
  margin-bottom: 16px;
}
footer .links ul li:last-of-type {
  margin-top: 4px;
  margin-bottom: 0;
  position: relative;
  top: 9px;
}
@media only screen and (max-width: 1100px) {
  footer .links ul li:last-of-type {
    margin-top: 30px;
  }
}
footer .links a {
  margin-bottom: 12px;
  color: #fff;
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.52rem;
  letter-spacing: -0.4px;
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 3px;
}
footer .links a:hover,
footer .links a:focus {
  border-bottom: 3px solid #fff;
}
footer .links a.cta {
  font-family: FSAlbertWeb-Regular, Times, serif;
  font-weight: normal;
  font-style: normal;
  border: 1px solid #fff;
  padding: 8px 20px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
  footer .links a.cta {
    margin-top: 30px;
  }
}
footer .links a.cta:hover,
footer .links a.cta:focus {
  background-color: #fff;
  color: #181818;
}
footer .social {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  footer .social {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
}
footer .social p {
  font-family: FSAlbertWeb-Bold, Times, serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 2rem;
  line-height: 2.52rem;
  letter-spacing: -0.4px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  footer .social p {
    text-align: center;
    margin-top: 30px;
  }
}
footer .social .icons ul {
  padding: 0;
  list-style-type: none;
}
footer .social .icons ul li {
  display: inline-block;
  margin-right: 20px;
}
footer .social a {
  width: 20px;
  margin-right: 20px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
footer .social a:hover,
footer .social a:focus {
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 1100px) {
  footer .social a {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  footer .social a {
    margin-right: 20px;
  }
}
footer .social a:last-child {
  margin-right: 0;
}
footer .overview-weather {
  display: none;
}
footer .copyright-wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
  footer .copyright-wrapper {
    margin-top: 0;
  }
}
footer .copyright-wrapper .privacy ul {
  margin-bottom: 10px;
}
footer .copyright-wrapper .privacy ul li {
  display: inline-block;
}
footer .copyright-wrapper .privacy ul li:first-of-type:before {
  display: none;
}
footer .copyright-wrapper .privacy ul li:before {
  font-family: "FontAwesome";
  content: "\f111";
  color: #7f8181;
  font-size: 0.8rem;
  margin-right: 5px;
  margin-left: 5px;
}
header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 200;
}
header.headroom {
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}
header.headroom.headroom--pinned {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
header.headroom.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.sitewide-alert {
  color: #fff;
  background: #000;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px !important;
  border-bottom: 1px solid #fff;
}
.sitewide-alert a {
  color: #fff !important;
  text-decoration: underline !important;
}
@media only screen and (max-width: 667px) {
  .sitewide-alert p,
  .sitewide-alert a {
    font-size: 12px;
    line-height: 1.1;
  }
}
.user-login-form {
  margin-top: 180px;
  margin-bottom: 20px;
}
.user-login-form .form-submit {
  margin-top: 20px;
}
.navigation-ab {
  height: 100% !important;
}
.navigation-ab .show-home-link {
  display: block !important;
}
@media only screen and (max-width: 667px) {
  .navigation-ab .cta-menu li {
    width: calc(33% - 15px) !important;
    margin-left: 0 !important;
  }
  .navigation-ab .cta-menu li a {
    font-size: 1.4rem;
  }
  .navigation-ab .cta-menu li:first-of-type a,
  .navigation-ab .cta-menu li:nth-of-type(2) a {
    background: none;
    min-width: unset !important;
    color: #02543f;
  }
  .navigation-ab .cta-menu li:first-of-type a:hover,
  .navigation-ab .cta-menu li:first-of-type a:focus,
  .navigation-ab .cta-menu li:first-of-type a:active,
  .navigation-ab .cta-menu li:nth-of-type(2) a:hover,
  .navigation-ab .cta-menu li:nth-of-type(2) a:focus,
  .navigation-ab .cta-menu li:nth-of-type(2) a:active {
    background: none;
  }
  .taronga-sydney .navigation-ab .cta-menu li:first-of-type a,
  .taronga-sydney .navigation-ab .cta-menu li:nth-of-type(2) a,
  .taronga-accommodation-sydney .navigation-ab .cta-menu li:first-of-type a,
  .taronga-accommodation-sydney .navigation-ab .cta-menu li:nth-of-type(2) a,
  .taronga-roar .navigation-ab .cta-menu li:first-of-type a,
  .taronga-roar .navigation-ab .cta-menu li:nth-of-type(2) a {
    color: #009645;
  }
  .taronga-dubbo .navigation-ab .cta-menu li:first-of-type a,
  .taronga-dubbo .navigation-ab .cta-menu li:nth-of-type(2) a,
  .taronga-accommodation-dubbo .navigation-ab .cta-menu li:first-of-type a,
  .taronga-accommodation-dubbo .navigation-ab .cta-menu li:nth-of-type(2) a,
  .taronga-zoofari .navigation-ab .cta-menu li:first-of-type a,
  .taronga-zoofari .navigation-ab .cta-menu li:nth-of-type(2) a,
  .taronga-savannah .navigation-ab .cta-menu li:first-of-type a,
  .taronga-savannah .navigation-ab .cta-menu li:nth-of-type(2) a,
  .taronga-billabong .navigation-ab .cta-menu li:first-of-type a,
  .taronga-billabong .navigation-ab .cta-menu li:nth-of-type(2) a {
    color: #e37700;
  }
  .taronga-general .navigation-ab .cta-menu li:first-of-type a,
  .taronga-general .navigation-ab .cta-menu li:nth-of-type(2) a,
  .taronga-accommodation-general .navigation-ab .cta-menu li:first-of-type a,
  .taronga-accommodation-general .navigation-ab .cta-menu li:nth-of-type(2) a {
    color: #02543f;
  }
  .taronga-institute .navigation-ab .cta-menu li:first-of-type a,
  .taronga-institute .navigation-ab .cta-menu li:nth-of-type(2) a {
    color: #015a70;
  }
  .navigation-ab .cta-menu li:last-of-type a {
    min-width: 130px !important;
  }
}
@media only screen and (max-width: 667px) {
  .navigation-ab .nav-body > ul > li {
    margin-top: 15px !important;
    width: calc(91% - 9.58333px) !important;
    margin-left: calc(8% - 5.41667px) !important;
    float: left;
    border-bottom: 1px solid #b2b2b2;
  }
  .navigation-ab .nav-body > ul > li > a {
    margin-bottom: 15px !important;
    position: relative;
    width: 100%;
  }
  .navigation-ab .nav-body > ul > li > a.open:after {
    font-family: "FontAwesome";
    content: "\f063";
  }
  .navigation-ab .nav-body > ul > li > a:only-child:after {
    content: "";
  }
  .navigation-ab .nav-body > ul > li > a:after {
    font-family: "FontAwesome";
    content: "\f061";
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.6rem;
  }
  .taronga-sydney .navigation-ab .nav-body > ul > li > a:after,
  .taronga-accommodation-sydney .navigation-ab .nav-body > ul > li > a:after,
  .taronga-roar .navigation-ab .nav-body > ul > li > a:after {
    color: #009645;
  }
  .taronga-dubbo .navigation-ab .nav-body > ul > li > a:after,
  .taronga-accommodation-dubbo .navigation-ab .nav-body > ul > li > a:after,
  .taronga-zoofari .navigation-ab .nav-body > ul > li > a:after,
  .taronga-savannah .navigation-ab .nav-body > ul > li > a:after,
  .taronga-billabong .navigation-ab .nav-body > ul > li > a:after {
    color: #e37700;
  }
  .taronga-general .navigation-ab .nav-body > ul > li > a:after,
  .taronga-accommodation-general .navigation-ab .nav-body > ul > li > a:after {
    color: #02543f;
  }
  .taronga-institute .navigation-ab .nav-body > ul > li > a:after {
    color: #015a70;
  }
  .navigation-ab .nav-body > ul > li > ul {
    display: none;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .navigation-ab .nav-body > ul > li > ul > li {
    margin-bottom: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 667px) {
  .navigation-ab .nav-content .logo-container a {
    display: block !important;
    position: absolute;
    top: 10px;
  }
}
@media only screen and (max-width: 667px) {
  .navigation-ab .nav-content .logo-container .logo {
    background-size: 75% 70px !important;
  }
}
.nav-extended {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  background-color: #f6f6f6;
  z-index: 201;
}
.nav-extended .show-home-link {
  display: none;
}
.nav-extended.show {
  display: block;
}
.nav-extended .nav-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
  padding: 80px 0;
}
.nav-extended .nav-content::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 667px) {
  .nav-extended .nav-content {
    width: calc(100% - 10px);
    float: left;
    margin-left: 5px;
    margin-left: calc(0% - 5px + 10px);
  }
}
@media only screen and (min-width: 1101px) {
  .nav-extended .nav-content .logo-container {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .nav-extended .nav-content .logo-container {
    text-align: center;
  }
}
.nav-extended .nav-content .logo-container a {
  display: inline-block;
}
.nav-extended .nav-content .logo-container .logo {
  height: 89px;
  background-size: contain;
  background-position: center;
}
.nav-extended .nav-content .logo-container .contextual-region {
  display: inline-block;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 1100px) {
  .nav-extended .nav-content .logo-container .contextual-region {
    text-align: center;
  }
}
.nav-extended .nav-content .cta-menu {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .nav-extended .nav-content .cta-menu {
    margin-top: 30px;
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
  }
}
.nav-extended .nav-content .cta-menu ul {
  margin: 0;
  list-style-type: none;
  -webkit-padding-start: 0;
}
@media only screen and (max-width: 667px) {
  .nav-extended .nav-content .cta-menu ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    text-align: center;
  }
}
.nav-extended .nav-content .cta-menu ul li {
  margin-bottom: 16px;
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .nav-extended .nav-content .cta-menu ul li {
    width: calc(33.33333% - 13.33333px);
    float: left;
    margin-left: 10px;
  }
  .nav-extended .nav-content .cta-menu ul li .button {
    min-width: 100%;
  }
}
@media only screen and (max-width: 667px) {
  .nav-extended .nav-content .cta-menu ul li {
    width: calc(100% - 10px);
    float: left;
    margin-left: 5px;
  }
  .nav-extended .nav-content .cta-menu ul li .button {
    min-width: 184px;
  }
}
.nav-extended .nav-content .cta-menu ul li:last-of-type {
  margin-top: 0;
}
.nav-extended .nav-body::after {
  clear: both;
  content: "";
  display: block;
}
.nav-extended .nav-body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav-extended .nav-body ul a {
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 1100px) {
  .nav-extended .nav-body ul a {
    padding-right: 20px;
  }
}
.nav-extended .nav-body ul a:hover {
  text-decoration: underline;
}
.nav-extended .nav-body > ul {
  width: calc(100%);
  float: left;
  margin-left: 0px;
}
.nav-extended .nav-body > ul > li {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  margin-top: 90px;
}
.nav-extended .nav-body > ul > li:nth-child(4n + 1) {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 1100px) {
  .nav-extended .nav-body > ul > li {
    width: calc(33.33333% - 13.33333px);
    float: left;
    margin-left: 10px;
  }
  .nav-extended .nav-body > ul > li:nth-child(4n + 1) {
    clear: none;
  }
  .nav-extended .nav-body > ul > li:nth-child(3n + 1) {
    clear: both;
    content: "";
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .nav-extended .nav-body > ul > li {
    width: calc(33.33333% - 13.33333px);
    float: left;
    margin-left: 10px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 667px) {
  .nav-extended .nav-body > ul > li {
    width: calc(83.33333% - 9.16667px);
    float: left;
    margin-left: 5px;
    margin-left: calc(16.66667% - 5.83333px + 10px);
  }
  .nav-extended .nav-body > ul > li:nth-child(3n + 1) {
    clear: none;
  }
}
.nav-extended .nav-body > ul > li > a {
  margin-bottom: 25px;
  color: #456c1d;
  font-weight: bold;
  line-height: 1.75rem;
  display: inline-block;
}
.taronga-sydney .nav-extended .nav-body > ul > li > a,
.taronga-accommodation-sydney .nav-extended .nav-body > ul > li > a,
.taronga-roar .nav-extended .nav-body > ul > li > a {
  color: #456c1d;
}
.taronga-dubbo .nav-extended .nav-body > ul > li > a,
.taronga-accommodation-dubbo .nav-extended .nav-body > ul > li > a,
.taronga-zoofari .nav-extended .nav-body > ul > li > a,
.taronga-savannah .nav-extended .nav-body > ul > li > a,
.taronga-billabong .nav-extended .nav-body > ul > li > a {
  color: #eb5f0b;
}
.taronga-zoo-friends .nav-extended .nav-body > ul > li > a {
  color: #282533;
}
.taronga-general .nav-extended .nav-body > ul > li > a,
.taronga-accommodation-general .nav-extended .nav-body > ul > li > a {
  color: #01392b;
}
.taronga-institute .nav-extended .nav-body > ul > li > a {
  color: #003e4d;
}
.taronga-retreat .nav-extended .nav-body > ul > li > a {
  color: #a08048;
}
.taronga-sydney .nav-extended .nav-body > ul > li > a:hover,
.taronga-sydney .nav-extended .nav-body > ul > li > a:focus,
.taronga-sydney .nav-extended .nav-body > ul > li > a:active,
.taronga-accommodation-sydney .nav-extended .nav-body > ul > li > a:hover,
.taronga-accommodation-sydney .nav-extended .nav-body > ul > li > a:focus,
.taronga-accommodation-sydney .nav-extended .nav-body > ul > li > a:active,
.taronga-roar .nav-extended .nav-body > ul > li > a:hover,
.taronga-roar .nav-extended .nav-body > ul > li > a:focus,
.taronga-roar .nav-extended .nav-body > ul > li > a:active {
  color: #00632e;
}
.taronga-dubbo .nav-extended .nav-body > ul > li > a:hover,
.taronga-dubbo .nav-extended .nav-body > ul > li > a:focus,
.taronga-dubbo .nav-extended .nav-body > ul > li > a:active,
.taronga-accommodation-dubbo .nav-extended .nav-body > ul > li > a:hover,
.taronga-accommodation-dubbo .nav-extended .nav-body > ul > li > a:focus,
.taronga-accommodation-dubbo .nav-extended .nav-body > ul > li > a:active,
.taronga-zoofari .nav-extended .nav-body > ul > li > a:hover,
.taronga-zoofari .nav-extended .nav-body > ul > li > a:focus,
.taronga-zoofari .nav-extended .nav-body > ul > li > a:active,
.taronga-savannah .nav-extended .nav-body > ul > li > a:hover,
.taronga-savannah .nav-extended .nav-body > ul > li > a:focus,
.taronga-savannah .nav-extended .nav-body > ul > li > a:active,
.taronga-billabong .nav-extended .nav-body > ul > li > a:hover,
.taronga-billabong .nav-extended .nav-body > ul > li > a:focus,
.taronga-billabong .nav-extended .nav-body > ul > li > a:active {
  color: #b05c00;
}
.taronga-general .nav-extended .nav-body > ul > li > a:hover,
.taronga-general .nav-extended .nav-body > ul > li > a:focus,
.taronga-general .nav-extended .nav-body > ul > li > a:active,
.taronga-accommodation-general .nav-extended .nav-body > ul > li > a:hover,
.taronga-accommodation-general .nav-extended .nav-body > ul > li > a:focus,
.taronga-accommodation-general .nav-extended .nav-body > ul > li > a:active {
  color: #01221a;
}
.taronga-institute .nav-extended .nav-body > ul > li > a:hover,
.taronga-institute .nav-extended .nav-body > ul > li > a:focus,
.taronga-institute .nav-extended .nav-body > ul > li > a:active {
  color: #01313d;
}
.taronga-retreat .nav-extended .nav-body > ul > li > a:hover,
.taronga-retreat .nav-extended .nav-body > ul > li > a:focus,
.taronga-retreat .nav-extended .nav-body > ul > li > a:active {
  color: #8e7240;
}
.navigation {
  height: 124px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(40%, black),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(black 40%, rgba(255, 255, 255, 0));
  background: linear-gradient(black 40%, rgba(255, 255, 255, 0));
}
@media only screen and (max-width: 880px) {
  .navigation {
    height: 190px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(49%, black),
      to(rgba(255, 255, 255, 0))
    );
    background: -o-linear-gradient(black 49%, rgba(255, 255, 255, 0));
    background: linear-gradient(black 49%, rgba(255, 255, 255, 0));
  }
}
@media only screen and (max-width: 667px) {
  .navigation {
    height: 163px;
  }
}
.headroom--not-top .navigation,
.ticket-page .navigation,
.thank-you-pages .navigation {
  background: #fff;
}
@media only screen and (max-width: 880px) {
  .headroom--not-top .navigation,
  .ticket-page .navigation,
  .thank-you-pages .navigation {
    height: 145px;
  }
}
@media only screen and (max-width: 667px) {
  .headroom--not-top .navigation,
  .ticket-page .navigation,
  .thank-you-pages .navigation {
    height: 117px;
  }
}
.navigation .navigation-content {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  .navigation .navigation-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 880px) {
  .navigation .navigation-content {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  .navigation .navigation-content {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
@media only screen and (max-width: 880px) {
  .navigation ul {
    margin-top: 0;
  }
}
.navigation .logo-container {
  width: calc(16.66667% - 23.33333px);
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  .navigation .logo-container {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 880px) {
  .navigation .logo-container {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 667px) {
  .navigation .logo-container {
    width: calc(50% - 7.5px);
    float: left;
    margin-left: 5px;
  }
}
.navigation .logo-container a {
  display: inline-block;
}
.navigation .logo-container .logo {
  background-size: contain;
  height: 89px;
}
.navigation .logo-container .logo.-taronga-sydney {
  position: relative;
  top: -5px;
}
.navigation .logo-container .logo.-taronga-dubbo {
  position: relative;
  top: -3px;
}
.navigation .logo-container .logo.-taronga-general {
  height: 89px;
}
.navigation .logo-container .logo.-taronga-retreat {
  top: -10px;
}
@media only screen and (max-width: 1100px) {
  .navigation .logo-container .logo {
    height: 68px;
  }
  .navigation .logo-container .logo.-taronga-general {
    height: 68px;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 667px) {
  .navigation .logo-container .logo {
    height: 55px;
  }
  .navigation .logo-container .logo.-taronga-general {
    height: 55px;
    margin-top: 0;
  }
}
.navigation .nav-top {
  width: calc(66.66667% - 33.33333px);
  float: left;
  margin-left: 20px;
  margin-top: 31px;
  text-align: right;
}
@media only screen and (max-width: 1100px) {
  .navigation .nav-top {
    width: calc(58.33333% - 15.83333px);
    float: left;
    margin-left: 10px;
    margin-top: 31px;
  }
}
@media only screen and (max-width: 880px) {
  .navigation .nav-top {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 667px) {
  .navigation .nav-top {
    width: calc(100% - 10px);
    float: left;
    margin-left: 5px;
  }
}
.navigation .nav-top ul {
  list-style-type: none;
  padding-left: 0;
}
.navigation .nav-top > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .navigation .nav-top > ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.navigation .nav-top > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.navigation .nav-top > ul > li:hover .dropdown-container,
.navigation .nav-top > ul > li.hover .dropdown-container {
  display: block;
}
.navigation .nav-top > ul > li:first-child > a {
  margin-left: 0;
}
.navigation .nav-top > ul > li:first-child .dropdown-container {
  left: 15px;
}
@media only screen and (max-width: 1100px) {
  .navigation .nav-top > ul > li:first-child .dropdown-container {
    left: 8px;
  }
}
@media only screen and (max-width: 880px) {
  .navigation .nav-top > ul > li:first-child .dropdown-container {
    left: 15px;
  }
}
@media only screen and (max-width: 667px) {
  .navigation .nav-top > ul > li:first-child .dropdown-container {
    left: 5px;
  }
}
.navigation .nav-top > ul > li a {
  display: inline-block;
  padding: 10px;
  margin: 0 10px;
  color: #fff;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: -0.4px;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 1100px) {
  .navigation .nav-top > ul > li a {
    padding: 10px 3px;
  }
}
@media only screen and (max-width: 880px) {
  .navigation .nav-top > ul > li a {
    padding: 10px;
  }
}
@media only screen and (max-width: 667px) {
  .navigation .nav-top > ul > li a {
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin: 0;
    padding: 10px 0;
  }
}
.headroom--not-top .navigation .nav-top > ul > li a,
.ticket-page .navigation .nav-top > ul > li a,
.thank-you-pages .navigation .nav-top > ul > li a {
  color: #000;
}
.navigation .nav-top > ul > li .button {
  margin-left: 10px;
  text-align: center;
}
@media only screen and (max-width: 667px) {
  .navigation .nav-top > ul > li .button {
    min-width: 0;
    padding: 5px;
    margin: 5px 0;
  }
}
.taronga-sydney .navigation .nav-top > ul > li .button,
.taronga-accommodation-sydney .navigation .nav-top > ul > li .button,
.taronga-roar .navigation .nav-top > ul > li .button {
  background-color: #009645;
}
.taronga-dubbo .navigation .nav-top > ul > li .button,
.taronga-accommodation-dubbo .navigation .nav-top > ul > li .button,
.taronga-zoofari .navigation .nav-top > ul > li .button,
.taronga-savannah .navigation .nav-top > ul > li .button,
.taronga-billabong .navigation .nav-top > ul > li .button {
  background-color: #eb5f0b;
}
.taronga-zoo-friends .navigation .nav-top > ul > li .button {
  background-color: #02543f;
}
.taronga-general .navigation .nav-top > ul > li .button,
.taronga-accommodation-general .navigation .nav-top > ul > li .button {
  background-color: #02543f;
  color: #f2f2f2;
}
.home-page .navigation .nav-top > ul > li .button {
  background-color: #02543f;
  color: #f2f2f2;
}
.taronga-institute .navigation .nav-top > ul > li .button {
  background-color: #f2f2f2;
  color: #003e4d;
}
.taronga-sydney .navigation .nav-top > ul > li .button:hover,
.taronga-sydney .navigation .nav-top > ul > li .button:focus,
.taronga-sydney .navigation .nav-top > ul > li .button:active,
.taronga-accommodation-sydney .navigation .nav-top > ul > li .button:hover,
.taronga-accommodation-sydney .navigation .nav-top > ul > li .button:focus,
.taronga-accommodation-sydney .navigation .nav-top > ul > li .button:active,
.taronga-roar .navigation .nav-top > ul > li .button:hover,
.taronga-roar .navigation .nav-top > ul > li .button:focus,
.taronga-roar .navigation .nav-top > ul > li .button:active {
  background-color: #00632e;
}
.taronga-dubbo .navigation .nav-top > ul > li .button:hover,
.taronga-dubbo .navigation .nav-top > ul > li .button:focus,
.taronga-dubbo .navigation .nav-top > ul > li .button:active,
.taronga-accommodation-dubbo .navigation .nav-top > ul > li .button:hover,
.taronga-accommodation-dubbo .navigation .nav-top > ul > li .button:focus,
.taronga-accommodation-dubbo .navigation .nav-top > ul > li .button:active,
.taronga-zoofari .navigation .nav-top > ul > li .button:hover,
.taronga-zoofari .navigation .nav-top > ul > li .button:focus,
.taronga-zoofari .navigation .nav-top > ul > li .button:active,
.taronga-savannah .navigation .nav-top > ul > li .button:hover,
.taronga-savannah .navigation .nav-top > ul > li .button:focus,
.taronga-savannah .navigation .nav-top > ul > li .button:active,
.taronga-billabong .navigation .nav-top > ul > li .button:hover,
.taronga-billabong .navigation .nav-top > ul > li .button:focus,
.taronga-billabong .navigation .nav-top > ul > li .button:active {
  background-color: #b05c00;
}
.taronga-general .navigation .nav-top > ul > li .button:hover,
.taronga-general .navigation .nav-top > ul > li .button:focus,
.taronga-general .navigation .nav-top > ul > li .button:active,
.taronga-accommodation-general .navigation .nav-top > ul > li .button:hover,
.taronga-accommodation-general .navigation .nav-top > ul > li .button:focus,
.taronga-accommodation-general .navigation .nav-top > ul > li .button:active {
  background-color: #01221a;
  color: #d9d9d9;
}
.taronga-zoo-friends .navigation .nav-top > ul > li .button:hover,
.taronga-zoo-friends .navigation .nav-top > ul > li .button:focus,
.taronga-zoo-friends .navigation .nav-top > ul > li .button:active {
  background-color: #282533;
  color: #02543f;
}
.home-page .navigation .nav-top > ul > li .button:after,
.taronga-general .navigation .nav-top > ul > li .button:after,
.taronga-accommodation-general .navigation .nav-top > ul > li .button:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: -16px;
  top: 50%;
  color: #fff;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%) rotate(-90deg);
  padding: 11px;
  background-color: #02543f;
}
.taronga-retreat .navigation .nav-top > ul > li .button:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: -16px;
  top: 50%;
  color: #fff;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%) rotate(-90deg);
  padding: 11px;
  background-color: #a08048;
}
.taronga-sydney .navigation .nav-top > ul > li .button:after,
.taronga-accommodation-sydney .navigation .nav-top > ul > li .button:after,
.taronga-roar .navigation .nav-top > ul > li .button:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: -16px;
  top: 50%;
  color: #fff;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%) rotate(-90deg);
  padding: 11px;
  background-color: #00632e;
}
.taronga-dubbo .navigation .nav-top > ul > li .button:after,
.taronga-accommodation-dubbo .navigation .nav-top > ul > li .button:after,
.taronga-zoofari .navigation .nav-top > ul > li .button:after,
.taronga-savannah .navigation .nav-top > ul > li .button:after,
.taronga-billabong .navigation .nav-top > ul > li .button:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: -16px;
  top: 50%;
  color: #fff;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%) rotate(-90deg);
  padding: 11px;
  background-color: #b05c00;
}
.taronga-zoo-friends .navigation .nav-top > ul > li .button:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: -16px;
  top: 50%;
  color: #fff;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%) rotate(-90deg);
  padding: 11px;
  background-color: #282533;
}
.home-page .navigation .nav-top > ul > li .button:hover:after,
.taronga-general .navigation .nav-top > ul > li .button:hover:after,
.taronga-accommodation-general
  .navigation
  .nav-top
  > ul
  > li
  .button:hover:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: -16px;
  top: 50%;
  color: #fff;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%) rotate(90deg);
  padding: 11px;
  background-color: #02543f;
}
.taronga-retreat .navigation .nav-top > ul > li .button:hover:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: -16px;
  top: 50%;
  color: #fff;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%) rotate(90deg);
  padding: 11px;
  background-color: #a08048;
}
.taronga-sydney .navigation .nav-top > ul > li .button:hover:after,
.taronga-accommodation-sydney
  .navigation
  .nav-top
  > ul
  > li
  .button:hover:after,
.taronga-roar .navigation .nav-top > ul > li .button:hover:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: -16px;
  top: 50%;
  color: #fff;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%) rotate(90deg);
  padding: 11px;
  background-color: #00632e;
}
.taronga-dubbo .navigation .nav-top > ul > li .button:hover:after,
.taronga-accommodation-dubbo .navigation .nav-top > ul > li .button:hover:after,
.taronga-zoofari .navigation .nav-top > ul > li .button:hover:after,
.taronga-savannah .navigation .nav-top > ul > li .button:hover:after,
.taronga-billabong .navigation .nav-top > ul > li .button:hover:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: -16px;
  top: 50%;
  color: #fff;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%) rotate(90deg);
  padding: 11px;
  background-color: #b05c00;
}
.taronga-zoo-friends .navigation .nav-top > ul > li .button:hover:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: -16px;
  top: 50%;
  color: #fff;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%) rotate(90deg);
  padding: 11px;
  background-color: #282533;
}
.toolbar-tray-open .singleButtonTests {
  display: none !important;
}
@media only screen and (max-width: 667px) {
  .taronga-retreat .navigation .nav-top > ul > li .button:after,
  .taronga-sydney .navigation .nav-top > ul > li .button:after,
  .taronga-accommodation-sydney .navigation .nav-top > ul > li .button:after,
  .taronga-roar .navigation .nav-top > ul > li .button:after,
  .taronga-dubbo .navigation .nav-top > ul > li .button:after,
  .taronga-accommodation-dubbo .navigation .nav-top > ul > li .button:after,
  .taronga-zoofari .navigation .nav-top > ul > li .button:after,
  .taronga-savannah .navigation .nav-top > ul > li .button:after,
  .taronga-billabong .navigation .nav-top > ul > li .button:after,
  .taronga-zoo-friends .navigation .nav-top > ul > li .button:after,
  .home-page .navigation .nav-top > ul > li .button:after,
  .taronga-general .navigation .nav-top > ul > li .button:after,
  .taronga-accommodation-general .navigation .nav-top > ul > li .button:after {
    display: none;
  }
}
.home-page .navigation .nav-top > ul > li:hover .actionsDropdownContainer,
.taronga-retreat .navigation .nav-top > ul > li:hover .actionsDropdownContainer,
.taronga-sydney .navigation .nav-top > ul > li:hover .actionsDropdownContainer,
.taronga-accommodation-sydney
  .navigation
  .nav-top
  > ul
  > li:hover
  .actionsDropdownContainer,
.taronga-roar .navigation .nav-top > ul > li:hover .actionsDropdownContainer,
.taronga-dubbo .navigation .nav-top > ul > li:hover .actionsDropdownContainer,
.taronga-accommodation-dubbo
  .navigation
  .nav-top
  > ul
  > li:hover
  .actionsDropdownContainer,
.taronga-zoofari .navigation .nav-top > ul > li:hover .actionsDropdownContainer,
.taronga-savannah
  .navigation
  .nav-top
  > ul
  > li:hover
  .actionsDropdownContainer,
.taronga-billabong
  .navigation
  .nav-top
  > ul
  > li:hover
  .actionsDropdownContainer,
.taronga-general .navigation .nav-top > ul > li:hover .actionsDropdownContainer,
.taronga-accommodation-general
  .navigation
  .nav-top
  > ul
  > li:hover
  .actionsDropdownContainer,
.taronga-zoo-friends
  .navigation
  .nav-top
  > ul
  > li:hover
  .actionsDropdownContainer {
  display: block;
}
.home-page .actionsDropdownContainer,
.taronga-general .actionsDropdownContainer,
.taronga-accommodation-general .actionsDropdownContainer {
  display: none;
  position: absolute;
  left: -363px;
  top: 42px;
  background-color: #02543f;
  padding: 10px;
  width: 771px;
}
.taronga-retreat .actionsDropdownContainer {
  display: none;
  position: absolute;
  left: -363px;
  top: 42px;
  background-color: #caa25b;
  padding: 10px;
  width: 771px;
}
.taronga-sydney .actionsDropdownContainer,
.taronga-accommodation-sydney .actionsDropdownContainer,
.taronga-roar .actionsDropdownContainer {
  display: none;
  position: absolute;
  left: -363px;
  top: 42px;
  background-color: #009645;
  padding: 10px;
  width: 771px;
}
.taronga-dubbo .actionsDropdownContainer,
.taronga-accommodation-dubbo .actionsDropdownContainer,
.taronga-zoofari .actionsDropdownContainer,
.taronga-savannah .actionsDropdownContainer,
.taronga-billabong .actionsDropdownContainer {
  display: none;
  position: absolute;
  left: -363px;
  top: 42px;
  background-color: #ef7d00;
  padding: 10px;
  width: 771px;
}
.taronga-zoo-friends .actionsDropdownContainer {
  display: none;
  position: absolute;
  left: -363px;
  top: 42px;
  background-color: #5d3179;
  padding: 10px;
  width: 771px;
}
.actionsDropdownContainer > h2 {
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  text-align: left;
  font-size: 20px;
  padding: 0;
  margin: 0;
  color: white;
}
.actionsDropdownContainer > .dropdownContainer {
  display: flex;
  gap: 9.9px;
}
.actionsDropdownContainer > .dropdownContainer .dropdownLink {
  position: absolute;
  background-color: white;
  float: left;
  width: 29%;
  margin-left: 11px;
  bottom: 25px;
}
.actionsDropdownContainer > .dropdownContainer .dropdownLink > a {
  color: black;
  float: left;
}
.actionsDropdownContainer > .dropdownContainer .dropdownLink > a:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: 0;
  top: 50%;
  color: #282533;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 11px;
}
.home-page
  .actionsDropdownContainer
  > .dropdownContainer
  .dropdownLink
  > a:after,
.taronga-general
  .actionsDropdownContainer
  > .dropdownContainer
  .dropdownLink
  > a:after,
.taronga-accommodation-general
  .actionsDropdownContainer
  > .dropdownContainer
  .dropdownLink
  > a:after {
  color: #01221a;
}
.taronga-retreat
  .actionsDropdownContainer
  > .dropdownContainer
  .dropdownLink
  > a:after {
  color: #caa25b;
}
.taronga-sydney
  .actionsDropdownContainer
  > .dropdownContainer
  .dropdownLink
  > a:after,
.taronga-accommodation-sydney
  .actionsDropdownContainer
  > .dropdownContainer
  .dropdownLink
  > a:after,
.taronga-roar
  .actionsDropdownContainer
  > .dropdownContainer
  .dropdownLink
  > a:after {
  color: #009645;
}
.taronga-dubbo
  .actionsDropdownContainer
  > .dropdownContainer
  .dropdownLink
  > a:after,
.taronga-accommodation-dubbo
  .actionsDropdownContainer
  > .dropdownContainer
  .dropdownLink
  > a:after,
.taronga-zoofari
  .actionsDropdownContainer
  > .dropdownContainer
  .dropdownLink
  > a:after,
.taronga-savannah
  .actionsDropdownContainer
  > .dropdownContainer
  .dropdownLink
  > a:after,
.taronga-billabong
  .actionsDropdownContainer
  > .dropdownContainer
  .dropdownLink
  > a:after {
  color: #ef7d00;
}
.taronga-zoo-friends
  .actionsDropdownContainer
  > .dropdownContainer
  .dropdownLink
  > a:after {
  color: #282533;
}
.home-page .navigation .nav-top > ul > li .button:hover,
.home-page .navigation .nav-top > ul > li .button:focus,
.home-page .navigation .nav-top > ul > li .button:active {
  background-color: #02543f;
  color: #d9d9d9;
}
.taronga-institute .navigation .nav-top > ul > li .button:hover,
.taronga-institute .navigation .nav-top > ul > li .button:focus,
.taronga-institute .navigation .nav-top > ul > li .button:active {
  background-color: #d9d9d9;
  color: #015a70;
}
.headroom--not-top .navigation .nav-top > ul > li .button,
.thank-you-pages .navigation .nav-top > ul > li .button {
  color: #fff;
}
.taronga-general .headroom--not-top .navigation .nav-top > ul > li .button,
.taronga-general .thank-you-pages .navigation .nav-top > ul > li .button,
.taronga-accommodation-general
  .headroom--not-top
  .navigation
  .nav-top
  > ul
  > li
  .button,
.taronga-accommodation-general
  .thank-you-pages
  .navigation
  .nav-top
  > ul
  > li
  .button {
  color: #f2f2f2;
  background-color: #02543f;
}
.home-page .headroom--not-top .navigation .nav-top > ul > li .button,
.home-page .thank-you-pages .navigation .nav-top > ul > li .button {
  color: #f2f2f2;
  background-color: #02543f;
}
.taronga-institute .headroom--not-top .navigation .nav-top > ul > li .button,
.taronga-institute .thank-you-pages .navigation .nav-top > ul > li .button {
  color: #f2f2f2;
  background-color: #015a70;
}
.taronga-zoo-friends .headroom--not-top .navigation .nav-top > ul > li .button,
.taronga-zoo-friends .thank-you-pages .navigation .nav-top > ul > li .button {
  color: #f2f2f2;
  background-color: #5d3179;
}
.taronga-retreat .headroom--not-top .navigation .nav-top > ul > li .button,
.taronga-retreat .thank-you-pages .navigation .nav-top > ul > li .button {
  background: #000;
  color: #fff !important;
}
.headroom--not-top .navigation .nav-top > ul > li .button:hover,
.headroom--not-top .navigation .nav-top > ul > li .button:focus,
.headroom--not-top .navigation .nav-top > ul > li .button:active,
.thank-you-pages .navigation .nav-top > ul > li .button:hover,
.thank-you-pages .navigation .nav-top > ul > li .button:focus,
.thank-you-pages .navigation .nav-top > ul > li .button:active {
  color: #fff;
}
.taronga-general
  .headroom--not-top
  .navigation
  .nav-top
  > ul
  > li
  .button:hover,
.taronga-general
  .headroom--not-top
  .navigation
  .nav-top
  > ul
  > li
  .button:focus,
.taronga-general
  .headroom--not-top
  .navigation
  .nav-top
  > ul
  > li
  .button:active,
.taronga-general .thank-you-pages .navigation .nav-top > ul > li .button:hover,
.taronga-general .thank-you-pages .navigation .nav-top > ul > li .button:focus,
.taronga-general .thank-you-pages .navigation .nav-top > ul > li .button:active,
.taronga-accommodation-general
  .headroom--not-top
  .navigation
  .nav-top
  > ul
  > li
  .button:hover,
.taronga-accommodation-general
  .headroom--not-top
  .navigation
  .nav-top
  > ul
  > li
  .button:focus,
.taronga-accommodation-general
  .headroom--not-top
  .navigation
  .nav-top
  > ul
  > li
  .button:active,
.taronga-accommodation-general
  .thank-you-pages
  .navigation
  .nav-top
  > ul
  > li
  .button:hover,
.taronga-accommodation-general
  .thank-you-pages
  .navigation
  .nav-top
  > ul
  > li
  .button:focus,
.taronga-accommodation-general
  .thank-you-pages
  .navigation
  .nav-top
  > ul
  > li
  .button:active {
  background-color: #01221a;
}
.home-page .headroom--not-top .navigation .nav-top > ul > li .button:hover,
.home-page .headroom--not-top .navigation .nav-top > ul > li .button:focus,
.home-page .headroom--not-top .navigation .nav-top > ul > li .button:active,
.home-page .thank-you-pages .navigation .nav-top > ul > li .button:hover,
.home-page .thank-you-pages .navigation .nav-top > ul > li .button:focus,
.home-page .thank-you-pages .navigation .nav-top > ul > li .button:active {
  background-color: #01221a;
}
.taronga-institute
  .headroom--not-top
  .navigation
  .nav-top
  > ul
  > li
  .button:hover,
.taronga-institute
  .headroom--not-top
  .navigation
  .nav-top
  > ul
  > li
  .button:focus,
.taronga-institute
  .headroom--not-top
  .navigation
  .nav-top
  > ul
  > li
  .button:active,
.taronga-institute
  .thank-you-pages
  .navigation
  .nav-top
  > ul
  > li
  .button:hover,
.taronga-institute
  .thank-you-pages
  .navigation
  .nav-top
  > ul
  > li
  .button:focus,
.taronga-institute
  .thank-you-pages
  .navigation
  .nav-top
  > ul
  > li
  .button:active {
  background-color: #01313d;
}
.taronga-zoo-friends
  .headroom--not-top
  .navigation
  .nav-top
  > ul
  > li
  .button:hover,
.taronga-zoo-friends
  .headroom--not-top
  .navigation
  .nav-top
  > ul
  > li
  .button:focus,
.taronga-zoo-friends
  .headroom--not-top
  .navigation
  .nav-top
  > ul
  > li
  .button:active,
.taronga-zoo-friends
  .thank-you-pages
  .navigation
  .nav-top
  > ul
  > li
  .button:hover,
.taronga-zoo-friends
  .thank-you-pages
  .navigation
  .nav-top
  > ul
  > li
  .button:focus,
.taronga-zoo-friends
  .thank-you-pages
  .navigation
  .nav-top
  > ul
  > li
  .button:active {
  background-color: #282533;
}
.ticket-page .navigation .nav-top > ul > li .button {
  cursor: pointer;
}
.navigation .nav-top > ul > li .dropdown-container {
  display: none;
  position: absolute;
  left: 25px;
  top: 30px;
  padding-top: 20px;
  width: 200px;
}
@media only screen and (max-width: 1100px) {
  .navigation .nav-top > ul > li .dropdown-container {
    left: 18px;
  }
}
@media only screen and (max-width: 880px) {
  .navigation .nav-top > ul > li .dropdown-container {
    left: 25px;
  }
}
@media only screen and (max-width: 667px) {
  .navigation .nav-top > ul > li .dropdown-container {
    left: 5px;
  }
  .navigation .nav-top > ul > li .dropdown-container a {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.navigation .nav-top > ul > li ul {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 200px;
  padding: 10px 0;
  text-align: left;
  background-color: #3f3f3f;
}
.navigation .nav-top > ul > li ul:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -20px;
  left: 0;
  border-top: 25px solid transparent;
  border-left: 18px solid #3f3f3f;
}
.navigation .nav-top > ul > li ul a {
  margin: 15px 19px;
  padding: 0;
  border-bottom: 3px solid transparent;
  -webkit-transition: margin 0.1s ease-in-out, border 0.1s ease-in-out,
    padding 0.1s ease-in-out;
  -o-transition: margin 0.1s ease-in-out, border 0.1s ease-in-out,
    padding 0.1s ease-in-out;
  transition: margin 0.1s ease-in-out, border 0.1s ease-in-out,
    padding 0.1s ease-in-out;
  white-space: normal;
}
.headroom--not-top .navigation .nav-top > ul > li ul a,
.ticket-page .navigation .nav-top > ul > li ul a,
.thank-you-pages .navigation .nav-top > ul > li ul a {
  color: #fff;
}
.navigation .nav-top > ul > li ul a:hover {
  margin-bottom: 12px;
  padding-bottom: 3px;
  border-bottom: 3px solid #fff;
  -webkit-text-decoration: done;
  text-decoration: done;
}
.navigation .links {
  width: calc(16.66667% - 23.33333px);
  float: left;
  margin-left: 20px;
  margin-top: 15px;
  text-align: right;
}
@media only screen and (max-width: 880px) {
  .navigation .links {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px;
    margin-top: 13px;
  }
}
.navigation .links .language-container {
  display: block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 880px) {
  .navigation .links .language-container {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 667px) {
  .navigation .links .language-container {
    margin-bottom: 6px;
  }
}
.navigation .links .language-container .selected a {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  font-family: FSAlbertWeb-ExtraBold, Times, serif;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 667px) {
  .navigation .links .language-container .selected a {
    font-size: 1.2rem;
  }
}
.headroom--not-top .navigation .links .language-container .selected a,
.ticket-page .navigation .links .language-container .selected a,
.thank-you-pages .navigation .links .language-container .selected a {
  color: #000;
}
.navigation .links .language-container .selected a::before {
  content: "";
  background: url("/themes/custom/taronga/css/../img/icons/world-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 13px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.headroom--not-top .navigation .links .language-container .selected a::before,
.ticket-page .navigation .links .language-container .selected a::before {
  background: url("/themes/custom/taronga/css/../img/icons/world-dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.navigation .links .language-container .selected a::after {
  content: "";
  background: url("../images/down-chevron-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 6px;
  margin-left: 7px;
  display: inline-block;
}
@media only screen and (max-width: 667px) {
  .navigation .links .language-container .selected a::after {
    width: 14px;
    position: relative;
    top: 0;
  }
}
.headroom--not-top .navigation .links .language-container .selected a::after,
.ticket-page .navigation .links .language-container .selected a::after,
.thank-you-pages .navigation .links .language-container .selected a::after {
  background: url("../images/down-chevron-dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.navigation .links .icon-container a:first-child {
  margin-right: 20px;
}
aside {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33333% - 21.66667px + 40px);
}
@media only screen and (max-width: 1100px) {
  aside {
    margin-top: 40px;
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px);
  }
}
@media only screen and (max-width: 667px) {
  aside {
    width: calc(91.66667% - 9.58333px);
    float: left;
    margin-left: 5px;
    margin-left: calc(4.16667% - 5.20833px + 10px);
  }
}
@media only screen and (max-width: 1100px) {
  .taronga-retreat aside {
    width: 0;
  }
}

.links {
  margin-top: 15px;
}