@import url(forms.css);
@import url(editor.css);

/* ReCSSet  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

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

body { font:14px/1.5em Arial, sans-serif; color:#333;    }

.hidden { position: absolute; left: -999999px; top: -99999px; }

::-moz-selection { background: #004E1F; color: #fff; text-shadow: none; }
::selection { background: #004E1F; color: #fff; text-shadow: none; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.visually-hidden {
    position: absolute;
    top: -99999999px;
    left: -999999999px;
}

h1, h2, h3, h4, h5, h6 { font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; }
h1 {font-size:2.5em; color: #333333; line-height:1.35em; margin:0 0 .5em; padding:0 0 5px; }
h2 {font-size:1.4em; line-height:1.25em; margin:0 0 .8em; color: #4A841C; }
h3 {font-size:1.2em;}
h4 {font-size:1em;}

p {margin:0 0 1.5em;}
p.first { font-size: 1.2em; }
p.small { font-size: 0.8em }
p.note { margin: 1em 0; }

.skip-to-content { position: absolute; left: -999999px; top: -999999px; }
.skip-to-content:focus {top: -10px; left: 0; position: relative; background: #333333; color: #ffffff; outline: 0; margin-bottom: 10px; padding: 5px;}

blockquote, q { quotes: none; font-family: Georgia, "Times New Roman", Times, serif; margin:0 3em; font-style: italic; color:#67676b; }
blockquote:before, q:before { content: "“"; font-size:4em; text-indent:-.6em; margin-top:.15em; float:left; opacity:.3; }
cite{display:block; text-transform:uppercase; letter-spacing:1px; font-style:normal; font-weight:bold; font-size:smaller; margin-top:1.9em;}
cite:before{content:"–"; float:left; font-size:1.5em; text-indent:-1.3em; font-weight:bold; margin-top:-.1em;}

ul { list-style:none; }
.byEditor ol, .editor ol { margin:0 0 1.58em 3em; }
.byEditor ol ol, .editor ol ol,
.byEditor ul ol, .editor ul ol { margin: 9px 0 9px 3em; }
.byEditor ol li, .editor ol li { margin-left: 0; }
.byEditor ul, .editor ul { list-style:none; margin:0 0 1.58em 0; }
.byEditor ul li, .editor ul li { margin-left:2em; padding-left:1em; background:url('../css_img/bullet.gif') left .5em no-repeat; }
.byEditor ul ul, .editor ul ul,
.byEditor ol ul, .editor ol ul { margin: 9px 0; }
.byEditor ul ol li, .editor ul ol li { background: none; padding: 0; margin: 0; }
.byEditor ol ul li, .editor ol ul li { list-style: none;}
ol { list-style-type: decimal; margin:0 0 1.58em 3em; }
.byEditor h3, .editor h3, .widget_content h3 { font-size: 1.1em; font-weight: bold;
    line-height: 1.25em;
    margin: 0 0 0.8em;; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

/* unvisited link */
a:link,
a h2 {
    color: #005EC4;
    text-decoration:underline;
}
#column_nav a:visited,
.sub-categories a:visited {
    color: #005EC4;
    text-decoration:none;
}

/* visited link */
a:visited {
    color: #4C2c92;
}

/* mouse over link */
a:hover {
    color: #2E8ACA;
    outline: none;
}

/* selected link */
a:active {
    color: #2E8ACA;
    outline: none;
}


abbr { border-bottom: 1px dotted; cursor: help; text-transform:uppercase; font-size:.85em; }

strong { font-weight: bold; }
em { font-style:italic; }

address { padding: 0 0 1em; font-style: normal; }

img { max-width:100%; }
.page-image { margin:0 0 10px; position: relative; z-index:0; }
.page-image:after { content:' '; display:none; width:100%; height:96%; box-shadow:0 0 6px rgba(0,0,0,.5) inset; position: absolute; left:0; top:0; }

table { border-collapse: collapse; border-spacing: 0; margin:1.58em 0; }
th { font-weight: bold; text-align: left; padding: 5px 10px; border: 1px solid #ecf0f1; font-size: 1em; font-weight:bold; font-style: normal; text-shadow: 0 1px 0 #fff; margin:0; line-height: 1.5em; border-bottom:1px solid #d0d0d0; box-shadow: 0 0 0 1px #fbfbfb inset; vertical-align: top;
background: rgb(250,250,250); /* Old browsers */ }
td { vertical-align: top; padding: 5px 10px; border: 1px solid #ecf0f1; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

form { margin:0 0 1.58em; color:#67676b; }
label { cursor:pointer; display:block;}
span.label { display:block; font-weight:bold; }
select, input, textarea { font:99% sans-serif; }
input, select { vertical-align: middle; }
input.field, input[type="text"], textarea, select { border:1px solid #ddd; padding:10px; max-width:90%; }
input.field:focus, input.xfields:focus, textarea:focus { box-shadow: 0 0 2px #00acd4; border-color:#00acd4; }

.new_widget form  {
    overflow: hidden;
}

.new_widget form input[type="text"] {
    max-width: 65%;
}

.new_widget form span {
    overflow: hidden;
    margin: .5em 0;
    float: left;
    width: 100%;
}
textarea { overflow: auto; }
select { padding:5px; }
input[type="radio"] { vertical-align: text-bottom; position:relative; top:-2px; }
input[type="checkbox"] { vertical-align: bottom; position:relative; top:-2px; }
p.center { border-top:1px solid #ecf0f1; padding-top:1.58em; }


input.button { cursor: pointer; width: auto; overflow: visible; border:none; color:#fff; text-shadow: 0 1px 0 rgba(1,112,137,.5);font-weight:normal; padding: 7px 12px 7px; margin: 0;
background: #148152;
}
input.button:hover {
   background: #05663C;
}

#header .button {
    background: #333333;
}

#header .button:hover {
    background: #1A1A1A;
}
.float_left, .float_right {
    display: block;
    margin: 0 auto;
}

p.date { font-size: 0.9em; color: #666; }
#content em.required {color: red;}

#header form .button {
    border-radius: 0;
}

.fa:before {
    padding-right: 10px;
}

a.btn { display:block; font-weight:bold; color:#fff; text-decoration:none; padding: 10px 20px; margin-top: 20px;
background: #148152;  }
a.btn:hover { background: #05663C; }

#container, .container { background:#fff; max-width:980px; padding:10px 20px 0; margin:0 auto 1.5em; }
#container:after, .container:after { content:'.'; clear:both; visibility:hidden; display:block; height:0; }

.container {
    padding: 30px 20px 30px!important;

    /* Legacy browsers */
    background: #7ba52e url("../css_img/gradient-bg.png") repeat-x top left;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;

    /* Old Internet Explorer */
    *background: #7ba52e;
    background: #7ba52e\0/;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FF4a841c, endColorstr=#FF7ba52e);

    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
    background-image: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#4a841c),
        to(#7ba52e)
    );
    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background-image: -webkit-linear-gradient(
        top,
        #4a841c,
        #7ba52e
    );
    /* Firefox 3.6 - 15 */
    background-image: -moz-linear-gradient(
        top,
        #4a841c,
        #7ba52e
    );
    /* Opera 11.1 - 12 */
    background-image: -o-linear-gradient(
        top,
        #4a841c,
        #7ba52e
    );
    /* IE 10+ */
    background-image: -ms-linear-gradient(
        top,
        #4a841c 0%,
        #7ba52e 100%
    );
    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    background-image: linear-gradient(
        top,
        #4a841c,
        #7ba52e
    );
}

header .container {
    margin: 0 auto !important;
}

body > #container {
    margin: 0 auto !important;
}

#announcement {
    border: 1px solid #C24168;
    padding: 10px 20px;
    margin-bottom: 1em;
    background: #c0392b;
    color: #FFFFFF;
}

#announcement h2 {
    margin: 0 0 5px;
    color: #FFFFFF;
    font-weight: bold;
}

#announcement p {
    margin: 0;
}

#announcement a {
    color: #FFFFFF;
}

#announcement a:hover {
    text-decoration: none;
}

#calendar {
    margin: 0 auto 1.58em;
}

#calendar th {
    padding: 2px 0;
    text-align: center;
    font-weight: normal;
}

#calendar td {
    padding: 2px 7px;
}

#calendar td a {
    text-decoration: underline;
}

.map {
    width: 100%;
    min-height: 200px;
}

.data-table {
    table-layout: fixed;
    width: 100%;
}
.data-table th {
   width: 30%;
}
.data-table img {
    width: auto;
    height: auto;
}
.data-table a {
    -ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

.item-list li {
    padding-bottom: 5px;
}
/* Custom JSON search styling */
.search-list ul {
    list-style: none;
    margin-left: 0
}

.search-list li {
    border-bottom: 1px solid #ececec;
    padding: 1.5rem .75rem 1.5rem 0
}

.search-list li:first-child {
    border-top: 1px solid #ececec
}

.search-list li:last-child {
    margin-bottom: 24px;
}

.search-list h3,
.search-list .h3 {
    font-size: 1.25rem;
    margin: 0
}

.search-list p {
    margin-top: .5rem
}

.search-list small {
    color: #666;
    word-wrap: break-word
}

.search-list li::after {
    clear: both;
    content: '';
    display: table
}

.search-refine {
    border: 1px solid #ccc;
    padding: 24px;
}

.search-refine .boxed__heading {
    border-bottom: 1px solid #ececec;
    padding-bottom: 16px;
}

.search-refine .boxed__list {
    border-bottom: 1px solid #ccc;
    margin: 0 0 .75rem;
    padding: .375rem 0 .75rem
}

.search-refine .boxed__list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.search-refine li {
    border-bottom: 0;
    padding: 6px 0;
}

.search-refine li:first-child {
    border-top: 0;
    padding-top: 18px;
}

.search-refine li:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 600px) {
    .search-refine li {
        display: inline-block
    }
}

@media screen and (min-width: 600px) {
    .search-refine li a::after {
        content: '/';
        position: absolute;
        right: .66667rem;
        top: 0
    }
}

@media screen and (min-width: 600px) {
    .search-refine li:last-child a::after {
        content: none
    }
}

.search-refine a {
    display: block
}

@media screen and (min-width: 600px) {
    .search-refine a {
        padding-right: 1.5rem;
        position: relative
    }
}

@media screen and (min-width: 600px) {
    .search-refine a::after {
        content: '/';
        position: absolute;
        right: .75rem;
        top: 0
    }
}

.nav--pagination {
    background-color: #F5F5F5;
    padding: 12px;
    text-align: center;
}

.nav--pagination li {
    border: 0;
    display: inline-block;
    padding: 0 .5rem;
}

.nav--pagination li:first-child {
    border: 0;
}

.nav--pagination li:last-child {
    margin-bottom: 0;
}


@media screen {

    td.today {
        background: #148152;
        color: #ffffff;
    }

    td.today a {
        color: #fff;
        text-decoration: underline;
    }

    #header h1, #header a.fauxh1, .pseudoH1 {
        /*width: 225px;
        height: 73px;*/
        width: 190px;
        height: 51px;
        background: url(../css_img/sandwell_logo.png) no-repeat;
        background-size: contain;
        margin:0;
        border:0;
        padding:0 0 .5em;
        display:block;
        font-size:2.25em;
        line-height:1.35em;
        text-indent: -999999px;
        overflow: hidden;
    }

    #header h1 span, #header a.fauxh1 span {
        position: absolute;
        top: -99999px;
        left: -9999px;
    }

    .btn-mobile-search .icon-search {
        background: #ecf0f1;
        color: #333333;
        display: block;
        margin: -60px 0 0;
        font-size: 1.2em;
        padding: 12px;
        float: right;
        cursor: pointer;
    }

    .btn-mobile-search:hover .icon-search {
        background: #333333;
        color: #ffffff;
    }

    #header form {
        width:100%;
        border: none;
        padding: 0;
        margin:0 auto 1.58em;
        display: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: none;
    }

    #header form p {
        margin:0;
    }

    #header form label {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    #header form input.field {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        padding: 9px;
        box-shadow: none;
        margin-top: 0;
        margin-bottom: 10px;
        max-width: 100%;
        width: 100%
    }

    #header form input.button {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        padding: 9px;
        max-width: 100%;
        width: 100%
    }

    #header .social-links {
        display: none;
    }

    #header .main-menu, #header .more {
        display:none;
    }

    .small-menu {
        margin: 0 auto;
        width: 100%;
        clear:both;
    }

    .menu-button {
        display: block;
        cursor: pointer;
        color:#004E1F;
        font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size:1.2em;
        font-weight:bold;
        position:relative;
        z-index:10;
        border:1px solid #ddd;
        text-shadow:0 1px 0 #fff;
    }

    .menu-button span {
        background: url('../css_img/menu.png') 95% center no-repeat #fff;
        display:block;
        padding: .5em;
    }

    .small-menu:after {
        /* clearfix */ visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .small-menu ul {
        background: #fff;
        border-left: 1px solid #ecf0f1;
        border-right: 1px solid #ecf0f1;
        padding-top: 20px;
        margin-top: -20px;
        display: none;
    }

    .small-menu li {
        position: relative;
        list-style: none;
        display: block;
        width: 100%;
    }

    .small-menu li a {
        display: block;
        border-bottom: 1px solid #ecf0f1;
        position: relative;
        padding: 1em .5em;
        z-index: 2;
        font-weight:bold;
    }

    .home .small-menu ul {
        display: block;
    }

    /* MAIN */

    #main { clear:both; margin:0 0 2em; overflow: hidden; }

    .breadcrumb { display:none; }

    .byEditor .action, .byEditor .action:visited, .editor .action, .editor .action:visited { background: #d63924; display:block; font-weight: bold; border:none; color:#fff; text-decoration:none; padding: 15px 30px; border: 2px solid; border-radius: 5px; margin: 0 0 1.75em; }
    .byEditor .action:hover, .editor .action:hover { background: #c0392b; }

    .social-share, .related { display:none; }

    .cate_info, .sitemap { overflow: hidden; }
    .info_left { float: left; width: 45%; }
    .info_right { float: right; width: 45%; }

    #az_index { overflow:hidden; margin-bottom:1em;  }
    #az_index li { margin:0 5px 5px 0; line-height:1.4em; display:inline-block; text-transform: uppercase; }
    #az_index li a { border:1px solid #148152; width:20px; display:inline-block; text-align:center; padding: 4px; text-decoration: none; }
    #az_index li a:hover { text-decoration: underline; }
    #az_index li span { width:19px; display:inline-block; text-align:center; padding: 4px; }

    .poll-results li img { height: 20px; display: block; clear: both; }

    .download_box { background: none repeat scroll 0 0 #ecf0f1; overflow: hidden;
        border: 1px solid #ecf0f1;
        padding: 1em 20px; margin: 0 0 1em; }
    .download_box p { margin: 0; }
    .download_box p.first { margin: 0 0 1em; }
    .download_box a.download-now { display:block; float: left; border: none; font-weight:normal; text-shadow:0 1px 0 rgba(143,20,58,.5); color:#fff; text-decoration:none; padding:8px 20px; margin-top: 20px;
    background: rgb(208,57,103); /* Old browsers */ }
    .download_box a.download-now:hover { background:#d03967; }

    .lead_item { background: none repeat scroll 0 0 #ecf0f1; overflow: hidden;
        border: 1px solid #ecf0f1;
        padding: 1em 20px; margin: 0 0 1.5em; }
    .lead_item img { width: 20%; float: left; margin: 0 20px 10px 0; }
    .lead_item h2 { margin: 0 0 10px; }
    .lead_item p { margin: 0; }
    .lead_item p.date { margin: 0 0 10px; }
    .lead_item .byEditor p { margin-bottom: 1em; }

    .listed_item { border-bottom: 1px solid #ddd; padding: 15px 20px; overflow: hidden; margin-bottom: 20px; }
    .listed_item img { width: 17%; float: left; margin: 0 20px 10px 0; }
    .listed_item h3 { margin: 0 0 5px; font-weight: normal; }
    .listed_item p { margin: 0; }
    .listed_item p.date { margin: 0 0 5px; }

    .popular-items { margin-bottom: 1em; }

    .listed_item .byEditor p { margin: 0 0 1.3em; }
    .listed_item .byEditor ul { padding: 0 0 1.3em; }

    .section-right { float: right; width: 71%; }
    .section-left { float: left; width: 25%; }

    .btn-container { overflow: hidden; }

    .list-poll { padding: 0 0 10px 20px; }
    .list-poll li { padding: 5px 0; }

    .poll-results { background: #ecf0f1; border: 1px solid #ecf0f1; margin: 0 0 1em; overflow: hidden; padding: 1em 20px 0; }

    .faq-answer { padding: 5px 20px 15px; }

    a.btn-ask-faq { width: 36%; margin: 20px auto; text-align: center; }

    .vcard { margin-bottom: 1.5em; }
    .vcard .left { float: left; width: 45%; }
    .vcard .right { float: right; width: 50%; }

    #preview_box { padding: 20px; margin-bottom: 20px; border: 1px solid #ddd }
    #preview_box h2 {  }
    #preview_box img { float: left; padding: 0 1.5em 1em 0; }
    #preview_box h2 {  }

    .cate_info { padding: 0 0 20px; }

    .dir_info { margin-bottom: 20px; }
    #content .dir_info ul { margin: 0; }
    .dir_nav { overflow: hidden; display: block; clear: both; padding: 0 0 10px; }
    .dir_nav a.btn { margin-top: 0; }

    .event-details { padding-bottom: 1.5em; }

    .container-related { display: block; clear: both; padding-top: 20px; }
    .social-share {
        background: #EEEEEE;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0px;
        display:block;
        float:left;
        font-size:.85em;
        margin:0 0 1.5em;
        padding: 10px;
        width:100%;
    }

    .social-share h2 {
        display: none;
    }

    .related h2 {
        color: #fff;
    }

    .social-share li { float:left; margin:0 5px 3px 0; }
    .social-share li.print,
    .social-share li.friend {display: none;}

    #content form.form-service { margin-top: 1.8em; }

    ul.person_box {  }
    ul.person_box li { padding-bottom: 1em; overflow: hidden; }
    ul.person_box li p { margin: 0; }

    ul#gallery_list { overflow: hidden; padding: 0 0 2.8em; }
    ul#gallery_list li { width: 23%; display: inline-block; vertical-align: top; margin: 0 -4px 2% 2%; text-align: center; color: #666; font-size: 0.8em; }
    ul#gallery_list img { display: block; clear: both; margin: 0 auto 1em; }

    #gallery_item { float: left; width: 71%!important; }
    #gallery_item img.img-gallery { margin: 0 auto; display: block; padding-bottom: 1em; }

    .galleryNavigation { float: right; width: 25%; border: 1px solid #D0D0D0; margin: 0 0 1.5em; }
    .galleryNavigation h2 {font-size: 1em; font-weight:bold; font-style: normal; color:#7b7b7b; text-shadow: 0 1px 0 #fff; margin:0; line-height: 1.5em; border-bottom:1px solid #d0d0d0; box-shadow: 0 0 0 1px #fbfbfb inset; padding: 5px 15px;
    background: rgb(250,250,250); /* Old browsers */}
    .galleryNavigation .inner { padding: 10px; }
    .galleryNavigation h3 { padding-bottom: 0.5em; }
    .galleryNavigation p { margin: 0 0 1em; }
    #gallery_near_items { overflow: hidden; padding: 0 0 1em; border-bottom: 1px solid #D0D0D0; margin-bottom: 1em; }
    #gallery_near_items li { padding: 0 0.5em; width: 38%; font-size: 0.9em; color: #67676B; text-align: center; line-height: 1.3em; }
    #gallery_near_items li.previous { float: left; }
    #gallery_near_items li.next { float: right; }

    ul.list-links li p { margin: 0 0 5px; }

    #podcast_multimedia a.btn { float: left; display: block; clear: both; margin-bottom: 1.2em; }
    #podcast_multimedia .byEditor { display: block; clear: both; }
    #podcast_multimedia object { margin: 0 auto 1.2em; display: block; }

    ul.list-jobs { padding-bottom: 1.5em; }

    .councilor_det img.contentimage { float: right; margin: 0 0 1em 1em; width: 45% }
    .councilor_det p.first { margin: 0 0 0.5em; }
    .councilor_det .contact-supp { padding: 0.5em 0 2em; }
    .councilor_det .contact-supp p { margin: 0; }

    .location-map { padding-bottom: 1.5em; }
    .location-map #map { width: 100%!important; }

    ul.list-person li { overflow: hidden; }
    ul.list-person li img { float: left; width: 20%; padding: 0 1.5em 1.5em 0; }
    ul.list-person li p { margin: 0; }

    #content form.az_search { margin-top: 1em; }

    ul.list-results { padding-bottom: 1.5em; }
    ul.list-results li { border-bottom: 1px solid #DDD; padding: 1em 0; }
    ul.list-results li h3 { padding-bottom: 10px; }
    ul.list-results li p { margin: 0 0 10px; }
    ul.list-results li p.url { margin: 0; color: #559B2D; font-size: 0.9em; word-break: break-all }

    #content .basic_form p#search_checkbox { border-bottom: 1px solid #ecf0f1; padding-bottom: 1em; }

    #content .basic_form a {text-decoration: underline;}
    #content .basic_form a:hover {text-decoration: underline;}

    #search_checkbox label { float: left; width: 45%; clear: none; }
    #search_checkbox label input { margin-right: 10px; }

    /* HOMEPAGES */

    .row { clear:both; overflow:hidden; }

    .widget { margin:0 0 1.5em; }

    .lead_item #googleMap {
        width: 50%!important;
    }

    img.main_image {
        margin: 0 auto 1.5em;
        display: block;
    }

    #content form.az_search label {
        font-size: 1.5em;
        margin-bottom: 0.7em;
    }

    form {
        border:1px solid #ecf0f1;
        background:#ecf0f1;
        padding:1em;
        color:#67676b;
    }

    /* COLUMN */

    .left-col {
        padding-bottom: 15px;
    }

    .sub-categories {
        margin-bottom: 15px;
    }

    .sub-categories h2 {
        font-size: 1.2em;
        font-weight: bold;
        font-style: normal;
        color: #fff;
        margin: 0;
        line-height: 1.5em;
    }

    .sub-categories h2 a {
        border: 0;
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom: 1px solid #CCCCCC;
    }

    .sub-categories h2 a:hover {
        text-decoration: underline;
    }

    .sub-categories a {
        border-bottom: 1px solid #EEEEEE;
        display: block;
        font-weight: normal;
        padding: 10px 0;
        text-decoration: none;
    }

    .sub-categories a:hover {
        text-decoration: underline;
    }

    .sub-categories li:last-child a {
        border:0;
    }

    .sub-categories .current a { color:#000; background:url('../css_img/breadcrumb.gif') 10px center no-repeat #ecf0f1; padding-left:20px; }
    .sub-categories .current a:hover { text-decoration: none; cursor:text; }

    #catNavDropForm { margin: 0; padding: 5px; }
    #catNavDropForm select { width: 90%; }

    .supplement { display: block; clear: both; margin: 0 0 1em; overflow: hidden; }
    .supplement p { margin: 0 0 0.5em; }

    .featureAdvert img { clear: both; padding: 0 0 10px; display: block; }

    .image-sup, .contact-sup, .nav-sup, .furtherInfo { border: 1px solid #DDD; padding: 10px; }

    .image-sup img { display: block; margin: 0 auto 1em; }

    .news-related { border: 1px solid #ddd; padding: 20px; }
    .news-related h2 { margin: 0 0 5px; }
    .news-related ul { padding-bottom: 15px; }
    .news-related ul li {  background: url("../css_img/bullet.gif") no-repeat scroll 5px 0.5em transparent; padding: 0 0 0 20px; }
    .news-related a { word-wrap: break-word; }

    /* FOOTER */

    #footer {
        width: 100%;
        max-width: 1020px;
        margin:0 auto;
        padding: 0 0 10px;
        background: #cccccc;
        overflow: hidden;
    }

    #footer .services-az {
        background: #666666;
        overflow:hidden;
        text-align: center;
        padding: 10px 10px 0;
        margin: 0 0 10px 0;
    }

    #footer .services-az li {
        margin-right: 3px;
        line-height: 1.4em;
        display: inline;
    }

    #footer .services-az li a {
        border: 2px solid #ffffff;
        border-radius: 0px;
        color: #fff;
        display:inline-block;
        padding: 2px;
        margin-bottom: 10px;
        text-align:center;
        text-decoration: none;
        width:1.5em;
    }

    #footer .services-az li span {
        color: #ffffff;
        padding: 4px;
    }

    #footer .services-az li h2 {
        font-style: normal;
        margin-right: 5px;
        color: #fff;
    }

    #footer .services-az li h2 a {
        border: 0;
        width: auto;
        padding: 0 5px;
    }

    #footer .services-az li a:hover {
        color: #333;
        background: #fff;
        text-decoration: none;
    }

    #footer .footer-navigation {
        padding: 15px 15px 0px;
    }

    #footer .footer-navigation h2 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #333;
        font-size: 1.4em;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

    #footer .footer-navigation nav {
        margin-top: .7em;
    }

    #footer .footer-navigation li {
        display: block;
        margin: 0 0 5px;
        vertical-align: top;
    }

    #footer .footer-navigation a {
        color: #333;
        padding: 0 15px 0 0;
        text-decoration: none;
    }

    #footer .footer-navigation a:hover,
    #footer .footer-navigation a:active,
    #footer .footer-navigation a:focus {
        text-decoration: underline;
    }

    #footer .social-links li span {
        position: absolute;
        left: -999999px;
        top: -99999px;
    }
    #footer .social-links li img {
        display: inline-block;
        vertical-align: middle;
    }
    #footer .social-links li a {
        box-shadow: 0 0 0 2px #333;
        color: #ffffff;
        display: inline-block;
        font-size: 1.5em;
        text-decoration: none;
    }
    #footer .social-links li a:hover {
        box-shadow: 0 0 0 2px #005ec4;
        color: #d0e6dc;
        text-decoration: none;
    }

    #footer .powered-by {
        display: block;
        clear: both;
        padding-left: 15px;
        font-size: 0.8em;
        margin: 0;
    }

    #footer .powered-by a:hover {
        color: #18496D;
    }

    .footer-links {
        padding: 0 15px;
    }

    .footer-links li {
        color: #ecf0f1;
        padding-bottom: 5px;
    }

    .footer-links li:last-child {
        border: 0;
    }

    .footer-links li a {
        color: #333333;
        font-size: 1em;
        text-decoration: none;
    }

    .footer-links li a:hover { text-decoration: underline; }

    #footer .social-links { margin-top: 15px; padding: 0 15px; }
    #footer .social-links li { display: inline-block; padding: 0 4px; }

    #footer .link_bc {
        display: block;
        margin: 10px 10px 0;
    }

    #footer .link_bc img {
        display: block;
    }

    #footer .link_bc:hover img,
    #footer .link_bc:focus img {
        opacity: .7;
    }

    #footer .link_bc:focus {
        outline: 1px dotted #000;
    }

    .social-links a i {
        padding-top: 5px;
        padding-bottom: 5px;
        width: 35px;
    }

    .icon-facebook {
        background: #3B5998;
    }
    .social-links li a:hover .icon-facebook {
        background: #22407F;
    }

    .icon-twitter {
        background: #56A3D9;
    }
    .social-links li a:hover .icon-twitter {
        background: #3D8AC0;
    }

    .icon-youtube-play {
        background: #C02B29;
        padding-left: 4px !important;
    }
    .social-links li a:hover .icon-youtube-play {
        background: #A71210;
    }

    .icon-rss {
        background: #F86811;
    }
    .social-links li a:hover .icon-rss {
        background: #DF4F00;
    }

    /* OFFLINE */

    .offline #wrapper { background:#fff; box-shadow:0 0 6px rgba(0,0,0,.2); width:700px; padding:30px 20px; margin:1.5em auto; overflow: hidden; }
    .offline #wrapper img { margin: 0 0 1em; }
    .offline #wrapper li { padding: 0 0 0.6em; }

    /* CUSTOM SCRIPTS */

    .page_cust_ip #az_index h2 { text-align: left; }

    .page_cust_ip .lead_item p { padding: 0 0 1em; }

    .informationPointLinks { overflow: hidden; clear: both; display: block; margin: 0 auto 1em; text-align: center; }
    .informationPointLinks li { display: inline-block; margin: 0 0.2em 0.5em; }
    .ie7 .informationPointLinks li, .ie6 .informationPointLinks li,
    .ie7 #az_index li, .ie6 #az_index li {display: inline;}
    .page_cust_ip #content .checkboxes { overflow: auto; }
    .page_cust_ip #content .checkboxes label { width: 40%; float: left; clear: none; }

    .directory_search_form { }

    .page_bin #catNavDropForm { margin-bottom: 1.5em; }

    .page_bin #content .MainDate { border: 2px solid #C24168; padding: 1em 20px; margin-bottom: 1.5em; }
    .page_bin #content .MainDate h2 { font-size: 1.5em; margin: 0; }
    .page_bin #content .lead_item h2 { font-size: 1.5em; }
    .page_bin #content a.btn { margin: 0 0 1.5em; }
    .page_bin #content table { width: 100%; border: 1px solid #ecf0f1; }
    .page_bin #content table td { border: none; }
    .page_bin #content table tr.binBorder { border-bottom: 1px solid #ecf0f1; }

    .content-left {  float: left; width: 25% }

    .content-right { float: right; width: 71%; }

    /***** Widgets *************/
    .new_widget .widgetPadding {
        padding: 5px;
    }

    /*.new_widget .widgetPadding:hover h2, .new_widget .widgetPadding:hover a, .new_widget .widgetPadding:hover form label {
        color: #fff!important;
    }

    .new_widget .widgetPadding:hover {
        background: #1f76b1!important;
        color: #fff!important;
    }


    .new_widget .widgetPadding:hover form {
        background: none!important;
        border: 0!important;
    }

    .new_widget .widgetPadding:hover form .button {
        background: #184a6c!important;
    }

    .new_widget .widgetPadding:hover th,
    .new_widget .widgetPadding:hover .twitterFeed h2 {
        color: #333 !important;
        box-shadow: none;
    }*/

    #content .directory_search form {
        padding-left: 1.5em;
        padding-bottom:1.5em;
        padding-bottom: 1.5em;
    }

    #content .directory_search input.field {
        width: 100%;
    }

    #content .directory_search form input[type="text"] {
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #content .directory_search .button {
        color: #ffffff;
        margin-top: 10px;
        text-decoration: none;
    }

    div.directory_search { padding-bottom: 10px; }

    #cookieAlertMessage {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #ffffcc;
        padding: 1em;
        overflow: hidden;
        border: 1px solid #E6E6B3;
        margin: 0 auto !important;
        max-width: 1020px;
        width: 100%;
    }
    #cookieAlertMessage p { color: #000; margin: 0; font-size: 13px; float: left; }
    #cookieAlertMessage p a { text-decoration: underline; }
    #cookieAlertMessage a.close { text-decoration: none; width: 20px; height: 20px; background: url(../css_img/btn-close.gif) no-repeat; text-indent: -9999px; display: block; float: right; }

    .image-text-widget a {
        overflow:hidden;
    }

    .image-text-widget a img {
        opacity: 1 !important;
        float: left;
        margin: 0 15px 15px 0 !important;
    }

}

.directorate {
    border: 1px solid #DDD;
    padding: 10px;
    float:right;
    margin: 0 0 0 5px;
}

.phone-box {
    background: #c24168;
    text-align: center;
    font-weight: bold;
    padding: 20px 15px 20px 15px;
    color: #fff;
    display: block;
    font-size: 2.0em;
}

.phone-text {
    color:#fff;
    text-decoration:none;
    font-size: 1.8em;
}

.phone-text a {
    text-decoration: underline;
    color: #fff;
    line-height: 1.1em;
}

.image__caption,
.imageCaption {
    margin-bottom: 20px;
    max-width: 100%;
}

.image__caption.float_left, .imageCaption.float_left {
    float: left;
    margin-right: 20px;
}

.image__caption.float_right, .imageCaption.float_right {
    float: right;
    margin-left: 20px;
}

.image__caption img, .imageCaption img {
    margin-bottom: 10px;
    width: auto;
}

.image__caption img, .imageCaption img, figcaption {
    display: block;
    clear: both;
}

object {
    margin-bottom: 20px;
    min-width: 200px;
}

object, .float_left, .float_right {
    max-width: 100%;
}

#content .entry-content p.th-box, p.th-box, .th-box {
    border-style: solid;
    border-width: 1px;
    color: #444;
    text-shadow: 1px 1px rgba(255,255,255,.3);
    padding: 10px 15px;
    margin-bottom: 20px;
    line-height: 20px;
}

.th-box.default {
    background: #eee;
    border-color: #ccc;
}

.th-box.info {
    background: #ecf0f1;
    border-radius: 0px;
    border: 0;
    padding-left: 15px !important;
}

.th-box.check {
    background: url(../css_img/icon-check.png) 15px 50% no-repeat #d5ffce;
    border-color: #9adf8f;
    padding-left: 45px !important;
}

.th-box.note {
    background: url(../css_img/icon-note.png) 15px 50% no-repeat #fffbcc;
    border-color: #e6db55;
    padding-left: 45px !important;
}

.th-box.alert {
    background: url(../css_img/icon-alert.png) 15px 50% no-repeat #ffcece;
    border-color: #df8f8f;
    padding-left: 45px !important;
}

/***** Buttons *************/

a.th-button,
.button--primary {
    font-family: sans-serif;
    display: inline-block;
    line-height: 25px;
    padding: 9px 16px;
    margin:0 10px 20px 0;
    border: 1px solid #4081af;
    border-bottom-color: #20559a;
    color: white !important;
    text-align: center;
    text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
    /*Background*/
    background-color: #2e76cf; /*Fallback (blue)*/
    background: linear-gradient(0deg, rgba(39, 100, 176, 1) 0%, rgba(46, 118 ,207 ,1) 100%);
    /*Box shadow*/
    -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 1px hsla(0, 0%, 0%, .29) /*Shadow*/;
    -moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 1px hsla(0, 0%, 0%, .29) /*Shadow*/;
    box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 1px 1px 1px hsla(0, 0%, 0%, .29) /*Shadow*/;
}

a.th-button:hover,
a.th-button.hover,
.button--primary:hover,
.button--primary:focus,
.button--primary:active {
    text-decoration: none !important;
    background: #1666ca; /*Fallback (blue)*/
    background: linear-gradient(0deg, rgba(22, 102, 202, 1) 0%, rgba(18, 82, 161, 1) 100%);
}

a.th-button:active, a.th-button.active  {
    border-color: #20559a;
    position: relative;
    top: 1px;
}

a.th-button.dark span {
    color: #555;
    text-shadow:0 1px #fff;
}

a.th-button.custom:hover {
    opacity:0.85;
}

a.th-button span {
    line-height: 1.2em;
    min-height: 16px;
}

a.th-button.red {
    border-color: #af4040; border-bottom-color: #9a2020; background-color: #d72323;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e85252),color-stop(1, #cf2e2e));
    background: -moz-linear-gradient(center top,#e85252 20%,#cf2e2e 100%);
}

a.th-button.red:hover {
    background: #d20000;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e53e3e),color-stop(1, #ca1616));
    background: -moz-linear-gradient(center top,#e53e3e 20%,#ca1616 100%);
}

a.th-button.orange {
    border-color: #af7440; border-bottom-color: #9a5420; background-color: #d76b23;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e88e52),color-stop(1, #cf6e2e));
    background: -moz-linear-gradient(center top,#e88e52 20%,#cf6e2e 100%);
}

a.th-button.orange:hover {
    background: #d25e00;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e57d3e),color-stop(1, #ca5116));
    background: -moz-linear-gradient(center top,#e57d3e 20%,#ca5116 100%);
}

a.th-button.green {
    border-color: #87bf00; border-bottom-color: #7ca122; background-color: #8dc11e;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #ace53e),color-stop(1, #8dca16));
    background: -moz-linear-gradient(center top,#ace53e 20%,#6bca16 100%);
}

a.th-button.green:hover {
    background: #87c000;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #a0d53a),color-stop(1, #60b513));
    background: -moz-linear-gradient(center top,#a0d53a 20%,#60b513 100%);
}

a.th-button.aqua {
    border-color: #40af96; border-bottom-color: #209a82; background-color: #23d7af;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #52e8c6),color-stop(1, #2ecfab));
    background: -moz-linear-gradient(center top,#52e8c6 20%,#2ecfab 100%);
}

a.th-button.aqua:hover {
    background: #00d2a8;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3ee5c0),color-stop(1, #16ca9e));
    background: -moz-linear-gradient(center top,#3ee5c0 20%,#16ca9e 100%);
}

a.th-button.teal {
    border-color: #23a6d6; border-bottom-color: #20799a; background-color: #23abd7;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #52c3e8),color-stop(1, #2eabcf));
    background: -moz-linear-gradient(center top,#52c3e8 20%,#2eabcf 100%);
}

a.th-button.teal:hover {
    background: #009ed2;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3ebce5),color-stop(1, #16a2ca));
    background: -moz-linear-gradient(center top,#3ebce5 20%,#16a2ca 100%);
}

a.th-button.purple {
    border-color: #234dd6; border-bottom-color: #20489a; background-color: #2356d7;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #526ee8),color-stop(1, #2e58cf));
    background: -moz-linear-gradient(center top,#526ee8 20%,#2e58cf 100%);
}

a.th-button.purple:hover {
    background: #0036d2;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3e5ae5),color-stop(1, #1638ca));
    background: -moz-linear-gradient(center top,#3e5ae5 20%,#1638ca 100%);
}

a.th-button.pink {
    border-color: #d623cb; border-bottom-color: #9a2096; background-color: #d723d5;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e852e6),color-stop(1, #cd2ecf));
    background: -moz-linear-gradient(center top,#e852e6 20%,#cd2ecf 100%);
}

a.th-button.pink:hover {
    background: #bc00d2;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #c83ee5),color-stop(1, #ae16ca));
    background: -moz-linear-gradient(center top,#c83ee5 20%,#ae16ca 100%);
}

a.th-button.black {
    color: #fff;
    border-color: #222; border-bottom-color: #000; background-color: #444;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #666),color-stop(1, #333));
    background: -moz-linear-gradient(center top,#666 20%,#333 100%);
}

a.th-button.black:hover {
    background: #000;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #555),color-stop(1, #111));
    background: -moz-linear-gradient(center top,#555 20%,#111 100%);
}

a.th-button.silver {
    color: #444 !important;
    text-shadow:0 1px #fff;
    border-color: #bbb; border-bottom-color: #999; background-color: #d8d8d8;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e9e9e9),color-stop(1, #ccc));
    background: -moz-linear-gradient(center top,#e9e9e9 20%,#ccc 100%);
}

a.th-button.silver:hover {
    background: #ccc;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e0e0e0),color-stop(1, #bebebe));
    background: -moz-linear-gradient(center top,#e0e0e0 20%,#bebebe 100%);
}

/***** Lists ************/
.th-list-check ul li {
    list-style: none !important;
    background: url(../css_img/icon-check.png) 0 3px no-repeat;
    padding-left: 25px !important;
}

.th-list-alert ul li {
    list-style: none !important;
    background: url(../css_img/icon-alert.png) 0 3px no-repeat;
    padding-left: 25px !important;
}

.th-list-rss ul li {
    list-style: none !important;
    background: url(../css_img/icon-rss.png) 0 3px no-repeat;
    padding-left: 25px !important;
}

.th-list-arrow ul li {
    list-style: none !important;
    background: url(../css_img/icon-right.png) 0 3px no-repeat;
    padding-left: 25px !important;
}

/*! Jadu CMS user accessibility settings */
div.user-scheme__high-contrast,div.user-scheme__high-contrast *{background-color:#000!important;color:#ff0!important;border-color:#ff0!important}div.user-scheme__high-contrast a:link,div.user-scheme__high-contrast a:visited{color:#0ff!important}div.user-scheme__high-contrast a:active,div.user-scheme__high-contrast a:focus,div.user-scheme__high-contrast a:hover{color:#0f0!important}div.user-scheme__cream,div.user-scheme__cream *{background-color:#fff9d2!important;color:#010066!important;border-color:#010066!important}div.user-scheme__cream a:link,div.user-scheme__cream a:visited{color:#908000!important}div.user-scheme__cream a:active,div.user-scheme__cream a:focus,div.user-scheme__cream a:hover{color:#004000!important}div.user-scheme__blue,div.user-scheme__blue *{background-color:#9fcfff!important;color:#010066!important;border-color:#010066!important}div.user-scheme__blue a:link,div.user-scheme__blue a:visited{color:red!important}div.user-scheme__blue a:active,div.user-scheme__blue a:focus,div.user-scheme__blue a:hover{color:#4500ff!important}

div.styles1 .editor img {margin-left: 0 !important; margin-top: 0 !important; margin-bottom: 10px !important;}
div.styles1 .editor p a {float: left; margin-bottom: 10px;}

/* MEDIA QUERIES */
@media only screen and (min-width:480px) {
    body { margin:0 1em; }

    #container, .container {margin:1.5em auto 0 auto;}
    #header .social-links { float:left; margin:-52px 265px 0 0; display:block; }
    #header .social-links li { display: inline; }
    #header .social-links a { opacity: .85; }
    #header .social-links a:hover { opacity: 1; }
    .byEditor .action, .byEditor .action:visited, .editor .action, .editor .action:visited { display: inline-block; margin: 0 0 .5em; }
    #header h1, #header a.fauxh1, .pseudoH1 { width: 275px; }

    .float_left { float: left; }
    .float_right { float: right; }


    #container {
        margin-top: 0!important;
        border-top: 0!important;
    }

    .container {
        border-bottom: 0!important;
    }

    #header form {
        margin:20px auto;
    }

    #header form input.field {
        border:0;
        padding: 12px;
        box-shadow: none;
        width: 88%;
    }

    #header form input.button {
        float: right;
        padding: 12px 12px 13px 12px;
        width: 12%
    }

    #footer {
        text-align: left;
        margin:0 auto 2em;
    }

     #footer {
        width: 100%;
        max-width: 1020px;
        margin:0 auto 2em;
        padding: 0 0 10px;
        background: #dedede;
        overflow: hidden;
    }

    .footer-links {
        clear:both;
        padding: 20px 10px 10px;
    }

    .footer-links li {
        padding-bottom: 10px;
    }

    .footer-links li a {
        color: #333333;
        font-size: 1em;
        line-height: 1.1em;
        text-decoration: none;
    }

    #footer .link_bc {
        float: right;
    }

    #footer .link_bc img {
        height: 60px;
    }

    #footer .social-links {
        display: inline-block;
        padding-top: 5px;
    }

    #footer .footer-navigation {
        padding: 15px 15px 25px;
    }

    #footer .footer-navigation h2 {
        font-size: 1em;
        float: left;
        padding: 0 25px 0 0;
        width: 15%;
    }

    #footer .footer-navigation nav {
        float: left;
        margin-top: 0;
        width: 80%;
    }

    #footer .footer-navigation li {
        display: inline-block;
        margin: 0 0 3px;
        width: 33.333%;
    }

    #footer nav {
        text-align: center;
    }

    .footer-links {
        padding: 20px 10px 0;
    }

    .footer-links li {
        border-right:1px solid #333333;
        padding:0 5px;
        display: inline;
        color: #ecf0f1;
    }

    #footer .services-az {
        margin-bottom: 0;
    }
}

@media only screen and (min-width:700px) {

    body {
        font-size:16px;
    }

    .container {
        padding: 30px 20px 0;
    }

    #header h1, #header a.fauxh1 {
        text-align:left;
    }

    #header form {
        margin-top: -50px;
        width: 50%;
        max-width: 50%;
        display: block!important;
        float: right;
    }

    .btn-mobile-search {
        display: none;
    }

    #header .social-links {
        display: none;
    }

    .small-menu ul {
        border-bottom: 1px solid #ecf0f1;
        overflow: hidden;
    }

    .small-menu li {
        width: 50%;
        float: left;
    }

    .small-menu li:nth-child(2n+1) {
        clear: both;
    }

    .small-menu li a {
        padding: .7em 1em;
    }

    .small-menu li:last-child a {
        border: 0;
    }

    .breadcrumb {
        padding:0.5em 1em;
        font-size:.85em;
        color: #444;
        display: block;
        background: #ecf0f1;
        margin: 0 0 0.5em;
        border-radius: 0px;
    }

    .breadcrumb li {
        display: inline;
    }

    .breadcrumb a {
        color: #444;
        padding-right: 13px;
        margin-right: 5px;
        background: url('../css_img/breadcrumb.png') right center no-repeat;
    }

    .breadcrumb a:hover {
        text-decoration: underline;
    }

    .page-image {
        float: right;
        margin-left: 15px;
    }

    .page-image:after {
        display: block;
    }

    .widget, .stacked-widget {
        float: left;
    }

    .stacked-widget .widget {
        float: none;
    }

    .nav-widget li {
        display: block;
        width: 29%;
        float: left;
        padding-right: 10px;
    }

    .width100 {
        width: 100%;
    }

    .width68 {
        width: 66%;
        margin-right: 2%;
    }

    .width34 {
        width: 32%;
        margin-right: 2%;
    }

    .width66.lastWidget {
        width: 66%;
        margin-right: 0;
    }

    .width32.lastWidget {
        width: 32%;
        margin-right: 0;
    }

    #header h1, #header a.fauxh1, .pseudoH1 {
        margin: 0;
    }

}

@media only screen and (min-width:980px) {
    #header .social-links {
        float: right;
        margin: 0;
        display: block;
    }

    #header .main-menu {
        position: relative;
        display: block;
    }

    #header .main-menu li {
        float: left;
        display: block;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: bold;
        margin-right: 7px;
    }

    #header .main-menu li a {
        color: #559b2d;
        display: block;
        padding: 4px 17px;
        margin-bottom: -4px;
        text-decoration: none;
        border: 1px solid #ddd;
        text-shadow: 0 1px 0 #fff;
        border-bottom: 0;
        background: rgb(250,250,250); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(241,241,241,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(241,241,241,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(241,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(241,241,241,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(241,241,241,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(241,241,241,1) 100%); /* W3C */
    }

    #header .main-menu li.findNearest a {
        background: #C24168;
        color: #fff;
        text-shadow: none;
        box-shadow: none;
    }

    #header .main-menu li.findNearest a:hover {
        color:#fff;
    }

    #header .main-menu li a.btn-tab {
        position: relative;
        z-index: 100;
    }

    #header .main-menu li ul {
        display: none;
    }

    #header .main-menu li a:hover {
        color:#004E1F;
    }

    #header .main-menu li.residents.active a.btn-tab {
        background: #559b2d;
    }

    #header .main-menu li.active a {
        padding: 0;
        color:#fff;
        text-shadow: 0 1px 1px rgba(0,0,0,.5);
        background: #559b2d;
        border:none;
        box-shadow: none;
        filter:none;
    }

    #header .main-menu li.active a span {
        padding: 4px 18px 9px;
        display: block;
    }

    #header .main-menu li.active ul {
        position: absolute;
        background: #559b2d;
        width: 100%;
        padding: 10px 0;
        display: block;
        left: 0;
    }

    #header .main-menu li.active ul li {
        margin: 0;
    }

    #header .main-menu li.active ul li a {
        font-size: .85em;
        font-family: Arial, sans-serif;
        text-shadow: 0 1px 0 rgba(0,0,0,.29);
        border-right: 1px solid #387813;
        padding: 0 15px;
        line-height: 1;
        background: none;
        margin: 0;
    }

    #header .main-menu li.active ul li:last-child a {
        border: 0;
    }

    #header .main-menu li.active ul li a:hover {
        text-decoration: underline;
    }

#header .more { float:right; clear:right; position:relative; top:6px; right:10px; font-size:.85em; font-family: Arial, sans-serif; font-weight: bold; z-index:10; display:block; }
#header .more h3 { font-size:100%; position:relative; z-index: 20; }
#header .more h3 a { padding:2px 15px; border:1px solid #d0fca3; background: #98eb45; color:#315106; text-shadow: 0 1px 0 #d2ff6f;
background: rgb(189,251,126); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(189,251,126,1) 0%, rgba(152,235,69,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(189,251,126,1)), color-stop(100%,rgba(152,235,69,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(189,251,126,1) 0%,rgba(152,235,69,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(189,251,126,1) 0%,rgba(152,235,69,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(189,251,126,1) 0%,rgba(152,235,69,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(189,251,126,1) 0%,rgba(152,235,69,1) 100%); /* W3C */
}
#header .more:hover h3 a { border-bottom: 0; padding-bottom:3px; box-shadow: none; text-shadow: 0 1px 0 #ffffd4; border-color: #d5f8b8;
background: rgb(218,253,187); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(218,253,187,1) 0%, rgba(201,245,156,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,253,187,1)), color-stop(100%,rgba(201,245,156,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(218,253,187,1) 0%,rgba(201,245,156,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(218,253,187,1) 0%,rgba(201,245,156,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(218,253,187,1) 0%,rgba(201,245,156,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(218,253,187,1) 0%,rgba(201,245,156,1) 100%); /* W3C */
 }
#header .more a span { margin:10px 0 0 4px; border:4px solid #4b4b4b; border-left:4px solid transparent; border-right:4px solid transparent; border-bottom:0; display:inline-block; content:''; height:0; width:0; vertical-align:top; }
#header .more ul { display:none; width:500px; right:0; margin-top:-3px; top: 26px; border:1px solid #d5f8b8; background:#c9f59c; padding:10px; text-shadow: 0 1px 0 #ffffd4; box-shadow:0 1px 1px rgba(0,0,0,.29); position:absolute; z-index:15; }
#header .more ul li { width:50%; display: block; float:left; line-height:1.3em; }
#header .more ul li a { color:#315106; padding:10px 0; display:block; border-bottom:1px solid #a9da77; margin:0 5px; }
#header .more ul li a:hover { text-decoration: underline; }
.flexNav-touch .small-menu, .flexNav-no-touch .small-menu { display: none; }

#content { width:71%; float:left; }

#main .fullWidth { width: 100%; }

.left-col { width:25%; float:right; }

.social-share, .related { display:block; margin:0 0 1.5em; float:left; font-size:.85em; }
.related { border-left:1px dashed #ecf0f1; padding-left:3%; }

.related li { float:left; margin:0 5px 3px 0; }
.social-share li.print,
.social-share li.friend {display: inline;}
.social-share li.print { clear: left; }
.twitter-share-button { position:relative; top:0px; }
.social-share li:last-child { display:block; margin-top: 4px; margin-left: 10px;}
.social-share a, .related a { padding:3px 6px 3px 27px; background-color:#F5F6F6; border-right:1px solid #ddd; background-position:left center; background-repeat: no-repeat; }
.friend a { background-image:url('../css_img/email-friend.png'); }
.print a { background-image:url('../css_img/print-page.png'); }
.rel-dload a { background-image:url('../css_img/rel-downloads.png'); }
.rel-faq a { background-image:url('../css_img/rel-faqs.png'); }
.rel-form a { background-image:url('../css_img/rel-form.png'); }
.rel-gallery a { background-image:url('../css_img/rel-gallery.png'); }
.rel-podcast a { background-image:url('../css_img/rel-podcast.png'); }
.rel-doc a { background-image:url('../css_img/rel-doc.png'); }
.rel-news a { background-image:url('../css_img/rel-news.png'); }
.rel-dir a { background-image:url('../css_img/rel-dir.png'); }
.rel-service a { background-image:url('../css_img/rel-services.png'); }
.rel-event a { background-image:url('../css_img/rel-events.png'); }
.social-share a:hover, .related a:hover { background-color:#fff; text-decoration: none; }
.nav-widget li { display:block; width:30%; float:left; }
.nav-widget li:nth-child(2n+1) { clear:none; }
.nav-widget li:nth-child(3n+1) { clear:left; }
#footer .services-az li h2 { display:inline; }
#footer .footer-navigation { display: block; }

    #footer nav {
        float: left;
        text-align: left;
    }
    #footer .footer-links {
        float: left;
    }
    #footer .social-links {
        margin-left: 8%;
    }

}

#content .directoryPostcodeSearch form input.field { width: 50%;}

@media only screen and (max-width:800px) {
    #content .new_widget { clear: both; width: 100%; }
}

@media only screen and (max-width:700px) {
.offline #wrapper { width: 80%; }
#content ul.info_left, #content ul.info_right,
#content .info_left, #content .info_right { width: 100%; clear: both; margin-bottom: 0; }
#mast input.field, #content input.field, #content .xform input.text, select, textarea { margin-bottom: 10px; width: 95%; }
input.button { border: none!important; border-collapse: collapse;  }

.content-left, .content-right { float: none; width: 100%; display: block; clear: both; }

#gallery_item, .galleryNavigation { width: 100%!important; float: none; }
ul#gallery_list li { width: 45%; }

div.styles1 .editor h2 {margin-top: 10px;}
div.styles1 .editor h2, div.styles1 .editor a, div.styles1 .editor p { float: left; width: 90%;}
div.styles1 .editor img {margin: 0 !important;}
div.styles1 .editor p a { font-size: 14px; }
}

@media only screen and (max-width:400px){
    #content .snippet { clear: both; display: block; margin: 0 auto 1em; }
    div.styles21 p, div.styles21 h2 { margin-right: 0!important; display: block; clear: both; }
    table.bin img {display: none;}
    table.bin .bin-images {display: none;}

    #header a.fauxh1 {
        width: 190px;
    }

    div.styles1 .editor {margin-left: 10px;}

    div.styles1 .editor {margin-left: 10px;}
}


@media only screen and (max-width:389px){
    #content .inline-form input.field {margin-bottom: 10px;}
}

#map_canvas {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
}

#map_canvas img {
    max-width: none !important;
}

.footer-last { float: right;
    font-size: 12px;
    width: 100%;}

/* IE FIXES */

.ie div { zoom:1; }
.ie div.byEditor { zoom:0; }

.ie body { font-size:16px; }
.ie form { margin:0 0 1.58em; border:1px solid #ecf0f1; background:#ecf0f1; padding: 1em; color:#67676b; }
.ie #container, .ie .container { padding:15px 30px 0; margin:1.5em auto; }
.ie #header h1, .ie #header a.fauxh1 { text-align:left; }

.ie #header form input.field { max-width:170px; width:170px; }
.ie #header form input.button { margin-top:0; }
.ie #header .social-links { float:right; margin:0; display:block; clear:right; }
.ie #header .social-links li { float:left; margin-right:4px; }

.ie #header .more { float:right; clear:right; position:relative; top:6px; right:10px; font-size:.85em; font-family: Arial, sans-serif; font-weight: bold; z-index:10; display:block; }
.ie #header .more h3 { font-size:100%; position:relative; z-index: 20; }
.ie #header .more h3 a { padding:2px 15px; border:1px solid #d0fca3; background: #98eb45; color:#315106; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdfb7e', endColorstr='#98eb45',GradientType=0 ); /* IE6-9 */ }
.ie #header .more:hover h3 a { border-bottom: 0; padding-bottom:3px; border-color: #d5f8b8;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dafdbb', endColorstr='#c9f59c',GradientType=0 ); /* IE6-9 */ }
.ie #header .more a span { margin:10px 0 0 4px; border:4px solid #4b4b4b; border-left:4px solid transparent; border-right:4px solid transparent; border-bottom:0; display:inline-block; content:''; height:0; width:0; vertical-align:top; }
.ie #header .more ul { display:none; width:500px; right:0; margin-top:-1px; border:1px solid #d5f8b8; background:#c9f59c; padding:10px; position:absolute; z-index:15; }
.ie #header .more ul li { width:50%; display: block; float:left; line-height:1.3em; }
.ie #header .more ul li a { color:#315106; padding:10px 0; display:block; border-bottom:1px solid #a9da77; margin:0 5px; }
.ie #header .more ul li a:hover { text-decoration: underline; }
.ie .flexNav-touch .small-menu, .ie .flexNav-no-touch .small-menu { display: none; }
.ie #header .more { top:9px; }
.ie #header .more a span { display:none; }
.ie .breadcrumb { padding:0.5em 0; font-size:.85em; color:#67676b; display:block; margin: 0 0 0.5em; }
.ie .breadcrumb li { display: inline; }
.ie .breadcrumb a { color:#67676b; padding-right:13px; margin-right: 5px; background:url('../css_img/breadcrumb.png') right center no-repeat; }
.ie .breadcrumb a:hover { text-decoration: underline; }
.ie .page-image { float:right; margin-left:15px; }
.ie .page-image:after { display: block; }
.ie .byEditor .action { display: inline-block; }
.ie .social-share, .ie .related { display:block; overflow:hidden; margin:0 0 1.5em; width:48%; float:left; font-size:.85em; }
.ie .social-share { border-right:1px dashed #ecf0f1; margin-right:3%; }
.ie .social-share h2, .ie .related h2 { font:normal bold 1.2em arial, sans-serif; color:#7B7B7B; }
.ie .social-share li, .ie .related li { float:left; margin:0 5px 3px 0; }
.ie .twitter-share-button { position:relative; top:0px; }
.ie .social-share li:last-child { display:block; }
.ie .social-share a, .ie .related a { padding:3px 6px 3px 27px; background-color:#F5F6F6; border-right:1px solid #ddd; background-position:left center; background-repeat: no-repeat; }
.ie .social-share a:hover, .related a:hover { background-color:#fff; text-decoration: none; }
.ie .social-share .facebook, .ie .social-share .twitter { display:none; }
.ie .left-col { width:25%; float:right; }
.ie .widget, .ie .stacked-widget { float:left; }
.stacked-widget .widget { float:none; }
.ie .row { margin-bottom:1.58em; }
.ie .nav-widget li { display:block; width:30%; float:left; margin-right:3%; }
.ie #footer .services-az li h2 { display:inline; }
.ie .footer-links li { border-right:1px solid #81b4b4; padding:0 5px; display: inline; }


.ie #header .social-links { float:right; margin:0; display:block; }
.ie #header .main-menu { position:relative; display:block; }
.ie #header .main-menu li { float:left; display: block; font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight:bold; margin-right:7px; }
.ie #header .main-menu li a { color:#559b2d; display:block; padding:4px 17px; margin-bottom: -4px; text-decoration: none; border:1px solid #ddd; box-shadow:0 1px 0 #fff inset; text-shadow:0 1px 0 #fff; border-bottom:0;
background: rgb(250,250,250); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(241,241,241,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(241,241,241,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(241,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(241,241,241,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(241,241,241,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(241,241,241,1) 100%); /* W3C */
}
.ie #header .main-menu li ul { display: none; }
.ie #header .main-menu li a:hover { color:#004E1F; }
.ie #header .main-menu li.residents.active a.btn-tab { background-image:url('../css_img/bg-tab-left.jpg') }
.ie #header .main-menu li.active a { padding: 0; color:#fff; text-shadow: 0 1px 1px rgba(0,0,0,.5); background:url('../css_img/bg-tab-left-2.jpg') no-repeat; border:none; box-shadow: none; filter:none;}
.ie #header .main-menu li.active a span { padding:4px 18px 9px; display: block; background:url('../css_img/bg-tab-right.jpg') top right no-repeat; }
.ie #header .main-menu li.active ul { position:absolute; background: #559b2d; width:100%; padding:10px 0; display: block; left: 0;
-webkit-box-shadow: inset 0px 0px 2px 2px rgba(61, 111, 24, 1);
box-shadow: inset 0px 0px 2px 2px rgba(61, 111, 24, 1);  }
.ie #header .main-menu li.active ul li { margin:0; }
.ie #header .main-menu li.active ul li a { /*color:#d6fd99;*/ font-size:.85em; font-family: Arial, sans-serif; text-shadow: 0 1px 0 rgba(0,0,0,.29); border-right:1px solid #387813; padding:0 15px; line-height: 1; background:none; margin: 0; }
.ie #header .main-menu li.active ul li:last-child a { border:0; }
.ie #header .main-menu li.active ul li a:hover { text-decoration: underline; }
.ie .small-menu, .ie .small-menu {display: none; }
.ie #content { width:71%; float:left; }
.ie #main .fullWidth { width: 100%; }
.ie .container-related { display: block; clear: both; padding-top: 20px; }
.ie .social-share, .ie .related { display:block; overflow:hidden; margin:0 0 1.5em; width:48%; float:left; font-size:.85em; }
.ie .related { border-left:1px dashed #ecf0f1; padding-left:3%; }
.ie .social-share h2, .ie .related h2 { font:normal bold 1.2em arial, sans-serif; color:#7B7B7B; }
.ie .social-share li, .ie .related li { float:left; margin:0 5px 3px 0; }
.ie .social-share li.print { clear: left; display: none; }
.ie .twitter-share-button { position:relative; top:0px; }
.ie .social-share li:last-child { display:block; }
.ie .social-share a, .ie .related a { padding:3px 6px 3px 27px; background-color:#F5F6F6; border-right:1px solid #ddd; background-position:left center; background-repeat: no-repeat; }
.ie .friend a { background-image:url('../css_img/email-friend.png'); }
.ie .print a { background-image:url('../css_img/print-page.png'); }
.ie .rel-dload a { background-image:url('../css_img/rel-downloads.png'); }
.ie .rel-faq a { background-image:url('../css_img/rel-faqs.png'); }
.ie .rel-form a { background-image:url('../css_img/rel-form.png'); }
.ie .rel-gallery a { background-image:url('../css_img/rel-gallery.png'); }
.ie .rel-podcast a { background-image:url('../css_img/rel-podcast.png'); }
.ie .rel-doc a { background-image:url('../css_img/rel-doc.png'); }
.ie .rel-news a { background-image:url('../css_img/rel-news.png'); }
.ie .rel-dir a { background-image:url('../css_img/rel-dir.png'); }
.ie .rel-service a { background-image:url('../css_img/rel-services.png'); }
.ie .rel-event a { background-image:url('../css_img/rel-events.png'); }
.ie .social-share a:hover, .ie .related a:hover { background-color:#fff; text-decoration: none; }
.ie .nav-widget li { display:block; width:30%; float:left; margin-right:3%; }
.ie .nav-widget li:nth-child(2n+1) { clear:none; }
.ie .nav-widget li:nth-child(3n+1) { clear:left; }
.ie #footer .services-az li h2 { display:inline; }
.ie .footer-links li { border-right:1px solid #81b4b4; padding:0 5px; display: inline; }
.ie .small-menu { display: none!important; }
.ie .social-links { overflow: hidden; }
.ie .social-links li { display: block; float: left; padding-left: 5px; }
.ie #header h1, .ie #header a.fauxh1 { float: left; padding-bottom: 20px; }
.ie #header form { float: right; display: block; width: 282px; }
.ie #header form input.field { float: left; padding-bottom: 7px; }
.ie .tab-menu { display: block; clear: both; }
.ie #header .more { top: 30px; }
.ie #header .more h3 a { background: #98EB45; display: block; }
.ie .btn-mobile-search { display: none; }



.ie6 .container { width: 980px; }
.ie6 #header .main-menu li.active ul li a:hover { color: #fff!important; }
.ie6 #header .main-menu li { position: relative; }
.ie6 #header .main-menu li.active ul { top: 25px; }
.ie6 #header form { width: 250px!important; }
.ie6 #header .main-menu li a { margin-top: -5px; }
.ie6 .home .nav-widget a img  { left: -30px; }
.ie6 #header form input.button { margin-top: 0px; }
.ie6 #gallery_item img.img-gallery { width: 100%; }
.ie6 #header .main-menu li { border-top: 1px solid #ddd; }
.ie6 #header .main-menu li li { border-top: none; }
.ie6 .home .nav-widget a { border: none!important; }

.ie7 .social-links,
.ie8 .social-links {
    text-align: center;
    margin: 10px auto;
}

.ie8 #header h1, .ie8 #header a.fauxh1,.ie8 .pseudoH1 { width: 260px;}
.ie8  #header form input.button { width: auto;}

.ie7 .byEditor .snippet {zoom: normal !important;}
.ie7 #header h1, .ie7 #header a.fauxh1,.ie7 .pseudoH1 { width: 260px;}
.ie7 #header form input.button { padding:7px; width: auto;}

.ie7 #footer,
.ie8 #footer {
    max-width: 1040px;
}

.ie7 #footer .services-az li span {
    padding: 4px;
    margin-bottom: 10px;
    zoom: 1;
    *display: inline;
}

/* Header fixes for IE7/8 */

.ie7 #header form,
.ie8 #header form {
    margin-top: 20px;
}

.ie7 #header form input.button,
.ie8 #header form input.button {
    float: right;
    width: 12%;
}

.ie7 #header form input.field,
.ie8 #header form input.field {
    border: 0;
    box-shadow: none;
    max-width: none;
}

.ie8 #header form input.field {
    padding: 9px;
    width: 88%;
}

.ie7 #header form input.field {
    padding: 11px 10px;
    width: 81%;
}

.ie7 #header form input.button {
    padding: 9px 10px 10px;
}

.ie7 header .container,
.ie8 header .container {
    max-width: 1000px;
}

.ie7 #header h1,
.ie8 #header h1 {
    width: 265px;
}

.ie7 .breadcrumb,
.ie8 .breadcrumb {
    padding:0.5em 1em;
    font-size:.85em;
    color: #444;
    display: block;
    background: #ecf0f1;
    border-radius: 0px;
}

/* IE7 button redraw bug fix */
.ie7 input.button {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.ie7 #cookieAlertMessage p {
    width: 75%;
}

.ie7 #cookieAlertMessage {
    width: 90%;
}

.ie7 #cookieAlertMessage,
.ie8 #cookieAlertMessage {
    max-width: 1007px;
}

/* Footer fixes for IE7/8 */
.ie7 #footer,
.ie8 #footer {
    text-align: left;
}


.ie7 #footer .footer-navigation,
.ie8 #footer .footer-navigation {
    display: block;
    overflow: hidden;
    padding: 15px 15px 25px;
}

.ie7 #footer .footer-navigation h2,
.ie8 #footer .footer-navigation h2 {
    font-size: 1em;
    float: left;
    padding: 0 25px 0 0;
    width: 15%;
}

.ie7 #footer .footer-navigation nav,
.ie8 #footer .footer-navigation nav {
    float: left;
    margin-top: 0;
    width: 80%;
}

.ie8 #footer .footer-navigation li {
    display: inline-block;
    float: left;
    margin: 0 0 3px;
    width: 33.333%;
}

.ie7 #footer .footer-navigation li {
    display: inline;
    float: left;
    margin: 0 0 3px;
    width: 33.333%;
}

.ie7 #content .directory_search .button,
.ie8 #content .directory_search .button {
    color: #ffffff;
}

.ie7 #main,
.ie8 #main {
    margin: 0 0 2em;
    overflow: hidden;
}

.ie7 .footer-links,
.ie8 .footer-links {
    padding: 10px 10px 0;
}

.ie7 .footer-links li,
.ie8 .footer-links li {
    border: none;
    padding:0 5px;
    display: inline;
    color: #ecf0f1;
}

.ie7 #footer nav,
.ie8 #footer nav  {
    float: left;
}

.ie7 #header h1,
.ie7 #header a.fauxh1,
.ie7 .pseudoH1,
.ie8 #header h1,
.ie8 #header a.fauxh1,
.ie8 .pseudoH1 {
        background: url(../css_img/sandwell_logo-small.png) no-repeat;
        width: 225px;
        height: 63px;
}

.ie7 #footer nav,
.ie8 #footer nav {
    float: left;
    text-align: left;
}
.ie7 #footer .footer-links,
.ie8 #footer .footer-links {
    float: left;
    display: inline-block;
    padding-top: 5px;
}
.ie7 #footer .social-links,
.ie8 #footer .social-links {
    display: inline-block;
    margin: 10px 0 0 5%;
}

.ie7 #footer .social-links {
    display: inline;
    float: left;
}

.ie7 #footer .link_bc,
.ie8 #footer .link_bc {
    float: right;
    padding-top: 0;
}

.ie7 #footer .link_bc,
.ie8 #footer .link_bc  {
    margin-top: 5px;
}

.ie7 #footer .link_bc img,
.ie8 #footer .link_bc img  {
    height: 60px;
}


/* Cross browser search form height fix */
#header form input.field, #header form input.button {height: 2.5em; padding-top: 0; padding-bottom: 0;}
.ie7 #header form input.field {height: 1.1em !important}

/*------------- PRINT -----------------

@media print {
    body {font-size: 75%;}

    #az_index, .hidden, .services-az, #skip, #header, .snippet, .container-related { display: none; }

    h1, h2, h3, h4, h5, h6, #mobile_name {font-weight:bold; font-family: helvetica, verdana, arial, san-serif; }
    h1 { font-size: 1.5em; }

    ul { list-style-type: disc; }
    ol { list-style-type: decimal; }
    #content ul.list, .byEditor ul, .widget_content ul, .byEditor ol, .widget_content ol, ul, ol { margin-left: 25px; padding-left: 0; }
    #content ul.list li, .byEditor ul li, .widget_content ul li, .nav-sup ul li, li { margin-left: 0; padding-left: 0; }

    .breadcrumb { padding: 1em 0 }

    #container { padding: 0; }

    #content img.contentimage, #content img.main_image, #content .lead_item img { float: right; margin: 0 0 15px 15px; height: 130px;  border: 1px solid #ccc; padding: 1px;}
    #content img.salesBoard {float:left; margin: 0 15px 15px 0; height:50px;}

    #content { margin: 0 5px; font-family: verdana, arial, helvetica, san-serif;  }
    #column_nav, #breadcrumb, #mast, #footer, #related, .sociable, #content #calendarcontainer, .pagenavbox { display:none;}
    #wrapper {width: auto;}
    #mobile_name {display:block; font-size: 2.5em; padding: 20px 15px; background: #eee; font-weight:bold; border-bottom: 1px solid #ccc}

    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, font, img, ins, kbd, q,
    s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
    #page_wrap, #mast, #mast #azbar, #mast .mast_links, #mast #primary_nav li, #mast #primary_nav li.lastItem a:link, #mast #primary_nav li.lastItem a:visited,
    #mast #primary_nav li.lastItem a:hover, #mast #primary_nav li.lastItem a:active, #content p.page_down, #content table, #content table tr, #content table td,
    #content table th, #content #az_index, #content #az_index li span, #column_nav ul.navWidget li, #content p.date, #content strong, #content #breadcrumb,
    #content #breadcrumb ul li span, #content #az_index li span, #footer, #content .basic_form p, #content label, #content .xform label
    {background: #FFf; color: #000}

    #content #calendarcontainer table#calendar td.today, #content h2.signin, #column_nav h2.navWidget, #content #progressbar
    {background: #000; color: #FFf;}

    #mast .mast_links form input.field, #content table, #content table tr, #content table td, #content table th, #content .lead_item img, #content .poll_box, #content .poll_box img,
    #content .listed_item, #content .listed_item, #content .download_box, #content div.cate_info, #content #related, #content #breadcrumb,
    #content .sitemap, #content #az_index, #content .person_box img, #content .personBorder, #column_nav h2.navWidget, #column_nav ul.navWidget li, #footer,
    #content .basic_form p
    {border-color: #000;}

    a:link, a:visited, #mast .mast_links a:link, #mast .mast_links a:visited, #mast #primary_nav li a:link, #mast #primary_nav li a:visited,
    #content table th a:link, #content table th a:visited, #content #calendarcontainer #calendar td a:link, #content #calendarcontainer #calendar td a:visited,
    #content #az_index li a:link, #content #az_index li a:visited, #column_nav ul.navWidget li a:link, #column_nav ul.navWidget li a:visited,
    #content div.cate_info h2 a:link, #content div.cate_info h2 a:visited, #content div.doc_info h2 a:link, #content div.doc_info h2 a:visited,
    #content #breadcrumb ul li a:link, #content #breadcrumb ul li a:visited
    {background: #FFf; color: #000080}

    a:hover, a:active, #mast .mast_links a:hover, #mast .mast_links a:active, #mast #primary_nav li a:hover, #mast #primary_nav li a:active,
    #content table th a:hover, #content table th a:active, #content #calendarcontainer #calendar td a:hover, #content #calendarcontainer #calendar td a:active,
    #content #az_index li a:hover, #content #az_index li a:active, #column_nav ul.navWidget li a:hover, #column_nav ul.navWidget li a:active,
    #content div.cate_info h2 a:hover, #content div.cate_info h2 a:active, #content div.doc_info h2 a:hover, #content div.doc_info h2 a:active,
    #content #breadcrumb ul li a:hover, #content #breadcrumb ul li a:active
    {background: #FFf; color: #008000}


    #content .row_divider .new_widget, #content  .row_divider .new_widget p, #content .row_divider .new_widget h2, #content .row_divider .new_widget h3,
    #content .row_divider .new_widget div, #content .row_divider .new_widget span, #content .row_divider .new_widget dt, #content .row_divider .new_widget ul,
    #content .row_divider .new_widget li, #content .row_divider .new_widget dd
    {background:#FFf; color: #000 ; border:none;}

    #content .row_divider .new_widget a:link,
    #content .row_divider .new_widget a:visited {background:#FFf; color: #000080; border:none;}
    #content .row_divider .new_widget a:hover,
    #content .row_divider .new_widget a:active {background:#FFf; color: #008000; border:none;}

    table, td, th { border-collapse: collapse; border: 1px solid #000; }
}
*/

 .largeCarouselWidget  .frame {padding: 0 0 0 0;}

 .largeCarouselWidget ul.items img {
border: 1px solid #fff; /* Sets the border width and colour to the image */

 .largeCarouselWidget {
background: #666; border: 3px single #333; padding: 0 0 0 0; margin: 0 0 0 0;} /* Sets the border width and colour */

.largeCarouselWidget ul.items li h2 {margin-bottom: 1px; padding-bottom: 1px;}
.largeCarouselWidget ul.items li h2 a {margin: 0;}


.findmynearestbox {text-align:center; background: #D2F9AD; padding: 6px; border: 2px solid #CCCCCC;}
.findmynearestbox form {background: #D2F9AD; border: 0; margin: 0; padding: 0;}
