﻿@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
/* ==============================
COLOURS FOR REFERENCE ONLY 
variables not supported by IE 
============================== */
:root {
    --thgov-green: #258437;
    --thgov-green-darken: #217631;
    --thgov-blue: #00599f;
    --thgov-blue-darken: #00477f;
    --thgov-cyan: #00b2c2;
    --thgov-lit-blue: #9ecaed;
    --thgov-indigo: #5c5cb8;
    --thgov-violet: #e515c3;
    --thgov-orange: #f58700;
    --highlight-yellow: #ffffaa;
    --lt-grey: #fbfbfb;
    --border-grey: #d9d9d9;
    --dk-grey: #525252;
}
/* 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-display: swap;
}
@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-display: swap;
}
@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;
    font-display: swap;
}
/* end FONTS */
.bigRed {
    color: #00599f;
    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;
    line-height: 1.5;
}
p {
    line-height: 1.5;
}
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
.fixer {
    display: block;
    position: relative;
}
body {
    background-color: #fbfbfb;
    color: #525252;
    /* font-size: 0.875rem; */
    font-size: 0.875rem;
    font-family: "open_sansregular", arial;
    line-height: 1.5;
}
/* 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-weight: bold;
    outline: 0;
    text-decoration: underline;
    word-break: break-word;
}
a:hover {
    text-decoration: underline;
    background-color: #ffffaa;
}
#content a {
    text-decoration: underline;
}
#content a img {
    border: 1px solid transparent;
}
#content a:focus img {
    border: 1px solid #217631;
}
/* paragraphs
-----------------------------------------------*/
p,
address {
    display: block;
    font-style: normal;
}
/* general
-----------------------------------------------*/

.img-responsive {
    max-width: 100%;
    width: auto;
    height: auto;
}

.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;
}

hr {
    margin-bottom: 30px;
}

/* sub numbering for nested ordered lists
-----------------------------------------------*/
ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}
ol ol li:first-of-type {
    padding-top: 0.6em;
}

li ol > li {
    margin: 0;
}

li ol > li:before {
    content: counters(item, ".") " ";
    padding-top: 0.6em;
}
/* 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;
}

@media screen and (min-width: 661px) {
    .header {
        position: relative;
    }
}

/* Skip to main content link */

.header .skip-link {
    background-color: #525252;
    color: #fff;
    font-weight: 700;
    left: 50%;
    padding: 6px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    border-radius: 0 0 5px 5px;
}

.header .skip-link:focus {
    transform: translateY(0%);
    background-color: #ffffaa;
    color: #000;
}

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

.header .logo-wrapper {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -2px;
    width: 134px;
    z-index: 9999;
}
.header .logo-wrapper a {
    border: none;
    padding: 0;
    margin: 0;
}
.header .logo-wrapper a.logo:hover {
    background: none;
}
.header .logo-wrapper a img {
    max-width: 100%;
    height: auto;
}

/* .header .logo {
background: #fff url("/assets/img/logo_th_gov.png") no-repeat 0 0;
display: block;
height: 94px;
font-size: 1px;
left: 0;
line-height: 1.5;
margin: 0;
position: absolute;
text-indent: -9999em;
top: 3px;
width: 134px;
z-index: 9999;
} */
.header .top-links {
    background-color: #258437;
    clear: both;
    display: block;
    min-height: 23px;
    padding: 15px 0 0 0;
    width: 100%;
}
.header .top-links ul {
    float: right;
    margin: -6px 0 0 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: 0.875rem;
    line-height: 1.5;
    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: 0.875rem;
}
.header .top-links a:hover,
.header .top-links a:focus {
    color: #000;
}
.header .top-panel {
    background-color: #fff;
    display: block;
    width: 100%;
}

.header .hide-navi-tab:focus {
    background-color: #ffffaa;
}
.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: 0.875rem;
    height: 28px;
    line-height: 1.5;
    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;
    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;
    margin: 0;
    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: 0.875rem;
    height: 28px;
    padding: 4px 0 0 10px;
    position: relative;
    width: 145px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.header .navi .tab:focus {
    background-color: #ffffaa;
}

.header .navi .list:hover .sys_simpleListMenu,
.header .navi .list:focus-within .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 #525252;
}
.header .navi .sys_simpleListMenu li {
    border-top: 1px solid #d9d9d9;
    clear: both;
    display: block;
    float: none;
    list-style: none;
    padding: 0;
    width: auto;
}
.header .navi .sys_simpleListMenu a {
    color: #525252;
    display: block;
    font-family: "open_sansregular";
    font-size: 0.875rem;
    line-height: 1.5;
    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;
    margin: 0;
    position: absolute;
    right: 250px;
    text-indent: -9999em;
    top: 15px;
    width: 35px;
    z-index: 9999;
}
#nav {
    border-right: 1px solid #d9d9d9;
    clear: both;
    float: left;
    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: 0.875rem;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    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: 0.875rem;
    height: 25px;
    line-height: 1.5;
    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: #00b2c2; */
    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: #00477f;
    text-decoration: none;
}
#nav .menu .tab1 a:focus,
#nav .menu .tab2 a:focus,
#nav .menu .tab3 a:focus,
#nav .menu .tab4 a:focus,
#nav .menu .tab5 a:focus {
    background-color: #ffffaa;
}
.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;
    margin: 0;
    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;
    /* background-color: #ffffaa !important; */
    color: #000;
}
.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;
  padding: 0;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 0 7px 0 #d9d9d9;
  box-shadow: 0 0 7px 0 #d9d9d9;

} */
.intro .intro-slider {
    border-bottom: 1px solid #ffffff;
    clear: both;
    display: block;
    padding: 0;
    width: 100%;
}
.intro .intro-3boxes {
    /* clear: both;
  display: block;
  padding: 0;
  width: 100%; */
    display: flex;
    margin: 0 0 30px 0;
    gap: 10px;
}
.intro .intro-3boxes .box {
    /* background: url("/assets/img/sep2x1.jpg") repeat-y right 0;
  float: left;
  margin: 0;
  padding: 20px 30px 20px 20px;
  position: relative;
  width: 195px; */
    display: flex;
    /* flex: 1 1 25%; */
    flex: 0 1 auto;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.intro .intro-3boxes .box .panel-box-inner {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.intro .intro-3boxes h2 {
    color: #258437;
    font-family: "open_sanssemibold";
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 5px 0;
}
.intro .intro-3boxes .box p {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0 0 15px 0;
}
/* .intro .intro-3boxes .box .link-more {
  background-color: #00599f;
}
.intro .intro-3boxes .box .link-more:hover {
  background-color: #00477f;
  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;
    padding: 0 0 15px 0;
    width: 100%;
}
.intro .intro-3boxes .list li {
    clear: both;
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    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;
    padding: 0 0 15px 0;
    width: 100%;
}
.intro .intro-3boxes ul li {
    clear: both;
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    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;
    padding: 0 0 15px 0;
    width: 100%;
}
.intro .intro-3boxes .sys_itemslist li {
    clear: both;
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    list-style: none;
    padding: 0;
}
.intro .intro-3boxes .sys_itemslist a {
    color: #00599f;
    display: block;
}
.intro .intro-3boxes .pic {
    display: block;
    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;
    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 #d9d9d9;
    padding: 0 0 15px 0;
}
.intro .box-item-find p {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 15px 0;
}
.intro .box-item-find .btn {
    background-color: #00599f;
    margin-top: 10px;
}
.intro .box-item-find .find {
    clear: both;
    display: block;
    padding: 0;
    width: 100%;
}
.intro .box-item-find .find .fld {
    border: 1px solid #dbdbdb;
    color: #d9d9d9;
    display: block;
    font-family: "open_sansregular";
    font-size: 0.875rem;
    height: 30px;
    line-height: 1.5;
    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;
}
#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;
    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;
    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%;
    padding: 0 35px 0 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
    z-index: 999;
}
#carousel h1 {
    margin-top: 45px;
    color: #ffffff;
    font-family: "open_sansregular";
    font-size: 46px;
    line-height: 1.5;
    padding: 0;
}
#carousel h1 span {
    color: #00599f;
    display: block;
}
#carousel p {
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 5px;
}
#carousel .link-more {
    background-color: #00599f;
    bottom: 20px;
    right: 20px;
    /* padding: 13px 30px 0 12px; */
    position: absolute;
    font-family: "open_sansbold";
    text-transform: uppercase;
}
#carousel .link-more:hover {
    background-color: #00477f;
    text-decoration: none;
}
#carousel .link-more:focus {
    background-color: #ffffaa;
    color: black;
}
#pager {
    display: block;
    left: 50%;
    margin-left: 88px;
    padding: 30px 0 0 30px;
    position: absolute;
    top: 0;
    width: 375px;
    z-index: 9999;
}
#pager a {
    background: #fff;
    color: #525252;
    float: left;
    /* font-size: 1px; */
    height: 12px;
    margin: 0 4px 0 0;
    text-indent: -9999em;
    width: 12px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
#pager a:hover,
#pager .selected {
    background: #00599f;
    color: #fff;
}
.intro .widget-short-sidebar {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    clear: both;
    margin: 0 0 10px 0;
    display: block;
    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";
}
.intro .widget-short-sidebar ul {
    border-top: 1px solid #d9d9d9;
    clear: both;
    display: block;
    margin: 0;
    padding: 0 0 13px 0;
    width: 100%;
}
.intro .widget-short-sidebar ul li {
    border-bottom: 1px solid #d9d9d9;
    clear: both;
    display: block;
    font-family: "open_sanssemibold";
    font-size: 0.875rem;
    line-height: 1.5;
    list-style: none;
    padding: 9px 0 10px 0;
}
.intro .widget-short-sidebar ul a {
    color: #525252;
    display: block;
    font-family: "open_sanssemibold";
    font-size: 0.875rem;
    line-height: 1.5;
}
.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;
    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: #00b2c2;
}
.intro .short-4boxes .box-aqua h3 a {
    color: #00b2c2;
}
.intro .short-4boxes .box-aqua .list a:hover {
    color: #00b2c2;
}
.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;
    padding: 25px 0 230px 0;
    width: 100%;
}
img.temp {
    float: left;
    width: 100%;
}
.main .panel-cols {
    clear: both;
    display: block;
    padding: 0 0 30px 0;
    width: 100%;
}
.main .full-width-panel {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    clear: both;
    display: block;
    margin: 0;
    padding: 20px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.main .col-lhs239 {
    float: left;
    padding: 0;
    position: relative;
    width: 239px;
}
.main .col-lhs488 {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    float: left;
    margin: 0 0 0 10px;
    padding: 19px;
    position: relative;
    width: 448px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.main .col-rhs239 {
    float: right;
    padding: 0;
    position: relative;
    width: 239px;
}
.main .col-rhs737 {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    float: right;
    padding: 19px;
    position: relative;
    width: 697px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.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;
}
.main h1 {
    color: #258437;
    font-family: "open_sanssemibold";
    font-size: 36px;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 15px 0;
    letter-spacing: -0.02em;
}
.main h2 {
    color: #258437;
    font-family: "open_sansregular";
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    padding: 15px 0 10px 0;
    letter-spacing: -0.02em;
}
.main h3 {
    color: #525252;
    font-family: "open_sansregular";
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0;
    padding: 15px 0 10px 0;
    letter-spacing: -0.02em;
}
.main p {
    color: #525252;
    font-family: "open_sansregular";
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 10px 0;
}
.main .intro-txt {
    border-bottom: 1px solid #d9d9d9;
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
}
p.sys_record-image-control-caption {
    font-weight: bold;
    font-size: 0.75rem;
}
.sys_cms-form-confirmation-content p {
    background: #fbfbfb !important;
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !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: #fbfbfb;
    color: #258437;
    font-weight: bold;
    border-color: #258437 !important;
    transition: 0.5s;
}
input#LogonControl_SubmitButton:hover,
input#LogonControl_PasswordChangeControl_SubmitButton:hover {
    background: #258437;
    color: #fbfbfb;
    border-color: #fbfbfb !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: 0.875rem;
    line-height: 1.5;
}
#content img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.landingContentWrapper img {
    max-width: 100%;
    height: auto;
}

.main address {
    color: #525252;
    font-family: "open_sansregular";
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0 0 10px 0;
}
.main .sidebar {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    clear: both;
    display: block;
    margin: 0 0 10px 0;
    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: 1.5rem;
    line-height: 1.5;
    padding: 0 0 20px 0;
    letter-spacing: -0.02em;
}
.main .sidebar .list {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.main .sidebar .list li {
    border-top: 1px solid #d9d9d9;
    clear: both;
    display: block;
    font-family: "open_sanssemibold";
    font-size: 0.875rem;
    line-height: 1.5;
    list-style: none;
    padding: 9px 0 10px 0;
}
.main .sidebar a {
    color: #525252;
    display: block;
    font-family: "open_sanssemibold";
    font-size: 0.875rem;
    line-height: 1.5;
}
.main .sidebar a:hover,
.main .sidebar .active {
    color: #258437;
    text-decoration: none;
}

/* BREADCRUMBS */

.main .breadcrumbs {
    clear: both;
    display: block;
    padding: 0 0 20px 0;
    width: 100%;
}
.main .breadcrumbs ul {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.main .breadcrumbs a {
    background: url("/assets/img/breadcrumb-divider.png") no-repeat right 5px;
    color: #00599f;
    float: left;
    font-size: 0.875rem;
    line-height: 1.5;
    list-style: none;
    padding: 0 19px 0 15px;
}

.main .breadcrumbs a:focus {
    background-color: #ffffaa;
}

.main .breadcrumbs a:first-child {
    padding-left: 0;
}
.main .breadcrumbs span {
    font-size: 0.875rem;
    color: #258437;
    padding-left: 13px;
    font-weight: bold;
}

.breadcrumbs div,
.btn-group-vertical {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 auto;
    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;
}
@media (max-width: 660px) {
    .main .breadcrumbs {
        clear: both;
        display: block;
        white-space: nowrap;
        padding: 30px 0 20px 0;
        width: 100%;
    }
}
.breadcrumbs span {
    color: #258437;
    padding-left: 13px;
    float: left;
}

@media (max-width: 560px) {
    .breadcrumbs span {
        float: none;
    }
    .breadcrumbs a,
    .breadcrumbs span {
        white-space: nowrap;
        text-overflow: ellipsis;
        /* max-width: 80px; */
        display: inline-block;
    }
}

@media (max-width: 1000px) {
    .breadcrumbs span {
        float: none;
    }
    .breadcrumbs a,
    .breadcrumbs span {
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 200px;
        overflow: hidden;
    }
}

.message-box {
    background: #fff;
    border: 1px solid #9ecaed;
    clear: both;
    display: block;
    margin: 0 auto 20px;
    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.5;
    font-weight: normal;
    padding: 0;
    display: block;
    clear: both;
    letter-spacing: -0.02em;
}
.message-box p {
    color: #525252;
    font-family: "open_sansregular";
    font-size: 1.125rem;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 0;
    letter-spacing: -0.05em;
}
.message-box__link {
    padding: 5px 0 0 0;
}
.message-box ul {
    padding: 1rem;
    margin: 0 1rem;
}
.message-box ul li {
    font-size: 1.125rem;
}
.widget-contact {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    clear: both;
    display: block;
    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: 1.25rem;
    line-height: 1.5;
    font-family: "open_sanssemibold";
    /* padding: 0 0 20px 45px; */
    padding: 0 0 20px 0;
    /* 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%;
}
.show-on-mobile {
    display: none;
}
.show-on-desktop {
    display: block;
}
/* veolia widget styling */
input.search-field {
    border: 1px solid #d9d9d9;
    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 #d9d9d9;
    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;
    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";
}
.main .widget-short-sidebar ul {
    border-top: 1px solid #d9d9d9;
    clear: both;
    display: block;
    margin: 0;
    padding: 0 0 13px 0;
    width: 100%;
}
.main .widget-short-sidebar ul li {
    border-bottom: 1px solid #d9d9d9;
    clear: both;
    display: block;
    font-family: "open_sanssemibold";
    font-size: 0.875rem;
    line-height: 1.5;
    list-style: none;
    padding: 9px 0 10px 0;
}
.main .widget-short-sidebar ul a {
    color: #525252;
    display: block;
    font-family: "open_sanssemibold";
    font-size: 0.875rem;
    line-height: 1.5;
}
.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: #00477f;
    text-decoration: none;
}
.main .widget-short-sidebar .link-more:focus {
    background-color: #ffffaa;
    color: #525252;
}
.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;
    padding: 0;
    width: 100%;
}

.main .short-4boxes {
    /* float: left; */
    /* margin: 0 0 0 -10px; */
    /* width: 995px; */
    padding: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main .short-4boxes .widget-short-sidebar {
    /* clear: none; */
    /* float: left; */
    /* margin: 0 0 0 10px; */
    /* width: 198px; */
    /* min-height: 273px; */
    margin: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

@media screen and (min-width: 661px) {
    .main .short-4boxes {
        flex-direction: row;
    }

    .main .short-4boxes .widget-short-sidebar {
        flex: 0 1 100%;
    }
}

/* @media screen and (min-width: 986px) {
  .main .short-4boxes .widget-short-sidebar {
      width: 25%;
  }
} */

.main .short-4boxes .widget-short-sidebar .panel-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main .short-4boxes .panel-box .link-more {
    margin-top: auto;
}

.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: 1.25rem;
    line-height: 1.5;
    /* padding: 0 0 20px 35px; */
    padding: 0 0 20px 0;
    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;
  padding: 0;
  width: 995px; */
    display: flex;
    gap: 10px;
    flex: 1 0 auto;
}
.main .intro-2boxes .box-item {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    /* float: left; */
    margin: 0 0 30px 0;
    /* min-height: 200px; */
    /* padding: 20px 265px 0 19px; */
    padding: 20px 265px 20px 20px;
    position: relative;
    /* width: 200px; */
    display: flex;
    /* flex: 0 1 auto; */
    flex-direction: column;
    gap: 15px;
    height: 100%;
}
.main .intro-2boxes .pic {
    display: block;
    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: 1.5rem;
    line-height: 1.5;
    padding: 0;
}
.main .intro-2boxes p {
    font-size: 0.875rem;
    line-height: 1.5;
    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: #00477f;
  text-decoration: none;
} */
.main .box-item .find {
    clear: both;
    display: block;
    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: 0.875rem;
    height: 30px;
    line-height: 1.5;
    padding: 0 10px;
    position: relative;
    width: 178px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.main .top-head {
    clear: both;
    display: flex;
    margin: 0;
    padding: 10px 0 35px;
}
/*.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: 1.125rem;
    line-height: 1.5;
    padding: 8px 0 0 0;
}
.main .top-head .icon {
    display: flex;
    margin-right: 15px;
}
.main .top-head .landingContentWrapper {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}
/* .main .top-head img {
  float: left;
} */
.main .top-head .list {
    clear: both;
    display: block;
    margin: 0;
    padding: 3px 0 0 0;
    width: 100%;
}
.main .top-head .list li {
    float: left;
    font-family: "open_sanssemibold";
    font-size: 1.5rem;
    line-height: 1.5;
    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;
    padding: 0;
    width: 100%;
}
.main .search-a-z .panel {
    border-top: 1px solid #d9d9d9;
    clear: both;
    display: block;
    padding: 30px 0 25px 0;
    width: 100%;
}
.main .search-a-z h3 {
    color: #258437;
    font-family: "open_sansregular";
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0 0 20px 0;
}
.main .search-a-z h4 {
    border-top: 1px solid #d9d9d9;
    color: #258437;
    font-family: "open_sansregular";
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 20px 0 10px 0;
}
.main .search-a-z .row {
    clear: both;
    display: block;
    padding: 0 0 12px 0;
    width: 100%;
}
.main .search-a-z .row li {
    color: #525252;
    float: left;
    font-family: "open_sanssemibold";
    font-size: 0.875rem;
    line-height: 1.5;
    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 #d9d9d9;
    display: flex;
    padding: 35px 0;
    width: 100%;
    flex-wrap: wrap;
}
.main .index-panel .box {
    padding: 0 20px 0;
    width: 272px;
    margin-bottom: 20px;
    display: flex;
}
.main .index-panel .box .sectionWrapper {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}
.main .index-panel .box .sectionWrapper h2 {
    color: #00599f;
    display: block;
    font-family: "open_sansregular";
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: normal;
    padding: 0 0 5px 0;
}
.main .index-panel .box .sectionWrapper h3 a {
    font-family: "open_sansregular";
}
.main .index-panel .box .sectionWrapper p {
    font-family: "open_sanssemibold";
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0;
}
.main .index-panel .box .icon {
    display: flex;
    margin: 10px 15px 0 0;
}

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

.main .links-section {
    border-top: 1px solid #d9d9d9;
    display: flex;
    padding: 35px 0;
    width: 100%;
    flex-wrap: nowrap;
}
/* .main .links-section::after {
  display: block;
  content: "";
  clear: both;
} */
.main .links-section h3 {
    color: #258437;
    display: block;
    font-family: "open_sansregular";
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: normal;
    padding: 0 0 15px 15px;
}
.main .links-section .icon {
    display: flex;
    margin: 0 15px 0 0;
    width: 37px;
    height: 37px;
}
.main .links-section .sectionWrapper {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}
.main .links-section img {
    float: left;
}
.main .links-section .list {
    clear: both;
    display: block;
    margin: 0;
    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: 1.125rem;
    line-height: 1.5;
    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: 1.5;
    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;
    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;
    padding: 14px 0 15px 0;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.footer .filter-a-z::after {
    display: block;
    content: "";
    clear: both;
}
.footer .filter-a-z .filter-panel {
    clear: both;
    display: block;
    padding: 0 10px 0 205px;
    position: relative;
}
.footer .filter-a-z .list {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.footer .filter-a-z .list li {
    float: left;
    font-family: "open_sanssemibold";
    font-size: 1.5rem;
    line-height: 1.5;
    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: 1.5rem;
    line-height: 1.5;
    font-weight: normal;
    left: 0;
    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;
    margin: 7px 0 0 0;
    padding: 20px 0 0 0;
    width: 100%;
    -webkit-box-shadow: 0 0 7px 0 #d9d9d9;
    box-shadow: 0 0 7px 0 #d9d9d9;
}
.footer .rate .tweets {
    background: url("/assets/img/icons/twitter52x44.png") no-repeat 12px center;
    float: left;
    padding: 0 0 0 80px;
    width: 550px;
}
.footer .rate .tweets ul li {
    color: #525252;
    font-family: "open_sanssemibold";
    font-size: 1.063rem;
    line-height: 1.5;
    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: 1.25rem;
    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: flex;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.footer .clear {
    background: url("/assets/img/bg-footer1x5.png") repeat-x center center;
    clear: both;
    display: block;
    height: 60px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.footer .f-panel {
    clear: both;
    display: block;
    padding: 30px 0;
    width: 100%;
}
.footer .f-panel .col {
    /* padding: 0 0 0 10px;
  width: 154px;
  display: table-cell;
  position: relative;
  vertical-align: top; */
    display: flex;
    flex-direction: column;
    flex: 1 0 20%;
    margin-bottom: 3rem;
}
.footer .f-panel p {
    font-size: 0.75rem;
    margin-top: auto;
    /* line-height: 1.5;
  position: absolute;
  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 {
    margin-bottom: 1rem;
}
.footer .f-panel .f-panel__heading a {
    color: #525252 !important;
    font-family: "open_sansbold" !important;
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
    padding: 0 0 8px 0 !important;
}
.footer .f-panel .list {
    clear: both;
    display: block;
    margin: 0;
    padding: 0 0 24px 0;
    width: 100%;
}
.footer .f-panel .list li {
    clear: both;
    display: block;
    font-family: "open_sansregular";
    font-size: 0.75rem;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0 0 3px 0;
    width: 100%;
}
.footer .f-panel .list a {
    color: #525252;
    display: block;
    font-family: "open_sansregular";
    line-height: 1.5;
}
.footer .f-panel p a {
    color: #00599f;
    font-family: "open_sansbold";
    font-size: 0.75rem;
    line-height: 1.5;
}
/* .footer .f-panel p a:hover {border-bottom:1px dotted #00599f; text-decoration:none}*/
.footer .f-panel address {
    color: #525252;
    font-size: 0.75rem;
    line-height: 1.5;
}
.footer .f-panel address strong {
    font-family: "open_sansbold";
    font-weight: normal;
}
.footer .social {
    float: right;
}
.footer .social ul {
    clear: both;
    display: block;
    margin: 0;
    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.5;
    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 .x {
    background: url("/assets/img/icons/x-logo-30px.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 .whatsapp {
    background: url("/assets/img/icons/whatsapp30x30.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;
    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: 0.875rem;
    height: 28px;
    line-height: 1.5;
    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;
    text-indent: -9999em;
    width: 33px;
}
.footer .f-copy {
    border-top: 1px solid #ffffff;
    clear: both;
    display: block;
    margin: 5px 0 0 0;
    padding: 20px 0 0 0;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 -5px 5px -3px #d9d9d9;
    box-shadow: 0 -5px 5px -3px #d9d9d9;
}
.footer .f-copy h6 {
    color: #525252;
    display: block;
    font-size: 0.75rem;
    line-height: 1.5;
    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;
    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: 1.5rem;
    line-height: 1.5;
    padding: 0 0 5px 35px;
}
.footer .widget-short-sidebar h3 a {
    display: block;
    text-decoration: none;
}
.footer .widget-short-sidebar .list {
    border-top: 1px solid #d9d9d9;
    clear: both;
    display: block;
    margin: 0;
    padding: 0 0 13px 0;
    width: 100%;
}
.footer .widget-short-sidebar .list li {
    border-bottom: 1px solid #d9d9d9;
    clear: both;
    display: block;
    font-family: "open_sanssemibold";
    font-size: 0.875rem;
    line-height: 1.5;
    list-style: none;
    padding: 9px 0 10px 0;
}
.footer .widget-short-sidebar .list a {
    color: #525252;
    display: block;
    font-family: "open_sanssemibold";
    font-size: 0.875rem;
    line-height: 1.5;
}
.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;
    padding: 15px 0 0 0;
    width: 100%;
}
.footer .short-4boxes {
    clear: both;
    display: none;
    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-aqua h3 .h-active {
    background: url("/assets/img/icons/minus-aqua21x21.jpg") no-repeat right
        center;
}
.footer .short-4boxes .box-purple h3 {
    background: url("/assets/img/icons/report15x23.jpg") no-repeat 0 3px;
}
.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-pink h3 {
    background: url("/assets/img/icons/request25x24.jpg") no-repeat 0 3px;
}
.footer .short-4boxes .box-pink h3 a {
    background: url("/assets/img/icons/plus-pink21x21.jpg") no-repeat right
        center;
}
.footer .short-4boxes .box-pink h3 .h-active {
    background: url("/assets/img/icons/minus-pink21x21.jpg") no-repeat right
        center;
}
/*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: 0.75rem;
    line-height: 1.5;
}
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 #d9d9d9;
    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 #d9d9d9;
    clear: both;
    display: block;
    font-family: "open_sanssemibold";
    font-size: 0.875rem;
    line-height: 1.5;
    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;
}
.sys_current-folder a.sys_selected:focus,
.sys_sub-menu .sys_selected:focus {
    background-color: #ffffaa;
}
.side-navigation .sys_sub-menu a {
    padding-left: 10px;
}
#relatedlinks ul li {
    border-top: 1px solid #d9d9d9;
    clear: both;
    display: block;
    font-family: "open_sanssemibold";
    font-size: 0.875rem;
    line-height: 1.5;
    list-style: none;
    padding: 9px 0 10px 0;
}
ul.list li.active {
    background: #fbfbfb;
    padding-left: 10px !important;
}
ul.sys_itemslist li.active {
    background: #fbfbfb;
    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;
    margin-bottom: 2rem;
}
table,
table th,
table td {
    border: 1px solid black;
    /* width: fit-content; 
  we want it to scroll, since these tables don't fit the content area */
}
.gsc-control-cse table,
.gsc-control-cse td {
    border: 0 none;
}
th {
    font-weight: bold;
    padding: 3px 10px 3px 3px;
    border: 1px solid #258437;
    text-align: left;
    background: #fbfbfb;
    color: #258437;
}
caption {
    font-weight: bold;
    padding: 15px;
    text-align: center;
    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: #00b2c2;
}
.main .short-4boxes .box-mayor h3 a {
    color: #00b2c2;
}
.main .short-4boxes .box-mayor .list a:hover {
    color: #00b2c2;
}
.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: flex;
    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 #d9d9d9;
}
.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 #d9d9d9;
    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 .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 #d9d9d9;
    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: 1rem;
}
.sys_cms-form-control ul li .sys_legend {
    width: 100%;
    float: left;
    font-size: 1rem;
}
.sys_cms-form-control ul li .sys_required {
    color: #eb0000;
    font-size: 0.75rem;
    vertical-align: top;
}
.sys_cms-form-control ul li select {
    -webkit-appearance: menulist-button;
    height: 36px;
    line-height: 1.5;
    background-color: #fff;
    font-family: "open_sansregular";
    font-size: 0.875rem;
    border: 1px solid #d9d9d9;
}
.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: 0.875rem;
    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: 0.75rem;
    height: 30px;
    line-height: 1.5;
    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: #eb0000;
    margin-bottom: 4px;
    font-size: 0.75rem !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 #d9d9d9;
    box-sizing: border-box;
    height: 36px;
    line-height: 1.5;
    padding-left: 12px;
    border-radius: 4px;
    width: 100% !important;
    color: #525252;
}
.sys_search-options input[type="text"]:focus {
    border-color: #000;
}
.sys_search-options select {
    -webkit-appearance: menulist-button;
    height: 36px;
    line-height: 1.5;
    background-color: #fff;
    color: #525252 !important;
    width: 100% !important;
    font-size: 0.875rem;
    border: 1px solid #d9d9d9;
    font-family: "open_sansregular";
    cursor: pointer;
}
.sys_search-optionslabel {
    width: 100%;
    float: left;
    font-size: 0.875rem;
    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: 0.75rem !important;
    height: 30px !important;
    line-height: 1.5 !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;
}
/* 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_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 (min-width: 768px) {
    .intro .intro-3boxes .box {
        flex-basis: 33%;
    }
    .main .intro-2boxes .box-item {
        flex-basis: 50%;
        /* flex: 0 1 auto         */
    }
}

@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: #fbfbfb 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-wrapper {
        top: 10px;
        width: 70px;
        border-right: 1px solid #d9d9d9;
    }

    .header .top-links,
    .header #nav {
        display: none;
    }
    .header .top-tools {
        clear: both;
        display: block;
        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;
        padding: 0;
        text-align: center;
        position: relative;
        width: auto;
        z-index: 99999;
    }
    .header .navi .list {
        background: #fbfbfb;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        width: auto;
    }
    .header .navi .list li {
        border-bottom: 1px solid #d9d9d9;
        clear: both;
        display: block;
        float: none;
        font-size: 0.875rem !important;
        margin: 0;
        padding: 0;
        width: auto;
    }
    .header .navi .list a {
        background: #fbfbfb;
        border: 0;
        color: #525252;
        display: block;
        font-family: "open_sansregular";
        font-size: 0.875rem !important;
        height: auto;
        line-height: 1.5;
        min-height: 1px;
        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: #fbfbfb;
        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-active {
        clear: both;
        display: block;
    }
    .header .search .fld {
        background: #ffffff;
        border: 1px solid #d9d9d9;
        border-right: 0;
        height: 38px;
        line-height: 1.5;
        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 #d9d9d9;
        box-shadow: 0 0 0 0 #d9d9d9;
    }
    .intro .intro-slider {
        border: 0;
        height: auto;
        padding: 15px;
        width: auto;
    }
    .intro #slider-wrapper {
        clear: both;
        display: block;
        height: auto !important;
        margin: 0 auto;
        position: relative !important;
    }
    .intro #slider-wrapper .caroufredsel_wrapper {
        bottom: auto !important;
        clear: both;
        display: block;
        left: auto !important;
        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%; */
        width: auto;
    }
    /*.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: 1.125rem;
        line-height: 1.5;
        padding: 10px 15px;
    }
    .intro #carousel h1 span {
        display: inline;
    }
    .intro #pager {
        display: flex !important;
        margin: 0;
        padding: 30px 0 0;
        position: relative;
        width: 100%;
        justify-content: space-around;
        left: auto;
        top: auto;
    }
    .intro #pager a {
        background-color: #d9d9d9;
        display: flex;
        float: none;
        height: 2rem;
        margin: 0;
        width: 2rem;
        border-radius: 50%;
    }
    .intro #pager a.selected {
        background-color: #00599f;
    }
    .intro #pager a:focus {
        background-color: #9ecaed !important;
    }

    .intro .fixer {
        padding: 0 15px;
        width: auto;
    }
    .intro .intro-3boxes {
        /* clear: both;
      display: block;
      float: none;
      margin: 0;
      padding: 0;
      width: auto; */
        border: none;
        flex-direction: column;
    }
    .intro .intro-3boxes .box {
        background: #ffffff;
        /* clear: both;
      margin: 0 0 10px 0;
      display: block;
      float: none;
      padding: 17px 19px 15px 19px;
      position: relative;
      width: auto;
      -moz-border-radius: 5px;
      -webkit-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 #d9d9d9;
        clear: both;
        display: block;
        margin: 0;
        padding: 0 0 13px 0;
        width: 100%;
    }
    .intro .intro-3boxes .list li {
        border-bottom: 1px solid #d9d9d9;
        clear: both;
        display: block;
        font-family: "open_sanssemibold";
        font-size: 0.875rem;
        line-height: 1.5;
        list-style: none;
        padding: 9px 0 10px 0;
    }
    .intro .intro-3boxes .list a {
        color: #525252;
        display: block;
        font-family: "open_sanssemibold";
        font-size: 0.875rem;
        line-height: 1.5;
    }
    .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 #d9d9d9;
        clear: both;
        display: block;
        margin: 0;
        padding: 0 0 13px 0;
        width: 100%;
    }
    .intro .intro-3boxes ul li {
        border-bottom: 1px solid #d9d9d9;
        clear: both;
        display: block;
        font-family: "open_sanssemibold";
        font-size: 0.875rem;
        line-height: 1.5;
        list-style: none;
        padding: 9px 0 10px 0;
    }
    .intro .intro-3boxes ul a {
        color: #525252;
        display: block;
        font-family: "open_sanssemibold";
        font-size: 0.875rem;
        line-height: 1.5;
    }
    .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 #d9d9d9;
        clear: both;
        display: block;
        margin: 0;
        padding: 0 0 13px 0;
        width: 100%;
    }
    .intro .intro-3boxes .sys_itemslist li {
        border-bottom: 1px solid #d9d9d9;
        clear: both;
        display: block;
        font-family: "open_sanssemibold";
        font-size: 0.875rem;
        line-height: 1.5;
        list-style: none;
        padding: 9px 0 10px 0;
    }
    .intro .intro-3boxes .sys_itemslist a {
        color: #525252;
        display: block;
        font-family: "open_sanssemibold";
        font-size: 0.875rem;
        line-height: 1.5;
    }
    .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;
        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: 1.5rem;
        line-height: 1.5;
        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: #00b2c2;
    }
    .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;
        padding: 20px 14px;
        width: auto;
    }
    .main .top-head {
        margin: 0;
        padding: 0 0 30px 0;
    }
    .main .top-head .icon {
        display: none;
    }
    .main .top-head h2 {
        font-size: 1.875rem;
        line-height: 1.5;
        padding: 0 0 15px 0;
    }
    .main .top-head .list {
        font-size: 1.5rem;
        line-height: 1.5;
        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;
      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;
        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;
      width: auto; */
        display: flex;
        flex-direction: column;
    }
    .main .intro-2boxes .box-item {
        /* clear: both;
      display: block;
      float: none;
      margin: 0 0 10px 0;
      min-height: 1px;
      padding: 20px 14px;
      width: auto; */
        display: flex;
        padding: 20px;
        /* flex-basis: 50%; */
    }
    .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 #d9d9d9;
        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;
        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;
        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;
        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 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 #d9d9d9;
        box-shadow: 0 0 0 0 #d9d9d9;
    }
    .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: 1.5 !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: 1.5;
        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 #fbfbfb;
        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;
        background-color: #fff;
        border: 1px solid #258437;
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 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: 1.25rem;
        color: #258437;
    }
    .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;
        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(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }
    .tcon-visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        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 (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-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-slider {
        border: 0;
        height: auto;
        padding: 0;
    }
    .intro #slider-wrapper {
        clear: both;
        display: block;
        height: auto !important;
        margin: 0 auto;
        position: relative !important;
        width: 100%;
    }
    .intro #slider-wrapper .caroufredsel_wrapper {
        bottom: auto !important;
        clear: both;
        display: block;
        left: auto !important;
        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: 1.875rem;
        line-height: 1.5;
    }
    #carousel .slide p {
        font-size: 0.875rem;
        line-height: 1.5;
    }
    .intro #pager {
        left: auto;
        margin: 0;
        right: 0;
    }
    .intro .intro-3boxes .box {
        border: 1px solid #d9d9d9;
        border-radius: 5px;
    }
    .intro .intro-3boxes .box {
        /* float: left;
      margin-bottom: 30px;
      padding: 20px 12px 15px 12px;
      width: 28%; */
        flex: 0 1 100%;
    }
    .intro .intro-3boxes .box-item .pic {
        display: none;
    }
    /* .intro .intro-3boxes .box .panel-box-inner {
      clear: both;
      display: block;
      min-height: 135px;
  } */
    .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 .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;
      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;
      width: auto; */
        display: flex;
    }
    .main .intro-2boxes .box-item {
        /* margin: 0 0 10px 2%;
      min-height: 1px;
      padding: 15px 2%;
      width: 43%; */
        /* flex: 0 1 auto; */
        flex-basis: 50%;
        padding: 20px;
    }
    .main .intro-2boxes .pic {
        display: none;
    }
    .main .intro-2boxes h2 {
        padding-right: 20px;
    }
    .main .intro-2boxes .find .fld {
        width: 307px;
    }
    .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 .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: 1.5;
        padding: 0 0 5px 13px;
    }
    .footer .rate .rating ul {
        clear: both;
        display: block;
        float: none;
        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; */
        display: flex;
    }
    .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: 1.5 !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;
    }
    .mobileSearchButton:focus {
        background-color: #ffffaa;
    }
    /* -------- 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;
        width: 96%;
        margin: 0 auto;
    }
    .main .fixer {
        clear: both;
        width: 96%;
        margin: 0 auto;
    }
    .footer .fixer {
        clear: both;
        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; */
        /* flex: 0 1 auto; */
    }
    /* .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;
    }
}

/* 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;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1);
    -webkit-transform: translateZ(0) scale(1, 1);
    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: 1.125rem;
    line-height: 1.5;
    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 (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;
        position: relative !important;
    }
    .intro #slider-wrapper .caroufredsel_wrapper {
        bottom: auto !important;
        clear: both;
        display: block;
        left: auto !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        width: auto;
        height: 170px !important;
    }
    .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 a:focus {
    background-color: #ffffaa;
}
.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 {
        display: flex;
        /* 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;
        position: relative !important;
    }
    .intro #slider-wrapper .caroufredsel_wrapper {
        bottom: auto !important;
        clear: both;
        display: block;
        min-height: 375px !important;
        left: auto !important;
        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: 1.5rem !important;
    font-weight: bold !important;
    line-height: 1.5 !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;*/
    max-width: 100%;
    word-break: break-word;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
dd.sys_events-description ul {
    float: none !important;
}

/* added by James Hurrell
 stop big gap beside event images */
.sys_events-description h2 {
    display: inline;
}

/* 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; */
        /* 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;
        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_theme-simple .sys_tabsfilter-control li a:focus {
    background-color: #ffffaa;
    color: #000;
}
.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 #d9d9d9;
    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 #525252; */
}
.sys_theme-simple .sys_news-control.sys_standard-list .sys_news-subheading {
    max-width: 440px;
    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 {
        max-width: 100%;
    }
}
@media all and (max-width: 1000px) {
    .sys_theme-simple .sys_news-control.sys_standard-list div.sys_thumbnail {
        float: none;
        display: block;
        max-width: 200px;
        margin: 1em auto;
    }
}
.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: 0.875rem;
    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: #525252 !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;
    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;
}

@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--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 span.outerSpan .launchIconLeft {
  margin: 0 !important;
  top: 7px;
  left: -1px;
  background-size: 20px 20px;
}

#__ba_launchpad #browsealoud-button--launchpad span.outerSpan .launchTextSpan {
  display: none !important;
}

#__ba_launchpad #browsealoud-button--launchpad span.outerSpan .launchIconRight {
  display: none !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #__ba_launchpad #browsealoud-button--launchpad .launchIconLeft {
      top: 1px !important;
      background-image: url("/assets/img/ba_speaker.png") !important;
  }
} */

/* Reachdeck toolbar button (was browsealoud) */

#reachdeck_wrapper {
    position: absolute;
    left: 80px;
    top: 21px;
    width: 30px;
    height: 30px;
}
@media (min-width: 661px) {
    #reachdeck_wrapper {
        position: relative;
        top: unset;
        left: unset;
        float: right;
    }
}

.gw-launchpad-icon-button--s3 {
    width: 30px !important;
    height: 30px !important;
}
.gw-launchpad-icon-button__icon--launchpad-s1 {
    height: 2.2em !important;
}

.imgDiv {
    width: 30px !important;
}

/* Make all tables scrollable with a wrapper div */
.table-scroll {
    overflow-x: auto;
}
article#content table {
    min-width: 100%;
}
ul.sportsSidebarNav li.sportsDirectoryHome {
    border-top: none;
}
ul.sportsSidebarNav li.sportsDirectoryHome a {
    font-size: 1.25rem;
    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: 1.125rem;
    line-height: 1.5;
}
.sports-club-directory .primarySport p {
    font-size: 1.5rem;
    line-height: 1.5;
}
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 a {
    transition: all 0.3s;
    font-size: 1.2em;
    line-height: 1.5;
    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: #217631;
}

/* HAF Club page */

ul.hafSidebarNav li.hafDirectoryHome {
    border-top: none;
}
ul.hafSidebarNav li.hafDirectoryHome a {
    font-size: 1.25rem;
    color: #258437;
    font-weight: bold;
}
.hafTimes {
    padding: 2rem;
    border: 2px solid #ccc;
}

@media (min-width: 768px) {
    .hafTimes {
        margin: 1rem;
    }
}
/* HAF Club Directory */
.haf-club-directory {
    padding-top: 2em;
}
.haf-club-directory > div {
    margin-bottom: 2em;
}
.haf-club-directory p,
.haf-club-directory ul li,
.haf-club-directory ul li a {
    font-size: 1.125rem;
    line-height: 1.5;
}
.haf-club-directory .primarySport p {
    font-size: 1.5rem;
    line-height: 1.5;
}
div.hafClubDescription {
    border: 1px solid #d9d9d9;
    padding: 19px;
    border-radius: 5px;
}
/* HAF Club Listing */
#content .haf-club-directory-listing ul.pagination {
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex: 0 1 auto;
}
#content .haf-club-directory-listing ul.pagination li {
    list-style: none;
    display: flex;
}
#content .haf-club-directory-listing ul.pagination li a {
    transition: all 0.3s;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: none;
    color: #258437;
    background-color: #fff;
    border: 2px solid #fbfbfb;
    display: flex;
    padding: 10px 15px;
    border-bottom: none;
}
#content .haf-club-directory-listing ul.pagination li.selected a {
    background-color: #258437;
    border: 2px solid #258437;
    color: #fff;
}
#content .haf-club-directory-listing ul.pagination li a:hover {
    border: 2px solid #258437;
}
#content .haf-club-directory-listing ul.pagination li.selected a:hover {
    background-color: #217631;
}

/* Esri map accessibility fixes */

.esri-attribution,
.esri-attribution__sources[role="button"] {
    background-color: #fff !important;
}

.esri-attribution__sources,
.esri-attribution__powered-by {
    white-space: normal !important;
}
/* to resolve Siteimprove "Text is clipped when resized" issue */

.esri-widget--button:focus {
    background-color: #ffffaa;
}

/* 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;
}

@media (max-width: 560px) {
    .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;
    }
}

/* 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;
}
.sys_theme-simple .sys_faqs-control .sys_subitem .sys_faq:focus {
    background-color: #ffffaa;
}

/* List fix */

.sys_theme-simple .sys_datarepeatercontrol .sys_subitem dl dd ul {
    float: none !important;
}

/* 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*/

/* YouTube Embed Widget */

.youTubeEmbed {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-bottom: 30px;
}
.youTubeEmbed iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.youTubeEmbed iframe html,
.youTubeEmbed iframe body {
    overflow: hidden;
}

/* START Theme Override */
/* https://www.towerhamlets.gov.uk/aspnet_client/ContensisThemes/simple/faqs/styles.css */

.sys_theme-simple .sys_rss-link,
.sys_theme-simple .sys_button-subscribe-rss {
    overflow: auto;
    white-space: normal;
}

.sys_theme-simple .sys_atom-link,
.sys_theme-simple .sys_button-subscribe-atom {
    overflow: auto;
    white-space: normal;
}

.sys_theme-simple .sys_rss-link a,
.sys_theme-simple .sys_button-subscribe-rss a {
    overflow: auto;
    white-space: normal;
}

.sys_theme-simple .sys_atom-link a,
.sys_theme-simple .sys_button-subscribe-atom a {
    overflow: auto;
    white-space: normal;
}

/* END Theme Override */

/* START User Classes*/
.usr_bigButton {
    /* background: #258437 url(/assets/img/arrow-white20x17.png) no-repeat right; */
    background-color: #258437;
    clear: both;
    color: #ffffff;
    /* padding: 10px 25px 10px 15px; */
    padding: 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;
    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 {
    border-color: #fbfbfb !important;
    color: #217631 !important;
    border: 1px solid !important;
    transition: 0.7s;
    box-shadow: none;
}

.usr_bigButton:focus {
    color: #000;
}

.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 13px; */
    background-color: #00599f;
    text-decoration: none !important;
    clear: both;
    color: #ffffff;
    display: block;
    font-family: "open_sanssemibold";
    font-size: 0.75rem;
    height: auto;
    line-height: 1.5;
    padding: 10px 15px;
    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: #00477f url("/assets/img/arrow-white20x17.png") no-repeat right 13px; */
    background-color: #00477f;
}
.main p a.usr_link-more:hover,
.usr_link-more:hover,
.link-more:hover,
.main .btn:hover,
.intro .btn:focus {
    color: #fff;
}
.main p a.usr_link-more {
    float: left;
    padding-right: 26px;
    margin-right: 6px;
    color: #fff;
}
.usr_float-right {
    margin: 5px 0px 5px 15px;
    float: right;
}
.usr_float-left {
    margin: 5px 15px 5px 0px;
    float: left;
}

.usr_floated-portrait {
    display: block;
    margin: 20px auto;
    padding: 5px;
    border: 1px solid #00599f;
    max-width: unset;
}
@media (min-width: 768px) {
    .usr_floated-portrait {
        float: right;
        width: 200px !important;
        height: auto;
        margin: 0 0 20px 20px;
    }
}
@media (min-width: 992px) {
    .usr_floated-portrait {
        width: 300px !important;
    }
}

/* END User Classes*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* box shadow for images */
.imageBoxShadow {
    box-shadow: 3px 5px 8px #ccc;
    border: 1px solid #ccc;
}

/* Bring that side menu back! */

@media screen and (min-width: 660px) {
    .main .nav-trigger {
        display: none;
    }
}

/* Overrides for Events (Taxononomy listing) */

.sys_theme-simple .sys_events-search-control .sys_search-row.sys_datefrom-row,
.sys_theme-simple .sys_events-search-control .sys_search-row.sys_dateto-row {
    display: none;
}

/* .sys_taxonomysearch-themed {
    margin-top: 2rem;
}
.sys_taxonomysearch-themed .sys_checkbox-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
}
.sys_taxonomysearch-themed .sys_checkbox-list .sys_checkbox {
    display: flex;
    gap: 0.5rem;
}
.sys_taxonomysearch-themed .sys_checkbox-list .sys_checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
} */

.sys_taxonomysearch-themed {
    margin-top: 2rem;
}

.sys_taxonomysearch-themed .sys_checkbox-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    align-items: start;
}

.sys_taxonomysearch-themed .sys_checkbox-list .sys_checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.sys_taxonomysearch-themed .sys_checkbox-list .sys_checkbox:hover {
    background-color: #f8f9fa;
}

.sys_taxonomysearch-themed .sys_checkbox-list .sys_checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-top: 2px; /* Align with first line of text */
    flex-shrink: 0; /* Prevent checkbox from shrinking */
}

.sys_taxonomysearch-themed .sys_checkbox-list .sys_checkbox label {
    font-size: 0.875rem;
    line-height: 1.4;
    cursor: pointer;
    margin: 0;
    flex: 1;
}

.sys_theme-simple .sys_datarepeatercontrol li.sys_subitem a {
    background: none;
}

/* 
Summer Events Search - hide filters
Works alongside scripts.js
*/

.sys_theme-simple #SummerEventsCalendar_Search .sys_search-options .sys_category-row.sys_checkbox-list .sys_checkboxlist.sys_checkbox-list .sys_checkbox {
  display: none !important;

}

.sys_theme-simple #SummerEventsCalendar_Search .sys_search-options .sys_category-row.sys_checkbox-list .sys_checkboxlist.sys_checkbox-list .sys_checkbox.show-filter {
    display: block !important;
}