﻿@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

.usr_float-right {
    margin: 5px 0px 5px 15px;
    float: right;
}

.usr_float-left {
    margin: 5px 15px 5px 0px;
    float: left;
}


/* FONTS */
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold.ttf') format('truetype'), url('../fonts/opensans-bold.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold.ttf') format('truetype'), url('../fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* end */

.bigRed {
  color: #336699;
  font-weight: bold;
  font-size: 200%;
}

/* mailchimp override */
.mailChimpIframe iframe {
    min-height: 1200px !important;
}

/* mailchimp override for iPhone 5 and 5S */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
.mailChimpIframe iframe {
    min-height: 1300px !important;
}
}


html {
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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, ul, li,
fieldset, form, label, legend, input,
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, textarea {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
}

ol li {
    padding-bottom: 15px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, .fixer {
    display: block;
    position: relative;
}

body {
    background: #fbfbfb;
    color: #525252;
    font-size: 14px;
    font-family: 'open_sansregular', arial;
    line-height: 20px;
}

/* headers
-----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    clear: both;
}

/* links
-----------------------------------------------*/
a {
    color: #00599f;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    outline: 0;
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    background-color: #ffffaa;
}

#content a {
    text-decoration: underline;
}


/* paragraphs
-----------------------------------------------*/
p, address {
    display: block;
    font-style: normal;
}



/* general
-----------------------------------------------*/

.holder {
    clear: both;
    display: block;
    min-height: 100%;
    padding: 97px 0 0 0;
    position: relative;
    width: 100%;
}

.fixer {
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 985px;
}

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

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}





/* header
-----------------------------------------------*/

.header {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(37,132,55,1) 3%, rgba(37,132,55,1) 39%, rgba(255,255,255,1) 39%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 3%,rgba(37,132,55,1) 3%,rgba(37,132,55,1) 39%,rgba(255,255,255,1) 39%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 3%,rgba(37,132,55,1) 3%,rgba(37,132,55,1) 39%,rgba(255,255,255,1) 39%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    border-bottom: 1px solid #ffffff;
    clear: both;
    display: block;
    left: 0;
    min-height: 96px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    -webkit-box-shadow: 0 0 7px 0 #d1d1d1;
    box-shadow: 0 0 7px 0 #d1d1d1;
}

.header .fixer {
    min-height: 97px;
    padding-left: 134px;
    width: 851px;
}

.header .logo {
    /* background: url("/assets/img/logo.jpg") no-repeat 0 0; */
    background: #fff url("/assets/img/logo_th_gov.png") no-repeat 0 0;    
    display: block;
    height: 94px;
    font-size: 1px;
    left: 0;
    line-height: 1px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999em;
    top: 3px;
    width: 134px;
    z-index: 9999;
}

.header .top-links {
    clear: both;
    display: block;
    min-height: 23px;
    overflow: hidden;
    padding: 15px 0 0 0;
    width: 100%;
}

.header .top-links ul {
    float: right;
    margin: 0;
    padding: 0;
}

.header .top-links li {
    background: url("/assets/img/sep-white2x12.jpg") no-repeat left center;
    color: #258437;
    font-family: 'open_sansbold';
    float: left;
    font-size: 14px;
    line-height: 1;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 12px 0 10px;
}

.header .top-links .last {
    background: none;
}

.header .top-links a {
    color: #ffffff;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 14px;    
}

.header .top-links a:hover {
    color: #000;
}

.header .top-panel {
    display: block;
    width: 100%;
}

.header .search {
    float: left;
    padding: 0 0 0 10px;
    width: 159px;
    text-align: left;
    z-index: 9999;
}

.header .fullSearch {
    float: left;
    padding: 0 0 0 10px;
    width: 159px;
    text-align: left;
    z-index: 9999;
}

.header .fld {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-right: 0;
    color: #525252;
    float: left;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 0 14px;
    width: 114px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.header .btn {
    background: url("/assets/img/icons/glass28x28.jpg") no-repeat 0 0;
    border: 1px solid #d9d9d9;
    border-left: 0;
    float: left;
    font-size: 1px;
    height: 30px;
    line-height: 1px;
    overflow: hidden;
    position: relative;
    text-indent: -9999em;
    width: 28px;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.header .navi-link {
    background: url("/assets/img/icons/navi-link26x23.jpg") no-repeat 0 0;
    display: none;
    height: 23px;
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-indent: -9999em;
    top: 23px;
    width: 26px;
    z-index: 9999;
}

.header .navi {
    float: left;
    width: 157px;
    z-index: 99999;
}

.header .navi .list {
    float: left;
    margin: 0;
    padding: 0;
    width: 157px;
    position: relative;
}

.header .navi .tab {
    background: #ffffff url("/assets/img/icons/navi29x28.jpg") no-repeat top right;
    border: 1px solid #d9d9d9;
    color: #525252;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding: 0 0 0 10px;
    position: relative;
    width: 145px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.header .navi .list:hover .sys_simpleListMenu, .header .navi .tab:hover .sys_simpleListMenu {
    display: block;
}

.header .navi .sys_simpleListMenu {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-top: 0;
    display: none;
    left: 0;
    position: absolute;
    top: 29px;
    width: 155px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    box-shadow: 5px 10px 18px #888888;
}

.header .navi .sys_simpleListMenu li {
    border-top: 1px solid #d9d9d9;
    clear: both;
    display: block;
    float: none;
    list-style: none;
    overflow: hidden;
    padding: 0;
    width: auto;
}

.header .navi .sys_simpleListMenu a {
    color: #525252;
    display: block;
    font-family: 'open_sansregular';
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    padding: 7px 10px;
}

.header .navi .sys_simpleListMenu .active {
    background: #258437;
    color: #ffffff;
    text-decoration: none;
}

.header .navi .sys_simpleListMenu a:hover {
    background: #fbfbfb;
    color: #258437;
    text-decoration: none;
}

.header .link-menu {
    display: none;
    height: 30px;
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 250px;
    text-indent: -9999em;
    top: 15px;
    width: 35px;
    z-index: 9999;
}

#nav {
    border-right: 1px solid #d9d9d9;
    clear: both;
    float: left;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 470px;
}

#nav .menu {
    display: block;
    margin: 0;
    padding: 0;
}

#nav .menu li {
    background-color: #fff;
    float: left;
    font-size: 14px;
    line-height: 14px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 94px;
}

#nav .menu a {
    border: 1px solid #ffffff;
    border-left: 1px solid #d9d9d9;
    border-bottom: 0;
    color: #ffffff;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    height: 25px;
    line-height: 20px;
    overflow: hidden;
    padding: 33px 0 0 0;
}

#nav .menu a:hover {
    text-decoration: none;
}

#nav .menu .tab1 a {
    background: url("/assets/img/icons/tab_apply_new.png") no-repeat top center;
    /* color: #f4921d; */
    color: #00599f;
}

#nav .menu .tab2 a {
    background: url("/assets/img/icons/tab_pay_new.png") no-repeat top center;
    /* color: #00a8b8; */
    color: #00599f;
}

#nav .menu .tab3 a {
    background: url("/assets/img/icons/tab_report_new.png") no-repeat top center;
    /* color: #5c5cb8; */
    color: #00599f;
}

#nav .menu .tab4 a {
    background: url("/assets/img/icons/tab_request_new.png") no-repeat top center;
    /* color: #e515c3; */
    color: #00599f;
}

#nav .menu .tab5 a {
    background: url("/assets/img/icons/tab_signup.png") no-repeat top center;
    color: #00599f;
}


#nav .menu .tab1 a:hover,
#nav .menu .tab2 a:hover,
#nav .menu .tab3 a:hover,
#nav .menu .tab4 a:hover,
#nav .menu .tab5 a:hover {
    background-position: bottom center;
    color: #147fcb;
    text-decoration: none;
}

.header .top-tools {
    float: right;
    padding: 15px 0 0 0;
    width: 365px;
}

.header .btn-speaker {
    background: url("/assets/img/icons/speaker28x28.jpg") no-repeat 0 0;
    border: 1px solid #d9d9d9;
    float: right;
    height: 28px;
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-indent: -9999em;
    width: 28px;
    z-index: 9999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.snd-ctrl {
    float: right;
}

#__ba_panel {
  	width: auto !important;
    height: auto !important;
}

a:focus {
  background-color: #FFFFAA !important;
  color: black !important;
}

.social a:focus {
    outline: 2px solid #FFFFAA;
    outline-offset: 1px;
}

::selection {
  color: #ffffaa !important;
  background-color: black !important;
}

@media screen and (min-width: 661px) and (max-width: 985px) {
	#__ba_panel {
      	float: left;
      	margin-top: 0;
    	margin-right: 4px;
    }
}

@media screen and (min-width: 0) and (max-width: 660px) {
	#__ba_panel {
  		float: right;
    	margin-top: 20px;
		margin-right: 50px;
	} 
}


/* intro
-----------------------------------------------*/

.intro {
    border-bottom: 1px solid #ffffff;
    clear: both;
    display: block;
    margin: 0 0 2px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 0 7px 0 #e9e9e9;
    box-shadow: 0 0 7px 0 #e9e9e9;
}

.intro .intro-slider {
    border-bottom: 1px solid #ffffff;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.intro .intro-3boxes {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.intro .intro-3boxes .box {
    background: url("/assets/img/sep2x1.jpg") repeat-y right 0;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 20px 30px 20px 20px;
    position: relative;
    width: 195px;
}

.intro .intro-3boxes h2 {
    color: #258437;
    font-family: 'open_sanssemibold';
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 5px 0;
}

.intro .intro-3boxes .box p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 15px 0;
}

.intro .intro-3boxes .box .link-more {
    background-color: #00599f;
}

.intro .intro-3boxes .box .link-more:hover {
    background-color: #147fcb;
    text-decoration: none;
}

.intro .intro-3boxes .box-item {
    background: none;
    float: right;
    padding: 20px 167px 20px 0;
    width: 303px;
}

.intro .intro-3boxes .list {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0 0 15px 0;
    width: 100%;
}

.intro .intro-3boxes .list li {
    clear: both;
    display: block;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    padding: 0;
}

.intro .intro-3boxes .list a {
    color: #00599f;
    display: block;
    letter-spacing: -0.05em;
}

.intro .intro-3boxes ul {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0 0 15px 0;
    width: 100%;
}

.intro .intro-3boxes ul li {
    clear: both;
    display: block;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    padding: 0;
}

.intro .intro-3boxes ul a {
    color: #00599f;
    display: block;
    letter-spacing: -0.05em;
}

.intro .intro-3boxes .sys_itemslist {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0 0 15px 0;
    width: 100%;
}

.intro .intro-3boxes .sys_itemslist li {
    clear: both;
    display: block;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    padding: 0;
}

.intro .intro-3boxes .sys_itemslist a {
    color: #00599f;
    display: block;
    letter-spacing: -0.05em;
}

.intro .intro-3boxes .pic {
    display: block;
    overflow: hidden;
    padding: 18px 7px 0 0;
    position: absolute;
    right: 0;
    top: 0;
}

.intro .intro-3boxes img {
    float: left;
}

.intro .box-item-find {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    clear: both;
    display: none;
    margin: 0 0 10px 0;
    min-height: 1px;
    overflow: hidden;
    padding: 17px 19px;
    position: relative;
    width: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.intro .box-item-find h2 {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 15px 0;
}

.intro .box-item-find p {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0;
}

.intro .box-item-find .btn {
    background-color: #00599f;
    margin-top: 10px;
}

.intro .box-item-find .find {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.intro .box-item-find .find .fld {
    border: 1px solid #dbdbdb;
    color: #d9d9d9;
    display: block;
    font-family: 'open_sansregular';
    font-size: 14px;
    height: 30px;
    line-height: 29px;
    padding: 0 10px;
    position: relative;
    width: 178px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


#c-carousel {
    background: #fbfbfb;
    height: 375px;
    position: relative;
    min-height: 375px;
    overflow-y: scroll;
    _overflow: hidden;
    #overflow: hidden;
}

#slider-wrapper {
    background: #fff;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.caroufredsel_wrapper {
    background: #fff;
    top: 0 !important;
    bottom: auto !important;
    position: relative !important;
}

#carousel {
    left: 0;
    position: absolute;
    top: 0;
}

#carousel .slide {
    display: block;
    float: left;
    height: auto !important;
    overflow: hidden;
    position: relative;
    width: 985px;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#carousel .active {
    filter: alpha(opacity=100);
    opacity: 1;
}

#carousel .pic {
    clear: both;
    display: block;
    overflow: hidden;
    z-index: 1;
}

#carousel .pic img {
    float: left;
    width: 100%;
}

#carousel .content {
    background: url("/assets/img/shadow5x5.png") repeat 0 0;
    display: block;     
    height: 100%;
    overflow: hidden;
    padding: 0 35px 0 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
    z-index: 999;
}

#carousel h1 {
    margin-top: 88px;
    color: #ffffff;
    font-family: 'open_sansregular';
    font-size: 46px;
    line-height: 46px;
    padding: 0;
}

#carousel h1 span {
    color: #00599f;
    display: block;
}

#carousel p {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
}

#carousel .link-more {
    background-color: #00599f;
    /* background-color: #F4921D; */
    bottom: 30px;
    float: left;
    left: 30px;
    padding: 0 30px 0 12px;
    position: absolute;
    font-family: 'open_sansbold';
    text-transform: uppercase;
}

#carousel .link-more:hover {
    background-color: #147fcb;
    /* background-color: #F7A823; */
    text-decoration: none;
}

#pager {
    display: block;
    left: 50%;
    margin-left: 88px;
    overflow: hidden;
    padding: 30px 0 0 30px;
    position: absolute;
    top: 0;
    width: 375px;
    z-index: 9999;
}

#pager a {
    background: #404040;
    float: left;
    font-size: 1px;
    height: 12px;
    line-height: 1px;
    margin: 0 4px 0 0;
    overflow: hidden;
    text-indent: -9999em;
    width: 12px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#pager a:hover, #pager .selected {
    background: #00599f;
}

.intro .widget-short-sidebar {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    clear: both;
    margin: 0 0 10px 0;
    display: block;
    overflow: hidden;
    padding: 17px 19px 15px 19px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.intro .widget-short-sidebar h3 {
    color: #258437;
    font-family: 'open_sanssemibold';
    padding: 0 0 20px 43px;
}

.intro .widget-short-sidebar h3 a {
    display: block;
    font-family: 'open_sanssemibold';
    overflow: hidden;
}

.intro .widget-short-sidebar ul {
    border-top: 1px solid #e5e5e5;
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0 0 13px 0;
    width: 100%;
}

.intro .widget-short-sidebar ul li {
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    padding: 9px 0 10px 0;
}

.intro .widget-short-sidebar ul a {
    color: #525252;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    line-height: 20px;
}

.intro .widget-short-sidebar ul a:hover, .main .widget-short-sidebar ul a.active {
    color: #258437;
    text-decoration: none;
}

.intro .widget-short-sidebar .link-more {
    background-color: #258437;
}

.intro .short-4boxes {
    clear: both;
    display: none;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.intro .short-4boxes .widget-short-sidebar {
    clear: none;
    float: left;
    margin: 0 0 0 10px;
    width: 198px;
}

.intro .short-4boxes .widget-short-sidebar h3, .intro .short-4boxes .widget-short-sidebar h2 {
    padding-left: 35px;
}

.intro .short-4boxes .box-orange h3, .intro .short-4boxes .box-orange h2 {
    background: url("/assets/img/icons/apply27x18.jpg") no-repeat 0 7px;
    color: #f4921d;
}

.intro .short-4boxes .box-orange h3 a, .intro .short-4boxes .box-orange h2 a {
    color: #f4921d;
}

.intro .short-4boxes .box-orange a:hover {
    color: #f4921d;
}

.intro .short-4boxes .box-aqua h3 {
    background: url("/assets/img/icons/pay22x23.jpg") no-repeat 0 3px;
    color: #00a8b8;
}

.intro .short-4boxes .box-aqua h3 a {
    color: #00a8b8;
}

.intro .short-4boxes .box-aqua .list a:hover {
    color: #00a8b8;
}

.intro .short-4boxes .box-purple h3 {
    background: url("/assets/img/icons/report15x23.jpg") no-repeat 0 3px;
    color: #5c5cb8;
}

.intro .short-4boxes .box-purple h3 a {
    color: #5c5cb8;
}

.intro .short-4boxes .box-purple .list a:hover {
    color: #5c5cb8;
}

.intro .short-4boxes .box-pink h3 {
    background: url("/assets/img/icons/request25x24.jpg") no-repeat 0 3px;
    color: #b837ad;
}

.intro .short-4boxes .box-pink h3 a {
    color: #b837ad;
}

.intro .short-4boxes .box-pink .list a:hover {
    color: #b837ad;
}

.intro .short-4boxes .box-orange .link-more {
    background-color: #f58700;
}

.intro .short-4boxes .box-aqua .link-more {
    background-color: #00b2c2;
}

.intro .short-4boxes .box-purple .link-more {
    background-color: #5c5cb8;
}

.intro .short-4boxes .box-pink .link-more {
    background-color: #e515c3;
}



/* main
-----------------------------------------------*/

.main {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 25px 0 230px 0;
    width: 100%;
}

img.temp {
    float: left;
    width: 100%;
}

.main .panel-cols {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0 0 30px 0;
    width: 100%;
}

.main .full-width-panel {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 20px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.main .col-lhs239 {
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 239px;
}

.main .col-lhs488 {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    float: left;
    margin: 0 0 0 10px;
    overflow: hidden;
    padding: 19px;
    position: relative;
    width: 448px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.main .col-rhs239 {
    float: right;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 239px;
}

.main .col-rhs737 {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    float: right;
    overflow: hidden;
    padding: 19px;
    position: relative;
    width: 697px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.main .col-rhs737 .img-left {
    float: left;
    margin-right: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.main .col-rhs737 .img-right {
    float: right;
    margin-left: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.main #content {
    clear: both;
    display: block;
    overflow: hidden;
}

.main h1 {
    color: #258437;
    font-family: 'open_sanssemibold';
    font-size: 36px;
    line-height: 42px;
    margin: 0;
    padding: 0 0 15px 0;
    letter-spacing: -0.02em;
}

.main h2 {
    color: #258437;
    font-family: 'open_sansregular';
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 15px 0 10px 0;
    letter-spacing: -0.02em;
}

.main h3 {
    color: #525252;
    font-family: 'open_sansregular';
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 15px 0 10px 0;
    letter-spacing: -0.02em;
}

.main p {
    color: #525252;
    font-family: 'open_sansregular';
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 10px 0;
}

/* .main p a {
    color: #00599f;
    border-bottom: 1px dotted #00599f;
}

.main p a:hover {
    background: #ffffaa;
    border-bottom: 1px solid #00599f;
    text-decoration: none;
} */

.main .intro-txt {
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
}

p.sys_record-image-control-caption {
    font-weight: bold;
    font-size: 12px;
}

.sys_cms-form-confirmation-content p {
    background: #efefef !important;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    padding: 5px 10px;
    font-weight: bold;
}

/*form login options */
div#LogonControl_LoginPanel input, div#LogonControl_PasswordChangeControl_PasswordPanel input {
    border: 1px solid #525252;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
}

div#LogonControl_LoginPanel input:focus, div#LogonControl_PasswordChangeControl_PasswordPanel input:focus {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

input#LogonControl_SubmitButton, input#LogonControl_PasswordChangeControl_SubmitButton {
    background: #eaf6ec;
    color: #258437;
    font-weight: bold;
    border-color: #258437 !important;
    transition: 0.5s;
}

input#LogonControl_SubmitButton:hover, input#LogonControl_PasswordChangeControl_SubmitButton:hover {
    background: #258437;
    color: #eaf6ec;
    border-color: #eaf6ec !important;
    transition: 0.5s;
}

label#LogonControl_PasswordChangeControl_OldPasswordLabel, label#LogonControl_PasswordChangeControl_newPasswordLabel,  label#LogonControl_PasswordChangeControl_newPasswordConfirmLabel{
    min-width: 13em;
    display: inline-block;
}

/* padding altered by James Hurrell */
#content ul {
    margin: 0;
    padding: 10px 10px 10px 25px;
}

#content ul li {
    font-family: 'open_sansregular';
    font-size: 14px;
    line-height: 20px;
}

/* #content ul a {
    border-bottom: 1px dotted #00599f;
}

#content ul a:hover {
    background: #ffffaa;
    border-bottom: 1px solid #00599f;
    text-decoration: none;
} */

#content img {
	max-width: 100%;
	width: auto;
	height: auto;
}


.main address {
    color: #525252;
    font-family: 'open_sansregular';
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 10px 0;
}

.main .sidebar {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    clear: both;
    display: block;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding: 19px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.main .sidebar .siderbar__heading {
    display: block;
    color: #258437;
    font-family: 'open_sanssemibold';
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 20px 0;
    letter-spacing: -0.02em;
}

.main .sidebar .list {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.main .sidebar .list li {
    border-top: 1px solid #e5e5e5;
    clear: both;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    padding: 9px 0 10px 0;
}

.main .sidebar a {
    color: #525252;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    line-height: 20px;
}

.main .sidebar a:hover, .main .sidebar .active {
    color: #258437;
    text-decoration: none;
}


.main .breadcrumbs {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0 0 20px 0;
    width: 100%;
}

.main .breadcrumbs ul {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.main .breadcrumbs a {
    background: url("/assets/img/arrow-path6x10.jpg") no-repeat right 5px;
    color: #00599f;
    float: left;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    padding: 0 19px 0 15px;
}

.main .breadcrumbs a:first-child {
    padding-left: 0;
}

.main .breadcrumbs span {
    font-size: 14px;
    color: #258437;
    padding-left: 13px;
    font-weight: bold;
}


.message-box {
    background: #fff;
    border: 1px solid #cbe2cf;
    clear: both;
    display: block;
    margin: 0 auto 20px;
    overflow: hidden;
    padding: 19px 19px 25px 19px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    max-width: 985px;
}

.message-box--home {
    margin-top: 20px;
}

.message-box__title {
    color: #258437;
    font-family: 'open_sansregular';
    font-size: 36px;
    line-height: 1.4;
    font-weight: normal;
    overflow: hidden;
    padding: 0;
    display: block;
    clear: both;
    letter-spacing: -0.02em;
}

.message-box p {
    color: #525252;
    font-family: 'open_sansregular';
    font-size: 18px;
    line-height: 1.4;
  	padding-top: 5px;
    padding-bottom: 0;
    letter-spacing: -0.05em;
}

.message-box__link {
	padding: 5px 0 0 0;
}
   


.widget-contact {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 19px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget-contact .widget-contact__heading {
    background: url("/assets/img/icons/contact32x28.jpg") no-repeat 0 5px;
    color: #258437;
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-family: 'open_sanssemibold';
    padding: 0 0 20px 45px;
    letter-spacing: -0.02em;
}

.widget-contact p strong {
    font-family: 'open_sansbold';
    font-weight: normal;
}

.widget-contact p a {
    font-family: 'open_sansregular';
    display: inline-block;
    vertical-align: bottom;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    max-width: 100%;
    overflow: hidden;
}

.show-on-mobile {
  display: none;
}

.show-on-desktop {
  display: block;
}

/* veolia widget styling */
input.search-field {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px 0 0 3px;
    margin: 10px 0;
}

div.results-container td, div.results-container th, div.results-container table {
    border: none;
}

select.addresses {
  	padding: 4px 0;
    margin: 5px 0;
  	border-radius: 3px 0 0 3px;
}

input.search-submit, input.address-lookup {
    background: green;
    color: #fff;
    padding: 5px;
    margin-left: -5px;
    border: 1px solid #ccc;
  	border-radius: 0 0 3px 3px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loader-container {
  text-align: center;
}
.loading {
  display: inline-block;
  border: 5px solid #f3f3f3;
  animation: spin 1s linear infinite;
  border-top: 5px solid #525252;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

/* this code was hiding the last collected row but it is needed for users with daily collections
th.last, td.last {
  display: none;
}
*/


/* end veolia styling */


@media screen and (max-width: 661px) {
    .show-on-mobile {
      display: block;
  }

  .show-on-desktop {
      display: none;
  }    
}

.main .widget-short-sidebar {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    clear: none;
    margin: 0 0 10px 0;
    display: block;
    overflow: hidden;
    padding: 17px 19px 15px 19px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.main .widget-short-sidebar img {
    float: left;
}

.main .widget-short-sidebar h3 {
    color: #258437;
    font-family: 'open_sanssemibold';
    padding: 0 0 20px 12px;
    margin-top: 4px;
    float: left;
}

.main .widget-short-sidebar h3 a {
    display: block;
    font-family: 'open_sanssemibold';
    overflow: hidden;
}

.main .widget-short-sidebar ul {
    border-top: 1px solid #e5e5e5;
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0 0 13px 0;
    width: 100%;
}

.main .widget-short-sidebar ul li {
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    padding: 9px 0 10px 0;
}

.main .widget-short-sidebar ul a {
    color: #525252;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    line-height: 20px;
}

.main .widget-short-sidebar ul a:hover, .main .widget-short-sidebar ul a.active {
    color: #258437;
    text-decoration: none;
}

.main .widget-short-sidebar .link-more {
    background-color: #00599f;
}

.main .widget-short-sidebar .link-more:hover {
    background-color: #147fcb;
    text-decoration: none;
}

.main .widget-short-sidebar .h-popular {
    background: url("/assets/img/icons/hometick30x30.jpg") no-repeat 0 0;
    padding-left: 39px;
}

/*.main .col-lhs239 .widget-short-sidebar, .main .col-lhs239 .widget-contact {display:none}*/

.main .intro-panel {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.main .short-4boxes {
    float: left;
    margin: 0 0 0 -10px;
    overflow: hidden;
    padding: 0 0 30px 0;
    width: 995px;
}

.main .short-4boxes .widget-short-sidebar {
    clear: none;
    float: left;
    margin: 0 0 0 10px;
    width: 198px;
    min-height: 273px;
}

.main .short-4boxes .widget-short-sidebar h3 {
    padding-left: 35px;
}

.main .short-4boxes .widget-short-sidebar a:hover {
    text-decoration: none;
}

/* All H3s now uniform green, for accessibility and equal weighting  */

.main .short-4boxes h3,
.main .short-4boxes h3 a {
    color: #258437;
}
.main .short-4boxes h3 a:hover {
    color: #319B31;
}

/** NEW ELEMENTS **/
/* H3 changing to H2 for correct nesting 220720 AL */

.main .short-4boxes h2 {
    font-family: 'open_sanssemibold';
    color: #258437;
    font-size: 20px;
    line-height: 1.4;
    padding: 0 0 20px 35px;
    margin-top: 4px;
    float: left;
}

.main .short-4boxes h2,
.main .short-4boxes h2 a {
    color: #258437;
}
.main .short-4boxes h2 a:hover {
    color: #319B31;
}
.main .short-4boxes .box-apply h2 {
    background: url("/assets/img/icons/apply27x18_green.jpg") no-repeat 0 7px;
}
.main .short-4boxes .box-pay h2 {
    background: url("/assets/img/icons/pay22x23_green.jpg") no-repeat 0 3px;
}
.main .short-4boxes .box-report h2 {
    background: url("/assets/img/icons/report15x23_green.jpg") no-repeat 0 3px;
}
.main .short-4boxes .box-request h2 {
    background: url("/assets/img/icons/request25x24_green.jpg") no-repeat 0 3px;
}

.main .intro-2boxes {
    float: left;
    margin: 0 0 0 -10px;
    overflow: hidden;
    padding: 0;
    width: 995px;
}

.main .intro-2boxes .box-item {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    float: left;
    margin: 0 0 0 10px;
    min-height: 200px;
    overflow: hidden;
    padding: 20px 265px 0 19px;
    position: relative;
    width: 200px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.main .intro-2boxes .pic {
    display: block;
    overflow: hidden;
    padding: 16px 19px 0 0;
    position: absolute;
    right: 0;
    top: 0;
}

.main .intro-2boxes img {
    float: left;
}

.main .intro-2boxes h2 {
    color: #00599f;
    font-family: 'open_sanssemibold';
    font-size: 24px;
    line-height: 30px;
    padding: 0;
}

.main .intro-2boxes p {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}

/* .main .intro-2boxes p a {
    border: 0;
}
*/

.main .intro-2boxes p a:hover {
    background: transparent;
    border: 0;
    text-decoration: underline;
}

.main .intro-2boxes .link-more {
    background-color: #00599f;
    margin-top: 30px;
}

.main .intro-2boxes .usr_link-more {
    background-color: #00599f;
    margin-top: 30px;
}

.main .intro-2boxes .btn {
    background-color: #00599f;
    margin-top: 7px;
}

.main .intro-2boxes .link-more:hover, 
.main .intro-2boxes .btn:hover,
.main .intro-2boxes .usr_link-more:hover {
    background-color: #147fcb;
    text-decoration: none;
}

.main .box-item .find {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 21px 0 0 0;
    width: 100%;
}

.main .box-item .find .fld {
    border: 1px solid #dbdbdb;
    color: #d9d9d9;
    display: block;
    font-family: 'open_sansregular';
    font-size: 14px;
    height: 30px;
    line-height: 29px;
    padding: 0 10px;
    position: relative;
    width: 178px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}



.main .top-head {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 35px 122px;
    position: relative;
}
/*.main .top-head h2 {color:#258437; display:block; font-family:'open_sanssemibold'; font-size:36px; line-height:42px; font-weight:normal; overflow:hidden; padding:0 0 5px 0}*/
.main .top-head p {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 0 0 0;
}

.main .top-head .icon {
    display: block;
    left: 10px;
    position: absolute;
    top: 17px;
    width: 70px;
}

.main .top-head img {
    float: left;
}

.main .top-head .list {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 3px 0 0 0;
    width: 100%;
}

.main .top-head .list li {
    float: left;
    font-family: 'open_sanssemibold';
    font-size: 24px;
    line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0 13px 0 0;
}

.main .top-head .list a {
    font-family: 'open_sanssemibold';
}

.main .top-head .list a:hover, .main .filter-a-z .list .active {
    color: #258437;
    text-decoration: none;
}


.main .search-a-z {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.main .search-a-z .panel {
    border-top: 1px solid #e5e5e5;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 30px 0 25px 0;
    width: 100%;
}

.main .search-a-z h3 {
    color: #258437;
    font-family: 'open_sansregular';
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 20px 0;
}

.main .search-a-z h4 {
    border-top: 1px solid #e5e5e5;
    color: #258437;
    font-family: 'open_sansregular';
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0 10px 0;
}

.main .search-a-z .row {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0 0 12px 0;
    width: 100%;
}

.main .search-a-z .row li {
    color: #525252;
    float: left;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}

.main .search-a-z .row .col-a {
    width: 370px;
}

.main .search-a-z .row .col-b {
    width: 220px;
}

.main .search-a-z .row .col-c {
    width: 280px;
}

.main .search-a-z .row a {
    font-family: 'open_sanssemibold';
}


.main .index-panel {
    border-top: 1px solid #e5e5e5;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 35px 0 35px 0;
    width: 100%;
}

.main .index-panel .box {
    min-height: 150px;
    overflow: hidden;
    padding: 0 20px 0 60px;
    position: relative;
    width: 230px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}

.main .index-panel h2 {
    color: #00599f;
    display: block;
    font-family: 'open_sansregular';
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    overflow: hidden;
    padding: 0 0 5px 0;
}

.main .index-panel h3 a {
    font-family: 'open_sansregular';
}

.main .index-panel p {
    font-family: 'open_sanssemibold';
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}

.main .index-panel .icon {
    display: block;
    left: 0;
    position: absolute;
    top: 2px;
    width: 70px;
}

.main .index-panel img {
    float: left;
}


.main .links-section {
    border-top: 1px solid #e5e5e5;
    clear: both;
    display: block;
    margin: 0 0 20px 0;
    overflow: hidden;
    padding: 38px 0 0 50px;
    position: relative;
}

.main .links-section h3 {
    color: #258437;
    display: block;
    font-family: 'open_sansregular';
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    overflow: hidden;
    padding: 0 0 15px 15px;
}

.main .links-section .icon {
    display: block;
    left: 10px;
    position: absolute;
    top: 34px;
    width: 40px;
}

.main .links-section img {
    float: left;
}

.main .links-section .list {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.main .links-section .list li {
    background: url("/assets/img/sep1x19.jpg") no-repeat right 4px;
    float: left;
    font-family: 'open_sanssemibold';
    font-size: 18px;
    line-height: 24px;
    list-style: none;
    margin: 0;
    padding: 0 16px 3px 15px;
}

.main .links-section .list a {
    color: #00599f;
    display: block;
    font-family: 'open_sansregular';
    line-height: 24px;
    letter-spacing: -0.05em;
}

.main .links-section .list a:hover, .main .links-section .list .active {
    color: #258437;
    text-decoration: none;
}

.main .links-section .list .last {
    background: none;
    padding-right: 0;
}


/* web chat styling */

.webchat{
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 19px;
}

.webchat h2 {
  padding-top: 0;
  margin-bottom: 20px;
}

a.webChatStart {
  background: #258437;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

a.webChatStart:hover {
  box-shadow:none;
}


/* end .main */



/* footer
-----------------------------------------------*/

.footer {
    clear: both;
    display: block;
    margin-top: -200px;
    overflow: hidden;
    padding: 0 0 25px 0;
    position: relative;
    width: 100%;
}

.footer .filter-a-z {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    clear: both;
    display: block;
    margin: 0 0 30px 0;
    overflow: hidden;
    padding: 14px 0 15px 0;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.footer .filter-a-z .filter-panel {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0 10px 0 205px;
    position: relative;
}

.footer .filter-a-z .list {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.footer .filter-a-z .list li {
    float: left;
    font-family: 'open_sanssemibold';
    font-size: 24px;
    line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 13px;
}

.footer .filter-a-z .list a {
    color: #00599f;
    font-family: 'open_sanssemibold';
}

.footer .filter-a-z .list a:hover, .main .filter-a-z .list .active {
    color: #258437;
    text-decoration: none;
}

.footer .filter-a-z h2 {
    color: #258437;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    left: 0;
    overflow: hidden;
    position: absolute;
    padding: 0 0 0 15px;
    top: 0;
    width: 190px;
    margin: 0px;
}

.footer .filter-a-z .link-more {
    display: none;
}


.footer .rate {
    border: 1px solid #ffffff;
    clear: both;
    display: block;
    min-height: 67px;
    overflow: hidden;
    margin: 7px 0 0 0;
    padding: 20px 0 0 0;
    width: 100%;
    -webkit-box-shadow: 0 0 7px 0 #e9e9e9;
    box-shadow: 0 0 7px 0 #e9e9e9;
}

.footer .rate .tweets {
    background: url("/assets/img/icons/twitter52x44.png") no-repeat 12px center;
    float: left;
    overflow: hidden;
    padding: 0 0 0 80px;
    width: 550px;
}

.footer .rate .tweets ul li {
    color: #525252;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    line-height: 24px;
    padding: 0;
    letter-spacing: -0.05em;
    list-style: none;
}

.footer .rate .tweets a {
    color: #00599f;
    font-family: 'open_sanssemibold';
}

.footer .rate .tweets a:hover {
    text-decoration: underline;
}

.footer .rate .rating {
    float: right;
    width: 320px;
}

.footer .rate .rating h6 {
    color: #525252;
    float: left;
    font-size: 20px;
    line-height: 43px;
}

.footer .rate .rating ul {
    float: right;
    margin: 0;
    padding: 0; /*width:171px*/
}

.footer .rate .rating li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 0 0 14px; /*width:43px*/
}
/*.footer .rate .rating a {display:block; font-size:1px; height:43px; line-height:1; overflow:hidden; text-indent:-9999em; width:43px}*/
.footer .rate .rating .face-1 {
    background: url("/assets/img/icons/face-1.png") no-repeat 0 0;
}

.footer .rate .rating .face-2 {
    background: url("/assets/img/icons/face-2.png") no-repeat 0 0;
}

.footer .rate .rating .face-3 {
    background: url("/assets/img/icons/face-3.png") no-repeat 0 0;
}

.footer .panel {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.footer .clear {
    background: url("/assets/img/bg-footer1x5.png") repeat-x center center;
    clear: both;
    display: block;
    height: 60px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.footer .f-panel {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 30px 0;
    width: 100%;
}

.footer .f-panel .col {
    padding: 0 0 0 10px;
    width: 154px;
    display: table-cell;
    position: relative;
    vertical-align: top;
}
.footer .f-panel p {
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    line-height: 18px;
    bottom: 0;
}

.footer .f-panel .col-first {
    padding: 0;
}

.footer .f-panel .col-signup {
    float: left;
    padding: 0 0 0 10px;
    width: 150px;
}

.footer .f-panel .f-panel__heading a {
    color: #525252 !important;
    font-family: 'open_sansbold' !important;
    font-size: 12px !important;
    line-height: 18px !important;
    padding: 0 0 8px 0 !important;
}

.footer .f-panel .list {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0 0 24px 0;
    width: 100%;
}

.footer .f-panel .list li {
    clear: both;
    display: block;
    font-family: 'open_sansregular';
    font-size: 12px;
    line-height: 18px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0 0 3px 0;
    width: 100%;
}

.footer .f-panel .list a {
    color: #525252;
    display: block;
    font-family: 'open_sansregular';
    line-height: 18px;
}

.footer .f-panel p a {
    color: #00599f;
    font-family: 'open_sansbold';
    font-size: 12px;
    line-height: 18px;
}
/* .footer .f-panel p a:hover {border-bottom:1px dotted #00599f; text-decoration:none}*/

.footer .f-panel address {
    color: #525252;
    font-size: 12px;
    line-height: 18px;
}

.footer .f-panel address strong {
    font-family: 'open_sansbold';
    font-weight: normal;
}

/*.footer .social {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 20px 0 0 0;
    width: 100%;
}
*/

.footer .social {
    float: right;
}

.footer .social ul {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.footer .social li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 10px 10px 0;
    width: 30px;
}
@media screen and (max-width: 660px) {
    .footer .f-copy ul.footerLinks {
        margin-bottom: 30px;
    }
    .footer .f-copy .social {
        width: 100%;
        clear: none;
    }
    .footer .f-copy .social ul {
        text-align: center;
    }
    .footer .f-copy .social ul li {
        display: inline-block;
    }
}

.footer .social a {
    display: block;
    font-size: 1px;
    height: 30px;
    line-height: 1;
    overflow: hidden;
    text-indent: -9999em;
    width: 30px;
}

.footer .social .facebook {
    background: url("/assets/img/icons/facebook30.png") no-repeat 0 0;
}

.footer .social .twitter {
    background: url("/assets/img/icons/twitter30x30.png") no-repeat 0 0;
}

.footer .social .youtube {
    background: url("/assets/img/icons/youtube30x30.png") no-repeat 0 0;
}

.footer .social .instagram {
    background: url("/assets/img/icons/instagram30.png") no-repeat 0 0;
}

.footer .social .rss {
    background: url("/assets/img/icons/rss30x30.png") no-repeat 0 0;
}

.footer .signup {
    clear: both;
    display: block;
    margin: 0 0 0 -2px;
    overflow: hidden;
    padding: 5px 0 15px 0;
    width: 100%;
}

.footer .signup .fld {
    background: url("/assets/img/fld210x32.png") no-repeat top center;
    color: #525252;
    float: left;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 4px 14px;
    width: 196px;
}

.footer .signup .btn {
    background: url("/assets/img/icons/arrow-go32x32.png") no-repeat 0 0;
    float: left;
    font-size: 1px;
    height: 32px;
    line-height: 1px;
    overflow: hidden;
    text-indent: -9999em;
    width: 33px;
}


.footer .f-copy {
    border-top: 1px solid #ffffff;
    clear: both;
    display: block;
    margin: 5px 0 0 0;
    overflow: hidden;
    padding: 20px 0 0 0;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 -5px 5px -3px #e9e9e9;
    box-shadow: 0 -5px 5px -3px #e9e9e9;
}

.footer .f-copy h6 {
    color: #525252;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.footer .f-copy a {
    color: #525252;
}


.footer .widget-short-sidebar {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    clear: both;
    margin: 0 0 10px 0;
    display: block;
    overflow: hidden;
    padding: 15px 19px 15px 19px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.footer .widget-short-sidebar h3 {
    color: #258437;
    font-family: 'open_sanssemibold';
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 5px 35px;
}

.footer .widget-short-sidebar h3 a {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.footer .widget-short-sidebar .list {
    border-top: 1px solid #e5e5e5;
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0 0 13px 0;
    width: 100%;
}

.footer .widget-short-sidebar .list li {
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    padding: 9px 0 10px 0;
}

.footer .widget-short-sidebar .list a {
    color: #525252;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    line-height: 20px;
}

.footer .widget-short-sidebar .list a:hover, .main .widget-short-sidebar .list a.active {
    color: #258437;
    text-decoration: none;
}

.footer .widget-short-sidebar .link-more {
    background-color: #258437;
}

.footer .widget-short-sidebar .panel-box {
    clear: both;
    display: none;
    overflow: hidden;
    padding: 15px 0 0 0;
    width: 100%;
}

.footer .short-4boxes {
    clear: both;
    display: none;
    overflow: hidden;
    padding: 0 0 20px 0;
    width: 100%;
}

.footer .short-4boxes .box-orange h3 {
    background: url("/assets/img/icons/apply27x18.jpg") no-repeat 0 7px;
    /* color: #f4921d; */
}

.footer .short-4boxes .box-orange h3 a {
    background: url("/assets/img/icons/plus-orange21x21.jpg") no-repeat right center;
    /* color: #f4921d; */
}

.footer .short-4boxes .box-orange h3 .h-active {
    background: url("/assets/img/icons/minus-orange21x21.jpg") no-repeat right center;
}
/* 
.footer .short-4boxes .box-orange .list a:hover {
    color: #f4921d;
}

.footer .short-4boxes .box-aqua h3 {
    background: url("/assets/img/icons/pay22x23.jpg") no-repeat 0 3px;
    color: #00a8b8;
}

.footer .short-4boxes .box-aqua h3 a {
    background: url("/assets/img/icons/plus-aqua21x21.jpg") no-repeat right center;
    color: #00a8b8;
} */

.footer .short-4boxes .box-aqua h3 .h-active {
    background: url("/assets/img/icons/minus-aqua21x21.jpg") no-repeat right center;
}

.footer .short-4boxes .box-aqua .list a:hover {
    /* color: #00a8b8; */
}

.footer .short-4boxes .box-purple h3 {
    background: url("/assets/img/icons/report15x23.jpg") no-repeat 0 3px;
    /* color: #5c5cb8; */
}

.footer .short-4boxes .box-purple h3 a {
    background: url("/assets/img/icons/plus-purple21x21.jpg") no-repeat right center;
    /* color: #5c5cb8; */
}

.footer .short-4boxes .box-purple h3 .h-active {
    background: url("/assets/img/icons/minus-purple21x21.jpg") no-repeat right center;
}

.footer .short-4boxes .box-purple .list a:hover {
    /* color: #5c5cb8; */
}

.footer .short-4boxes .box-pink h3 {
    background: url("/assets/img/icons/request25x24.jpg") no-repeat 0 3px;
    /* color: #b837ad; */
}

.footer .short-4boxes .box-pink h3 a {
    background: url("/assets/img/icons/plus-pink21x21.jpg") no-repeat right center;
    /* color: #b837ad; */
}

.footer .short-4boxes .box-pink h3 .h-active {
    background: url("/assets/img/icons/minus-pink21x21.jpg") no-repeat right center;
}

.footer .short-4boxes .box-pink .list a:hover {
    /* color: #b837ad; */
}


/* hover */
/* 
.footer .short-4boxes .box-orange .link-more {
    background-color: #f58700;
}

.footer .short-4boxes .box-aqua .link-more {
    background-color: #00b2c2;
}

.footer .short-4boxes .box-purple .link-more {
    background-color: #5c5cb8;
}

.footer .short-4boxes .box-pink .link-more {
    background-color: #e515c3;
}

.footer .short-4boxes .box-orange .link-more:hover {
    background-color: #ff9b14;
    text-decoration: none;
}

.footer .short-4boxes .box-aqua .link-more:hover {
    background-color: #14c6d6;
    text-decoration: none;
}

.footer .short-4boxes .box-purple .link-more:hover {
    background-color: #7070cc;
    text-decoration: none;
}

.footer .short-4boxes .box-pink .link-more:hover {
    background-color: #f929d7;
    text-decoration: none;
}

.footer .short-4boxes .box-orange h3 a:hover {
    color: #ff9b14;
}

.footer .short-4boxes .box-aqua h3 a:hover {
    color: #14c6d6;
}

.footer .short-4boxes .box-purple h3 a:hover {
    color: #7070cc;
}

.footer .short-4boxes .box-pink h3 a:hover {
    color: #f929d7;
} */



/*added to style footer links - now dynamic and in a list*/
ul.footerLinks li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 9px 0 0;
    color: #525252;
    font-size: 12px;
    line-height: 18px;
}

ul.footerLinks li a {
    border-left: 1px solid #525252;
    padding-left: 9px;
}

input#Q_POSTCODE, textarea#Q_COMMENT, input#Q_CONTACT_NAME, input#Q_CONTACT_ADDRESS, input#Q_CONTACT_TELEPHONE, input#Q_CONTACT_EMAIL {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.invisi {
    display: none;
}

ul.eelList {
    padding: 10px 25px;
    width: 100%;
}

strong {
    font-weight: bold;
}

.side-navigation ul li {
    border-top: 1px solid #e5e5e5;
    clear: both;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    line-height: 20px;
    list-style: none;
}

.side-navigation ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sys_current-folder a.sys_selected,
.sys_sub-menu .sys_selected {
    color: #258437;
    font-weight: bold;
    background: #fbfbfb;
    padding-left: 10px !important;
    border-left: 4px solid #f4921d;
}

.side-navigation .sys_sub-menu a {
    padding-left: 10px;
}

#relatedlinks ul li {
    border-top: 1px solid #e5e5e5;
    clear: both;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    padding: 9px 0 10px 0;
}

ul.list li.active {
    background: #eaf6ec;
    padding-left: 10px !important;
}

ul.sys_itemslist li.active {
    background: #eaf6ec;
    padding-left: 10px !important;
}

div#relatedlinks ul li {
    padding-left: 10px;
}

.mobileSearch {
    display: none;
}

.addthis {
    float: right;
}

table {
    border-collapse: collapse;
    font-size: 110%;
    min-width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}


table,
table th, 
table td {
    border: 1px solid black;
    width: fit-content;
}

.gsc-control-cse table,
.gsc-control-cse td {
	border: 0 none;
}

th {
    font-weight: bold;
    padding: 3px 10px 3px 3px;
    border: 1px solid rgba(15, 124, 19, 0.43);
    text-align: left;
    background: #fbfbfb;
    color: #258437;
}

tr:nth-child(even) {
    background: #fbfbfb;
}

td {
    padding: 3px 10px 3px 3px;
}

.gsc-control-cse td  {
  padding: 0;
}

table.chamberTable {
    word-wrap: normal;
}

table.chamberTable tr {
    background: #fff;
}

table.chamberTable td {
    padding: 3px;
    width: 30px;
}

.businessSearchObject {
    width: 740px;
    height: 800px;
    border: none;
    overflow-x: hidden;
}

.main .short-4boxes .box-mayor h3 {
    background: url("/assets/img/icons/aboutMayor.png") no-repeat 0 3px;
    color: #00a8b8;
}

.main .short-4boxes .box-mayor h3 a {
    color: #00a8b8;
}

.main .short-4boxes .box-mayor .list a:hover {
    color: #00a8b8;
}


.ImmControlAlign_Right {
    float: right;
    clear: both;
    margin-left: 7px;
}

.ImmControlAlign_Left {
    float: left;
    clear: both;
    margin-right: 7px;
}

.ImmTextAlign_Right {
    text-align: right;
}

.top-anchor {
    margin-top: -90px;
    height: 110px;
    display: block;
}

h1.has-social-links {
    padding-right: 199px !important;
}

.main .col-rhs737.col-rhs737--popular {
    margin-top: 12px;
}

.main .col-rhs737.col-rhs737--popular .related-pages {
    display: table;
    width: 100%;
    border-spacing: 10px;
}

.main .col-rhs737.col-rhs737--popular ul:first-child {
    border-bottom: 0;
}

.main .col-rhs737.col-rhs737--popular ul {
    display: table-row;
    margin-bottom: 0;
    border-top: 0;
}

.main .col-rhs737.col-rhs737--popular ul li {
    clear: none;
    width: 49%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
}

.main .col-rhs737.col-rhs737--popular ul li a {
    padding-bottom: 10px;
    padding-top: 10px;
    width: auto;
    float: left;
}

.main .col-rhs737.col-rhs737--popular .link-more {
    padding-right: 24px;
    width: auto;
    float: right;
}


/* CONTENSIS FORM STYLING */

.sys_cms-form-control {
    width: 100%;
    float: left;
}

.sys_cms-form-control ul.sys_cms-form-body {
    font-size: small;
    margin: 0;
    list-style-type: none;
    float: none;
    width: 100%;
    box-sizing: border-box;
    /*padding-left: 30px !important;
  padding-right: 30px !important;*/
}

.sys_cms-form-control ul > li {
    min-height: 65px;
}

.sys_cms-form-control ul li {
    position: relative;
    color: #333;
    font-size: small;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    clear: both;
    float: left;
    box-sizing: border-box;
    padding: 14px !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sys_cms-form-control ul li:hover {
    /*-moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);*/
}

.sys_cms-form-control ul li .sys_fieldcontent {
    width: 100% !important;
    float: left;
    margin-top: 12px;
}

.sys_cms-form-control ul li input[type="text"], .sys_cms-form-control ul li textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 36px;
    padding-left: 12px;
    border-radius: 4px;
    width: 100%;
}

.sys_cms-form-control ul li textarea {
    height: auto;
    padding: 12px;
}

.sys_cms-form-control ul li label {
    width: 100%;
    float: left;
    font-size: 16px;
}

.sys_cms-form-control ul li .sys_legend {
    width: 100%;
    float: left;
    font-size: 16px;
}

.sys_cms-form-control ul li .sys_required {
    color: red;
    font-size: 12px;
    vertical-align: top;
}

.sys_cms-form-control ul li select {
    -webkit-appearance: menulist-button;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    font-family: 'open_sansregular';
    font-size: 14px;
    border: 1px solid rgb(166, 166, 166);
}

.sys_cms-form-control ul li select option {
}

.sys_cms-form-control ul li .sys_fieldcontent input[type="radio"] {
    float: left;
    margin-top: 12px;
    margin-right: 8px;
    cursor: pointer;
    display: inline-block;
}

.sys_cms-form-control ul li .sys_fieldcontent span {
    float: left;
}

.sys_cms-form-control ul li.sys_onecolumn span {
    width: 100%;
}

.sys_cms-form-control ul li .sys_fieldcontent span label {
    font-size: 14px;
    cursor: pointer;
    width: auto;
    margin-right: 16px;
    display: inline-block;
    margin-top: 9px;
}

.sys_cms-form-control ul li .sys_fieldcontent input[type="file"] {
    padding-top: 8px;
}

.sys_cms-form-control ul li.sys_buttons {
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.sys_cms-form-control ul li.sys_buttons button {
    background: #258437 url("/assets/img/arrow-white20x17.png") no-repeat right 6px;
    clear: both;
    color: #ffffff;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 12px;
    height: 30px;
    line-height: 29px;
    overflow: hidden;
    padding: 0 32px 0 18px;
    border: 0;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-right: 24px;
    width: auto;
    float: right;
    cursor: pointer;
}

.sys_cms-form-validationsummary {
    display: none;
}

label.sys_cms-form-error {
    color: red;
    margin-bottom: 4px;
    font-size: 12px !important;
}

.sys_theme-simple .sys_news-search-control {
    /* float: right;
    width: 27%; */
    width: 100%;
    min-height: 1em;
}
@media all and (max-width: 985px) {
    .sys_theme-simple .sys_news-control.sys_standard-list {
        width: 100%;
    }
    .sys_theme-simple .sys_news-search-control {
        width: 100%;
    }
}


.sys_search-options input[type="text"] {
    background-color: #fff;
    border: 1px solid #ccc !important;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    padding-left: 12px;
    border-radius: 4px;
    width: 100% !important;
    color: rgb(85,85,85) !important;
}

.sys_search-options select {
    -webkit-appearance: menulist-button;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    color: rgb(85,85,85) !important;
    width: 100% !important;
    font-size: 14px;
    border: 1px solid rgb(166, 166, 166);
    font-family: 'open_sansregular';
    cursor: pointer;
}

.sys_search-optionslabel {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom: 6px !important;
    font-weight: 400 !important;
}

.sys_search-options input[type="submit"] {
    background: #258437 url("/assets/img/arrow-white20x17.png") no-repeat right 6px !important;
    clear: both !important;
    color: #ffffff !important;
    display: block;
    font-family: 'open_sanssemibold' !important;
    font-size: 12px !important;
    height: 30px !important;
    line-height: 29px !important;
    overflow: hidden !important;
    padding: 0 32px 0 18px !important;
    border: 0 !important;
    position: relative;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    padding-right: 24px !important;
    width: auto !important;
    float: right !important;
    cursor: pointer !important;
}

.sys_subitem .sys_news-subheading a {
    color: #258437 !important;
}

.sys_theme-simple .sys_search-options .sys_button-row {
    margin-top: 6px !important;
    float: right;
}

.sys_theme-simple .sys_search-options .sys_keyword-row label {
    display: none;
}


/* FORM RESPONSIVRE STYLING */

@media screen and (max-width: 840px) {
    .sys_cms-form-control ul li .sys_fieldcontent span {
        float: left;
    }
}

@media screen and (max-width: 660px) {
    .sys_theme-simple .sys_news-search-control {
        float: left;
        width: 100% !important;
    }

    .sys_theme-simple .sys_news-search-control label {
        display: block!important;
    }

    .sys_theme-simple .sys_events-search-control {
        float: left;
        width: 100% !important;
    }

    .sys_theme-simple .sys_events-search-control .sys_datefrom-row {
        width: 46% !important;
        float: left;
        clear: none !important;
    }

    .sys_theme-simple .sys_events-search-control .sys_dateto-row {
        width: 46% !important;
        float: right;
        clear: none !important;
    }

    .sys_theme-simple .sys_events-search-control .sys_keywords-row label {
        display: block !important;
    }

    /* .sys_theme-simple .sys_search-options .sys_basic-search-row {
        float: left !important;
        width: 46% !important;
        margin-right: 2%;
        clear: none !important;
    }

    .sys_theme-simple .sys_search-options .sys_basic-search-row:nth-child(2n) {
        float: right !important;
        margin-right: 0;
    } */

    .sys_theme-simple .sys_search-options .sys_button-row {
        width: auto !important;
        float: right !important;
    }

    .sys_standard-list {
        width: 100% !important;
    }

    .sys_events-control {
        width: 100% !important;
    }

    .widget-contact {
        margin-top: 12px;
    }
}

@media screen and (max-width: 540px) {
    .sys_cms-form-control ul li label {
        width: 100%;
        text-align: center;
    }

    .sys_cms-form-control ul li .sys_legend {
        width: 100%;
        text-align: center;
    }

    .sys_cms-form-control ul li .sys_fieldcontent {
        width: 100% !important;
        float: left;
        margin-top: 12px;
    }

    .sys_cms-form-control ul li input[type="text"], .sys_cms-form-control ul li textarea {
        width: 100%;
        margin: 0 auto;
        float: none;
        display: block;
    }

    .sys_cms-form-control ul li select {
        display: block;
        margin: 0 auto;
    }

    .sys_cms-form-control ul li .sys_fieldcontent span {
        float: left;
        width: 100%;
        text-align: center;
    }

    .sys_cms-form-control ul li .sys_fieldcontent input[type="radio"] {
        float: none;
    }

    .sys_cms-form-control ul li .sys_fieldcontent span label {
        float: none;
    }

    .sys_cms-form-control ul li.sys_radio .sys_fieldcontent {
        margin-top: 0;
    }

    .sys_theme-simple .sys_events-search-control .sys_datefrom-row {
        width: 100% !important;
    }

    .sys_theme-simple .sys_events-search-control .sys_dateto-row {
        width: 100% !important;
    }

    /* mobile search */
    .mobileSearch .search_autocomplete {
        background: #fff;
    }

    ul.search_autocomplete li {
        list-style: none;
        padding: 0 0 0.5em 0.5em;
    }
}



/* END CONTENSIS FORM */

@media screen and (min-width: 985px) {
    .mobileSearch {
        display: none !important;
    }
}

@media screen and (max-width: 820px) {
}

@media screen and (min-width: 661px) and (max-width: 985px) {

    .holder {
        margin: 0;
        padding: 0;
        width: auto;
    }

    .hide {
        display: none;
    }

    .header {
        position: relative;
        width: auto;
    }

    .header .fixer {
        width: auto;
    }

    .header .top-links ul {
        padding-right: 20px;
    }

    .header .top-tools {
        padding: 15px 49px 0 40px;
        position: relative;
        white-space: nowrap;
        width: 30px;
    }

    .header .top-tools .btn-speaker {
        display: block;
        position: absolute;
        right: 10px;
        top: 15px;
    }

    .header .top-tools-mobile {
        width: 75%;
    }

    .header .search {
        float: right;
        position: relative;
        width: 110px;
        padding: 0px;
    }

    .header .search .btn {
        border: 1px solid #d9d9d9;
        position: absolute;
        right: 0;
        top: 0;
    }

    .header .search .fld-panel {
    }

    .header .search-active {
        float: right;
        padding: 0;
        width: 100%;
    }

    .header .search-active .fld-panel {
        display: block;
        width: 100%;
    }

    .header .search-active .fld-panel .fld {
        width: 95%;
    }

    .header .search-active .btn {
        border-left: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .header .fld {
        width: 200px;
    }

    .header .top-tools .navi-link {
        display: none;
    }

    .header .navi {
        left: 0;
        position: absolute;
        top: 15px;
        width: auto;
    }

    .header .navi .list {
        width: auto;
    }

    .header .navi .list li {
        width: auto;
    }

    .header .navi .list .tab {
        padding: 0;
        text-indent: -999em;
        width: 28px;
    }

    .header .navi .list .sys_simpleListMenu {
        left: -113px;
        width: 220px;
    }

    .header .navi-lhs .list .sys_simpleListMenu {
        left: 0;
    }


    #nav {
        border-right: 0;
        width: 66%;
    }

    #nav .menu li {
        width: 20%;
    }

    #nav .menu .tab5 {
        width: 19%;
        border-right: 1px solid #D9D9D9;
    }

    .header .nav-unactive {
        display: none;
    }


    .intro {
    }

    .intro .intro-slider {
        border: 0;
        height: auto;
        padding: 0;
    }

    .intro #slider-wrapper {
        clear: both;
        display: block;
        height: auto !important;
        margin: 0 auto;
        overflow: hidden;
        position: relative !important;
        width: 100%;
    }

    .intro #slider-wrapper .caroufredsel_wrapper {
        bottom: auto !important;
        clear: both;
        display: block;
        left: auto !important;
        overflow: hidden;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        width: auto;
    }
    /*.intro #slider-wrapper .pic {height:285px;}*/
    .intro #slider-wrapper img {
        float: left;
        width: 100%;
    }

    #carousel .slide {
        width: 768px;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    #carousel .slide h1 {
        margin-top: 65px;
        font-size: 30px;
        line-height: 36px;
    }

    #carousel .slide p {
        font-size: 14px;
        line-height: 20px;
    }

    .intro #pager {
        left: auto;
        margin: 0;
        right: 0;
    }

    .intro .intro-3boxes .box {
        float: left;
        margin: 0;
        padding: 20px 12px 15px 12px;
        width: 28%;
    }

    .intro .intro-3boxes .box-item .pic {
        display: none;
    }

    .intro .intro-3boxes .box .panel-box-inner {
        clear: both;
        display: block;
        min-height: 135px;
        overflow: hidden;
    }


    .main {
        padding: 20px 0;
    }

    .main .fixer {
        padding: 0 10px;
        width: auto;
    }

    .homepage .main {
        padding-top: 30px;
    }

    .homepage .main .fixer {
        padding: 0;
    }

    .main .col-lhs239 {
        width: 29%;
    }

    .main .col-lhs488, .main .col-rhs737 {
        padding: 0;
        margin-left: 1%;
        width: 69.5%;
    }

    .main #content {
        margin: 19px;
    }

    .main .col-rhs239 {
        display: none;
    }

    .main .top-head {
    }

    .main .top-head .list li {
        padding: 0 6px 0 0;
    }

    .main .search-a-z .row li {
        padding: 0;
    }

    .main .search-a-z .row li.col-a, .main .search-a-z .row li-col-b, .main .search-a-z .row li.col-c {
        margin-right: 1%;
        width: 26%;
    }

    .main .col-lhs239 .widget-short-sidebar, .main .col-lhs239 .widget-contact {
        display: block;
    }

    .main .short-4boxes {
        clear: both;
        display: block;
        float: none;
        margin: 0;
        overflow: hidden;
        padding-bottom: 20px;
        width: auto;
    }

    .main .short-4boxes .widget-short-sidebar {
        margin: 0 0 10px 2%;
        padding: 15px 2%;
        width: 43%;
    }

    .main .intro-2boxes {
        clear: both;
        display: block;
        float: none;
        margin: 0;
        overflow: hidden;
        width: auto;
    }

    .main .intro-2boxes .box-item {
        margin: 0 0 10px 2%;
        min-height: 1px;
        padding: 15px 2%;
        width: 43%;
    }

    .main .intro-2boxes .pic {
        display: none;
    }

    .main .intro-2boxes h2 {
        padding-right: 20px;
    }

    .main .intro-2boxes .find .fld {
        width: 307px;
    }

    .main .index-panel {
    }

    .main .index-panel .box {
        min-height: 135px;
        padding: 0;
        width: 50%;
        float: left;
    }

    .main .index-panel .box h2 {
        padding: 0 20px 5px 60px;
    }

    .main .index-panel .box > p {
        padding: 0 20px 0 60px;
    }


    .footer {
        margin: 0;
    }

    .footer .fixer {
        padding: 0 10px;
        width: auto;
    }

    .footer .filter-a-z {
    }

    .footer .filter-a-z .list li {
        padding: 0 0 0 4px;
    }

    .footer .rate {
        display: none;
    }

    .footer .rate .tweets {
        width: 50%;
    }

    .footer .rate .rating {
        margin-top: -10px;
        width: 168px;
    }

    .footer .rate .rating h6 {
        clear: both;
        display: block;
        float: none;
        line-height: 30px;
        overflow: hidden;
        padding: 0 0 5px 13px;
    }

    .footer .rate .rating ul {
        clear: both;
        display: block;
        float: none;
        overflow: hidden;
        width: 168px;
    }

    .footer .rate .rating li {
        padding: 0 0 0 13px;
    }

    .footer .panel {
        clear: none;
        display: inline;
    }

    .footer .clear {
        display: none;
    }

    .footer .f-panel {
        padding-bottom: 10px;
    }

    .footer .f-panel .fixer {
        padding: 0;
    }

    .footer .f-panel .col {
        min-height: 190px;
        padding-bottom: 0;
        width: 23%;
        display: inline-block;
        margin-bottom: 24px;
    }

    .footer .f-panel .col-signup {
        min-height: 190px;
        padding: 0 1% 0 1%;
        width: 23%;
    }

    .footer .f-panel .col-first {
        padding-left: 1%;
    }

    .mobileSearch {
        position: relative;
        display: none;
        padding-right: 15px;
        padding-left: 15px;
        width: 250px;
        float: right;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .mobileSearch input[type="text"] {
        ;
        width: 100% !important;
        height: 30px !important;
        line-height: 30px !important;
        box-sizing: border-box;
    }

    .mobileSearch input[type="submit"] {
        position: absolute !important;
        right: 14px !important;
        top: 0 !important;
    }

    .fullSearch {
        display: none;
    }

    .mobileSearchButton {
        background: url("/assets/img/icons/glass28x28.jpg") no-repeat center center #fff;
        cursor: pointer;
        border: 1px solid #d9d9d9;
        float: right;
        height: 28px;
        width: 28px;
        border-radius: 3px;
    }


    /* -------- CUSTOM STYLING FOR RESPONSIVE FIXES -------- */

    .header .fixer {
        width: 96%;
        padding-left: 0;
        margin-left: 2%;
        margin-right: 2%;
    }

    .header #nav {
        padding-left: 134px;
    }

    .header .top-tools {
        padding: 15px 0 0 40px;
    }

    .header .top-links ul {
        padding-right: 0;
        margin-right: -12px;
    }

    .fixer {
        clear: both;
        margin: 0;
        width: 96%;
        margin: 0 auto;
    }

    .main .fixer {
        clear: both;
        margin: 0;
        width: 96%;
        margin: 0 auto;
    }

    .footer .fixer {
        clear: both;
        margin: 0;
        width: 96%;
        margin: 0 auto;
    }

    .intro .intro-3boxes .box:first-child {
        padding-left: 0;
    }

    .intro .intro-3boxes .box:nth-child(3n + 4) {
        padding-right: 0;
    }

    .intro .intro-3boxes .box {
        float: left;
        margin: 0;
        padding: 20px 3% 15px 3%;
        width: 29.33333%;
    }

    .main .short-4boxes .widget-short-sidebar {
        margin: 0 0 10px 0;
        width: 49%;
        box-sizing: border-box;
    }

    .main .short-4boxes .widget-short-sidebar:nth-child(even) {
        margin-left: 2%;
    }

    .main .intro-2boxes .box-item {
        margin: 0 0 10px 0;
        width: 49%;
        box-sizing: border-box;
    }

    .main .intro-2boxes .box-item:nth-child(even) {
        margin-left: 2%;
    }

    /* responsive news and events blocks */



    /* FALLBACK FOR LOW IE VERSIONS WHERE NTH-CHILD DOES NOT WORK. REMINDER SET TO ADD IE CLASS HERE IF AVAILABLE */

    .main .short-4boxes .widget-short-sidebar.box-aqua, .main .short-4boxes .widget-short-sidebar.box-pink {
        margin-left: 2%;
    }

    .header .top-tools {
        width: 106px;
        float: right;
        padding-left: 0;
        padding-right: 0;
    }

    .header .top-tools > div {
        float: left;
        position: static;
        margin-left: 4px;
    }

    .main .col-rhs737.col-rhs737--popular {
        padding: 17px 19px 15px 19px;
        box-sizing: border-box;
    }
}

.main .nav-trigger {
    display: none;
}
/* news and events blocks*/

.news-section {
    width: 100%;
    float: left;
    margin-top: 16px;
}

.news-section h2 {
    padding-left: 0 !important;
}

.news-section .news-item {
    width: 32%;
    float: left;
    margin-left: 2%;
    position: relative;
    margin-bottom: 16px;
}

.news-section .news-item:first-child {
    margin-left: 0;
}

.news-section .news-item img {
    width: 100%;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    opacity: 0.6;
}

.news-section .news-item:hover img {
    width: 100%;
    opacity: 1;
}

.news-section .news-item h4 {
    position: absolute;
    bottom: 0;
    margin: 0;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(0,0,0,0.6);
    box-sizing: border-box;
}

.news-section2 {
    width: 100%;
    float: left;
    margin-top: 16px;
}

.news-section2 h2 {
    padding-left: 0 !important;
}

.news-section2 .news-item {
    width: 32%;
    float: left;
    margin-left: 2%;
    position: relative;
    margin-bottom: 16px;
}

.news-section2 .news-item:first-child {
    margin-left: 0;
}

.news-section2 .news-item img {
    width: 44%;
    float: left;
    margin-right: 3%;
}

.news-section2 .news-item h4 {
    width: 53%;
    float: left;
    color: #00599f;
    display: block;
    font-family: 'open_sansregular';
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

/* END */

@media screen and (max-width: 900px) {
    .news-section2 .news-item:first-child {
        margin-left: 1%;
    }

    .news-section2 .news-item {
        width: 48%;
        margin-left: 1%;
    }
}

@media screen and (max-width: 600px) {
    .news-section2 .news-item {
        margin-left: 0% !important;
    }

    .news-section2 .news-item {
        width: 100%;
    }
}

@media screen and (min-width: 660px) and (max-width: 775px) {
    #nav {
        border-right: 0;
        width: 60%;
    }
}

@media screen and (max-width: 775px) {
    .news-section .news-item {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .news-section .news-item:first-child {
        margin-left: 1%;
    }
}

@media screen and (min-width: 0px) and (max-width: 660px) {

    html {
        -webkit-text-size-adjust: none;
    }

    .holder {
        margin: 0;
        padding: 0;
        width: auto;
    }

    .fixer {
        clear: both;
        margin: 0;
        width: auto;
    }

    .header {
        background: #eeeeee url("/assets/img/bg-header-mobile.jpg") repeat-x 0 0;
        border-bottom: 1px solid #ffffff;
        clear: both;
        min-height: 64px;
        padding: 0;
        position: relative;
        width: auto;
    }

    .header .fixer {
        min-height: 64px;
        padding: 0;
        width: auto;
    }

    .header .logo {
        /* background: url("/assets/img/logo-mobile.jpg") no-repeat right center; */
        background: url("/assets/img/logo_th_gov_mobile.png") no-repeat right center;
        height: 39px;
        left: 18px;
        top: 16px;
        width: 58px;
        z-index: 9;
    }

    .header .top-links, .header #nav {
        display: none;
    }

    .header .top-tools {
        clear: both;
        display: block;
        overflow: hidden;
        padding: 0;
        width: auto;
    }

    .header .navi-link {
        display: block;
    }

    .header .navi-link-active {
        background: url("/assets/img/bg-navi1x37.jpg") repeat-x 0 0;
        clear: both;
        display: block;
        height: 37px;
        position: relative;
        right: 0 !important;
        top: auto;
        width: 100%;
        z-index: 999999;
    }

    .header .navi-link-active span {
        background: url("/assets/img/icons/cross9x10.png") no-repeat center center;
        display: block;
        height: 37px;
        width: 100%;
    }

    .header .navi {
        border-top: 1px solid #ffffff;
        clear: both;
        display: none;
        float: none;
        overflow: hidden;
        padding: 0;
        text-align: center;
        position: relative;
        width: auto;
        z-index: 99999;
    }

    .header .navi .list {
        background: #eeeeee;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

    .header .navi .list li {
        border-bottom: 1px solid #e5e5e5;
        clear: both;
        display: block;
        float: none;
        font-size: 14px !important;
        margin: 0;
        padding: 0;
        width: auto;
    }

    .header .navi .list a {
        background: #eeeeee;
        border: 0;
        color: #525252;
        display: block;
        font-family: 'open_sansregular';
        font-size: 14px !important;
        height: auto;
        line-height: 20px;
        min-height: 1px;
        overflow: hidden;
        padding: 11px 0;
        width: auto;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .header .navi .list .active {
        background: #258437;
        color: #ffffff;
        text-decoration: none;
    }

    .header .navi .list a:hover {
        background: #eaf6ec;
        color: #258437;
        text-decoration: none;
    }

    .header .hide-navi-tab {
        display: none !important;
    }

    .header .navi-active {
        display: block;
    }

    .header .navi .sys_simpleListMenu {
        border: 0;
        display: block;
        position: relative;
        top: auto;
        width: auto;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .header .search {
        clear: both;
        display: block;
        float: none;
        height: 40px;
        padding: 15px 95px 0 16px;
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        z-index: 10;
    }

    .header .search .fld-panel {
    }

    .header .search .fld-panel-active {
        clear: both;
        display: block;
        overflow: hidden;
    }

    .header .search .fld {
        background: #ffffff;
        border: 1px solid #d9d9d9;
        border-right: 0;
        height: 38px;
        line-height: 38px;
        padding: 0 0 0 14px;
        width: 75%;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        float: right;
    }

    .header .btn {
        background: url("/assets/img/icons/search38x38.png") no-repeat center center #fff;
        height: 40px;
        width: 38px;
        position: absolute;
        right: 15px;
        top: 64px;
    }

    .header .search .btn-active {
        background-color: #ffffff;
        border: 1px solid #d9d9d9;
        border-left: 0;
    }

    .header .search-unactive {
        display: none;
    }

    .intro {
        border: 0;
        margin: 0;
        padding-bottom: 0;
        -webkit-box-shadow: 0 0 0 0 #e9e9e9;
        box-shadow: 0 0 0 0 #e9e9e9;
    }

    .intro .intro-slider {
        border: 0;
        height: auto;
        padding: 15px;
        width: auto;
    }

    .intro #slider-wrapper {
        clear: both;
        display: block;
        height: auto !important;
        margin: 0 auto;
        overflow: hidden;
        position: relative !important;
    }

    .intro #slider-wrapper .caroufredsel_wrapper {
        bottom: auto !important;
        clear: both;
        display: block;
        left: auto !important;
        overflow: hidden;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        width: auto;
    }
    /*.intro #slider-wrapper .pic {height:200px;}*/
    .intro #slider-wrapper img {
        float: left;
        width: 100%;
    }
    /*.intro #carousel {min-height:200px !important;}*/
    .intro #carousel .slide {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .intro #carousel .content {
        bottom: 0;
        display: block;
        height: auto;
        left: 0;
        margin: 0;
        padding: 0;
        top: auto;
        width: 100%;
    }

    .intro #carousel p, .intro #carousel .link-more {
        display: none;
    }

    .intro #carousel h1 {
        margin-top: 0;
        font-size: 18px;
        line-height: 24px;
        padding: 10px 15px;
    }

    .intro #carousel h1 span {
        display: inline;
    }

    .intro #pager {
        display: none !important;
    }

    .intro .fixer {
        padding: 0 15px;
        width: auto;
    }

    .intro .intro-3boxes {
        clear: both;
        display: block;
        float: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: auto;
    }

    .intro .intro-3boxes .box {
        background: #ffffff;
        border: 1px solid #d9d9d9;
        clear: both;
        margin: 0 0 10px 0;
        display: block;
        float: none;
        overflow: hidden;
        padding: 17px 19px 15px 19px;
        position: relative;
        width: auto;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .intro .intro-3boxes .pic {
        display: none;
    }

    .intro .intro-3boxes .box h2 {
        padding-bottom: 10px;
    }

    .intro .intro-3boxes .list {
        border-top: 1px solid #e5e5e5;
        clear: both;
        display: block;
        margin: 0;
        overflow: hidden;
        padding: 0 0 13px 0;
        width: 100%;
    }

    .intro .intro-3boxes .list li {
        border-bottom: 1px solid #e5e5e5;
        clear: both;
        display: block;
        font-family: 'open_sanssemibold';
        font-size: 14px;
        line-height: 20px;
        list-style: none;
        padding: 9px 0 10px 0;
    }

    .intro .intro-3boxes .list a {
        color: #525252;
        display: block;
        font-family: 'open_sanssemibold';
        font-size: 14px;
        line-height: 20px;
    }

    .intro .intro-3boxes .list a:hover, .intro .intro-3boxes .list a.active {
        color: #258437;
        text-decoration: none;
    }

    .intro .intro-3boxes ul {
        border-top: 1px solid #e5e5e5;
        clear: both;
        display: block;
        margin: 0;
        overflow: hidden;
        padding: 0 0 13px 0;
        width: 100%;
    }

    .intro .intro-3boxes ul li {
        border-bottom: 1px solid #e5e5e5;
        clear: both;
        display: block;
        font-family: 'open_sanssemibold';
        font-size: 14px;
        line-height: 20px;
        list-style: none;
        padding: 9px 0 10px 0;
    }

    .intro .intro-3boxes ul a {
        color: #525252;
        display: block;
        font-family: 'open_sanssemibold';
        font-size: 14px;
        line-height: 20px;
    }

    .intro .intro-3boxes ul a:hover, .intro .intro-3boxes ul a.active {
        color: #258437;
        text-decoration: none;
    }

    .intro .intro-3boxes .sys_itemslist {
        border-top: 1px solid #e5e5e5;
        clear: both;
        display: block;
        margin: 0;
        overflow: hidden;
        padding: 0 0 13px 0;
        width: 100%;
    }

    .intro .intro-3boxes .sys_itemslist li {
        border-bottom: 1px solid #e5e5e5;
        clear: both;
        display: block;
        font-family: 'open_sanssemibold';
        font-size: 14px;
        line-height: 20px;
        list-style: none;
        padding: 9px 0 10px 0;
    }

    .intro .intro-3boxes .sys_itemslist a {
        color: #525252;
        display: block;
        font-family: 'open_sanssemibold';
        font-size: 14px;
        line-height: 20px;
    }

    .intro .intro-3boxes .sys_itemslist a:hover, .intro .intro-3boxes .sys_simpleListMenu a.active {
        color: #258437;
        text-decoration: none;
    }

    .intro .intro-3boxes .box-item-find {
        display: block;
    }

    .intro .intro-3boxes .box-item-find h2 {
        padding: 0 0 10px 0;
    }

    .intro .intro-3boxes .box-item-find p {
        padding: 10px 0;
    }

    .intro .intro-3boxes .box-item-find .fld {
        width: 90%;
    }


    .intro .short-4boxes {
        clear: both;
        display: block;
        float: none;
        margin: 0;
        overflow: hidden;
        width: auto;
    }

    .intro .short-4boxes .widget-short-sidebar {
        clear: both;
        display: block;
        float: none;
        margin: 0 0 10px 0;
        width: auto;
    }

    .intro .short-4boxes .widget-short-sidebar h3 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 5px;
    }

    .intro .short-4boxes .widget-short-sidebar h3 a:hover {
        text-decoration: none;
    }

    .intro .short-4boxes .panel-box {
        display: none;
        padding: 15px 0 0 0;
    }

    .intro .short-4boxes .box-orange h3 a {
        background: url("/assets/img/icons/plus-orange21x21.jpg") no-repeat right center;
        color: #f4921d;
    }

    .intro .short-4boxes .box-orange h3 .h-active {
        background: url("/assets/img/icons/minus-orange21x21.jpg") no-repeat right center;
    }

    .intro .short-4boxes .box-aqua h3 a {
        background: url("/assets/img/icons/plus-aqua21x21.jpg") no-repeat right center;
        color: #00a8b8;
    }

    .intro .short-4boxes .box-aqua h3 .h-active {
        background: url("/assets/img/icons/minus-aqua21x21.jpg") no-repeat right center;
    }

    .intro .short-4boxes .box-purple h3 a {
        background: url("/assets/img/icons/plus-purple21x21.jpg") no-repeat right center;
        color: #5c5cb8;
    }

    .intro .short-4boxes .box-purple h3 .h-active {
        background: url("/assets/img/icons/minus-purple21x21.jpg") no-repeat right center;
    }

    .intro .short-4boxes .box-pink h3 a {
        background: url("/assets/img/icons/plus-pink21x21.jpg") no-repeat right center;
        color: #b837ad;
    }

    .intro .short-4boxes .box-pink h3 .h-active {
        background: url("/assets/img/icons/minus-pink21x21.jpg") no-repeat right center;
    }


    .intro .short-4boxes .box-orange .link-more {
        background-color: #f58700;
    }

    .intro .short-4boxes .box-aqua .link-more {
        background-color: #00b2c2;
    }

    .intro .short-4boxes .box-purple .link-more {
        background-color: #5c5cb8;
    }

    .intro .short-4boxes .box-pink .link-more {
        background-color: #e515c3;
    }

    .intro .short-4boxes .box-orange .link-more:hover {
        background-color: #ff9b14;
        text-decoration: none;
    }

    .intro .short-4boxes .box-aqua .link-more:hover {
        background-color: #14c6d6;
        text-decoration: none;
    }

    .intro .short-4boxes .box-purple .link-more:hover {
        background-color: #7070cc;
        text-decoration: none;
    }

    .intro .short-4boxes .box-pink .link-more:hover {
        background-color: #f929d7;
        text-decoration: none;
    }

    .intro .short-4boxes .box-orange h3 a:hover {
        color: #ff9b14;
    }

    .intro .short-4boxes .box-aqua h3 a:hover {
        color: #14c6d6;
    }

    .intro .short-4boxes .box-purple h3 a:hover {
        color: #7070cc;
    }

    .intro .short-4boxes .box-pink h3 a:hover {
        color: #f929d7;
    }


    .main {
        padding: 20px 0;
    }

    .homepage .main {
        padding-top: 0;
    }

    .main .fixer {
        padding: 0 15px;
        width: auto;
    }

    .main .full-width-panel {
        margin: 0 0 10px 0;
        padding: 20px 14px;
    }

    .main .panel-cols {
        padding: 0 0 20px 0;
    }

    .main .col-lhs488, .main .col-rhs737 {
        clear: both;
        display: block;
        float: none;
        margin: 0;
        overflow: hidden;
        padding: 20px 14px;
        width: auto;
    }

    /*.main .breadcrumbs {padding: 0 0 10px ; text-align:center}
    .main .breadcrumbs a {background:url("/assets/img/arrow-down12x8.jpg") no-repeat bottom center; clear:both; display:block; float:none; padding: 16px 0;
    padding-top: 12px;}
    .main .breadcrumbs span{padding-top:6px;padding-left:0;float:left;width: 100%;}
    .main .breadcrumbs a:first-child {padding-top:0}*/

    .main .top-head {
        margin: 0;
        padding: 0 0 30px 0;
    }

    .main .top-head .icon {
        display: none;
    }

    .main .top-head h2 {
        font-size: 30px;
        line-height: 32px;
        padding: 0 0 15px 0;
    }

    .main .top-head .list {
        font-size: 24px;
        line-height: 34px;
        padding: 0 15px 0 0;
    }

    .main .top-head-mobile .icon {
        display: none;
    }
    /*.main .top-head-mobile .icon {display:block; left:0; top:0; width:40px} */
    .main .top-head-mobile .icon img {
        width: 100%;
    }

    .main .top-head-mobile h2 {
        padding: 5px 0 15px 57px;
    }

    .main .index-panel {
        padding: 30px 0 0 0;
    }

    .main .index-panel .box {
        clear: both;
        display: block;
        float: none;
        margin: 0;
        min-height: 1px;
        overflow: hidden;
        padding-bottom: 30px;
        width: auto;
    }

    .main .links-section {
        padding: 30px 0 0 50px;
    }

    .main .links-section .icon {
        top: 25px;
    }

    .main .search-a-z .panel {
        border-bottom: 0;
        padding: 20px 0 0 0;
    }

    .main .search-a-z .first-row {
        display: none;
    }

    .main .search-a-z .row li {
        clear: both;
        display: block;
        float: none;
        overflow: hidden;
        padding: 0;
        width: auto;
    }

    .main .search-a-z .row .col-b, .main .search-a-z .row .col-c {
        display: none;
    }

    .main .search-a-z h4 {
        display: none;
    }
/* james hurrell home page mobile changes */

/*    .main .short-4boxes {
        display: none;
    }
*/

.main .short-4boxes {
    width: 100%;
}

.main .short-4boxes .widget-short-sidebar {
    margin: 0 0 20px 10px;
    width: 84%;
}

/* end mobile changes */

    .main .intro-2boxes {
        clear: both;
        display: block;
        float: none;
        margin: 0;
        overflow: hidden;
        width: auto;
    }

    .main .intro-2boxes .box-item {
        clear: both;
        display: block;
        float: none;
        margin: 0 0 10px 0;
        min-height: 1px;
        overflow: hidden;
        padding: 20px 14px;
        width: auto;
    }

    .main .intro-2boxes .pic {
        display: none;
    }

    .main .intro-2boxes .link-more {
        margin: 0;
    }

    .main .intro-2boxes p {
        padding: 15px 0;
    }

    .main .intro-2boxes p a {
        border: 0;
    }

    .main .intro-2boxes h2 {
        border-bottom: 1px solid #e5e5e5;
        padding: 0 0 15px 0;
    }

    .main .intro-2boxes .box-item-find {
        display: none;
    }


    .footer {
        margin: 0;
    }

    .footer .fixer {
        padding: 0 15px;
        width: auto;
    }

    .footer .filter-a-z {
        background: none;
        border: 0;
        padding: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .footer .filter-a-z .filter-panel {
        display: none;
    }

    .footer .filter-a-z .link-more {
        background: #00599f url("/assets/img/arrow-white20x17.png") no-repeat right center;
        display: block;
    }

    .footer .rate {
        display: none;
    }

    .footer .rate .tweets {
        display: none;
    }

    .footer .rate .rating {
        display: block;
        float: none;
        margin: 0 auto;
        overflow: hidden;
        width: 189px;
    }

    .footer .rate .rating h6 {
        clear: both;
        display: block;
        float: none;
        padding: 0 0 0px 0;
        text-align: center;
    }

    .footer .rate .rating ul {
        clear: both;
        display: block;
        float: none;
        margin: 0 auto;
        overflow: hidden;
        width: 189px;
    }

    .footer .rate .rating li {
        padding: 0 10px;
    }

    .footer .panel {
        padding: 0;
    }

    .footer .clear {
        display: none;
    }

    .footer .f-panel {
        padding: 20px 0;
    }

    .footer .f-panel .panel-bottom {
        display: none;
    }

    .footer .f-panel .col {
        display: none;
    }

    .footer .f-panel .col-signup {
        clear: both;
        display: block;
        float: none;
        margin: 0;
        overflow: hidden;
        width: 100%;
        padding-left: 0; /*padding:45px 0 0 0;*/
    }

    .footer .f-panel .col-signup h5, .footer .f-panel .col-signup .signup {
        display: none;
    }

    .footer .f-panel .col-signup address {
        padding: 0; /*text-align:center*/
    }


    .footer .social { /*left:50%; margin-left:-60px; padding:0; position:absolute; top:0; width:100%*/
    }

    .footer .social li {
        padding: 0 5px;
    }

    .footer .social li:first-child {
        padding-left: 0;
    }

    .footer .f-copy {
        border: 0;
        padding: 0; /*text-align:center;*/
        width: 100%;
        -webkit-box-shadow: 0 0 0 0 #e9e9e9;
        box-shadow: 0 0 0 0 #e9e9e9;
    }

    .footer .f-copy ul {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    .footer .f-copy ul li {
        display: inline;
        float: none;
        padding: 0 8px 0 10px;
    }

    .footer .f-copy ul li:first-child {
        padding-left: 0;
    }

    .footer .short-4boxes {
        display: block;
    }

    .mobileSearch {
        display: none;
        padding-left: 15px;
        width: 100%;
        float: left;
        padding-right: 15px;
        box-sizing: border-box;
        margin-top: 16px;
        margin-bottom: 16px;
        position: relative;
    }

    .mobileSearch input[type="text"] {
        width: 100% !important;
        box-sizing: border-box;
        height: 38px !important;
        line-height: 38px !important;
    }

    .mobileSearch input[type="submit"] {
        position: absolute !important;
        right: 14px !important;
        top: 0 !important;
        height: 38px !important;
        width: 38px !important;
        background: url("/assets/img/icons/search38x38.png") no-repeat center center #fff !important;
    }

    .fullSearch {
        display: none;
    }

    .header .fld {
        background: #ffffff;
        border: 1px solid #d9d9d9;
        border-right: 0;
        height: 38px;
        line-height: 38px;
        padding: 0 0 0 14px;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        width: 90%;
        margin-bottom: 10px;
    }

    a.toggleSearch {
        background: url("/assets/img/icons/search38x38.png") no-repeat center center;
        border: 1px solid #eeeeee;
        float: right;
        height: 38px;
        position: absolute;
        right: 56px;
        top: 15px;
        width: 38px;
    }

    .mobi-btn-speaker .btn-speaker {
        display: block !important;
    }

    /* Off canvas styling */

    .main .col-lhs239 {
        position: absolute;
        left: -250px;
        -moz-transition: left 0.4s ease;
        -o-transition: left 0.4s ease;
        -webkit-transition: left 0.4s ease;
        transition: left 0.4s ease;
        box-sizing: border-box;
    }

    body.nav-open .col-lhs239 {
        left: 15px;
        width: 250px;
    }

    .main .nav-trigger {
        display: block;
        border-radius: 4px;
        float: left;
        border: 1px solid #258437;
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
        cursor: pointer;
    }

    .main .nav-trigger span.nav-txt {
        color: #258437;
        margin-left: 5px;
        margin-top: 1px;
        float: left;
    }

    .main .nav-trigger i {
        float: left;
    }

    .main .nav-trigger i:before {
        font-size: 20px;
        color: #258437;
    }

    .main .nav-trigger {
    }

    .tcon {
        float: left;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        cursor: pointer;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 20px;
        transition: 0.5s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 20px;
        background: transparent;
        outline: none;
    }

    .tcon-menu__lines {
        display: inline-block;
        height: 3px;
        width: 20px;
        border-radius: 2.85714px;
        transition: 0.5s;
        background: #258437;
        position: relative;
    }

    .tcon-menu__lines::before, .tcon-menu__lines::after {
        display: inline-block;
        height: 3px;
        width: 20px;
        border-radius: 2.85714px;
        transition: 0.5s;
        background: #258437;
        content: '';
        position: absolute;
        left: 0;
        -webkit-transform-origin: 2.85714px center;
        transform-origin: 2.85714px center;
        width: 100%;
    }

    .tcon-menu__lines::before {
        top: 6px;
    }

    .tcon-menu__lines::after {
        top: -6px;
    }

    .tcon-transform .tcon-menu__lines {
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8);
    }

    .tcon-visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 0;
        width: 20px;
    }

    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

    .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
        background: transparent;
    }


    body.nav-open .col-rhs737 {
        margin-left: 265px;
    }

    .col-rhs737 {
        -moz-transition: margin-left 0.4s ease;
        -o-transition: margin-left 0.4s ease;
        -webkit-transition: margin-left 0.4s ease;
        transition: margin-left 0.4s ease;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .mobileSearchButton {
        background: url("/assets/img/icons/glass28x28.jpg") no-repeat center center #fff;
        cursor: pointer;
        border: 1px solid #d9d9d9;
        float: right;
        height: 28px;
        width: 28px;
        border-radius: 3px;
    }
}

@media screen and (max-width: 410px) {
    .main .nav-trigger span.nav-txt {
        display: none;
    }

    body.nav-open .col-lhs239 {
        left: 15px;
        width: 200px;
    }

    body.nav-open .col-rhs737 {
        margin-left: 215px;
    }

    .intro #slider-wrapper {
        clear: both;
        display: block;
        height: auto !important;
        margin: 0 auto;
        overflow: hidden;
        position: relative !important;
    }

    .intro #slider-wrapper .caroufredsel_wrapper {
        bottom: auto !important;
        clear: both;
        display: block;
        left: auto !important;
        overflow: hidden;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        width: auto;
    }

    .intro #slider-wrapper .pic {
        height: 165px;
    }

    .intro #slider-wrapper img {
        height: 165px;
    }

    .intro #carousel {
        min-height: 165px !important;
    }

    .intro #carousel .slide {
        height: 165px;
    }
}

/* END */

/* ------- A-Z PAGE ------ */

.sys_atoz-control {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.sys_atoz-control ul {
    padding-left: 0 !important;
}

.sys_atoz-control ul li {
    margin: 0 !important;
    cursor: auto !important;
}

.sys_atoz-control ul li a {
    border-bottom: 0 !important;
    color: #00599f !important;
    background: transparent !important;
    padding: 0 !important;
    font-size: 15.4px;
}

.sys_atoz-control ul li span {
    padding: 0 !important;
}

.sys_theme-simple div.sys_atoz-control-currentletter {
    color: #00599f;
}

@media screen and (min-width: 0px) and (max-width: 660px) {
    .sys_atoz-control ul li a,
    .sys_atoz-control ul li span {
        margin-bottom: 6px;
        font-size: 1.5em;
    }   
}

#AZListing_List .sys_generic_list-description {
    margin-top: 24px;
}

/* CUSTOM RESPONSIVE STYLES */

@media screen and (min-width: 0px) and (max-width: 660px) {
    .header .navi-link {
        right: 46px;
    }

    .mobileSearchButton {
        background: url("/assets/img/icons/glass28x28.jpg") no-repeat center center #fff;
        cursor: pointer;
        border: 1px solid #d9d9d9;
        float: left;
        height: 28px;
        width: 28px;
        border-radius: 3px;
        margin-top: 20px;
        margin-right: 8px;
    }

    a.toggleSearch {
        right: 81px;
    }

    .snd-ctrl {
        float: right;
        position: absolute;
        top: 19px;
        right: 17px;
    }

    .col-rhs737 h1 {
        padding-right: 0 !important;
        margin-top: 46px !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    .ImmControlAlign_Left, .ImmControlAlign_Right {
        width: 100% !important;
        margin: 0;
        margin-bottom: 12px;
        height: auto !important;
    }

    .main .col-rhs737.col-rhs737--popular ul li {
        width: 100%;
    }

    .main .col-rhs737.col-rhs737--popular .link-more {
        float: none;
    }

    .news-section .news-item {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0;
    }
}

@media screen and (min-width: 985px) {
    .intro #slider-wrapper {
        clear: both;
        display: block;
        height: auto !important;
        margin: 0 auto;
        overflow: hidden;
        position: relative !important;
    }

    .intro #slider-wrapper .caroufredsel_wrapper {
        bottom: auto !important;
        clear: both;
        display: block;
        min-height: 375px !important;
        left: auto !important;
        overflow: hidden;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        width: auto;
    }

    .intro #slider-wrapper .pic {
        min-height: 375px !important;
    }

    .intro #slider-wrapper img {
        min-height: 375px !important;
    }

    .intro #carousel {
        min-height: 375px !important;
    }

    .intro #carousel .slide {
        height: 375px !important;
        width: auto !important;
    }
}

/* PRINT STYLES */
@media print {
    .header, .main .sidebar, .footer {
        display: none;
    }

    .holder, .main {
        padding: 0;
    }

    .main .col-rhs737, .main .full-width-panel {
        width: 100%;
        float: none;
        padding: 10px;
        border: none;
        margin: 0;
    }

    .main .index-panel .box {
        width: 93%;
        float: left;
        padding: 0 0 0 60px;
        min-height: 80px;
    }

    .col-lhs239, .addthis {
        display: none;
    }
}


/*Temp Simple Theme Styling*/
@media all and (max-width: 800px) {
    .sys_theme-simple .sys_schools-directory-control {
        width: 100% !important;
    }

    .sys_theme-simple .sys_schools-directory-search-control {
        width: 100% !important;
    }

    .sys_schools-directory-search-control .sys_search-row {
        width: 46% !important;
        float: left;
        clear: none !important;
    }

    .sys_schools-directory-control .sys_schools-directory-summary dd {
        margin-bottom: 8px !important;
    }

    .sys_schools-directory-search-control .sys_search-row.sys_button-row {
        width: 100% !important;
    }

    .sys_schools-directory-search-control .sys_search-row:nth-child(2n) {
        float: right;
    }
}

.sys_groupheader span {
    color: #258437!important;
    font-family: 'open_sansregular'!important;
    font-size: 24px!important;
    font-weight: bold!important;
    line-height: 30px!important;
    margin: 0!important;
    padding: 15px 0 10px 0!important;
    letter-spacing: -0.02em!important;
}

/*Generics List Control Styling*/
ol .sys_generic_list-summary {
	top: 0!important;
  	padding-left: 25px!important;
}

.sys_theme-simple.sys_schools-directory .sys_datarepeatercontrol .sys_subitem dl dt {
    width: 30% !important;
}

.sys_theme-simple.sys_schools-directory .sys_datarepeatercontrol .sys_subitem dl dd {
    width: 70% !important;
    float: left !important;
}

.sys_theme-simple .sys_schools-directory-control .sys_itemslist .sys_subitem .sys_subitem-summary {
    padding-left: 12px !important;
    padding-right: 12px !important;
}


.sys_record-details-control.sys_events-details dt {
    width: 100% !important;
}

.sys_record-details-control.sys_events-details dd {
    width: 100% !important;
}

.sys_record-details-control.sys_events-details dd a {
  /* hidden by James hurrell */  
  /*display: inline-block;*/
  	overflow: hidden;
    max-width: 100%;  
    word-break: break-word;
  	-ms-word-wrap: break-word;
}

dd.sys_events-description ul {
  float: none!important;
}

/* added by James Hurrell */
.sys_theme-simple .sys_record-control .sys_record-image-control-caption {
    width: 400px !important;
}

.sys_theme-simple .sys_datarepeatercontrol .sys_subitem dl dd {
    margin-bottom: 8px !important;
}

@media all and (max-width: 1000px) {
    .sys_theme-simple .sys_datarepeatercontrol .sys_subitem dl dt {
        width: 100% !important;
    }

    .sys_theme-simple .sys_datarepeatercontrol .sys_subitem dl dd {
        width: 100% !important;
        float: left !important;
    }

    .sys_theme-simple .sys_datarepeatercontrol .sys_subitem dl dd a {
        width: 100% !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        float: left;
    }

    .sys_schoolsdirectory-record dl dt {
        width: 100% !important;
    }

    .sys_schoolsdirectory-record dl dd {
        width: 100% !important;
        border-top: 0 !important;
        padding-top: 0 !important;
    }

    .sys_schoolsdirectory-record dl dd a {
        width: 100% !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        float: left;
    }
}

.sys_schools-directory-control .sys_schools-directory-summary {
    top: 0 !important;
}

.sys_theme-simple .sys_tabsfilter-control {
    height: auto !important;
    margin-bottom: 8px !important;
}

.sys_theme-simple .sys_tabsfilter-control ul {
   	padding-left: 0!important;
    padding-bottom: 0 !important;
}

.sys_theme-simple .sys_tabsfilter-control li {
    margin-bottom: 12px !important;
}

.sys_events-search-control .sys_keywords-row label {
    /* display: none !important; */
}

.sys_theme-simple .sys_itemslist div.sys_thumbnail {
    border: 0;
    background: transparent;
    float: right;
}

dd.sys_news-datepublished {
    display: block !important;
}

#Archive_Ticker_Container,
.sys_news-tools-control.sys_syndicationlinks-control {
    display: none !important;
}

.sys_theme-simple .sys_news-control.sys_standard-list {
    /* float: left; */
    margin: 0;
    padding: 0;
    /* width: 70%; */
    width: 100%;
}
@media all and (max-width: 985px) {
    .sys_theme-simple .sys_news-control.sys_standard-list {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

.sys_record-image-control img {
    box-shadow: 10px 10px 10px #ccc;
    margin: 1em 0;
}

.sys_theme-simple .sys_news-control .sys_subitem .sys_news-subheading, 
.sys_theme-simple .sys_itemslist .sys_subitem .sys_subitem-heading {
    margin: 6px 0 10px 12px !important;
}

.sys_theme-simple .sys_news-control .sys_subitem .sys_news-subheading a, 
.sys_theme-simple .sys_itemslist .sys_subitem .sys_subitem-heading a {
    top: 0 !important;
    color: #258437 !important;
    padding: 0;
    font-size: 110%;
    }

.sys_theme-simple .sys_news-control .sys_itemslist .sys_subitem .sys_news-summary,
.sys_theme-simple .sys_events-control .sys_itemslist .sys_subitem .sys_events-summary {
    top: -5px !important;
    padding: 0 12px 0 12px !important;
}
.sys_theme-simple .sys_news-control.sys_standard-list div.sys_thumbnail {
    margin: 1em;
}
.sys_theme-simple .sys_news-control.sys_standard-list div.sys_thumbnail img{
    width: 100%;
    box-shadow: 5px 10px 18px #888888;
}
.sys_theme-simple .sys_news-control.sys_standard-list .sys_news-subheading {
    /* width: 295px; */
    padding-left: 2% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: inline-block;
}
.sys_theme-simple .sys_news-control.sys_standard-list  .sys_news-summary {
    padding-left: 2% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
}
/* remove 'Date: ' */
sys_subitem-summary sys_news-summary dl dt.sys_news-datepublished {
    display: none;
}


/* Events Listing */

.sys_theme-simple .sys_datarepeatercontrol .sys_subitem dl dd.sys_events-category a {
    font-weight: bold;
}

.sys_theme-simple #Listing_List .sys_itemslist div.sys_thumbnail {
   display: none;
}

@media all and (min-width: 501px) {
    .sys_theme-simple #Listing_List .sys_itemslist div.sys_thumbnail {
        margin: 1em;
        display: inline-block
    }
    .sys_theme-simple #Listing_List .sys_itemslist .sys_subitem .sys_subitem-heading {
    display: inline-block;
    }
}

@media all and (max-width: 500px) {
    .sys_theme-simple .sys_news-control.sys_standard-list  .sys_news-subheading, .sys_theme-simple .sys_news-control.sys_standard-list  .sys_news-summary  {
        width: 100%;
    }
    .sys_theme-simple .sys_news-control.sys_standard-list div.sys_thumbnail {
        margin: 0 !important;
        width: 40%;
        margin-left: 2% !important;
    }
}

.sys_theme-simple .sys_datarepeatercontrol .sys_subitem {
    background-color: #fbfbfb;
}

.sys_theme-simple .sys_datarepeatercontrol .sys_subitem dl {
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
}

.sys_theme-simple.sys_events .sys_eventssearchcontrol {
    float: right;
    width: 27%;
    min-height: 1em;
}

.sys_theme-simple .sys_itemslist div.sys_icon {
    display: none !important;
}

.sys_basic-search-row label, .sys_search-row label, .sys_search-row-label {
    font-weight: normal !important;
}

@media (max-width: 800px) {
    .sys_theme-simple .sys_record-control .sys_record-image-control {
        padding: 0 !important;
        width: 100%;
    }

    .sys_theme-simple .sys_record-control .sys_record-image-control img {
        width: 100%;
    }
}

@media (max-width: 660px) {
    .sys_schools-directory-search-control .sys_search-row {
        width: 100% !important;
    }
}

/* GOOGLE SEARCH RESULTS AND SEARCH FIELD STYLING*/

.sys_search-query-control label {
    display: none;
}

.sys_search-query-control input[type="text"] {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-right: 0;
    float: left;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 0 14px;
    width: 114px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: rgb(85, 85, 85) !important;
}

.sys_search-query-control input:focus{
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

.sys_search-query-control input[type="submit"] {
    background: url("/assets/img/icons/glass28x28.jpg") no-repeat 0 0;
    border: 1px solid #d9d9d9;
    border-left: 0;
    float: left;
    font-size: 1px;
    height: 30px;
    line-height: 1px;
    overflow: hidden;
    position: relative;
    text-indent: -9999em;
    width: 28px;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    width: auto !important;
}

b {
    font-weight: bold;
}

.gsc-refinementHeader {
    padding: 2px 8px 0 0px !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding-top: 0 !important;
}

.gs-visibleUrl {
    color: #258437 !important;
}

.breadcrumbs div, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.breadcrumbs div > a:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumbs div > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.breadcrumbs div a + a, .breadcrumbs div a + .breadcrumbs div, .breadcrumbs div .breadcrumbs div + a, .breadcrumbs div .breadcrumbs div + .breadcrumbs div {
    margin-left: -1px;
}

.breadcrumbs div > *:nth-child(n+2) {
    display: none;
}

@media (max-width: 767px) {
    .breadcrumbs div > *:nth-last-child(-n+2) {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .breadcrumbs div > *:nth-last-child(-n+6) {
        display: block;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .breadcrumbs div > *:nth-last-child(-n+4) {
        display: block;
    }
}

.breadcrumbs div > a, .btn-group-vertical > a {
    position: relative;
    float: left;
    clear: none !important;
}

.breadcrumbs a, .breadcrumbs span {
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 660px) {
    .main .breadcrumbs {
        clear: both;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        padding: 30px 0 20px 0;
        width: 100%;
    }
}

.breadcrumbs span {
    color: #258437;
    padding-left: 13px;
    float: left;
}

@media (max-width: 1000px) {
    .breadcrumbs span {
        float: none;
    }

    .breadcrumbs a, .breadcrumbs span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }
}

@media (max-width: 560px) {
    .breadcrumbs span {
        float: none;
    }

    .breadcrumbs a, .breadcrumbs span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 80px;
        display: inline-block;
    }

    .sys_flickrpager .sys_paginginfo {
        width: 100% !important;
        text-align: center;
    }

    .sys_flickrpager .sys_navigation {
        width: 100% !important;
        text-align: center;
        margin-top: 12px !important;
        display: inline-block;
    }
}

/*User Classes*/
.usr_bigButton {
    background: #258437 url(/assets/img/arrow-white20x17.png) no-repeat right;
    clear: both;
    color: #ffffff !important;
    overflow: hidden;
    padding: 10px 25px 10px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 15px;
    display: block;
    float: left;
    font-weight: bold;
    border: 1px solid;
    transition: 0.7s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.usr_bigButton:hover {
    background: #eaf6ec !important;
    color: #258437 !important;
    border: 1px solid !important;
    transition: 0.7s;
    box-shadow: none;
}

.main p a.usr_link-more, .usr_link-more, .link-more, .main .btn, .intro .btn {
    background: #00599f url("/assets/img/arrow-white20x17.png") no-repeat right 6px;
    text-decoration: none !important;
    clear: both;
    color: #ffffff;
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 12px;
    height: 30px;
    line-height: 29px;
    overflow: hidden;
    padding: 0 0 0 12px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.main p a.usr_link-more:hover, 
.usr_link-more:hover, 
.link-more:hover, 
.main .btn:hover, 
.intro .btn:hover {

    background: #147fcb url("/assets/img/arrow-white20x17.png") no-repeat right 6px;
}

.main p a.usr_link-more {
    float: left;
    padding-right: 26px;
    margin-right: 6px;
    color: #fff;
}


/*User Classes*/
.usr_bigButton {
    background: #258437 url(/assets/img/arrow-white20x17.png) no-repeat right;
    clear: both;
    color: #ffffff !important;
    overflow: hidden;
    padding: 10px 25px 10px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 15px;
    display: block;
    float: left;
    font-weight: bold;
    border: 1px solid;
    transition: 0.7s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.usr_bigButton:hover {
    background: #eaf6ec !important;
    color: #258437 !important;
    border: 1px solid !important;
    transition: 0.7s;
    box-shadow: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.hideVeolia {
		display: none;
	}
}
.hideformbtn {
		display: none;
	}

/* BrowseAloud Button AL 101219 */
/* Updated 190520 */

@media (max-width: 660px) {
    #__ba_launchpad button#browsealoud-button--launchpad {
        position: absolute;
        top: 20px;
        left: 85px;
    }
}

#__ba_launchpad {
    text-align: right;
}

/* #__ba_launchpad button.browsealoud-button {
    height: 30px!important;
    width: 30px !important;
    min-width: auto !important;
    padding: 0 !important;
    line-height: 1 !important;
} */

#__ba_launchpad button#browsealoud-button--launchpad {
    height: 30px!important;
    width: 30px !important;
    min-width: auto !important;
    padding: 0 !important;
    line-height: 1 !important;
}
#__ba_launchpad button.pillButton:hover {
    background-color: #f58700;
}

#__ba_launchpad button#browsealoud-button--launchpad span.outerSpan {
    width: 30px;
    height: 30px;
    min-width: 30px;
}

/* #__ba_launchpad .browsealoud-button--launchpad-icon-left {
    margin: 0 !important;
} */

#__ba_launchpad #browsealoud-button--launchpad span.outerSpan .launchIconLeft {
    margin: 0 !important;
    top: 7px;
    left: -1px;
    background-size: 20px 20px;
    
}
/* #__ba_launchpad .browsealoud-button--launchpad-icon-text {
    display: none !important;
} */
#__ba_launchpad #browsealoud-button--launchpad span.outerSpan .launchTextSpan {
    display: none !important;
}
/* #__ba_launchpad  .browsealoud-button--launchpad-icon-right {
    display: none !important;
} */
#__ba_launchpad  #browsealoud-button--launchpad span.outerSpan .launchIconRight {
    display: none !important;
}

/* browsealoud targets IE11 with this hack and subs the SVG with a png, but with a local path :/ 
*/

/* @media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){
  #__ba_launchpad .browsealoud-button--launchpad-icon-left {
    /* background-image: url(../images/launchpads/left-icon.png)!important */
    /* top: 1px !important;
    background-image: url('/assets/img/ba_speaker.png') !important;
    }
} */

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){
#__ba_launchpad #browsealoud-button--launchpad .launchIconLeft {
    /* background-image: url(../images/launchpads/left-icon.png)!important */
    top: 1px !important;
    background-image: url('/assets/img/ba_speaker.png') !important;
    }
}

/*  Makes tables scrollable alongside 
    $( "article#content table" ).wrap( "<div class="table-scroll"></div>" );
*/

.table-scroll {
    overflow-x: auto;
}

article#content table {
    min-width: 100%;
}
article#content table td {
    /* word-break: break-word; */
}

ul.sportsSidebarNav {

}
ul.sportsSidebarNav li.sportsDirectoryHome {
    border-top: none;
}

ul.sportsSidebarNav li.sportsDirectoryHome a {
    font-size: 20px;
    color: #258437;
    font-weight: bold;
}

/* Sports Club Directory */

.sports-club-directory {
    padding-top: 2em;
}

.sports-club-directory >div {
    margin-bottom: 2em;
}
.sports-club-directory p,
.sports-club-directory ul li,
.sports-club-directory ul li a
 {
    font-size: 18px;
    font-size: 18px;
    line-height: 1.6
}

.sports-club-directory .primarySport p {
    font-size: 24px;
    line-height: 1.6

}

div.sportsClubDescription {
    border: 1px solid #d9d9d9;;
    padding: 19px;
    border-radius: 5px;
}


/* Listing */

#content .sports-club-directory-listing ul.pagination {
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex: 0 1 auto;
}

#content .sports-club-directory-listing ul.pagination li {
    list-style: none;
    display: flex;
}

#content .sports-club-directory-listing ul.pagination li.selected{

}

#content .sports-club-directory-listing ul.pagination li a{
    transition: all .3s;
    font-size: 1.2em;
    line-height: 1.4;
    font-weight: bold;
    text-decoration: none;
    color: #258437;
    background-color: #fff;
    border: 2px solid #fbfbfb;
    display: flex;
    padding: 10px 15px;
    border-bottom: none;
}

#content .sports-club-directory-listing ul.pagination li.selected a{
    background-color: #258437;
    border: 2px solid #258437;
    color: #fff;
}

#content .sports-club-directory-listing ul.pagination li a:hover{
    border: 2px solid #258437;
}

#content sports-club-directory-listing ul.pagination li.selected a:hover{
        background-color: darken(#258437, 10%);
}

.esri-attribution, .esri-attribution__sources[role="button"] {
    background-color: #fff !important;
}

/* Pagination small */
.sys_theme-simple .sys_flickrpager .sys_navigation .sys_disabled {
    color: #525252;
}
.sys_theme-simple .sys_flickrpager .sys_navigation .sys_ellipsis {
    cursor: default;
    color: #525252;
}


/* A to Z  */

.sys_theme-simple .sys_atoz-control ul li.sys_noresults span {
    color: #525252;
}

/* End A to Z */

/* FAQs */

.sys_theme-simple .sys_faqs-control .sys_subitem {
    border-bottom: none;
}

.sys_theme-simple .sys_faqs-control .sys_subitem .sys_subitem-summary {
    padding-top: 5px;
    padding-left: 40px;
    background-color: #fff;
}
/* end FAQs */


/* System colour overrides for accessibility */ 

.sys_theme-simple .sys_itemslist .sys_subitem .sys_subitem-heading,
.sys_theme-simple .sys_datarepeatercontrol .sys_subitem {
    background-color: #fbfbfb;
}

/* Coronavirus Data*/

#coronavirusWrapper {
    clear: both;
    margin: 0 0 50px;
}
#coronavirusWrapper #C19CasesDaily,
#coronavirusWrapper #C19CumCasesLatest {
    color: #00599f;
}

#coronavirusWrapper #C19CasesDaily,
#coronavirusWrapper #C19CasesDailyDate,
#coronavirusWrapper #C19CumCasesLatest {
    font-weight: bold;
}

#coronavirusWrapper #coronavirusCasesChart {
    clear: both;
    margin: 0 0 50px;
}

/* End Coronavirus Data*/
