/* BLOCK BACKGROUNDS */
/* fonts */
/*$body--font: 'ingra', sans-serif;*/
/* DESKTOP FONT SIZES */
/* MOBILE FONT SIZES */
/* FONT WEIGHTS */
/* ADELAIDE LIVING COLOURS */
/* import utilities from base */
/*
	Description: mixins that dont fit elsewhere
*/
/*
Manual rem conversion table
8px		0.5rem
9px		0.5625rem
10px		0.625rem
11px		0.6875rem
12px		0.75rem
13px		0.8125rem
14px		0.875rem
15px		0.9375rem
16px		1rem
17px		1.0625rem
18px		1.125rem
19px		1.1875rem
20px		1.25rem
21px		1.3125rem
22px		1.375rem
23px		1.4375rem
24px		1.5rem
25px		1.5625rem
26px		1.625rem
27px		1.6875rem
28px		1.75rem
29px		1.8125rem
30px		1.875rem
31px		1.9375rem
32px		2rem
33px		2.0625rem
34px		2.125rem
35px		2.1875rem
36px		2.25rem
37px		2.3125rem
38px		2.375rem
39px		2.4375rem
40px		2.5rem
41px		2.5625rem
42px		2.625rem
43px		2.6875rem
44px		2.75rem
45px		2.8125rem
46px		2.875rem
47px		2.9375rem
48px		3rem
49px		3.0625rem
50px		3.125rem
51px		3.1875rem
52px		3.25rem
53px		3.3125rem
54px		3.375rem
55px		3.4375rem
56px		3.5rem
57px		3.5625rem
58px		3.625rem
59px		3.6875rem
60px		3.75rem
61px		3.8125rem
62px		3.875rem
63px		3.9375rem
64px		4rem
65px		4.0625rem
66px		4.125rem
67px		4.1875rem
68px		4.25rem
69px		4.3125rem
70px		4.375rem
71px		4.4375rem
72px		4.5rem
*/
/**
 * Responsive bootstrap helpers
 */
.example-usage-for-responsive-mixins {
  padding: 0 15px; }
  @media (min-width: 576px) {
    .example-usage-for-responsive-mixins {
      padding: 0 20px; } }
  @media (max-width: 575px) {
    .example-usage-for-responsive-mixins {
      padding: 0 20px; } }
  @media (min-width: 992px) {
    .example-usage-for-responsive-mixins {
      margin-left: auto;
      margin-right: auto;
      max-width: 1100px; } }
  @media (max-width: 991px) {
    .example-usage-for-responsive-mixins {
      margin-left: auto;
      margin-right: auto;
      max-width: 1100px; } }
  @media (min-width: 1400px) {
    .example-usage-for-responsive-mixins {
      margin-bottom: 20px;
      margin-top: 20px; } }

/*

    PURPOSE: To Override Bootstraps Terrible "Default" 
             Colours and Styling

*/
/* -- DROP DOWNS -- */
.dropdown-item.active, .dropdown-item:active {
  color: white;
  background: #999; }

.dropdown-item:last-child,
.dropdown-item:first-child {
  border-radius: 0; }

.dropdown-item {
  padding: 0.5rem 1.5rem; }

/* -- BUTTONS -- */
button:focus {
  outline: none; }

.container.fluid-override {
  max-width: 100%; }

/* import anything here that should override from base with this site's vars.scss values */
.navbar-wrapper .main-nav-trans {
  background: #FFF; }

.footer-container .contact-tel {
  font-size: 1.4rem;
  color: #FFF;
  font-weight: 100;
  border-right: 1px solid #FFF;
  margin-right: 15px;
  padding-right: 15px; }
.footer-container .contact-email a {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: 100; }
  .footer-container .contact-email a:hover {
    text-decoration: none;
    border-bottom: 1px solid #FFF;
    padding-bottom: 3px; }
.footer-container .global-footer-links li:last-child {
  margin-right: 0 !important; }

@media only screen and (max-width: 767px) {
  .footer-container .contact-tel {
    font-size: 1.3rem;
    border-right: none;
    margin-top: 20px;
    margin-right: 0;
    padding-right: 0; }
  .footer-container .contact-email a {
    font-size: 1.1rem; }
  .footer-container .global-footer-links {
    margin-top: 40px; }
    .footer-container .global-footer-links li {
      display: block !important;
      padding: 0.2rem 0;
      border-bottom: 2px solid #003DA5; }
      .footer-container .global-footer-links li:last-child {
        border-bottom: none; }
      .footer-container .global-footer-links li a {
        padding: .5rem 0;
        font-size: 1.3rem; } }
.upark-subscribe {
  background-color: #0079c4; }
  .upark-subscribe.bg-diamond {
    background-image: url(../img/bg_diamond.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }

body:not([data-page-type="landing"]) .navbar-wrapper #main-navigation.main-nav-trans {
  background: #FFF; }

body .navbar-wrapper #main-navigation.main-nav-trans .nav-logo {
  width: 226px;
  height: auto;
  max-width: 250px;
  max-height: 75px; }
body .navbar-wrapper #main-navigation.main-nav-trans .nav-logo-mobile {
  width: auto;
  height: 38px; }
body .navbar-wrapper #main-navigation.main-nav-trans .nav-logo-mobile.white-logo {
  display: none; }
body .navbar-wrapper #main-navigation.main-nav-trans .nav-logo-mobile.coloured-logo {
  display: inline-block; }
body .navbar-wrapper #main-navigation.toTrans .nav-logo.white-logo {
  display: inline-block; }
body .navbar-wrapper #main-navigation.toTrans .nav-logo.coloured-logo {
  display: none; }
body .navbar-wrapper #main-navigation.toTrans .nav-logo-mobile.white-logo {
  display: inline-block; }
body .navbar-wrapper #main-navigation.toTrans .nav-logo-mobile.coloured-logo {
  display: none; }

#main-navigation:not(.toTrans) .one,
#main-navigation:not(.toTrans) .two,
#main-navigation:not(.toTrans) .three {
  background: #0079c4; }
#main-navigation:not(.toTrans) .search {
  color: #0079c4; }

header[data-menu-screen-type="mobile"] .ul_nav,
header[data-menu-screen-type="mobile"] .list-group-item--back,
header[data-menu-screen-type="mobile"] .ul_wrap,
header[data-menu-screen-type="mobile"] .navigation-panel--mobile {
  background: #fff; }

header[data-menu-screen-type="desktop"] .navigation-panel--desktop.navigation-panel [data-col-index="1"] .ul_nav .ul_nav__item.item--secondary .link--title,
header[data-menu-screen-type="desktop"] .navigation-panel--desktop.navigation-panel [data-col-index="1"] .ul_nav .ul_nav__item.item--secondary .link--title:hover,
header[data-menu-screen-type="desktop"] .navigation-panel--desktop.navigation-panel [data-col-index="1"] .ul_nav .ul_nav__item.item--secondary .link--title:hover .page-title {
  color: #0079c4; }
header[data-menu-screen-type="desktop"] .navigation-panel--desktop.navigation-panel [data-col-index="1"] .ul_nav .ul_nav__item.item--secondary .link--title:hover .page-title {
  border-bottom: 2px solid #0079c4; }
header[data-menu-screen-type="desktop"] .navigation-panel--desktop.navigation-panel .ul_nav .ul_nav__item a:hover,
header[data-menu-screen-type="desktop"] .navigation-panel--desktop.navigation-panel .ul_nav .ul_nav__item a:hover i,
header[data-menu-screen-type="desktop"] .navigation-panel--desktop.navigation-panel .ul_nav .ul_nav__item a:hover .page-title,
header[data-menu-screen-type="desktop"] .navigation-panel--desktop.navigation-panel .ul_nav .ul_nav__item a.link--title--active .page-title {
  color: #0079c4; }
header[data-menu-screen-type="desktop"] .navigation-panel--desktop.navigation-panel .ul_nav .ul_nav__item a:hover .page-title,
header[data-menu-screen-type="desktop"] .navigation-panel--desktop.navigation-panel .ul_nav .ul_nav__item a.link--title--active .page-title {
  border-bottom: 2px solid #0079c4; }

/*.offscreen-link{
padding-top: .25rem!important;
}*/
/* -- toggle btn --- */
.close-nav {
  display: inline-block; }

.menu-toggle {
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10; }

.show-nav .one, .offcanvas-menu .one {
  -moz-transform: rotate(45deg) translate(6px, 8px);
  -ms-transform: rotate(45deg) translate(6px, 8px);
  -webkit-transform: rotate(45deg) translate(6px, 8px);
  transform: rotate(45deg) translate(6px, 8px); }

.offcanvas-menu .two, .show-nav .two {
  opacity: 0; }

.show-nav .three, .offcanvas-menu .three {
  -moz-transform: rotate(-45deg) translate(9px, -11px);
  -ms-transform: rotate(-45deg) translate(9px, -11px);
  -webkit-transform: rotate(-45deg) translate(9px, -11px);
  transform: rotate(-45deg) translate(9px, -11px); }

.one, .two, .three {
  width: 100%;
  height: 4px;
  background: #0079c4;
  margin: 8px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* ---- [ off canvas menu ] ---- */
.wrapper {
  position: relative;
  width: 100%;
  /*height: calc(~"100vh - 100px"); Temp: Simulates a tall page.
  min-height: calc(~"100vh - 100px"); */
  height: 100vh;
  min-height: 100vh; }

/*.wrapper.show-nav{
overflow: hidden;
}*/
.content-holder {
  width: 100%;
  /*	height: 100%; Iphone fix */
  padding-top: 100px;
  position: relative; }

.navbar-wrapper.show-nav .offcanvas-menu {
  -webkit-transform: translateX(-18em);
  transform: translateX(-18em);
  -webkit-box-shadow: -10px 0px 62px -16px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -10px 0px 62px -16px rgba(0, 0, 0, 0.5);
  box-shadow: -10px 0px 62px -16px rgba(0, 0, 0, 0.5); }

a.toggle-nav {
  display: inline-block; }

/* Better Performing Method */
.offcanvas-menu {
  -webkit-transform: translate3d(0);
  transform: translate3d(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.show-nav .offcanvas-menu {
  -webkit-transform: translate3d(18em);
  transform: translate3d(18em); }

.offcanvas-menu {
  width: 18em;
  height: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  right: -18em;
  z-index: 9999;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s ease all;
  transition: .3s ease all; }
  .offcanvas-menu .offcanvas-inner {
    height: 100%;
    overflow-y: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .offcanvas-menu .btn-search {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .offcanvas-menu input[name="location"] {
    border-color: #44d1f6;
    padding: 1.5rem 1.25rem; }
  .offcanvas-menu .nav-primary li a,
  .offcanvas-menu .nav-member li a {
    font-weight: 600;
    color: #0079c4;
    display: block;
    padding: .25rem 1rem;
    font-size: 1.1rem;
    line-height: 1.5rem; }
    .offcanvas-menu .nav-primary li a:hover,
    .offcanvas-menu .nav-member li a:hover {
      text-decoration: none;
      opacity: 0.8; }
  .offcanvas-menu .nav-primary .nav-item,
  .offcanvas-menu .nav-member .nav-item {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 600; }
    .offcanvas-menu .nav-primary .nav-item .nav-link,
    .offcanvas-menu .nav-member .nav-item .nav-link {
      font-size: 1.1rem;
      line-height: 1.5rem;
      font-weight: 600; }
  .offcanvas-menu .nav-primary li a.nav-link,
  .offcanvas-menu .nav-primary li a {
    position: relative; }
    .offcanvas-menu .nav-primary li a.nav-link:after,
    .offcanvas-menu .nav-primary li a:after {
      /*	display: none;*/
      font-family: "Font Awesome 5 Free";
      content: "\f061";
      font-style: normal;
      font-weight: 900;
      position: absolute;
      right: 15px;
      top: 10px; }
  .offcanvas-menu .nav-primary li .svg-inline--fa {
    position: absolute;
    right: 15px;
    top: 10px; }
  .offcanvas-menu .nav-parking li a,
  .offcanvas-menu .nav-account li a {
    color: #002855;
    display: block;
    padding: .25rem 1rem;
    font-size: 1.1rem;
    line-height: 1.5rem; }
    .offcanvas-menu .nav-parking li a:hover,
    .offcanvas-menu .nav-account li a:hover {
      text-decoration: none;
      opacity: 0.8; }
  .offcanvas-menu .nav-account {
    background-color: #e7e7e7;
    border-bottom: 1px solid #dcd9d9; }
    .offcanvas-menu .nav-account li a {
      font-weight: 600; }
  .offcanvas-menu #membersMenu {
    border-top: 2px solid #C9E2EE; }

#main-navigation.toTrans .one, #main-navigation.toTrans .two, #main-navigation.toTrans .three {
  width: 100%;
  height: 4px;
  background: #FFF; }
#main-navigation.toTrans .primary-menu ul.nav li a {
  font-weight: 500;
  color: #FFF;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative; }
  #main-navigation.toTrans .primary-menu ul.nav li a:hover, #main-navigation.toTrans .primary-menu ul.nav li a:focus {
    color: #FFF;
    /*  text-decoration: none;
    opacity: 0.8;*/ }
#main-navigation.toTrans .primary-menu ul.nav li:last-child a {
  color: #FFF;
  background-color: transparent;
  border: 3px solid #FFF;
  text-transform: uppercase;
  padding: .5rem .75rem; }
  #main-navigation.toTrans .primary-menu ul.nav li:last-child a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #0079c4;
    border-color: #0079c4; }
#main-navigation.toTrans .primary-menu ul.nav .nav-item {
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 500; }
  #main-navigation.toTrans .primary-menu ul.nav .nav-item .nav-link {
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-weight: 500; }

#main-navigation:not(.toTrans) {
  /*  -moz-box-shadow: 0 10px 10px rgba(57,63,72,0.3);
    -webkit-box-shadow: 0 10px 10px rgba(57,63,72,0.3);
    box-shadow: 0 10px 10px rgba(57,63,72,0.3);*/ }
  #main-navigation:not(.toTrans) .primary-menu ul.nav li a:not(.btn) {
    display: block;
    color: #0079c4; }
  #main-navigation:not(.toTrans) .primary-menu ul.nav li:last-child a {
    color: #0079c4;
    background-color: #FFF;
    border: 3px solid #0079c4;
    text-transform: uppercase;
    padding: .5rem .75rem; }
    #main-navigation:not(.toTrans) .primary-menu ul.nav li:last-child a:hover {
      text-decoration: none;
      color: #FFF;
      background-color: #0079c4;
      border-color: #0079c4; }
  #main-navigation:not(.toTrans) .primary-menu ul.nav li a {
    font-weight: 600;
    color: #0079c4;
    display: block;
    font-size: 0.9rem;
    line-height: 1.5rem;
    position: relative; }
    #main-navigation:not(.toTrans) .primary-menu ul.nav li a:hover {
      color: #0079c4;
      /*  text-decoration: none;
      opacity: 0.8;*/ }
  #main-navigation:not(.toTrans) .primary-menu ul.nav .nav-item {
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-weight: 600; }
    #main-navigation:not(.toTrans) .primary-menu ul.nav .nav-item .nav-link {
      font-size: 0.9rem;
      line-height: 1.5rem;
      font-weight: 600; }

.primary-menu.new ul.nav li#nav-sub-prebook-login.dropdown {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 0; }
.primary-menu.new ul.nav li#nav-sub-prebook-login.dropdown.show {
  background-color: #FFF;
  -moz-box-shadow: 0 -1px 12px 1px #bbb;
  -webkit-box-shadow: 0 -1px 12px 1px #bbb;
  box-shadow: 0 -1px 12px 1px #bbb;
  /*border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 0;*/ }
  .primary-menu.new ul.nav li#nav-sub-prebook-login.dropdown.show h5 {
    font-weight: 500; }
  .primary-menu.new ul.nav li#nav-sub-prebook-login.dropdown.show a:not(.btn) {
    color: #0079c4;
    text-decoration: none;
    font-weight: 600; }
  .primary-menu.new ul.nav li#nav-sub-prebook-login.dropdown.show .dropdown-menu {
    position: absolute;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    /*
    border-top: 0;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;*/
    margin-top: -1px;
    margin-left: -180px;
    min-width: 20rem;
    -moz-box-shadow: 0 6px 12px -2px #bbb;
    -webkit-box-shadow: 0 6px 12px -2px #bbb;
    box-shadow: 0 6px 12px -2px #bbb; }
    .primary-menu.new ul.nav li#nav-sub-prebook-login.dropdown.show .dropdown-menu a.btn:not(.btn-brightblue) {
      color: #FFF;
      text-decoration: none;
      font-weight: 600; }
      .primary-menu.new ul.nav li#nav-sub-prebook-login.dropdown.show .dropdown-menu a.btn:not(.btn-brightblue):hover, .primary-menu.new ul.nav li#nav-sub-prebook-login.dropdown.show .dropdown-menu a.btn:not(.btn-brightblue):focus {
        text-decoration: none; }
    .primary-menu.new ul.nav li#nav-sub-prebook-login.dropdown.show .dropdown-menu a.btn.btn-brightblue {
      color: #002855;
      text-decoration: none;
      font-weight: 600; }
      .primary-menu.new ul.nav li#nav-sub-prebook-login.dropdown.show .dropdown-menu a.btn.btn-brightblue:hover, .primary-menu.new ul.nav li#nav-sub-prebook-login.dropdown.show .dropdown-menu a.btn.btn-brightblue:focus {
        text-decoration: none; }

.dropdown-inner p {
  font-size: 14px;
  line-height: 1.4em; }

/* menu from pages of site */
.offcanvas-menu a.btn.btn-outline-blue.btn-light[aria-controls="membersMenu"] {
  display: none !important; }

[data-coa-menu-state="visible"], [data-coa-menu-state="visible"] body {
  overflow-y: hidden !important; }

.bg-medgrey {
  background-color: #dcd9d9; }

@media only screen and (max-width: 767px) {
  #main-navigation:not(.toTrans) .primary-menu li#nav-sub-car-parks,
  #main-navigation:not(.toTrans) .primary-menu li#nav-sub-parking-specials,
  #main-navigation.toTrans .primary-menu li#nav-sub-car-parks,
  #main-navigation.toTrans .primary-menu li#nav-sub-parking-specials {
    display: none; }
  #main-navigation:not(.toTrans) .primary-menu.new ul.nav li#nav-sub-prebook-login.dropdown.show .dropdown-menu,
  #main-navigation.toTrans .primary-menu.new ul.nav li#nav-sub-prebook-login.dropdown.show .dropdown-menu {
    margin-top: 0;
    margin-left: -60px;
    left: -50px;
    min-width: 16rem; }
  #main-navigation:not(.toTrans) .primary-menu.new ul.nav li a:not(.btn),
  #main-navigation.toTrans .primary-menu.new ul.nav li a:not(.btn) {
    font-size: 0.7rem; }
  #main-navigation:not(.toTrans) .primary-menu.new ul.nav li a.btn,
  #main-navigation.toTrans .primary-menu.new ul.nav li a.btn {
    min-width: 100%; }
  #main-navigation:not(.toTrans) .primary-menu.new ul.nav li:last-child a,
  #main-navigation.toTrans .primary-menu.new ul.nav li:last-child a {
    font-size: 0.7rem;
    padding: .35rem 0.5rem;
    margin-left: 0; } }
@media only screen and (max-width: 540px) {
  #main-navigation:not(.toTrans) .primary-menu li#nav-sub-prices,
  #main-navigation.toTrans .primary-menu li#nav-sub-prices {
    display: none; } }
@media only screen and (max-width: 440px) {
  #main-navigation:not(.toTrans) .primary-menu,
  #main-navigation.toTrans .primary-menu {
    /*li.nav-book-btn*/ }
    #main-navigation:not(.toTrans) .primary-menu li#nav-sub-prices,
    #main-navigation:not(.toTrans) .primary-menu li#nav-sub-support,
    #main-navigation.toTrans .primary-menu li#nav-sub-prices,
    #main-navigation.toTrans .primary-menu li#nav-sub-support {
      display: none; }
    #main-navigation:not(.toTrans) .primary-menu.new ul.nav .nav-item .nav-link,
    #main-navigation.toTrans .primary-menu.new ul.nav .nav-item .nav-link {
      padding: 0.5rem 0.5rem; }
    #main-navigation:not(.toTrans) .primary-menu.new ul.nav li#nav-sub-prebook-login.dropdown.show .dropdown-menu,
    #main-navigation.toTrans .primary-menu.new ul.nav li#nav-sub-prebook-login.dropdown.show .dropdown-menu {
      margin-top: 0;
      margin-left: 10px;
      left: -50px;
      min-width: 16rem; }
    #main-navigation:not(.toTrans) .primary-menu.new ul.nav li:last-child,
    #main-navigation.toTrans .primary-menu.new ul.nav li:last-child {
      margin-left: 5px !important;
      margin-right: 0 !important; }
      #main-navigation:not(.toTrans) .primary-menu.new ul.nav li:last-child a,
      #main-navigation.toTrans .primary-menu.new ul.nav li:last-child a {
        font-size: 0.7rem;
        padding: .35rem 0.35rem;
        margin-left: 0; } }
.card--listing-icon {
  border-top: 4px solid #1175c1; }

.card--form-default {
  border-bottom: 1px solid #ccc; }
  .card--form-default .card--form-header {
    background: none;
    border: none;
    padding: .75rem 0.25rem; }

.card--full-width-resource a {
  background-color: #006341; }

.container--searchbox.invest.invest .search-query {
  border: 2px solid #006341; }
.container--searchbox.invest.invest .search-btn {
  border: 2px solid #006341;
  background: #006341; }

@media (max-width: 439px) {
  body[data-page-type="carParks"] .hero-wrap .hero-container .carpark-location {
    width: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; } }
@media (max-width: 575px) {
  body[data-page-type="carParks"] .hero-wrap .hero-container .get-directions a {
    width: 100%; } }
@media (max-width: 439px) {
  body[data-page-type="carParks"] .hero-wrap .hero-container .get-directions {
    margin-top: 15px;
    width: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; } }

.accordion--container.price-accordion .parking-notes p {
  font-size: 0.8rem;
  line-height: 1.2em; }
  .accordion--container.price-accordion .parking-notes p:last-child {
    margin: 0; }
.accordion--container.price-accordion .parking-fee {
  border-bottom: 1px solid #0079c4; }
  .accordion--container.price-accordion .parking-fee:last-child {
    border-bottom: none; }
  .accordion--container.price-accordion .parking-fee .parking-hours p:last-child {
    margin-bottom: 0; }
.accordion--container.price-accordion .card-header a[aria-expanded="true"] .chevron-icon:before {
  content: "\f077"; }
.accordion--container.price-accordion .card-header a[aria-expanded="true"] .price-badge {
  color: #0079c4;
  background-image: url(../img/icon_badge_white.svg); }
.accordion--container.price-accordion .card-header .accordion-title .title-name {
  /*float: left;
  width: 92%;*/
  display: inline-block;
  width: calc(100% - 26px); }
.accordion--container.price-accordion .card-header .accordion-title .price-badge {
  width: 66px;
  height: 66px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 66px 66px;
  -moz-background-size: 66px 66px;
  background-size: 66px 66px;
  color: #FFF;
  background-image: url(../img/icon_badge_navy.svg); }
  .accordion--container.price-accordion .card-header .accordion-title .price-badge .badge-from {
    font-size: 0.6rem;
    text-transform: uppercase;
    padding-top: 18px; }
  .accordion--container.price-accordion .card-header .accordion-title .price-badge .badge-price {
    padding-top: 5px; }
.accordion--container.price-accordion .card-header .accordion-title .chevron-icon {
  width: 20px; }
  .accordion--container.price-accordion .card-header .accordion-title .chevron-icon:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }

.payment-methods h5 a {
  color: #002855;
  font-weight: 400; }
.payment-methods .icon-circle-med {
  content: "";
  display: block;
  background-color: #c6d1d7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 42px 42px;
  -moz-background-size: 42px 42px;
  background-size: 42px 42px; }
  .payment-methods .icon-circle-med:hover, .payment-methods .icon-circle-med:focus {
    cursor: pointer; }
  .payment-methods .icon-circle-med.icon-ticket {
    background-image: url(../img/icon_ticket.svg); }
  .payment-methods .icon-circle-med.icon-car {
    background-image: url(../img/icon_car.svg); }
  .payment-methods .icon-circle-med.icon-creditcard {
    background-image: url(../img/icon_creditcard.svg); }
  .payment-methods .icon-circle-med.icon-upark-plus {
    background-image: url(../img/icon_upark_plus.svg); }

body[data-site-handle="upark"][data-page-type="destinationsParking"] .parking-near .parkat-carpark h5 {
  font-weight: 400; }
body[data-site-handle="upark"][data-page-type="destinationsParking"] .parking-near .parkat-carpark:first-child .carpark-item {
  border-top: 1px solid #e7e7e7; }
body[data-site-handle="upark"][data-page-type="destinationsParking"] .parking-near .parkat-carpark .carpark-item {
  border-bottom: 1px solid #e7e7e7; }
body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations .destination-carpark:nth-child(2) .carpark-item {
  border-top: 1px solid #e7e7e7; }
body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations .destination-carpark .carpark-item {
  border-bottom: 1px solid #e7e7e7; }
@media (max-width: 439px) {
  body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .carpark-option,
  body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .book-parking {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .parking-option,
body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .destination-carpark {
  border-bottom: 1px solid #0077c8; }
  body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .parking-option:last-child,
  body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .destination-carpark:last-child {
    border-bottom: none; }
body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .fa,
body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .far,
body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .fas,
body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .fab {
  color: #002855;
  width: 24px;
  text-align: center; }
body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion p {
  font-size: 0.95rem; }
body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .destination-carpark .carpark-item p {
  font-size: 0.85rem; }
body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion h5 {
  font-weight: 400; }
body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .card {
  background-color: #f9f9f9; }
  body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .card .btn-brightblue {
    font-size: 0.8rem; }
  body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .card .accordion-title {
    margin-bottom: 0; }
  body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .card .card-header {
    padding: .75rem;
    background-color: #f9f9f9; }
    body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .card .card-header[aria-expanded="true"] {
      background-color: #002855; }
      body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title {
        color: #FFF; }
        body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title .fa,
        body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title .far,
        body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title .fas,
        body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title .fa {
          color: #FFF; }
        body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title .fa-chevron-down {
          color: #FFF;
          transform: rotate(180deg); }
  body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .card .card-body {
    padding: 0.5rem  0.75rem; }
    body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .card .card-body p,
    body[data-site-handle="upark"][data-page-type="destinationsParking"] .destinations-detail-accordion .card .card-body h4 {
      margin-top: 0; }

.bg-lightgrey {
  background-color: #efefef; }

.bg-medbluegrey {
  background-color: #e6f2f9; }

body[data-rsevent-id="rs_118932"] {
  background-color: #efefef; }

.tmpl-location-search {
  margin-top: 9.5em; }
  .tmpl-location-search .input-location {
    border-color: #003DA5;
    padding: 1.5rem 1.25rem; }
  .tmpl-location-search .location-of-interest {
    color: #0079c4; }
  .tmpl-location-search .carpark-text h5 {
    color: #0079c4;
    font-weight: 400; }
  .tmpl-location-search .carpark-text .carpark-location p {
    font-weight: 300; }
  .tmpl-location-search .card-results {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .tmpl-location-search .results-card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .tmpl-location-search .results-card[data-ranking] {
      border-top: 6px solid transparent; }
    .tmpl-location-search .results-card[data-ranking="1"] {
      border-top: 6px solid #0077c8; }
    .tmpl-location-search .results-card[data-ranking="2"] {
      border-top: 6px solid rgba(0, 119, 200, 0.45); }
    .tmpl-location-search .results-card[data-ranking="3"] {
      border-top: 6px solid rgba(0, 119, 200, 0.18); }
  @media (max-width: 575px) {
    .tmpl-location-search .carpark-status .btn-small,
    .tmpl-location-search .view-details .btn-small {
      width: 100%;
      padding: 0.75rem 0.75rem;
      font-size: 0.6rem; } }
  @media (max-width: 575px) {
    .tmpl-location-search .carpark-status .btn-small.btn-parking,
    .tmpl-location-search .view-details .btn-small.btn-parking {
      background-position: top 8px left 5px;
      -webkit-background-size: 16px 16px;
      -moz-background-size: 16px 16px;
      background-size: 16px 16px;
      padding: 0.4rem 0.5rem 0.35rem 26px; } }

/* --- Home map --- */
#map__gmap,
#home-map__gmap {
  min-height: 600px; }

.sidebar-map.map #map__gmap {
  min-height: 320px;
  margin-bottom: 1rem; }

.sidebar-map.map {
  margin-bottom: 5rem; }

a.directions-link {
  margin-top: 10px;
  display: inline-block;
  color: #717171; }

/* The location pointed to by the popup tip. */
.popup-tip-anchor {
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 200px; }

/* The bubble is anchored above the tip. */
.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0; }

/* Draw the tip. */
.popup-bubble-anchor:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Center the tip horizontally. */
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #0077c8; }

/* The popup bubble itself. */
.popup-bubble-content {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  max-height: 85px;
  /* Style the info window. */
  background-color: #0077c8;
  padding: 6px;
  overflow-y: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Ingra', sans-serif;
  text-align: center;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5); }

.popup-bubble-content:hover,
.popup-bubble-content:focus {
  background-color: #0040a1; }

.place-of-interest-wrap .popup-bubble-content {
  color: #FFF;
  background-color: #002857; }

.place-of-interest-wrap .popup-bubble-content:hover {
  color: #FFF;
  background-color: #25548c; }

.place-of-interest-wrap.popup-bubble-anchor:after {
  border-top: 8px solid #002857; }

.place-of-interest-wrap.popup-bubble-anchor:hover:after {
  border-top: 8px solid #25548c; }

.popup-bubble-anchor:hover:after {
  border-top: 8px solid #0040a1; }

.popup-bubble-content .title,
.popup-bubble-content .spaces {
  display: block;
  color: #FFF; }

.popup-bubble-content .title:hover,
.popup-bubble-content .spaces:hover {
  text-decoration: none; }

.popup-bubble-content .spaces {
  margin-top: 3px; }

.popup-bubble-content .spaces i {
  margin-right: 5px; }

.popup-bubble-content .title {
  font-weight: 500;
  max-width: 50px;
  line-height: 1em; }

/*.popup-bubble-content .title:before {
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	margin: 0 auto;
	background-image: url(../images/logo_u.svg);
	background-repeat: no-repeat;
	-moz-background-size: 20px 16px;
	-webkit-background-size: 20px 16px;
	background-size: 20px 16px;
}*/
.map.container-fluid,
.home-map.container-fluid {
  position: relative; }

.map-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  transform-origin: top left;
  height: 75px;
  width: 75px;
  font-size: 50px;
  text-align: center;
  line-height: 75px;
  border: 2px solid grey; }

.popup-bubble-anchor:hover {
  z-index: 999999; }

.target-location.popup-bubble-content {
  color: #fff;
  text-transform: capitalize; }

.target-location.popup-bubble-content {
  color: #fff;
  text-transform: capitalize;
  background: url("../img/map-marker.png") no-repeat 50% 50%;
  background-size: auto 100%;
  box-shadow: none;
  width: 64px;
  height: 128px;
  text-indent: -99999px;
  overflow: hidden;
  border: none !important;
  margin-top: 20px; }

.target-location-wrap.popup-bubble-anchor:after {
  display: none !important;
  border: none !important; }

body[data-site-handle="upark"][data-page-type="eventParking"] .destinations .destination-carpark:nth-child(2) .carpark-item,
body[data-site-handle="upark"][data-page-type="eventParking"] .destinations .destination-carpark:nth-child(2) .destination-item,
body[data-site-handle="upark"][data-page-type="eventParking"] .destinations .destination-place:nth-child(2) .carpark-item,
body[data-site-handle="upark"][data-page-type="eventParking"] .destinations .destination-place:nth-child(2) .destination-item {
  border-top: 1px solid #e7e7e7; }
body[data-site-handle="upark"][data-page-type="eventParking"] .destinations .destination-carpark .carpark-item,
body[data-site-handle="upark"][data-page-type="eventParking"] .destinations .destination-carpark .destination-item,
body[data-site-handle="upark"][data-page-type="eventParking"] .destinations .destination-place .carpark-item,
body[data-site-handle="upark"][data-page-type="eventParking"] .destinations .destination-place .destination-item {
  border-bottom: 1px solid #e7e7e7; }
body[data-site-handle="upark"][data-page-type="eventParking"] .show-parking-options .parking-option {
  border-bottom: 1px solid #0077c8; }
  body[data-site-handle="upark"][data-page-type="eventParking"] .show-parking-options .parking-option:first-child {
    border-top: 1px solid #0077c8; }
@media (max-width: 439px) {
  body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .carpark-option,
  body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .book-parking {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .parking-option {
  border-bottom: 1px solid #0077c8; }
  body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .parking-option:last-child {
    border-bottom: none; }
body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .fa,
body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .far,
body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .fas,
body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .fab {
  color: #002855;
  width: 24px;
  text-align: center; }
body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion p {
  font-size: 0.95rem; }
body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion h5 {
  font-weight: 400; }
body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card {
  background-color: #f9f9f9; }
  body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .btn-brightblue {
    font-size: 0.8rem; }
  body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .accordion-title {
    margin-bottom: 0; }
  body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-header {
    padding: .75rem;
    background-color: #f9f9f9; }
    body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-header[aria-expanded="true"] {
      background-color: #f9f9f9; }
      body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title {
        color: #002855; }
        body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title .fa,
        body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title .far,
        body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title .fas,
        body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title .fa {
          color: #002855; }
        body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title .fa-chevron-down {
          color: #002855;
          transform: rotate(180deg); }
      body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-header[aria-expanded="true"][id="headingOne"] {
        background-color: #002855; }
        body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-header[aria-expanded="true"][id="headingOne"] .accordion-title {
          color: #FFF; }
          body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-header[aria-expanded="true"][id="headingOne"] .accordion-title .fa,
          body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-header[aria-expanded="true"][id="headingOne"] .accordion-title .far,
          body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-header[aria-expanded="true"][id="headingOne"] .accordion-title .fas,
          body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-header[aria-expanded="true"][id="headingOne"] .accordion-title .fa {
            color: #FFF; }
          body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-header[aria-expanded="true"][id="headingOne"] .accordion-title .fa-chevron-down {
            color: #FFF;
            transform: rotate(180deg); }
  body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-body {
    padding: 0.5rem  0.75rem; }
    body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-body p,
    body[data-site-handle="upark"][data-page-type="eventParking"] .eventparking-detail-accordion .card .card-body h4 {
      margin-top: 0; }

body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .parking-near .parkat-carpark h5 {
  font-weight: 400; }
body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .parking-near .parkat-carpark:first-child .carpark-item {
  border-top: 1px solid #e7e7e7; }
body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .parking-near .parkat-carpark .carpark-item {
  border-bottom: 1px solid #e7e7e7; }
body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .upark-special-offer h3 {
  color: #0079c4; }
body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .destinations .destination-carpark:nth-child(2) .carpark-item {
  border-top: 1px solid #e7e7e7; }
body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .destinations .destination-carpark .carpark-item {
  border-bottom: 1px solid #e7e7e7; }
@media (max-width: 439px) {
  body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .carpark-option,
  body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .book-parking {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .parking-option {
  border-bottom: 1px solid #0077c8; }
  body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .parking-option:last-child {
    border-bottom: none; }
body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .fa,
body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .far,
body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .fas,
body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .fab {
  color: #002855;
  width: 24px;
  text-align: center; }
body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion p {
  font-size: 0.95rem; }
body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion h5 {
  font-weight: 400; }
body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .card {
  background-color: #f9f9f9; }
  body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .card .btn-brightblue {
    font-size: 0.8rem; }
  body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .card .accordion-title {
    margin-bottom: 0; }
  body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .card .card-header {
    padding: .75rem;
    background-color: #f9f9f9; }
    body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .card .card-header[aria-expanded="true"] {
      background-color: #002855; }
      body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title {
        color: #FFF; }
        body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title .fa,
        body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title .far,
        body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title .fas,
        body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title .fa {
          color: #FFF; }
        body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .card .card-header[aria-expanded="true"] .accordion-title .fa-chevron-down {
          color: #FFF;
          transform: rotate(180deg); }
  body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .card .card-body {
    padding: 0.5rem  0.75rem; }
    body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .card .card-body p,
    body[data-site-handle="upark"][data-page-type="uparkPlusRewards"] .rewards-detail-accordion .card .card-body h4 {
      margin-top: 0; }

.solid-btn {
  background-color: #0077C8; }

.solid-white-btn {
  color: #0077C8; }

.trans-btn {
  color: #0077C8;
  background-color: transparent;
  border: 1px solid #0077C8; }
  .trans-btn:hover {
    color: #FFF;
    background-color: #0077C8;
    border: 1px solid #0077C8; }

.btn-search {
  height: 52px;
  font-size: 1.1rem; }

.btn-small {
  padding: 0.35rem 0.5rem;
  display: inline-block;
  border: 0;
  font-size: 0.8rem;
  line-height: 1rem;
  text-decoration: none;
  border: 0; }
  .btn-small:hover, .btn-small:focus {
    opacity: 0.8;
    text-decoration: none; }

.btn-parking {
  background-position: top 8px left 5px;
  background-image: url(../img/icon_p.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  background-size: 16px 16px;
  padding: 0.4rem 0.5rem 0.35rem 26px; }

.btn-electric {
  background-position: top 0px left 5px;
  background-image: url(../img/icon_electriccar.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 28px 28px;
  -moz-background-size: 28px 28px;
  background-size: 28px 28px;
  padding: 0.35rem 0.4rem 0.35rem 38px; }

.from-btn {
  font-weight: 600;
  top: 10px;
  left: 10px; }

.venue-btn {
  font-weight: 600;
  bottom: 10px;
  right: 10px; }

.btn-royalblue {
  color: #FFF;
  background-color: #003DA5;
  font-weight: 600;
  border-color: #003DA5; }

.btn-orange {
  color: #FFF;
  background-color: #dd6a14;
  font-weight: 600;
  border-color: #dd6a14; }

.btn-white-o {
  font-weight: 600;
  color: #002855;
  background-color: rgba(255, 255, 255, 0.9); }

.btn-mint {
  font-weight: 600;
  color: #002855;
  background-color: #a0e2d8; }

.btn-brightblue {
  color: #002855;
  background-color: #01b7e7;
  font-weight: 600;
  border-color: #01b7e7; }
  .btn-brightblue:hover, .btn-brightblue:focus {
    color: #002855; }

/* TOP PROGRESS SCROLL BAR COLOUR */
span.scrollProgressBar {
  background-color: #d9d9d9 !important;
  height: 2px !important; }

/* BLOCK BACKGROUNDS */
/* fonts */
/*$body--font: 'ingra', sans-serif;*/
/* DESKTOP FONT SIZES */
/* MOBILE FONT SIZES */
/* FONT WEIGHTS */
/* ADELAIDE LIVING COLOURS */
/**
 * Responsive bootstrap helpers
 */
.example-usage-for-responsive-mixins {
  padding: 0 15px; }
  @media (min-width: 576px) {
    .example-usage-for-responsive-mixins {
      padding: 0 20px; } }
  @media (max-width: 575px) {
    .example-usage-for-responsive-mixins {
      padding: 0 20px; } }
  @media (min-width: 992px) {
    .example-usage-for-responsive-mixins {
      margin-left: auto;
      margin-right: auto;
      max-width: 1100px; } }
  @media (max-width: 991px) {
    .example-usage-for-responsive-mixins {
      margin-left: auto;
      margin-right: auto;
      max-width: 1100px; } }
  @media (min-width: 1400px) {
    .example-usage-for-responsive-mixins {
      margin-bottom: 20px;
      margin-top: 20px; } }

a {
  color: #0062ca; }

.text--container.top-auto {
  margin-top: 1rem; }

.text--container.bottom-auto {
  margin-bottom: 1rem; }

.text--container a[href$=".mp3"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f028";
  display: inline-block;
  margin-left: 5px;
  color: #0077C8; }
.text--container p {
  margin-bottom: 0.75rem;
  line-height: 1.5rem; }
.text--container .top-auto {
  margin-top: 1.5rem; }
.text--container .bottom-auto {
  margin-bottom: 1.5rem; }

.disclaimer-text {
  font-size: 80%;
  font-weight: 400;
  font-style: italic; }

b,
strong {
  font-weight: 600; }

em {
  font-style: italic; }

p {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif; }
  @media (max-width: 575px) {
    p {
      font-size: 1rem; } }
  p span.image-caption {
    text-transform: uppercase;
    font-size: 0.7em;
    color: #999;
    display: block; }

.text-charcoal {
  color: #333F48; }

.display-1,
h1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  font-family: "ingra", sans-serif;
  font-size: 2.8rem; }
  @media (max-width: 991px) {
    .display-1,
    h1 {
      font-size: 2.3rem !important; } }
  @media (max-width: 767px) {
    .display-1,
    h1 {
      font-size: 2.3rem !important; } }
  @media (max-width: 575px) {
    .display-1,
    h1 {
      font-size: 2rem !important; } }
  @media (max-width: 439px) {
    .display-1,
    h1 {
      font-size: 1.8rem !important; } }

.display-2,
h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  font-size: 2.3rem;
  font-family: "ingra", sans-serif; }
  @media (max-width: 575px) {
    .display-2,
    h2 {
      font-size: 1.8rem !important; } }

.display-3,
h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  font-size: 1.75rem;
  font-family: "ingra", sans-serif; }
  @media (max-width: 575px) {
    .display-3,
    h3 {
      font-size: 1.6rem !important; } }
  @media (max-width: 439px) {
    .display-3,
    h3 {
      font-size: 1.4rem !important; } }

.display-4,
h4 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  font-size: 1.5rem;
  font-family: "ingra", sans-serif; }
  @media (max-width: 575px) {
    .display-4,
    h4 {
      font-size: 1.4rem !important; } }

.display-5,
h5 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-weight: 300;
  font-size: 1.2rem;
  font-family: "ingra", sans-serif; }
  @media (max-width: 575px) {
    .display-5,
    h5 {
      font-size: 1.2rem !important; } }
  @media (max-width: 439px) {
    .display-5,
    h5 {
      font-size: 1.125rem !important; } }

.display-6,
h6 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: 300;
  font-size: 1.1rem;
  font-family: "ingra", sans-serif;
  line-height: 1.6em; }
  @media (max-width: 575px) {
    .display-6,
    h6 {
      font-size: 1rem !important; } }

h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
  font-weight: 300; }

body[data-page-type="page"] h1, body[data-page-type="page"] h2, body[data-page-type="page"] h3 {
  color: #002855; }
body[data-page-type="page"] h4 {
  margin-top: 1.2rem; }

body[data-page-type="notFound"] h1, body[data-page-type="notFound"] h2, body[data-page-type="notFound"] h3, body[data-page-type="notFound"] h4, body[data-page-type="notFound"] h5, body[data-page-type="notFound"] h6 {
  color: #002855; }

a:hover {
  text-decoration: none; }

li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif; }
  @media (max-width: 575px) {
    li {
      font-size: 1rem; } }

/*ul{
  ul{
    list-style-type: circle;
    ul{
      list-style-type: square;
    }
  }
}

ol, ul{
  margin-bottom: 0;
  ol{
    list-style-type: lower-alpha;
    ol{
      list-style-type: lower-roman;
    }
  }
}*/
p q,
p blockquote,
p cite {
  font-family: "Open Sans", sans-serif; }

pre, code {
  font-family: SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;
  font-size: .9em;
  color: #29323d;
  padding: 1rem;
  background-color: #f6f7f8;
  top: 0;
  display: block;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.85);
  white-space: pre-wrap;
  margin: 0;
  margin-bottom: 1em; }

table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%; }
  table tbody tr td {
    text-align: left;
    border-right: 1px solid #818b98;
    border-bottom: 1px solid #818b98;
    padding: 16px;
    padding-bottom: 15px;
    font-family: "Open Sans", sans-serif; }
  @media (max-width: 575px) {
    table tbody tr td {
      border-right: none !important; } }
  @media (max-width: 439px) {
    table tbody tr td {
      border-right: none !important; } }

.align-left {
  text-align: left; }

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

.align-right {
  text-align: right; }

.align-justify {
  text-align: justify; }

.color-white {
  color: #fff; }

.color-black {
  color: #000; }

.color-red {
  color: #C8102E; }

.color-medblue {
  color: #0077C8; }

.color-medgreen {
  color: #52a247; }

.color-green {
  color: #006341; }

.color-navy {
  color: #002855; }

.color-charcoal {
  color: #333F48; }

.color-royalblue {
  color: #003DA5; }

h2,
h3,
h4,
h5,
h6,
li,
p {
  color: #002855; }

p {
  margin-bottom: 15px; }

.text-pink {
  color: #c50956; }

.display-2, h2,
.display-3, h3 {
  font-weight: 400; }

body[data-page-type="page"] h3,
body[data-page-type="carParks"] h3,
body[data-page-type="destinationsParking"] h3 {
  color: #0077c8; }
body[data-page-type="page"] h4,
body[data-page-type="carParks"] h4,
body[data-page-type="destinationsParking"] h4 {
  color: #0079c4;
  font-weight: 400; }
body[data-page-type="page"] .text--container ul,
body[data-page-type="page"] .accordion--container .card-body ul,
body[data-page-type="page"] .carpark-content-container ul,
body[data-page-type="carParks"] .text--container ul,
body[data-page-type="carParks"] .accordion--container .card-body ul,
body[data-page-type="carParks"] .carpark-content-container ul,
body[data-page-type="destinationsParking"] .text--container ul,
body[data-page-type="destinationsParking"] .accordion--container .card-body ul,
body[data-page-type="destinationsParking"] .carpark-content-container ul {
  padding: 0;
  margin: 0 0 20px 15px;
  list-style: none; }
  body[data-page-type="page"] .text--container ul li,
  body[data-page-type="page"] .accordion--container .card-body ul li,
  body[data-page-type="page"] .carpark-content-container ul li,
  body[data-page-type="carParks"] .text--container ul li,
  body[data-page-type="carParks"] .accordion--container .card-body ul li,
  body[data-page-type="carParks"] .carpark-content-container ul li,
  body[data-page-type="destinationsParking"] .text--container ul li,
  body[data-page-type="destinationsParking"] .accordion--container .card-body ul li,
  body[data-page-type="destinationsParking"] .carpark-content-container ul li {
    position: relative;
    padding: 4px 0 6px 25px;
    line-height: 1.4rem;
    margin: 0; }
  body[data-page-type="page"] .text--container ul li:before,
  body[data-page-type="page"] .accordion--container .card-body ul li:before,
  body[data-page-type="page"] .carpark-content-container ul li:before,
  body[data-page-type="carParks"] .text--container ul li:before,
  body[data-page-type="carParks"] .accordion--container .card-body ul li:before,
  body[data-page-type="carParks"] .carpark-content-container ul li:before,
  body[data-page-type="destinationsParking"] .text--container ul li:before,
  body[data-page-type="destinationsParking"] .accordion--container .card-body ul li:before,
  body[data-page-type="destinationsParking"] .carpark-content-container ul li:before {
    content: "\25CF";
    color: #0077c8;
    position: absolute;
    top: 4px;
    left: 0; }

.labels--container i {
  color: #0077C8; }
.labels--container a {
  color: #0077C8; }

.icon-block {
  color: #0077C8; }

.hero-container .pagePopup--container {
  background: rgba(0, 119, 200, 0.8); }
  .hero-container .pagePopup--container * {
    color: #fff; }

body[data-page-type="page"] .hero-wrap .hero-container,
body[data-page-type="carParks"] .hero-wrap .hero-container,
body[data-page-type="destinationsParking"] .hero-wrap .hero-container,
body[data-page-type="eventParking"] .hero-wrap .hero-container,
body[data-page-type="uparkPlusRewards"] .hero-wrap .hero-container,
body[data-page-type="winWithUpark"] .hero-wrap .hero-container {
  height: 50vh;
  min-height: 200px; }
  @media (min-width: 576px) {
    body[data-page-type="page"] .hero-wrap .hero-container,
    body[data-page-type="carParks"] .hero-wrap .hero-container,
    body[data-page-type="destinationsParking"] .hero-wrap .hero-container,
    body[data-page-type="eventParking"] .hero-wrap .hero-container,
    body[data-page-type="uparkPlusRewards"] .hero-wrap .hero-container,
    body[data-page-type="winWithUpark"] .hero-wrap .hero-container {
      margin-top: 114px; } }
  @media (max-width: 575px) {
    body[data-page-type="page"] .hero-wrap .hero-container,
    body[data-page-type="carParks"] .hero-wrap .hero-container,
    body[data-page-type="destinationsParking"] .hero-wrap .hero-container,
    body[data-page-type="eventParking"] .hero-wrap .hero-container,
    body[data-page-type="uparkPlusRewards"] .hero-wrap .hero-container,
    body[data-page-type="winWithUpark"] .hero-wrap .hero-container {
      margin-top: 92px; } }
  body[data-page-type="page"] .hero-wrap .hero-container.fx-hero-tint:before,
  body[data-page-type="carParks"] .hero-wrap .hero-container.fx-hero-tint:before,
  body[data-page-type="destinationsParking"] .hero-wrap .hero-container.fx-hero-tint:before,
  body[data-page-type="eventParking"] .hero-wrap .hero-container.fx-hero-tint:before,
  body[data-page-type="uparkPlusRewards"] .hero-wrap .hero-container.fx-hero-tint:before,
  body[data-page-type="winWithUpark"] .hero-wrap .hero-container.fx-hero-tint:before {
    background: rgba(0, 40, 84, 0.75); }
  body[data-page-type="page"] .hero-wrap .hero-container h1,
  body[data-page-type="carParks"] .hero-wrap .hero-container h1,
  body[data-page-type="destinationsParking"] .hero-wrap .hero-container h1,
  body[data-page-type="eventParking"] .hero-wrap .hero-container h1,
  body[data-page-type="uparkPlusRewards"] .hero-wrap .hero-container h1,
  body[data-page-type="winWithUpark"] .hero-wrap .hero-container h1 {
    font-weight: 400;
    font-size: 3rem !important; }
    @media (max-width: 991px) {
      body[data-page-type="page"] .hero-wrap .hero-container h1,
      body[data-page-type="carParks"] .hero-wrap .hero-container h1,
      body[data-page-type="destinationsParking"] .hero-wrap .hero-container h1,
      body[data-page-type="eventParking"] .hero-wrap .hero-container h1,
      body[data-page-type="uparkPlusRewards"] .hero-wrap .hero-container h1,
      body[data-page-type="winWithUpark"] .hero-wrap .hero-container h1 {
        font-size: 3rem !important; } }
    @media (max-width: 767px) {
      body[data-page-type="page"] .hero-wrap .hero-container h1,
      body[data-page-type="carParks"] .hero-wrap .hero-container h1,
      body[data-page-type="destinationsParking"] .hero-wrap .hero-container h1,
      body[data-page-type="eventParking"] .hero-wrap .hero-container h1,
      body[data-page-type="uparkPlusRewards"] .hero-wrap .hero-container h1,
      body[data-page-type="winWithUpark"] .hero-wrap .hero-container h1 {
        font-size: 2.3rem !important; } }
    @media (max-width: 575px) {
      body[data-page-type="page"] .hero-wrap .hero-container h1,
      body[data-page-type="carParks"] .hero-wrap .hero-container h1,
      body[data-page-type="destinationsParking"] .hero-wrap .hero-container h1,
      body[data-page-type="eventParking"] .hero-wrap .hero-container h1,
      body[data-page-type="uparkPlusRewards"] .hero-wrap .hero-container h1,
      body[data-page-type="winWithUpark"] .hero-wrap .hero-container h1 {
        font-size: 2rem !important; } }
    @media (max-width: 439px) {
      body[data-page-type="page"] .hero-wrap .hero-container h1,
      body[data-page-type="carParks"] .hero-wrap .hero-container h1,
      body[data-page-type="destinationsParking"] .hero-wrap .hero-container h1,
      body[data-page-type="eventParking"] .hero-wrap .hero-container h1,
      body[data-page-type="uparkPlusRewards"] .hero-wrap .hero-container h1,
      body[data-page-type="winWithUpark"] .hero-wrap .hero-container h1 {
        font-size: 1.8rem !important; } }

/* BLOCK BACKGROUNDS */
/* fonts */
/*$body--font: 'ingra', sans-serif;*/
/* DESKTOP FONT SIZES */
/* MOBILE FONT SIZES */
/* FONT WEIGHTS */
/* ADELAIDE LIVING COLOURS */
.accordion--container .aspect_auto iframe {
  position: relative;
  max-width: 100%;
  width: 100%; }
.accordion--container.top-auto {
  margin-top: 2rem; }
.accordion--container.bottom-auto {
  margin-bottom: 2rem; }
.accordion--container .card-body {
  padding: 0 0.50rem 0.50rem 0.50rem; }
  .accordion--container .card-body a:not(.btn) {
    text-decoration: none;
    border-bottom: 1px solid #003DA5;
    color: #003DA5; }
.accordion--container .card-header,
.accordion--container .card {
  background: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-width: 1px;
  border-top-width: 0; }
  .accordion--container .card-header:first-child,
  .accordion--container .card:first-child {
    border-top-width: 1px; }
.accordion--container .card-header {
  border-bottom: none; }
  .accordion--container .card-header a {
    color: #1D1E1F; }
  .accordion--container .card-header .accordion-title {
    color: #002855; }
    .accordion--container .card-header .accordion-title .title-name {
      font-weight: 400;
      width: 86%;
      /* for text wrapping */ }
    .accordion--container .card-header .accordion-title .sub-title-name {
      margin-left: 2rem;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
.accordion--container span.plus-icon::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }
.accordion--container a[aria-expanded="true"] span.plus-icon::before {
  content: "\f068"; }
.accordion--container .nav-tabs li {
  margin-bottom: -3px; }
  .accordion--container .nav-tabs li:not(:last-child) {
    margin-right: 5px; }
.accordion--container .nav-tabs a {
  font-weight: 400;
  border: 2px solid #0077C8;
  border-bottom: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #0077C8; }
  .accordion--container .nav-tabs a.active {
    border: 2px solid #0077C8;
    background: #0077C8;
    color: #FFF; }
  .accordion--container .nav-tabs a:hover {
    border: 2px solid #0077C8; }
.accordion--container .tabs .card-body {
  border: 2px solid #0077C8; }

.tabs .nav-tabs,
.accordion .nav-tabs {
  display: none; }

@media (min-width: 768px) {
  .tabs .nav-tabs {
    display: flex; }
  .tabs .card {
    border: none; }
    .tabs .card .card-header {
      display: none; }
    .tabs .card.tab-pane.active .collapse {
      display: block; } }
@media (max-width: 767px) {
  .tabs .tab-content .tab-pane {
    display: block !important;
    opacity: 1; } }
/* BLOCK BACKGROUNDS */
/* fonts */
/*$body--font: 'ingra', sans-serif;*/
/* DESKTOP FONT SIZES */
/* MOBILE FONT SIZES */
/* FONT WEIGHTS */
/* ADELAIDE LIVING COLOURS */
.accordion--container .card {
  border: 0;
  margin-bottom: 4px; }
  .accordion--container .card .card-header a {
    padding: 0.5rem 0.75rem; }
    .accordion--container .card .card-header a[aria-expanded="false"] {
      background-color: #c6d1d7; }
    .accordion--container .card .card-header a[aria-expanded="true"] {
      background-color: #0077c8; }
      .accordion--container .card .card-header a[aria-expanded="true"] .accordion-title {
        color: #FFF; }
    .accordion--container .card .card-header a .price-badge + .price-title {
      max-width: calc(100% - 70px); }
  .accordion--container .card .card-body {
    padding: 1rem;
    background-color: #e7e7e7; }
    .accordion--container .card .card-body p:first-child {
      margin-top: 0; }
    .accordion--container .card .card-body .parking-notes p {
      font-size: 0.8rem;
      line-height: 1.2em; }
      .accordion--container .card .card-body .parking-notes p:last-child {
        margin: 0; }
    .accordion--container .card .card-body .parking-fee {
      border-bottom: 1px solid #0079c4; }
      .accordion--container .card .card-body .parking-fee:last-child {
        border-bottom: none; }

/* PREBOOK/FULL PAGE HERO */
html[has-floating-alert="true"] .body--main .tmpl-layouts-page.tmpl-layouts-page--prebook-search > div:first-child:not(.hero-container):not(.hero-wrap) {
  margin-top: 9rem; }
html[has-floating-alert="true"] .body--main .tmpl-layouts-page.tmpl-layouts-page--prebook-search .prebook-search.page {
  padding-top: 0; }
  html[has-floating-alert="true"] .body--main .tmpl-layouts-page.tmpl-layouts-page--prebook-search .prebook-search.page .page-hero-full {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url("../../upark/img/city-of-adelaide-above-drone.jpg");
    min-height: 980px;
    height: auto !important;
    height: 980px; }
    html[has-floating-alert="true"] .body--main .tmpl-layouts-page.tmpl-layouts-page--prebook-search .prebook-search.page .page-hero-full .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 40, 84, 0.65); }
    html[has-floating-alert="true"] .body--main .tmpl-layouts-page.tmpl-layouts-page--prebook-search .prebook-search.page .page-hero-full .page-sub-head {
      line-height: 1.6rem; }
    html[has-floating-alert="true"] .body--main .tmpl-layouts-page.tmpl-layouts-page--prebook-search .prebook-search.page .page-hero-full .page-tagline h3 {
      color: #fff;
      font-size: 2.5rem;
      font-weight: 100; }
    html[has-floating-alert="true"] .body--main .tmpl-layouts-page.tmpl-layouts-page--prebook-search .prebook-search.page .page-hero-full .page-body {
      color: #fff;
      font-size: 1.2rem;
      font-weight: 100; }
    html[has-floating-alert="true"] .body--main .tmpl-layouts-page.tmpl-layouts-page--prebook-search .prebook-search.page .page-hero-full .large-a {
      position: absolute;
      top: 0;
      right: 0;
      height: 980px;
      width: 100%;
      opacity: 0.45;
      background: url(../../upark/img/large_a.svg) no-repeat right -350px top;
      -moz-background-size: auto 1450px;
      -webkit-background-size: auto 1450px;
      background-size: auto 1450px; }
    html[has-floating-alert="true"] .body--main .tmpl-layouts-page.tmpl-layouts-page--prebook-search .prebook-search.page .page-hero-full form.form-inline label {
      text-align: left;
      display: -webkit-box;
      -webkit-box-pack: start; }
    html[has-floating-alert="true"] .body--main .tmpl-layouts-page.tmpl-layouts-page--prebook-search .prebook-search.page .page-hero-full .form-promocode {
      font-size: 1.4rem;
      padding-bottom: 1px;
      border-bottom: 2px solid #01b7e7;
      line-height: 2rem; }

[data-site-handle="visit"] .alpha-scrollbar[role="navigation"] {
  display: none !important;
  visibility: hidden !important; }

[data-site-handle="visit"] .tmpl-layouts-listing.fit-scrollbar .card--listing-icon, [data-site-handle="visit"] .tmpl-layouts-listing.fit-scrollbar .most-popular-container {
  max-width: auto; }

.container--searchbox .search-btn {
  background-color: #44d1f6;
  color: #002855;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
.container--searchbox .search-query {
  border-color: #44d1f6; }

.twocol-singleSlider .single--slider,
.twocol-singleSlider .twoColLayout--container {
  min-width: unset !important; }

body.__home__ {
  padding-top: 0; }
  body.__home__ .secondary-nav-top {
    visibility: hidden !Important;
    opacity: 0 !important; }
  body.__home__ .breadcrumbs {
    display: none !Important; }
  body.__home__ .alert-red {
    /* display: none !important; */ }
  body.__home__ .messenger-bot-wrap {
    display: none !Important; }
  body.__home__ .navbar-wrapper .top-bar {
    display: none !important; }
  body.__home__ .navbar-wrapper .main-nav-trans .nav-logo {
    max-width: 170px;
    max-height: 60px; }

.upark-twocol.icon-twocol .twoColLayout--container {
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .upark-twocol.icon-twocol .twoColLayout--container .twocol-content {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1.5rem; }
      .upark-twocol.icon-twocol .twoColLayout--container .twocol-content .flex-column {
        padding-left: 15px !important;
        padding-right: 15px !important; }
        .upark-twocol.icon-twocol .twoColLayout--container .twocol-content .flex-column img {
          width: 220px;
          height: 220px; } }
  @media (max-width: 767px) {
    .upark-twocol.icon-twocol .twoColLayout--container .twocol-content {
      margin-bottom: 1.5rem; }
      .upark-twocol.icon-twocol .twoColLayout--container .twocol-content .flex-column {
        padding-left: 15px !important;
        padding-right: 15px !important; }
        .upark-twocol.icon-twocol .twoColLayout--container .twocol-content .flex-column img {
          width: 60px;
          height: 60px; }
        .upark-twocol.icon-twocol .twoColLayout--container .twocol-content .flex-column .text-inner {
          padding-left: 0; }
          .upark-twocol.icon-twocol .twoColLayout--container .twocol-content .flex-column .text-inner h4 {
            margin-top: 0; } }
  @media (max-width: 991px) {
    .upark-twocol.icon-twocol .twoColLayout--container .twocol-content .text-inner {
      padding-left: 1rem; } }

@media (min-width: 768px) {
  .upark-threecol.icon-threecol .threeColLayout--container .row.justify-content-md-center {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin-left: auto;
    margin-right: auto; }
    .upark-threecol.icon-threecol .threeColLayout--container .row.justify-content-md-center .flex-column {
      text-align: center; }
      .upark-threecol.icon-threecol .threeColLayout--container .row.justify-content-md-center .flex-column img {
        width: 150px;
        height: 150px;
        margin-left: auto;
        margin-right: auto; }
      .upark-threecol.icon-threecol .threeColLayout--container .row.justify-content-md-center .flex-column p {
        font-size: 0.8rem; } }
@media (max-width: 767px) {
  .upark-threecol.icon-threecol .threeColLayout--container .row.justify-content-md-center .flex-column {
    text-align: center; }
    .upark-threecol.icon-threecol .threeColLayout--container .row.justify-content-md-center .flex-column img {
      width: 60px;
      height: 60px;
      margin-left: auto;
      margin-right: auto; }
    .upark-threecol.icon-threecol .threeColLayout--container .row.justify-content-md-center .flex-column p {
      font-size: 0.8rem; } }

/*# sourceMappingURL=style.css.map */
