/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 29 May 2021 09:28:30
*/


@charset "UTF-8";
/**
 * version: 0.0.2
 * file:    global.css
 * author:  Squiz Australia
 * updated: 21-01-2016 10:45 CFa TCC
 *

 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
 *    responsive-nav
 *    back-to-top (0.1.0)
 *    font-awesome (0.1.0)
 *    magnific-popup (0.1.1)
 *    quick-search (0.1.2)
 *    skip-links (0.1.0)
 *    slick (0.0.2)
 */
body {
    z-index: 1;
    position: relative;
}

/*
--------------------
Base site template
--------------------
*/
body {
    font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
}

body.no-body-scroll {
    overflow: hidden;
}

fieldset.no-style {
    border: none;
    margin: 0;
    padding: 0;
}
span.strong {
  font-weight: bold;
}

a {
    color: #1f5a80;
    text-decoration: none;
}

/*h1 + div p:first-child {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
}*/

.large-content {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
}

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

.inline-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inline-list-mob > li {
    display: inline-block;
}

.header {
    position: absolute;
    z-index: 5;
    top: 0;
    width: 100%;
}
body.headerFix {
  padding: 0;
}
.headerFix .header {
      position: relative;
}

.header a {
    text-decoration: none;
}

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

.site-logo__link {
    display: inline-block;
}

.main {
    position: relative;
    z-index: 3;
}

.header__top_links,
.footer-menu__toggle {
    display: none;
}

#top {
    height: 0.01em; /* Android fix */
}

.skip-links__link {
  background: #000;
  color: #fff;
}

.site-links {
    font-size: 0.85em;
    padding: 1.35em 1rem 0;
    margin: 0 0 2em 0;
}

.site-links li {
    display: block;
    margin: 0;
}

.site-links a {
    display: block;
    font-size: 1.5em;
    line-height: 2.5em;
}

.site-links i {
    color: #eeb603;
    font-size: 1.2em;
    margin: 0 0.5em 0 0;
}

body .font-tools {
    font-size: 0.85em;
    padding: 1.35em 0 0;
    display: none;
}

body .font-tools li {
    position: relative;
    padding: 0 0.8em 0 0.5em;
}

body .font-tools li:after {
    content: "";
    width: 1px;
    background: #fff;
    right: 0;
    top: 0.2em;
    height: 1em;
    position: absolute;
}

body .font-tools li:last-child:after {
    display: none;
}

body .quick-search {
    padding: 0;
    z-index: 2;
}

.header__navigation {
    background: #f2f2f2;
}

.site-logo {
    position: relative;
    z-index: 2;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    width: auto;
    padding-right: 0;
}

.site-logo + .toggle-options {
    margin-top: 5.4em;
    position: relative;
    z-index: 2;
    width: 67%;
    padding-left: 0;
    max-width: 16rem;
    float:right;
}

.site-logo__print {
    display: none;
}

a[aria-controls="#main-navigation"],
a[aria-controls="#quick-search"] {
    width: auto;
    display: block;
    float: right;
    font-size: 1.6em;
    text-align: center;
    color: #082130;
}

.footer {
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer__row-1 {
    background: #082130;
}

.footer__row-2 {
    background: #07273b;
}

.footer__row-3 {
    background: #07273b;
}

.tabs__pagination-mobile {
    display: block;
    margin: 0 auto;
    padding: 1rem;
    width: 100%;
}

.tabs__pagination {
    display: none;
    background: #082130;
    color: #fff;
}

.tabs__pagination ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.tabs__pagination li {
    display: inline-block;
}

.tabs__pagination li a {
    display: block;
    background: #082130;
    color: #fff;
    padding: 1em 5em 1em 1.5em;
    text-decoration: none;
    font-size: 1.2em;
}

.tabs__pagination li a.tabs__active,
      .tabs__pagination li a:hover,
      .tabs__pagination li a:focus {
    background: #fff;
    color: #082130;
    text-decoration: underline;
}

.tabs__content {
    padding: 2em;
    transition: all 0.1s ease;
}
.tabs__content.visuallyhidden {
  min-height: 0;
}

.page-banner {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.mobile .page-banner {
    height: 13rem;
}
.page-banner img {
    display: block;
    margin: 0 0 0 -800px;
    position: absolute;
    height: 38rem;
    left: 50%;
    top: 0;
    width: auto;
    max-width: inherit;
    z-index: 1;
}
/*.mobile .page-banner img {
    height: 22rem;
}*/

.mobile .page-banner .weather-panel img {
    height: auto;
}

.page-banner__caption {
    position: absolute;
    top: 300px;
    color: #fff;
    z-index: 2;
    margin: 0 5%;
    padding: 1rem;
}
.mobile .page-banner__caption {
    top: auto !important;
    left: 0rem !important;
    bottom: 0;
    margin: 1rem;
}

.page-banner__caption.background:after {
    content: "";
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-banner__caption_sml {
    font-size: 1.4em;
    display: block;
    font-weight: 100;
    position: relative;
    z-index: 1;
}

.page-banner__caption_lrg {
    font-size: 3rem;
    display: block;
    line-height: 1.1em;
    position: relative;
    z-index: 1;
}

.page-banner__image-disclaimer {
    display: block;
    position: absolute;
    bottom: 2rem;
    right: 5%;
    width: auto;
    color: #082130;
    padding: 0.7rem 1rem;
    z-index: 2;
    font-size: 1.3rem;
}

.page-banner__image-disclaimer i {
    position: relative;
    z-index: 1;
}

.page-banner__image-disclaimer span {
    position: relative;
    z-index: 1;
}

.page-banner__image-disclaimer:after {
    content: "";
    background: #fff;
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.page-banner__caption,
.page-banner img {
  /*display: none;*/
}
.page-banner__image-disclaimer,
.weather-panel {
  display: none;
}

.inside-page-banner {
    display: none;
}

.inside-content {
  padding: 1em;
}

.emergency_content {
    display: block;
    position: absolute;
    z-index: 9;
    width: 100%;
    right: 0;
    top: 0;
    background: #fff600;
    color: #000;
    padding: 0.5rem 1rem 1rem;
    bottom: 0;
    height: 100%;
}
.emergency_content-overlay {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    opacity: 0.5;
    background: #000;
    z-index: 8;
}

.weather-panel {
    display: none;
}

.social-links {
    float: right;
    clear: both;
    padding: 1.5em 1em;
    text-align: center;
    width: 100%;
}

.social-links a {
    display: block;
    width: 80px;
    height: 80px;
}

.social-links a i {
    font-size: 80px;
}
.mobile .social-links a {
    width: 50px;
    height: 50px;
}
.mobile .social-links a i {
    font-size: 50px;
}

.social-links a:hover,
    .social-links a:focus {
    color: #eeb603;
}

.social-links .maggie-chat {
    /*display: none;*/
    margin: 0 0.5rem 0 0;
}

.social-links .maggie-chat a {
    background: #eeb603;
    border-radius: 8px;
    color: #000;
    /*width: auto;*/
    padding: 0 0.5rem 0 0.5rem;
    position: relative;
    text-align: center;
    width: 7em;
}

.social-links .maggie-chat a:hover,
      .social-links .maggie-chat a:focus {
    color: #fff;
}
.social-links .maggie-chat span {
    display: none;
}
.footer__menu {
    border-top: 2px solid #526876;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__menu li {
    border-bottom: 2px solid #526876;
}

.footer__menu .sub-nav li:last-child {
    border-bottom: none;
}

.footer__menu li a {
    font-size: 1.5rem;
    display: block;
}
.mobile .footer__menu li a {
    font-size: 1.0rem;
}
.footer__menu .accordion-menu li a {
    /*line-height: 2.5rem;*/
}

.footer__menu > ul > li > a {
    padding: 0;
    padding: 1rem 1rem;
    display: block;
    font-weight: bold;
}

.footer__menu .sub-nav li a {
    padding: 1rem;
}

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

.footer__menu .legal-links li a {
    font-weight: 100;
    padding: 0.5rem 1rem;
}

.footer .disclaimer {
    padding: 2em 1em;
}

.footer .disclaimer strong {
    display: block;
}

.footer-logo {
    display: block;
    clear: both;
    position: relative;
    text-align: right;
    line-height: 4.8rem;
    background: #fff;
}

.footer-logo a {
    /*color: #07273b;*/
    color: #00568e;
    background: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding: 0 1rem 0 0;
}

.footer-logo:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 40%;
    background: #082130 url(https://www.townsville.qld.gov.au/__data/assets/image/0018/297/footer_fern.png?v=0.1.1) no-repeat 100% 0;
    top: 0;
    left: 0;
}

.active-accordion .subs .sub-nav,
.active-accordion .subs > .sub-nav__group-links {
    display: none;
    border-top: 2px solid #526876;
    background: #07273b;
}

.active-accordion .subs.active .sub-nav,
.active-accordion .subs.active > .sub-nav__group-links {
    display: block;
    overflow: hidden;
}

.active-accordion .subs > a {
    position: relative;
}

.accordion-title {
    position: relative;
    display: block;
}

.accordion-title a {
    margin: 0 4rem 0 0;
    padding: 1rem 1rem;
    display: block;
}
.main .accordion-title a,
.footer .accordion-title a {
    font-weight: bold;
}

.accordion-title .accordion-toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4rem;
    text-align: center;
    display: block;
    margin: 0;
}

.accordion-title .accordion-toggle:hover i,
  .accordion-title .accordion-toggle:focus i {
    color: #eeb603;
}

.active-accordion p {
    padding: 1rem;
}

/*-- module:squiz-module-accordion --*/
.accordion__link {
    text-decoration: none !important;
}

.accordion__link:before {
    content: '+';
    border: 1px solid;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: .8em;
    width: 1em;
    text-align: center;
}

.accordion__link.uber-accordion__button-active:before {
    content: '-';
}

.js-enabled .accordion__target {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}

.js-enabled .accordion__target.uber-accordion__target-active {
    max-height: 100em;
}

.tabs__tab-list {
  /*  @extend %list-reset; */
}

.tabs__item {
  /*  @include sq-inline-block; */
    display: block;
    margin: 0;
}

.inside-content .tabs__link {
    padding: 0.5em 1.5em;
    border-top: 2px solid #0070aa;
    background: #0070aa;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff !important;
    display: block;
}

.inside-content .tabs__link.uber-accordion__button-active {
    background: #efefef;
    color: #102932 !important;
    font-weight: bold;
}

.js-enabled .tabs__target {
    display: none;
}

.js-enabled .tabs__target.uber-accordion__target-active {
    display: block;
}

.no-js .uber-accordion__target {
    display: none;
}

.no-js .uber-accordion__target:target {
    display: block;
}

/******* inside tabs ********/
.inside-content .uber-accordion {
    margin: 1.5em 0;
    position: relative;
    clear: both;
    overflow: hidden;
}

li.tabs__item:before {
    content: '';
    display: none;
    margin: 0;
    padding: 0;
}

.inside-content ul.tabs__tab-list, .tabs__tab-list {
    padding: 0;
    margin: .5em 0;
}

.tabs__tab-content {
    background: #efefef;
    padding: 0.5em 1em 1.5em 1.5em;
    position: relative;
}


/******** accordion styles *********/
.accordion.uber-accordion {
    border-top: 1px solid #0070aa;
}
.accordion.uber-accordion h1, .tabs.uber-accordion h1 {
  display: none;
}

.accordion__item {
    border-bottom: 1px solid #0070aa;
    padding: .5em;
}

.accordion.uber-accordion h4 {
  margin: .4em 0;
}





.other-sites,
.other-social {
    padding: 0 1em;
    display: block;
    margin: 0 0 1rem 0;
    position: relative;
    z-index: 3;
}

.other-social,
.other-sites.position_2 {
    z-index: 2;
}

.link-list__wrapper {
    position: relative;
    height: 2.2rem;
}

.link-list__wrapper .link-list__toggler {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    background: #1f5a80;
    color: #fff;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    z-index: 9;
    text-align: center;
}

.link-list__wrapper .link-list__toggler i {
    line-height: 2.2rem;
}

.link-list__wrapper .link-lists {
    position: absolute;
    background: #fff;
    margin: 0 0 1rem 0;
    padding: 0;
    height: 2.2rem;
    overflow: hidden;
    display: block;
    width: 100%;
}

.link-list__wrapper .link-lists li {
    background: #fbfbfb;
    border: none;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.link-list__wrapper .link-lists li:hover {
    background: #dedede;
}

.link-list__wrapper .link-lists li a {
    min-height: 2.2rem;
    color: #5e5e5e;
    margin: 0 2.2rem 0 0;
    padding: 0.3rem 0 0.2rem 0.5rem;
    display: block;
    font-size: 1.2rem;
   /* line-height: 2.3rem;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.link-list__wrapper .link-lists li a.tabs__active {
    white-space: nowrap;
}

.link-list__wrapper .link-lists li a:hover {
    color: #0071b9;
    text-decoration: none;
}

.link-list__wrapper .active {
    height: auto;
    overflow: visible;
    z-index: 8;
}
.col-4-4 {
    width: 100%;
    clear: both;
}
.grid__item {
    display: block;
    width: 100%;
    height: 16rem;
    margin: 0 0 0.8rem 0;
    overflow: hidden;
    position: relative;
    background: #082130 no-repeat top left;
    background-size: cover;
    color: #fff;
}

.grid__item a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
}

.grid__item a:focus *,
.news-item a:hover *,
.news-item a:focus * {
    text-decoration: underline;
}

.grid__item .grid__item-details {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 1rem;
}

div.grid div.grid__item .grid__item-details * {
    position: relative;
    z-index: 1;
}

.grid__item .grid__item-details div {
    position: relative;
    z-index: 1;
}

.grid__item .grid__item-details .title {
    font-weight: bold;
    margin: 0;
    padding-bottom: 0.5rem;
}

.grid__item .grid__item-details .description_long {
    display: none;
}

.grid__item .grid__item-details .date i {
    color: #eeb603;
}
p.date {
  font-weight: 600;
}

.grid__item .grid__item-details:after {
    content: "";
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.grid__item:hover .grid__item-details,
.grid__item a:focus .grid__item-details {
    height: 100%;
}

.grid__item:hover .grid__item-details .title,
.grid__item a:focus .grid__item-details .title  {
    display: none;
}

.grid__item:hover .grid__item-details .description_long,
.grid__item a:focus .grid__item-details .description_long,
.mobile .grid__item a .grid__item-details .description_long {
    display: block;
}
.mobile .grid__item .grid__item-details {
  max-height: 18rem;
  overflow: scroll;
}

.mobile #page-wrapper[data-pageid="3255"] .grid__item {
  height: 25rem;
  background: #fff no-repeat top center;
  background-size: inherit;
}
.mobile #page-wrapper[data-pageid="3255"] .grid__item .grid__item-details {
    max-height: inherit;
    margin: 0 auto;
    width: 300px;
}

.large-sq {
    height: 16rem;
}

.notifications {
    display: block;
    width: 100%;
    clear: both;
    margin: 8rem 0 0 0;
}

.notifications .notice_warning,
  .notifications .notice_alert,
  .notifications .notice_general {
    display: block;
    width: 100%;
    clear: both;
    padding: 1rem;
    border-bottom: 1px solid #082130;
    margin: 0;
    position: relative;
}

.notifications .notice_warning {
    color: #000;
    background: #fff600;
}

.notifications .notice_alert {
    color: #000;
    background: #ff9933;
}

.notifications .notice_general {
    color: #000;
    background: #70b3de;
}

.notifications p {
    margin: 0;
}

.notifications .notice_close {
    position: absolute;
    right: 1rem;
    left: auto;
    top: 1rem;
}

li.nav__item.fa-chevron-right:before, li.nav__item.active.fa-chevron-down:before, li.nav__item.current.fa-chevron-down:before {
  content: '';
  display: none;
}


 /* Standard Pagination (from tcc intranet) */
  .pagination {
      margin-bottom: 1.5em;
      overflow: hidden;
  }
  
  .pagination__list {
      display: table;
      margin: 0;
      padding: 0;
      list-style: none;
      float: left;
      width: 61%;
      overflow: hidden;
  }
  
  .pagination__list:first-child {
      width: 80.5%;
  }
  
  .pagination__list:last-child {
      width: 80.5%;
  }
  
  .pagination__list:only-child {
      width: 100%;
  }
  
  .pagination__item {
      display: table-cell;
      margin: 0;
      padding: 0;
      font-size: 1em;
  }
  
  .pagination__item:before, .pagination__item:after {
      content: none;
  }
  
  a.pagination__link {
      display: block;
      border-top: 7px solid #f7f7f7;
      padding: 1.05em 1rem 0;
      width: 100%;
      height: 2.8em;
      color: #00568c;
      font-size: 1.1em;
      font-weight: 400;
      line-height: 1.1em;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      -webkit-transition: border-color 0.2s ease;
      -moz-transition: border-color 0.2s ease;
      transition: border-color 0.2s ease;
  }
  
  a.pagination__link:hover, a.pagination__link:focus {
      border-color: #00568c;
      text-decoration: none;
  }
  
  a.pagination__link.current {
      border-color: #00568c;
  }
  
  .pagination > a:first-child,
  .pagination ul + a {
      float: left;
      width: 19.5%;
  }
  
  .pagination > a:first-child span,
  .pagination ul + a span {
      display: block;
      border-top: 7px solid #f7f7f7;
      padding-top: 1.05em;
      width: 100%;
      height: 2.8em;
      color: #00568c;
      font-size: 1.1em;
      font-weight: 400;
      line-height: 1.1em;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      -webkit-transition: border-color 0.2s ease;
      -moz-transition: border-color 0.2s ease;
      transition: border-color 0.2s ease;
      display: block;
      position: relative;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
  }
  
  .pagination > a:first-child span:hover,
  .pagination > a:first-child span:focus,
  .pagination ul + a span:hover,
  .pagination ul + a span:focus {
      border-color: #00568c;
      text-decoration: none;
  }
  
  .pagination > a:first-child span:before,
  .pagination ul + a span:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      margin: -3px 0 0;
      width: 13px;
      height: 21px;
      /*background: url(mysource_files/icon-direction-sprite.png) no-repeat 0 -376px;*/
  }
  
  .pagination > a:first-child:hover,
  .pagination > a:first-child:focus,
  .pagination ul + a:hover,
  .pagination ul + a:focus {
      text-decoration: none;
  }
  
  .pagination > a:first-child:hover span,
  .pagination > a:first-child:focus span,
  .pagination ul + a:hover span,
  .pagination ul + a:focus span {
      text-decoration: none;
  }
  
  .pagination ul + a span:before {
      content: '';
      left: auto;
      right: 0;
      background-position: right -376px;
  }


/******** media releases news ******/
 .news-section-title + p {
      padding: 0 0.9em;
  }
  
  .news-page-list__listing {
      margin: 1.5em 0 3em;
      padding: 0;
      list-style: none;
  }
  
  .news-page-list__item {
      margin: 1.8em 0 0;
      border: 1px solid #e2e2e2;
      padding: 1em;
      overflow: hidden;
  }
  
  .news-page-list__item:first-child {
      margin-top: 0;
  }
  
  .news-page-list__item .thumb {
      line-height: 0;
  }
  
  .news-page-list__item .info {
      display: block;
      position: relative;
      padding: 0.9em 0.9em 0;
  }
  
  .news-page-list__item .info h3 {
      margin: 0.3em 0 0;
      padding: 0;
      font-size: 1.3em;
  }
  
  .news-page-list__item .info a {
      color: #00578e;
  }
  
  .news-page-list__item .info .more-link {
      float: right;
  }
  
  .news-page-list__item .info p {
      margin: 1em 0;
      font-family: Georgia, Times, Times New Roman, serif;
      font-size: 1.2em;
      line-height: 1.4em;
  }
  
  .news-page-list__item .date {
      display: block;
      margin: 0 0 0.3em 0;
      color: #989a9c;
      font-family: Georgia, Times, Times New Roman, serif;
  }
  
  .news-page-list__item.no-image {
      padding-top: 1em;
  }
  
  .news-page-list__item.no-image .thumb {
      display: none;
  }
  
  .news-page-list__item.no-image .info {
      padding-top: 0;
  }



.job-content {
  padding: .8em 0;
}

.job-application-success td {
  border: none;
}

.job-application-success ul {
  list-style: none;
  padding: 0 .5em;
}

.job-application-success li {
  white-space: nowrap;
}

.job-application-success strong {
  padding: 1em 0 0.5em .5em;
  display: block;
}

/********* documents listing ********/
.document-listing {

}

.document-item.download {
    margin: 1em 0;
    padding: 1em 1.2em;
    background: #f8f8f8;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}

.doc-icon {
    float: left;
    width: 10%;
    min-height: 2.4em;
    display: none; /*Hide all doc icons*/
}

.document-title h4 {
  margin-top: 0;
}

.doc-icon.pdf {
  background: url(https://www.townsville.qld.gov.au/__data/assets/image/0016/2194/pdf-icon.png?v=0.1.2) no-repeat top center;
  background-size: contain;
}

.doc-icon.docx, .doc-icon.doc {
  background: url(https://www.townsville.qld.gov.au/_design/css/global.css/word-icon.png) no-repeat top center;
  background-size: contain;
}

.document-details {
    float: left;
    max-width: 90%;
    padding-left: 2%;
}

.download-info {
    color: #0070aa;
    font-size: .85em;
}

/****** forms ********/
abbr.sq-form-required-field {
  color: red;
}

/******* custom form styles  ********/
.contact-form {
    max-width: 22em;
}

.sq-form-question {
    margin: 1em 0;
}

.sq-form-error, .sq-form-required-field {
    color: red;
}

input.sq-form-field {
    background: #f8f8f8;
    border: 1px solid #ccc;
    padding:0.5em;
    width: 100%;
}
input.sq-form-field[type="text"] {
  
}
.sq-form-control [type="submit"]{
    border: 2px solid #1f5a80;
    border-radius: 30px;
    padding: 0.5rem 2.5rem;
    background: #1f5a80;
    color: #fff;
    font-weight: 600;
    margin: 1rem 0;
}
.sq-form-control [type="submit"]:hover,
.sq-form-control [type="submit"]:focus {
    color: #1f5a80;
    background: #fff;
}

select.sq-form-field {
    background: #f8f8f8;
    border: 1px solid #ccc;
    width: 100%;
    height: 2.1em;
}

select.sq-form-field:hover {
    outline: none;
    background: #0171b9;
    color: #fff;
    border: 1px solid #0265a6;
}

select.sq-form-field:hover {
    outline: none;
}

input.sq-form-field:focus {
    outline: none;
    background: #fff;
    border: 1px solid #0265a6;
}

input.read-only {
  background: #f2f2f2;
  border: 1px solid #333;
  padding: 0.3em 0.5em;
}
.job-application input.read-only { 
  width: 100%; 
  max-width: 100%;
}

label.error-label {
    float: right;
    color: red;
    font-size: .9em;
}

/******** inside custom button styles ********/
.button-white {
    border: 2px solid #1f5a80;
    background: #fff;
    color: #1f5a80;
    font-weight: bold;
    display: inline-block;
    padding: 0.5em 2em;
    margin: 2em 1em 0 1em;
    border-top-left-radius: 1.4em;
    -moz-border-top-left-radius: 1.4em;
    -webkit-border-top-left-radius: 1.4em;
    border-top-right-radius: 1.4em;
    -moz-border-top-right-radius: 1.4em;
    -webkit-border-top-right-radius: 1.4em;
    border-bottom-right-radius: 1.4em;
    -moz-border-bottom-right-radius: 1.4em;
    -webkit-border-bottom-right-radius: 1.4em;
    border-bottom-left-radius: 1.4em;
    -moz-border-bottom-left-radius: 1.4em;
    -webkit-border-bottom-left-radius: 1.4em;
}

.button-white:hover {
    border: 2px solid #1f5a80;
    background: #1f5a80;
    color: #fff;
}

.button-blue {
    border: 2px solid #1f5a80;
    background: #1f5a80;
    color: #fff;
    display: inline-block;
    padding: 0.5em 1.8em;
    border-top-left-radius: 1.4em;
    -moz-border-top-left-radius: 1.4em;
    -webkit-border-top-left-radius: 1.4em;
    border-top-right-radius: 1.4em;
    -moz-border-top-right-radius: 1.4em;
    -webkit-border-top-right-radius: 1.4em;
    border-bottom-right-radius: 1.4em;
    -moz-border-bottom-right-radius: 1.4em;
    -webkit-border-bottom-right-radius: 1.4em;
    border-bottom-left-radius: 1.4em;
    -moz-border-bottom-left-radius: 1.4em;
    -webkit-border-bottom-left-radius: 1.4em;
}

.button-blue:hover {
    border: 2px solid #1f5a80;
    background: #fff;
    color: #1f5a80;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin: .5em 0;
}

table.responsive {
    font-size: .5em;
}

table.responsive ul {
    padding-left: 20px;
}

caption {
    font-size: 12.8px;
    font-size: 0.8rem;
    font-style: italic;
}

th {
    background: #07273c;
    color: #fff;
  text-align: center;
    padding: 0.75em 1em;
}
th p {
    margin: 0;
}
td {
    padding: 0.8em 0.5em 0.8em 1em;
    vertical-align: top;
    /*border-left: 1px solid #0172b9;*/
    border-left: 1px solid #c7d3da;
}
tbody tr:nth-child(odd) td {
  background: #f1f1f1;
}
tbody tr:nth-child(odd) td:first-child {
    border-left: none;
    /*font-weight: 600; why? */
}

tbody tr td:first-child {
    border-left: none;
    /*font-weight: 600; why? */
}

.no-shading tbody tr:nth-child(odd) td {
  background: #fff;
}

/* Buttons */
.button {
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #222;
    color: #dddddd;
    display: inline-block;
    border: 0;
    padding: 0.5em 1em;
}

.button,
  .button:visited {
    text-decoration: none;
}

.button:focus,
  .button:hover {
    background-color: black;
}

.button--large {
    font-size: 24px;
    font-size: 1.5rem;
}

.button--small {
    font-size: 12.8px;
    font-size: 0.8rem;
}

/* Quotes */
blockquote {
    position: relative;
    padding-left: 3em;
    margin: 2em 0;
}

blockquote:before {
    font-size: 80px;
    font-size: 5rem;
    color: #222;
    content: "\201C";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1em;
}

.pull-quote {
    border-top: 1px solid #222;
    padding: 1em 0.5em 0 0.5em;
    margin: 1em;
}

/* Highlight */
.highlight {
    background: #cccccc;
    padding: 0.1em 0.5em;
}

/****** landing page *******/
.landing-page-listing .page-content.even {
  background: #082130;
}

.landing-page-listing .page-content.odd {
  background: #1f5a80;
}

.landing-page-listing .page-content {
  color: #fff;
  padding-bottom: 1.4em;
}

.landing-page-listing .page-content a {
  color: #fff;
}

.landing-page-listing .asset-item {
  position: relative;
  overflow: hidden;
  margin: 1em 0;
}

.landing-page-listing .page-thumbnail {
  margin: 0;
  padding: 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: block;
  width: 100%;
  height: 20.6rem;
  overflow: hidden;
  position: relative;
  float: none;
}

/****** homepage *******/
.homepage .left-col, .left-col {
  display: none;
}

.homepage .mid-col {
  float: none;
  width: 100%;
}


.popup__list, .sub-nav, .pagination, .nav__list, .nav__sub, .nav__deep, .skip-links__list, .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}


.breadcrumbs {
    list-style: none;
}
.breadcrumbs > li {
    display: inline-block;
}
.breadcrumb-divider {
  padding: 0 0.5rem;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
    .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > li:first-child > a,
    .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
    .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:hover,
  .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination > .active > a,
  .pagination > .active > a:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

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

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
    .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
    .pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a,
  .pager .next > span {
    float: right;
}

.pager .previous > a,
  .pager .previous > span {
    float: left;
}

.pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

.label-default[href]:hover,
  .label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #337ab7;
}

.label-primary[href]:hover,
  .label-primary[href]:focus {
    background-color: #286090;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
  .label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
  .label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
  .label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
  .label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
  .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
  .jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
  a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
  .list-group-item.disabled:hover .list-group-item-heading,
  .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
  .list-group-item.disabled:hover .list-group-item-text,
  .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
  .list-group-item.active:hover .list-group-item-text,
  .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
  a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
  a.list-group-item-success.active:hover,
  a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
  a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
  a.list-group-item-info.active:hover,
  a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
  a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
  a.list-group-item-warning.active:hover,
  a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
  a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
  a.list-group-item-danger.active:hover,
  a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

/******** parks styles ********/

.parks__search-section {
    margin-bottom: 1em;
}

.parks__search-section legend {
    border-bottom: none;
    color: #000;
    display: inline-block;
    font-size: 1em;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.parks__search-section input[type=checkbox] {
    width: auto;
}

.parks__search-section.section--facilities > label {
    float: left;
}

.parks__search-section.section--facilities .split-list label {
    font-weight: normal;
    margin: 0 0 0 0.5em;
}

.split-list__0 {
    clear: both;
}

.parks__search-section ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.parks__search-section input[type="submit"] {
    margin: 0;
}

/*.parks__search-section input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #1f5a80;
    -webkit-border-radius: 1.25em;
    -moz-border-radius: 1.25em;
    border-radius: 1.5em;
    color: #1f5a80;
    padding: 0.5em 2em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/

/*.parks__search-section input[type="submit"]:hover,
.parks__search-section input[type="submit"]:focus,
.parks__search-section input[type="submit"]:active {
    background: #1f5a80;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/

.parks__results--list a {
    color: #000;
}

.parks__results--list a img {
  width: 100%;
}


.parks__results--list a:hover span {
    text-decoration: underline;
}

.park__item {
    border-bottom: 1px solid #082130;
    padding: 1em 0;
    position: relative;
}
.park__item .nav__back-to-top {
    bottom: 0.5em;
    position: absolute;
    right: 0;
}
.park__item--link {
    display: inline-block;
}

.park__item--title {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1em;
}

.park__information--icons,
.park__information--details,
.park__information--location {
    margin-bottom: 1em;
}

.park__information--facilities {
    margin-bottom: 1em;
}

.park-icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.park-icons li {
    float: left;
    margin-right: 0.25em;
}

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

.park_tabs__pagination li {
    float: left;
}

.park_tabs__pagination a {
    background: #07273b;
    border-top: 2px solid #07273b;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-right: 2px;
    padding: 0.5em;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.park_tabs__pagination a > span {
    padding-bottom: 0.25em;
}

.park_tabs__pagination a.park_tab--active,
.park_tabs__pagination a:hover {
    /*border-bottom: 3px solid #eeb603;*/
    background: #f1f1f1;
    border-top: 2px solid #eab500;
    color: #070f43;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.park__tab {
    background: #f1f1f1;
    border: 1px solid #eee;
    padding: 1em;
}

.park__tab--title {

}

.park__section {
    margin-bottom: 1em;
}

.park__section--title {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.park__section--content {

}

.park__section--content a {
    color: #1f5a80;
}

.park__facilities,
.park__gallery,
.park__location {
    margin-bottom: 0;
}

.park__facilities ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.park__facilities ul li {
    float: none;
    width: 100%;
}

.park-icons__label {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.4em 0 0 0;
    vertical-align: top;
}

.park_image__item {
    float: left;
    margin-right: 2%;
    width: 48%;
}

.park_image__item a {
    display: inline-block;
}

.park__map {
    height: 20em;
    width: 16em;
}

/******** disaster page styles ********/

.social-feed {
    
}

.social-feed__providers {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-feed__providers li {
    float: left;
}

.social-feed__providers li a {
    background: #fdfdfd;
    border: 1px solid #eee;
    color: #ccc;
    display: inline-block;
    font-size: 1.5em;
    padding: 0.25em;
    text-align: center;
    width: 4em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.social-feed__providers li a:hover,
.social-feed__providers li a.social-provider--active {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.social-provider__facebook a:hover,
.social-provider__facebook a.social-provider--active {
    background: #3b5998;
}

.social-provider__twitter a:hover,
.social-provider__twitter a.social-provider--active {
    background: #00aced;
}

.social-feed__container--full {
    height: 25em;
    overflow-y: scroll;
}

.social-feed__container {
    /*height: 25em;*/
    overflow-y: scroll;
}

.social-feed__stream {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Facebook Full */

.facebook-feed--full .social-feed__stream li,
.twitter-feed .social-feed__stream li {
    background: #fdfdfd;
    border: 1px solid #eee;
    margin-bottom: 1em;
    padding: 1em;
}

.facebook-feed--full .social-feed__stream li:last-child,
.twitter-feed .social-feed__stream li:last-child {
    margin-bottom: 0;
}

/* Facebook Aside */

.facebook-feed {
    background: #fdfdfd;
    border: 1px solid #eee;
    margin-bottom: 1em;
    padding: 1em;
}
.facebook-feed__content {
  position: relative;
  display: block;
  padding: 0 0 3rem 0;
}

.social-feed__item a {
    color: #005186;
    font-weight: bold;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
.ie9 .social-item__content a,
.ie10 .social-item__content a  {
  display: block;
}
.facebook-feed .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}
.facebook-feed .slick-dots {
    position: absolute;
    bottom: 0.5rem;
    margin: 0 0 0 1rem;
}
.facebook-feed .slick-dots li {
    padding: 0;
}
.facebook-feed .slick-dots button {
    border: none;
    background: #005186;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.facebook-feed .slick-dots .slick-active button,
.facebook-feed .slick-dots button:hover, 
.facebook-feed .slick-dots button:focus {
    background: #fff;
    color: #005186;
}
.facebook-feed .facebook-logo {
    font-size: 3rem;
    height: 3rem;
    margin: -3.5rem 0 0 0;
    display: block;
    width: 3rem;
    position: relative;
    z-index: 5;
}




.social-item__identifier {
    margin-bottom: 0.5em;
}




/*-- module:responsive-nav --*/
.navbar {
  display: none;
}
.navbar__toggle {
    border: 1px solid #222;
    background: #222;
}

.navbar__toggle:hover,
  .navbar__toggle.navbar__toggle-active {
    background: #3c3c3c;
}

.navbar__dropdown ul {
    list-style: none;
}

.navbar__dropdown[aria-expanded="false"] {
    display: none;
}

.navbar__dropdown[aria-expanded="true"] {
    display: inherit;
}

.sub-nav__group-container {
    /*width: 100%;*/
}

.sub-nav li {
    padding: .5em;
}

.sub-mega-menu__main-title {
    display: none;
}

.sub-nav__group-links {
    margin: 0;
    padding: 0 0.5rem;
}

.mobile-nav {
    clear: both;
    background: #082130;
    color: #fff;
    top: 7.6rem;
    z-index: 2;
    width: 100%;
    height: calc(100% - 7.6rem);
    overflow: scroll;
    position: fixed;
}

.mobile-nav a {
    color: #fff;
}

body .sub-nav__group > li > a,
body .sub-nav__group > li .accordion-title > a {
    color: #eeb603;
    font-size: 1.2rem;
    font-weight: 100;
}

.mobile-nav .navbar__list {
    border-top: 2px solid #526876;
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}

.mobile-nav .navbar__item {
    border-bottom: 2px solid #526876;
}

.mobile-nav a {
    font-size: 1.2rem;
    line-height: 2.5rem;
}
.mobile-nav .sub-nav__group-links a {
    font-size: 1.2rem;
    line-height: 2.3rem;
    font-weight: normal;
}

.mobile-nav .sub-nav__group-container {
  padding: 0 0 0 1rem;
}
.mobile-nav .sub-nav li {
  padding: 0 0 0 0.5em;
}

.mobile-nav .sub-nav__group {
  padding: 0;
}

.mobile-nav .navbar__item > a {
    padding: 0;
    padding: 1rem 1rem;
    display: block;
}

/*-- module:squiz-module-back-to-top --*/
.back-to-top {
    text-align: center;
    display: block;
    width: 100%;
    line-height: 2em;
    height: 2em;
    text-decoration: none;
}
.mobile .back-to-top {
    width: 4em;
    line-height: 4em;
    height: 4em;
}

.back-to-top:hover,
  .back-to-top:focus {
    text-decoration: none;
}

/*-- module:squiz-module-sub-navigation --*/

.nav__item,
.nav__sub-item,
.nav__deep-item {
    display: block;
}

.nav__item i {
    margin: .25em;
    color: #8997a0;
    border: none !important;
}

.nav__sub-item,
.nav__deep-item {
    padding-left: 1em;
}

.nav__item {
    margin-right: 1.3em;
}

.nav__item-link {
    border-top: 1px solid #8997a0;
}

li.nav__item:first-child a.nav__item-link {
    border-top: none;
}

.nav__item-link,
.nav__sub-item-link,
.nav__deep-item-link {
    display: block;
    padding: 1em 0;
    color: #07273b;
    text-decoration: none;
}

.nav__item-link:hover,
.nav__sub-item-link:hover,
.nav__deep-item-link:hover {
    text-decoration: underline;
}

.nav__deep-item-link {
    padding-left: 1.5em;
}

.nav__sub-item-link {
    padding: .7em 0;
}

.nav__item.active .nav__item-link, .active .nav__item-link i,
.nav__sub-item.active .nav__sub-item-link,
.nav__deep-item.active .nav__deep-item-link {
    color: #07273b;
    /*font-weight: bold;*/
    border-bottom: 1px solid #8997a0;
}

.nav__item.active .nav__item-link:after, .active .nav__item-link i:after,
  .nav__sub-item.active .nav__sub-item-link:after,
  .nav__deep-item.active .nav__deep-item-link:after {
    /*content: " (ACTIVE)";*/
}

.nav__item.current > a, .nav__item.current i.fa.current,
.nav__sub-item.current a,
.nav__deep-item.current a {
    color: #000;
    font-weight: bold;
}

.nav__item.current a:after,
  .nav__sub-item.current a:after,
  .nav__deep-item.current a:after {
    /*content: " (CURRENT)";*/
}

li.nav__item.fa-chevron-right:before, li.nav__item.active.fa-chevron-down:before, li.nav__item.current.fa-chevron-down:before {
  content: '';
  display: none;
}


/*-- module:right-column-asides --*/
.right-column__inner {
  padding-top: 1.8em;
}

.right-column .related-links {
  padding: 0.2em 1.2em 1.8em 1.2em;
  background: #07273b;
}

.right-column__assets {
  position: relative;
  margin: 0 0 1.8em 0;
  color: #fff;
}
.mobile .right-column__assets.click-to-chat__aside {
  display: none;
}
.right-column__assets a {
  color: #fff;
}

.right-column ul {
  list-style-type: none;
  padding: 0;
}

.right-column ul li, .right-column .promo-description, .right-column p {
  padding: .5em 0;
  font-size: .9em;
}

.right-column .related-links a, .right-column h2, .right-column h3, .right-column h2 a, .right-column h3 a {
  color: #fff;
  text-decoration: none;
}

.right-column li i {
  margin-top: .2em;
  color: #fff;
  font-weight: bold;
  padding-right: 1em;
}

.right-column__assets.page-asset, .right-column__assets.redirect_page {
  background: #1f5a80;
}

.right-column__assets .asset-thumb {
  max-height: 12.5rem;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  background: #082130 no-repeat center center;
  background-size: cover;
}

.asset-thumb img {
  vertical-align: bottom;
}
.promo-content-aside {
  display: block;
  position: relative;
  margin: 0 0 1.8em 0;
}
.right-column .promo-asset-content {
  padding: 0 1.2em 1.4em 1.2em;
}
.promo-description {
  color: #fff;
}
a.wrapper-link:hover *,
a.wrapper-link:focus * {
  text-decoration: underline;
}

.right-column__assets.page-asset h3.promo-title, .right-column__assets.redirect_page h3.promo-title {
  position: absolute;
  bottom: 0;
  padding: 1em .8em;
  width: 100%;
  background: rgba(0,0,0,.5);
  margin: 0;
}



/*-- module:squiz-module-magnific-popup --*/

.lightbox-gallery img {
  margin-right: .5em;
  width: 100%;
}

.mfp-arrow-left {
  left: 2em;
}


.mfp-content > div, .mfp-content > form {
  display: block;
  background: #fff;
  padding: 1em 2em;
  text-align: left;
  max-width: 76em;
  margin: 2em auto;
  position: relative;
}
.mfp-iframe-holder .mfp-content > div {
  padding: 0;
  margin: 0;
  position: static;
}
.mfp-iframe-holder .mfp-content {
  height: 100%;
}


/*-- module:squiz-module-quick-search --*/
.quick-search {
    padding: 0;
}
.quick-search_aside {
  display: none;
}

.quick-search__form {
    padding: 0;
    margin: 0;
    font-size: 0.85em;
    position: relative;
}
.quick-search__form legend.visuallyhidden {
  color: #fff;
}

.quick-search__input {
    padding: 1.5em 1em;
    width: 100%;
    border: none;
}
.ie9 .quick-search__input {
    width: 83%;
}

.flexbox .quick-search__input {
    -webkit-box-flex: 0 0 1;
    -moz-box-flex: 0 0 1;
    -webkit-flex: 0 0 1;
    -ms-flex: 1;
    flex: 0 0 1;
}

.no-js .quick-search__input,
  .no-flexbox .quick-search__input {
    display: table-cell;
    vertical-align: top;
}

.quick-search__submit {
    font-size: 3em;
    display: block;
    border: none;
    background-color: #eeb603;
    line-height: 0;
    cursor: pointer;
    user-select: none;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    padding: 0.4em 0.5em;
    border: none;
}

.flexbox .quick-search__submit {
    -webkit-box-flex: 0 0 1;
    -moz-box-flex: 0 0 1;
    -webkit-flex: 0 0 1;
    -ms-flex: 0 0 1;
    flex: 0 0 1;
}

.no-js .quick-search__submit,
  .no-flexbox .quick-search__submit {
    display: table-cell;
    vertical-align: top;
}

.quick-search__submit:hover,
  .quick-search__submit:focus {
    background-color: #082130;
}

.quick-search__submit:hover i,
    .quick-search__submit:focus i {
    color: #eeb603;
}

.quick-search__submit i {
    color: #082130;
}

.quick-search__input-wrapper {
    margin: 0 auto;
}
.quick-search__input-wrapper input{
   border: 2px solid #e5e5e5;
   border-radius: 5px;
    border-right: none;
    margin-right: -.5em;
}

.suggestion-data {
    position: absolute;
    z-index: 9;
    width: 150%;
    top: auto;
    padding: 1rem;
    background: #00487a;
    right: 0;
    border: 1px solid #000;
}
.suggestion-data a {
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid #efefef;
    margin: 0 0 0.5rem 0;
    color: #fff;
}
.suggestion-data div:last-child a {
    border-bottom: none;
    margin: 0;
}

.search-results-page {
    padding: 0;
    margin: 2rem 0;
    position: relative;
}

.search-results-page__form {
    padding: 0;
    margin: 0;
    font-size: 0.85em;
}
.search-results-page legend {
  margin: 0;
}
.search-results-page__input-group {
  display: block;
  position: relative;
}
.search-results-page__input {
    padding: 1.5em 1em;
    width: 100%;
}

.flexbox .search-results-page__input {
    -webkit-box-flex: 0 0 1;
    -moz-box-flex: 0 0 1;
    -webkit-flex: 0 0 1;
    -ms-flex: 0 0 1;
    flex: 0 0 1;
}

.no-js .search-results-page__input,
  .no-flexbox .search-results-page__input {
    display: table-cell;
    vertical-align: top;
}

.search-results-page__submit {
    font-size: 3em;
    display: block;
    border: none;
    background-color: #eeb603;
    line-height: 0;
    cursor: pointer;
    user-select: none;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    padding: 0 2rem;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.flexbox .search-results-page__submit {
    -webkit-box-flex: 0 0 1;
    -moz-box-flex: 0 0 1;
    -webkit-flex: 0 0 1;
    -ms-flex: 0 0 1;
    flex: 0 0 1;
}

.no-js .search-results-page__submit,
  .no-flexbox .search-results-page__submit {
    display: table-cell;
    vertical-align: top;
}

.search-results-page__submit:hover,
  .search-results-page__submit:focus {
    background-color: #082130;
}

.search-results-page__submit:hover i,
    .search-results-page__submit:focus i {
    color: #eeb603;
}

.search-results-page__submit i {
    color: #082130;
}

.search-results-page__input-wrapper {
    margin: 0 auto;
}
.search-results-page .suggestion-data {
    width: 100%;
}
.search-results-page .suggestion-data a {}
.search-results-page .suggestion-data div:last-child a {}

/*-- module:squiz-module-skip-links --*/
/*-- module:squiz-module-slick --*/
.slick-list {
    position: relative;
    overflow: hidden;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.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-slideshow__slide img {
    margin: 0 auto;
}

.slick-next {
    position: absolute;
    top: 50%;
    right: 0;
}

.slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
}

.slick-dots {
    margin-top: 1em;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.slick-dots li + li {
    margin-left: 1em;
}

.slider-image {
   margin: .2em;
}

.image-carousel.slick-slider {
  width: 96%;
  position: relative;
  margin: 0 auto;
}

.slick-list {
  width: 100%;
}

.image-carousel .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  border: none;
}

.image-carousel .slick-dots li button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
    background: #f2f2f2;
}

.image-carousel .slick-dots li.slick-active button:before {
    background: #1f5a80;
}


.image-carousel .slick-prev, .image-carousel .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 35%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}

.image-carousel .slick-prev:before {
  content: '\2329';
  margin-left: -16px;
}
.image-carousel .slick-next:before {
  content: '\232A';
}

.image-carousel .slick-prev {
    margin-left: -20px;
}
.image-carousel .slick-next {
    margin-right: -20px;
}

.image-carousel .slick-next:before, .image-carousel .slick-prev:before {
  color: #000;
  font-size: 40px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}



.click-to-chat{
  display: none;
}

.back-to-top {
  width: 30px;
  height: 30px;
  color: #fff;
  background: #000;
  z-index: 9;
  bottom: 0;
  position: fixed;
}

.calendar-display {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}
.calendar-legend__categories {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.calendar-legend__categories li {
    float: left;
    margin: 0 1rem 0 0;
}
.calendar-display__content {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}
.calendar-display__content h2 {
    text-align: center;
}
.calendar-display__content .pagination {
    display: block;
    overflow: hidden;
    clear: both;
    width:    100%;
}
.calendar-display__content .pagination a {
    float: right;
    background: #eeb603;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    text-align: center;
    width: auto;
    padding: 0.3rem 1rem;
}
.calendar-display__content .pagination a:first-child {
    float: left;
}
.calendar-display__content .pagination a:hover,
.calendar-display__content .pagination a:focus {
  text-decoration: underline;
}
.calendar-display__content table {

}
.calendar-display__content table th {
    text-align: center;
    padding: 1rem 0;
}
.calendar-display__content table td {
  vertical-align: top;
  height: 8rem;
  background: #efefef;
  border: 1px solid #fff;
}
.calendar-display__content table td.date {
    background: #fff;
    border: 1px solid #efefef;
    padding: 0;
}
.calendar-display__content .dateTitle {
    display: block;
    text-align: center;
    padding: 0.2rem 0;
    margin: 0;
    background: #eeb603;
    font-weight: bold;
}
.calendar-display__content a.event {
    font-size: 0.8rem;
    display: block;
    border: 2px solid #fff;
}
.calendar-display__content a.event span {
  color: #000;
  background: none;
  padding: 0.2rem 0.3rem;
  display: block;
}
.calendar-display__content a.event span[data-category="rates"] {
    background: red;
    color: #fff;
}
.calendar-display__content a.event span[data-category="bin-days"] {
    background: blue;
    color: #fff;
}
.calendar-display__content a.event span[data-category="animal-registration"] {
    background: green;
    color: #fff;
}
.calendar-display__content a.event span[data-category="waste-collection"] {
    background: purple;
    color: #fff;
}
.calendar-display__content a.event span[data-category="other"] {
    background: red;
    color: #fff;
}


.breadcrumbs {
  display: block;
  margin: 0 0 2rem 0;
  clear: both;
}


/*-- module:squiz-module-accordion --*/
  .accordion__link {
      text-decoration: none !important;
  }
  
  .accordion__link:before {
      content: '+';
      border: 1px solid;
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-right: .8em;
      width: 1em;
      text-align: center;
  }
  
  .accordion__link.uber-accordion__button-active:before {
      content: '-';
  }
  
  .js-enabled .accordion__target {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.3s ease;
      -moz-transition: max-height 0.3s ease;
      transition: max-height 0.3s ease;
  }
  
  .js-enabled .accordion__target.uber-accordion__target-active {
      max-height: 200em;
  }
  
  .tabs__tab-list {
    /*  @extend %list-reset; */
  }
  
  .tabs__item {
    /*  @include sq-inline-block; */
      display: block;
      margin: 0;
  }
  
  .inside-content .tabs__link {
      padding: 0.5em 1.5em;
      border-top: 2px solid #eab500;
      background: #07273b;
      text-decoration: none;
      text-transform: uppercase;
      color: #fff !important;
      display: block;
  }
  
  .inside-content .tabs__link.uber-accordion__button-active {
      background: #efefef;
      color: #102932 !important;
      font-weight: bold;
  }
  
  .js-enabled .tabs__target {
      display: none;
  }
  
  .js-enabled .tabs__target.uber-accordion__target-active {
      display: block;
  }
  
  .no-js .uber-accordion__target {
      display: none;
  }
  
  .no-js .uber-accordion__target:target {
      display: block;
  }
  
  /******* inside tabs ********/
  .inside-content .uber-accordion {
      margin: 1.5em 0;
      position: relative;
      clear: both;
      overflow: hidden;
  }
  
  li.tabs__item:before {
      content: '';
      display: none;
      margin: 0;
      padding: 0;
  }
  
  .inside-content ul.tabs__tab-list, .tabs__tab-list {
      padding: 0;
      margin: .5em 0 0;
  }
  
  .tabs__tab-content {
      background: #efefef;
      padding: 0.5em 1em 1.5em 1.5em;
      position: relative;
  }
  
  
  /******** accordion styles *********/
  .accordion.uber-accordion {
      border-top: 1px solid #0070aa;
  }
  .accordion.uber-accordion h1, .tabs.uber-accordion h1 {
    display: none;
  }
  
  .accordion__item {
      border-bottom: 1px solid #0070aa;
      padding: .5em;
  }
  
  .accordion.uber-accordion h4 {
    margin: .4em 0;
  }


/* CFa TCC */
ul.accordion.uber-accordion, ul.accordion.uber-accordion ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0;
}

ul.accordion.uber-accordion {
    margin-top: 2em;
    margin-bottom: 2em;
}

ul.accordion.uber-accordion ul li {
    padding: 1em 2em;
}

.accordion.uber-accordion h3 {
    margin: .4em 0;
    font-size: 1.1em;
}

.accordion__target {
    font-size: 0.9em;
}

.accordion__target h4 {
    font-weight: bold;
    font-size: 1.0em;
}

.accordion__item__document {
    padding-top: 0.5em;
    margin-top: 1em;
    border-top: 1px solid #eee;
}

.accordion__item__document:first-child {
    border-top: 0;
    margin-top: 0;
}

.no-borders td {
    border: none;
}



.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a .fa {
    height: 40px;
    width: 40px;
    font-size: 40px;
}
/*.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}*/
/*.flex-direction-nav a.flex-next:before {
  content: '\f002';
}*/
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  bottom: 20px;
  position: absolute;
  right: 20px;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.event_info-content {
  margin: 1rem 0;
}

#calendarTable {
  display: none;
}



/* Small document listing :: CFa TCC 20160107 */

.document-item__small {
    padding-top: 0.5em;
    margin-top: 1em;
    border-top: 1px solid #eee;
    font-size: 0.9em;
}

.document-item__small h4 {
    font-size: 1.0em;
}

.document-item__small:first-child {
    border-top: 0;
}


/* Media Releases :: CFa TCC 20160108 */

.media-release {
    color: #1f5a80;
    border-bottom: 1px solid;
    display: table;
    width: 100%;
    margin-bottom: 1em;
}

.media-release:hover {
    text-decoration: none;
    color: #082130;
}

.media-release__date {
    display: table-cell;
    background: #1f5a80;
    color: white;
    width: 3.2em;
    height: 4.4em;
    padding: 0.3em;
    text-align: center;
    line-height: 1.1;
    vertical-align: middle;
}

.media-release:hover .media-release__date {
    background: #082130;
}

.media-release__date__day {
    display: block;
    font-weight: 600;
}

.media-release__date__month {
    font-size: 0.75em;
    text-transform: uppercase;
    display: block;
}

.media-release__date__year {
    font-size: 0.6em;
    display: block;
}

.media-release__title {
    padding: 0.3em 1em 0.7em 1em;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.9em;
    font-weight: 600;
}

.media-release__summary {
    font-weight: 400;
    font-size: 0.9em;
    margin-bottom: 0;
    padding-bottom: 0;
}

.media-release__next {
    display: table-cell;
    width: 3.2em;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid;
}

/* Landing Page rows :: CFa TCC 20160111 */

.child-page-row {
    color: #1f5a80;
    border-bottom: 1px solid;
    display: table;
    width: 100%;
    margin-bottom: 1em;
    transition: all 0.5s;
}

.child-page-row:hover {
    text-decoration: none;
    color: #082130;
}

.child-page-row:hover .child-page-row__next {
    background: #082130;
    color: white;
    border-color: #082130;
}

.child-page-row__title {
    padding: 0.3em 1em 0.7em 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.9em;
    font-weight: 600;
}

.child-page-row__summary {
    font-weight: 400;
    font-size: 0.9em;
    margin-bottom: 0;
    padding-bottom: 0;
}

.child-page-row__next {
    display: table-cell;
    width: 3.2em;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid;
    transition: background-color 0.25s;
}


/* Legal lists :: CFa TCC 20160112 */

ol.legal {
    padding-left: 0;
}

ol.legal, ol.legal ol {
    counter-reset: section;
    list-style-type: none;
}

ol.legal ol {
    padding-left: 1em;
}
     
ol.legal li { 
    counter-increment: section; 
    display: table;
}

ol.legal li:before  { 
    content: counters(section, ".") ". "; 
    display: table-cell;
    padding-right: 0.2em;
}


/* Page banner changes :: CFa TCC 20160115 */

.page-banner .page-banner__image--home {
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
}


.sub-mega-nav .fa {
    padding-left: 0.3rem;
    position: absolute;
    line-height: 1.9;
}

.sub-mega-nav .active .active .fa {
    position: static;
    line-height: 1;
    padding-right: 0.3rem;
}

.mobile .navbar .sub-nav__group .fa-angle-right {
    display: none;
}


/* Better Click to Chat right bar :: CFa TCC 20160115 */

.right-column__assets.click-to-chat__aside {
    border: 0;
}

.right-column__assets.click-to-chat__aside p {
    font-size: 0.9rem;
    line-height: 1.2rem;
}

.right-column__assets .click-to-chat__activate {
    height: 150px;
    max-width: 270px;
    display: block;
    background: #082130 url(https://www.townsville.qld.gov.au/__data/assets/image/0027/7992/Maggie-Click-to-chat-Public-Web.png?v=0.0.2) center center no-repeat;
    border: 3px solid #eeb603;
    border-width: 0px 3px;
    padding-top: 3px;
}

.right-column__assets .click-to-chat__activate:hover, .right-column__assets .click-to-chat__activate:focus {
    text-decoration: none;
    border-color: black;
    border-width: 3px;
    padding-top: 0;
    text-shadow: 1px 1px 1px #082130;
    transition: 0.5s border-color;
}


.click-to-chat {
    display: none;
}
.mobile .click-to-chat {
    display: none !important;
}

.inline-list-mob {
    float: none;
    text-align: right;
}
.inline-list-mob .maggie-chat {
    float: left;
}


.right-column__assets {
    width: 17rem;
    margin-right: 1rem;
    float: left;
}

.right-column__assets .asset-thumb {
    height: 15rem;
}

.right-column .promo-asset-content {
    height: 10rem;
}


iframe {
    max-width: 100%;
}


body.no-right-col .right-column {
    display: none;
}

.mobile .footer {
    font-size: 0.7rem;
}

.mobile .other-sites h2 {
    font-size: 1.2rem;
}

.mobile .link-list__wrapper .link-lists li a {
    font-size: 1.0rem;
    line-height: 1.6rem;
}

.mobile .footer-logo {
    font-size: 0.9rem;
}

.mobile-nav .nav-item a, .mobile-nav .sub-nav__group > li .accordion-title > a {
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 0.5rem;
    display: block;
}

.mobile .site-links-header {
    font-size: 1.0rem;
}

@media screen and (max-width: 768px) {
    .responsive-blocks td {
        display: block;
        width: auto !important;
    }
}

.smalltext {
    font-size: 0.8em;
}

.toggler__nav span, .toggler__search span {
    font-size: 1.1rem;
    font-weight: bold;
    display: inline-block;
    padding-left: 0.3rem;
}
 
.toggler__nav {
    margin-left: 0.6rem;
}


/* Takeflight added 20160526 */

.carousel-sidebar-link .item {
    position: relative;
    margin-bottom: 1em;
}

.carousel-sidebar-link .item img {
    width: 100%;
}

.carousel-sidebar-link .item .button {
    position: absolute;
    bottom: 5%;
    left: 20%;
    width: 60%;
    text-align: center;
    background: #1f5a80;
    color: white;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-radius: 4px;
}

.carousel-sidebar-link .item a:hover .button {
    color: #1f5a80;
    background: white;
}

.carousel-sidebar-link .feature-tile__bg-wh-tx-bl a .button {
    background: white;
    color: #1f5a80;
}


.carousel-sidebar-link .feature-tile__bg-wh-tx-bl a:hover .button {
    background: #1f5a80;
    color: white;
}


/* City Update added 20160705 */

.city-update__wrapper{
  display: flex;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.city-update{
  max-width: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

}

.city-update .city-update__item {
  display: block;
  padding: 0 0 3em 0;
  border-bottom: 1px solid #F2F2F2;
}
.city-update.inside .city-update__item {
  padding: 0;
  border-bottom: none;
}

.city-update .city-update__infomation{
  -webkit-box-flex: 2 1 auto;
  -webkit-flex: 2 1 auto;
  -moz-box-flex: 2 1 auto;
  -moz-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  position: relative;
  
}
.city-update .city-update__infomation time{
    display: block;
    margin-bottom: .5em
}

.featured-story .city-update__thumbnail,
.city-update .featured-story .city-update__infomation{
    width: auto;
}
.city-update .city-update__item.odd .city-update__title,
.city-update .city-update__item.even .city-update__title{
  width:100%;
}
.city-update .city-update__item .city-update__title a{
  color: #000;
}
.city-update .city-update__item.even .city-update__infomation,
.city-update .city-update__item.odd .city-update__infomation{
    width: auto;
}


.city-update__more{
    background: #1f5a80;
    color: #fff;
    font-weight: bold;
    padding: .5em;
    border-radius: .5em;
    position: absolute;
    right: 0;
}
 
.city-update .city-update__item.featured-story{
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

}
.city-update__item.featured-story .city-update__thumbnail:before{
    content: "featured story";
    background: #1f5a80;
    text-transform: uppercase;
    position: absolute;
    color: #fff;
    font-size: 1.3em;
    padding: .1em .6em;
    font-weight: bold;
}


.city-update__details.city-update__item.featured-story .city-update__thumbnail:before,
.right-col.city-update__item.featured-story .city-update__thumbnail:before{
  content:none;
}
.city-update .city-update__featured-title-date{
    display: flex;
    margin: 1em 0;
}
.city-update .city-update__item.featured-story{
    margin-top: 0;
}
.city-update .city-update__featured-title-date .city-update__title,
.city-update .city-update__featured-title-date .city-update__date{
    flex: 1;
    border-bottom: 1px solid #F2F2F2;

}
.city-update .city-update__featured-title-date .city-update__title h2{
    margin: 0;
}
.city-update .city-update__featured-title-date .city-update__date{
    float: right;
    text-align: right;

}

.city-update-search select,
.aside-search select {
    width: 49%;
    background: url(https://www.townsville.qld.gov.au/__data/assets/image/0022/17428/drop-down-icon.png?v=0.1.1) 100% no-repeat #fff;
    -webkit-appearance: none;
    background-size: 2.5em auto;
    padding: .2em .6em;
    border: none;
    border-radius: 5px;
    border-left: 2px solid #e5e5e5;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    border-right: 0 solid #e5e5e5;
}
.city-update-search select.sq-form-field:hover,
.aside-search select.sq-form-field:hover {
   background: url(https://www.townsville.qld.gov.au/__data/assets/image/0022/17428/drop-down-icon.png?v=0.1.1) 100% no-repeat #0171b9;
   background-size: 2.5em auto;
}
.city-update-search select::-ms-expand,
.aside-search select::-ms-expand {
    display: none;
}
.city-update-search form span{
    display: block;
    margin: .5em 0;
}
.city-update .city-update__thumbnail img{
    height: auto;
}
.city-update .city-update__thumbnail{
   margin-top: 4em;
}
.city-update__item.featured-story .city-update__thumbnail{
    overflow: hidden;
    display: flex;
    flex: 1 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.city-update__details h2{
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: .5em;
    text-transform: uppercase;
}
.city-update__details .city-update__date{
    padding-bottom: 1em;
}
.right-col-subscribe{
    margin: 3em 0;
}
.subscribe-city-update span{
    background: #1f5a80;
    color: #fff;
    font-weight: bold;
    padding: .5em;
    border-radius: .5em;
    display: block;
    width: 100%;
}
.subscribe-city-update span i{
    font-size: 30px;
    vertical-align: sub;
    margin: 0 .3em;
}
.recent-article-title span{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
 }
.right-column__inner .city-update__item,
.right-column__inner .city-update__item.featured-story{
    border-bottom: 1px solid #c6c4c4;
    padding: 0;
    min-height: inherit;
}
.right-column__inner .city-update__wrapper{
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; 
}
.right-column__inner .city-update__item i{
    flex: 1;
    font-size: 30px;
    color: #dfaa24;
    align-self: center;
}
.right-column__inner .city-update__item a{
    align-self: center;
}
.right-column__inner .city-update .city-update__item.featured-story .city-update__thumbnail{
    height: auto;    
}
.right-column__inner .city-update .city-update__item.featured-story .city-update__thumbnail img{
   width: 18em;
}
.right-column__inner .city-update__featured-title-date .city-update__title-left{
    flex: 1 1 auto;
    width: 100%;
}
.right-column__inner .city-update__featured-title-date .city-update__title-left h4{
    margin-bottom: 0;
}
.right-column__inner .city-update__featured-title-date{
    margin-bottom: 0;
    flex: 7;
    flex-wrap: wrap;
}
.right-column__inner .city-update__featured-title-date .city-update__date{
    text-align: inherit;
        display: block;
        flex: none;
}
.right-column__inner .city-update-search .quick-search__submit{
  border-radius: 5px;
}

.water_restrictions_feature {
    display: block;
}
.water_restrictions_feature-title {
    background: #082130;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0 1px;
}
.water_restrictions_feature-image {
  text-align: center;
}



/* New Media Release quick search form styling */
body .mr-search-form {
  
}
body .mr-search-form .quick-search__input-wrapper input {
  border: 1px solid #1f5a80;
  border-radius: 0;
  margin-right: 0;
}

body .mr-search-form select.sq-form-field {
  width: 49%;
  background: url(https://www.townsville.qld.gov.au/__data/assets/image/0021/29064/drop-down-icon-blue.png?v=0.0.2) 100% no-repeat;
  -webkit-appearance: none;
  background-size: 2.5em auto;
  height: auto;
  padding: .2em .6em;
  border: none;
  border-radius: 0;
  border-left: 1px solid #1f5a80;
  border-top: 1px solid #1f5a80;
  border-bottom: 1px solid #1f5a80;
  border-right: 0 solid #1f5a80;
}
body .mr-search-form select.sq-form-field:hover {
  background: url(https://www.townsville.qld.gov.au/__data/assets/image/0021/29064/drop-down-icon-blue.png?v=0.0.2) 100% no-repeat #0171b9;
  background-size: 2.5em auto;
}
body .mr-search-form .quick-search__submit {
    width: 100%;
    margin: 0.5em 0 0 0;
    background: #1f5a80;
    color: #fff;
    border-radius: 0;
    padding: 0.5em 0;
}
body .mr-search-form .quick-search__submit i {
    color: #fff;
    margin: 0 0.5em 0 0;
}
body .mr-search-form .quick-search__group > .quick-search__input-wrapper:first-child {
    margin: 0 0 0.5em 0;
}
body .mr-search-form fieldset fieldset legend {
  margin: 0;
  font-size: 0.8em;
}


/******* reduce font - QLDSR-2277 - added 20170407  *******/
.mid-col {
    font-size: 0.88em;
}

.landing__second-level .mid-col .child-page-row__summary {
    /*font-size: 1em;*/ /* changed 14 Jun see https://squizaustralia.zendesk.com/agent/tickets/145179 */
}

.landing__second-level .mid-col .landing-page-listing {
    font-size: 1.05em; /* for IE */
    /* font-size: initial;  override mid-col to 1em */
}

.media-release__title {
    font-size: 1em; /* for IE */
    font-size: initial; /* override mid-col to 1em */
}

.media-release__summary {
    font-size: 1em; /* for IE */
    font-size: initial; /* override mid-col to 1em */
}

.child-page-row__title, .accordion__target {
    font-size: 1em;
}

.mid-col h1.reduced {
    font-size: 1.8rem;
}

.mid-col h2.reduced {
    font-size: 1.6rem;
}

.mid-col h3.reduced {
    font-size: 1.4rem;
}

.mid-col h4.reduced {
    font-size: 1.2rem;
}

.mid-col h5.reduced {
    font-size: 1.2rem;
}

.mid-col h6.reduced {
    font-size: 1rem;
}

#content .city-update .city-update__item .city-update__container {
    max-height: 14em;
    margin-bottom: -14px;
}


/* ======= Parks detail pages ====== */
/* ================================= */

/* ======= General ====== */
/* ====================== */
.park__section--content .park__section--title {
    margin-top: 2em;
}

/* ======== Map ========= */
/* ====================== */
.park__section--content .park__section--map {
    position: relative;
}

.park__section--content .park__map {
    width: 100%;
}

.park__section--content .park__section--address {
    top: 1em;
    right: 1em;
    padding: 1em;
    position: absolute;
    background-color: rgba(255, 255, 255, .75);
}

.park__section--content .park__section--address h4 {
    margin-top: 0;
}

/* ==== The carousel ==== */
/* ====================== */
.park__section_carousel {
    margin-top: 1em;
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.park__section_carousel:after,
.park__section_carousel:before {
    top: 0;
    content:'';
    z-index: 1;
    position: absolute;

    width: 7%;
    height: 100%;
}

.park__section_carousel:after {
    left: 0;
    /*background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);*/
}
.park__section_carousel:before {
    right: 0;
    /*background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);*/
}

.park__section_carousel .park_image__item {
    width: 100%;
    height: 15em;
    margin-right: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.park__section_carousel .park_image__item a {
    width: 100%;
    height: 100%;
    /*opacity: .25;*/
    /*transition: opacity .25s ease;
    background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);*/
}
.park__section_carousel .park_image__item a:hover {
    /*opacity: 0;
    transition: opacity .25s ease;*/
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
    border: 0;
    z-index: 2;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .65);
}

.slick-next.slick-arrow i,
.slick-prev.slick-arrow i {
    color: white;
}

.slick-next.slick-arrow:focus,
.slick-prev.slick-arrow:focus {
    outline: none;
}

/* ===== Facilities ===== */
/* ====================== */
.park__section--content .park-icons {
    margin-top: 2em;

    display: flex;
    display: -ms-flexbox;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.park__section--content .park-icons > li {
    width: 50%;
    margin-right: 0;
}

@media (max-width: 640px ) {
    .park__section--content .park-icons > li {
        width: 100%;
    }
}
.mfp-close-btn-in .mfp-close {
  color: #333;
  padding-right: 16px;
}

/* --------------------------
   TCC - Advertising Tile Redesign 
   https://jira.squiz.net/browse/QLDSR-3025
   -------------------------- */

.adds-slideshow .addtile-date {
    position: absolute;
    right: 0;
    top: 0;
    padding: .6em .7em .7em .9em;
    text-align: center;
    background-color: #eeb603;
    /*opacity: .85;*/
}
.adds-slideshow .addtile-date .day {
    font-weight: bold;
}
.adds-slideshow .addtile-date > div {
    line-height: 1;
}
.adds-slideshow .addtile-details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .8em;
    background: #103e6b;
    color: #fff;
    opacity: .85;
    /*margin-left: 18rem;*/
}
.adds-slideshow .addtile-desc {
    font-size: .88em;
    padding-top: .7em;
}
.addtile-details span.fa.fa-chevron-right {
    position: absolute;
    right: .5em;
    bottom: 1em;
}

.adds-slideshow .item a.wrapper-link:hover *, .adds-slideshow .item a.wrapper-link:focus * {
    text-decoration: none !important;
}
.adds-slideshow .item.slick-slide {
    background: #103e6b;
}
.adds-slideshow .slick-dots {
    margin-top: 0; 
}
.adds-slideshow .slick-dots button {
    color: transparent;
    border: none;
    background: #103e6b;
    opacity: .5;
    line-height: .5em;
    padding: .2em;
}
.adds-slideshow .slick-dots .slick-active button {
    opacity: 1;
}

/* --------------------------
   Missing Pets
   -------------------------- */

.missing-pets {
    background-color: #fafafa;
    border-top: 5px solid #003D6B;
    overflow: hidden;
    margin-bottom:20px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}

.pets-search {
    background-color:#fafafa;
}

.pet-list {
    margin-left:-40px;
}

.pets-detail {
    float:left;
    width:60%;
}

.pets-image {
    float:right;
}

.pets-image img {
    max-width:250px;
    height:auto;
    padding-left:10px;
    padding-top:20px;
}

.pets-image p {
    padding-left:80px;
}
.listing-results {
    padding-bottom:15px;
    padding-top:30px;
    text-align:right;
}

h3.missing-pet {
    padding:15px;
    color:#FFFFFF;
}

.pets-search-header {
    background: #003D6B;
}

.pets-search-fields {
    padding-left:20px;
    padding-right:20px;
    padding-bottom:10px;
}

.pet-calendar-icon {
    padding-right:5px;
}

.pets-search-button {
    float:right;
    margin-top:-30px;
    margin-right:230px;
}

@media (max-width: 640px ) {
    .pets-search-button {
        margin-right:10px;
    }
}

@media (max-width: 640px ) {
    .pets-image {
        float:none;
    }
}

.pets-page-number {
    float:right;
    padding-bottom:50px;
}

.pet-pagination-controls {
    float:left;
}

.pet-pagination-controls-item {
    display:inline-block;
}

.pet-pagination-controls-item {
    border:2px solid #e5e5e5;
    border-radius: 8px;
    background-color: #e5e5e5;
    padding:10px;
}

.pet-left-icon {
    padding-right:8px;
    display:inline-block;
}

.pet-right-icon {
    padding-left:8px;
    display:inline-block;
}

.pet-adoption-list {
    padding-bottom:40px;
}



/* --------------------------
   Pet Adoption
   -------------------------- */


.pet-adoption {
    background-color: #fafafa;
    border-top: 5px solid #003d6b;
    overflow: hidden;
    margin-bottom:20px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
    width:100%;
}

.pet-adoption-image {
    float:left;
    min-height:300px;
    margin-top:20px;
}

.pet-adoption-image img {
    max-width:300px;
    height:auto;
    padding-right:20px;
}

.pet-adoption-image p {
    padding-left:30px;
    font-size:12px;
}

.pet-adoption-detail {
    float:left;
    width:100%;
}

.pet-adoption-detail h3 {
    color: #e0aa0f;
}

.pet-adoption-detail h4 {
  font-size: 1rem;
  margin-top:10px;
  
}

.pet-price p {
    font-size:16px;
    float:right;
    background-color:#003D6B;
    padding:10px;
    color:#FFFFFF;
}

@media (max-width: 640px ) {
    .pet-adoption-image{
        float:none;
        text-align:center;
    }

    .pet-adoption {
        width:100%;
    }
}



/* --------------------------
   Job vacancies - online applications
   -------------------------- */
   
   .landing-page-listing .item {
       border-left: 6px solid #003d6b;
       padding-left:10px;
       padding-bottom: 15px;
       padding-top:1px;
       background-color: #fafafa;
       margin-bottom:30px;
   }
   
   .job-closing {
       font-size:16px;
       margin-bottom:10px;
   }


.trybooking-button {
    font-family: museo-sans,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 4px;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    text-align: center;
    outline: none;
    border: 1px solid;
    cursor: pointer;
    text-transform: uppercase;
    min-width: 250px;
    color: #fff;
    background-color: #f6b413;
    border-color: #f6b413;
}


/****** SUPPORT-282738 Homepage redo ******/

    .mobile .grid__item .grid__item-details {
        overflow: hidden;
    }
    .max-width-container {
        max-width: 82em;
        margin: 0 auto;
    }
    .grid.grid-new {
        margin: 0;
    }
    
    @media screen and (min-width: 600px) and (max-width: 1000px) {
        .grid.grid-new {
            margin-right: -1%;
        }
    }
    
    .grid.grid-new .grid__item .grid__item-details .title {
        font-size: 1.125rem;
    }
    
    .grid.grid-new .grid__item:hover .grid__item-details, .grid.grid-new .grid__item a:focus .grid__item-details {
        height: auto;
    }
    .grid.grid-new .grid__item:hover .grid__item-details .title, .grid.grid-new .grid__item a:focus .grid__item-details .title {
         display: block; 
         text-decoration: underline;
    }
    .tabs__content.container {
        max-width: 1166px;
    }
    .cta-template .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .cta-template .col-md {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
    
    .video-wrapper {
        margin: 0 5px;
    }
    
    @media screen and (min-width: 1024px) {
        .video-wrapper {
            margin-right: 1% !important;
            
        }
    }
    
    .quick-links-slider, .our-sites-slider {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.35s ease;
        transition: opacity 0.35s ease;
        /*padding: 0 2em;*/
        margin: 1.4rem 0;
    }
    
    @media screen and (min-width: 1025px) {
        .quick-links-slider .slider-image.slick-slide {
            max-width: 190px; 
        }
        .quick-links-slider .slick-next.slick-arrow, .our-sites-slider .slick-next.slick-arrow {
            right: -44px;
        }
        .quick-links-slider .slick-prev.slick-arrow, .our-sites-slider .slick-prev.slick-arrow {
            left: -40px;
        }
    }
    
    .our-sites-slider .slick-next.slick-arrow {
        right: -30px;
    }
    .our-sites-slider .slick-prev.slick-arrow {
        left: -30px;
    }

    .quick-links-slider.slick-initialized.slick-slider, .our-sites-slider.slick-initialized.slick-slider {
        opacity: 1;
        visibility: visible;
    }
    .quick-links-slider .slick-next.slick-arrow, .quick-links-slider .slick-prev.slick-arrow,
    .our-sites-slider .slick-next.slick-arrow, .our-sites-slider .slick-prev.slick-arrow {
        width: 42px;
        height: 40px;
        top: 40%;
        background-color: transparent;
        font-size: 3em !important;
        color: transparent;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .quick-links-slider .slick-next.slick-arrow:before, .our-sites-slider .slick-next.slick-arrow:before {
        content: "\f054";
        color: rgba(0,0,0,.4);
    }
    
    .quick-links-slider .slick-prev.slick-arrow:before, .our-sites-slider .slick-prev.slick-arrow:before {
        content: "\f053";
        color: rgba(0,0,0,.4);
    }

    .our-sites {
        padding: 1rem 2rem;
    }
    
    @media screen and (min-width: 82.5em) {
        .our-sites {
            padding: 1rem 0;
        }
    }
    
    /* the slides */
    .our-sites .slick-slide {
        margin: 0 8px;
    }
    
    .site-wide.maggie-chat {
        transition: all .5s ease-in-out;
        position: fixed;
        z-index: 3;
        bottom: 158px;
        right: 20px;
        margin: 0 !important;
        min-width: auto;
    }
    .site-wide.maggie-chat a {
        background: #eeb603;
        border-radius: 8px;
        color: #000;
        padding: 0 .5rem 0 .5rem;
        position: relative;
        text-align: left;
        width: auto;
        display: inline-block;
    }
    
    @media screen and (max-width: 768px) {
        .site-wide.maggie-chat {
            bottom: 200px;
        }
    }
    @media screen and (max-width: 600px) {
        .site-wide.maggie-chat {
            bottom: 80px;
        }
    }
    
    .site-wide.maggie-chat a:hover, .site-wide.maggie-chat a:focus {
        color: #fff;
    }
    
    .site-wide.maggie-chat a:hover i:before, .site-wide.maggie-chat a:focus i:before {
        text-decoration: none;
        text-decoration-color: transparent;
    }
    
    .site-wide.maggie-chat a i {
        font-size: 32px;
        margin-right: 6px;
        vertical-align: middle;
    }
    
    .social-links li.maggie-chat {
        display: none;
    }
    
    .maggie-chat.show-this {
        visibility: visible;
        opacity: 1;
    }
    
    .maggie-chat.hide-this {
        visibility: hidden;
        opacity: 0;
    }
      