﻿@font-face {
  font-family: WorkSans-Regular;
  src: url('../fonts/Work_Sans/WorkSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: "Larseitt-Regular";
	src: url('/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/fonts/Larsseit-Regular.ttf') format('truetype');
	src: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/fonts/Larsseit-Regular.eot");
	src: 
	url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/fonts/Larsseit-Regular.woff") format("woff"),
	url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/fonts/Type Dynamic - Larsseit-Regular.otf") format("opentype"),
	url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/fonts/Larsseit-Regular.svg#filename") format("svg");
}

/* CSS RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 15px;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
#s4-bodyContainer {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
@media only screen and (max-width: 1024px) {
  #contentBox {
    width: 100%;
    height: auto;
    min-width: 0;
    margin: 0;
  }
}
iframe#enquiry {
  width: 100%;
  height: 100%;
}
/* MAPS*/
#frameMap {
  height: 100%;
}
/* HEADER */
/*-- screen */
article input:focus,
article input:hover,
article textarea:hover,
article textarea:focus {
  border-color: #EFEFEF !important;
}

header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    /* box-shadow: 5px 5px #EFEFEF; */
    /* position: relative; */
    box-shadow: 0px 2px 3px #b4b4b4;
    /* padding: 10px; */
    background: white;
}

header a.nav,
header a.nav:visited {
  color: #000;
  line-height: 18px;
  margin: 0 18px;
}
header a.mobile-nav {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/mobile-nav.png");
  width: 22px;
  height: 17px;
  background-repeat: no-repeat;
  display: none;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  top: 10px;
  right: 10px;
}
header div.logo {
  float: left;
}
header div.logo a {
  display: block;
  width: 240px;
  height: 30px;
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/wilson-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
  margin: 20px 30px !important;
}
header div.logo img {
  display: none;
}
header nav {
  float: right;
  height: 100%;
}
header nav ul {
  height: 100%;
  margin-right: 2px;
}
header nav ul li {
  float: left;
  height: 100%;
}
header nav ul li a {
  height: 100%;
  color: black;
  min-width: 70px;
  display: block;
  padding-top: 24px;
  text-align: center;
}
header nav ul li a:hover,
header nav ul li a:focus {
  color: #ED1C23;
  text-decoration: none;
}
header nav ul li a.active {
  color: #ED1C23 !important;
  text-decoration: none;
  border-bottom: 4px solid #ED1C23;
}
header nav ul li a.main-login {
  padding: 0 15px;
  text-align: justify;
  color: #FFF;
  background-color: #ED1C23;
  text-decoration: none;
  border-radius: 40px;
  height: 40px;
  width: 136px;
  font-weight: 600;
  margin-top: 14px;
  position: relative;
  top: -3px;
}
header nav ul li a.main-login:hover,
header nav ul li a.main-login:focus {
  opacity: 0.8;
  text-decoration: underline;
  color: #FFF;
}
header nav ul li a.main-login:visited {
  text-decoration: none;
  color: #FFF;
}
header nav ul li a.main-login img {
  height: 20px;
  position: relative;
  top: 7px;
  margin-right: 18px;
  display: none;
}
header nav ul li a.main-login .login-text {
display: inline-block;
    position: relative;
    top: 9px;
    color: white;
    /* margin: 0 auto; */
    left: 34px;
}
@media only screen and (max-width: 1600px) {
  header a.nav,
  header a.nav:visited {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1500px) {
  header a.nav,
  header a.nav:visited {
    margin: 0 1px;
  }
}
@media only screen and (max-width: 1350px) {
  header a.nav,
  header a.nav:visited {
    margin: 0;
    padding-right: 8px;
  }
}
header nav li a.search {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/header-search.png");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  top: 1px;
}
header nav li a.search.active {
  display: none;
}
header nav li div.search {
  display: none;
  overflow: hidden;
  position: relative;
  top: -6px;
  right: -7px;
  float: left;
}
header nav li div.search input.text {
  display: block;
  width: 210px;
  height: 28px;
  border: 1px solid #a7998a;
  padding: 5px 30px 5px 10px;
}
header nav li div.search input.submit {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/header-search.png");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  background-color: transparent;
  border: 0;
  outline: none;
  position: absolute;
  top: 7px;
  right: 7px;
  min-width: 20px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  header nav {
    top: 70px;
    right: 10px;
  }
}
/*-- mobile */
@media only screen and (max-width: 768px) {
  header {
    position: relative;
    /*height: 40px;*/
  }
  header a.mobile-nav {
    display: block;
  }
  header div.logo a {
    width: 137px;
    height: 25px;
    top: 7px;
    left: 10px;
  }
  header nav {
    display: none;
  }
}
/* FOOTER */
/*-- screen */
footer {
  -webkit-transition: margin-top 200ms ease-out;
  -moz-transition: margin-top 200ms ease-out;
  -o-transition: margin-top 200ms ease-out;
  transition: margin-top 200ms ease-out;
  position: fixed;
  z-index: 20;
  left: 0;
  bottom: -100px;
  width: 100%;
  min-width: 1280px;
  min-height: 40px;
  background: #fff;
  border-top: 1px solid #a9a6a4;
}
footer nav.footer {
  padding: 0 30px 15px 30px;
  font: 0.85em/1.5 "Lato", sans-serif;
}
footer nav.footer > ul > li {
  float: left;
  width: 10%;
  min-width: 125px;
  max-width: 135px;
}
footer nav.footer > ul > li h2 {
  height: 40px;
  padding-top: 11px;
  color: #817f7f;
  cursor: pointer;
}
footer nav.footer > ul > li h2:hover {
  text-decoration: underline;
}
footer nav.footer > ul > li li {
  margin: 0;
  letter-spacing: -0.5px;
}
footer nav.footer > ul > li a {
  /*color: #fd980f;*/
}
footer nav.footer li.share h2:after {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/footer-share.png");
  width: 15px;
  height: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  content: '';
  margin-left: 10px;
}
footer nav.footer li.share li span {
  display: none;
}
footer nav.footer li.share li a {
  padding: 0;
  float: none;
}
footer nav.footer > p {
  position: absolute;
  top: 0;
  right: 30px;
  padding-top: 11px;
  color: #a7998a;
}
/*-- mobile */
@media only screen and (max-width: 768px) {
  footer {
    display: none;
  }
}
/* NAVIGATION */
nav.main {
  position: absolute;
  z-index: 8;
  top: 101px;
  left: 0;
  width: 111px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 40px;
  overflow: hidden;
}
nav.main div.ps-scrollbar-y-rail {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  nav.main {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    top: 0;
  }
}
#mobile-nav {
  display: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 41px;
  background: white url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/mobilenav.png") repeat-y 41px 0;
  overflow-x: scroll;
}
#mobile-nav nav {
  padding: 20px;
}
#mobile-nav nav.header {
  padding-bottom: 0;
}
#mobile-nav nav.header ul {
  border-bottom: 1px solid #6f6a67;
}
#mobile-nav nav.header ul li {
  margin-bottom: 1.5em;
}
#mobile-nav nav.header ul li a {
  font: 1em/1 "Montserrat", sans-serif;
  text-transform: uppercase;
  color: black;
}
#mobile-nav nav.header ul li a.active {
  color: #6f6a67;
}
#mobile-nav nav.header ul li a.search {
  display: none;
}
#mobile-nav nav.header div.search {
  position: relative;
}
#mobile-nav nav.header div.search input.text {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding-left: 5px;
  padding-right: 30px;
  border: 1px solid #6f6a67;
  border-radius: 0;
  -webkit-appearance: none;
}
#mobile-nav nav.header div.search input.submit {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/header-search.png");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  background-color: transparent;
  border: 0;
  outline: none;
  position: absolute;
  top: 6px;
  right: 6px;
  min-width: 15px;
}
#mobile-nav nav.footer ul li {
  margin-bottom: 1.5em;
}
#mobile-nav nav.footer ul li h2 {
  margin-bottom: 0.5em;
  color: #6f6a67;
}
#mobile-nav nav.footer ul li li {
  margin-bottom: 0.1em;
}
#mobile-nav nav.footer ul li li a {
  /*color: #fd980f;*/
  text-decoration: underline;
}
#mobile-nav nav.footer ul li li a.active {
  color: #6f6a67;
}
#mobile-nav nav.footer p {
  color: #6f6a67;
}
/* GENERAL */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font: 14px "Larseitt-Regular";
  min-width: 1280px;
}
@media only screen and (max-width: 768px) {
  html,
  body {
    min-width: 320px;
  }
}
#wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  /*padding-bottom: 40px;*/
  background: #eee;
}
@media only screen and (max-width: 768px) {
  #wrap {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
}
#map {
  width: 100%;
  height: 100%;
}
.parkInfo {
  display: block;
  padding: 10px;
  overflow: visible;
  background-color: #fff;
}
.infoHeading {
  color: #f67f15;
  font-size: medium;
  font-weight: bold !important;
}
@media only screen and (max-width: 768px) {
  #map {
    /*display: none;*/
    height: 400px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .parkInfo {
    padding: 0;
    height: auto !important;
  }
  .infoHeading {
    font-size: small;
    font-weight: normal !important;
  }
  .infoHeading i {
    font-style: italic;
  }
  .infoHeading b {
    font-weight: bold;
  }
}
/* FIND A PARK */
/*sliding image */
.cycle-overlay {
  background: none repeat scroll 0 0 #62C7C7;
  bottom: 0;
  color: #6F6A67;
  font-family: "Larseitt-Regular";
  opacity: 1;
  padding: 15px;
  width: 100%;
  z-index: 600;
  top: 339px;
  height: 140px;
}
#find-a-park-search section.banner-region div.cycle-pager,
#find-a-park-search section.banner-region div.cycle-pager-banner {
    top: 0 !important;
}
div.cycle-pager,
div.cycle-pager-banner {
    position: relative;
    z-index: 999;
    top: 10px;
    margin: 0 auto;
    /*width: 70%;*/
}
div.cycle-pager span,
div.cycle-pager-banner span {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/dot.png");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
  display: block;
  float: left;
  margin-left: 5px;
}
div.cycle-pager span.cycle-pager-active,
div.cycle-pager-banner span.cycle-pager-active {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/dotactive.png");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
@media screen {
  div#preloader {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  div#preloader img {
    display: block;
  }
}
@media print {
  div#preloader,
  div#preloader img {
    visibility: hidden;
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  article section div.scrollpane {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  section.closest-region section.cycle-slideshow-banner div.cycle-slide,
  #find-a-park-search section.banner-region section.cycle-slideshow-banner div.cycle-slide {
    width: 100%;
  }
}
article {
  font-size: 15px;
  line-height: 18px;
  color: #505153;
}
article section.panel {
  display: none;
}
article section.panel a.close {
  position: absolute;
  top: 25px;
  right: 25px;
}
article section.panel.left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding-top: 70px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
article section.panel.left div.content {
  position: relative;
  padding: 45px 25px;
}
article section.panel.left div.content .apps {
  background-color: white;
}

article section.panel.left div.content .apps,
article section.panel.left div.content .apps p
{
	color: black;
}

article section.panel.left.left-1 {
  z-index: 2;
  padding-left: 111px;
  width: 35%;
  min-width: 651px;
  max-width: 700px;
  background: white;
}
article section.panel.left.left-2 {
  z-index: 2;
  padding-left: 111px;
  width: 35%;
  min-width: 651px;
  max-width: 700px;
  background: white;
}
article section.panel.left.left-2 div.content {
  padding: 25px;
}
article section.panel.left.left-2 div.content.introduction {
  background: #62C7C7;
  color: #6f6a67;
  height: 110px;
}
article section.panel.left.left-3 {
  z-index: 1;
  width: 35%;
  min-width: 490px;
  max-width: 700px;
  background: #62C7C7;
}
article section.panel.left.left-3 div.content {
  padding: 25px;
}
article section.panel.left.left-3 div.content.introduction {
  background: #62C7C7;
  color: #6f6a67;
}
article div.select {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  border: 1px solid #dedede;
  background-color: #fff;
  outline: none;
  border-radius: 4px;
  -webkit-appearance: none;
  position: relative;
}
article div.select div.value {
  height: 100%;
  padding: 10px;
  padding-right: 5px;
}
article div.select div.value:after {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/select.png");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  content: '';
  float: right;
  position: relative;
  top: 6px;
}
article section.left-1 hr {
  border-color: #DEDEDE;
}
article h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}
article h2 {
  /*text-transform: uppercase;*/
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  article section.panel.left.left-1,
  article section.panel.left.left-2,
  article section.panel.left.left-3 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 0;
    border: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  }
  article section.panel.left.left-1 div.content,
  article section.panel.left.left-2 div.content,
  article section.panel.left.left-3 div.content {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  article section.panel.right.right-3 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 0;
    border: 0;
  }
}
/* News style-end*/
@media only screen and (max-width: 768px) {
  article section.panel.right.right-1,
  article section.panel.right.right-2,
  article section.panel.right.right-3 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 0;
    border: 0;
  }
}
article section.panel.right div.content {
  position: relative;
  padding: 25px;
}
@media only screen and (max-width: 768px) {
  article section.panel.right div.content {
    padding: 10px;
  }
  ::-webkit-input-placeholder {
    font-size: 0.8em;
  }
  :-moz-placeholder {
    font-size: 0.8em;
  }
  :-ms-input-placeholder {
    font-size: 0.8em;
  }
}
article section.panel.right div.content.introduction,
#content-page.subscribe section.panel.right div.content,
#content-page.statement section.panel.right div.content,
#bookabay-widget section.panel.right div.content {
  background: white;
}
div.overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8);
  opacity: 0.8;
  visibility: hidden;
  position: absolute;
  z-index: 15;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
  cursor: pointer;
}
a.view-arrow,
#find-a-park-results section.results table td.view a,
#content-page section.articles ul li a {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/arrow-next.png");
  width: 53px;
  height: 53px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-size: 50px;
  background-position: center right;
}
a.view-arrow:hover,
#find-a-park-results section.results table td.view a:hover,
#content-page section.articles ul li a:hover,
a.view-arrow:focus,
#find-a-park-results section.results table td.view a:focus,
#content-page section.articles ul li a:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
a.back-arrow,
article section.panel a.back {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/arrowbackwhite.png");
  width: 30px;
  height: 30px;
  /*background-size: 30px 30px;*/
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 1;
}



a.back-arrow:hover,
article section.panel a.back:hover,
a.back-arrow:focus,
article section.panel a.back:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  a.back-arrow,
  article section.panel a.back {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    /*padding: 8px 10px;*/
    /*background: #fd980f;*/
    background-image: none;
    text-indent: 0;
    font: 1em "Montserrat", sans-serif;
    text-transform: uppercase;
    color: white;
  }
}
a.close-icon,
article section.panel a.close {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/icon_close.png");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
a.close-icon:hover,
article section.panel a.close:hover,
a.close-icon:focus,
article section.panel a.close:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  a.close-icon,
  article section.panel a.close {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 8px 10px;
    background: #fd980f;
    background-image: none;
    text-indent: 0;
    font: 1em "Montserrat", sans-serif;
    text-transform: uppercase;
    color: white;
  }
}
.clearfix:after,
footer nav.footer:after,
article section:after,
article section.search-location ul:after,
article section.locations ul:after,
article .form:after,
article .form li.date ul:after,
#find-a-park-results ul.filters-1:after,
#find-a-park-results ul.filters-2:after,
#find-a-park-details section.directions ul:after,
#find-a-park-details section.attractions ul:after,
#book-a-bay-search section.login ul:after,
#content-page nav.subnav ul:after,
#content-page section.articles ul li:after,
#content-page.contact section.content address:after, 
.newcontentpage nav.subnav ul:after,
.newcontentpage section.articles ul li:after,
.newcontentpage.contact section.content address:after {
  content: '';
  display: table;
  clear: both;
}
#obsolete-browser {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: transparent url(images/overlay.png);
}
#obsolete-browser section.message {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 290px;
  margin-left: -300px;
  margin-top: -200px;
  padding: 40px;
  background: white;
}
#obsolete-browser section.message h1 {
  font: 2em "Montserrat", sans-serif;
  margin-bottom: 0.5em;
}
#obsolete-browser section.message p {
  font: 1.2em "Lato", sans-serif;
  margin-bottom: 1em;
}
#obsolete-browser section.message p.continue {
  margin-top: 2em;
  font-size: 0.9em;
}
#obsolete-browser section.message a {
  /*color: #fd980f;*/
}
article p,
article ul,
article ol {
  margin-bottom: 0.5em;
}
article p strong,
article p b,
article ul strong,
article ul b,
article ol strong,
article ol b {
  font-weight: bold;
}
article p em,
article p i,
article ul em,
article ul i,
article ol em,
article ol i {
  font-style: italic;
}
article img {
  display: block;
  width: 100%;
  height: auto;
}
article hr {
  clear: both;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: transparent;
  margin: 1.5em 0;
  border: 0;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  article hr {
    margin: 10px 0;
    padding: 10px 0;
  }
}
article {
  font-family: "Larseitt-Regular";
  font-size: 15px;
  /* News style*/
}
article section.left-1 {
  color: #505153;
}
article section.left-1 h1 {
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
article section.left-1 h2 {
  line-height: 11px;
  color: #3B3C3E;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}
article section.panel.right {
  color: #505153;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  padding-top: 70px;
  background: #fefefe;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
article section.panel.right h2.wilson-one-title {
  color: #3b3c3e;
  font-weight: 600;
  text-transform: uppercase !important;
  margin-bottom: 12px;
}
article section.panel.right p {
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  article section.left-1 h1 {
    font-size: 1em;
    margin-bottom: 10px;
  }
}
article section.left-1 input.text:disabled::-webkit-input-placeholder {
  color: #b1b1b1;
}
article section.left-1 input.text::-webkit-input-placeholder {
  /*color: #fd980f;*/
}
article section.left-1 input.text:disabled:-ms-input-placeholder {
  color: #b1b1b1;
}
article section.left-1 input.text:-ms-input-placeholder {
  /*color: #fd980f;*/
}
article section.left-1 input.text:disabled:-moz-placeholder,
article section.left-1 input.text:disabled::-moz-placeholder {
  color: #b1b1b1;
}
article section.left-1 input.text:-moz-placeholder,
article section.left-1 input.text::-moz-placeholder {
  /*color: #fd980f;*/
}
@media only screen and (min-width: 800px) and (max-width: 1440px) {
  article section.left-1 div.select div.value {
    padding: 10px 5px 10px 10px;
  }
}
article section.left-2 {
  color: black;
}
article section.left-2 h2 {
  font-size: 18px;
  margin-bottom: 1em;
}
article section.left-2 h3 {
  margin-bottom: 18px;
  color: black;
  font-weight: bold;
}
article section.left-2 hr {
  border-color: #b6b4b2;
}
article section.left-3 {
  color: black;
}
article section.left-3 h2 {
  font-size: 1.15em;
  margin-bottom: 3em;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  article section.left-3 h2 {
    font-size: 1em;
    text-transform: none;
    margin-bottom: 10px;
  }
}
article section.left-3 h3 {
  font-size: 1.15em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  article section.left-3 h3 {
    font-size: 1em;
    text-transform: none;
    margin-bottom: 10px;
  }
}
article section.left-3 hr {
  border-color: #b6b4b2;
}
article section.right {
  color: #333333;
}
article section.right h1 {
  color: black;
}
article section.right h2 {
}
article section.right p,
article section.right ul,
article section.right ol,
article section.right dl {
  font-size: 1.1em;
}
article section.right hr {
  border-color: #b6b4b2;
}
article section.right div.content.introduction {
  color: #6f6a67;
}
article section.right div.content.introduction p a {
  /*color: #fd980f;*/
  text-decoration: underline;
}
article section.closest-region p.closest {
  margin-bottom: 0;
  display: block;
  color: white;
  padding-left: 25px;
  background-image: url('/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/crosshair.png');
  background-position: left;
  background-repeat: no-repeat;
  height: 16px;
  WorkSans-Regular
  font-weight: 600;
  line-height: 16px;
}
article section.closest-region p.closest strong {
  display: block;
  font-size: 3em;
  line-height: 1;
  margin: 0.2em 0;
  font-style: italic;
  font-weight: bold;
}
article section.closest-region p.description {
  font-size: 1.1em;
}
@media only screen and (max-width: 768px) {
  article section.closest-region {
    display: none;
  }
}
article section.places {
  position: relative;
}
article section.places h2 {
  font: 1em/1.8 "Lato", sans-serif;
  font-style: italic;
  margin-bottom: 0.2em;
}
article section.places li {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.2em;
}
article section.places a {
  display: block;
  position: absolute;
  top: 1.8em;
  right: 0;
  font: 1em/1.8 "Lato", sans-serif;
  font-style: italic;
  color: #fff;
}
article section.places a:after {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/icon_arrow-right.png");
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  content: '';
  float: right;
  position: relative;
  top: -5px;
  margin-left: 10px;
}
article section.search-location ul li.search {
  float: left;
  width: 100%;
  padding-right: 50px;
  margin-bottom: 10px;
}
article section div.search-by {
  padding-bottom: 10px;
  width: 100%;
}
article section.left-1 .disabled {
  color: #999999 !important;
}
article section.search-state-region {
  padding-bottom: 10px;
}
article section.search-state-region ul li.resetForm {
  text-align: right;
  padding-bottom: 10px;
}
article section.search-state-region ul li a.reset,
article section.search-state-region ul li a.reset:hover,
article section.search-state-region ul li a.reset:visited {
  color: red;
  text-decoration: underline;
}
article section.search-state-region ul li.search-state {
  float: left;
  width: 30%;
  padding-right: 5px;
}
article section.search-state-region ul li.search-region {
  float: left;
  width: 70%;
  padding-right: 50px;
}
article section.search-location ul li.submit,
article section.search-state-region ul li.submit {
  float: left;
  width: 40px;
  margin-left: -40px;
}
article section.search-location ul li.submit a,
article section.search-state-region ul li.submit a {
  display: inline-block;
  border: 0;
  height: 40px;
  background: red;
  color: white;
  font: 15px/1 "Montserrat", sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 12px 0;
  width: 100%;
  font: 1.2em/1 sans-serif;
  font-weight: bold;
  font-style: italic;
}
article section.search-location ul li.submit a:hover,
article section.search-location ul li.submit a:focus,
article section.search-state-region ul li.submit a:focus,
article section.search-state-region ul li.submit a:hover {
  opacity: 0.8;
}
article section div.search-or {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
article section div.search-or span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* ie hack */
  width: 50%;
}
@media only screen and (max-width: 768px) {
  article section.search-location ul li.submit a,
  article section.search-state-region ul li.submit a {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px 0;
  }
  article section.search-state-region ul li.search-state {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    padding-right: 0;
  }
  article section.search-state-region ul li.search-region {
    width: 100%;
    float: left;
    padding-bottom: 10px;
  }
}
article section.search-location ul li.current {
  font-size: 1.1em;
}
article section.search-location ul li.current a {
  display: inline-block;
  border: 0;
  height: 40px;
  background: white;
  /*color: #fd980f;*/
  font: 15px/1 "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 12px 16px;
  text-transform: uppercase;
}
article section.search-location ul li.current a:hover,
article section.search-location ul li.current a:focus {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  article section.search-location ul li.current a {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px 8px;
  }
}
article section.search-location ul li.current a.search-current {
  float: right;
}
article section.search-location ul li.current a.search-attraction {
  display: none;
}
article section.search-attraction {
  background-color: #F4F5F5;
}
article section.search-attraction ul {
  padding-top: 10px;
}
article section.search-attraction div.attraction-state {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  article section.search-attraction ul {
    width: auto;
  }
}
/*article section.search-attraction ul li { float: left; width: 50%; height: 60px; position: relative; padding-left: 50px; }*/
article section.search-attraction ul li.search-state {
  float: left;
  width: 30%;
  padding-right: 5px;
}
article section.search-attraction ul li.search-place {
  float: left;
  width: 100%;
}
article section.search-attraction div.attraction-state {
  margin-bottom: 5px;
}
article section.search-attraction ul a {
  display: inline-block;
}
article section.search-attraction ul a:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
}
article section.search-attraction ul a.education:before {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/icon_education.png");
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
article section.search-attraction ul a.landmarks:before {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/icon_landmarks.png");
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
article section.search-attraction ul a.entertainment:before {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/icon_entertainment.png");
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
article section.search-attraction ul a.sporting-venues:before {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/icon_sporting-venues.png");
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
article section.search-attraction ul a.theme-parks:before {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/icon_theme-parks.png");
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
article section.search-attraction ul a.wildlife:before {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/icon_wildlife.png");
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
article section.locations {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  article section.search-attraction ul li.search-state {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    padding-right: 0;
  }
  article section.search-attraction ul li.search-place {
    width: 100%;
    float: left;
    padding-bottom: 10px;
  }
  article section.locations {
    padding-top: 0;
  }
}
article section.locations h2 {
  margin-bottom: 0.8em;
}
article section.locations ul {
  margin-bottom: 1.5em;
}
article section.locations ul li {
  float: left;
  width: 130px;
  font-size: 0.8em;
}
article section.locations ul li strong.count {
  display: block;
  font: 50px/1 "Montserrat", sans-serif;
  font-weight: bold;
}
article section.locations div.select div.value {
  padding-left: 18px;
}
article section.locations div.select div.value:before {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/marker-small.png");
  width: 13px;
  height: 18px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  content: '';
  float: left;
  position: relative;
  top: 2px;
  left: -8px;
}
article section.video {
  position: relative;
}
article section.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
article div.video_iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  article div.video_iframe iframe {
    min-height: 300px;
  }
}
.formfield,
article input.text,
article textarea {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  border: 1px solid #DEDEDE;
  background-color: #fff;
  font: 1em "Lato", sans-serif;
  /*font-style: italic;*/
  color: black;
  outline: none;
  border-radius: 5px;
  -webkit-appearance: none;
}
article div.select.promotion-carparks {
  height: auto;
}
label {
  font: 1em "Lato", sans-serif;
  font-style: italic;
  color: black;
}
label.error {
  display: block;
  color: #ED1C23;
  font-size: 13px;
  padding-top: 8px;
}
input.conversation {
  display: none;
}
/*input.placeholder, textarea.placeholder, div.select.placeholder div.value { color: #999999 !important; }*/
::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
:-moz-placeholder {
  color: #999999;
  opacity: 1;
}
::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
article .form {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}
article .form li {
  margin-bottom: 16px !important;
}
article .form li:last-child {
  margin-bottom: 0 !important;
}
article .form li.full {
  clear: both;
}
article .form li.small {
  float: left;
  width: 40%;
  padding-right: 16px;
  font-size: inherit;
}
.nothalf {
  width: 47% !important;
}
li.center {
  width: 6% !important;
  text-align: center;
  padding-right: 0 !important;
}
ol.olParker {
  margin-left: 100px;
  margin-bottom: 20px;
  font-size: smaller;
  list-style-type: decimal;
}
.full.step2 img {
  width: auto;
}
.short textarea {
  min-height: 55px;
}
@media only screen and (max-width: 768px) {
  article .form li.small {
    width: 50%;
    float: none;
    padding-bottom: 10px;
  }
  #platinumstep1 li.small.center {
    float: left;
  }
  article label.checkbox {
    width: 150px;
  }
}
article .form li.left {
  float: left;
  width: 50%;
  padding-right: 8px;
}
#platinumstep1 ul.form li.left {
  clear: left;
}
@media only screen and (max-width: 768px) {
  article .form li.left {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  article #platinumstep1 li.left {
    float: left !important;
    width: 100%;
    padding-right: 0;
  }
}
article .form li.right {
  float: right;
  width: 50%;
  padding-left: 8px;
}
@media only screen and (max-width: 768px) {
  article .form li.right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  article #platinumstep1 li.right {
    float: right !important;
    width: 100%;
    padding-left: 0;
  }
}
article .form li.required:before {
  content: '*';
  display: block;
  position: absolute;
  margin-top: -9px;
  margin-left: -8px;
}
article#claims #claimsForm .form li.required:before {
  content: '';
}
@media only screen and (max-width: 768px) {
  article .form li.required:before,
  article .form li.required div.select:before {
    margin-top: 2px;
    margin-left: 4px;
    z-index: 1;
  }
}
article .form li.date li {
  float: left;
  width: 25%;
  padding-right: 16px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  article .form li.date li {
    width: 33.3%;
  }
}
@media only screen and (max-width: 768px) {
  article .form li.date {
    height: 45px;
  }
  article .form li.date ul {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
  }
  article .form li.date ul:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }
  article .form li.date li {
    float: none;
    padding: 0;
    display: inline-block;
    vertical-align: top;
  }
  article .form li.date li.day {
    width: 20%;
  }
  article .form li.date li.month {
    width: 40%;
  }
  article .form li.date li.year {
    width: 30%;
  }
}
article .form li h3 {
  padding-top: 1em;
}
article .form p.required {
  font-size: 0.8em !important;
}
div.terms-item,
div.employment-item,
div.faq-item {
  cursor: pointer;
}
div.terms-item div:hover,
div.employment-item div:hover,
div.faq-item div:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  article .form p.required {
    margin: 1em 0;
  }
}
article .form p.terms {
  margin-bottom: 0.8em;
}
article .form p.terms strong {
  display: block;
}
article .form p.terms a {
  /*color: #fd980f;*/
}
article .form input.reset {
  display: block;
  float: left;
  border: 0;
  padding: 0;
  margin: 24px 0 0 0;
  background: transparent;
  /*color: #fd980f;*/
  text-decoration: underline;
  font-family: inherit;
  font-size: inherit;
}
article .form input.submit,
article .form a.submit {
  display: inline-block;
  border: 0;
  height: 40px;
  background: #ed1c23;
  color: white;
  font: 15px/1 "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 12px 16px;
  width: 50%;
  float: right;
  text-transform: uppercase;
}
a.submit.platinumstep1 {
  width: 100% !important;
}
#numberOfCard {
  padding-bottom: 5px;
}
article .form input.submit:hover,
article .form input.submit:focus,
article .form a.submit:hover,
article .form a.submit:focus {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  article .form input.submit,
  article .form a.submit {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px 8px;
  }
  #platinum-parking input.reset {
    position: absolute;
    bottom: 70px;
  }
  a.platinumstep1 {
    margin: 40px 0 -10px 0 !important;
  }
  a.platinumstep2 {
    margin: 50px 0 10px 0 !important;
  }
  input.submit.platinumstep3 {
    margin: 40px 0 10px 0 !important;
  }
}
article .form input.submit.disabled,
article .form a.submit.disabled {
  background-color: #999999 !important;
}
@media only screen and (max-width: 768px) {
  article .form input.submit,
  article .form a.submit {
    display: inline-block;
    border: 0;
    height: 40px;
    background: #ed1c23;
    color: white;
    font: 15px/1 "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 12px 16px;
    padding-top: 13px !important;
    font-size: 1.1em !important;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
  }
  article .form input.submit:hover,
  article .form input.submit:focus,
  article .form a.submit:hover,
  article .form a.submit:focus {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  article .form input.submit,
  article .form a.submit {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px 8px;
  }
}
article input.text,
article textarea {
  padding: 10px;
}
article input.text.busy,
article textarea.busy {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/busy-small.gif");
  background-repeat: no-repeat;
  background-position: 98% center;
}
article textarea {
  min-height: 120px;
  padding: 10px;
  resize: none;
}
article div.select select {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: transparent;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  border: solid 1px #DEDEDE;
}
article div.checkbox {
  position: relative;
  float: left;
  width: 16px;
  height: 16px;
  background: #fff;
}
article div.checkbox.active {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/checkbox.png");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
article div.checkbox input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
article label.checkbox {
  display: block;
  position: relative;
  margin-left: 22px;
  top: -2px;
}
article div.radio {
  position: relative;
  float: left;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
}
article div.radio.active {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/radiobutton.png");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
article div.radio input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
article label.radio {
  display: block;
  position: relative;
  margin-left: 22px;
  top: -2px;
}
div.form-response {
  color: black;
}
div.form-response a {
  /*color: #fd980f;*/
}
#find-a-park-results > div.content h2.location-title {
  word-wrap: break-word;
}
h2.location-title {
  color: #62C7C7;

}
a.location-proximity {
  color: black;
}
div.address h2,
section.share h3 {
  color: black;
}
@media only screen and (max-width: 768px) {
  #find-a-park section.left-1 hr,
  #find-a-park section.left-1 h2 {
    display: none;
  }
  #find-a-park section.left-1 li.search {
    padding-bottom: 10px;
    border-bottom: 1px solid #f7cd99;
  }
  #find-a-park section.left-1 li.current span {
    display: none;
  }
  #find-a-park section.left-1 li.current a {
    display: block;
    width: 48%;
  }
  #find-a-park section.left-1 li.current a.search-current {
    float: left;
  }
  #find-a-park section.left-1 li.current a.search-attraction {
    float: right;
  }
  #find-a-park section.left-1 li.current a.search-attraction.active {
    background-color: #d9800b;
    color: white;
  }
}
#find-a-park-results {
  background: #62C7C7;
}

#find-a-park-results div.content.introduction
{
	padding-top: 40px;
	background-position-y: 100%;
}

@media only screen and (max-width: 768px) {
  #find-a-park-results div.content.introduction {
    padding-top: 45px;
  }
}
#find-a-park-results div.scrollpane {
  background: white;
  height: 450px;
}
#find-a-park-results h2 {
  line-height: 1.2;
  padding-right: 0px;
  color: white;
}
@media only screen and (max-width: 768px) {
  #find-a-park-results h2 {
    padding-right: 0;
  }
}
#find-a-park-results ul.filters-1 {
  float: left;
  margin-bottom: 5px;
}
#find-a-park-results ul.filters-1 li {
  margin: 0 10px 0 0;
}
#find-a-park-results ul.filters-1 label {
  cursor: pointer;
}
/*
#find-a-park-results ul.filters-1 label.book-a-bay {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/filter-bookabay.png");
  width: 45px;
  height: 54px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
#find-a-park-results ul.filters-1 label.book-a-bay.active {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/filter-bookabay-active.png");
  width: 45px;
  height: 54px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
#find-a-park-results ul.filters-1 label.monthly-parking {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/filter-monthlyparking.png");
  width: 45px;
  height: 54px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
#find-a-park-results ul.filters-1 label.monthly-parking.active {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/filter-monthlyparking-active.png");
  width: 45px;
  height: 54px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
#find-a-park-results ul.filters-1 label.platinum-parking {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/filter-platinumparking.png");
  width: 45px;
  height: 54px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
#find-a-park-results ul.filters-1 label.platinum-parking.active {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/filter-platinumparking-active.png");
  width: 45px;
  height: 54px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
#find-a-park-results ul.filters-1 label.wilson-one {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/wilsone-one-parking.png");
  width: 45px;
  height: 54px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
#find-a-park-results ul.filters-1 label.wilson-one.active {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/wilsone-one-parking-active.png");
  width: 45px;
  height: 54px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
#find-a-park-results ul.filters-1 label.epark {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/epark-normal.png");
  width: 45px;
  height: 54px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
#find-a-park-results ul.filters-1 label.epark.active {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/epark-active.png");
  width: 45px;
  height: 54px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}*/
/*#find-a-park-results ul.filters-2 {
    clear: both;
    margin: 0;
}*/
@media only screen and (max-width: 768px) {
  #find-a-park-results ul.filters-2 {
    display: none;
  }
}
/*#find-a-park-results ul.filters-2 li {
    width: 200px;
    float: left;
    padding: 15px 0 0 0;
    font: 0.9em "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #a7998a;
}*/
#find-a-park-results ul.filters-2 li:last-child {
  margin-top: -5px;
}
@media only screen and (max-width: 768px) {
  /*#find-a-park-results ul.filters-2 li {
        width: 50%;
        font-size: 0.7em;
    }*/
}
#find-a-park-results ul.filters-2 li label {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  /*#find-a-park-results ul.filters-2 li label {
        line-height: 1.5;
    }*/
}
/*#find-a-park-results ul.filters-2 li label input {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
}

#find-a-park-results ul.filters-2 li label:before {
    background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/filter-bg.png");
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    content: '';
    float: left;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

#find-a-park-results ul.filters-2 li label.active:before {
    background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/filter-bg_on.png");
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -999px;
}

#find-a-park-results ul.filters-2 li div.select {
    display: inline-block;
    width: 70px;
    height: 27px;
    position: relative;
    margin-left: 5px;
    background: #fff;
}

#find-a-park-results ul.filters-2 li div.select div.value {
    padding: 5px;
}

#find-a-park-results ul.filters-2 li div.select div.value:after {
    top: 6px;
}*/
#find-a-park-results a.filters {
  display: none;
  float: right;
  margin-top: 12px;
  font: 0.8em "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  /*color: #fd980f;*/
}
#find-a-park-results a.filters:after {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/arrow-orange-down.png");
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  content: '';
  margin-left: 8px;
}
#find-a-park-results a.filters.active:after {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/arrow-orange-up.png");
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}
@media only screen and (max-width: 768px) {
  #find-a-park-results a.filters {
    display: block;
  }
}
#find-a-park-results section.results table {
  width: 100%;
}
#find-a-park-results section.results table th {
  color: black;
  /*padding-bottom: 25px;*/
  border-bottom: 1px solid #a7998a;
}
@media only screen and (max-width: 768px) {
  #find-a-park-results section.results table th {
    padding-bottom: 10px;
  }
}
#find-a-park-results section.results table th.location {
  width: 50%;
}
#find-a-park-results section.results table th.distance {
  width: 10%;
}
#find-a-park-results section.results table th.price {
  width: 40%;
}
#find-a-park-results section.results table th.view {
  min-width: 0;
}
#find-a-park-results section.results table th.price div.select {
  width: 50%;
  float: right;
}
#find-a-park-results section.results table th.price label {
  width: 50%;
  float: left;
  clear: left;
  padding: 10px;
}
#find-a-park-results section.results table td {
  padding: 25px 0 0 0;
  color: black;
}
@media only screen and (max-width: 768px) {
  #find-a-park-results section.results table td {
    padding-top: 10px;
  }
}
#find-a-park-results section.results table td.number {
  min-width: 50px;
}
#find-a-park-results section.results table td.number span {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/red-marker.png");
  width: 38px;
  height: 46px;
  background-repeat: no-repeat;
  display: block;
  padding-top: 8px;
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  color: #e30613;
  text-decoration: none;
}
#find-a-park-results section.results table td.number img {
  width: 38px;
  height: 46px;
}
#find-a-park-results section.results table td.location {
  width: 60%;
  padding-right: 20px;
}
#find-a-park-results section.results table td.location h3 {
  font: 1.1em/1.7 "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}
#find-a-park-results section.results table td.location address {
  font: 1em "Montserrat", sans-serif;
}
@media only screen and (max-width: 768px) {
  #find-a-park-results section.results table td.location address {
    font-size: 0.8em;
  }
}
#find-a-park-results section.results table td.price {
  width: 30%;
}
#find-a-park-results section.results table td.price strong {
  font: 2em "Montserrat", sans-serif;
  font-weight: bold;
}
#find-a-park-results section.results table tr {
  z-index: 998;
}
#find-a-park-results section.results table td.price strong span.quotePrice {
  font: bold 0.5em "Montserrat", sans-serif;
  z-index: 999;
  /*color: #fd980f;*/
}
#find-a-park-results section.results table td.price strong span.quotePrice a,
#find-a-park-results section.results table td.price strong span.quotePrice a:visited {
  /*color: #fd980f;*/
}
#find-a-park-results section.results table td.price span {
  display: block;
  font: 0.7em "Montserrat", sans-serif;
  text-transform: uppercase;
}
#find-a-park-results section.results table td.view {
  width: 10%;
}
@media only screen and (max-width: 768px) {
  #find-a-park-results section.results table td.view a {
    display: none;
  }
}
#find-a-park-details div p.instruction {
  float: left;
  margin-top: 10px;
}
#find-a-park-details div.address {
  margin-bottom: 0;
}
#find-a-park-details {
  background: #62C7C7;
  color: black;
}
#find-a-park-details div.scrollpane {
  background: white;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details div.content.introduction {
    /*padding-top: 45px;*/
  }
  #find-a-park-details div.content {
    padding-bottom: 0;
  }
  #find-a-park-details hr.desktop {
    display: none;
  }
}
#find-a-park-details section.details h2 {
  margin-bottom: 0.2em;
}
#find-a-park-details section.details h1,
#find-a-park-details section.information h1 {
  text-transform: none;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 0.2em;
}
#find-a-park-details hr {
  margin: 0.5em;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.details h1,
  #find-a-park-details section.details h2,
  #find-a-park-details section.information h1 {
    font-size: 1.1em;
  }
}
#find-a-park-details section.details address,
#find-a-park-details section.details p {
  /*float: left;*/
  margin-right: 20px;
  font-size: 1.1em;
}
#find-a-park-details .content {
  padding: 10px 25px 0 25px;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details .content {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.details {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b6b4b2;
  }
  #find-a-park-details section.details div.address {
    float: left;
    width: 55%;
  }
  #find-a-park-details section.details div.details {
    float: right;
    width: 42%;
  }
  #find-a-park-details section.details div.details p {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.directions {
    /*display: none;*/
  }
}
#find-a-park-details section.directions ul {
  margin: 0;
}
#find-a-park-details section.directions ul li.search {
  float: left;
  width: 100%;
  padding: 0 0;
}
#find-a-park-details section.directions ul li.search:before {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/marker-small.png");
  width: 13px;
  height: 18px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  content: '';
  position: absolute;
  margin-top: 12px;
  margin-left: 10px;
}
#find-a-park-details section.directions ul li.search input.directions-query {
  padding-left: 30px;
  font-style: italic;
  color: #a7998a;
}
#find-a-park-details section.directions ul li.book {
  float: right;
  width: 190px;
}
#find-a-park-details section.directions ul li.book a {
  display: inline-block;
  border: 0;
  height: 40px;
  background: #fd980f;
  color: white;
  font: 15px/1 "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 12px 16px;
  width: 100%;
  text-transform: uppercase;
}
#find-a-park-details section.directions ul li.book a:hover,
#find-a-park-details section.directions ul li.book a:focus {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.directions ul li.book a {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px 8px;
  }
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.share {
    border-bottom: 1px solid #b6b4b2;
    padding-bottom: 10px;
  }
}
#find-a-park-details section.share {
    /*float: left;*/
    padding-left: 0;
    width: 100%;
    border-bottom: none 0 white;
}
#find-a-park-details section.share h3,
#find-a-park-details section.hours h3 {
  position: relative;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.share h3 {
    width: 110px;
  }
}
#find-a-park-details section.share ul {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.share ul {
    width: 42%;
  }
}
#find-a-park-details section.share ul li {
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.share ul li {
    margin: 10px 10px 0 0;
  }
}
#find-a-park-details section.share a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 1;
}
#find-a-park-details section.share a:hover,
#find-a-park-details section.share a:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#find-a-park-details section.share a span {
  display: none;
}
#find-a-park-details section.share a.facebook {
    background-image: url(/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/fb.png);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    /* background-size: 40px; */
    /* border-radius: 5px 10px 15px 20px; */
}
#find-a-park-details section.share a.google_plusone_share {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/google.png");
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
#find-a-park-details section.share a.twitter {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/twitter.png");
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
#find-a-park-details section.share a.email {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/icon-email.png");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  background-size: 40px;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.available {
    border-bottom: 1px solid #b6b4b2;
    padding-bottom: 15px;
  }
}
#find-a-park-details section.available h3 {
  float: left;
  position: relative;
  top: 15px;
}
#find-a-park-details section.available ul {
  float: left;
  margin: 0;
  height: 45px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.available ul {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #find-a-park-details section.available ul {
    height: 30px;
  }
}
#find-a-park-details section.available ul li {
  width: 25%;
  float: left;
  position: relative;
  min-width: 70px;
  margin-left: 0;
  padding-top: 8px;
  padding-left: 45px;
  font: 0.9em/1.1 "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #a7998a;
  padding-right: 14px;
}
#find-a-park-details section.available ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
#find-a-park-details section.available ul li.book-a-bay:before {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/filter-bookabay.png");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  background-size: cover;
}
#find-a-park-details section.available ul li.book-a-bay span {
  float: left;
}
#find-a-park-details section.available ul li.monthly-parking:before {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/filter-monthlyparking.png");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  background-size: cover;
}
#find-a-park-details section.available ul li.platinum-parking:before {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/filter-platinumparking.png");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  background-size: cover;
}
/*#find-a-park-details section.available ul li.wilson-one:before {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/wilsone-one-parking.png");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  background-size: cover;
}*/
#find-a-park-details section.available ul li.epark {
  padding-top: 13px !important;
}
#find-a-park-details section.available ul li.epark:before {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/epark-normal.png");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.available ul li {
    float: none;
    width: 46px;
    display: inline-block;
    padding-left: 0;
    margin-left: 0;
    margin-right: 10px;
    min-width: 80px;
  }
  #find-a-park-details section.available ul li.monthly-parking {
    margin-right: 25px;
  }
  #find-a-park-details section.available ul li.wilson-one {
    margin-right: 20px;
  }
  #find-a-park-details section.available ul li.epark {
    margin-right: 20px;
    margin-bottom: 6px;
  }
  #find-a-park-details section.available ul li span {
    display: block;
    left: 50px;
    position: relative;
    font-size: 0.8em;
    float: left !important;
  }
  #find-a-park-details section.available ul li.epark span {
    top: -2px;
  }
}
@media only screen and (max-width: 480px) {
  #find-a-park-details section.available ul li.book-a-bay:before {
    width: 30px;
    height: 30px;
  }
  #find-a-park-details section.available ul li.monthly-parking:before {
    width: 30px;
    height: 30px;
  }
  #find-a-park-details section.available ul li.platinum-parking:before {
    width: 30px;
    height: 30px;
  }
  #find-a-park-details section.available ul li.wilson-one:before {
    width: 30px;
    height: 30px;
  }
  #find-a-park-details section.available ul li.epark:before {
    width: 30px;
    height: 30px;
  }
  #find-a-park-details section.available ul li {
    float: none;
    width: 22%;
    display: inline-block;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    padding-right: 42px;
  }
  #find-a-park-details section.available ul li.monthly-parking {
    margin-right: 16px;
  }
  #find-a-park-details section.available ul li.wilson-one {
    margin-right: 8px;
  }
  #find-a-park-details section.available ul li.epark {
    margin-right: 8px;
    margin-bottom: 3px;
  }
  #find-a-park-details section.available ul li span {
    display: block;
    left: 35px;
    position: relative;
    font-size: 0.6em;
    float: left !important;
  }
  #find-a-park-details section.available ul li.epark span {
    top: -3px;
  }
}
#find-a-park-details section.book {
  display: none;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.book {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 100%;
    padding: 10px;
    padding-bottom: 30px;
    margin-left: -10px;
    position: relative;
    z-index: 999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
  }
}
#find-a-park-details section.book a {
  display: inline-block;
  border: 0;
  height: 40px;
  background: #fd980f;
  color: white;
  font: 15px/1 "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 12px 16px;
  width: 100%;
  padding-top: 13px !important;
  font-size: 1.1em !important;
  text-transform: uppercase;
}
#find-a-park-details section.book a:hover,
#find-a-park-details section.book a:focus {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.book a {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px 8px;
  }
}
#find-a-park-details section.map-mobile {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  padding: 0 10px;
  margin-left: -10px;
  display: none;
  height: 240px;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.map-mobile {
    display: block;
  }
}
#find-a-park-details section.map-mobile #map-mobile {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  padding: 0 10px;
  margin-left: -10px;
  height: 240px;
}
#find-a-park-details section.hours table {
  float: right;
  width: 48%;
}
#find-a-park-details section.hours table th,
#find-a-park-details section.hours table td {
  width: 50%;
  vertical-align: top;
  padding-bottom: 0.5em;
}
#find-a-park-details section.hours table td {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.hours table {
    float: none;
    width: 100%;
    border-bottom: 1px solid #b6b4b2;
    margin-bottom: 10px;
  }
  #find-a-park-details section.hours table tr:last-child td {
    padding-bottom: 20px;
  }
  #find-a-park-details section.hours table th {
    width: 60%;
  }
  #find-a-park-details section.hours table td {
    width: 40%;
  }
}
#find-a-park-details section.hours div.image {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.hours div.image {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
#find-a-park-details section.rates h3 {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.rates h3 {
    float: none;
    width: 100%;
  }
}
#find-a-park-details section.rates h3 em {
  font-weight: normal;
  font-size: 0.9em;
  padding-left: 4px;
}
#find-a-park-details section.rates table {
  float: right;
  width: 48%;
  font-size: 1.1em;
}
#find-a-park-details section.rates table th,
#find-a-park-details section.rates table td {
  width: 50%;
  vertical-align: top;
  padding-bottom: 0.5em;
}
#find-a-park-details section.rates table td strong {
  font-weight: bold;
  padding-left: 4px;
}
#find-a-park-details section.rates div.rateNotes {
  float: right;
  width: 100%;
  position: relative;
  clear: both;
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.rates table {
    float: none;
    width: 100%;
  }
  #find-a-park-details section.rates table tr:last-child td {
    padding-bottom: 20px;
  }
  #find-a-park-details section.rates table th {
    width: 60%;
  }
  #find-a-park-details section.rates table td {
    width: 40%;
  }
}
@media only screen and (min-width: 769px) {
  #find-a-park-details section.attractions {
    margin-bottom: -20px;
  }
  #find-a-park-details section.attractions h3 {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.attractions {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    padding: 10px;
    margin-left: -10px;
  }
  #find-a-park-details section.attractions .toggleAttraction {
    float: right;
    padding-bottom: 10px;
  }
  #find-a-park-details section.attractions ul li {
    margin-bottom: 20px;
  }
}
#find-a-park-details section.attractions ul strong {
  display: block;
  font-family: "Larseitt-Regular";
  text-transform: uppercase;
  width: 60%;
}
@media only screen and (min-width: 769px) {
  #find-a-park-details section.attractions ul {
    padding-left: 25px;
  }
  #find-a-park-details section.attractions ul li {
    float: left;
    width: 30%;
    height: 150px;
    font-size: 0.85em;
  }
  #find-a-park-details section.attractions .toggleAttraction {
    float: right;
    padding-bottom: 25px;
  }
  #find-a-park-details section.attractions ul li:before {
    content: '';
    margin-bottom: 10px;
  }
  /*#find-a-park-details section.attractions ul li.education:before { display: block; width: 45px; height: 45px; background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/attractions.png") no-repeat 0 0px; background-size:50px; }
  #find-a-park-details section.attractions ul li.entertainment:before { display: block; width: 45px; height: 45px; background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/attractions.png") no-repeat 0 -50px; background-size:50px; }
  #find-a-park-details section.attractions ul li.theme-parks:before { display: block; width: 45px; height: 45px; background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/attractions.png") no-repeat 0 -100px; background-size:50px; }
  #find-a-park-details section.attractions ul li.landmarks:before { display: block; width: 45px; height: 45px; background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/attractions.png") no-repeat 0 -150px; background-size:50px; }
  #find-a-park-details section.attractions ul li.sporting-venues:before { display: block; width: 80px; height: 45px; background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/attractions.png") no-repeat 0 -200px; background-size:50px; }
  #find-a-park-details section.attractions ul li.wildlife:before { display: block; width: 45px; height: 45px; background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/attractions.png") no-repeat 0 -250px; background-size:50px; }*/
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.attractions ul {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  #find-a-park-details section.attractions ul li {
    float: left;
    width: 50%;
    height: 40px;
    font-size: 0.8em;
    margin: 5px 0 0 0;
  }
  #find-a-park-details section.attractions ul li:before {
    content: '';
    float: left;
    margin-top: -1px;
    margin-right: 5px;
  }
  /*#find-a-park-details section.attractions ul li.education:before { display: block; width: 33px; height: 33px; background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/attractions-small.png") no-repeat 0 0px; margin-bottom:20px;}
  #find-a-park-details section.attractions ul li.entertainment:before { display: block; width: 33px; height: 33px; background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/attractions-small.png") no-repeat 0 -50px; margin-bottom:20px;}
  #find-a-park-details section.attractions ul li.theme-parks:before { display: block; width: 33px; height: 33px; background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/attractions-small.png") no-repeat 0 -100px; margin-bottom:20px;}
  #find-a-park-details section.attractions ul li.landmarks:before { display: block; width: 33px; height: 33px; background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/attractions-small.png") no-repeat 0 -150px; margin-bottom:20px; }
  #find-a-park-details section.attractions ul li.sporting-venues:before { display: block; width: 33px; height: 33px; background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/attractions-small.png") no-repeat 0 -200px; margin-bottom:20px;}
  #find-a-park-details section.attractions ul li.wildlife:before { display: block; width: 33px; height: 33px; background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/attractions-small.png") no-repeat 0 -250px; margin-bottom:20px; }*/
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.services section.promo-news {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    padding: 10px;
    padding-bottom: 30px;
    margin-left: -10px;
    background: #62C7C7;
  }
}
#find-a-park-details section.services section.promo-news h3 {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.services h3 {
    float: none;
    width: 100%;
  }
}
#find-a-park-details section.services ul {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.services ul {
    float: none;
    width: 100%;
  }
}
#find-a-park-details section.services ul li {
  float: left;
  width: 50%;
}
#find-a-park-details section.attractions img.attraction {
  width: 45px;
  margin-bottom: 10px;
  display: block;
  background-color: transparent;
}
#find-a-park-details section.services {
  margin-bottom: 30px;
}
#find-a-park-details section.information {
  margin-bottom: 30px;
}
#find-a-park-details section.information .more-paragraph .morecontent span {
  display: none;
}

#find-a-park-details .morecontent span {
  display: none;
}
#find-a-park-details section.information .more-paragraph .morelink {
  display: block;
  float: right;
}
@media only screen and (max-width: 768px) {
  #find-a-park-details section.attractions img.attraction {
    width: 33px;
    margin-bottom: 20px;
    margin-right: 5px;
    float: left;
    background-color: transparent;
  }
}
#find-a-park-directions {
  background: #62C7C7;
}
#find-a-park-directions section {
  margin-left: 20px;
  margin-right: 20px;
}
#find-a-park-directions section.origin,
#find-a-park-directions section.destination {
  position: relative;
  padding-left: 25px;
  min-height: 52px;
}
#find-a-park-directions section.origin:before,
#find-a-park-directions section.destination:before {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/marker-small.png");
  width: 13px;
  height: 18px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
}
#find-a-park-directions section.directions {
  min-height: 22px;
}
#find-a-park-directions p,
#find-a-park-directions ol {
  font-size: 1.15em;
}
#find-a-park-directions p.summary {
  font-weight: bold;
}
#find-a-park-directions p.copyright {
  font-size: 0.8em;
  margin-top: 2em;
}
#find-a-park-directions p.status {
  margin: 0;
}
#find-a-park-directions ol {
  list-style-type: decimal;
  padding-left: 20px;
}
#find-a-park-directions ol li {
  position: relative;
  padding-right: 20%;
  margin-bottom: 0.4em;
}
#find-a-park-directions ol li span.distance {
  position: absolute;
  top: 0;
  right: 0;
}
#find-a-park-directions .total {
  float: right;
}
#find-a-park-wizard div.step {
  display: none;
}
#find-a-park-wizard div.step:first-child {
  display: block;
}
#find-a-park-wizard div.step p.question {
  font-weight: bold;
}
#find-a-park-wizard div.step ul label {
  display: block;
  padding: 16px;
  margin-bottom: 1px;
  background: #736357;
  font: 15px/1 "Montserrat", sans-serif;
  text-align: center;
  color: white;
  cursor: pointer;
}
#find-a-park-wizard div.step ul label:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#find-a-park-wizard div.step ul label input {
  display: none;
}
#find-a-park-wizard div.step ul li {
  margin-bottom: 0 !important;
}
#book-a-bay-search {
  background-color: white;
}
#book-a-bay-search hr {
  border-color: #DEDEDE;
}
#book-a-bay-search input.text,
#book-a-bay-search div.select div.value,
#claims-form div.select div.value  {
  color: black;
}
#book-a-bay-search input.text::-webkit-input-placeholder {
  color: black;
}
#book-a-bay-search input.text:disabled::-webkit-input-placeholder {
  color: #999;
}
#book-a-bay-search input.text:-ms-input-placeholder {
  color: black;
}
#book-a-bay-search input.text:disabled:-ms-input-placeholder {
  color: #999;
}
#book-a-bay-search input.text:-moz-placeholder,
#book-a-bay-search input.text::-moz-placeholder {
  color: black;
}
#book-a-bay-search input.text:disabled:-moz-placeholder,
#book-a-bay-search input.text:disabled::-moz-placeholder {
  color: #999;
}
#book-a-bay-search input.search-calendarentry {
  color: black;
}
#book-a-bay-search input.search-calendarexit, #claims-form input.claims-calendarexit {
  color: black;
}
#book-a-bay-search .cycle-pager-banner {
  display: none;
}
#book-a-bay-search section.search-location {
  padding-top: 10px;
}
#book-a-bay-search section.search-location ul {
  margin: 0;
  padding-bottom: 0;
}
#book-a-bay-search section.search-location ul li.submit a,
#book-a-bay-search section.search-state-region ul li.submit a {
  background: #ed1c23;
  color: #fff;
}
#book-a-bay-search li.resetForm {
  padding-bottom: 10px;
}
#book-a-bay-search li.resetForm h2 {
  display: inline-block;
  margin-bottom: 0.5em;
}
#book-a-bay-search section.search-find-a-bay li a.reset,
#book-a-bay-search section.search-find-a-bay li a.reset:hover,
#book-a-bay-search section.search-find-a-bay li a.reset:visited {
  color: #ed1c23;
  padding-bottom: 5px;
  text-decoration: underline;
  float: right;
}
#book-a-bay-search section.search-location li.search-state {
  padding-right: 5px;
  width: 25%;
  float: left;
}
#book-a-bay-search section.search-find-a-bay li.search-state {
  padding-right: 5px;
  width: 25%;
  float: left;
}
#book-a-bay-search section.search-find-a-bay li.month-arrive {
  padding-right: 5px;
  width: 52%;
  display: block;
  float: left;
}
#book-a-bay-search section.search-find-a-bay li.day-arrive {
  float: left;
  width: 23%;
  padding-right: 5px;
}
#book-a-bay-search section.search-find-a-bay li.time-arrive {
  float: left;
  width: 25%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#book-a-bay-search section.search-find-a-bay li.month-exit {
  padding-right: 5px;
  width: 52%;
  display: block;
  float: left;
}
#book-a-bay-search section.search-find-a-bay li.day-exit {
  float: left;
  width: 23%;
  padding-right: 5px;
}
#book-a-bay-search section.search-find-a-bay li.time-exit, #claims-form section#claimsForm li.time-exit {
  float: left;
  width: 25%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#book-a-bay-search section.search-find-a-bay li.bab-award {
  float: left;
  width: 50%;
  padding-right: 5px;
}
#book-a-bay-search section.search-find-a-bay li.bab-membership {
  float: left;
  width: 50%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#book-a-bay-search section.search-find-a-bay li.bab-award:before {
  content: 'Award Program';
  position: relative;
  padding-bottom: 10px;
  top: -5px;
  font-size: 90%;
}
#book-a-bay-search section.search-find-a-bay li.bab-membership:before {
  content: 'Membership';
  position: relative;
  padding-bottom: 10px;
  top: -5px;
  font-size: 90%;
}
#book-a-bay-search section.search-find-a-bay li.bab-promo {
  float: left;
  width: 50%;
  padding-right: 5px;
}
#book-a-bay-search section.search-find-a-bay li.bab-promo:before {
  content: 'Promo Code';
  position: relative;
  padding-bottom: 10px;
  top: -5px;
  font-size: 90%;
}
#book-a-bay-search section.search-find-a-bay li.find:before {
  content: '\00a0';
  float: right;
}
#book-a-bay-search section.search-location li.timeTitle {
  clear: both;
  padding-bottom: 10px;
}
article section.left-1 input.search-calendarentry {
  /*color: #fd980f;*/
  font-size: 1.1em;
  font-weight: bold;
}
article section.left-1 input.search-calendarexit, article section.right-2 input.claims-calendarexit {
  /*color: #fd980f;*/
  font-size: 1.1em;
  font-weight: bold;
}
article section.search-find-a-bay ul li.calendarentry {
  float: left;
  padding-right: 5px;
  width: 75%;
}
article section.search-find-a-bay ul li.calendarexit, article section#claimsForm ul li.calendarexit {
  float: left;
  padding-right: 5px;
  width: 75%;
}
li.entry-date-string {
  position: relative;
  top: -20px;
  z-index: -10;
}
li.exit-date-string {
  position: relative;
  top: -20px;
  z-index: -10;
}
li.exit-date-claims {
  position: relative;
  top: -20px;
  z-index: -10;
}
article section#claimsForm ul li.exit-date-claims span {
  color: black;
}
#book-a-bay-search section.search-location li.search-carparks {
  width: 75%;
  float: left;
  padding-bottom: 10px;
  padding-right: 45px;
}
#book-a-bay-search section.search-find-a-bay li.search-carparks {
  width: 75%;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#book-a-bay-search section.search-location li.submit {
  float: left;
  width: 40px;
  margin-left: -40px;
}
@media only screen and (max-width: 768px) {
  #book-a-bay-search section.search-location li.search-state {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  #book-a-bay-search section.search-location li.search-carparks {
    width: 100%;
  }
  #book-a-bay-intro {
    padding-bottom: 3em;
  }
}
#book-a-bay-search section.search-location li.search {
  padding-right: 45px;
  margin-bottom: 10px;
  width: 100%;
}
#book-a-bay-search section.search-location li.time {
  clear: both;
  position: relative;
  margin-top: 10px;
}
#book-a-bay-search section.search-location li.time:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
}
#book-a-bay-search section.search-find-a-bay li.calendarentry img,
#book-a-bay-search section.search-find-a-bay li.calendarexit img,
#claims-form section#claimsForm li.calendarexit img {
  width: 30px;
  height: 19px;
  top: -30px;
  overflow: hidden;
  position: relative;
  left: 83%;
}
@media only screen and (min-width: 768px) {
  #book-a-bay-search section.search-find-a-bay li.month-arrive {
    display: none !important;
  }
  #book-a-bay-search section.search-find-a-bay li.day-arrive {
    display: none !important;
  }
  #book-a-bay-search section.search-find-a-bay li.month-exit {
    display: none !important;
  }
  #book-a-bay-search section.search-find-a-bay li.day-exit {
    display: none !important;
  }
  #book-a-bay-search section.search-find-a-bay li.calendarentry:before {
    content: 'Entry Date';
    position: relative;
    padding-bottom: 10px;
    top: -5px;
    font-size: 90%;
  }
  #book-a-bay-search section.search-find-a-bay li.calendarexit:before {
    content: 'Exit Date';
    position: relative;
    padding-bottom: 10px;
    top: -5px;
    font-size: 90%;
  }
    #claims-form section#claimsForm li.calendarexit:before {
        content: 'Exit Date';
        position: relative;
        padding-bottom: 10px;
        top: -5px;
        font-weight: bold;
        color: black;
    }
  #book-a-bay-search section.search-find-a-bay li.time-arrive:before {
    content: 'Entry Time';
    position: relative;
    padding-bottom: 10px;
    top: -5px;
    font-size: 90%;
  }
  #book-a-bay-search section.search-find-a-bay li.time-exit:before {
    content: 'Exit Time';
    position: relative;
    padding-bottom: 10px;
    top: -5px;
    font-size: 90%;
  }
    #claims-form section#claimsForm li.time-exit:before {
        content: 'Exit Time';
        position: relative;
        padding-bottom: 10px;
        font-weight: bold;
        color: black;
    }
}
@media only screen and (max-width: 768px) {
  #book-a-bay-search section.search-find-a-bay li.month-arrive:before {
    content: 'Entry Date';
    position: relative;
    padding-bottom: 10px;
    top: -5px;
    font-size: 90%;
  }
  #book-a-bay-search section.search-find-a-bay li.month-exit:before, #claims-form section#claimsForm li.calendarexit:before {
    content: 'Exit Date';
    position: relative;
    padding-bottom: 10px;
    top: -5px;
    font-size: 90%;
  }
  /*#book-a-bay-search section.search-find-a-bay li.day-arrive div.select, #book-a-bay-search section.search-find-a-bay li.day-exit div.select {top:18px;}*/
  #book-a-bay-search section.search-find-a-bay li.time-arrive:before {
    content: 'Entry Time';
    position: relative;
    padding-bottom: 10px;
    top: -5px;
    font-size: 90%;
  }
  #book-a-bay-search section.search-find-a-bay li.time-exit:before, #claims-form section#claimsForm li.time-exit:before {
    content: 'Exit Time';
    position: relative;
    padding-bottom: 10px;
    top: -5px;
    font-size: 90%;
  }
  #book-a-bay-search section.search-find-a-bay li.day-arrive {
    display: block !important;
  }
  #book-a-bay-search section.search-find-a-bay li.day-arrive:before {
    content: 'Entry Day';
    position: relative;
    padding-bottom: 10px;
    top: -5px;
  }
  #book-a-bay-search section.search-find-a-bay li.day-exit {
    display: block !important;
  }
  #book-a-bay-search section.search-find-a-bay li.day-exit:before {
    content: 'Exit Day';
    position: relative;
    padding-bottom: 10px;
    top: -5px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #book-a-bay-search section.search-find-a-bay li.day-arrive {
    display: block !important;
  }
  #book-a-bay-search section.search-find-a-bay li.day-arrive:before {
    content: 'Entry Day';
    position: relative;
    padding-bottom: 10px;
    top: -5px;
  }
  #book-a-bay-search section.search-find-a-bay li.day-exit {
    display: block !important;
  }
  #book-a-bay-search section.search-find-a-bay li.day-exit:before {
    content: 'Exit Day';
    position: relative;
    padding-bottom: 10px;
    top: -5px;
  }
  #book-a-bay-search section.search-find-a-bay li.calendarentry {
    display: none !important;
  }
  #book-a-bay-search section.search-find-a-bay li.calendarexit {
    display: none !important;
  }
  #book-a-bay-search section.search-find-a-bay li.month-arrive {
    display: block !important;
  }
  #book-a-bay-search section.search-find-a-bay li.month-arrive:before {
    content: 'Entry Month';
    position: relative;
    padding-bottom: 10px;
    top: -5px;
  }
  #book-a-bay-search section.search-find-a-bay li.month-exit {
    display: block !important;
  }
  #book-a-bay-search section.search-find-a-bay li.month-exit:before {
    content: 'Exit Month';
    position: relative;
    padding-bottom: 10px;
    top: -5px;
  }
  nav.main ul a {
    height: 130px !important;
    margin-top: 0px;
  }
  nav.main ul:after {
    height: 150px;
  }
  article section.panel.left.left-1 {
    min-width: 500px !important;
  }
  article section.panel.right.right-1 {
    min-width: 400px !important;
  }
  article section.panel.left.left-2 {
    min-width: 570px !important;
  }
  article section.panel.left.left-3 {
    min-width: 570px !important;
  }
  #find-a-park-details section.services {
    margin-bottom: 10px;
  }
  #find-a-park-results section.results table th.price label {
    position: absolute;
    right: 100px;
    width: auto;
  }
  /*#find-a-park-results ul.filters-2 li {
        padding-top: 10px;
    }*/
  #find-a-park-results section.results table td.location h3 {
    font: 1em/1 "Lato", sans-serif;
    font-weight: bold;
    margin-bottom: 0;
  }
  #find-a-park-results section.results table th.price div.select {
    width: auto;
  }
  #find-a-park-details section.services ul {
    width: auto;
    padding-left: 30px;
  }
  #find-a-park-details section.share ul li {
    margin-right: 5px;
  }
  #find-a-park-details section.directions ul li.search {
    width: 200px;
  }
  #content-page nav.subnav ul li,
  .newcontentpage  nav.subnav ul li {
    margin-right: 10px !important;
  }
  #content-page-content-details {
    width: 400px !important;
    min-width: 0 !important;
  }
}
#book-a-bay-search section.search-find-a-bay li.find a,
#book-a-bay-search ul li.button a {
  display: inline-block;
  border: 0;
  height: 40px;
  background: #ed1c23;
  color: #fff;
  font: 15px/1 "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 16px;
  width: 50%;
  text-transform: uppercase;
}
#book-a-bay-search section.search-find-a-bay li.find a:hover,
#book-a-bay-search section.search-find-a-bay li.find a:focus,
#book-a-bay-search ul li.button a:hover,
#book-a-bay-search ul li.button a:focus {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  #book-a-bay-search section.find a {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px 8px;
  }
}
#book-a-bay-search section.current a {
  display: inline-block;
  border: 0;
  height: 40px;
  background: white;
  /*color: #fd980f;*/
  font: 15px/1 "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 12px 12px;
  width: 50%;
  text-transform: uppercase;
}
#book-a-bay-search section.current a:hover,
#book-a-bay-search section.current a:focus {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  #book-a-bay-search section.current a {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px 8px;
  }
}
#book-a-bay-search section.current p {
  margin-top: 1em;
  margin-bottom: 0;
}
#book-a-bay-search section.current p:before {
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/icon_info.png");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  content: '';
  float: left;
  margin-right: 10px;
}
#book-a-bay-search section.login h2,
#book-a-bay-search section.search-location h2 {
  margin-bottom: 0.5em;
}
#book-a-bay-search section.login ul li {
  margin-bottom: 10px !important;
}
#book-a-bay-search section.login ul li.button {
  float: left;
  width: 100%;
  height: 40px;
  margin-bottom: 0 !important;
}
#book-a-bay-search section.login ul li.button input {
  display: inline-block;
  border: 0;
  height: 40px;
  background: #ed1c23;
  color: #fff;
  font: 15px/1 "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 12px 16px;
  width: 50%;
  text-transform: uppercase;
  float: right;
}
#book-a-bay-search section.login ul li.button input:hover,
#book-a-bay-search section.login ul li.button input:focus {
  opacity: 0.8;
}
#book-a-bay-search section.login ul li p#loginMessage label {
  color: red;
}
@media only screen and (max-width: 768px) {
  #book-a-bay-search section.login ul li.button input {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px 8px;
  }
}
#book-a-bay-search section.login ul li.forgot {
  float: right;
  width: 50%;
  text-align: right;
  padding-top: 10px;
}
#book-a-bay-search section.login ul li.forgot a {
  color: #fff;
  text-decoration: underline;
}
#book-a-bay-intro .introduction h2 {
  display: block;
  width: 260px;
  height: 55px;
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/Book-a-Bay-Logo.png");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
}
#book-a-bay-intro .book-a-bay-title {
  text-transform: none;
}
#book-a-bay-intro .book-a-bay-link {
  color: #954576;
}
#book-a-bay-intro .book-a-bay-redtext, #parkingapp-features .parking-app-redtext {
  color: #ED1C23;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
#book-a-bay-intro .content hr {
  border-bottom: 0;
}
#book-a-bay-intro .book-a-bay-note {
  font-size: 0.9em;
}
@media only screen and (max-width: 768px) {
  #book-a-bay-intro .introduction h2 {
    margin-top: 10px;
  }
}
#book-a-bay-intro .benefits .bab-img {
  text-align: center;
}
#book-a-bay-intro .benefits .bab-img img {
  display: initial;
  width: 85%;
  margin-top: 15px;
}
#book-a-bay-intro .benefits .col-1-5 {
  float: left;
  width: 20%;
  text-align: center;
}
#book-a-bay-intro .benefits .col-1-5 img {
  display: initial;
  width: 42px;
  height: 193px;
}
#book-a-bay-intro .benefits .col-4-5 {
  float: left;
  width: 80%;
}
@media only screen and (max-width: 480px) {
  #book-a-bay-intro .benefits .col-4-5 .dot-2 {
    padding-top: 35px;
  }
  #book-a-bay-intro .benefits .col-4-5 .dot-3 {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #book-a-bay-intro .benefits .col-1-5 img {
    display: initial;
    width: 42px;
    height: 193px;
  }
  #book-a-bay-intro .benefits .col-4-5 .dot-1 {
    padding-top: 10px;
  }
  #book-a-bay-intro .benefits .col-4-5 .dot-2 {
    padding-top: 55px;
  }
  #book-a-bay-intro .benefits .col-4-5 .dot-3 {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1359px) {
  #book-a-bay-intro .benefits .col-4-5 .dot-1 {
    padding-top: 10px;
  }
  #book-a-bay-intro .benefits .col-4-5 .dot-2 {
    padding-top: 55px;
  }
  #book-a-bay-intro .benefits .col-4-5 .dot-3 {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1360px) and (max-width: 1919px) {
  #book-a-bay-intro .benefits .col-4-5 .dot-2 {
    padding-top: 35px;
  }
  #book-a-bay-intro .benefits .col-4-5 .dot-3 {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 1920px) {
  #book-a-bay-intro .benefits .col-4-5 .dot-1 {
    padding-top: 10px;
  }
  #book-a-bay-intro .benefits .col-4-5 .dot-2 {
    padding-top: 45px;
  }
  #book-a-bay-intro .benefits .col-4-5 .dot-3 {
    padding-top: 38px;
  }
}
#book-a-bay-intro .benefits .col-1-4 {
  float: left;
  width: 30%;
  text-align: center;
}
@media only screen and (min-width: 1920px) {
  #book-a-bay-intro .benefits .col-1-4 img {
    display: initial;
    width: 70%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #book-a-bay-intro .benefits .col-1-4 img {
    display: initial;
    width: 30%;
  }
}
#book-a-bay-intro .benefits .col-3-4 {
  float: left;
  width: 70%;
}
#book-a-bay-intro .benefits .grid:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  body.monthly-parking-search {
    background: #fd980f;
  }
}
@media only screen and (max-width: 768px) {
  #monthly-parking-search hr:last-of-type {
    display: none;
  }
}
#monthly-parking-search section.introduction {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #monthly-parking-search section.introduction {
    margin-bottom: 0;
  }
}
#monthly-parking-search section.introduction ul {
  line-height: 1.8;
  list-style-type: disc;
  padding-left: 20px;
}
#monthly-parking-search section.apply a, #monthly-parking-quote section.apply a {
  display: inline-block;
  border: 0;
  height: 40px;
  background: #ed1c23;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 40px;
  -webkit-appearance: none;
  padding: 12px 16px;
  width: 50%;
  float: right;
}
#monthly-parking-search section.apply a:hover,
#monthly-parking-search section.apply a:focus,
#monthly-parking-quote section.apply a:hover,
#monthly-parking-quote section.apply a:focus {
  opacity: 0.8;
}
#monthly-parking-search .content {
  padding: 0;
  font-weight: normal;
}
#monthly-parking-search .content .top-content {
  padding: 45px 25px 25px;
  background-color: #62C7C7;
  color: #fff;
}
#monthly-parking-search .content .search-content {
  padding: 25px 25px 45px;
}
#monthly-parking-search .content .search-content section {
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  #monthly-parking-search section.apply a, #monthly-parking-quote section.apply a {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px 8px;
  }
}
@media only screen and (min-width: 769px) {
  #monthly-parking-search section.apply.below {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #monthly-parking-search section.apply.above a {
    display: inline-block;
    border: 0;
    height: 40px;
    background: white;
    /*color: #fd980f;*/
    font: 15px/1 "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 12px 16px;
    width: 100%;
    padding-top: 13px !important;
    font-size: 1.1em !important;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #monthly-parking-search section.apply.above a:hover,
  #monthly-parking-search section.apply.above a:focus {
    opacity: 0.8;
  }
  #monthly-parking-search section.apply.below {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #monthly-parking-search section.apply.above a {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px 8px;
  }
}
@media only screen and (max-width: 768px) {
  #monthly-parking-search section.locations {
    border-top: 1px solid #f7cd99;
    margin-top: 10px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  body.monthly-parking-apply {
    background: #62C7C7;
  }
}
@media only screen and (max-width: 768px) {
  #monthly-parking-apply div.content {
    padding-top: 45px;
  }
  #monthly-parking-apply hr {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body.platinum-parking-search {
    background: #461E70;
  }
}
@media only screen and (max-width: 768px) {
  #platinum-parking-search hr:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #platinum-parking ::-webkit-input-placeholder {
    font-size: 0.7em;
  }
  #platinum-parking :-moz-placeholder {
    font-size: 0.7em;
  }
  #platinum-parking :-ms-input-placeholder {
    font-size: 0.7em;
  }
  #platinum-parking li.required div.checkbox {
    left: 12px;
    margin-bottom: 20px;
    top: 10px;
  }
  #platinum-parking li.required label.checkbox {
    left: 12px;
    top: 10px;
  }
  #platinum-parking li.required label.radiogroup {
    margin-left: 12px;
    margin-top: 10px;
  }
  #platinum-parking li.required ul.radiogroup {
    margin-left: 12px;
  }
  #platinum-parking li.small {
    display: inline-table;
  }
  #platinum-parking li.full.subscribe {
    margin-top: 50px;
  }
  #platinum-parking li.full.subscribe label {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #platinum-parking-search h1 {
    margin-top: 10px;
  }
}
#platinum-parking-search {
  background-color: white;
}
#platinum-parking-search hr {
  border-color: #DEDEDE;
}
#platinum-parking-search h2 {
}
#platinum-parking-search section.apply a {
  display: inline-block;
  border: 0;
  border-radius: 40px !important;
  height: 40px;
  background: #ED1C23;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 12px 16px;
  width: 50%;
  float: right;
  color: white;
}
#platinum-parking-search div.select div.value {
  color: #444;
}
#platinum-parking-search section.wilson-one-join-note a,
#platinum-parking-search section.wilson-one-join-note a:hover,
#platinum-parking-search section.wilson-one-join-note a:visited {
  text-decoration: underline;
  color: white;
}
#platinum-parking-search section.introduction p {
  font-size: 1.1em;
}
#platinum-parking-search section.introduction p strong {
  font-size: 1.2em;
}
#platinum-parking-search section.locations {
  padding-top: 0;
}
#platinum-parking-search section.apply a:hover,
#platinum-parking-search section.apply a:focus {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  #platinum-parking-search section.apply a {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px 8px;
  }
}
@media only screen and (min-width: 769px) {
  #platinum-parking-search section.apply.below {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #platinum-parking-search section.apply.above a {
    display: inline-block;
    border: 0;
    height: 40px;
    font: 15px/1 "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 12px 16px;
    width: 100%;
    padding-top: 13px !important;
    font-size: 1.1em !important;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #platinum-parking-search section.apply.above a:hover,
  #platinum-parking-search section.apply.above a:focus {
    opacity: 0.8;
  }
  #platinum-parking-search section.apply.below {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #platinum-parking-search section.apply.above a {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px 8px;
  }
}
@media only screen and (max-width: 768px) {
  #platinum-parking-search section.locations {
    border-top: 1px solid #f7cd99;
    margin-top: 10px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  body.platinum-parking-apply,
  body.platinum-parking-apply-2,
  body.platinum-parking-apply-3 {
    background: #62C7C7;
  }
}
#platinum-parking-apply label.radiogroup,
#platinum-parking-apply-2 label.radiogroup,
#platinum-parking-apply-3 label.radiogroup {
  float: left;
  margin-right: 30px;
}
#platinum-parking-apply ul.radiogroup,
#platinum-parking-apply-2 ul.radiogroup,
#platinum-parking-apply-3 ul.radiogroup {
  float: left;
  margin-top: 2px;
  margin-bottom: 1em;
}
#platinum-parking-apply ul.radiogroup li,
#platinum-parking-apply-2 ul.radiogroup li,
#platinum-parking-apply-3 ul.radiogroup li {
  margin-bottom: 0.5em !important;
}
#platinum-parking-apply ul.radiogroup label.error,
#platinum-parking-apply-2 ul.radiogroup label.error,
#platinum-parking-apply-3 ul.radiogroup label.error {
  position: absolute;
  margin-top: -6px;
}
@media only screen and (max-width: 768px) {
  #platinum-parking-apply div.content,
  #platinum-parking-apply-2 div.content,
  #platinum-parking-apply-3 div.content {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 768px) {
  #platinum-parking-apply div.content input[name="p1_promocode"] {
    margin-top: 21px;
  }
}
#wilson-one-intro .introduction h2 {
  display: block;
  width: 275px;
  height: 55px;
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/logo_wilson-one_color.png");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
}
#wilson-one-intro .wilson-one-title {
  text-transform: none;
}
#wilson-one-intro .wilson-one-link, #parkingapp-features .parking-app-link {
  color: #954576;
}
#wilson-one-intro .wilson-one-quote {
  color: #ED1C23;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 20px;
}
#wilson-one-intro .wilson-one-note {
  font-size: 0.9em;
}
@media only screen and (max-width: 768px) {
  #wilson-one-intro .introduction h2 {
    margin-top: 10px;
  }
}
.wilson-one-join-note {
  margin-top: 1em;
  font-size: 0.9em;
}
@media only screen and (max-width: 768px) {
  body.parkmate-intro {
    background: #fd980f;
  }
}
/* parkmate and epark additional css*/
#parkmate-intro {
  color: #fff;
}
#parkmate-intro .content {
  padding: 45px 25px;
}
#parkmate-intro .content .apps {
  padding: 0;
}
#parkmate-intro .content .apps h2 {
}
#parkmate-intro .apps__title h1, #parkingapp-intro .apps__title h1 {
  display: block;
}
#parkmate-intro .apps__action .apps__buttons__link, #parkingapp-intro .apps__action .apps__buttons__link {
  display: block;
  border: 0;
  height: 40px;
  background: #ed1c23;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 40px;
  -webkit-appearance: none;
  padding: 12px 18px;
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  color: white;
}
#parkmate-intro .apps__action .park-mate__download__link, #parkingapp-intro .apps__action .park-mate__download__link {
  display: block;
  background-repeat: no-repeat;
  background-size: 98% 40px;
  width: 100%;
  height: 40px;
}
#parkingapp-features .apps__appslink .park-mate__download__link {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 40px;
}
#parkmate-intro .apps__appslink .park-mate__download__item, #parkingapp-intro .apps__appslink .park-mate__download__item {
  margin-bottom: 10px;
  display: inline-block;
  width: 50%;
  float: left;
}
.apps__action .apps__buttons,
.apps__action .apps__appslink {
  width: 50%;
  padding-bottom: 10px;
  float: left;
}
#parkingapp-features .apps__appslink {
    width: 50%;
    margin: -25px 0 50px 25px;
}
#parkmate-intro .apps__action, #parkingapp-intro .apps__action {
  margin-top: 1.3em;
}
#parkmate-features .parkmate__appslink {
  width: 45%;
}
#parkmate-intro .apps__action:before,
#parkmate-features .epark__appslink:before,
#parkingapp-intro .apps__action:before,
#parkmate-features .epark__appslink:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
#parkmate .park-mate__download__link:before, #parkingapp .park-mate__download__link:before {
  content: "";
  display: block;
  width: 0;
  height: 110%;
}
#parkmate-features .parkmate__appslink .park-mate__download__item,
#parkmate-features .epark__appslink .park-mate__download__item,
#parkingapp-features .apps__appslink .park-mate__download__item {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  float: left;
}
#parkmate-features .epark__appslink .park-mate__download__item,
#parkingapp-features .epark__appslink .park-mate__download__item,
#parkingapp-features .apps__appslink .park-mate__download__item {
  margin-bottom: 5px;
}
#parkmate .park-mate__download__link.link--appstrore, #parkingapp .park-mate__download__link.link--appstrore {
  background-image: url('/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/parkmate/AppStrore.png');
}
#parkmate .park-mate__download__link.link--googleplay, #parkingapp .park-mate__download__link.link--googleplay {
  background-image: url('/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/parkmate/GooglePlay.png');
}
#parkmate .park-mate__download__link.link--windowsphone, #parkingapp .park-mate__download__link.link--windowsphone {
  background-image: url('/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/parkmate/WindowsPhone.png');
}
#parkmate-features .parkmate__header {
  width: 100%;
}
#parkmate-features .parkmate__header h1 {
  font: 2em/1.2 "Montserrat", sans-serif;
  text-transform: initial;
  /*color: #fd980f;*/
  margin-bottom: 20px;
  background-image: url('/_layouts/15/images/Wilson.WPAU.SP2013.Design/Content/Logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}
#parkmate-features .parkmate__content {
  width: 100%;
}
#parkmate-features .parkmate__content__bold {
  font-size: 1.15em;
  font: 1.1em/1 "Montserrat", sans-serif;
  font-weight: bold;
  color: #262626;
}
#parkmate-features .parkmate__content__image {
  width: 100%;
}
#parkmate-features .parkmate__content__image .parkmate__content__image__item {
  width: 25%;
  float: left;
  padding: 0 5px;
}
#parkmate-features .parkmate__float__left {
  float: left;
  display: block;
  width: 55%;
  margin-right: 5px;
  margin-left: -20px;
}
#parkmate-features .parkmate__float__right {
  float: right;
  display: block;
  width: 40%;
  margin-left: 10px;
}
#parkmate-features .epark__header {
  width: 100%;
}
#parkmate-features .epark__header h1 {
  display: block;
  width: 400px;
  height: 100px;
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/Content/16918%20WP%20Epark%20Logo%20Tagline.png");
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
  margin-bottom: 20px;
}
#parkmate-features .epark__header h3 {
  margin-bottom: 10px;
}
#parkmate-features .epark__content {
  font: 1em/1.4 "Lato", sans-serif;
}
#parkmate-features .epark__content__orange {
  font: 1em/1.4 "Lato", sans-serif;
  /*color: #fd980f;*/
  text-align: center;
  padding: 20px 0;
}
#parkmate-features .epark__content__heading {
  font: 1.2em/1.2 "Lato", sans-serif;
  font-weight: bold;
}
#parkmate-features .epark__appslink {
  width: 30%;
  float: left;
  padding: 20px;
}
#parkmate-features .epark__content__image__bottom {
  display: block;
  width: 220px;
  height: 320px;
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/Content/16918%20WP%20Epark%20Hand%20Held%20Image%20FA.png");
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-left: -25px;
  position: absolute;
  top: 100%;
}
@media only screen and (min-width: 1360px) {
    #parkmate-intro .apps__appslink .park-mate__download__item.appstore__list, #parkingapp-intro .apps__appslink .park-mate__download__item.appstore__list,
    #parkingapp-features .apps__appslink .park-mate__download__item.appstore__list {
        width: 55%;
    }

    #parkmate-intro .apps__appslink .park-mate__download__item.googleplay__list, #parkingapp-intro .apps__appslink .park-mate__download__item.googleplay__list,
    #parkingapp-features .apps__appslink .park-mate__download__item.googleplay__list {
        width: 45%;
    }
}
@media only screen and (min-width: 1600px) {
  #parkmate-features .epark__content__image__bottom {
    width: 235px;
    height: 400px;
  }
}
@media only screen and (min-width: 1680px) {
  #parkmate-features .epark__content__image__bottom {
    width: 250px;
    height: 400px;
  }
}
@media only screen and (min-width: 1920px) {
  #parkmate-features .epark__content__image__bottom {
    width: 280px;
    height: 450px;
  }
}
#parkmate-features .epark__content__left {
  position: relative;
  /*width:40%;*/
  display: inline-block;
}
#parkmate-features .epark__content__right {
  float: right;
  width: 60%;
}
#parkmate-features .epark__content__note {
  font: 0.7em/1.4 "Lato", sans-serif;
  padding-top: 20px;
}
.pdf-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/Content/pdf-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* end of parkmate and epark additional css*/
@media only screen and (max-width: 369px) {
  #parkmate-intro .park-mate__download__item, #parkingapp-intro .park-mate__download__item {
    width: 50%;
  }
  #parkmate-features .parkmate__appslink {
    width: 100%;
  }
  #parkmate-features .parkmate__appslink:after {
    content: '';
    display: block;
    height: 30px;
    width: 100%;
  }
  #parkmate-features .epark__content__left {
    height: 8em;
  }
  #parkmate-features .epark__content__image__bottom {
    width: 175px;
    height: 220px;
  }
  #parkmate-features .epark__appslink {
    padding: 25px 0;
  }
  #parkmate-features .epark__appslink .park-mate__download__item, #parkingapp-features .apps__appslink .park-mate__download__item {
    margin-bottom: 10px;
  }
  #parkmate-features .epark__content__orange {
    padding: 20px 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    #parkmate-intro .apps__appslink .park-mate__download__item.appstore__list, #parkingapp-intro .apps__appslink .park-mate__download__item.appstore__list,
    #parkingapp-features .apps__appslink .park-mate__download__item.appstore__list {
        width: 55%;
    }
    #parkmate-intro .apps__appslink .park-mate__download__item.googleplay__list, #parkingapp-intro .apps__appslink .park-mate__download__item.googleplay__list,
    #parkingapp-features .apps__appslink .park-mate__download__item.googleplay__list {
        width: 45%;
    }
}
@media only screen and (min-width: 370px) and (max-width: 801px) {
    #parkmate-intro .apps__action .apps__buttons__link, #parkingapp-intro .apps__action .apps__buttons__link {
        width: 90%;
    }
    #parkmate-features .epark__appslink .park-mate__download__item, #parkingapp-features .apps__appslink .park-mate__download__item {
        width: 100%;
    }
  #parkmate-features .epark__content__left {
    height: 3.5em;
  }
  #parkmate-features .epark__content__image__bottom {
    width: 250px;
    height: 220px;
    margin-top: -60px;
  }
  #parkmate-features .epark__content__right {
    width: 65%;
  }
  #parkmate-features .parkmate__appslink {
    width: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  #parkmate-features .parkmate__appslink {
    width: 50%;
    margin-bottom: 30px;
  }
}
/*end of additional css*/
#parkmate-intro h1 a, #parkingapp-intro h1 a {
  display: block;
  height: 100%;
  text-indent: -9999em;
}
#parkmate-intro section.introduction p, #parkingapp-intro section.introduction p {
  font-size: 1.1em;
}
#parkmate-intro section.introduction p strong, #parkingapp-intro section.introduction p strong {
  font-size: 1.2em;
}
#parkmate-intro section.introduction a.features, #parkingapp-intro section.introduction a.features {
  display: inline-block;
  border: 0;
  height: 40px;
  background: white;
  /*color: #fd980f;*/
  font: 15px/1 "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 12px 16px;
  width: 50%;
  float: right;
  text-transform: uppercase;
  margin-top: 1em;
}
    #parkmate-intro section.introduction a.features:hover, #parkmate-intro section.introduction a.features:focus,
    #parkingapp-intro section.introduction a.features:hover, #parkingapp-intro section.introduction a.features:focus {
        opacity: 0.8;
    }
@media only screen and (max-width: 768px) {
  #parkmate-intro section.introduction a.features, #parkingapp-intro section.introduction a.features {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px 8px;
  }
}
@media only screen and (max-width: 768px) {
  #parkmate-intro section.introduction a.features, #parkingapp-intro section.introduction a.features {
    display: inline-block;
    border: 0;
    height: 40px;
    background: white;
    /*color: #fd980f;*/
    font: 15px/1 "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 12px 16px;
    width: 100%;
    padding-top: 13px !important;
    font-size: 1.1em !important;
    text-transform: uppercase;
  }
  #parkmate-intro section.introduction a.features:hover,
  #parkmate-intro section.introduction a.features:focus {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #parkmate-intro section.introduction a.features {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px 8px;
  }
}
@media only screen and (max-width: 768px) {
  body.parkmate-features {
    background: #62C7C7;
  }
}
@media only screen and (max-width: 768px) {
  #parkmate-features div.content {
    padding-top: 45px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #parkmate-features section.features {
    margin-bottom: 100px;
  }
}
#parkmate-features section.features h3 {
  /*color: #fd980f;*/
  font-weight: normal;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
#parkmate-features section.features p {
  font-size: 1.1em;
  margin-bottom: 1em;
}
#parkmate-features section.features img {
  width: auto;
}
#subscribe-form {
  background: #62C7C7;
}
#subscribe-form div.content.introduction {
  padding-bottom: 0;
}
#subscribe-form div.scrollpane div.content {
  padding-top: 0;
}
#subscribe-form section.form input.submit {
  width: 33%;
}
@media only screen and (max-width: 768px) {
  #subscribe-form section.form input.submit {
    width: 100%;
  }
}
#statement-form {
  /*background: #62C7C7;*/
}
#statement-form div.content.introduction {
  padding-bottom: 0;
}
#statement-form div.scrollpane div.content {
  padding-top: 0;
}
#statement-form section.form input.submit {
  width: 33%;
}
@media only screen and (max-width: 768px) {
  #statement-form section.form input.submit {
    width: 100%;
  }
}
#statement-form section.form div.select {
  font-size: 0.9em;
}
#bookabay-widget {
  /*background: #62C7C7;*/
}
#bookabay-widget div.content.introduction {
  padding-bottom: 0;
}
#bookabay-widget div.scrollpane div.content {
  padding-top: 0;
  margin-bottom: 30px;
}
#bookabay-widget section.form input.submit {
  width: 33%;
}
@media only screen and (max-width: 768px) {
  #bookabay-widget section.form input.submit {
    width: 100%;
  }
}
#content-page h1,
.newcontentpage h1{
  font-weight: bold;
  text-transform: none;
  color: black;
}
@media only screen and (max-width: 768px) {
  #content-page h1,
  .newcontentpage h1{
  }
}
#content-page h2,
.newcontentpage h2{
  text-transform: none;
}
#content-page h3,
.newcontentpage h3{
  font-size: 1.15em;
  margin: 1em 0 0.5em 0;
}
@media only screen and (max-width: 768px) {
  #content-page div.introduction,
  .newcontentpage div.introduction {
    padding-top: 15px;
  }
}
#content-page div.introduction h2,
.newcontentpage div.introduction h2 {
  margin-bottom: 0.4em;
  /*color: #fd980f;*/
}
#content-page p,
#content-page ul,
.newcontentpage p,
.newcontentpage ul {
  font-size: 1.15em;
  line-height: 1.4;
}
#content-page p .babTermsHeading,
.newcontentpage p .babTermsHeading{
  color: #c2670b;
}
#content-page section.content ul,
#content-page.terms div.content ul,
.newcontentpage section.content ul,
.newcontentpage.terms div.content ul{
  list-style-type: disc;
  padding-left: 20px;
}
#content-page section.content ul li,
.newcontentpage section.content ul li{
  margin-bottom: 0.2em;
}
#content-page section.content a,
.newcontentpage section.content a{
  color: #005594;
  text-decoration: underline;
}
#content-page nav.subnav,
.newcontentpage nav.subnav{
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  #content-page nav.subnav,
  .newcontentpage nav.subnav{
    padding: 10px;
  }
}
#content-page nav.subnav ul,
.newcontentpage nav.subnav ul{
  margin: 0;
  padding: 0;
}
#content-page nav.subnav ul li,
.newcontentpage nav.subnav ul li{
  float: left;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  #content-page nav.subnav ul li,
  .newcontentpage nav.subnav ul li{
    margin-right: 2px;
  }
  #content-page nav.subnav ul li:last-child,
  .newcontentpage nav.subnav ul li:last-child{
    margin-right: 0;
  }
}
#content-page .content .articles ul li,
.newcontentpage .content .articles ul li{
  display: table;
}
#content-page .content .articles ul li h4,
.newcontentpage .content .articles ul li h4{
  color: #491E70;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  margin-left: 0;
  display: table-row;
}
#content-page .content .articles ul li p,
.newcontentpage .content .articles ul li p{
  color: #505153;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  margin-left: 0;
  display: table-cell;
  width: 90%;
}
#content-page .content .articles ul li a,
.newcontentpage .content .articles ul li a{
  display: table-cell;
  width: 10%;
}
#content-page nav.subnav,
.newcontentpage nav.subnav{
  padding: 15px;
  margin-bottom: 25px;
}
#content-page nav.subnav ul li a.nav,
.newcontentpage nav.subnav ul li a.nav{
  display: block;
  padding-top: 13px;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  height: 45px;
  width: 45px;
  border: 1px solid #B1B3B5;
  color: #505153;
  font-family: "Larseitt-Regular";
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
}
#content-page nav.subnav ul li a.active,
.newcontentpage nav.subnav ul li a.active{
  background-color: #491E70;
  color: #fff;
  border-color: #491E70;
}
@media only screen and (max-width: 768px) {
  #content-page nav.subnav ul a,
  .newcontentpage nav.subnav ul a{
    width: 35px;
    height: 35px;
    padding-top: 12px;
    font-size: 0.7em;
  }
}
#content-page nav.subnav ul a:hover,
#content-page nav.subnav ul a:focus,
#content-page nav.subnav ul a.active,
.newcontentpage nav.subnav ul a:hover,
.newcontentpage nav.subnav ul a:focus,
.newcontentpage nav.subnav ul a.active{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#content-page nav.subnav ul li.archive,
.newcontentpage nav.subnav ul li.archive{
  float: right;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  #content-page nav.subnav ul li.archive a,
  .newcontentpage nav.subnav ul li.archive a{
    font-size: 0.4em;
    padding-top: 12.5px;
  }
}
#content-page section.articles ul,
.newcontentpage section.articles ul{
  margin-top: -25px;
}
@media only screen and (max-width: 768px) {
  #content-page section.articles ul,
  .newcontentpage section.articles ul{
    margin-top: -10px;
  }
}
#content-page section.articles ul li,
.newcontentpage section.articles ul li{
  position: relative;
  padding: 25px 0;
  border-top: 1px solid #a7998a;
}
@media only screen and (max-width: 768px) {
  #content-page section.articles ul li,
  .newcontentpage section.articles ul li{
    padding: 10px 0;
  }
}
#content-page section.articles ul li h3,
.newcontentpage section.articles ul li h3{
  float: left;
  width: 20%;
  font: 0.9em/1 "Lato", sans-serif;
  font-weight: bold;
  margin-top: 0.4em;
  padding-right: 5px;
}
@media only screen and (max-width: 768px) {
  #content-page section.articles ul li h3,
  .newcontentpage section.articles ul li h3{
    float: none;
    width: auto;
  }
}
#content-page section.articles ul li h4,
#content-page section.articles ul li p,
.newcontentpage section.articles ul li h4,
.newcontentpage section.articles ul li p{
  margin-left: 20%;
  margin-right: 20%;
}
@media only screen and (max-width: 768px) {
  #content-page section.articles ul li h4,
  #content-page section.articles ul li p,
  .newcontentpage section.articles ul li h4,
  .newcontentpage section.articles ul li p{
    margin-left: 0;
  }
}
#content-page section.articles ul li h4,
.newcontentpage section.articles ul li h4{
  font-size: 1.05em;
  font-weight: bold;
  /*color: #fd980f;*/
}
#content-page section.articles ul li p,
.newcontentpage section.articles ul li p{
  font-size: 0.9em;
  margin-bottom: 0;
}
#content-page.news section.content h2,
.newcontentpage.news section.content h2{
  font-size: 1.4em;
  margin-bottom: 2em;
  color: black;
}
@media only screen and (max-width: 768px) {
  #content-page.news section.content h2,
  .newcontentpage.news section.content h2{
    margin-bottom: 1em;
  }
}
#content-page.news section.content p:first-of-type,
.newcontentpage.news section.content p:first-of-type{
  font-size: 1.2em;
}
#content-page.management div.introduction p:first-of-type,
.newcontentpage.management div.introduction p:first-of-type{
  font-size: 1.2em;
}
#content-page.management a.brochure:before,
.newcontentpage.management a.brochure:before{
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/btn-download.png");
  width: 26px;
  height: 30px;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  content: '';
  position: relative;
  top: 7px;
  margin-right: 8px;
}
#content-page.contact section.content .address,
.newcontentpage.contact section.content .address{
  float: left;
  width: 50%;
  margin-bottom: 1em;
  color: black;
}
#content-page.contact section.content .address h2,
.newcontentpage.contact section.content .address h2{
  font-size: 1em;
}
#content-page.contact section.content .address p,
.newcontentpage.contact section.content .address p{
  font-size: 1.1em;
}
#content-page.services div.introduction p,
.newcontentpage.services div.introduction p{
  font-weight: bold;
  font-size: 1.2em;
}
#content-page.services div.services table,
.newcontentpage.services div.services table{
  width: 100%;
  color: black;
}
#content-page.services div.services table thead th,
.newcontentpage.services div.services table thead th{
  width: 20%;
  padding-bottom: 20px;
  border-bottom: 1px solid #a7998a;
  text-align: center;
}
#content-page.services div.services table thead th.procedure,
.newcontentpage.services div.services table thead th.procedure{
  width: 40%;
}
@media only screen and (max-width: 768px) {
  #content-page.services div.services table thead th.procedure,
  .newcontentpage.services div.services table thead th.procedure{
    width: auto;
  }
}
#content-page.services div.services table thead th span,
.newcontentpage.services div.services table thead th span{
  display: block;
  width: 75px;
  margin: 0 auto;
  font: 0.8em/1.15 "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#content-page.services div.services table thead th span:before,
.newcontentpage.services div.services table thead th span:before{
  content: '';
  margin: 0 auto 10px auto;
}
#content-page.services div.services table thead th.book-a-bay span:before,
.newcontentpage.services div.services table thead th.book-a-bay span:before{
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/table-bookabay.png");
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
#content-page.services div.services table thead th.monthly-parking span:before,
.newcontentpage.services div.services table thead th.monthly-parking span:before{
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/table-monthlyparking.png");
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
#content-page.services div.services table thead th.platinum-parking span:before,
.newcontentpage.services div.services table thead th.platinum-parking span:before{
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/table-platinumparking.png");
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
#content-page.services div.services table tbody th,
#content-page.services div.services table tbody td,
.newcontentpage.services div.services table tbody th,
.newcontentpage.services div.services table tbody td{
  padding: 20px 0;
  border-bottom: 1px solid #a7998a;
}

.parkingapp-live {
    display: none !important
}

#content-page.services div.services table tbody th,
.newcontentpage.services div.services table tbody th{
  font-size: 1.1em;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #content-page.services div.services table tbody th,
  .newcontentpage.services div.services table tbody th{
    font-size: 0.85em;
  }
}
#content-page.services div.services table tbody td.no span,
.newcontentpage.services div.services table tbody td.no span{
  display: none;
}
#content-page.services div.services table tbody td.yes,
.newcontentpage.services div.services table tbody td.yes{
  text-align: center;
}
#content-page.services div.services table tbody td.yes span,
.newcontentpage.services div.services table tbody td.yes span{
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/tick-orange.png");
  width: 30px;
  height: 22px;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}
.rateDesc {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}
.promotionsCP {
  width: 100%;
  clear: both;
}
/* PROMOTIONS */
#content-page-content .promotions-carpark-selector {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 10px;
}
#content-page-content .promotions-carpark-selector h3 {
  width: 50%;
  float: left;
  height: 40px;
  margin: 0;
  padding: 12px;
}
#content-page-content .promotions-carpark-selector div.promotion-carparks {
  width: 50%;
}
#content-page-content .promotions-carpark-selector .promotion-carparks {
  width: 100%;
  float: left;
}
#content-page-content .promotions-img {
  width: 80%;
  height: auto;
}
article.promotions h1,
article.news h1 {
  margin-bottom: 0.7em !important;
}
article.promotions section.right-2 img,
article.news section.right-2 img {
  width: 480px;
  height: 300px;
}
/* CONTACT US */
.address {
  color: black;
  float: left;
  margin-bottom: 1em;
  width: 50%;
}
.promoDetails img {
  width: 6px;
  float: left;
  margin-top: 4px;
}
.slide-image {
  width: 99%;
  margin: 0 auto;
}
.slide-image img
{
	width: 100% !important;
}

/*hide subscribe thank you*/
#subscribeform-thankyou {
  display: none;
}
/* ------------------------
   Mobile Responsive CSS Update
   ------------------------ */
@media only screen and (min-width: 1921px) and (max-width: 2048px) {
  header nav {
    right: 430px;
  }
  article section.panel.right.right-2 {
    width: 100%;
    max-width: 800px;
  }
  .promo-news {
    height: 250px;
    overflow: scroll;
  }
  article section.right-1 div.slide-image img {
    width: 576px;
    height: auto;
  }
  article.news section.right-2 img,
  article.promotions section.right-2 img {
    width: 650px;
    height: auto;
  }
}
@media only screen and (min-width: 1621px) and (max-width: 1920px) {
  header nav {
    right: 10px;
  }
  article section.panel.right.right-1 {
    width: 30%;
  }
  article section.panel.left.left-1 {
    min-width: 575px;
  }
  article section.panel.right.right-2 {
    max-width: 635px;
  }
  article section.panel.right.right-3 {
    width: 65%;
  }
  article section.right-1 div.slide-image img {
    width: 580px;
    height: auto;
  }
  article.promotions section.right-2 img {
    width: 580px;
    height: auto;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1823px) {
  nav.ps-container .ps-scrollbar-y-rail {
    right: 0 !important;
  }
}
@media only screen and (min-width: 1824px) {
  nav.ps-container .ps-scrollbar-y-rail {
    right: 0 !important;
  }
}
@media only screen and (min-width: 1311px) and (max-width: 1620px) {
  article section.panel.right.right-1 {
    min-width: 405px;
    width: 25%;
  }
  article section.panel.left.left-1 {
    min-width: 540px;
  }
  article section.panel.right.right-2 {
    max-width: 535px;
  }
  article section.panel.right.right-3 {
    min-width: 640px;
    width: 65%;
  }
  /*nav.main{width:128px;}*/
  #find-a-park-details section.hours table {
    font-size: 1em;
  }
  article.news section.right-2 img,
  article.promotions section.right-2 img {
    width: 400px;
    height: auto;
  }
  article.promotions nav.subnav ul a,
  article.news nav.subnav ul a {
    background-size: 45px;
    width: 45px !important;
    height: 45px !important;
    font: 0.8em/0.6 "Montserrat", sans-serif !important;
  }
  article.promotions nav.subnav,
  article.news nav.subnav {
    padding: 15px 25px !important;
  }
  article.news nav.subnav ul li.archive a {
    font-size: 0.5em !important;
    padding-top: 17px;
  }
  article.promotions section.articles ul li,
  article.news section.articles ul li {
    padding: 15px 0 !important;
  }
  article.promotions div.cycle-pager,
  article.promotions div.cycle-pager-banner,
  article.news div.cycle-pager,
  article.news div.cycle-pager-banner {
  }
  article.promotions section.panel.right div.content,
  article.news section.panel.right div.content {
    padding: 20px 25px !important;
  }
  #subscribeForm hr,
  #widget-form hr {
    margin: 0.5em 0;
  }
  #subscribeForm label.error,
  #widget-form label.error {
    padding-top: 0;
  }
  #subscribeForm input.text,
  #subscribeForm div.select,
  #widget-form input.text,
  #widget-form div.select {
    height: 36px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1310px) {
  article section.panel.right.right-1 {
    min-width: 375px;
    width: 25%;
  }
  article section.panel.left.left-1 {
    min-width: 455px;
  }
  article section.panel.right.right-2 {
    max-width: 435px;
  }
  article section.panel.right.right-3 {
    min-width: 540px;
    width: 60%;
  }
  nav.main {
    overflow: scroll;
  }
  #content-page p,
  #content-page ul {
    font-size: 1.05em;
    margin-left: 5px;
  }
  #parkmate-intro h1, #parkingapp-intro h1 {
    background-size: 315px auto;
  }
  #parkmate-intro section.introduction p strong, #parkingapp-intro section.introduction p strong {
    font-size: 0.9em;
  }
  .introduction {
    font-size: 89%;
  }
  article section.right p,
  article section.right ul,
  article section.right ol,
  article section.right dl {
    font-size: 0.9em;
  }
  article h2 {
    font: bold 1.1em/1 "Montserrat", sans-serif;
  }
  #find-a-park-wizard div.step ul label {
    font: 13px/1 "Montserrat", sans-serif;
  }
  header nav li a {
    font: 0.85em/1 "Montserrat", sans-serif;
  }
  /*article h1 {font: 1.1em/1 "Montserrat",sans-serif;}*/
  article section.closest-region p.closest strong {
    font-size: 2em;
  }
  article p strong,
  article p b,
  article ul strong,
  article ul b,
  article ol strong,
  article ol b {
    font-weight: normal;
  }
  #content-page.news section.content h2 {
    font-size: 1.1em;
  }
  #content-page p,
  #content-page ul {
    font-size: 0.9em;
  }
  article section.left-2 h2 {
    font-size: 1.1em;
  }
  label {
    font: italic 0.9em "Lato", sans-serif;
  }
  #find-a-park-results section.results table td.location h3 {
    font: bold 1em/1 "Lato", sans-serif;
  }
  #find-a-park-results section.results table td.price strong {
    font: bold 1.5em "Montserrat", sans-serif;
  }
  #find-a-park-results section.results table tr {
    z-index: 998;
  }
  #find-a-park-results section.results table td.price strong span.quotePrice {
    font: bold 0.5em "Montserrat", sans-serif;
    z-index: 999;
    /*color: #fd980f;*/
  }
  #find-a-park-results section.results table td.price strong span.quotePrice a,
  #find-a-park-results section.results table td.price strong span.quotePrice a:visited {
    /*color: #fd980f;*/
  }
  #find-a-park-results section.results table td {
    padding: 4px 0 0;
  }
  #find-a-park-results section.results table th {
    padding-bottom: 5px;
  }
  /*article section.panel.left.left-2 div.content {padding: 17px; margin-top:-11px;}*/
  #find-a-park-details section.details address,
  #find-a-park-details section.details p {
    margin-top: -2px;
  }
  #content-page section.articles ul li a {
    top: 5px;
  }
  #book-a-bay-search section.current a {
    padding: 4px 4px;
  }
  #book-a-bay-search section.search-location li.calendarentry:after,
  #book-a-bay-search section.search-location li.calendarexit:after {
    left: 80%;
  }
}
@media only screen and (min-width: 1137px) and (max-width: 1280px) {
  header nav {
    right: 10px;
  }
  article section.panel.right.right-2 {
    width: 100%;
    max-width: 712px;
  }
}
@media only screen and (max-width: 1136px) {
  footer nav.footer > p {
    left: 5px;
    top: 105px;
  }
  article.promotions section.right-2 img,
  article.news section.right-2 img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1080px) {
  article section.panel.left.left-1 {
    min-width: 585px;
  }
  /*left navigation menu */
}
@media only screen and (min-width: 961px) and (max-width: 1024px) {
  article section.panel.left.left-1 {
    min-width: 530px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 960px) {
  footer nav.footer {
    padding: 0 15px 30px 5px;
  }
  footer nav.footer > ul > li {
    min-width: 115px;
    width: 1%;
  }
}
@media only screen and (min-width: 421px) and (max-width: 768px) {
  div.cycle-pager,
  div.cycle-pager-banner {
    right: 15%;
  }
  article.promotions section.right-2 img,
  article.news section.right-2 img {
    width: 400px;
    height: auto;
  }
}
@media only screen and (max-width: 800px) {
  header div.logo a {
    width: 224px;
  }
  header nav {
    right: 20px;
  }
  article section.panel.left div.content {
    padding: 10px 40px;
  }
  #wrap {
    overflow: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  #find-a-park-details section.hours div.image {
    width: 90%;
  }
  .promotions #content-page-content-details tr:first-child {
    border-top: 1px solid #aaa;
  }
  .promotions #content-page-content-details tr {
    border-bottom: 1px solid #aaa;
  }
  .promotions #content-page-content-details td {
    display: block;
    padding: 5px 10px;
  }
  .promotions #content-page-content-details table img {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 778px) {
  /* parking locator map -- hide homepage map on moible*/
  #mobileMapCanvas {
    width: 270px;
    height: 190px;
  }
  #map {
    height: 100%;
    width: 100%;
    display: block !important;
  }
  #wrap {
    width: 100%;
    height: 100%;
  }
  header div.logo a {
    width: 137px;
    height: 25px;
    top: 7px;
    left: 10px;
  }
  article section.panel.right div.content {
    padding: 5px;
    /*overflow-y:scroll;*/
  }
  #find-a-park-details section.hours div.image {
    width: 100%;
  }
  #book-a-bay-search section.search-find-a-bay li.month-arrive {
    display: block !important;
  }
  .day-arrive {
    display: block !important;
  }
  #book-a-bay-search section.search-find-a-bay li.month-exit {
    display: block !important;
  }
  .day-exit {
    display: block !important;
  }
  .search-calendarentry {
    display: none !important;
  }
  .calendarentry {
    display: none !important;
  }
  .search-calendarexit {
    display: none !important;
  }
  .calendarexit {
    display: none !important;
  }
  .calendarexit.clexitdate {
    display: block !important;
  }
  #book-a-bay-search section.search-find-a-bay li.time-exit, #claims-form section#claimsForm li.time-exit {
    margin-top: 0;
    margin-left: 0;
  }
  #book-a-bay-search section.search-find-a-bay li.day-arrive {
    display: block !important;
    top: 0;
  }
  #book-a-bay-search section.search-find-a-bay li.day-arrive:before {
    content: 'Entry Day';
    position: relative;
    padding-bottom: 10px;
    top: -5px;
  }
  #book-a-bay-search section.search-find-a-bay li.day-exit {
    display: block !important;
    top: 0;
  }
  #book-a-bay-search section.search-find-a-bay li.day-exit:before {
    content: 'Exit Day';
    position: relative;
    padding-bottom: 10px;
    top: -5px;
  }
}
@media only screen and (max-width: 640px) {
  /*#locator_map{height:490px; width: 490px;}  */
  article section.search-location ul li.current {
    font-size: 0.9em;
  }
  /*.search-by{display:none;}*/
  .address {
    font-size: 9pt;
    width: 53%;
  }
  #book-a-bay-search section.search-find-a-bay li.month-arrive {
    display: block !important;
  }
  .day-arrive {
    display: block !important;
  }
  #book-a-bay-search section.search-find-a-bay li.month-exit {
    display: block !important;
  }
  .day-exit {
    display: block !important;
  }
  .search-calendarentry {
    display: none !important;
  }
  .calendarentry {
    display: none !important;
  }
  .search-calendarexit {
    display: none !important;
  }
  .calendarexit {
    display: none !important;
  }
  .calendarexit.clexitdate {
    display: block !important;
  }
  #book-a-bay-search section.search-find-a-bay li.time-exit, #claims-form section#claimsForm li.time-exit {
    margin-top: 0;
    margin-left: 0;
  }
  ::-webkit-input-placeholder {
    font-size: 0.7em;
  }
  :-moz-placeholder {
    font-size: 0.7em;
  }
  :-ms-input-placeholder {
    font-size: 0.7em;
  }
  #platinum-parking article input.text,
  #platinum-parking article textarea {
    padding: 10px 10px 10px 8px !important;
  }
}
@media only screen and (max-width: 480px) {
  article section.panel.right.right-2 {
    min-width: 320px;
  }
  /*News-style*/
  article section.panel.right.right-3 {
    min-width: 320px;
  }
  /*News-style-end*/
  #find-a-park-details section.attractions ul {
    border: none;
  }
  #find-a-park-details section.attractions ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 330px) {
  #find-a-park-details section.attractions ul li:before {
    margin-right: 0;
  }
  #find-a-park-details section.attractions ul li.wildlife:before {
    width: 34px;
  }
  article section.panel.right.right-1 {
    min-width: 320px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1559px) {
  /*search result filter*/
  #find-a-park-results > div.content {
    padding: 20px 25px;
  }
  #find-a-park-results > div.content a.back {
    top: 20px;
  }
  #find-a-park-results > div.content h2.location-title {
    margin-bottom: 0.8em;
    font-size: 1.3em;
  }
  #find-a-park-results section.filters ul {
    font-size: 0.9em;
    margin-bottom: 0;
  }
  #find-a-park-results ul.filters-1 label.book-a-bay {
    background-size: 40px;
  }
  #find-a-park-results ul.filters-1 label.monthly-parking {
    background-size: 40px;
  }
  #find-a-park-results ul.filters-1 label.platinum-parking {
    background-size: 40px;
  }
  #find-a-park-results ul.filters-1 label.wilson-one {
    background-size: 40px;
  }
  #find-a-park-results ul.filters-1 label.epark {
    background-size: 40px;
  }
  /*#find-a-park-results ul.filters-2 li div.select {
        height: 25px;
    }*/
  /* search result list*/
  #find-a-park-results section.results table thead {
    font-size: 13px;
  }
  #find-a-park-results section.results table tbody {
    font-size: 13px;
  }
  #find-a-park-results div.scrollpane div.content {
    padding: 5px 25px;
  }
  #find-a-park-results section.results table div.select div.value {
    padding-right: 5px;
  }
  #find-a-park-results section.results table td {
    padding: 15px 0 0 0;
  }
  #find-a-park-results section.results table td.number img {
    width: 32px;
    height: 40px;
  }
  #find-a-park-results section.results table td.location {
    padding-right: 15px;
  }
  a.view-arrow,
  #find-a-park-results section.results table td.view a,
  #content-page section.articles ul li a {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
}
@media only screen and (min-width: 1020px) {
  #content-page-content-details .content.introduction {
    overflow: hidden;
    zoom: 1;
    height: initial;
  }
  #content-page-content-details img.promotions-img {
    width: 50%;
    display: inline-block;
    padding-right: 20px;
    float: left;
  }
  #content-page-content-details .promotions-carpark-selector {
    display: inline-block;
    padding-right: 40px;
    width: 50%;
    float: right;
  }
  .promotions #content-page-content .content a.nav,
  .news #content-page-content .content a.nav {
    left: 1%;
    background-position: center left;
    background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/icon_back.png");
  }
  /*.promotions #content-page-content .content h3, .news #content-page-content .content h3 { margin-left: 15%; margin-right: 0;}*/
  .promotions #content-page-content .content h4,
  .promotions #content-page-content .content p,
  .news #content-page-content .content h4,
  .news #content-page-content .content p {
    margin-left: 15%;
    margin-right: 0;
  }
}
/* --------------------------------
   End of Responsive Additional CSS
   -------------------------------- */
/* jQuery UI - v1.10.3 - 2013-10-22
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.slider.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 15px;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .6em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 7px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  /*top: 1px;*/
}
.ui-datepicker .ui-datepicker-prev {
  left: 7px;
}
.ui-datepicker .ui-datepicker-next {
  right: 7px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  /*left: 1px;*/
}
.ui-datepicker .ui-datepicker-next-hover {
  /*right: 1px;*/
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: 50%;
  margin-top: -14px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker tr {
  border: 0 none;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  color: #b0aeac;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em 1.6em .3em 1.6em;
  width: auto;
  overflow: visible;
  background-color: #fff;
  border: 1px solid #a89a89;
  color: #a89a89;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-slider {
  position: relative;
  text-align: left;
  background-color: #f2f2f2 !important;
  border: 1px solid #c8c8c8 !important;
  border-radius: 15px;
  height: 6px !important;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -7px;
  background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/ui-slider-handle.png") 50% 50% no-repeat !important;
  width: 14px;
  height: 14px;
  border: 0 none !important;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Larseitt-Regular";
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Larseitt-Regular";
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #fff;
  /*background: #eeeeee url(/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;*/
  background-color: #fff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #fff;
  /*background: #f6a828 url(/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;*/
  background-color: #f2f2f2;
  color: #524c47;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  /*border: 1px solid #cccccc;
background: #f6f6f6 url(/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;*/
  font-weight: bold;
  /*color: #1c94c4;*/
  color: #524c47;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  /*border: 1px solid #fbcb09;
background: #fdf5ce url(/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
font-weight: bold;
color: #c77405;*/
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  /*background: #ffffff url(/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;*/
  font-weight: bold;
  color: #fe9714;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  /*opacity: .7;
filter:Alpha(Opacity=70);
font-weight: normal;*/
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/ui-icons_ffd27a_256x240.png);
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/arrow-next-sml.png") 0 0 no-repeat !important;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.ui-icon-circle-triangle-e:hover {
  background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/arrow-next-sml_hover.png") 0 0 no-repeat !important;
  width: 28px;
  height: 28px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/arrow-prev-sml.png") 0 0 no-repeat !important;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.ui-icon-circle-triangle-w:hover {
  background: transparent url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/jqueryui/arrow-prev-sml_hover.png") 0 0 no-repeat !important;
  width: 28px;
  height: 28px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  /*border-top-left-radius: 4px;*/
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  /*border-top-right-radius: 4px;*/
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  /*border-bottom-left-radius: 4px;*/
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  /*border-bottom-right-radius: 4px;*/
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%;
  padding-top: 5px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px;
}
.ui-timepicker-div .ui_tpicker_time_label,
.ui-timepicker-div .ui_tpicker_time {
  padding-top: 10px;
}
.ui-timepicker-div .ui_tpicker_time {
  margin-left: 42%;
}
.ui-timepicker-div .ui_tpicker_second,
.ui-timepicker-div .ui_tpicker_millisec,
.ui-timepicker-div .ui_tpicker_microsec {
  display: none;
}
.ps-container .ps-scrollbar-x-rail {
  position: absolute;
  /* please don't change 'position' */
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-x-rail.in-scrolling {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-y-rail.in-scrolling {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */
}
.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
  background-color: #999;
}
.ps-container .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.ps-container.ie .ps-scrollbar-y {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */
}
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
  background-color: #999;
}
nav.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  right: 20px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
nav.ps-container .ps-scrollbar-y {
  width: 5px;
  right: 0;
}
/* css for dialog */
div.ui-dialog.platinum-dialog {
  border: 3px solid black;
}
div.ui-dialog.platinum-dialog div.ui-dialog-titlebar {
  padding: 10px 5px 10px 10px;
}
div.ui-dialog.platinum-dialog div.ui-dialog-content {
  padding: 10px 0 0 10px;
  overflow-y: auto;
}
div.ui-dialog.platinum-dialog .ui-dialog-content {
  background: #62C7C7;
  border: 1px solid #62C7C7;
}
div.ui-dialog button.ui-dialog-titlebar-close {
  display: none;
}
div.ui-dialog.platinum-dialog div.ui-dialog-titlebar {
  background: #fd980f;
}
div.ui-dialog .ui-dialog-buttonpane {
  background: #62C7C7;
  border-top: 1px solid #62C7C7;
}
div.ui-dialog .ui-dialog-buttonset {
  float: right;
}
div.ui-dialog .ui-dialog-buttonset button {
  width: 100px;
}
#platinum_dialog h3 {
  font: bold 1.1em/1 "Montserrat", sans-serif;
}
div.ui-dialog.platinum-dialog span.ui-dialog-title {
  color: white;
  font: bold 1.3em/1 "Montserrat", sans-serif;
}
#platinum_dialog p {
  font: 1em/1.2 "Lato", sans-serif;
}
#platinum_dialog strong {
  font-weight: bold;
}
#platinum_dialog a:link {
  color: #0072BC;
}
#platinum_dialog a:hover,
#platinum_dialog a:focus {
  text-decoration: underline;
  cursor: pointer;
}
/*progressbar*/
.progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
.progressbar li {
  list-style-type: none;
  color: #676767;
  text-transform: uppercase;
  font-size: 10px;
  width: 32%;
  float: left;
  position: relative;
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 11px;
  color: #676767;
  background: white;
  border-radius: 5px;
  margin: 0 auto 5px auto;
}
/*progressbar connectors*/
.progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}
.progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.progressbar li.active:before,
.progressbar li.active:after {
  background: #FD980F;
  color: white;
}
/* Content update */
#content-page.contact section.content address {
  color: black;
  float: left;
  margin-bottom: 1em;
  width: 50%;
}
/* Overwrite SharePoint OOTB style */
body.v4master {
  overflow: auto;
}
/* BaB autocomplete drop down */
#ui-id-1 {
  width: 490px !important;
}
#lblCarparkFees {
  color: #f67300 !important;
  text-decoration: underline !important;
  cursor: pointer;
}
#lblHoursOperation,
#lblInformations {
  color: #f67300 !important;
  text-decoration: underline !important;
  cursor: pointer;
}
.a2a_dd,
.contentLink,
.a2a_button_facebook,
.a2a_button_twitter,
.a2a_button_email,
.a2a_button_google_plus,
.a2a_button_linkedin,
.a2a_button_wordpress,
.a2a_button_blogger_post,
.a2a_button_myspace,
.a2a_button_email,
.a2a_button_google_gmail,
.a2a_button_yahoo_mail,
.a2a_button_hotmail,
.a2a_button_box_net,
.a2a_button_google_bookmarks,
.a2a_button_yahoo_messenger,
.a2a_button_yahoo_bookmarks,
.a2a_button_printfriendly {
  color: #f67300 !important;
  text-decoration: underline !important;
  cursor: pointer;
}
#detail_content {
  font-size: 13px;
}
.ico_print {
  background-image: url('/_layouts/wilsonlocatorau/images/printer.png');
  background-repeat: no-repeat;
  margin: 0 0 0 10px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 1px 0 1px 21px;
}
a.ico_print:visited,
a.ico_print:link {
  color: #fff;
  text-decoration: none;
}
.printer {
  float: right;
  width: 5%;
  margin-top: 4px;
  margin-right: 70px;
  margin-bottom: 5px;
  background-color: #706a66;
}
@media only screen and (min-width: 769px) {
  #mapCanvas {
    height: 100%;
  }
}
/** {
  margin: 0;
  padding: 0;
}*/
.clear {
  clear: both;
}
#page_content {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -30px;
  font-family: "Larseitt-Regular";
  font-size: 13px;
}
#locator_map {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  height: 500px;
  overflow-y: scroll;
  overflow-x: scroll;
}
#detail_content {
  width: 100%;
}
.cp_wrapper {
  position: absolute;
  top: 100px;
  left: 300px;
  width: 20px;
  height: 105px;
  cursor: pointer;
  z-index: 10000;
}
.cp_wrapper_details {
  position: absolute;
  top: 100px;
  left: 510px;
  width: 20px;
  height: 105px;
  cursor: pointer;
  z-index: 10000;
}
.cp_wrapper_collapsed {
  position: absolute;
  top: 100px;
  left: 0;
  width: 20px;
  height: 105px;
  cursor: pointer;
  z-index: 10000;
}
.noParksMessage {
  width: 200px;
  padding-left: 10px;
}
.infoWrapper {
  display: block;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
  margin: 2px;
  overflow: visible;
}
#carparkspane {
  position: relative;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background-color: #fff;
  z-index: 10000;
  height: 320px !important;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
#carparkdetailspane {
  position: relative;
  top: 0;
  left: 0;
  overflow: auto;
  width: 99%;
  background-color: #fff;
  z-index: 10000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding-left: 5px;
  padding-right: 5px;
  height: 320px !important;
}
#directionspane {
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  width: 300px;
  background-color: #fff;
  z-index: 10000;
  border-right: 1px solid #000;
}
#statesPane {
  position: relative;
  bottom: 30px;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 4px;
  margin: 35px 30px;
}
#useroptionspane {
  position: relative;
  bottom: 30px;
  right: 10px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 4px;
  margin: 35px 30px;
}
#searchpane {
  position: relative;
  bottom: 30px;
  width: 450px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 4px;
  text-align: center;
  margin: 35px 30px;
}
#target {
  width: 430px;
  border: 2px solid #ccc;
  border-radius: 5px;
  height: 30px;
  margin-top: 5px;
  margin-left: -15px;
  -moz-box-shadow: inset 0 0 10px #ccc;
  -webkit-box-shadow: inset 0 0 10px #ccc;
  box-shadow: inset 0 0 10px #ccc;
}
.useroptions {
  min-height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 6px;
  padding: 6px;
}
.useroptionsButton {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 6px;
  padding: 2px;
  text-align: right;
}
.optionsheader {
  font-weight: bold;
  text-decoration: underline;
}
.optionsItem {
  padding: 4px;
  margin-bottom: 6px;
}
.BaBButton {
  cursor: pointer;
  -moz-box-shadow: inset 0 1px 0 0 #fce2c1;
  -webkit-box-shadow: inset 0 1px 0 0 #fce2c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #f19222));
  background: -moz-linear-gradient(center top, #fb9e25 5%, #f19222 100%);
  background-image: url('/_layouts/15/images/Wilson.WPAU.SP2013.Design/parking/images/Home/home_button.gif');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#F19222');
  background-color: #fb9e25;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 0;
  border: 1px solid #eeb44f;
  display: inline-block;
  color: #000;
  font-family: "Larseitt-Regular";
  font-size: 13px;
  padding: 3px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #cc9f52;
  width: 40%;
  color: #fff;
  margin-bottom: 2px;
}
a.searchLink:link,
a.searchLink:visited {
  color: #f67300;
  width: 95%;
}
a.searchButton:link,
a.searchButton:visited {
  color: #fff;
  width: 95%;
}
.searchButton {
  -moz-box-shadow: inset 0 1px 0 0 #fce2c1;
  -webkit-box-shadow: inset 0 1px 0 0 #fce2c1;
  box-shadow: inset 0 1px 0 0 #fce2c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #f19222));
  background: -moz-linear-gradient(center top, #fb9e25 5%, #f19222 100%);
  background-image: url('/_layouts/15/images/Wilson.WPAU.SP2013.Design/parking/images/Home/home_button.gif');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#F19222');
  background-color: #fb9e25;
  border: 1px solid #eeb44f;
  display: inline-block;
  color: #000;
  font-family: "Larseitt-Regular";
  font-size: 13px;
  padding: 3px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #cc9f52;
  width: 96%;
  color: #fff;
  margin-top: -2px;
}
.searchButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f19222), color-stop(1, #fb9e25));
  background: -moz-linear-gradient(center top, #f19222 5%, #fb9e25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F19222', endColorstr='#fb9e25');
  background-color: #f19222;
  cursor: pointer;
}
.searchButton:active {
  position: relative;
  top: 1px;
}
#backToStates {
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #e16b03;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding-left: 5px;
}
#toolsPane {
  display: inline;
}
#ajax-loader {
  position: absolute;
  top: 85px;
  left: 46%;
  height: 120px;
  width: 160px;
  background-color: #fff;
  background-image: url("/_layouts/wilsonlocatorau/images/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #fd8b06;
  display: none;
  z-index: 1000;
}
.parkItem:hover {
  cursor: pointer;
}
.parkItem {
  display: block;
  border: 2px solid #dbdbea;
  border-radius: 5px;
  padding: 5px;
  margin: 2px;
  overflow: visible;
}
.parkItemSelected:hover {
  cursor: pointer;
}
.parkItemSelected {
  display: block;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 5px;
  margin: 2px;
  overflow: visible;
  background-color: #dbdbea;
  z-index: 1000;
  cursor: pointer;
}
.parkItemRollover {
  display: block;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 5px;
  margin: 2px;
  overflow: visible;
  background-color: #ddd;
  cursor: pointer;
}
.regionItem:hover {
  cursor: pointer;
  font-family: "Larseitt-Regular";
  font-size: 13px;
  font-weight: bold;
}
.regionItem {
  border: 1px solid #ccc;
  padding: 4px;
  margin: 2px;
  font-family: "Larseitt-Regular";
  font-size: 13px;
}
.regionItemSelected:hover {
  cursor: pointer;
  font-family: "Larseitt-Regular";
  font-size: 13px;
  font-weight: bold;
}
.regionItemSelected {
  border: 1px solid #ccc;
  padding: 4px;
  margin: 2px;
  background-color: #ffa11b;
  font-family: "Larseitt-Regular";
  font-size: 13px;
  font-weight: bold;
}
.stateItem {
  height: 20px;
  margin: 2px;
  padding-bottom: 5px;
  font-weight: normal;
  color: #000;
  cursor: pointer;
}
#fStates {
  float: left;
  margin-left: 10px;
}
#fSearch {
  margin-left: 25%;
  margin-right: 25%;
}
#fOptions {
  float: right;
  margin-right: 10px;
}
.tooItem {
  width: 120px;
  height: 20px;
  color: #fff;
  text-align: center;
  border: 1px solid #ccc;
  display: inline-block;
  cursor: pointer;
}
.smallText {
  color: #000;
  font-size: small;
}
.infoText {
  color: #000;
  font-size: small;
}
.infoPara {
  color: #000;
  font-size: small;
}
.infoPic {
  width: 100px;
  height: 50px;
}
.infoTextGray {
  color: Gray;
  font-size: small;
  white-space: nowrap;
}
.smallTextUnderline {
  color: #000;
  font-size: small;
  text-decoration: underline;
}
.smallTextUnderlinebold {
  color: #000;
  font-size: small;
  font-weight: bold;
  text-decoration: underline;
}
.mediumText {
  color: #000;
  font-size: medium;
}
.mediumTextUnderline {
  color: #000;
  font-size: medium;
  text-decoration: underline;
}
.mediumTextUnderlinebold {
  color: #000;
  font-size: medium;
  font-weight: bold;
  text-decoration: underline;
}
.detailwrap {
  width: 100%;
  padding-top: 6px;
  padding-right: 0;
}
.serviceWrap {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 7px;
  margin-top: 4px;
  height: 55px;
  width: 100%;
}
#detail_content {
  position: relative;
  height: 100%;
  width: 100%;
}
#detail_general {
  position: relative;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#detail_general_left {
  float: left;
  width: 160px;
}
#detail_general_right {
  float: right;
  max-width: 300px;
}
.detail_pic {
  border: 1px solid #000;
  border-radius: 8px;
  background-color: #000;
  padding: 6px;
  margin-right: 20px;
}
.detail_container {
  position: relative;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  margin-top: 10px;
}
#getShareThis {
  background-color: #e5e4d7;
  padding-left: 10px;
  padding-top: 10px;
}
.getShareThis {
  background-color: #e5e4d7;
  padding-left: 10px;
  padding-top: 10px;
  cursor: pointer;
  color: #f67300;
  font-size: 11pt;
}
.getShareThis:hover {
  color: #fc0;
}
#getMonthly {
  background-color: #90816f;
}
#getPlatinum {
  background-color: #685c50;
}
#getBookABay {
  background-color: #515151;
}
#getCarParkWidget {
  background-color: #fff;
}
#detailsMain {
  height: auto;
  min-height: 200px;
  overflow: visible;
  padding-top: 15px;
  padding-bottom: 15px;
}
#detailsLeft {
  float: left;
  width: 48%;
  height: 100%;
  margin-left: 10px;
  overflow: visible;
}
#detailsRight {
  float: right;
  width: 48%;
  height: 100%;
  overflow: visible;
}
.detailsArrow {
  position: relative;
  right: 5%;
  top: 25%;
  text-decoration: none;
}
.detailsDivider {
  display: block;
  height: 2px;
  width: 90%;
  color: #515151;
  background-color: #515151;
  margin-top: 10px;
  margin-bottom: 10px;
}
.detailsRateType {
  font-size: 9pt;
  margin-bottom: 5px;
  font-weight: bold;
}
#ShareThisPage {
  margin-top: 5px;
  border: 2px solid #f67300;
  padding: 10px;
  font-size: 13px;
}
#locator_map {
  height: 100%;
  border: none;
}
a[href^="https://maps.google.com/maps"][title="Click to see this area on Google Maps"] {
  position: fixed !important;
  left: 50% !important;
  bottom: 70px !important;
}
@media only screen and (max-device-width: 480px) {
  a[href^="https://maps.google.com/maps"][title="Click to see this area on Google Maps"] {
    position: fixed !important;
    left: 0 !important;
    bottom: 50px !important;
  }
}
@media only screen and (device-width: 768px) {
  a[href^="https://maps.google.com/maps"][title="Click to see this area on Google Maps"] {
    position: fixed !important;
    left: 50% !important;
    bottom: 50px !important;
  }
}
div#mapCanvas div#locator_map div.gm-style div.gm-bundled-control-on-bottom div.gmnoprint button.gm-control-active {
    left: -12px !important;
}
div#mapCanvas div#locator_map div.gm-style button.gm-fullscreen-control {
  display: none !important;
}
#loadmessagehtml {
  display: none;
}
.expired::after {
  content: "EXPIRED";
  margin-left: 10px;
  background: transparent;
  color: #FD3C3C;
  font-size: 13px;
  border: 1px solid #FD3C3C;
  padding: 2px 12px 2px 12px;
  border-radius: 15px;
  line-height: 2.5rem;
  font-weight: normal;
}
/* ==========================================================================
// Sidebar Navigation
// ========================================================================== */
nav.main {
  background-color: #3B3C3E;
}
nav.main a,
nav.main a:visited {
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  text-decoration: none;
}
nav.main ul {
  height: 100%;
  box-sizing: border-box !important;
}
nav.main ul li {
  width: 100%;
  height: 100px;
  text-align: center;
}
nav.main ul li a.nav {
  display: block;
  height: 100%;
  width: 100%;
  background-position: center !important;
  padding-top: 70px;
  background-size: 30px !important;
}
nav.main ul li a.nav.active {
  border-left: 4px solid #ED1C23;
  background-color: #000;
}
nav.main ul li a.find-a-park {
  background: url('../images/icons/search.svg') no-repeat;
}
nav.main ul li a.book-a-bay {
  background: url('../images/icons/car.svg') no-repeat;
}
nav.main ul li a.monthly-parking {
  background: url('../images/icons/calendar.svg') no-repeat;
}
nav.main ul li a.platinum-parking {
  background: url('../images/icons/w-one.svg') no-repeat;
}
nav.main ul li a.parkmate,
nav.main ul li a.parkingapp
{
  background: url('../images/icons/apps.svg') no-repeat;
}
@media screen and (min-width: 769px) {
  nav.main {
    top: 0;
    width: 100px;
    padding: 70px 0 40px;
  }
  nav.main ul a.my-account {
    background-position: 72.5% 50% !important;
  }
  nav.main ul a.my-account.active {
    background-position: 81.25% 50% !important;
  }
  nav.main.four-menus li {
    height: 25% !important;
  }
  #contentBox .left-1,
  #contentBox .left-2 {
    padding-left: 100px;
  }
  #contentBox .right--full {
    padding-left: 6%;
  }
}
@media only screen and (max-width: 768px) {
  nav.main ul {
    height: 75px;
    overflow: hidden;
    font-size: 0;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
  }
  nav.main ul li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 100%;
    overflow: hidden;
  }
  nav.main ul li a.nav {
    padding-top: 50px;
    background-size: 25px !important;
  }
  nav.main ul li a.nav.active {
    border-left: none;
  }
  nav.main ul:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }
}
/*=====  End of Sidebar Navigation End  ======*/
/*-------------------------------------------*/
/* My Park Login Button */
.mypark {
  padding: 12px 16px 12px 42px;
  color: #FFF;
  background-/*color: #fd980f;*/
  position: relative;
}
.mypark:hover,
.mypark:focus {
  background-color: #ffa033;
  color: #FFF;
}
.mypark:visited {
  color: #FFF;
}
.mypark:before {
  display: inline-block;
  content: '';
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/myPark__login.png");
  width: 24px;
  height: 24px;
  position: absolute;
  left: 12px;
  top: 8px;
}
/*-------------------------------------------*/
/*-------------------------------------------*/
/* Velocity section */
#velocity .introduction h1 {
  font-weight: bold;
  text-transform: none;
}
.velocity-content .red {
  color: #ED1C23;
}
.velocity-content .important {
  font-weight: bold;
}
.velocity-content .maroon {
  color: #954576;
}
.velocity-content input.submit {
  background-color: #ED1C23 !important;
}
.velocity-content .notes {
  font-size: 0.9em !important;
}
.velocity-content input.text,
#velocity-content input.text:hover,
#velocity-content input.text:focus {
  border-color: #6E6D6C !important;
}
.velocity-content .image img {
  margin: 0 auto;
}
.velocity-content .image.main-image img {
  width: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1919px) {
  .velocity-content .image.main-image img {
    width: 65%;
  }
}
.velocity-content .col-1-4 {
  float: left;
  width: 25%;
  padding: 10px;
}
.velocity-content .col-3-4 {
  float: left;
  width: 75%;
  padding: 10px;
}
.velocity-content .grid:after {
  content: "";
  display: table;
  clear: both;
}
.velocity-content label.error {
  color: #ED1C23;
}
.velocity-content div.form-response a {
  color: #ED1C23;
}
/*-------------------------------------------*/
/*-------------------------------------------*/
/* Sign In section */
#sign-in__introduction h1 {
  font-weight: bold;
}
#sign-in__content {
  color: #fff;
}
#sign-in__content h2 {
  color: white;
  margin-bottom: 25px;
}
#sign-in__content ul li.button,
#sign-in__content div.button {
  width: 100%;
  height: 40px;
}
#sign-in__content ul li.button:after,
#sign-in__content div.button:after {
  content: '';
  clear: both;
}
#sign-in__content ul li.button input,
#sign-in__content div.button a {
  display: inline-block;
  border: 0;
  height: 40px;
  background: #ED1C23;
  color: #fff;
  font: 15px/1 "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 12px 16px;
  width: 50%;
  text-transform: uppercase;
  float: right;
}
#sign-in__content ul li.button input:focus,
#sign-in__content ul li.button input:hover,
#sign-in__content div.button a:focus,
#sign-in__content div.button a:hover {
  opacity: 0.8;
}
#sign-in__content ul li.forgot {
  text-align: right;
  margin-top: -5px;
}
#sign-in__content ul li.forgot a {
  color: #fff;
  text-decoration: underline;
}
#sign-in__content p a,
#sign-in__content p a:hover,
#sign-in__content p a:visited {
  color: #fff;
  text-decoration: underline;
}
#sign-in__content .footer {
  margin-top: 15px;
}
#sign-in__content .note {
  font-size: 0.95em;
}
#sign-in__book-a-bay {
  background-color: #64C7C7;
}
#sign-in__book-a-bay input {
  margin-bottom: 10px;
}
#sign-in__bab_message label.error {
  color: #ED1C23;
}
#sign-in__wilson-one {
  background-color: #461E70;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #sign-in__content ul li.button input,
  #sign-in__content div.button a {
    width: 100%;
  }
  #sign-in__wilson-one {
    margin-bottom: 0;
  }
}
/*-------------------------------------------*/
.uppercase {
  text-transform: uppercase;
}
.uppercase::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: none;
}
.uppercase:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: none;
}
.uppercase::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: none;
}
.uppercase:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: none;
}
/*-------------------------------------------*/
/* Google Maps Styling */
/*-------------------------------------------*/
.gm-style {
  font-family: "Larseitt-Regular" !important;
}
.gm-style .info-container {
  border-radius: 4px !important;
  background-color: #FFFFFF !important;
}
.gm-style .gm-style-iw .parkInfo {
  height: auto !important;
  padding: 10px 0;
}
.gm-style .gm-style-iw .parkInfo .infoHeading b {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.gm-style .gm-style-iw .parkInfo .infoText {
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  color: #505153;
}
.gm-style .gm-style-iw .parkInfo ul.serviceWrap {
  display: table;
  width: 100%;
  margin: 18px 0;
}
.gm-style .gm-style-iw .parkInfo ul.serviceWrap li {
  display: table-cell;
  text-align: center;
  background-repeat: no-repeat;
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/icons/green-tick.png");
  background-position: 99% -40%;
  width: 80px;
}
.gm-style .gm-style-iw .parkInfo ul.serviceWrap li .service-description {
  color: #505153;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  display: block;
}
.gm-style .gm-style-iw .parkInfo ul.serviceWrap li img {
  width: 22px;
}
.gm-style .gm-style-iw .parkInfo .detailwrap {
  padding-top: 0;
}
.gm-style .gm-style-iw .parkInfo .detailwrap .directions-label {
  color: #3B3C3E;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 11px;
  display: block;
  margin-bottom: 8px;
}
.gm-style .gm-style-iw .parkInfo .detailwrap input {
  width: 100%;
  border: 1px solid #DBDCDD;
  border-radius: 7px;
  height: 40px;
  font-size: 15px;
  line-height: 18px;
  color: #505153;
  padding: 11px 20px;
  font-weight: 500;
}
.gm-style .gm-style-iw .parkInfo .detailpagewrap {
  margin-top: 18px;
}
.gm-style .gm-style-iw .parkInfo .detailpagewrap a.searchLink,
.gm-style .gm-style-iw .parkInfo .detailpagewrap a.searchLink:visited {
  color: #ED1C23;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
}
.gm-style .gm-style-iw .gm-ui-hover-effect {
    top: 5px !important;
    right: -20px !important;
}
/*-------------------------------------------*/
/* More content section / new footer replacement */
/*-------------------------------------------*/
#moreContentSection .content {
  padding: 0;
}
#moreContentSection .content .top-content {
  background-color: white;
  border-bottom: 1px solid #DBDCDD;
  padding: 0px;
}

.top-content-body
{
	padding: 25px;
	border-top: 1px solid #DBDCDD;
}

#moreContentSection .content .top-content h1 {
  color: #000;
}
#moreContentSection .content .top-content .top-content-section h2 {
  text-transform: none;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
#moreContentSection .content .top-content .top-content-section .contact-number {
  color: #491E70;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 18px 0;
}
#moreContentSection .content .top-content .top-content-section .contact-number img {
  max-width: 20px;
  height: 20px;
  margin-right: 11px;
  display: inline;
  position: relative;
  top: 3px;
}
#moreContentSection .content .top-content .top-content-section a.contact-link,
#moreContentSection .content .top-content .top-content-section a.contact-link:visited {
  color: #ED1C23;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  display: block;
  margin: 11px 0;
}
#moreContentSection .content .footer a,
#moreContentSection .content .footer a:visited {
  color: #491E70;
  font-size: 15px;
  line-height: 18px;
}
#moreContentSection .content .footer > ul {
  padding: 25px;
}
#moreContentSection .content .footer > ul li.top-level {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1023px) {
  #moreContentSection .content .footer > ul li.top-level {
    width: 50%;
    float: right;
  }
}
#moreContentSection .content .footer > ul li.share {
  margin-top: 20px;
  margin-bottom: 60px;
}
#moreContentSection .content .footer > ul li.share ul {
  margin-top: 15px;
  margin-bottom: 0;
}
#moreContentSection .content .footer > ul li.share ul li a {
  padding: 0 10px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  background-size: 22px;
  background-position: center;
  display: inline-block;
}
#moreContentSection .content .footer > ul li.share ul li a span.at-icon-wrapper {
  visibility: hidden;
}
#moreContentSection .content .footer > ul li.share ul li a:hover {
  text-decoration: none;
}
#moreContentSection .content .footer > ul li.share ul li a.facebook {
  background-repeat: no-repeat;
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/icons/facebook.png");
}
#moreContentSection .content .footer > ul li.share ul li a.google {
  background-repeat: no-repeat;
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/icons/google.png");
}
#moreContentSection .content .footer > ul li.share ul li a.twitter {
  background-repeat: no-repeat;
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/icons/twitter.png");
}
#moreContentSection .content .footer > ul li.share ul li a.youtube {
  background-repeat: no-repeat;
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/icons/youtube.png");
}
#moreContentSection .content .footer .copyright {
  padding: 25px 20px;
  background-color: white;
  border-top: 1px solid #dbdcdd;
}
#moreContentSection .content .footer .copyright p {
  color: #505153;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
}
/*-------------------------------------------*/
/* Updated News content section  */
/*-------------------------------------------*/
#content-page.news section.right-2,
#content-page.promotions section.right-2 {
  width: 468px;
}
#content-page.news section.right-2 img,
#content-page.promotions section.right-2 img {
  width: 366px;
  height: auto;
  max-height: 278px;
  overflow: hidden;
}
#content-page.news section.right-2 .content,
#content-page.promotions section.right-2 .content {
  padding: 0;
}
#content-page.news section.right-2 .content .articles ul li,
#content-page.promotions section.right-2 .content .articles ul li {
  padding: 15px 20px;
  display: block;
}
#content-page.news section.right-2 .content .articles ul li h4,
#content-page.promotions section.right-2 .content .articles ul li h4 {
  cursor: pointer;
}
#content-page.news section.right-2 .content .articles ul li a.nav,
#content-page.promotions section.right-2 .content .articles ul li a.nav {
  background-size: auto;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/icons/arrow-forward-small.png");
  cursor: pointer;
}
#content-page.news .introduction,
#content-page.promotions .introduction {
  background-color: #F4F5F5;
}
#content-page.news .introduction h1,
#content-page.promotions .introduction h1 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  padding: 20px;
}
#content-page.news .introduction .cycle-slideshow-banner,
#content-page.promotions .introduction .cycle-slideshow-banner {
  padding-bottom: 20px;
}
#content-page.news .introduction .cycle-slideshow-banner div.slide,
#content-page.promotions .introduction .cycle-slideshow-banner div.slide {
  margin: 15px 0;
}
#content-page.news .introduction .cycle-slideshow-banner div.cycle-pager-banner,
#content-page.promotions .introduction .cycle-slideshow-banner div.cycle-pager-banner {
  position: initial;
  display: table;
  margin: auto;
}
#content-page.news .introduction .cycle-slideshow-banner div.cycle-pager-banner span,
#content-page.promotions .introduction .cycle-slideshow-banner div.cycle-pager-banner span {
  height: 7px;
  width: 7px;
  background-color: #DBDCDD;
  border-radius: 50%;
  background-image: none;
  color: #F4F5F5;
  cursor: pointer;
}
#content-page.news .introduction .cycle-slideshow-banner div.cycle-pager-banner span.cycle-pager-active,
#content-page.promotions .introduction .cycle-slideshow-banner div.cycle-pager-banner span.cycle-pager-active {
  background-color: #3B3C3E;
}
#content-page.news nav.subnav h2,
#content-page.promotions nav.subnav h2 {
  color: #000000;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 11px;
}
#content-page.news nav.subnav p,
#content-page.promotions nav.subnav p {
  color: #505153;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 26px;
}
/*# sourceMappingURL=styles.css.map */

.changestatedropdown
{
	height: 30px; 
	width: 150px; 
	border-radius: 40px;
	margin-top: -8px;
	padding-top: 7px;
}

.changestatedropdown img
{
	width: 20px;
	display: inline-block;
}

i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 2px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.stateselectionli
{
	width: 250px; 
	border-bottom: solid 1px #CCCCCC; 
	color: #505153; 
	font-weight: 500; 
	line-height: 14px; 
	padding: 10px;
}

.stateselectionli a, .stateselectionli a:link, .stateselectionli a:visited
{
	font-size: 13px;
}

.find-a-park-state-menu ul, .find-a-park-state-menu .chosen
{
	border-radius: 3px 3px 3px 3px;
}

.subscribeFormPanelOuter,
.subscribeFormPanelOuterPromo
{
	padding: 30px;
}

.maplegends
{
	position: absolute;
	bottom: 10px;
	background: white;
	left: 670px;
	padding: 10px;
	border-radius: 3px 3px 3px 3px;
	border: solid 2px white;
}

.maplegendcontent
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	font-size: 13px;
}

.introduction i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding-left: 3px;
	padding-top: 3px;
}

.introduction .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.introduction .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
	margin-right: 20px;
}

.introduction .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.find-a-park-results-refine-btndiv i,
.find-a-park-results-refine-btn i
{
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding-left: 2px;
	padding-top: 2px;
}

#find-a-park-results-refine-btndiv1 span
{
	padding-left: 90px;
}

#find-a-park-results-refine-btndiv2 span
{
	padding-left: 120px;
}

.introduction .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

    .find-a-park-state-menu ul li{
        display: inline-block;

    }
    .find-a-park-state-menu ul li a{
        display: inline-block;
        color: #505153;
    }    
    .find-a-park-state-menu ul li a:hover, .find-a-park-state-menu ul li:hover{
        background-color: #F4F5F5;
        color: #000;
        font-weight: bold;
        text-decoration: none;
    }
    .find-a-park-state-menu ul li.chosen{
        font-weight: bold;
        background-image: url('/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/icons/black1x.png');
        background-position: 90% center;
        background-repeat: no-repeat;
		color: #62C7C7;
    }
	.find-a-park-state-menu ul li.chosen a
	{
		color: #62C7C7;
	}
	.search-query-wrapper
	{
		background: white;
		display: block;
		width: 100%;
		height: 60px;
		margin: 0;
		border: 1px solid #fff;
		background-color: #fff;
		font: 1em "Lato", sans-serif;
		font-style: italic;
		color: black;
		outline: none;
		border-radius: 40px;
		-webkit-appearance: none;
		clear: both;
	}
	.search-query-wrapper-left
	{
		float: none;
	}
	.search-query-wrapper-right
	{
		float: none;
		/* padding-right: 40px; */
		/* padding-top: 19px; */
		text-align: right;
		position: absolute;
		right: 30px;
		margin-top: -30px;
	}
    input.search-query{
		/* height: 50px !important; */
		border-radius: 40px !important;
		background-image: url(/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/icons/grey_mid1x.png);
		background-position: 15px center;
		background-repeat: no-repeat;
		padding-left: 50px !important;
		color: #000000 !important;
		font-size: 14px !important;
		line-height: 18px !important;
		font-style: normal !important;
		margin-top: 8px !important;
    }
    input.search-query:focus{
        background-image: url('/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/icons/cyan1x.png');
    }

    .find-a-park-results-refine-text {
	    /*width: 48px;*/
	    color: #B1B3B5;
		font-weight: bold;
		font-size: 13px;
	    /*font-family: "Work Sans";*/
		padding-bottom: 5px;
    }

.find-a-park-results-refine-btn {
    display: block;
    /* height: 30px; */
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: black;
    font-size: 13px;
}

	.find-a-park-results-sort-menu
	{
        position: absolute; 
        z-index: 1000; 
	    width: 260px;
	    border-radius: 4px;
	    background-color: #FFFFFF;
		padding: 5px;
		margin-top: 0px;
		-moz-box-shadow: 0 0 3px #ccc;
		-webkit-box-shadow: 0 0 3px #ccc;
		box-shadow: 0 0 3px #ccc;
	}

    .find-a-park-results-sort-menu ul li{
		display: inline-block;
		border-bottom: solid 1px #EFEFEF;
		color: #505153;
		font-weight: 500;
		line-height: 14px;
		padding: 8px;
		font-style: normal;
		font-family: 1em "Larseitt-Regular";
		width: 100%;
    }
    .find-a-park-results-sort-menu ul li a{
        display: inline-block;
        color: #505153;
    }    
    .find-a-park-results-sort-menu ul li a:hover, .find-a-park-results-sort-menu ul li:hover{
        background-color: #F4F5F5;
        color: #000;
        font-weight: bold;
        text-decoration: none;
    }
    .find-a-park-results-sort-menu ul li.chosen{
        font-weight: bold;
        background-image: url('/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/icons/black1x.png');
        background-position: 90% center;
        background-repeat: no-repeat;
    }
    .find-a-park-results-refine-menu ul li{
        display: inline-block;
		border-bottom: solid 1px #EFEFEF;
		color: #505153;
		font-weight: 500;
		line-height: 14px;
		padding: 8px;
		font-style: normal;
		/*font-family: "Work Sans";*/
		width: 100%;
	}

.find-a-park-results-refine-menu ul li label
{
	font-style: normal;
}

.find-a-park-results-refine-menu {
    position: absolute;
    z-index: 1000;
    /*min-height: 364px;*/
    width: 300px;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 5px;
    margin-top: 0px;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
}
    .find-a-park-results-refine-menu ul li input[type=checkbox]:checked {
        display: inline-block;
        color: #491E70;
        font-weight: 600;
    }
    .find-a-park-results-refine-menu-heading {
	    height: 11px;
	    width: 65px;
	    color: #B1B3B5;
	    font-family: "Larseitt-Regular";
        padding: 10px;
	    font-size: 11px;
	    font-weight: 600;
	    letter-spacing: 1px;
	    line-height: 11px;
    }

.entryheighttext
{
	display: inline;
	float: left;
	width: 180px;
	margin-top: 10px;
}

.entryheightddl
{
	float: left;
	width: 80px;
	margin-top: 8px;
}

.filters-2 .height
{
	padding: 5px;
	margin: 0px;
	min-height: 30px;
}

.filters-2 div.select
{
	height: auto;
}

.filters-2 div.select div.value {
  height: 100%;
  padding: 0px;
  padding-right: 0px;
}

.find-a-park-results-refine-btndiv-left
{
    width: 230px;
    border: 1px solid #DBDCDD;
	border-radius: 3px 3px 3px 3px;
}

.find-a-park-results-refine-btndiv-right
{
	position: absolute;
	margin-left: 210px;
	margin-top: -31px;
}

.find-a-park-results-refine-btndiv:hover,
.find-a-park-results-refine-btndiv-active
{
	/*background: black;*/
	text-decoration: none;
	border: solid 1px #62C7C7;
	border-radius: 3px 3px 3px 3px;
}

.find-a-park-results-refine-btndiv:hover i,
.find-a-park-results-refine-btndiv-active i
{
	/*border-color: white;*/
}

.find-a-park-results-refine-btndiv:hover a,
.find-a-park-results-refine-btndiv:hover a:link,
.find-a-park-results-refine-btndiv:hover a:visited,
.find-a-park-results-refine-btndiv:hover a:hover,
.find-a-park-results-refine-btndiv-active a,
.find-a-park-results-refine-btndiv-active a:link,
.find-a-park-results-refine-btndiv-active a:visited
{
	/*color: white;*/
	text-decoration: none;
}

.find-a-park-results-refine-menu input[type=checkbox],
.find-a-park-results-refine-menu input[type=checkbox]:hover{
    /* background: red; */
    /* border: solid 1px red; */
	-webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px #EFEFEF, inset 0px -15px 10px -12px #EFEFEF;
    padding: 7px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}


.find-a-park-results-refine-menu input[type=checkbox]:active, .find-a-park-results-refine-menu input[type=checkbox]:checked:active {
	background-color: #62C7C7;
	border: 1px solid #62C7C7;
	box-shadow: 0 1px 2px #62C7C7, inset 0px -15px 10px -12px #62C7C7, inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.productactive
{
	color: #62C7C7;
	font-weight: bold;
}

.find-a-park-results-refine-menu input[type=checkbox]:checked {
	background-color: #62C7C7;
	border: 1px solid #62C7C7;
	box-shadow: 0 1px 2px #62C7C7, inset 0px -15px 10px -12px #62C7C7, inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.find-a-park-results-refine-menu input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 15px;
    position: absolute;
    top: -3px;
    left: 1px;
    color: white;
}

.location-title
{
  font-weight: bold;
  font-size: 16px;
  color: #62C7C7;
}

.resultstable td
{
	border: solid 1px #EFEFEF;
	background: white;
	border-radius: 7px 7px 7px 7px;
	margin-top: 10px;
}

.tbodyresult
{
	padding: 20px;
	border: solid 1px #EFEFEF;
	background: white;
	border-radius: 7px 7px 7px 7px;
	margin-top: 10px;
	clear: both;
	height: 100px;
	cursor: hand;
	cursor: pointer;
}

.tbodyresult .number
{
	float: left;
	/*width: 20px;*/
}

.tbodyresult .location
{
	float: left;
	padding-left: 20px;
	max-width: 70%;
}


.tbodyresult .price
{
	float: right;
	padding-left: 20px;
}


.tbodyresult .view
{
	float: right;
	padding-left: 20px;
}

.tbodyresult .addressline
{
	clear: both;
}

.pricecost
{
	color: red;
	font-weight: bold;
	font-size: 16px;
}

.tbodyresult .detailsLine
{
	visibility: hidden;
}

.parkdetails,
#find-a-park-details .scrollpane
{
	clear: both;
}

#find-a-park-details .content
{
	padding-top: 20px;
}

.findaparkdetailstitle
{
	max-width: 350px;
}

#find-a-park-details .content .mapaddresssection
{
	position: relative;
	margin-top: 0px;
}

#find-a-park-details .content .mapaddress
{
	color: white;
	padding-top: 5px;
	padding-left: 8px;
}

#find-a-park-details h2
{
	color: white;
	padding-top: 2px;
}

#find-a-park-details .accordionHoursIcon, #carpark-landing-info .accordionHoursIcon
{
	float: left;
	width: 30px;
    margin-top: -7px;
}

#find-a-park-details .accordionHoursText, #carpark-landing-info .accordionHoursText
{
	float: left;
}

#carpark-landing-info .infoContentSectionCPLanding .more-paragraph {
    line-height: 1.5;
    margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
    #carpark-landing-info div.pageheader {
        height: 90px !important;
    }
    
    #carpark-landing-details h1.cpLandingBookHeader {
        padding: 20px 0 !important;
    }

    #carpark-landing-details div.Quote_form {
        width: auto !important;
        padding: 15px !important;
        margin: 15px !important;
    }

        #carpark-landing-details div.Quote_form div.Quote_form_entry, #carpark-landing-details div.Quote_form div.Quote_form_exit,
        #carpark-landing-details div.Quote_form div.Quote_form_promo {
            width: auto !important;
            margin-bottom: 10px !important;
        }

        #carpark-landing-details div.Quote_form div.Quote_form_book {
            width: 100% !important;
        }

            #carpark-landing-details div.Quote_form div.Quote_form_book button.submitQuote {
                margin-left: 10% !important;
            }
}

#find-a-park h1
{
	color: white;
}

#find-a-park input.text
{
	/*border: none 0px white;*/
}

.accordionHoursSection, .accordionHoursSectionCPLanding
{
	background: rgb(78, 158, 159);
	width: 100%;
	padding-left: 22px;
	padding-top: 20px;
	min-height: 70px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.accordionHoursText
{
	padding-left: 13px;
	font-weight: bold;
	color: white;
	padding-top: 4px;
}

.accordionHoursTextClock
{
	font-weight: normal;
}

.accordionHoursLeft
{
	float: left;
}

.accordionHoursRight, .accordionHoursRightCPLanding
{
	float: right;
	padding-top: 4px;
	padding-right: 25px;
}

.accordionHoursRight i, .accordionHoursRightCPLanding i
{
	padding: 4px;
}

.accordionHoursContentSection, .accordionHoursContentSectionCPLanding
{
	position: relative;
	padding-top: 30px;
}

.accordionHoursContent {
    color: white;
    border-bottom: dashed 1px white;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
    width: 100%;
    /* min-height: 70px; */
    height: auto;
}

.accordionHoursContentLeft
{
	float: left;
}

.accordionHoursContentRight
{
	text-align: right;
}

.Quote_form div img {
	position: relative;
	display: inline-block;
	right: 10px;
	top: -25px;
	margin-right:2px;
    width: auto;
    float: right;
}

@media (min-width:992px) { 
	.Quote_form div img {		
		right: 5px;
		top: -25px;
	}
}

.Quote_form select{ width:56px; border:none; border-radius:0px;height:22px; } 
.Quote_form input[type="text"]{ padding: 0 10px; background-color:#FFF;}
.Quote_form input.time { 
	border:none;
	border-radius:3px;
	background-image: url("../images/arrow.png");
	background-position: 95% center;
	background-repeat: no-repeat;
	}
.Quote_form select, .Quote_form input { display:inline-block; vertical-align:middle; height:35px; width:100%;}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .Quote_form {
        width: 80% !important;
        margin-left: 13% !important;
    }
}

.findAParkDetailsContent
{
	clear: both;
	background: white;
	width: 100%;
}

.findAParkDetailsContentAccordion, .findAParkDetailsContentAccordionServices, .cpLandingContentAccordion
{
width: 100%;
    border-bottom: solid 1px #DDDDDD;
    /* border-radius: 7px 7px 7px 7px; */
    padding-left: 20px;
    padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
    min-height: 70px;
    background: white;
    /* margin-top: 20px; */
    clear: both;
}

.accordionLink, .accordionLink:hover, .accordionLink:visited, .accordionLink:link
{
	color: white;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
}

.accordionLink:hover
{
	text-decoration: none;
}

.accordionLink::after
{
	content: ">";
    color: white;
    position: absolute;
    right: 40px;
    font-weight: bold;
}

.accordionLinkWrapper
{
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 70%;
	background: red;
	border: solid 1px red;
	border-radius: 40px 40px 40px 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.findAParkDetailsContentAccordionLeft, .cpLandingContentAccordionLeft
{
	float: left;
	padding-top: 10px;
	font-weight: bold;
}

.findAParkDetailsContentAccordionRight, .cpLandingContentAccordionRight
{
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}

.findAParkDetailsContentAccordionArrow, .cpLandingContentAccordionArrow
{
	float: right;
}

.findAParkDetailsContentAccordionArrow img, .cpLandingContentAccordionArrow img
{
	width: 40px;
}

.search-current
{
	font-style: normal;
	color: white;
}

.findAParkDetailsContentAccordionHeader, .findAParkDetailsContentAccordionBody,
.findAParkDetailsContentAccordionHeaderServices, .findAParkDetailsContentAccordionBodyServices,
.cpLandingContentAccordionHeader, .cpLandingContentAccordionBody
{
	clear: both;
}

.findAParkDetailsContentAccordionHeader, .findAParkDetailsContentAccordionHeaderServices, .cpLandingContentAccordionHeader
{
	cursor: hand;
	cursor: pointer;
}

.findAParkDetailsContentSelected, .findAParkDetailsContentServicesSelected, .cpLandingContentSelected
{
	background: rgb(245, 245, 245);
}

.lightText
{
	font-weight: normal;
}

.greenText
{
	color: #62C7C7;
}

.CarParkDetailsRatesLabel
{
	float: left;
}

.CarParkDetailsRatesLabelPrice
{
	float: right;
}

.CarParkDetailsRatesLabelWrapper
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #DEDEDE;
	height: 40px;
}	

.rateNotes
{
	margin-top: 20px;
}

#subscribeFormPlaceholderNewsList .scrollpane, 
#subscribeFormPlaceholderPromoList .scrollpane 
{
	min-height: 720px;
	height: auto !important;
}

#subscribeFormPlaceholderNewsList .content,
#subscribeFormPlaceholderPromoList .content,
#subscribeFormPlaceholder-details .content
{
	background: white;
	padding: 0px;
}

#subscribeFormPlaceholderNewsList .introduction,
#subscribeFormPlaceholder-details .introduction
{
	padding: 25px;
}

#subscribeFormPlaceholder-details .content
{
	padding: 10px;
}

#subscribeFormPlaceholderNewsList h1,
#subscribeFormPlaceholderPromoList h1,
#subscribeFormPlaceholder-details h1
{
	color: black;
}

#subscribeFormPlaceholderNewsList h2,
#subscribeFormPlaceholderPromoList h2,
#subscribeFormPlaceholder-details h2
{
	text-transform: none;
	font-size: 18px;
	font-weight: bold;
	color: black;
}

#subscribeFormPlaceholderNewsList .articles h4,
#subscribeFormPlaceholderPromoList .articles h4
{
	color: red;
	font-size: 15px;
	font-weight: Bold;
}

#subscribeFormPlaceholderNewsList .articles ul li,
#subscribeFormPlaceholderPromoList .articles ul li
{
    border-top: solid 1px #EFEFEF;
    padding: 25px;
    width: 100%;
    clear: both;
}

#subscribeFormPlaceholderNewsList .articles ul li img,
#subscribeFormPlaceholderPromoList .articles ul li img
{
	width: 30px;
	height: 30px;
	float: right;
}

#subscribeFormPlaceholderPromoList .content
{
	/*padding: 20px;*/
}

#subscribeFormPlaceholderPromoList .content img
{
	/*max-height: 250px;*/
}

#subscribeFormPlaceholderPromoList .introduction,
#subscribeFormPlaceholderPromoList .subnav
{
	padding: 20px;
}

.carParkHeaderTitle
{
	position: relative;
	margin-top: 30px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

.carParkPromotions
{
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.findAParkDetailsBody
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background: white;
}

.findAParkDetailsBody .directions-query
{
	border: solid 1px #CDCDCD;
}

.carParkInformation h1
{
	margin-top: 20px;
}

.carParkInformation h4, .carParkPromotions h4
{
	font-weight: Bold;
	margin-bottom: 20px;
}

.carParkInformation h3
{
	display: none;
}

.carParkInformation
{
	position: relative;
	margin-top: 20px;
}

.carParkInformation .carParkImageRight
{
	padding-left: 20px;
	float: left;
	width: 49%;
}

.titleSearchAttraction
{
	padding-bottom: 10px; height: 11px; color: #3B3C3E; font-weight: 600; letter-spacing: 1px; line-height: 11px;
	text-transform: uppercase;
}

.morelink, .morelink:link, .morelink:visited
{
	font-weight: bold;
	color: red;
	width: 100%;
}

.serviceoffering .findAParkDetailsContentAccordionLeft
{
	font-weight: normal;
	color: #777777;
}

.serviceoffering .findAParkDetailsContentAccordionRight
{
	color: #62C7C7;
	font-weight: Bold;
}

.subscribeFormWrapper .content
{
	padding: 0px !important;
	background: white !important;
}

.subscribeFormWrapper h1
{
	color: black;
	font-size: 18px;
}

.subscribeLabel
{
	font-weight: bold;
	color: black;
}

.subscribeHeadLabel
{
	font-weight: bold;
	color: #ED1C23;
}

.subscribeFormControl
{
	border: solid 1px #EFEFEF;
	border-radius: 7px 7px 7px 7px;
	padding: 3px;
}

.subscribeFormControl input,
.subscribeFormControl input::placeholder,
.subscribeFormControl select,
.subscribeFormControl textarea,
.subscribeFormControl div.select
{
	text-decoration: none;
	border: none 0px white !important;
}

    .subscribeFormControl input.attachPhoto {
        height: auto !important;
    }

.subscribeField
{
	margin-top: 20px;
}

.subscribeFormSubmitLeft
{
	float: left;
}

.subscribeFormSubmitRight
{
	float: right;
}

.subscribeFormSubmitArea
{
	margin-top: 20px;
}

.subscribeFormSubmitArea input.submit
{
	color: white;
	text-transform: none;
	background: red !important;
	padding: 5px !important;
	border: solid 1px red !important;
	border-radius: 7px 7px 7px 7px !important;
	width: 150px !important;
}

.cpLanding-popup-overlay{
  /*Hides pop-up when there is no "active" class*/
  visibility:hidden;
  position:absolute;
  background:#ffffff;
  border:2px solid #262626;
  width:30%;
  top:35%;
  left:35%;
}
.cpLanding-popup-overlay.active{
  /*displays pop-up when "active" class is present*/
  visibility:visible;
  text-align:center;
  z-index: 999;
}

.cpLanding-popup-content {
  /*Hides pop-up content when there is no "active" class */
 visibility:hidden;
}

.cpLanding-popup-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility:visible;
}

@media only screen and (max-width: 640px) {
    .cpLanding-popup-overlay {
        width:90% !important;
        top:25% !important;
        left:5% !important;
    }

    .cpLanding-popup-overlay a.close-icon {
        opacity: 1 !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 40px !important;
        height: 40px !important;
        padding: 0 !important;
        background: none !important;
        background-image: url("/_layouts/15/images/Wilson.WPAU.SP2013.Design/ParkingAU/images/Home/icon_close.png") !important;
        text-indent: -999px !important;
    }

    .cpLanding-popup-overlay .accordionLinkWrapper {
        padding-left: 0 !important;
    }
}

article.services .introduction
{
	background: White !important;
	color: black !important;
}

article.services h1
{
	color: black !important;
	margin-bottom: 0px !important;
}

.servicessubheader
{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

article.services .findAParkDetailsContentAccordionLeft
{
	color: red;
}

.servicesDropDownWrapper
{
	border: none 0px white;
	padding: 10px;
}

.servicesDropDownWrapper .findAParkDetailsContentAccordion,
.servicesDropDownWrapper .findAParkDetailsContentAccordionServices
{
	border: solid 1px #EFEFEF;
}

#subscribeFormPlaceholderPromo-details .content,
#velocity .content
{
	background: white;
}

.find-a-park-change-btn-right
{
	float: right;
}

.find-a-park-change-btn-left
{
	float: left;
}

.find-a-park-details .nav img
{
	display: none;
}

.filtersleft
{
	float: left;
}

.filtersright
{
	float: left; margin-left: 20px;
}

#sign-in-form #sign-in__book-a-bay,
#sign-in__introduction
{
	background: white;
	color: black;
}

#sign-in-form #sign-in__book-a-bay h2
{
	color: red;
	font-size: 15px;
}

#sign-in-form #sign-in__book-a-bay .footer a,
#sign-in-form #sign-in__book-a-bay .footer a:link,
#sign-in-form #sign-in__book-a-bay .footer a:visited
{
	color: red;
}

#sign-in-form #sign-in__book-a-bay input
{
	border: solid 1px #DEDEDE;
}

#velocity-form .introduction
{
	background: none;
}

#monthly-parking-search .ps-container
{
	padding: 20px;
}

.carParkImage
{
	float: left;
	width: 50%;
}

.threerow
{
	float: left;
    padding-right: 20px;
    margin: 0 auto;
    text-align: center;
    width: 33%;
}

.threerow img
{
	width: 24px;
    margin: 0 auto;
}

.tworow
{
	float: left;
    padding-right: 20px;
    margin: 0 auto;
    text-align: center;
    width: 49%;
}

.search-query-wrapper-left input[type=text]
{
	border: none 0px white;
}

.threerowwrapper
{
	margin: 0 auto;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer .share
{
	clear: both;
}

.footer .share li
{
	float: left;
	margin-bottom: 40px;
}

#find-a-park-details, #find-a-park-directions
{
	min-width: 550px;
	max-width: 550px;
}

.pageheader
{
	width: 100%;
	height: 150px;
	color: white;
}

.bookabayheader
{
	background: #62C7C7;
}

.monthlyparkingheader
{
	background: rgb(189, 231, 247);
}

.wilsononeheader
{
	background: rgb(74, 28, 115);
}

.wilsonappsheader
{
	background: rgb(172, 219, 181);
}

.pageheader h1
{
	color: white;
    padding-top: 70px;
    font-size: 24px !important;
    padding-left: 20px;
}

.pageheaderbg
{
position: absolute;
    right: 20px;
    margin-top: -55px;
}

.cycle-slide
{
	width: 100%;
}

.eparkicon img
{
	width: auto;
}

#content-page.services div.scrollpane,
#content-page.news div.scrollpane,
.newcontentpage div.scrollpane
{
	height: 100% !important;
}

#monthly-parking-search .introduction,
#velocity-form .introduction
{
	background: white !important;
}

#subscribeFormPlaceholderPromo-details,
#subscribeFormPlaceholder-details
{
  max-width: 35%;
}

@media only screen and (max-width: 1024px) {
    #find-a-park-details .nav img {
        display: block;
    }

    .find-a-park-change-btn-right {
        position: absolute;
        float: none;
        margin-top: 0px;
        right: 0px;
    }

    .find-a-park-change-btn-left {
        float: none;
    }

    #find-a-park-details a.back {
        background: none;
    }

    .filtersleft {
        float: none;
    }

    .filtersright {
        float: none;
        margin-left: 0px;
    }

    .maplegends {
        clear: both;
        display: block;
        position: relative;
        /* bottom: 10px; */
        background: white;
        /* left: 600px; */
        padding: 10px;
        border-radius: 3px 3px 3px 3px;
        border: solid 2px white;
        height: 50px;
        left: 0px;
        bottom: 0px;
    }

    .maplegendcontent {
        margin-left: 0px;
    }

    #find-a-park-details .content .mapaddresssection {
        margin-top: 0px;
    }

    #find-a-park-details .content .mapicon {
        width: 30px;
        margin-top: -10px;
    }

    #find-a-park-details .content .mapaddress {
        max-width: 80%;
    }

    #find-a-park-details, #find-a-park-directions {
        max-width: 100%;
        min-width: 100%;
    }

    #find-a-park-introduction {
        display: none;
    }

    .tbodyresult .price {
        padding-left: 0px;
    }

    #find-a-park-results div.scrollpane {
        height: auto;
    }

    #subscribeFormPlaceholderPromo-details {
        max-width: 100%;
    }

    #subscribeFormPlaceholder-details {
        position: absolute;
        margin-top: 150px;
        max-width: 100%;
    }

/* Salesforce Live Chat section */

.embeddedServiceHelpButton .helpButton .uiButton { background-color: #ED1C23; font-family: "Salesforce Sans", sans-serif; }
.embeddedServiceHelpButton .helpButton .uiButton:focus { outline: 1px solid #ED1C23; }
@font-face {
font-family: 'Salesforce Sans';
src: url('https://www.sfdcstatic.com/system/shared/common/assets/fonts/SalesforceSans/SalesforceSans-Regular.woff') format('woff'),
url('https://www.sfdcstatic.com/system/shared/common/assets/fonts/SalesforceSans/SalesforceSans-Regular.ttf') format('truetype');
}

#snapins_invite { background-color: #FFFFFF; font-family: "Salesforce Sans", sans-serif; overflow: visible; border-radius: 8px; visibility: hidden; }
.embeddedServiceInvitation { background-color: transparent; max-width: 290px; max-height: 210px; -webkit-box-shadow: 0 7px 12px rgba(0,0,0,0.28); -moz-box-shadow: 0 7px 12px rgba(0,0,0,0.28); box-shadow: 0 7px 12px rgba(0,0,0,0.28); }
@media only screen and (min-width: 48em) { /*mobile*/ .embeddedServiceInvitation { max-width: 332px; max-height: 210px; } }
.embeddedServiceInvitation > .embeddedServiceInvitationHeader { width: inherit; height: 32px; line-height: 32px; padding: 10px; color: #FFFFFF; background-color: #ED1C23; overflow: initial; display: flex; justify-content: space-between; align-items: stretch; border-top-left-radius: 8px; border-top-right-radius: 8px; }
.embeddedServiceInvitationHeader #embeddedServiceAvatar { width: 32px; height: 32px; border-radius: 50%; }
.embeddedServiceInvitationHeader .embeddedServiceTitleText { font-size: 18px; color: #FFFFFF; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; align-self: stretch; flex-grow: 1; max-width: 100%; margin: 0 12px; }
.embeddedServiceInvitationHeader .embeddedServiceCloseIcon { border: none; border-radius: 3px; cursor: pointer; position: relative; bottom: 3%; background-color: transparent; width: 32px; height: 32px; font-size: 23px; color: #FFFFFF; }
.embeddedServiceInvitationHeader .embeddedServiceCloseIcon:focus { outline: none; }
.embeddedServiceInvitationHeader .embeddedServiceCloseIcon:focus::before { content: " "; position: absolute; top: 11%; left: 7%; width: 85%; height: 85%; background-color: rgba(255, 255, 255, 0.2); border-radius: 4px; pointer-events: none; }
.embeddedServiceInvitationHeader .embeddedServiceCloseIcon:active, .embeddedServiceCloseIcon:hover { background-color: #FFFFFF; color: rgba(0,0,0,0.7); opacity: 0.7; }
.embeddedServiceInvitation > .embeddedServiceInvitationBody { background-color: #FFFFFF; max-height: 110px; min-width: 260px; margin: 0 8px; font-size: 14px; line-height: 20px; overflow: auto; }
.embeddedServiceInvitationBody p { color: #3B3C3E; padding: 8px; margin: 12px 0; }
.embeddedServiceInvitation > .embeddedServiceInvitationFooter { width: inherit; color: #FFFFFF; text-align: right; background-color: #FFFFFF; padding: 10px; max-height: 50px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
.embeddedServiceInvitationFooter > .embeddedServiceActionButton { font-size: 14px; max-height: 40px; border: none; border-radius: 4px; padding: 10px; margin: 4px; text-align: center; text-decoration: none; display: inline-block; cursor: pointer; }
.embeddedServiceInvitationFooter > #acceptInvite { background-color: #ED1C23; color: #FFFFFF; }
.embeddedServiceInvitationFooter > #rejectInvite { background-color: #FFFFFF; color: #ED1C23; }

/*-------------------------------------------*/
}
