/*##### FORMS ######*/
.basic_form label, .basic_form span.label   { font-weight: normal; font-size: 1em; color: #000; margin: 0 3% 0 0; vertical-align: top; width:25%; display:inline-block; vertical-align: top; }
fieldset                        { padding: 10px 0; border: none; margin:0 0 15px 0; }

.basic_form ol.dateOfBirth                      { overflow:auto; margin:0; display: inline-block; }
.basic_form ol.dateOfBirth li                   { width:80px; float:left; clear:none; }
.basic_form ol.dateOfBirth li label             { width: 100%; margin-right: 0; }
.basic_form ol.dateOfBirth li input              { width:50%; display: block; clear: both; }
.basic_form ol.dateOfBirth li input#dob_year    {  }

form ol { list-style:none; }
form ol li { padding: 0 0 10px }

#progressbar            { height:10px; padding: 1px; border: 1px solid #194576; width: 98%; background: #fff; position: relative; margin-bottom: 20px; }
#progressbar img                { height: 10px; position: absolute;}
#progressbar div                { height: 10px; position: absolute; background: #194576;}

div.chart-bar               { height: 10px; background: #194576;}

.basic_form #search_checkbox label { text-align: left; }

.basic_form input[type="text"],
.basic_form input[type="password"],
.basic_form textarea {
    width: 60%;
    display: inline-block;
}
.basic_form input[type="submit"] {
    margin-left: 29%;
}
.basic_form .warning input[type="text"],
.basic_form .warning input[type="password"],
.basic_form .warning textarea,
.basic_form .warning  label,
.basic_form .warning  .label,
h2.warning, p.warning {
    border-color: #f00;
    color: #f00;
}

.basic_form {
    border-top: 5px solid #E7E7DE;
    clear: both;
    margin: 10px 0;
}
.basic_form ol {
    margin: 0;
}
.basic_form ol li,
.basic_form legend {
    background: #F7F7EF;
    border-bottom: 1px solid #E7E7DE;
    border-top: 2px solid #FFFFFF;
    clear: both;
    margin: 0;
    padding: 7px 15px;
}
.basic_form legend {
    width: 100%;
}
.basic_form label {
    color: #000000;
    display: block;
    float: left;
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 0 15px;
    text-align: left;
    vertical-align: top;
    width: 25%;
}
.basic_form li input[type="text"],
.basic_form li textarea,
.basic_form li select {
    border: 1px solid #999999;
    font-family: verdana,helvetica,arial,san-serif;
    font-size: 1em;
    margin-left: 15px;
}

.basic_form li input[type="text"],
.basic_form li textarea {
    width: 55%;
}

.basic_form li.center {
    text-align: center;
}
.basic_form li.center input[type="submit"] {
    margin: 0;
}
.basic_form li em {
    color: #666;
}
.basic_form li strong {
    font-weight: normal;
    color: #f00;
}

/* xforms styles */
.xform p br                     { display: none; }
.xform label,
.xform span.label               { clear:both; margin: 0 0 5px 0; width: auto; float: none; text-align: left; width: 100%; }

.xform input.checkbox,
.xform input.radio          { width: auto; }
.xform input.button         { margin: 0; }
.xform span.help,
.basic_form p em.help           { margin-top: 5px; margin-bottom: 5px; display:block; font-size: 0.9em; font-style: normal; background: url(../css_img/50.png) no-repeat left 3px; padding-left: 13px; color: #555; }
.xform .lead_item               { background: #f3f3f3; padding: 10px 15px; border: 1px solid #ddd; margin: 10px 0; }
.xform .lead_item p             { border:none; padding:0; }
.xform input.primary { float: right; }
.xform p.centre { overflow: hidden; }

/* used in directories submission */
.basic_form div.googleMap                   { margin: 0 auto; }
.basic_form div.googleMap table img         { vertical-align: top; }
.basic_form div.googleMap table             { margin:0; }

.directoryMap { display: block; clear: both; margin: 1em auto; max-width: 100%; }

/* multioption form elements - radio/checkbox */
.basic_form span.radioButtons               { margin-left:16px; width: 55%; display:block; float: left; }
.basic_form span.radioButtons label         { float:none; margin: 0; clear:both; text-align: left; width: auto; }
.basic_form span.radioButtons label input   { float:none; width: auto; border:none; margin: 0; padding:0; }

.basic_form .dob                            { width: 20%; border: 1px solid #999; font-family: verdana, helvetica, arial, san-serif; font-size:1em; }
.userSettings span                                  { border: 1px solid #ccc; padding: 1px; display: block; float: left; width: 200px; background: #fff; margin:0 5px 5px 0; }
.basic_form fieldset.userSettings span label    { text-align: left; float: none; width: auto; margin: 0; font-size: 1.1em; }

.basic_form .list-checkbox label,
.basic_form .list-checkbox .label {
    width:100%;
    margin-right: 0;
}

fieldset.userSettings span.clear                    { border: none; padding: 0; display: block; float: none; width: auto; background: none; }

.basic_form p.form_text label               { display:block; float:none; width: auto; text-align: left; padding:10px 0 0 50px; }

.xform table td                             { overflow: hidden; }
.xform table input,
.xform table textarea,
.xform table select                         { margin:0; width: 90%; }

.prefContrast                       { background:#000; float:left; padding:10px; padding-left:0; border-radius:8px; }
.prefCream                          { background:#fff9d2; color:#010066; float:left; padding:10px; padding-left:0; border-radius:8px; }
.prefBlue                           { background:#9fcfff; color:#010066; float:left; padding:10px; padding-left:0; border-radius:8px; }

.prefContrast label         { color: #fff; width:80%; }
.prefCream label            { width:80%; }
.prefBlue label         { width:80%; }

.form-faqs input[type="submit"] { margin: 0 auto; display: block; float: none; }

/*##### EDITOR ######*/

.text_align_left {text-align:left;}
.text_align_right {text-align:right;}
.text_align_center {text-align:center;}
.indent {margin-left:20px;}
.indent2 {margin-left:40px;}
.byEditor strong {font-weight:bold;}
.byEditor em {font-style:italic;}
.underline_text {text-decoration:underline;}
.strikethrough_text {text-decoration:line-through;}
.underline_and_strikethrough_text {text-decoration:line-through underline;}
.underline_text.strikethrough_text {text-decoration:line-through underline;}
.byEditor sup, .superscript_text {vertical-align:super;}
.byEditor sub, .subscript_text {vertical-align:sub;}
.float_left {float:left;}
.float_right {float:right;}
.image_centre { margin:0 auto; display:block; }
.byEditor h2 { margin: 0 0 .7em; }
.byEditor h3 { margin: 0 0 .3em; }

#content .byEditor img.float_right {
    border: 1px solid #CCC;
    float: right;
    margin: 5px 0 5px 5px;
    padding: 1px;
}
#content .byEditor img.float_left {
    border: 1px solid #CCC;
    float: left;
    margin: 5px 5px 5px 0;
    padding: 1px;
}

.hidden { position: absolute; top: -99999px; left: -99999px; }

td.highlightCell {background:#cfc;}
tr.highlightRow td {background:#cfc;}
tr.zebra {background:#ffc;}

.byEditor abbr { border-bottom: 1px dotted #ccc; cursor: help;}

div.placeholder { background: #eee; border: 1px solid #ccc; color: #000; padding: 2em; color: #333;}
div#editable { border: 2px dashed #999; padding: 10px; }
div#editable:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div#toolbar { border: 1px solid #ddd; background-color: #F6F6EA; padding: 0.5em; margin-bottom: 20px; }
div#toolbar input { margin-right: 5px; }

/*##### 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; }

html {-webkit-text-size-adjust: none; }
body { font:14px/1.58em Verdana, Arial, Helvetica, sans-serif;}

span.email-icon, span.fax-icon, span.tel-icon, span.arrw-icon, span.user-icon {
    padding: 3px 0 3px 20px;
}

.arrw-icon {
    background: url("../css_img/icon_arrow-2.gif") no-repeat 0 0.4em;
    padding-left: 20px;
}
.tel-icon {
    background: url("../css_img/icon_tel-2.gif") no-repeat 0 0.25em;
    padding-left: 20px;
}
.email-icon {
    background: url("../css_img/icon_email.gif") no-repeat 0 0.25em;
    padding-left: 20px;
}
.fax-icon {
    background: url("../css_img/icon_print.gif") no-repeat scroll 0 0.4em;
    padding-left: 20px;
}

address {
    background: url("../css_img/icon_email.gif") no-repeat scroll 0 4px;
    font-style: normal;
    padding: 3px 0 3px 20px;
    margin-bottom: 1.58em;
}

blockquote {
    font-style: italic;
    padding: 0 0 10px 25px;
}
blockquote, q { quotes: none; }
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;}

table { margin: 10px 0; width:99%; background: #ccc; border: 1px solid #356aa0; border-spacing: 1px 1px;}
table tr,
.gssb_c table tr { border: 1px solid #fff; background: #e7f1f8}
table td,
.gssb_c table td { border: 1px solid #fff; background: #e7f1f8; padding: 5px}
table th,
.gssb_c table th { border: 1px solid #004d91; background: #356aa0; padding: 5px; color: #fff; font-weight: normal; font-size: 1.1em; line-height: 1.6em; text-align: left;}
table tfoot td,
.gssb_c table tfoot td { border: 1px solid #004d91; background: #356aa0; padding: 5px; color: #fff; font-weight: normal; font-size: 1.1em; line-height: 1.6em; text-align: left;}
table th a:link, #content table th a:visited, #content table th a:hover, #content table th a:active { color: #fff; }
table caption { font-size:1.1em; }

.gsq_a:hover {
    cursor: pointer;
}

.byEditor img {
    max-width: 100%;
}
abbr { border-bottom: 1px dotted; cursor: help; text-transform:uppercase; font-size:.85em; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ul { list-style:none; }
.byEditor ul,
.contentWidget ul { list-style-type:disc; margin: 0; padding: 0 0 10px 10px; }
.byEditor ul li,
.contentWidget ul li { background: url("../css_img/bullet.gif") no-repeat 0 0.5em; list-style: none; padding: 0 0 5px 12px; }
ol { list-style-type: decimal; margin:1.58em 0 1.58em; }

.byEditor ol {
    margin-left: 25px;
}

strong { font-weight: bold; }
em { font-style:italic; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

a.skip {
    left: 0;
    top: -999999px;
    position: absolute;
    color: #000;
    padding: 5px;
}
a.skip:focus {
    top: 0;
}

form { font-family: Verdana, Arial, Helvetica, sans-serif; }
label { cursor:pointer; }
input[type="text"], input[type="password"], textarea { font:99% sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif; -webkit-appearance: none;}
select{ font:99% sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;}
input, select { vertical-align: middle; }
textarea { overflow: auto; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
input.button { cursor: pointer; width: auto; overflow: visible; }

h1, h2, h3, h4, h5, h6 { font-weight: bold;  }
h1 {font-size:2.285em; line-height:1.4em; margin:.85em 0 0em; font-weight:bold;}
h2 {font-size:1.4em; padding-top:.1em; margin:0 0 1.3em;}
h3 {font-size:1.12em; margin:0 0 1.3em;}
h4 {font-size:1em;}

p {margin:0 0 1.58em;}
p.answer { margin: 0; }

a, a:active, a:visited { color: #0037D1; text-decoration: none}
a:hover, a:active { outline: none; }
a:hover, a:focus { color: #000; }

.clear {clear: both;}

.twoCol.hide_ads  .inner_content {
    margin-left: 0;
    width: 100%;
}

p.specialNote {
    background: #E7F1F8;
    border: 1px solid #468DD4;
    font-size: 1.1em;
    margin-bottom: 20px;
    padding: 10px;
}

.content_box {
    background: #F9F9F9;
    border-color: #E3E3E3;
    border-style: solid;
    border-width: 1px;
    color: #777777;
    font-size: 1.1em;
    margin-bottom: 5px;
    padding: 10px;
    padding-right: 3px;
}
.content_box p {
    margin: 0;
}

/*##### ANIMATIONS  #####*/

a, .fade, .logos img {
    transition: background .3s, color .3s, opacity .3s, padding .3s;
    -webkit-transition: background .3s, opacity .3s, padding .3s;
}

.nofade {
    transition: none;
    -webkit-transition: none;
}

/*##### STRUCTURE  #####*/

input[type="text"],
input[type="password"],
textarea {
    padding: 7px;
    border: 1px solid #CECECE;
}

input[type="text"]:focus {
    outline: none;
}

input[type="submit"],
input[type="reset"],
a.button, input.btn, input.button,
.call-to-action a {
    padding: 7px 0;
    background: #30558F;
    border: 1px solid #194576;
    text-shadow: 0px -1px 0px #194576;
    color: #fff;
    cursor: pointer;
    -webkit-appearance:none; /* Safari and Chrome */

}

.main .call-to-action {
    overflow: visible;
}

.call-to-action a {
    box-sizing: border-box;
    display: block;
    padding: 7px;
    text-align: center;
    width: 100%;
}

.main input[type="submit"],
.main input[type="reset"],
a.button, input.btn,
 input.button {
    padding: 7px 10px;
}

a.button {
    margin-bottom: 20px;
    display: inline-block;
}

.main input[type="submit"]:hover,
.main input[type="reset"]:hover,
.call-to-action a:hover,
.call-to-action a:focus {
    background: #194576;
}

body {
    background: #F4F5ED;
    font-size: 12px;
}

.byEditor {
    overflow: hidden;
}

.container {
    width: 96%;
    max-width: 980px;
    padding: 0px 2%;
    background: #E5E5D7;
    display: block;
    margin: 0 auto;
}

header {
    margin-bottom: 15px;
    background: #5a85d4;
    background: -moz-linear-gradient(top,  #5a85d4 0%, #83a5e4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a85d4), color-stop(100%,#83a5e4));
    background: -webkit-linear-gradient(top,  #5a85d4 0%,#83a5e4 100%);
    background: -o-linear-gradient(top,  #5a85d4 0%,#83a5e4 100%);
    background: -ms-linear-gradient(top,  #5a85d4 0%,#83a5e4 100%);
    background: linear-gradient(to bottom,  #5a85d4 0%,#83a5e4 100%);
    border-radius: 0 0 4px 4px;
    padding: 15px;
    overflow: auto;
    border: 1px solid #D0CFC7;
    border-top: none;
}

header .logo {
    display: block;
    float: left;
    width: 137px;
    height: 100px;
    margin-right: 20px;
    background: url('../css_img/logo.png') no-repeat top left;
    text-indent: -1000px;
}

.site-tools {
    overflow: auto;
    display: none;
    clear: both;
    float: none;
}

header nav,
.account-access {
    float: none;
    width: auto;
    clear: both;
    margin-top: 35px;
    background: rgba(255,255,255,0.76);
    padding: 10px;
    border-radius: 3px;
    overflow: auto;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

header nav li {
    float: none;
    display: inline-block;
    margin: 0 0 0 -4px;
    width: 50%;
    padding: 4px 0;
    vertical-align: top;
}

header nav li:first-child {
    margin-left: 0;
    width: 100%;
}

@media screen and (min-width: 375px) {
    header nav li,
    header nav li:first-child {
        margin: 0 12px;
        width: auto;
    }
}

.account-access {
	margin-top: 20px;
	text-indent: -20000px;
}

.account-access p {
	margin-bottom: 0;
	overflow: hidden;
}

.account-access a {
	float: left;
    padding: 4px 0;
	text-indent: 0;
	width: 50%;
}

.account-access a:nth-child(odd) {
	clear: both;
}

.account-access a:first-child:last-child {
	width: 100%;
}

@media screen and (min-width: 850px) {
	.account-access {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		clear: both;
		float: left;
		margin-bottom: 0;
		width: 100%;
	}
}

header .search {
    width: 100%;
    display: inline;
    text-align: right;
    margin-top:35px;
    clear: both;
}

header #q {
    width: 60%;
    float: left;
    border: 1px solid rgb(126, 157, 185)!important;
    background: #fff!important;
    padding: 7px !important;
}

.ie9 header #q {
	padding: 5px 7px !important;
    font-size: 16px;
}

header input[type="submit"] {
    width: 30%;
    background: #30558F;
    font-size: 16px;
}

header input[type="submit"]:hover {
    border: 1px solid #0f3054;
    color: #eee;
}

.leftside {
    float: none;
    display: block;
}

.rightside {
    float: none;
    display: block;
}

.show_hide_small {
    color: #fff;
    float: right;
    font-size: 1.33em;
    display: block;
    margin-top: 30px;
    background: #30558F url('../css_img/show-hide-nav.png') no-repeat right center;
    border: 1px solid #194576;
    padding: 10px 40px 10px 10px;
    width: auto;
    border-radius: 3px;
}
.show_hide_small:visited,
.show_hide_small:focus,
.show_hide_small:hover {
    color: #fff;
    background-color: #1B3969;
}

.main {
    background: #fff;
    border-radius: 4px 4px 0 0;
    padding: 15px 15px 0 15px;
    display: block;
}

.inner {
    margin-bottom: 20px;
}

.left-nav {
    width: 100%;
    float: none;
    margin-right: 0;
    border-radius: 3px;
    font-size: .9em;
    line-height: 1.45em;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.left-nav h2 {
    padding: 10px 10px 10px 35px;
    background: #EBEBDE url('../css_img/info.gif') no-repeat 10px 11px;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #fff;
    margin: 0 0 10px 0;
    font-size: 1.1em;
}

.left-nav h3, .left-nav ul {
    margin: 0 10px;
}

.left-nav h3 {
    font-size: 1em;
    font-weight: bold;
}

.left-nav ul {
    margin-bottom: 10px;
    overflow: auto;
}

.left-nav li {
    float: left;
    margin-right: 5px;
    display: inline;
}

.home .left-nav li:after {
    content: ',';
}

.home .left-nav li:last-child:after {
    content: none;
}

.home .left-nav li.last-child:after {
    display: none;
}

.left-nav .navWidget {
    background: #F6F6E9;
}

.home .left-nav {
    width: 100%;
    background: #F6F6E9;
}

.topics .navWidget {
    margin: 0 0 10px;
    padding: 0;
    overflow: auto;
}

.topics .navWidget ul {
    margin: 0 0 30px;
    padding: 0;
    overflow: auto;
}

.topics .navWidget li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.topics .navWidget ul ul {
    margin: 5px 0 5px 20px;
}

.topics .navWidget a {
    padding: 10px 10%;
    display: block;
    width: 80%;
    color: #4d4b4b;
    font-size: 1.1em;
}
.topics .navWidget .second-level a {
    padding: 5px 10%;
}

.topics .navWidget a:hover, .topics .navWidget .active {
    background: #fff;
}

.topics .navWidget .active {
    font-weight: bold;
}

.topics .navWidget a:hover {
    color: #454545;
}

.topics .navWidget li:after {
    content: none;
}

.page-content {
    overflow: auto;
    float: none;
    width: 100%;
}

.row-divider {
    overflow: auto;
    margin-bottom: 20px;
}

.new-widget {
    margin-right: 0;
    margin-bottom: 15px;
}

.new-widget img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.stacked {
    margin-bottom: 15px;
}

.new-widget h3 {
    font-weight: normal;
    margin: 0 0 15px 0;
    font-size: 1.12em;
}

.new_widget .standout {
    background: none;
}

.new_widget .standout h3 {
    border-bottom: 0;
    background: none;
}

.standout {
    background: #F6F6E9;
}

.standout h3 {
    color: #444;
    border-bottom: 1px solid #FFF;
    background: #EBEBDF;
    font-weight: 900;
    margin: 0;
}

.standout>* {
    padding: 5% !important;
    display: block;
}

.standout img {
    max-width: 90%;
}

.standout.blue {
    background: #E3EFF6;
}

.standout.blue h3 {
    background: #5191D8;
    color: #fff;
}

.links {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.links li {
    padding-left: 15px;
    background: url('../css_img/bullet.gif') no-repeat left 6px;
    display: block;
    margin: 5px 10px 5px 0;
}

.list-poll li {
    padding-bottom: 10px;
}
.list-poll li p {
    margin: 0 0 5px;
}

.boxed,
.figcaption,
.imageCaption {
    border: 1px solid #EBEBDF;
    background: #F6F6EA;
    text-shadow: 0px 1px 0px #fff;
    border-radius: 3px;
    padding: 10px;
}
.figcaption,
.imageCaption {
    margin-bottom: 20px;
    max-width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.figcaption p,
.imageCaption p {
    margin: 0;
    font-size: 11px;
}
.figcaption.float_left,
.imageCaption.float_left {
    margin: 0 20px 10px 0;
}
.figcaption.float_right,
.imageCaption.float_right {
    margin: 0 0 10px 20px;
}

.box-contact {
    background: #F6F6EA;
    border: 1px solid #EBEBDF;
    border-radius: 3px;
    overflow: hidden;
}
.box-contact h3 {
    background: #EBEBDF;
    padding: 10px;
    color: #444;
    margin: 0;
    border-bottom: 1px solid #fff;
}
.box-contact ul {
    padding: 10px 10px 0;
}
.box-contact li {
    margin-bottom: 5px;
}


/* CAROUSEL STYLING */

.slidewrap {
    overflow: hidden;
    position: relative;
}

.slider {
    z-index: 50;
    position: relative;
    float: left;
    height: 250px;
}

.crop {
    width:100%;
    overflow: hidden;
    position: relative;
    height:250px;
}

.crop img {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -270px;
    width: 540px;
    max-width: 800px !important;
}

.copy {
    position: absolute;
    bottom: 0;
    padding: 0 2%;
    width: 96%;
    color: #fff;
    background: rgba(0,0,0,0.5);
    text-shadow: 0px -1px 0px #000;
}

.copy h2 {
    margin: 10px 0;
    color: #fff;
}

.copy p a {
    color: #eee;
}

.copy p a:hover {
    color: #fff;
    text-decoration: underline;
}

.slidecontrols {
    position: absolute;
    z-index: 100;
    width: 100%;
}
.slidecontrols li {
    background: rgba(0,0,0,0.5);
    display: block;
}

.slidecontrols a {
    color: #fff;
    display: block;
    text-indent: -10000px;
    width: 40px;
    height: 40px;
    opacity: .9;
}

.slidecontrols a:hover {
    opacity: 1;
}

.slidecontrols .carousel-disabled, .slidecontrols .carousel-disabled:hover {
    opacity: .4;
    cursor: default;
}

.prev {
    float: left;
    background: rgba(0,0,0,0.5) url('../css_img/prev.png') no-repeat center center;
}

.next {
    float: right;
    background: rgba(0,0,0,0.5) url('../css_img/next.png') no-repeat center center;
}

.no-js .slidewrap {
    /* overflow: scroll; */
    overflow: hidden;
    height: 250px;
}

.no-js .slider {
    /* width: 1000%; */
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.no-js .slider li {
    float: left;
    /* width: 355px; */
    width: 100%;
}

.js-flash .tasks li ul {
    display: none;
}

.js-flash .tasks .first-task ul {
    display: block;
}


.tasks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.tasks ul li {
    overflow: hidden;
    padding: 10px;
    margin-bottom: 5px;
}

.tasks ul li a:focus {
    outline: none;
}

.tasks .title {
    background: url('../css_img/arrow-inactive.gif') no-repeat right center;
    box-sizing: border-box;
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    padding-right: 20px;
}

.tasks li .links li {
    box-sizing: border-box;
    width: 92%;
    display: inline-block;
    padding: 0 0 0 15px;
}

.tasks li .links li:nth-child(odd) {
    clear: left;
}

.tasks .active {
    background: url('../css_img/arrow-active.gif') no-repeat right center;
    padding-bottom: 5px;
    border-bottom: 1px solid #EBEBDF;
    color: #000;
}

.postcode label {
    font-size: 1.12em;
    margin-bottom: 10px;
    display: block;
}

.postcode input[type="text"] {
    width: 70%;
}

.twitter {
    overflow: visible;
    margin-top: -8px;
}

.twitter h3 {
    padding: 12px 5px 10px 10px;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #fff;
    margin: 0.5em 0 -3px 0;
    padding-left: 2.8em;
    font-size: 1.1em;
    font-weight: bold;
    background: #EBEBDE url('../css_img/twitter.png') no-repeat 12px 14px;
}

.tweetDate {
    font-size: 90%;
    line-height: 2.8em;
    display: block;
}

.twitter a.tweetDate:link, .twitter a.tweetDate:visited {
    color: #444;
}

.twitter a.tweetDate:hover {
    text-decoration: underline;
}

.twitter p {
    margin: 0 0 0.8em;
}

.twitter iframe {
    width: 98%;
    min-width: auto !important;
    max-width: 98% !important;
}

.breadcrumb {
    overflow: auto;
    margin: 20px;
    color: #000;
    background: #f6f6ea;
    padding: 8px 2%;
    border-radius: 4px;
}

.breadcrumb li {
    display: inline-block;
    float: left;
}

.breadcrumb li a {
    background: url('../css_img/arrow.png') no-repeat right center;
    padding-right: 15px;
    margin-right: 10px;
    float: left;
    color: #000;
}

.breadcrumb li a:hover {
    color: #454545;
}

.page-content {
    width: 100%;
    overflow: hidden;
}

.page-content article,
.page-content .article {
    width: 100%;
}

article h1, article h2, article h3, article h4 {
    font-family: helvetica, verdana, arial, san-serif;
    color: #444;
}

section h1 {
    margin: 20px 0 30px 0;
    font-family: helvetica, verdana, arial, san-serif;
    color: #444;
}

article h2:first-child {
    margin-top: 0px;
}

.page-content aside {
    width: 100%;
    margin-top: 20px;
}

.supplement {
    margin-bottom: 10px;
    word-wrap: break-word;
    display: block;
    clear: both;
    overflow: hidden;
}

.supplement a {
    word-wrap: break-word;
    display: inline-block;
}

table a,
.supplement a.email {
    word-break: break-all;
}

.left-nav .supplement ul {
    margin: 0;
}

.supplement img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
}

.supplement h4 {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.supplement p {
    margin-bottom: 5px;
}

.page-tools {
    overflow: auto;
    clear: both;
    text-align: left;
    font-size: .9em;
    margin-bottom: 20px;
}

.page-tools li {
    display: inline-block;
    margin: 0 10px;
    padding-left: 20px;
}

.left-nav .boxed {
    border: none;
}

.page-tools .print {
    background: url('../css_img/icon_print.gif') no-repeat left center;
}

.page-tools .email {
    background: url('../css_img/icon_email.gif') no-repeat left center;
}

.section-docs,
.section-cats {
    margin-bottom: 20px;
    overflow: auto;
}
.section-cats .links {
    margin-bottom: 10px;
}

.section-docs h2,
.section-cats h2 {
    margin: 0 0 15px 0;
}

.adverts {
    float: none;
    width: 100%;
    text-align: center;
}

.adverts .title {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.adverts b,
.adverts br {
    display: none;
}

.adverts img {
    margin: 0 2px 15px 2px;
    width: 46%;
    max-width: 150px;
}
.adverts b,
.adverts br {
    display: none;
}

.alphabeticNav {
    overflow: hidden;
    background: #F6F6EA;
    padding: 10px;
    margin-bottom: 20px;
}
.alphabeticNav li a,
.alphabeticNav li span {
    display: block;
    float: left;
    line-height: 1.1em;
    margin: 0 0 6px 6px;
    padding: 2px 3px 3px;
    text-align: center;
    width: 1.4em;
    border: 1px solid #ccc;
    color: #ccc;
    background: #fff;
    text-transform: uppercase;
}
.alphabeticNav li a {
    border-color: #03C;
    color: #03C;
}
.alphabeticNav li a:hover {
    text-decoration: underline;
}

.box-padding {
    margin-bottom: 20px;
}

.form_live_search {
    margin-bottom: 20px;
}
.form_live_search input[type="submit"] {
    margin: 0 0 0 5px;
    width: auto;
    display: inline-block;
}

.alphabeticNav li {
    display: inline;
    font-size: 1.6em;
    list-style: none outside none;
}

#calendar {
    width: 100%;
    display: table;
    margin-top: 0;
}
#calendar th {
    text-align: center;
    padding: 5px;
}
#calendar td {
    padding: 5px 0;
    text-align: center;
}
#calendar td a:hover {
    text-decoration: underline;
}
#calendar td.today {
    background: #EBEBDE;
}

#calendarcontainer { margin-bottom: 20px; }
#calendarcontainer th { text-align: center; padding: 0;}
#calendarcontainer td { text-align: center; line-height: 1.8em; padding:0;}
#calendarcontainer td.today { background: #004d91; color: #fff;}
#calendarcontainer td a:link, #calendarcontainer td a:visited, #calendarcontainer td a:hover, #calendarcontainer td a:active { background: #666; color: #fff; display:block; text-decoration: none;}
#calendarcontainer td a:hover, #calendarcontainer td a:active { background: #004d91;}
#calendarcontainer caption  {margin: 0; padding:0; font-size: 1em; text-transform: uppercase; color: #fff; background: #004d91;}
#calendarcontainer caption a:link, #calendarcontainer caption a:visited, #calendarcontainer caption a:hover, #calendarcontainer caption a:active {color: #eee;}

.pagination {
    overflow: hidden;
    margin-top: 25px;
}
.boxed .btn-next {
    float: right;
}
.boxed .btn-prev {
    float: left;
}

.form_events_select {
    margin-bottom: 5px;
}
.form_events_select label {
    width: 100%;
    display: block;
}
.form_events_select select {
    width: 100%;
    margin-bottom: 5px;
}
.form_events_select p {
    margin: 0;
}

.form_live_search input[type="text"] {
    display: block;
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
}

.article .byEditor {
    padding-bottom: 15px;
}

.page-content img {
    max-width: 100%;
}

ul.list-news li {
    margin-bottom: 20px;
    overflow: hidden;
}
ul.list-news li h3,
ul.list-news li h2 {
    margin-bottom: 10px;
}
ul.list-news li p {
    margin-bottom: 10px;
}
p.date {
    font-size: 11px;
    color: #4D4B4B;
}
ul.list-news li img {
    float: right;
    width: 20%;
    margin: 0 0 10px 20px;
}
img.img-news,
img.photo {
    width: 30%;
    float: right;
    margin: 0 0 10px 20px;
}
div.photo {
    width: 30%;
    float: right;
    margin: 0 0 10px 20px;
}
img.img-content {
    width: 100%;
    margin: 0 0 20px;
}
img.img-content-gen {
    width: 100%;
    margin: 0 0 20px;
}

#az_live_find label {
    width: 100%;
    margin: 0;
}

.form_404 input[type="submit"]  {
    margin: 0;
    display: inline-block;
}

.gallery_box {
    margin-bottom: 20px;;
}
.gallery_box h3 {
    margin-bottom: 5px;
}
.gallery_box p {
    margin-bottom: 0;
}
.gallery_box img {
    float: left;
    margin-right: 10px;
}

ul.list-gallery {
    padding: 20px 0;
}
ul.list-gallery li {
    display: inline-block;
    width: 22%;
    margin: 1%;
    text-align: center;
}
ul.list-gallery a {
    font-size: 10px;
}
ul.list-gallery img {
    clear: both;
    display: block;
    margin: 0 auto 5px;
}

object {
    max-width: 100%;
    margin-bottom: 20px;
}

.gallery-nav ul {
    overflow: hidden;
}
.gallery-nav li {
    width: 50%;
    display: block;
    float: left;
    background: none;
    text-align: center;
}
.gallery-nav li a {
    padding: 0 5px;
    display: block;
}

.box-podcast {
    overflow: hidden;
}
.box-podcast img {
    width: 20%;
    float: left;
    margin: 0 20px 10px 0;
}
.box-podcast h2 {
    margin: 0 0 5px;
}
.box-podcast p {
    margin: 0 0 5px;
}

.box-podcast-info ul li a {
    display: block;
    padding: 5px 0;
}
.box-podcast-info ul li img {
    vertical-align: bottom;
}

ul.list-council {
    overflow: hidden;
}
ul.list-council li {
    width: 50%;
    float: left;
    min-height: 115px;
}
ul.list-council p {
    margin: 0;
}
ul.list-council li img {
    width: 30%;
    float: left;
    margin: 0 15px 10px 0;
}

#announcement {
    margin: 15px 0 20px;
    background: #30558F;
    border-radius: 5px;
    padding: 5px 15px;
}
#announcement div.h2{
    color: #fff;
    font-size:1.3em;
    margin:0;
    padding:5px 0;
    color: #fff;
    font-weight: bold;
}
#announcement p{
    padding:5px 0;
    margin: 0;
    color: #fff;
}
#announcement a {
    color: #fff;
    text-decoration: underline;
}
#announcement a:hover {
    text-decoration: none;
}

.list-whats-new ul {
    margin-bottom: 20px;
}
.list-whats-new ul p {
    margin-bottom: 0;
}

.list-bullet {
    margin: 0 0 20px;
}
.list-bullet li {
    background: url("../css_img/bullet.gif") left 6px no-repeat;
    display: block;
    margin: 5px 10px 5px 0;
    padding-left: 15px;
}

.care_and_support .standout ul,
.health_and_wellbeing .standout ul,
.things_to_do .standout ul,
.travel_and_getting_about .standout ul,
.community_and_getting_involved .standout ul,
.caring_for_someone .standout ul,
.money_and_legal_matters .standout ul,
.housing_and_care_homes .standout ul,
.keeping_safe_and_secure .standout ul,
.working_and_learning .standout ul {
    padding: 0!important;
}

.care_and_support ul li {
    background: url("../css_img/bullet-red.gif") no-repeat 0 0.5em;
    list-style: none outside none;
    padding: 0 0 5px 12px;
}
.health_and_wellbeing ul li {
    background: url("../css_img/bullet-green.gif") no-repeat 0 0.5em;
    list-style: none outside none;
    padding: 0 0 5px 12px;
}
.things_to_do ul li {
    background: url("../css_img/bullet-orange.gif") no-repeat 0 0.5em;
    list-style: none outside none;
    padding: 0 0 5px 12px;
}
.travel_and_getting_about ul li {
    background: url("../css_img/bullet-dark-blue.gif") no-repeat 0 0.5em;
    list-style: none outside none;
    padding: 0 0 5px 12px;
}
.community_and_getting_involved ul li {
    background: url("../css_img/bullet-light-purple.gif") no-repeat 0 0.5em;
    list-style: none outside none;
    padding: 0 0 5px 12px;
}
.caring_for_someone ul li {
    background: url("../css_img/bullet-dark-purple.gif") no-repeat 0 0.5em;
    list-style: none outside none;
    padding: 0 0 5px 12px;
}
.money_and_legal_matters ul li {
    background: url("../css_img/bullet-light-blue.gif") no-repeat 0 0.5em;
    list-style: none outside none;
    padding: 0 0 5px 12px;
}
.housing_and_care_homes ul li {
    background: url("../css_img/bullet-magenta.gif") no-repeat 0 0.5em;
    list-style: none outside none;
    padding: 0 0 5px 12px;
}
.keeping_safe_and_secure ul li {
    background: url("../css_img/bullet-lime.gif") no-repeat 0 0.5em;
    list-style: none outside none;
    padding: 0 0 5px 12px;
}
.working_and_learning ul li {
    background: url("../css_img/bullet-yellow.gif") no-repeat 0 0.5em;
    list-style: none outside none;
    padding: 0 0 5px 12px;
}

.page-content .googleMap img,
.googleMap img {
    max-width: none;
}

.googleMap {
    width: auto !important;
}

.form_settings input[type="submit"] {
    margin: 0;
}
.form_settings  p.center {
    display: block;
    clear: both;
    text-align: center;
    padding-top: 20px;
}
.form_settings ul.list-options {
    overflow: hidden;
}
.form_settings ul.list-options li {
    width: 45%;
    float: left;
    padding: 10px 10px 10px 0;
    margin: 0 10px 10px 0;
}
.form_settings ul.list-options li label {
    width: 100%; margin: 0;
}
.form_settings fieldset {
    padding-bottom: 20px;
}
.form_settings fieldset legend {
    padding-bottom: 10px;
    font-weight: bold;
}
.form_settings fieldset select {
    margin-bottom: 10px;
}
#preview_box img {
    float: right;
    margin: 0 0 10px 20px;
}

.basic_form div.googleMap {
    margin-bottom: 10px;
}
.input-map-postcode input[type="text"] {
    width: 30%;
}

.boxed .email a,
#search_results .links a {
    word-break: break-all;
    word-wrap: break-word;
}

.box-pages {
    display: block;
    clear: both;
    margin-bottom: 10px;
}
.box-pages h2 {
    padding: inherit;
    background: none;
    border-radius: 0;
    border-bottom: none;
    margin: -10px -10px 10px;

    font-size: 1.4em;
}

/* Thank you page */
.contact-thanks h2 {
    font-weight: 500;
    font-size: 1.5em;
    color: #666;
    margin-bottom: 0.8em;
}

.thanks-tel {
    background: url(../css_img/icon_tel.gif) no-repeat 0 0;
    padding-left: 20px;
}

.thanks-email {
    background: url(../css_img/icon_email.gif) no-repeat 0 0;
    padding-left: 20px;
}

.thanks-visit {
    background: url(../css_img/icon_arrow-2.gif) no-repeat 0 0;
    padding-left: 20px;
}

footer {
    overflow: auto;
    clear: both;
    margin-top: 10px;
    color: #444444;
}

footer .container {
    background: #f6f6e9;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    max-width: none;
    overflow: hidden;
    padding: 15px;
    width: 100%;
}

@media only screen
and (min-width : 1500px) {

    footer .container {
        font-size: 1em;
    }

}

footer .a-z {
    margin-bottom: 15px;
}

footer .a-z .container {
    border-radius: 4px;
    padding-bottom: 5px;
}

footer .a-z h3 {
    font-size: 1.2em;
    margin: 0 0 .75em;
}

@media only screen and (min-width : 530px) {
    footer .a-z h3 {
        float: left;
        width: 28%;
    }
}

@media only screen and (min-width : 770px) {
    footer .a-z h3 {
        width: 22%;
    }
}

footer .a-z ul {
    display: block;
    font-size: 1.4em;
}

@media only screen and (min-width : 530px) {
    footer .a-z ul {
        float: right;
        width: 67%;
    }
}

@media only screen and (min-width : 770px) {
    footer .a-z ul {
        width: 78%;
    }
}

footer .a-z li {
    float: left;
    margin-bottom: .75em;
    text-align: center;
    width: 11.111%;
}

@media only screen and (min-width : 530px) {
    footer .a-z li {
        margin-bottom: .5em;
        width: 7.692%;
    }
}

@media only screen and (min-width : 770px) {
    footer .a-z li {
        width: 3.846%;
    }
}

footer .a-z span {
    color: #b4b4b4;
}

footer h1 {
    margin: 0 0 5px 0;
    font-size: 1.1em;
}

footer .address {
    width: 100%;
    float: none;
    display: block;
    overflow: auto;
}

footer .logos li {
    float: left;
    margin-right: 5px;
}

footer .logos img {
    opacity: .8;
}

footer .logos img:hover {
    opacity: 1;
}

footer .links {
    float: none;
    width: 100%;
    padding-left: 0;
    display: block;
    overflow: auto;
    margin-top: 20px;
}

footer .links p {
    margin: 10px 0 0;
    font-size: .8em;
    color: #444444;
}

footer .footlinks p {
    font-size: 90%;
    margin: 18px 0 0;
    display: block;
}

footer .links p a:link {
    color: #4d4b4b;
}

footer .links p a:hover {
    color: #454545;
}

#pageOfflive div {
    padding: 20px;
    background: #fff;
    min-width: 200px;
    display: block;
    margin: 10% 10%;
}
#pageOfflive h1 {
    margin: 0 0 20px;
}

.inner ul.info_left {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.inner .cate_info {
    margin: 15px 0;
    padding: 0 0 10px;
}
.inner  ul.info_right li, .inner ul.info_left li {
    margin: 0 0 10px;
    padding: 0 0 0 12px;
}

.inner ul.info_right {
    display: block;
    clear: both;
}

#search_control_tabbed input.gsc-input {
    padding: 4px 7px;
}
#search_control_tabbed table {
    overflow: hidden;
}

#search_control_tabbed .gsc-webResult .gsc-result {
    padding: 0;
}
#search_control_tabbed .gsc-control {
    width: 100%;
}
.no-js .site-tools {
    display: none;
}
.no-js header:hover .site-tools {
    display: block;
}

/* Top banner ad */
.advert {
    background: #f6f6e9;
    border-radius: 4px;
    display: block;
    margin-bottom: 15px;
    padding: 15px 15px 12px;
    text-align: center;
}
.advert * {
    max-width: 100%;
}
.advert div {
    margin: 0 auto !important;
}
.advert .switch_placeholder {
    margin: 0 auto;
    overflow: hidden;
    -webkit-transform-origin: left top;
            transform-origin: left top;
}
.advert__subtext {
    display: none;
    font-size: 0.8em;
    text-align: center;
}
.switch_placeholder ~ .advert__subtext {
    display: block;
    margin: 0px auto 7px auto;
    width: 200px;
}

.switch_placeholder ~ .advert__subtext:focus {
    outline: 0;
    text-decoration: underline;
}

@media only screen and (max-width: 789px) { .advert .switch_placeholder { -webkit-transform: scale(0.99); transform: scale(0.99) }}
@media only screen and (max-width: 790px) { .advert .switch_placeholder { -webkit-transform: scale(0.98); transform: scale(0.98) }}
@media only screen and (max-width: 773px) { .advert .switch_placeholder { -webkit-transform: scale(0.97); transform: scale(0.97) }}
@media only screen and (max-width: 765px) { .advert .switch_placeholder { -webkit-transform: scale(0.96); transform: scale(0.96) }}
@media only screen and (max-width: 758px) { .advert .switch_placeholder { -webkit-transform: scale(0.95); transform: scale(0.95) }}
@media only screen and (max-width: 751px) { .advert .switch_placeholder { -webkit-transform: scale(0.94); transform: scale(0.94) }}
@media only screen and (max-width: 744px) { .advert .switch_placeholder { -webkit-transform: scale(0.93); transform: scale(0.93) }}
@media only screen and (max-width: 736px) { .advert .switch_placeholder { -webkit-transform: scale(0.92); transform: scale(0.92) }}
@media only screen and (max-width: 729px) { .advert .switch_placeholder { -webkit-transform: scale(0.91); transform: scale(0.91) }}
@media only screen and (max-width: 719px) { .advert .switch_placeholder { -webkit-transform: scale(0.90); transform: scale(0.90) }}
@media only screen and (max-width: 712px) { .advert .switch_placeholder { -webkit-transform: scale(0.89); transform: scale(0.89) }}
@media only screen and (max-width: 705px) { .advert .switch_placeholder { -webkit-transform: scale(0.88); transform: scale(0.88) }}
@media only screen and (max-width: 700px) { .advert .switch_placeholder { -webkit-transform: none; transform: none }}
@media only screen and (max-width: 363px) { .advert .switch_placeholder { -webkit-transform: scale(0.99); transform: scale(0.99) }}
@media only screen and (max-width: 360px) { .advert .switch_placeholder { -webkit-transform: scale(0.98); transform: scale(0.98) }}
@media only screen and (max-width: 356px) { .advert .switch_placeholder { -webkit-transform: scale(0.97); transform: scale(0.97) }}
@media only screen and (max-width: 353px) { .advert .switch_placeholder { -webkit-transform: scale(0.96); transform: scale(0.96); margin-bottom: 0 }}
@media only screen and (max-width: 350px) { .advert .switch_placeholder { -webkit-transform: scale(0.95); transform: scale(0.95) }}
@media only screen and (max-width: 347px) { .advert .switch_placeholder { -webkit-transform: scale(0.94); transform: scale(0.94) }}
@media only screen and (max-width: 344px) { .advert .switch_placeholder { -webkit-transform: scale(0.93); transform: scale(0.93) }}
@media only screen and (max-width: 341px) { .advert .switch_placeholder { -webkit-transform: scale(0.92); transform: scale(0.92) }}
@media only screen and (max-width: 338px) { .advert .switch_placeholder { -webkit-transform: scale(0.91); transform: scale(0.91) }}
@media only screen and (max-width: 335px) { .advert .switch_placeholder { -webkit-transform: scale(0.90); transform: scale(0.90) }}
@media only screen and (max-width: 332px) { .advert .switch_placeholder { -webkit-transform: scale(0.89); transform: scale(0.89) }}
@media only screen and (max-width: 329px) { .advert .switch_placeholder { -webkit-transform: scale(0.88); transform: scale(0.88) }}
@media only screen and (max-width: 326px) { .advert .switch_placeholder { -webkit-transform: scale(0.87); transform: scale(0.87); margin-bottom: -3px }}
@media only screen and (max-width: 320px) { .advert .switch_placeholder { -webkit-transform: scale(0.86); transform: scale(0.86) }}
@media only screen and (max-width: 316px) { .advert .switch_placeholder { -webkit-transform: scale(0.85); transform: scale(0.85) }}
@media only screen and (max-width: 313px) { .advert .switch_placeholder { -webkit-transform: scale(0.84); transform: scale(0.84) }}
@media only screen and (max-width: 309px) { .advert .switch_placeholder { -webkit-transform: scale(0.83); transform: scale(0.83) }}
@media only screen and (max-width: 306px) { .advert .switch_placeholder { -webkit-transform: scale(0.82); transform: scale(0.82) }}
@media only screen and (max-width: 303px) { .advert .switch_placeholder { -webkit-transform: scale(0.81); transform: scale(0.81) }}
@media only screen and (max-width: 299px) { .advert .switch_placeholder { -webkit-transform: scale(0.80); transform: scale(0.80); margin-bottom: -8px }}
@media only screen and (max-width: 297px) { .advert .switch_placeholder { -webkit-transform: scale(0.79); transform: scale(0.79) }}
@media only screen and (max-width: 295px) { .advert .switch_placeholder { -webkit-transform: scale(0.78); transform: scale(0.78) }}
@media only screen and (max-width: 290px) { .advert .switch_placeholder { -webkit-transform: scale(0.77); transform: scale(0.77) }}
@media only screen and (max-width: 287px) { .advert .switch_placeholder { -webkit-transform: scale(0.76); transform: scale(0.76) }}
@media only screen and (max-width: 284px) { .advert .switch_placeholder { -webkit-transform: scale(0.75); transform: scale(0.75) }}
@media only screen and (max-width: 281px) { .advert .switch_placeholder { -webkit-transform: scale(0.74); transform: scale(0.74) }}
@media only screen and (max-width: 278px) { .advert .switch_placeholder { -webkit-transform: scale(0.73); transform: scale(0.73) }}
@media only screen and (max-width: 275px) { .advert .switch_placeholder { -webkit-transform: scale(0.72); transform: scale(0.72); margin-bottom: -11px }}
@media only screen and (max-width: 269px) { .advert .switch_placeholder { -webkit-transform: scale(0.71); transform: scale(0.71) }}
@media only screen and (max-width: 266px) { .advert .switch_placeholder { -webkit-transform: scale(0.70); transform: scale(0.70) }}
@media only screen and (max-width: 263px) { .advert .switch_placeholder { -webkit-transform: scale(0.69); transform: scale(0.69) }}
@media only screen and (max-width: 260px) { .advert .switch_placeholder { -webkit-transform: scale(0.68); transform: scale(0.68) }}
@media only screen and (max-width: 256px) { .advert .switch_placeholder { -webkit-transform: scale(0.67); transform: scale(0.67) }}
@media only screen and (max-width: 253px) { .advert .switch_placeholder { -webkit-transform: scale(0.66); transform: scale(0.66); margin-bottom: -14px }}

/*##### RESPONSIVE  #####*/
@media only screen
and (max-width : 770px) {

    ul.list-gallery li {
        width: 30%;
        margin: 1%;
    }

}

@media only screen
and (max-width : 500px) {
    .basic_form label, .basic_form span.label {
        width: 100%;
        margin-right: 0;
    }
    .basic_form input[type="text"], .basic_form input[type="password"], .basic_form textarea, .basic_form li input[type="text"], .basic_form li textarea {
        width: 90%;
    }
    .basic_form select {
        width: 94%;
    }
    .input-map-postcode input[type="text"] {
        margin-bottom: 10px;
    }
    .form_live_search input[type="text"] {
        width: 100%;
    }

    ul.list-news li img,
    img.img-news {
        width: 90%;
        float: none;
        margin: 0 auto 20px;
        display: block;
    }

    .main input.button {
        display: block;
        float: none;
        width: 100%;
        margin: 10px 0;
    }

    ul.list-gallery li {
        width: 42%;
        margin: 1%;
    }

    ul.list-council li {
        width: 100%;
    }

    .form_settings ul.list-options li {
        width: 95%;
        float: left;
        padding: 10px 10px 10px 0;
        margin: 0 0 10px 0;
    }

    img.img-news,
    img.photo {
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }
    div.photo {
        width: 90%;
        float: none;
        display: block;
        clear: both;
        margin: 0 auto 20px;
    }


    .js-flash .site-tools {
        display: none;
    }

    .js-flash .show_hide_small {
        display: block;
    }
}

@media only screen
and (min-width : 530px) {

    header nav li,
    header nav li:first-child {
        margin: 0 0 0 -4px;
        width: 33%;
    }

    header nav li:first-child {
        margin-left: 0;
    }

    .new-widget {
        margin-right: 3%;
        float: left;
    }

    .tasks li .links li {
        width: 42%;
        margin-right: 2%;
        float: left;
    }

    .page-content article,
    .page-content .article {
        float: left;
        width: 68%;
    }

    .page-content .editor-full-width {
        width: 100%;
    }

    .page-content aside {
        float: right;
        width: 30%;
        margin-top: 0;
    }

    .page-content aside.column33 {
        width: 30%;
    }

    .page-tools {
        text-align: right;
    }

    .section-docs li,
    .section-cats li {
        float: left;
        width: 43%;
    }

    .adverts img {
        width: 100%;
    }
    .inner ul.info_left {
        float: left;
        margin: 0;
        padding: 0 1% 0 0;
        width: 49%;
    }
    .inner ul.info_right {
        float: left;
        margin: 0;
        padding: 0;
        width: 49%;
        clear: none;
    }
    footer .address {
        width: 70%;
        float: left;
    }

    footer .footlinks {
        float: right;
        width: 25%;
        padding-left: 2%;
        border-left: 1px solid #D0CFC7;
        margin-top: 0px;
    }

    footer .footlinks p {
        font-size: 90%;
        margin: 18px 0 0;
        display: block;
    }

    footer .logos li {
        margin-right: 10px;
    }

    .leftside {
        float: left;
        display: block;
        width: 100%;
    }

    .rightside {
        float: right;
        display: block;
    }

    .supplement img {
        width: auto;
        margin-bottom: 10px;
    }
    .bottom_supplements .supplement img {
        width: 25%;
        float: left;
        margin: 0 10px 10px 0;
    }

    .editor-podcast img.img-content {
        max-width: 25%;
        float: right;
        margin: 0 0 10px 20px;
    }

}

@media only screen
and (min-width : 770px) {

    header {
        background: #E6E7EC url('../css_img/mast-bg.jpg') no-repeat center top;
    }

    .no-js .site-tools {
        display: block;
    }

    .breadcrumb {
        margin: 0 0 20px 0;
    }

    .home .left-nav {
        width: 100% !important;
    }

    .left-nav  {
        width: 20%;
        float: left;
        margin-right: 2%;
        padding-bottom:0;
    }

    .topics {
        margin: -15px 30px 0 -81.5%;
    }

    .landing_left {
        margin: -15px 30px 0 -81.6%;
    }

    .inner_left {
    margin: -15px 30px 0 -101.6%;

    }

    .landing_content {
        float: left;
        width: 60%!important;
        margin-bottom: 0px;
        margin: 0;
        padding: 0 !important;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 20%!important;
    }

    .page-content {
        float: left;
        width: 100%;
        margin-bottom: 0px;
        margin: 0;
        padding: 0 0 0 20%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .inner_content {
        float: left;
        width: 80%;
        margin-bottom: 0px;
        margin: 0;
        padding: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 20%;
    }

    .twoCol .inner_content {
        width: 80%;
        margin-left: 0;
    }

    .inner .one-column {
        width: 100%;
    }

    .row-divider {
        margin-bottom: 0;
    }

    .adverts {
        float: right;
        width: 16%;
    }

    .home_ads {
        width: 20%;
        margin: 0 0 0 -20%;
    }

    .adverts img {
        margin: 0 0 10px 0;
    }

    .leftside {
        width: 18%;
        margin: 0 0 0 -100%;
    }

    .home .leftside {
        width: 30%;
    }

    .home .page-content {
        padding: 0 0 0 32%;
    }

    table {
        overflow-x: auto;
        width: 100%;
    }

    img.img-content-gen {
        width: 30%;
        float: right;
        margin: 0 0 20px 20px;
    }

}


@media only screen
and (min-width : 860px) {

    .show_hide_small {
        display: none;
    }

    .site-tools {
        overflow: auto;
        display: block !important;
        clear: none;
    }

    header nav {
        clear: none;
        float: left;
        margin-top: 25px;
        padding: 12px 10px;
        width: 28%;
    }

    header nav li,
    header nav li:first-child {
        line-height: 1.5;
        margin: 0 8px;
        padding: 0;
        width: auto;
    }

    header .search {
	    background: rgba(255,255,255,0.76);
	    padding: 12px 10px;
	    border-radius: 3px;
	    margin: 25px 20px 10px;
        width: 34%;
        float: left;
        clear: none;
    }

    .account-access {
	    padding: 12px 10px;
		clear: none;
		float: left;
		margin: 25px 0 10px;
		width: 25%;
    }

    .account-access a {
        line-height: 1.5;
        padding: 0;
        width: 100%;
    }

    table.gssb_c {
        top: 70px!important;;
    }

    header #q {
        font-size: 12px;
    }

    header input[type="submit"] {
        font-size: 12px;
    }

}

@media only screen and (min-width: 1024px) {
    header .search {
        width: 31%;
    }

	.account-access {
    	padding: 17px 10px;
		width: 30%;
	}

	.account-access a {
		width: 50%;
	}

	.account-access a:nth-child(odd) {
		clear: both;
	}

	.account-access a:nth-child(n+3) {
		margin-top: 10px;
	}
}

@media only screen
and (min-width : 1500px) {

    .container {
        max-width: 1200px;
        font-size: 1.1em;
    }

    header {
        background-size: 100%;
    }

	header nav {
    	padding: 16px 10px 15px;
        width: 36%;
	}

	.account-access {
    	padding: 16px 10px 15px;
		width: 25%;
	}

    .inner_left {
        margin: -15px 30px 0 -101.3%;
    }

    .left-nav {
        width: 18%;
    }
}


/*##### RETINA  #####*/

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

    header {
        background-size: 100%;
    }

    .show_hide_small {
        background: #30558F url('../css_img/show-hide-nav-retina.png') no-repeat right center;
        background-size: 30px;
    }

    header .logo {
        background: url('../css_img/logo-retina.png') no-repeat top left;
        background-size: 100%;
    }

}

/*##### FIREFOX  #####*/

@-moz-document url-prefix() {



}


/*##### IE MEDIA QUERIES  #####*/

.ie8 header nav {
    clear: none;
    float: left;
    margin-top: 25px;
    padding: 12px 10px;
    width: 28%;
}

.ie8 header nav li,
.ie8 header nav li:first-child {
    line-height: 1.5;
    margin: 0 8px;
    padding: 0;
    width: auto;
}

.ie8 header .search {
    background: rgba(255,255,255,0.76);
    padding: 12px 10px;
    border-radius: 3px;
    margin: 25px 20px 10px;
    width: 34%;
    float: left;
    clear: none;
}

.ie8 .account-access {
    padding: 12px 10px;
	clear: none;
	float: left;
	margin: 25px 0 10px;
	width: 25%;
}

.ie8 .account-access a {
    line-height: 1.5;
    padding: 0;
    width: 100%;
}

.ie8 .width65 {
    width: 62%;
}

.ie8 .width35 {
    width: 32%;
}

.ie8 .width66 {
    width: 63%;
}

.ie8 .width33 {
    width: 30%;
}

.ie8 .new-widget {
    margin-right: 3%;
    float: left;
}

.ie8 .tasks li .links li {
    width: 42%;
    margin-right: 2%;
    float: left;
}

.ie8 .page-content article,
.ie8 .page-content .article {
    float: left;
    width: 65%;
}

.ie8 .page-content .editor-full-width {
    width: 100%;
}

.ie8 .page-content aside {
    float: right;
    width: 30%;
    margin-top: 0;
}

.ie8 .page-tools {
    text-align: right;
}

.ie8 .section-docs li,
.ie8 .section-cats li {
    float: left;
    width: 43%;
}

.ie8 .adverts img {
    width: 100%;
}

.ie8 footer .container {
    width: 100%;
}

.ie8 footer .a-z h3 {
    float: left;
    width: 20%;
}

.ie8 footer .a-z ul {
    float: right;
    width: 80%;
}

.ie8 footer .a-z li {
    width: 3.846%;
}

.ie8 footer .address {
    width: 70%;
    float: left;
}

.ie8 footer .footlinks {
    float: right;
    width: 25%;
    padding-left: 2%;
    border-left: 1px solid #D0CFC7;
    margin-top: 0px;
}

.ie8 footer .footlinks p {
    font-size: 90%;
    margin: 18px 0 0;
    display: block;
}

.ie8 footer .logos li {
    margin-right: 10px;
}

.ie8 .leftside {
    float: left;
    display: block;
    width: 100%;
}

.ie8 .rightside {
    float: right;
    display: block;
}

.ie8 header {
    background: #e6e7ec url("../css_img/mast-bg.jpg") no-repeat center top;
}

.ie8 .breadcrumb {
    margin: 0 0 20px 0;
}

.ie8 .left-nav {
    width: 18%;
    float: left;
    margin-right: 2%;
    padding-bottom: 0;
}

.ie8.home .left-nav {
    width: 32%;
}

.ie8 .topics {
    margin: -15px 30px 0 -81.5%;
}

.ie8 .landing_left {
    margin: -15px 30px 0 -81.6%;
}

.ie8 .inner_left {
    margin: -15px 30px 0 -101.5%;
}

.ie8 .landing_content {
    float: left;
    width: 60% !important;
    margin-bottom: 0px;
    margin: 0;
    padding: 0 !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 20% !important;
}

.ie8 .page-content {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin: 0;
    padding: 0 20%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ie8.home .page-content {
    padding: 0 0 0 34%;
}

.ie8 .inner_content {
    float: left;
    width: 80%;
    margin-bottom: 0px;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 20%;
}

.ie8 .row-divider {
    margin-bottom: 0;
}

.ie8 .adverts {
    float: right;
    width: 16%;
}

.ie8 .home_ads {
    width: 20%;
    margin: 0 0 0 -20%;
}

.ie8 .adverts img {
    margin: 0 0 10px 0; }

.ie8 img.img-content-gen {
    width: 200px;
    float: right;
    margin-left: 20px;
}
.ie8 .leftside {
    margin: 0 0 0 -100%;
}

.ie8 .site-tools {
    overflow: auto;
    display: inline;
    clear: none;
}

.ie8 .container {
    max-width: 1200px;
    font-size: 1.1em;
}

.ie8 header {
    background-size: 100%;
}

.ie8 header {
    background-size: 1024px;
}

.ie8 .show_hide_small {
    background: #30558f url("../css_img/show-hide-nav-retina.png") no-repeat center center;
    background-size: 20px;
    display: none;
}

.ie8 header .logo {
    background: url("../css_img/logo-retina.png") no-repeat top left;
    background-size: 100%;
 }

 .ie8 .form-faqs input[type="submit"] { margin: 0 0 0 40%; }

/*##### IE FIXES  #####*/

.ie8 .container {
    width: 960px;
    padding-left: 20px;
    padding-right: 20px;
}

.ie8 header nav {
    background: url('../css_img/white-trans.png') repeat center center;
}

.ie8 .copy {
    background: url('../css_img/black-trans.png') repeat center center;
}

.ie8 .prev {
    float: left;
    background: #000 url('../css_img/prev.png') no-repeat center center;
}

.ie8 .next {
    float: right;
    background: #000 url('../css_img/next.png') no-repeat center center;
}

.ie8 header .logo {
    background: url("../css_img/logo.png") no-repeat top left;
    background-size: auto;
}

.ie8 .adverts img {
    width: auto;
    height: auto;
}

.ie8.twoCol .inner_content {
    width: 80%;
    margin-left: 0;
}

.ie8.twoCol.hide_ads .inner_content {
    margin-left: 0;
    width: 100%;
}

.ie8 .editor-podcast img {
    width: 25%;
    float: right;
    margin: 0 0 10px 20px;
    height: auto;
}

.ie8 header .search,
.ie8 .account-access {
	background-image: url("../css_img/white-trans.png");
}

.ie8 header nav {
    width: 24%;
}

.ie8 header .search {
    width: 25%;
}

.ie8 .account-access {
    width: 23%;
}

.ie8 table.gssb_c {
    top: 70px!important;;
}

.ie8 .figcaption, .ie8 .imageCaption {
    max-width: 95%;
}

.ie8 .inner ul.info_right {
    float: left;
    margin: 0;
    padding: 0;
    width: 49%;
    clear: none;
}

.ie8 .inner ul.info_left {
    float: left;
    margin: 0;
    padding: 0 1% 0 0;
    width: 49%;
}

.ie9 .placeholder, .ie8 .placeholder {
    color: #aaa;
}

/* Rob Start */

form input.gsc-search-button {
	background: #2F558D;
	padding: 2px 8px;
	border: 1px solid #174574;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1em;
	color: white;
	margin: 0;
}

.gsc-result-info {
    margin: 5px 0px 5px 0px;
}

.gs-webResult div.gs-visibleUrl-long {
	overflow : hidden;
}

.gs-webResult div.gs-visibleUrl-short {
	display : none;
}

.cse .gsc-search-box, .gsc-search-box {
    border-collapse: collapse;
}
/* Rob end */
/*Chris Start*/

header .search{
padding-bottom: 11px;
background: rgba(255,255,255,0.76);
}



.search table.gsc-search-box{
margin:0;
background: none;
}
.search table.gsc-search-box tr {
    border: none;
    background: none;
}
.search form.gsc-search-box{
padding:0;
margin-bottom: 0px;
}

.search table.gsc-input{
	width:60%!important;
	border:1px red solid;
	
}

.search td.gsc-search-button{
width:30%;
padding:0;
margin:0;
border:none;
background: none;

}

.search form input.gsc-search-button{
	border-radius:0px;
	font-size: 12px;
	height: 31px;
           
}

.search table.gsc-search-box td.gsc-input {
    padding-right: 30px;
    background: none;
    border: none;
}

.search td.gsc-clear-button{
display:none;
}
@media screen and (max-width: 850px) {
.search input.gsc-input{
width: 95%;
margin-bottom: 10px;
}

}

@media screen and (min-width: 850px) {
    .search input.gsc-input {
        width: 55%;
        float: left;
        margin-bottom: 0px;
        margin-right: 0px;
    }
}

@media screen and (min-width: 1024px) {
 .search input.gsc-input {
        width: 61%;
        float: left;
        margin-bottom: 0px;
        margin-right: 0px;
    }
}

@media screen and (min-width: 1500px) {
 
      .search input.gsc-input {
          width: 61%;
 margin-bottom: 0px;
      }
}


#gsc-i-id1{
	background-image: url('')!important;
	padding:7px;
	font-size:12px;
	border:1px solid rgb(126, 157, 185)
}

table.gsc-completion-container {
    font-size: 12px;
}


.ui-autocomplete{
            width:200px;
           z-index: 300 !important;
        }
        .ui-menu-item h3{
            padding-bottom:0px;
               margin-bottom: 5px;
               font-size: 1em;
              
        }.ui-menu-item span{

            
         }
        .ui-menu-item a{
            background: #E7F1F8;
            border:0 ;
            border-radius:0;
            margin:0!important;
            border-bottom:1px #fff solid;
        }
            .ui-menu-item a h3 {
                color: #0037D1;
                font-weight: normal;
            }
    

        .ui-menu-item a:hover{
        background:#E7F1F8;
      border:0;
      color: #000;
            border-radius:0;
             margin:0!important;
             
              border-bottom:1px #000 dashed;

    }
        .ui-menu-item a:hover h3{
            text-decoration:underline;
             color: #000;
        }

        
/*Chris End*/
