/* 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: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

body {
    line-height: 1;
    color: #000;
    background: #fff;
}

#s4-workspace{
	overflow: scroll !important;
}

#s4-bodyContainer {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
	transition: opacity 0.3s ease-in-out;
}

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;
}

/* HEADER */

/*-- screen */
header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

header a.mobile-nav {
	background-image: url("/Style Library/PESAU/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 a {
	display: block;
	width: 240px;
	height: 50px;
	background-image: url("/Style Library/PESAU/images/Home/pesau-logo.png");
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	top: 10px;
	left: 120px;
}

header div.logo img {
	display: none;
}

header nav {
	position: absolute;
	top: 25px;
	right: 80px;
}

header nav li {
	float: left;
}

header nav li:before {
	content: '';
	display: block;
	float: left;
	width: 1px;
	height: 20px;
	position: relative;
	margin: 0 9px;
	background: #fd980f;
}

header nav li:first-child:before {
	display: none;
}
             
header nav li:last-child:before {
    content: '';
	display: block;
	float: left;
	width: 1px;
	height: 20px;
	position: relative;
	margin: 0 9px;
	background: rgba(255, 255, 255,0);
}

header nav li a {
	font: 1.2em "Arial Narrow", sans-serif;
	text-transform: uppercase;
	color: black;
}

header nav li a:hover, header nav li a:focus {
	color: #fd980f;
	text-decoration: none;
}

header nav li a.active {
	color: #665f56;
	text-decoration: underline;
}

header nav li a.search {
	background-image: url("/Style Library/PESAU/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: block;
	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("/Style Library/PESAU/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;
}

header a.nav {
	color: #42525D;
}

/* 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;
    width: 100%;
    min-width: 1280px;
    min-height: 40px;
    background: #fff;
    border-top: 1px solid #a9a6a4;
    bottom: 0px;
}

footer nav.footer {
	padding: 10px 30px 0px 120px;
	font: 1em "Arial", sans-serif;
}

footer nav.footer > ul > li {
	float: left;
	display: list-item;
	color: #FF9A10;
}

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("/Style Library/PESAU/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 {
	top: 0;
	right: 0px;
	color: #a7998a;
}

footer nav.footer > p > a > img {
	width: 7%;
    float: right;
    margin-right: 75px;
}

footer nav.footer li:before {
	content: '';
	display: block;
	float: left;
	width: 1px;
	height: 20px;
	position: relative;
	margin: 0 20px;
	background: #42525D;
}

footer nav.footer li:first-child:before {
	display: none;
}

/* NAVIGATION */
nav.main {
    position: absolute;
    z-index: 8;
    top: 101px;
    left: 0;
    width: 111px;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 40px;
    overflow: hidden;
}

nav.main div.ps-scrollbar-y-rail {
	display: none !important;
}

#mobile-nav {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-left: 41px;
    background: white url("/Style Library/PESAU/images/Home/mobilenav.png") repeat-y 41px 0;
}

#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 "Arial Narrow", 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("/Style Library/PESAU/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: 5px;
}

#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 "Arial", sans-serif;
    min-width: 1280px;
}


#wrap {
    width: 100%;
    height: 100%;
}

article section.panel a.back {
	position: absolute;
	top: 25px;
	right: 10px;
}

article section.panel a.close {
	position: absolute;
	top: 25px;
	right: 25px;
}

article section.panel.left {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	margin: 70px 0 40px 0;
}

article section.panel.left-full {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding-top: 70px;
	padding-bottom: 90px;
}

article section.panel.left div.content {
	position: relative;
	padding: 25px;
	z-index: 0;
}

article section.panel.left-full div.content {
	position: relative;
	padding: 45px 25px;
}

article section.panel.left.left-1 {
	z-index: 2;
	padding-left: 111px;
	width: 50%;
}

article section.panel.left-full.left-1 {
	z-index: 1;
	padding-left: 111px;
	width: 100%;
	background: #fff;
	border-right: 2px solid #fff;
}

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: #efebe2;
	color: #6f6a67;
}

article section.panel.left.left-3 {
	z-index: 1;
	width: 0%;
	background: #efebe2;
}

article section.panel.left.left-3 div.content {
	padding: 25px;
}

article section.panel.left.left-3 div.content.introduction {
	background: #efebe2;
	color: #6f6a67;
}


article section.panel.right {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    margin: 70px 0 40px 0;
    background: #fefefe;
    /*border-left: 2px solid #d5d3d3;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/
}

article section.panel.right.right-1 {
	width: 40%;
	max-width: 700px;
}

article section.panel.right.right-2 {
	width: 50%;
	z-index: 3;
    margin:0px;
    background-color: transparent;
}

article section.panel.right.right-3 {
	width: 35%;
	max-width: 700px;
	z-index: 9;
}

article section.panel.right div.content {
    position: relative;
    padding: 20px;
}

article section.panel.right div.content.introduction, #content-page.subscribe section.panel.right div.content, #content-page.statement section.panel.right div.content {
    background: #42525D;
}

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.close-icon, article section.panel a.close {
    background-image: url("/Style Library/PESAU/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;
}

/*
.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 {
    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 "Arial Narrow", sans-serif;
	margin-bottom: 0.5em;
}

#obsolete-browser section.message p {
	font: 1.2em "Arial", 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 h1 {
    font: 1.4em/1 "Arial Narrow", sans-serif;
    text-transform: uppercase;
}

article h2 {
    font: 1.2em/1 "Arial Narrow", sans-serif;
    color: #fd980f;
}

article h3 {
    font: 1.1em/1 "Arial Narrow", sans-serif;
    font-weight: bold;
}

article p, article ul, article ol {
    font: 0.95em/1.4 "Arial", sans-serif;
    margin-bottom: 0.5em;
    text-align:justify;
}

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 p a {
	color: #fff;
	text-decoration: underline;
}

article section#appeals-apply section.content .blue-link {
    color: #0072c6 !important;
    text-decoration: underline;
}

article section#faq-apply section.content p a, article section#faq-apply section.content li a {
    color: #0072c6 !important;
    text-decoration: underline;
}

article section#faq-apply section.content ul {
    list-style: disc;
    padding-left: 20px;
}

article img {
    display: block !important;
    height: auto;
    max-width:150px;
}

article hr {
    clear: both;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: transparent;
    margin: 1.5em 0;
    border: 0;
    border-bottom: 1px solid #000;
}

article section.left-1 {
    color: #000;
}


article section.left-1 h1, article section.left-1 h2 {
    color: #fd980f;
}

article section.left-1 h2 {
    margin-bottom: 1.3em;
}

article section.left-1 hr {
    border-color: #fff;
}

article section.left-1 input.text, article section.left-1 div.select div.value {
    font-size: 1.1em;
    font-weight: bold;
    color: #fd980f;
}


article section.left-2 {
    color: #665f56;
}

article section.left-2 h2 {
	font-size: 1.4em;
	margin-bottom: 1em;
}

article section.left-2 h3 {
	margin-bottom: 1em;
	color: #665f56;
	color: #665f56;
}

article section.left-2 hr {
	border-color: #b6b4b2;
}

article section.left-3 {
    color: #665f56;
}

article section.left h2 {
    margin-bottom: 0.6em;
	text-transform: uppercase;
}

article section.left-3 h3 {
    font-size: 1.15em;
    margin-bottom: 2em;
}


article section.left-3 hr {
    border-color: #b6b4b2;
}

article section.right {
    color: #333333;
}

article section.right h2 {
	margin-bottom: 0.6em;
	text-transform: uppercase;
}

article section.right p, article section.right ul, article section.right ol, article section.right dl {
	font-size: 0.95em;
	text-align: justify;
}

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.left-1 .disabled {
    color: #999999 !important;
}


.formfield, article input.text, article textarea, article div.select {
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    border: 1px solid #42525D;
    border-radius: 5px;
    background-color: #fff;
    font: 1.05em "Arial", sans-serif;
    font-style: italic;
    color: #665f56;
    outline: none;
    -webkit-appearance: none;
}


label {
    font: 1em "Arial", sans-serif;
    font-style: italic;
    color: #665f56;
}

label.error {
	display: block;
	color: #fd980f;
	font-size: 12px;
	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: 2px !important;
}

article .form li:last-child {
	margin-bottom: 0 !important;
}

article .form li.full {
	clear: both;
}

article .form li.full-rec {
	clear: both;
	margin-bottom: 0px !important;
}

article .form li.small {
	float: left;
	width: 40%;
	padding-right: 16px;
}

li.center {
    width: 6% !important;
    text-align: center;
    padding-right: 0px !important;
}


article .form li.left {
    float: left;
    width: 50%;
    padding-right: 8px;
    color:#fd980f;
}

article .form li.left-half{
    float: left;
    width: 25%;
    padding-right: 8px;
}


article .form li.right {
    float: right;
    width: 50%;
    padding-left: 8px;
    color:#fd980f;
}

article .form li.right-half {
    float: right;
    width: 25%;
    padding-left: 8px;
}


article .form li.required:before {
    content: '*';
    display: block;
    position: absolute;
    margin-top: -9px;
    margin-left: -8px;
}


article .form li h3 {
    padding-top: 1em;
}

article .form p.required {
    font-size: 1em !important;
}

/*div.terms-item, div.career-item {
    cursor: pointer;
	color: #fff;
}

div.terms-item div:hover, div.career-item div:hover {
	text-decoration: underline;
}


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-size: 1em;
}


article .form input.submit, article .form a.submit {
    display: inline-block;
    border: 0;
    height: 40px;
    background: #fd980f;
    color: white;
    font: 15px/1 "Arial Narrow", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 12px 16px;
    float: right;
    border-radius: 5px;
}

article .form input.submit:hover, article .form input.submit:focus, article .form a.submit:hover, article .form a.submit:focus {
	opacity: 0.8;
}

	
article .form input.submit.disabled, article .form a.submit.disabled {
    background-color: #999999 !important;
}

article input.text, article textarea {
    padding: 10px;
}


article textarea {
    min-height: 120px;
    padding: 10px;
    resize: none;
}

article div.select {
    position: relative;
}

article div.select div.value {
	height: 100%;
	padding: 10px;
	font-style: italic;
	padding-right: 5px;
}

article div.select div.value:after {
	background-image: url("/Style Library/PESAU/images/Home/select.png");
	width: 10px;
	height: 6px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	content: '';
	float: right;
	position: relative;
	top: 8px;
}

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;
}

article div.checkbox {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #42525D;
}

article div.checkbox.active {
	background-image: url("/Style Library/PESAU/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("/Style Library/PESAU/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: #665f56;
}

div.form-response a {
	color: #fd980f;
}


article h1 {
	font: 1.2em/1 "Arial Narrow", sans-serif !important;
	text-transform: uppercase;
}

article h2 {
	font: 1.1em/1 "Arial Narrow", sans-serif !important;
	font-weight: bold;
}

article h3 {
	font: 1em/1 "Arial Narrow", sans-serif !important;
	font-weight: bold;
}

nav.main ul a {
	height: 130px !important;
	margin-top: -0px;
}

article section.panel.left.left-1 {
    margin: 0px;
}

article section.panel.left-full.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;
}

#content-page h1 {
    text-transform: uppercase;
    color: #fff !important;
    position:relative
}

h1.one {
    margin-top: 0;
  }
  
h1.one:before {
    content: "";
    display: block;
    border-top: solid 1px #fd980f;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

/*#career-apply h1.one:before {
    content: "";
    display: block;
    border-top: solid 1px #fd980f;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 20%;
    z-index: 1;
}

#terms-apply h1.one:before {
    content: "";
    display: block;
    border-top: solid 1px #fd980f;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 16%;
    z-index: 1;
}*/
  
h1.one span {
    background: #42525D;
    padding: 0 20px 0 0;
    position: relative;
    z-index: 5;
    color: #fff;
}

h1.left-one {
    margin-top: 0;
}
  
h1.left-one:before {
    content: "";
    display: block;
    border-top: solid 1px #fd980f;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
  
h1.left-one span {
    background: #42525D;
    padding: 0 20px 0 0;
    position: relative;
    z-index: 5;
    color: #fff;
}

#content-page h2 {
    text-transform: none;
}

#content-page h3 {
    font-size: 1.15em;
    margin: 1em 0 0.5em 0;
}


#content-page div.introduction h2 {
    margin-bottom: 0.4em;
    color: #fd980f;
}

#content-page p, #content-page ul {
    font-size: 1.15em;
    line-height: 1.4;
}

#content-page section.content ul, #content-page.terms div.content ul {
    list-style-type: disc;
    padding-left: 20px;
}

#content-page section.content ul li {
	margin-bottom: 0.2em;
}

#content-page section.content a {
    color: #fd980f;
    text-decoration: underline;
}

#content-page nav.subnav {
    padding: 15px;
}

#content-page section.articles ul {
    margin-top: -25px;
}

#content-page section.articles ul li {
    position: relative;
    padding: 25px 0;
    border-top: 1px solid #a7998a;
}

#content-page section.articles ul li:last-child {
    padding-bottom: 0;
}

#content-page section.articles ul li h3 {
    float: left;
    width: 20%;
    font: 0.9em/1 "Arial", sans-serif;
    font-weight: bold;
    margin-top: 0.4em;
    padding-right: 5px;
}


#content-page section.articles ul li h4, #content-page section.articles ul li p {
    margin-left: 20%;
    margin-right: 20%;
}


#content-page section.articles ul li h4 {
    font-size: 1.05em;
    font-weight: bold;
    color: #fd980f;
}

#content-page section.articles ul li p {
    font-size: 0.9em;
    margin-bottom: 0;
}

#content-page section.articles ul li a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
}

#content-page.news section.content h2 {
    font-size: 1.4em;
    margin-bottom: 2em;
    color: #665f56;
}


/* 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: 100%;
    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("/Style Library/PESAU/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: -.3em;
        margin-left: 0;
        margin-bottom: -.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: 'Arial Narrow',sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #fff; /*background: #eeeeee url(/Style Library/PESAU/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(/Style Library/PESAU/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(/Style Library/PESAU/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(/Style Library/PESAU/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(/Style Library/PESAU/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(/Style Library/PESAU/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(/Style Library/PESAU/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(/Style Library/PESAU/images/jqueryui/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(/Style Library/PESAU/images/jqueryui/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(/Style Library/PESAU/images/jqueryui/ui-icons_ef8c08_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(/Style Library/PESAU/images/jqueryui/ui-icons_ef8c08_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(/Style Library/PESAU/images/jqueryui/ui-icons_ef8c08_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(/Style Library/PESAU/images/jqueryui/ui-icons_228ef1_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(/Style Library/PESAU/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-calcuArialr {
    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("/Style Library/PESAU/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("/Style Library/PESAU/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("/Style Library/PESAU/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("/Style Library/PESAU/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 .2s linear, opacity .2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .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 .2s linear, opacity .2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .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 .2s linear;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .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 .2s linear;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .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 .2s linear, opacity .2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

nav.ps-container .ps-scrollbar-y {
    width: 5px;
    right: 0px;
}

/* css for dialog */
div.ui-dialog.platinum-dialog {
    border: 3px solid #665f56;
}

    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: #efebe2;
        border: 1px solid #efebe2;
    }

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: #efebe2;
    border-top: 1px solid #efebe2;
}

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 "Arial Narrow",sans-serif;
}

div.ui-dialog.platinum-dialog span.ui-dialog-title {
    color: white;
    font: bold 1.3em/1 "Arial Narrow",sans-serif;
}

#platinum_dialog p {
    font: 1em/1.2 "Arial",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: 9px;
        width: 32%;
        float: left;
        position: relative;
    }

        .progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 20px;
            line-height: 20px;
            display: block;
            font-size: 10px;
            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: #665F56;
    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: 12px;
}

.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;
}


* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

#page_content {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -30px;
    font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 12px;
}

#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;
}

#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;
}


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('/Style Library/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: 'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 12px;
    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;
    }


#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;
}

.stateItem {
    height: 20px;
    margin: 2px;
    padding-bottom: 5px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
}

.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;
}


#ShareThisPage {
    margin-top: 5px;
    border: 2px solid #f67300;
    padding: 10px;
    font-size: 12px;
}

#locator_map {
    height: 100%;
    border: none;
}

#loadmessagehtml {
    display: none;
}

#contentBox .content .ps-container .ps-scrollbar-x-rail {
    border-radius: 4px;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    height: 8px;
    bottom: 3px;
    position: absolute;
    opacity: 0;
}

#contentBox .content .ps-container .ps-scrollbar-x-rail:hover {
	opacity: 0.9;
	background-color: #eeeeee;
}

#contentBox .content .ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x {
	background-color: #999999;
}

#contentBox .content .ps-container:hover .ps-scrollbar-x-rail {
    opacity: 0.6;
}

#contentBox .content .ps-container:hover .ps-scrollbar-y-rail {
    opacity: 0.6;
}

#contentBox .content .ps-container .hover.ps-scrollbar-x-rail {
    opacity: 0.9;
    background-color: #eeeeee;
}

#contentBox .content .ps-container .hover.ps-scrollbar-x-rail .ps-scrollbar-x {
	background-color: #999999;
}

#contentBox .content .ps-container .hover.ps-scrollbar-y-rail {
    opacity: 0.9;
    background-color: #eeeeee;
}

#contentBox .content .ps-container .hover.ps-scrollbar-y-rail .ps-scrollbar-y {
	background-color: #999999;
}

#contentBox .content .ps-container .in-scrolling.ps-scrollbar-x-rail {
    opacity: 0.9;
}

#contentBox .content .ps-container .in-scrolling.ps-scrollbar-y-rail {
    opacity: 0.9;
}

#contentBox .content .ps-container .ps-scrollbar-y-rail {
    border-radius: 4px;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    width: 8px;
    right: 3px;
    position: absolute;
    opacity: 0;
}

#contentBox .content .ps-container .ps-scrollbar-y-rail:hover {
	opacity: 0.9;
	background-color: #eeeeee;
}

#contentBox .content .ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
	background-color: #999999;
}

#contentBox .content .ps-container .ps-scrollbar-x {
    border-radius: 4px;
    transition: background-color 0.2s linear;
    height: 8px;
    bottom: 0;
    position: absolute;
    background-color: #aaaaaa;
}

#contentBox .content .ps-container .ps-scrollbar-y {
    border-radius: 4px;
    transition: background-color 0.2s linear;
    width: 8px;
    right: 0;
    position: absolute;
    background-color: #aaaaaa;
}

#contentBox .content .hover.ps-container .ps-scrollbar-x-rail {
    opacity: 0.6;
}

#contentBox .content .hover.ps-container .ps-scrollbar-y-rail {
    opacity: 0.6;
}

#contentBox .content .ie6.ps-container .ps-scrollbar-x {
    font-size: 0;
}

#contentBox .content .ie.ps-container .ps-scrollbar-y {
    font-size: 0;
}

#contentBox .content ul.arrow li {
    margin: 0 0 5px;
    padding: 0 0 0 14px;
    background: url("/Style Library/PESAU/images/Home/list-arrow.gif") no-repeat 0 8px;
}

@media screen and (min-width: 769px) {
    #contentBox .content ul.arrow li {
        margin: 0 0 10px;
    }
}

#contentBox .content .text--center {
    text-align: center;
}

#contentBox .content .text--orange {
    color: #f80;
}

#contentBox .content .logo {
    display: block;
    width: 120px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999px;
    margin-bottom: 12px;
}

.hrefLink {
    color: #000;
    text-decoration: underline;
}

a:visited {
    color: #000;
}

#editor input.btn-close {
    display: none;
}

#editor #content-page {
    margin: 30px 10px 30px 0;
}

/* Main Login Button */

.main-login {
    padding: 5px 20px;
    color: #FFF;
    background-color: #fd980f;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    text-transform : none;
}

.main-login:hover, .main-login:focus {
	opacity: 0.8;
	text-decoration: none;
	color: #FFF;
}

.main-login:visited {
	text-decoration: none;
	color: #FFF;
}

.error-content {
    margin-top: 70px;
}

.payment-left {
    width: 35%;
    float: left;
}

.payment-right {
    width: 65%;
    float: left;
    padding:20px;
}

.payment-row {
    display: inline-block;
    width: 100%;
}

.payment-hr:after {
	content: '';
	display: block;
	float: left;
	width: 100%;
	height: 1px;
	position: relative;
	background: #fd980f;
	z-index:1;
}

.col-container {
    display: table;
    width: 100%;
}
.col {
    display: table-cell;
    padding: 16px;
    width:33.3%;
}

.col-mid{
    display: table-cell;
    padding: 16px;
    width:33.3%;
    border-left: black solid 1px;
    border-right: black solid 1px;
}

.col p {
    text-align: center !important;
}

.col-mid p {
    text-align: center !important;
}


.service-img {
    max-width: 90px;
    margin-right: auto;
    margin-left: auto;
}

.left-label {
    width: 50%;
    float: left;
    padding-right: 8px;
    color: #fd980f;
}

.right-label {
    width: 50%;
    float: left;
    padding-left: 8px;
    color: #fd980f;
}

.content.introduction {
    margin-top:70px;
    background: #42525D;
}

.btn-pay-now, .btn-appeal-now, .btn-view-vacancies {
    text-align: center !important;
}

.accredited-logo > img {
	right: 52%;
    bottom: 50px;
    max-width: 50px;
    position: fixed;
	z-index: -10;
}

    .accredited-logo > img.left-logo {
        right: auto;
        max-height: 20px;
        max-width: initial !important;
        max-width: none;
    }

@media screen and (min-width: 769px) {
    .accredited-logo > img {
	    right: 52%;
        bottom: 50px;
        max-width: 100px;
        position: fixed;
	    z-index: -10;
        margin-top: 0;
    }

        .accredited-logo > img.left-logo {
            max-height: 40px;
            max-width: initial !important;
            max-width: none;
        }
}

@media only screen and (max-width: 330px) {
    
    article section.panel.right.right-1 {
        min-width: 320px;
    }
}

@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;
    }
    
}

@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%;
    }

    article section.panel.right div.content {
        padding: 5px; /*overflow-y:scroll;*/
    }

}

@media screen and (min-width: 769px) {
    nav.main {
        top: 0;
        padding: 70px 0 40px;
    }

	nav.main ul {
		box-sizing: border-box !important;
	}

	nav.main ul a.nav, nav.main ul a.myaccount {
		position: relative;
		display: block;
		overflow: visible;
		width: 100%;
		height: 100% !important;
		text-indent: -999px;
	}

    nav.main ul a.payments {
        background: url('/Style Library/PESAU/images/Home/icon-payments.png') no-repeat;
		background-size: 100% !important;
        background-position: 0% 50% !important;
         }

    nav.main ul a.appeals {
        background: url('/Style Library/PESAU/images/Home/icon-appeals.png') no-repeat;
		background-size: 100% !important;
        background-position: 0% 50% !important;
         }

    nav.main ul a.faq {
        background: url('/Style Library/PESAU/images/Home/icon-faq.png') no-repeat;
		background-size: 100% !important;
        background-position: 0% 50% !important;
         }

	nav.main ul a.nav.active {
		background-color: #3f4f5a;
        -moz-box-shadow: inset 0 0 40px #35424b; 
        -webkit-box-shadow: inset 0 5px 20px 5px #35424b; 
        box-shadow: inset 0 10px 50px 10px #35424b;  
	}

	nav.main ul a.nav.active:before {
		position: absolute;
		top: 75%;
		right: -1px;
		width: 0;
		height: 0;
		content: ' ';
		pointer-events: none;
		border: solid transparent;
	}

	nav.main ul a.nav.active:before {
		margin-top: -1.15rem;
		border-width: 1rem;
		border-right-color: rgba(255, 255, 255, 1);
	}

	nav.main ul a.nav.active.grey:after {
		border-right-color: #efebe2;
	}

	nav.main ul a.nav.active.purple:after {
		border-right-color: #461e70;
	}

	nav.main li {
		width: 100%;
		height: 20%;
		background-color: #42525D;
	}

	nav.main.four-menus li {
		height: 33.33% !important;
	}
	
    #contentBox .right--full,
    #contentBox .left-1,
    #contentBox .left-2 {
        
    }
}

@media only screen and (max-width: 768px) {
	html, body {
        min-width: 320px;
    }
	
	#wrap {
        padding: 0;
        height: auto;
        overflow: hidden;
    }
	
    header {
        position: relative;
        height: 40px;
    }

	header a.mobile-nav {
		display: block;
		padding-left: 50px;
		background-position-x: 30px;
	}

	header div.logo a {
		width: 125px;
		height: 25px;
		top: 7px;
		left: 10px;
	}

	header nav {
		display: none;
	}
	
	footer {
        display: none;
    }
	
	nav.main {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0;
        top: 0;
    }
	
	nav.main {
        background: #42525D;
    }

	nav.main ul {
		height: 75px;
		overflow: hidden;
		font-size: 0px;
		text-align: justify;
		-ms-text-justify: distribute-all-lines;
		text-justify: distribute-all-lines;
	}

	nav.main ul:after {
		content: '';
		width: 100%;
		display: inline-block;
		font-size: 0;
		line-height: 0;
	}

	nav.main ul li {
		display: inline-block;
		vertical-align: top;
		width: 20%;
		overflow: hidden;
	}

	nav.main ul a.payments {
		display: block;
		width: 64px;
		height: 75px;
		overflow: hidden;
		text-indent: -999px;
		background: transparent url("/Style Library/PESAU/images/Home/pesau-navbar-mobile.png") no-repeat 0 -100px;
		background-size: 100% auto;
	}

	nav.main ul a.payments.active {
		background-color: #35424b;
	}

	nav.main ul a.appeals {
		display: block;
		width: 64px;
		height: 75px;
		overflow: hidden;
		text-indent: -999px;
		background: transparent url("/Style Library/PESAU/images/Home/pesau-navbar-mobile.png") no-repeat 0 0px;
		background-size: 100% auto;
	}

	nav.main ul a.appeals.active {
		background-color: #35424b;
	}

	nav.main ul a.faq {
		display: block;
		width: 64px;
		height: 75px;
		overflow: hidden;
		text-indent: -999px;
		background: transparent url("/Style Library/PESAU/images/Home/pesau-navbar-mobile.png") no-repeat 0 -200px;
		background-size: 100% auto;
	}

	nav.main ul a.faq.active {
		background-color: #35424b;
	}
	
	article section.panel.left.left-1, article section.panel.left-full.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);
        margin-top: 0;
    }

	article section.panel.left.left-1 div.content, article section.panel.left-full.left-1 div.content, article section.panel.left.left-2 div.content, article section.panel.left.left-3 div.content {
		padding: 10px;
	}
	
	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.right-1, article section.panel.right.right-2 {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        min-width: 0;
        padding: 0;
        border: 0;
    }
	
	article section.panel.right div.content {
        padding: 20px;
        margin-bottom: 50px;
    }
	
	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 "Arial Narrow", sans-serif;
        text-transform: uppercase;
        color: white;
    }
	
	article hr {
        margin: 10px 0;
        padding: 10px 0;
    }
	
	 article section.left-1 h1 {
        font-size: 1em;
        margin-bottom: 10px;
    }
	
	 article section.left-3 h2 {
        font-size: 1.05em;
        text-transform: none;
        margin-bottom: 10px;
    }
	
	article section.left-3 h3 {
        font-size: 1em;
        text-transform: none;
        margin-bottom: 10px;
    }
	
	label.error {
        font-size: 11px;
    }
	
	article .form li.small {
        width: 50%;
        float: none;
        padding-bottom: 10px;
    }

    article label.checkbox {
        width: 150px;
    }
	
	article .form li.left {
        float: none;
        width: 100%;
        padding-right: 0;
    }
	
	article .form li.left-half {
        float: none;
        width: 100%;
        padding-right: 0;
    }
	
	 article #platinumstep1 li.left {
        float: left !important;
        width: 100%;
        padding-right: 0;
    }
	 article .form li.right {
        float: none;
        width: 100%;
        padding-left: 0;
    }
	
	article .form li.right-half {
        float: none;
        width: 100%;
        padding-left: 0;
    }
	
	article .form li.required:before, article .form li.required div.select:before {
        margin-top: 2px;
        margin-left: 4px;
    }
	
	article .form p.required {
        margin: 1em 0;
    }
	
	 article .form input.reset {
        display: none;
    }
	
	article .form input.submit, article .form a.submit {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 8px;
    }
	
	 article .form input.submit, article .form a.submit {
        display: inline-block;
        border: 0;
        height: 40px;
        background: #fd980f;
        color: white;
        font: 15px/1 "Arial Narrow", 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: 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;
	}
	
	 article .form input.submit, article .form a.submit {
        font-size: 11px;
        white-space: nowrap;
        padding: 15px 8px;
    }
	
	 #content-page div.introduction {
        padding-top: 15px;
    }
	
	 #content-page section.articles ul {
        margin-top: -10px;
    }
	
	#content-page section.articles ul li {
        padding: 10px 0;
    }
	
	#content-page section.articles ul li h3 {
        float: none;
        width: auto;
    }
	
	 #content-page section.articles ul li h4, #content-page section.articles ul li p {
        margin-left: 0;
    }
	
	 #content-page.news section.content h2 {
        margin-bottom: 1em;
    }

     article section > div.scrollpane {
        margin:0px !important;
    }

     .content.introduction{
         margin: 0px !important;
     }

     article p, article ul, article ol {
        font: 0.95em/1.4 "Arial", sans-serif;
        text-align:justify;
    }

     
    #mobile-nav nav.footer p > a > img {
        width: 20%;
    }

    .accredited-logo {
        margin-top: 40px;
    }

	.accredited-logo > img {
		right: 10px;
		bottom: 10px;
		max-width: 50px;
		position: absolute;
	}
}

@media only screen and (max-width: 500px) {
    .col-container, .col {
        display: inline;
    }

    .col-mid {
        display:inline;
        border: none;
    }
	
	.payment-right{
		float: none;
		width: 100%;
		padding-top: 0px;
	}
	
	.payment-left{
		float: none;
		width: 100%;
	}
	
	#mobile-nav nav.footer p > a > img {
        width: 50%;
    }
}

@media only screen and (min-width: 769px) {
	#contentBox .content .logo {
        width: 240px;
        height: 41px;
        margin-bottom: 24px;
    }

    article section.panel.left.left-1 {
        min-width: 500px !important;
    }

	article section > div.scrollpane {
        position: relative;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.9);
    }
	
	/*#career-apply .scrollpane{
		height: 60% !important;
	}
	
	#terms-apply .scrollpane{
		height: 55% !important;
	}*/
	
    section.closest-region section.cycle-slideshow-banner div.cycle-slide {
        width: 100%;
    }
	
    nav.main ul {
        height: 100%;
    }

	nav.main ul:after {
		content: '';
		display: block;
		height: 100%;
		background: #42525D;
	}

	nav.main ul a.payments {
		display: block;
		width: 111px;
		height: 145px;
		overflow: hidden;
		text-indent: -999px;
	}

	nav.main ul a.appeals {
		display: block;
		width: 111px;
		height: 145px;
		overflow: hidden;
		text-indent: -999px;
	}

	nav.main ul a.faq{
		display: block;
		width: 111px;
		height: 145px;
		overflow: hidden;
		text-indent: -999px;
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    header nav {
        top: 70px;
        right: 10px;
    }
}

@media only screen and (min-width:769px) and (max-width:900px) {
    header nav li a {
        font: 0.7em/1 "Arial Narrow",sans-serif;
    }

    header nav {
        top: 25px;
        right: 10px;
    }

    header div.logo a {
        left:50px;
    }

    footer nav.footer > ul > li a {
        font: 0.7em/1 "Arial Narrow",sans-serif;
    }

    footer nav.footer > p > img {
        margin-right: 530px;
    }

    footer nav.footer {
        padding-left:50px;
    }

}

@media only screen and (max-width: 800px) {
   
    header nav {
        right: 50px;
    }

    article section.panel.left div.content {
        padding: 10px 25px;
    }

    article section.panel.left-full div.content {
        padding: 10px 40px;
    }

    #wrap {
        overflow: scroll;
        height: 100%;
        -webkit-overflow-scrolling: touch;
    }

}

@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:800px) and (max-width:1440px) {
    article section.left-1 div.select div.value {
        padding: 10px 5px 10px 10px;
    }
}

@media only screen and (min-width:900px) and (max-width:1100px) {
    header nav li a {
        font: 0.85em/1 "Arial Narrow",sans-serif;
    }

    header nav {
        top: 25px;
        right: 50px;
    }

    footer nav.footer > p > img {
        margin-right: 300px;
    }
}

@media only screen and (max-width: 1024px) {
    #contentBox {
        width: 100%;
        height: auto;
        min-width: 0;
        margin: 0;
    }
}

@media only screen and (width:1152px) {
    footer nav.footer > p > img {
        margin-right: 200px;
    }

}

@media only screen and (min-width:1680px) {
    article section > div.scrollpane {
        position: relative;
        height: 77%;
        overflow: hidden;
    }
}

@media only screen and (min-width:1153px) and (max-width:1280px) {
    header nav {
        right: 50px;
    }

    article section.panel.right.right-2 {
        width: 100%;
        max-width: 712px;
    }

    footer nav.footer > p > img {
        margin-right: 50px;
    }
}

@media only screen and (min-width:1311px)and (max-width:1620px) {
    article section.panel.right.right-1 {
        min-width: 405px;
        width: 50%;
    }

    article section.panel.left.left-1 {
        /* min-width: 540px; */
    }

}

@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; */
    }

    nav.main {
        /* overflow: scroll; */
    }

    #content-page p, #content-page ul {
        font-size: 1.05em;
        margin-left: 5px;
    }
	
    .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 "Arial Narrow",sans-serif;
    }

    header nav li a {
        font: 0.85em/1 "Arial Narrow",sans-serif;
    }
    /*article h1 {font: 1.1em/1 "Arial Narrow",sans-serif;}*/
    article p, article ul, article ol {
        font: 1em/1 "Arial",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 "Arial",sans-serif;
    }
	
    #content-page section.articles ul li a {
        top: 5px;
    }

     footer nav.footer > p > img {
        margin-right: 300px;
    }
}

@media only screen and (min-width:1401px) and (max-width:1823px) {
    nav.ps-container .ps-scrollbar-y-rail {
        right: 0px !important;
    }
}

@media only screen and (min-width:1621px) and (max-width:1920px) {
    
    article section.panel.right.right-1 {
        width: 30%;
    }

}

@media screen and (min-width: 1680px) {
    header nav {
    right: 80px;
    }
}

@media only screen and (min-width:1824px) {
    nav.ps-container .ps-scrollbar-y-rail {
        right: 0px !important;
    }
}

@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;
    }

}

@media screen and (min-width: 1024px) {
    header div.logo a {
        left: 80px;
    }

    footer nav.footer {
        padding-left: 80px;
    }
}

@media screen and (min-width: 800px) and (min-height: 600px) {
    article section > div.scrollpane {
        position: relative;
        height: 77%;
        overflow: hidden;
    }

	/*#career-apply .scrollpane{
		height: 61% !important;
	}
	
	#terms-apply .scrollpane{
		height: 54% !important;
	}*/
}

@media screen and (min-width: 600px) and (max-height: 1024px) {
    article section > div.scrollpane {
        position: relative;
        height: 78%;
        overflow: hidden;
    }

	/*#career-apply .scrollpane{
		height: 63% !important;
	}
	
	#terms-apply .scrollpane{
		height: 59% !important;
	}*/
}

@media screen and (min-height: 720px) {
    article section > div.scrollpane {
        position: relative;
        height: 78%;
        overflow: hidden;
    }

	/*#career-apply .scrollpane{
		height: 68% !important;
	}
	
	#terms-apply .scrollpane{
		height: 64% !important;
	}*/
}

@media screen and (min-height: 768px) {
    article section > div.scrollpane {
        position: relative;
        height: 80%;
        overflow: hidden;
    }

	/*#career-apply .scrollpane{
		height: 71% !important;
	}
	
	#terms-apply .scrollpane{
		height: 67% !important;
	}*/
}

@media screen and (min-height: 800px) {
    article section > div.scrollpane {
        position: relative;
        height: 81%;
        overflow: hidden;
    }

	/*#career-apply .scrollpane{
		height: 71% !important;
	}
	
	#terms-apply .scrollpane{
		height: 67% !important;
	}*/
}

@media screen and (min-height: 864px) {
    article section > div.scrollpane {
        position: relative;
        height: 83%;
        overflow: hidden;
    }

	/*#career-apply .scrollpane{
		height: 74% !important;
	}
	
	#terms-apply .scrollpane{
		height: 71% !important;
	}*/
}

@media screen and (min-height: 1024px) {
    article section > div.scrollpane {
        position: relative;
        height: 85%;
        overflow: hidden;
    }
	
	/*#career-apply .scrollpane{
		height: 78% !important;
	}
	
	#terms-apply .scrollpane{
		height: 75% !important;
	}*/
}

@media screen and (min-height: 1050px) {
    article section > div.scrollpane {
        position: relative;
        height: 86%;
        overflow: hidden;
    }

	
	/*#career-apply .scrollpane{
		height: 78% !important;
	}
	
	#terms-apply .scrollpane{
		height: 76% !important;
	}*/
}

@media screen and (min-height: 1200px) {
    article section > div.scrollpane {
        position: relative;
        height: 87%;
        overflow: hidden;
    }

	
	/*#career-apply .scrollpane{
		height: 81% !important;
	}
	
	#terms-apply .scrollpane{
		height: 79% !important;
	}*/
}

@media screen and (min-height: 1440px) {
    article section > div.scrollpane {
        position: relative;
        height: 89%;
        overflow: hidden;
    }

	
	/*#career-apply .scrollpane{
		height: 84% !important;
	}
	
	#terms-apply .scrollpane{
		height: 81% !important;
	}*/
}

@media screen and (min-height: 2160px) {
	
    article section > div.scrollpane {
        position: relative;
        height: 92%;
        overflow: hidden;
    }

	/*#career-apply .scrollpane{
		height: 89% !important;
	}
	
	#terms-apply .scrollpane{
		height: 87% !important;
	}*/
}

@media screen and (min-width: 500px) and (max-width: 768px){
	
	.payment-right{
		width: 80%;
	}
	
	.payment-left{
		width: 20%;
	}
}

@media screen and (min-width: 1440px){
	.payment-right{
		width: 75%;
	}
	
	.payment-left{
		width: 25%;
	}
}

@media screen and (min-width: 1920px){
	.payment-right{
		width: 80%;
	}
	
	.payment-left{
		width: 20%;
	}
}

@media screen and (min-width: 2560px){
	.payment-right{
		width: 85%;
	}
	
	.payment-left{
		width: 15%;
	}
}

@media screen and (min-width: 3440px){
	.payment-right{
		width: 88%;
	}
	
	.payment-left{
		width: 12%;
	}
}










