/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

end of global reset

************************************************************************************************************************************************************ */





div.header-rail div.header-rail-inner {
	max-width: 982px;
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}






/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/

@font-face{
	font-family:"Rockwell W01 Light";
	src:url("/fonts/8a120ae1-7a5b-484b-a170-f67812b59652.eot?#iefix");
	src:url("/fonts/8a120ae1-7a5b-484b-a170-f67812b59652.eot?#iefix") format("eot"),url("/fonts/7658dda6-217a-406c-bcb8-7551f88e2c49.woff") format("woff"),url("/fonts/ec796902-2e28-46d0-8bbd-071b83705a39.ttf") format("truetype"),url("/fonts/66d3bbb2-4ca8-48e9-b707-f53f776ec476.svg#66d3bbb2-4ca8-48e9-b707-f53f776ec476") format("svg");
}

@font-face{
	font-family:"Rockwell W01";
	src:url("/fonts/73e6c08f-deb5-4d6f-827b-597a84046aa4.eot?#iefix");
	src:url("/fonts/73e6c08f-deb5-4d6f-827b-597a84046aa4.eot?#iefix") format("eot"),url("/fonts/de4b0540-9702-4662-8f3a-228419485257.woff") format("woff"),url("/fonts/bc34c4cd-af2c-400d-b4d0-726e2d89f690.ttf") format("truetype"),url("/fonts/59c05ddc-99f9-44db-82ce-cb7f503b5110.svg#59c05ddc-99f9-44db-82ce-cb7f503b5110") format("svg");
}
/* end font face */


html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

.cufon-loading { visibility: hidden;  }

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

body {
	background-color: #eee;
}

img {
	vertical-align: middle;
}

input {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
}

sub {
	vertical-align:text-bottom;
	font-size:75%;
	line-height: 1;
}

sup {
	vertical-align:text-top;
	font-size:75%;
	line-height: 1;
}

.rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

.mobile-only {
	display: none;
}

.has-mobile-content .mobile-content {
	display: none;
}



div#ajax-loader {
	background-color: black;
	width: 32px;
	height: 32px;
	margin-top: -32px; /*set to a negative number 1/2 of your height*/
	margin-left: -32px; /*set to a negative number 1/2 of your width*/
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	opacity:0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

div#site-shadow {
/*	background: transparent url(/img/advice/site-shadow.png) repeat-y center top;*/
}

div#wrapper {
	max-width: 980px;
	margin: 0 auto;
	background-color: white;
	position: relative;
	padding: 0;
/*	overflow: hidden;*/
}

header {
	position: relative;
	font-size: 110%;
	height: 1%;
	z-index: 999;
}

div#logo {
	float: left;
	margin: 25px 0 25px 15px;
	max-width: 200px;
}

div#logo img {
	width: 100%;
	height: auto;
}

div#logo img.mobile {
	display: none;
}

div#primary-cta {
	right: 15px;
	bottom: 45px;
	width: 336px;
	height: 124px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	font-size: 105%;
	color: #333;
	line-height: 1.3em;
}

div#primary-cta h6 {
	font-weight: normal;
	margin-top: 5px;
	text-align: right;
}

div#primary-cta a.tel {
	display: block;
	text-indent: -5000px;
}

div#primary-cta div.email {
	position: absolute;
	top: 85px;
	right: 0;
}

div#primary-cta div.email a {
	color: #407480;
	text-decoration: underline;
}

div#primary-cta div.email a:hover {
	text-decoration: none;
}

div#navbar {
	clear: both;
	height: 45px;
	background-color: #e8ce1f;
	padding-left: 5px;
}

div#navbar a.toggle-menu {
	display: none;
}

div#navbar nav {
	float: left;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	font-weight: normal;
	z-index: 999;
	line-height: 1;
}

#nav a {
	display: block;
/*	color: #407480;*/
	color: black;
	text-decoration: none;
	padding: 9px 8px 9px 8px;
}

#nav a.single-line {
	padding-top: 16px;
	padding-bottom: 16px;
}


#nav a.has-subnav {
	padding-right: 26px;
	background: transparent url(/img/advice/nav-pointer.png) no-repeat right 25px;
}

#nav li {
	float: left;
	text-align: center;
}

#nav > li {
	border-left: 1px solid #d6be1d;
}

#nav li:first-child {
	border-left: 0;
}

#nav li ul {
	background-color: #ececec;
	position: absolute;
	left: -999em;
	margin-top: 0;
	height: auto;
	width: 250px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.25em;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
/*
	-moz-box-shadow:    2px 2px 10px 1px #ccc;	
	-webkit-box-shadow: 2px 2px 10px 1px #ccc;	
	box-shadow:         2px 2px 10px 1px #ccc;
*/
}

#nav li li {
	width: 230px;
	padding: 0 10px;
	text-align: left;
}

#nav li li a {
	color: #5A8D9E;
	background: transparent url(/img/advice/dotted-line-horizontal.png) repeat-x left top;
	padding: 7px 15px 5px 0;
}

#nav li li a.has-subnav span {
	padding-right: 12px;
	background: transparent url(/img/advice/green-chevron-small.png) no-repeat right center;
}

#nav li li:first-child a {
	background-image: none;
}

#nav li li a:hover {
	color: black;
}


#nav li ul ul {
	border-top: 1px solid #ccc;
	margin: -2em 0 0 240px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav > li > a:hover,
#nav > li > a.on,
#nav > li:hover > a,
#nav > li.sfhover > a {
	color: black;
	background-position: right -25px;
}

#nav li li:hover > a {
	color: black;
}

#nav li li:hover li a {
	color: #5A8D9E;
}

#nav li li:hover li:hover a {
	color: black;
}

#nav ul.grouped-nav {
	width: 920px;
	margin-left: -28px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#nav ul.grouped-nav li.group {
	width: 210px;
}

#nav ul.grouped-nav li.group div.group-heading {
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px solid #999;
	padding-bottom: 0.5em;
	color: #d56d08;
}	

#nav ul.grouped-nav li.group div.li {
	color: #5A8D9E;
	padding: 0;
}

#nav ul.grouped-nav li.group div.li a {
	background: transparent url(/img/advice/dotted-line-horizontal.png) repeat-x left bottom !important;
}

div#navbar div#search-form {
	float: right;
	display: table;
	height: 45px;
	margin-right: 15px;
}

div#navbar div#search-form form {
	display: table-cell;
	vertical-align: middle;
}

div#navbar div#search-form input.textbox {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	padding: 4px 8px;
	border: 0;
	color: #999;
	width: 120px;
	-webkit-appearance: none;
	font-size: 16px;
}

div#navbar div#search-form input.submit {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	padding: 4px 0;
	width: 2.5em;
	border: 0;
	background-color: #407480;
	color: white;
	font-weight: normal;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	font-size: 16px;
}

div#main-area {
	clear: both;
	padding: 10px 15px 15px 15px;
	background-color: white; 
	font-size: 115%;
}

/*body.theme-spring div#main-area,*/
body.theme-spring div#primary-cta {
	background-image: url(/img/advice/househead-telephone-spring.png);
}
/*body.theme-summer div#main-area,*/
body.theme-summer div#primary-cta {
	background-image: url(/img/advice/househead-telephone-summer.png);
}
/*body.theme-autumn div#main-area,*/
body.theme-autumn div#primary-cta {
	background-image: url(/img/advice/househead-telephone-autumn.png);
}
/*body.theme-winter div#main-area,*/
body.theme-winter div#primary-cta {
	background-image: url(/img/advice/househead-telephone-winter.png);
}

div.househead-footer {
	text-align: center;
	padding: 0 15px;
}

div.househead-footer img {
	max-width: 100%;
	height: auto;
}

div#main-area a {
	color: #407480;
}

h1, 
h2, 
h3,
h4 {
	line-height: 1.2em;
	font-weight: normal;
	font-family:"Rockwell W01 Light";
}

h1.welcome {
	margin: 5px 0 10px 0;
}

div#main-area h2 a, 
div#main-area h3 a {
	color: #407480;
	border: 0;
/*
	padding-right: 18px;
	background: transparent url(/img/advice/green-chevron-large.png) no-repeat right center;
*/
}

div#content-primary a { 
	border-bottom: 1px dotted #407480;
}

div#content-primary a:hover { 
	text-decoration: none;
	color: #d56d08;
	border-color: #d56d08;
}

div#content-primary img { 
	max-width: 100%;
	height: auto !important;
}

div#main-area a.button {
	background: #407480 url(/img/advice/buttonlink-chevron.png) no-repeat right center !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	color: white;
	padding: 8px 28px 8px 8px;
}

div#main-area a.button:hover {
	text-decoration: none;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

div#content-primary div.lightbox {
	margin: 1.5em 0;
}

div#content-primary div.lightbox div.main-image {
}

div#content-primary div.lightbox div.main-image img {
	width: 100%;
	height: auto;
}

div#content-primary div.lightbox div.main-image img.rounded.with-caption {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

div#content-primary div.lightbox div.main-image div.caption {
	margin-top: 0;
	font-size: 90%;
	background-color: #eee;
	padding: 12px ;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
}

div#content-primary div.lightbox div.thumbnail {
	margin: 5px 5px 5px 0;
	display: inline;
	float: left;
	border: 2px solid white;
}

div#content-primary div.lightbox div.thumbnail:hover {
	border-color: #E8592E;
}

div#content-primary div.lightbox div.thumbnail a {
	display: block;
	width: 80px;
	height: 80px;
	text-indent: -5000px;
	float: left;
	outline: none;
	background-position: center center;
}

div#breadcrumbs {
	margin: 5px 0 15px 0;
	font-size: 90%;
}

div#breadcrumbs span.current-page {
	color: black;
}

body.page-advice div#breadcrumbs {
	display: none;
}

div#homepage-highlights {
	margin: 0 -15px 25px -15px;
}

div#homepage-highlights .slick-prev,
div#homepage-highlights .slick-next {
	position: absolute;
	top: 90px;
	height: 92px;
	width: 51px;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	z-index: 9999;
	cursor: pointer;
	background: transparent url(/img/advice/highlights-carousel-prev-next.png) no-repeat 0 0;
	text-indent: -5000px;
}

div#homepage-highlights .slick-prev:hover,
div#homepage-highlights .slick-next:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

div#homepage-highlights .slick-prev {
	left: 15px;
	background-position: 0 -100px;
}

div#homepage-highlights .slick-next {
	right: 15px;
	background-position: 0 0;
}


div#homepage-highlights div.slide {
	position: relative;
}

div#homepage-highlights div.slide img {
	width: 100%;
	height: auto;
}

div#homepage-highlights div.slide div.box {
	text-align: left;
	position: absolute;
	bottom: 15px;
	width: 500px;
	padding: 15px;
	background: transparent url(/img/advice/white-bg-90pc.png) repeat 0 0;
}

div#homepage-highlights div.slide div.box.left {
	left: 15px;
}

div#homepage-highlights div.slide div.box.right {
	right: 15px;
}

div#homepage-highlights div.slide div.box h2 {
	color: #d56d08;
}

div#homepage-highlights div.slide div.box p {
	margin-top: 0.25em;
}


div#homepage-highlights div.slide div.box a {
	font-size: 110%;
	font-family:"Rockwell W01 Light";
}

div#homepage-highlights .slick-dots {
	bottom: -20px;
}

div#homepage-highlights .slick-dots li {
	margin: 0;
}

div#homepage-highlights .slick-dots li button:before {
	font-size: 10px;
}





div#content-primary {
	width: 66.3%;
	clear: both;
	float: left;
}

body.page-advice-energy-saving div#content-primary {
	background: white url(/img/advice/sun.jpg) no-repeat right top;
}

div#content-primary.wide {
	width: 100%;
}

div#content-primary h2 {
	margin: 1em 0 0.5em 0;
	font-size: 180%;
}

div#content-primary h3 {
	margin: 1em 0 0.25em 0;
}

div#content-primary p {
	margin: 1em 0;
	font-size: 110%;
	line-height: 1.5;
}

div#content-primary h3 + p {
	margin-top: 0;
}

div#content-primary ul {
	list-style-type: square;
	margin: 1em 0;
	padding-left: 3em;
	font-size: 110%;
	line-height: 1.5;
}

div#content-primary ul li {
	list-style-type: square;
}

div#content-primary ol {
	margin: 1em 0;
	padding-left: 3em;
	font-size: 110%;
	line-height: 1.5;
}

div#content-primary ol li {
	list-style-type: decimal !important;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}

div#content-primary ol.search-results li br {
	display: none;
}


div#content-primary div.homepage-intro-content {
	padding-right: 162px;
	background: white url(/img/advice/chair-illustration.png) no-repeat right top;
}

div#content-primary div.drivers {
	background: transparent url(/img/advice/dotted-line-vertical.png) repeat-y center top;
	overflow: hidden;
	margin: 0 -2.5%;
}

div#content-primary div.drivers div.driver {
	width: 45%;
	float: left;
	margin: 0 2.5%;
	padding-top: 1em;
	background: transparent url(/img/advice/dotted-line-horizontal.png) repeat-x left top;
}

div#content-primary div.drivers div.driver-1,
div#content-primary div.drivers div.driver-2 {
	background-image: none;
	padding-top: 0;
}

div#content-primary div.drivers div.driver.left {
	clear: both;
}

div#content-primary div.drivers div.driver h2 {
	margin: 0;
}

div#content-primary div.drivers div.driver ul,
div#content-primary div.drivers div.driver ul li {
	padding: 0;
	list-style-type: none;
	line-height: 1.5em;
}

div#content-primary div.drivers div.driver ul a {
/*
	padding-right: 12px;
	background: transparent url(/img/advice/green-chevron-medium.png) no-repeat right center;
*/
}

div#content-primary div.drivers div.driver img {
	width: 100%;
	height: auto;
}

div#content-primary div.block ul {
	overflow: auto;
	padding-left: 1.5em;
}

div#content-primary div.block ul li {
	float: left;
	width: 44%;
	line-height: 1.5em;
	padding-right: 5%;
}

div#content-primary div.block ul li:nth-child(odd) {
	clear: both;
}


div#content-primary div.navblock ul,
div#content-primary div.navblock ul li {
	padding: 0;
	list-style-type: none;
}

div#content-primary div.navblock ul a {

}

div#content-primary table {
	margin: 1em 0;
	width: 100% !important;
/*	max-width: 100%;*/
}

div#content-primary table tr.odd {
	background-color: #ffd;
}

div#content-primary table th {
	font-weight: bold;
}

div#content-primary table th,
div#content-primary table td {
	padding: 4px 6px;
}

div#content-primary table p {
	margin: 0;
}

div#content-secondary {
	width: 31.5%;
	float: right;
}

div#content-secondary div.block {
	padding: 15px;
	background-color: #ececec;
	margin-bottom: 15px;
	overflow: hidden;
}

div#content-secondary div.block h3 {
	margin-bottom: 0.5em;
	color: #d56d08;
}

div#content-secondary div.block h3 a {
	color: #d56d08;
}

div#content-secondary div.block p {
	margin: 0 0 1em 0;
	font-size: 110%;
}

div#content-secondary div.block p a,
div#content-secondary div.block ul li a {
/*	background: transparent url(/img/advice/green-chevron-medium.png) no-repeat right center;
	padding-right: 12px;
*/
}

div#content-secondary div.block ul li {
	background: transparent url(/img/advice/dotted-line-horizontal.png) repeat-x left top;
	padding-top: 10px;
	margin-top: 10px;
}

div#content-secondary div.block ul li:first-child {
	background-image: none;
	margin: 0;
	padding: 0;
}

div#content-secondary div.block div#twitter-feed {
	background-color: white;
	padding: 10px;
}

div#content-secondary div.block.twitter p {
	margin: 0;
}

div#content-secondary div.block div#twitter-feed div.loading {
	text-align: center;
	margin: 123px 0;
}

div#content-secondary div.block div#twitter-feed div.slide {
	line-height: 1.25em;
}

div#content-secondary div.block div#twitter-feed div.slide + div.slide {
	margin-top: 0.5em;
}

div#content-secondary div.block div#twitter-feed div.slide div.avatar {
	float: left;
	margin: 0 8px 8px 0;
}

div#content-secondary div.block div#twitter-feed div.slide div.avatar img {
	width: 32px;
	height: 32px;
}

div#content-secondary div.block div#twitter-feed div.slide div.name {
	font-weight: bold;
	font-size: 90%;
	padding-top: 3px;
}

div#content-secondary div.block div#twitter-feed div.slide div.screen-name {
	font-size: 90%;
}

div#content-secondary div.block div#twitter-feed div.slide div.tweet {
	clear: both;
}

div#content-secondary div.block div#twitter-feed div.slide div.timestamp {
	color: #999;
}

div#content-secondary div.block div#twitter-feed a {
	background-image: none !important;
}

div#content-secondary div.block div#twitter-feed .slick-slider {
	margin-bottom: 0;
}


div#content-secondary div.block div#twitter-feed .slick-prev,
div#content-secondary div.block div#twitter-feed .slick-next {
	display: block;
	width: 18px;
	height: 11px;
	text-indent: -5000px;
	margin-left: 15px;
	background: transparent url(/img/advice/twitter-carousel-scroll-arrows.png) no-repeat 0 0;
	cursor: pointer;
	top: auto;
	bottom: -37px;
}

div#content-secondary div.block div#twitter-feed .slick-prev {
	background-position: 0 -19px;
	left: auto;
	right: 25px;
}

div#content-secondary div.block div#twitter-feed .slick-next {
	background-position: 0 1px;
	right: -10px;
}

div#content-secondary div.block div#twitter-feed .slick-prev:hover {
	background-position: 0 -59px;
}

div#content-secondary div.block div#twitter-feed .slick-next:hover {
	background-position: 0 -39px;
}

div#content-secondary div.block a.twitter-bird {
	padding: 3px 0 3px 30px;
	background: transparent url(/img/advice/twitter-bird.png) no-repeat 0 0;
	color: #666;
	margin-top: 1em;
}

div#content-secondary div.block.news-signup label {
	margin: 1em 0;
	display: block;
}

div#content-secondary div.block.news-signup form {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: white;
	overflow: hidden;
}

div#content-secondary div.block.news-signup input.textbox {
	margin-left: 5px;
	padding: 8px 4px;
	border: 0;
	color: #999;
	float: left;
	width: 75%;
}

div#content-secondary div.block.news-signup input.submit {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	padding: 8px;
	border: 0;
	background-color: #407480;
	color: white;
	font-weight: normal;
	cursor: pointer;
	-webkit-appearance: none;
	float: right;
}

div#content-secondary div.block.download-pdf div.thumbnail {
	float: left;
	width: auto;
	margin-right: 15px;
	margin-bottom: 10px;
	-moz-box-shadow:    2px 2px 10px 1px #ccc;	
	-webkit-box-shadow: 2px 2px 10px 1px #ccc;	
	box-shadow:         2px 2px 10px 1px #ccc;
	width: 113px;
}

div#content-secondary div.block.download-pdf div.thumbnail img {
	width: 100%;
	height: auto;
}

div#content-secondary div.related-pages a {
/*
	background: transparent url(/img/advice/green-chevron-medium.png) no-repeat right center;
	padding-right: 12px;	
*/
}



#fancybox-outer,
#fancybox-content {
	background-color: transparent !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


div.fancybox-bg {
	display: none;
}


div#wrapper div.fancybox-content {
	display: none;
}

div.fancybox-content {
	width: 600px;
	font-size: 115%;
	padding: 20px;
	overflow: hidden;
	background-color: #f4f4f4;
}

div.fancybox-content h2 {
	line-height: 1.2em;
	font-size: 160%;
	color: #d56d08;
}

div.fancybox-content h3 {
	line-height: 1.2em;
	font-size: 130%;
	color: #d56d08;
}

div.fancybox-content p {
	margin: 1em 0;
}

div.fancybox-content hr {
	clear: both;
	height: 2px;
	border: 0;
	background: transparent url(/img/advice/dotted-line-horizontal.png) repeat-x left top;
	margin: 1em 0;
}

div.fancybox-content a {
/*
	background: transparent url(/img/advice/green-chevron-medium.png) no-repeat right center;
	padding-right: 12px;
*/
	color: #407480;
}

div.fancybox-content a.button {
	background: #407480 url(/img/advice/buttonlink-chevron.png) no-repeat right center !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	display: block;
	width: 8em;
	color: white;
	padding: 8px;
	float: left;
	margin-right: 20px;
	margin-bottom: 1em;
}


div#wrapper div#fancybox-contact-form {
	display: none;
}

div#fancybox-contact-form {
	width: 600px;
}


div#faqs-accordion {
	
}

div#faqs-accordion h2 {
	cursor: pointer;
	background-color: #eee;
	margin: 0.5em 0;
	padding: 8px;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	transition: color, background-color 0.5s;
	-moz-transition: color, background-color 0.5s; /* Firefox 4 */
	-webkit-transition: color, background-color 0.5s; /* Safari and Chrome */
	-o-transition: color, background-color 0.5s; /* Opera */
}

div#faqs-accordion h2:hover {
	background-color: #eeb;
}

div#faqs-accordion h2.ui-state-active {
	background-color: #eec;
}

div#faqs-accordion div.ui-accordion-content {
	padding-bottom: 1.5em;
}


div#interactive-house {
	width: 950px;
	height: 830px;
	position: relative;
	background: transparent url(/img/advice/interactive-house.png) no-repeat 0 0;
}

div#interactive-house div.hotspot {
	width: 100px;
	height: 30px;
	display: block;
	position: absolute;
	cursor: pointer;
	outline: none;
	text-indent: -5000px;
	cursor: pointer;
}


div#interactive-house div.hotspot.tip1 {
	width: 350px;
	height: 110px;
	top: 5px;
	left: 10px;
}

div#interactive-house div.hotspot.tip2 {
	width: 295px;
	height: 110px;
	top: 40px;
	left: 450px;
}

div#interactive-house div.hotspot.tip3 {
	width: 275px;
	height: 60px;
	top: 150px;
	left: 40px;
}

div#interactive-house div.hotspot.tip3a {
	width: 130px;
	height: 130px;
	top: 210px;
	left: 40px;
}


div#interactive-house div.hotspot.tip4 {
	width: 180px;
	height: 160px;
	top: 215px;
	left: 200px;
}

div#interactive-house div.hotspot.tip5 {
	width: 210px;
	height: 180px;
	top: 205px;
	left: 440px;
}

div#interactive-house div.hotspot.tip6 {
	width: 190px;
	height: 230px;
	top: 170px;
	left: 715px;
}

div#interactive-house div.hotspot.tip7 {
	width: 250px;
	height: 135px;
	top: 375px;
	left: 10px;
}

div#interactive-house div.hotspot.tip8 {
	width: 220px;
	height: 120px;
	top: 405px;
	left: 280px;
}

div#interactive-house div.hotspot.tip9 {
	width: 170px;
	height: 120px;
	top: 410px;
	left: 505px;
}

div#interactive-house div.hotspot.tip10 {
	width: 105px;
	height: 205px;
	top: 515px;
	left: 55px;
}

div#interactive-house div.hotspot.tip10a {
	width: 465px;
	height: 90px;
	top: 720px;
	left: 5px;
}

div#interactive-house div.hotspot.tip11 {
	width: 150px;
	height: 180px;
	top: 540px;
	left: 165px;
}

div#interactive-house div.hotspot.tip12 {
	width: 235px;
	height: 200px;
	top: 530px;
	left: 330px;
}

div#interactive-house div.hotspot.tip13 {
	width: 120px;
	height: 200px;
	top: 530px;
	left: 570px;
}

div#interactive-house div.hotspot.tip14 {
	width: 230px;
	height: 200px;
	top: 410px;
	left: 705px;
}

div#interactive-house div.hotspot.tip15 {
	width: 210px;
	height: 190px;
	top: 640px;
	left: 725px;
}

div#interactive-house div.hotspot.tip16 {
	width: 160px;
	height: 80px;
	top: 740px;
	left: 565px;
}


div#sharing {
	clear: both;
	background: transparent url(/img/advice/dotted-line-horizontal.png) repeat-x left top;
	padding-top: 1em;
	margin-bottom: 1em;
}

div#sharing a {
	border: 0;
}

/*
div#sharing a.addthis_button_email {
	color: #333;
	line-height: 17px;
	font-size: 90%;
}

div#sharing a.addthis_button_email span {
	margin-right: 0.35em;
}
*/

footer {
	background-color: #4c818d;
	clear: both;
	padding: 15px;
	color: white;
	text-align: center;
	line-height: 2em;
}

footer a {
	color: white;
}

html.touch footer {
	color: #4c818d;
}

html.touch footer p {
	margin: 0;
}

html.touch footer p a {
	border-radius: 5px;
	display: inline-block;
	padding: 1px 9px;
	background-color: #5b8d99;
	margin-bottom: 0.5em;
}

footer p {
	margin: 1em 0;
}

footer p.copyright,
footer p.copyright a {
	color: black;
}



a.pdflink {
	background: transparent url(/img/icons/icon_pdf.gif) no-repeat 0 0;
	padding: 1px 0 2px 22px;
}

a.doclink {
	background: transparent url(/img/icons/icon_doc.gif) no-repeat 0 0;
	padding: 1px 0 2px 22px;
}

a.xlslink,
a.csvlink {
	background: transparent url(/img/icons/icon_csv.gif) no-repeat 0 0;
	padding: 1px 0 2px 22px;
}

a.pptlink {
	background: transparent url(/img/icons/icon_powerpoint.png) no-repeat 0 0;
	padding: 1px 0 2px 22px;
}

a.pdflink-large {
	background: transparent url(/img/icons/icon_pdf_large.png) no-repeat 0 0;
	padding: 7px 0 7px 38px;
	font-size: 120%;
}

a.xlslink-large,
a.csvlink-large {
	background: transparent url(/img/icons/icon_xls_large.gif) no-repeat 0 0;
	padding: 7px 0 7px 38px;
	font-size: 120%;
}

a.doclink-large {
	background: transparent url(/img/icons/icon_doc_large.gif) no-repeat 0 0;
	padding: 7px 0 7px 38px;
	font-size: 120%;
}



a.arrow-link,
a.arrowlink {
	background: transparent url(/img/icons/orange_arrow.gif) no-repeat left center;
	padding-left: 20px;
}

a.extlink {
	background: transparent url(/img/icons/icon_extlink.png) no-repeat left center;
	padding: 1px 0 1px 20px;
}

a.back {
	background: transparent url(/img/icons/orange_arrow_back.gif) no-repeat left center;
	padding-left: 20px;
}

div#content-primary div.form fieldset {
	border-width: 0 !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background-color: #f5f5f5 !important;
}

div.fancybox-content div.form fieldset {
	padding: 0;
	border: 0;
	background-color: transparent;
}

div.form input,
div.form textarea {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
}

div#content-primary div.form fieldset h2 {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0;
}

div.submit input {
	padding: 0.5em 1em !important;
}

/* elastic videos */

.video-container {
	margin: 1em 0;
	position: relative;
	padding-bottom: 58.7%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* qtip styling. by default the element to be styled is .qtip  */
div.qtip {
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	width: 400px;
	direction: ltr;
	background: transparent url(/img/advice/black-bg-80pc.png) repeat 0 0;
	color: #ddd;
	padding: 5px 15px 15px 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
}

div.qtip h2 {
	color: white;
	font-size: 180%;
	margin: 0;
}

div.qtip p {
	margin: 0.5em 0;
}

div.qtip a {
	color: white;
	border: 0;
}

div.contact-success {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right center;
	height: 251px;
	padding-top: 130px;
}

body.theme-spring div.contact-success {
	background-image: url(/img/advice/househead-spring.gif);
}

body.theme-summer div.contact-success {
	background-image: url(/img/advice/househead-summer.gif);
}

body.theme-autumn div.contact-success {
	background-image: url(/img/advice/househead-autumn.gif);
}

body.theme-winter div.contact-success {
	background-image: url(/img/advice/househead-winter.gif);
}





div.paging {
	min-height: 20px;
	line-height: 16px;
	color: #333;
	margin: 1em 0;
	overflow: hidden;
}

h1 + div.paging {
	margin-top: 1em;
}

div.paging div {
	display: block;
	float: left;
}

div.paging div.label {
	padding: 2px;
}

div.paging div.limits {
	float: right;
}

div.paging span {
	display: block;
	float: left;
}

div.paging span.current,
div.paging a.selected {
	border: 1px solid #32748d;
	color:#2D718A;
	font-weight:bold;
	padding:1px 5px;
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	background-color: white;
	background-image: none;
}

div.paging span.current {
	margin-left: 3px;
/*	margin-right: 3px;
*/
}

div.paging a {
	border: 1px solid #b0c9d3;
	padding:1px 5px;
	background: white url(../img/pagination_button_background.png) repeat-x left bottom;
	margin-left: 3px;
	display: block;
	float: left;
	color: #2D718A !important;
}

div.paging a:hover {
	background-position: left top;
	text-decoration: none;
}

div.paging div.disabled {
	border: 1px solid #B6B6B6;
	background-image: none;
}

div.paging img {
	padding-top: 4px;
	padding-bottom: 5px;
}

div.disabled {
	color: #999 !important;
}

span.disabled img {
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
}


div#sitemap a {
	border: 0;
}

div#status-message {
	margin-top: 0.5em;
}

div#status-message.error {
	color: red;
}

div#status-message.success {
	color: green;
}




div#lightbox-notification {
	width: 355px;
	border: 2px solid #6ec8c9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background-color: white;
	position: relative;
}

div#wrapper div#lightbox-notification {
	display: none;
}

div#lightbox-notification h2 {
	background-color: #6ec8c9;
	padding: 6px 10px;
	color: black;
	font-size: 220%;
	line-height: 1.1em;
}

div#lightbox-notification h2 strong {
	font-family:"Rockwell W01";
}

div#lightbox-notification div.padding {
	padding: 10px;
}

div#lightbox-notification div.text {
	font-size: 120%;
	line-height: 1.35em;
}

div#lightbox-notification div.text p {
	margin: 1em 0 0 0;
}

div#lightbox-notification div.text p:first-child {
	margin-top: 0;
}

div#lightbox-notification div.text strong {
	font-weight: bold;
}

div#lightbox-notification div.no-thanks p {
	color: #e23927;
	margin-top: 1em;
}

div#lightbox-notification div.no-thanks a {
	color: #e23927;
	text-decoration: underline;
}

div#lightbox-notification div.no-thanks a:hover {
	text-decoration: none;
}

div#lightbox-notification div.speech-bubble-link {
	margin: 20px 0 30px 0;
}

div#lightbox-notification div.speech-bubble-link a {
	padding-left: 20px;
	display: block;
	font-size: 140%;
	height: 45px;
	line-height: 37px;
	background: transparent url(/img/advice/househead-speech-bubble.png) no-repeat 0 0;
}

div#lightbox-notification div.househead {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div#lightbox-notification div.househead img {
	width: 80px;
	height: auto;
}








/* form style overrides */

div.submit input {
	border: 1px solid #B0C9D3;
	background: transparent url(/img/submit_button_background.png) repeat-x 0 bottom;
	padding: 0.25em 0.5em;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px !important;
	color: #2D718A;
	-webkit-appearance: none;
}

div.submit input:hover {
	background-position: 0 0;
}










/* off canvas menu for mobile */

#off-canvas-menu {
	background-color: #4c818d;
	border-right: 1px solid #4c818d;
}

#off-canvas-menu div.close {
	float: right;
	margin: 10px 10px 0 10px;
	width: 24px;
	cursor: pointer;
}

#off-canvas-menu div.close img {
	width: 100%;
	height: auto;
}

#off-canvas-menu ul {
	clear: both;
}

#off-canvas-menu ul a {
	color: white;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #7aa1aa;
	cursor: pointer;
	text-decoration: none !important;
	font-size: 110%;
}

#off-canvas-menu ul ul {
	background-color: #6c98a2;
	-webkit-transition: max-height .5s ease-in-out;
	-moz-transition: max-height .5s ease-in-out;
	-o-transition: max-height .5s ease-in-out;
	-ms-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
	max-height: 0;
	overflow: hidden;
}

#off-canvas-menu ul ul.open {
	max-height: 150em;
}

#off-canvas-menu ul ul ul {
	background-color: #f0f4f5;
}

#off-canvas-menu ul ul ul a {
	color: #333;
	border-color: #e1eaec;
}


#off-canvas-menu > ul > li > a,
#off-canvas-menu > ul > li > ul > li > a {
	font-size: 115%;
}

#off-canvas-menu ul li a.toggler::after {
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	content: "\25be";
	color: #e1eaec;
	margin-top: -3px;
	-webkit-transition: transform .4s;
	-moz-transition: transform .4s;
	-o-transition: transform .4s;
	-ms-transition: transform .4s;
	transition: transform .4s;
}

#off-canvas-menu ul li a.toggler.open::after {
	color: white;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}










/* form overrides */

div.form div.input label {
	font-size: 110%;
}




a#back-to-top {
	display: block;
	position: fixed;
	bottom: 35px;
	right: 15px;
	width: 40px;
}

a#back-to-top img {
	width: 100%;
	height: auto;
}



div.header-rail div.social-nav a.button {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	padding: 5px 25px 5px 8px;
	background: #407480 url(/img/advice/buttonlink-chevron-small.png) no-repeat right center !important;
}






/* responsive */


@media only screen and (max-width: 1000px) {
	
	div.site-selector-nav {
		padding-left: 20px;
	}
	
}




@media only screen and (max-width: 959px) {
	
	div#navbar nav {
		display: none;
	}
	
	div#navbar a.toggle-menu {
		display: block;
		float: left;
		height: 45px;
		line-height: 45px;
		font-size: 120%;
		padding-left: 40px;
		background: transparent url(/img/advice/menu-hamburger.png) no-repeat 10px center;
	}
		
	div#navbar div#search-form input.textbox {
		width: 140px;
	}
	
	div#interactive-house {
		display: none;
	}
	
	div#interactive-house-tips {
		display: block !important;
	}
	
	footer {
		padding-bottom: 60px;
	}
	
	div.contact-success {
		background-image: none !important;
		height: auto;
		padding-top: 0;
	}
	
}


@media only screen and (max-width: 800px) {
	
	div#content-primary,
	div#content-secondary {
		width: auto;
		float: none;
	}
	
	div#content-secondary div.block-30, /* translate block */
	div#content-secondary div.block-18 /* planlocal block */,
	div#content-secondary div.block.download-pdf /* download pdf */ {
		display: none;
	}
	
	div#homepage-highlights .slick-prev,
	div#homepage-highlights .slick-next {
		top: 20%;
	}

	div#content-secondary div.block ul li {
		background-image: none;
		margin: 0;
	}
	
	div#content-secondary div.block ul li a {
		display: block;
		padding: 8px 25px 8px 10px;
		background: #407480 url(/img/advice/buttonlink-chevron.png) no-repeat right center;
		color: white;
		border-radius: 5px;
		border: 0;
	}

}



@media only screen and (max-width: 700px) {
	
	div#breadcrumbs {
		display: none;
	}
	
	div#content-primary {
		margin-top: 15px;
	}
	
	div#homepage-highlights .slick-prev,
	div#homepage-highlights .slick-next {
		top: 10%;
	}
	
	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}
	
}



@media only screen and (max-width: 600px) {
	
	div#content-primary div.homepage-intro-content {
		background: transparent url(/img/advice/dotted-line-horizontal.png) repeat-x center top;
		padding-top: 20px;
		margin-top: 30px;
		padding-right: 0;
	}
	
	div#content-primary div.block ul li {
		width: auto;
		float: none;
	}

	div#homepage-highlights .slick-prev,
	div#homepage-highlights .slick-next {
		width: 26px;
		height: 46px;
		background-size: 30px 100px;
		top: 20%;
	}
	
	div#homepage-highlights .slick-prev {
		background-position: 0 -50px;
	}

	div#homepage-highlights div.slide div.box {
		text-align: left;
		position: static;
		bottom: auto;
		width: auto;
		background-image: none;
		font-size: 110%;
	}

	div#content-primary p,
	div#content-secondary p {
		font-size: 120%;
	}

	div#content-primary ol,
	div#content-primary ul {
		padding-left: 1.5em;
		font-size: 120%;
	}

	div#content-primary div.drivers div.driver ul li a {
		display: block;
		padding: 8px 25px 8px 10px;
		background: #407480 url(/img/advice/buttonlink-chevron.png) no-repeat right center;
		color: white;
		border-radius: 5px;
		border: 0;
		margin-bottom: 10px;
	}

	.has-mobile-content .desktop-content {
		display: none;
	}

	.has-mobile-content .mobile-content {
		display: block;
	}

	div#content-primary div.column-container div.column {
		float: none !important;
		width: auto !important;
		margin-bottom: 1.5em;
	}

	a#data-protection-toggler {
		display: inline !important;
	}

	span#data-protection-statement {
		display: none;
	}
	

}



@media only screen and (max-width: 550px) {

	div#logo {
		margin: 10px 0 10px 15px;
	}

	div#logo img.mobile {
		max-height: 85px;
		width: auto;
		display: block;
	}

	div#logo img.desktop {
		display: none;
	}

	div#primary-cta {
		background-image: none !important;
		float: right;
		position: static;
		margin: 11px 15px 15px 0;
		width: 50%;
		height: auto;
	}
	
	div#primary-cta br {
		display: none;
	}
	
	div#primary-cta a.tel {
		text-indent: 0;
		margin-top: 5px;
		text-align: right;
		font-size: 140%;
		color: #407480;
	}
	
}



@media only screen and (max-width: 500px) {
	
	div#content-primary div.drivers {
		background-image: none;
	}
	
	div#content-primary div.drivers div.driver {
		float: none;
		width: auto;
	}
	
	div.form div.input label {
		float: none;
		display: block;
		width: auto;
		margin-right: 0;
	}
	
	div.form div.input input,
	div.form div.input.textarea textarea,
	div.form div.input.select select {
		width: 100%;
		box-sizing: border-box;
	}
	
	div.form div.input div.info,
	div.form div.input label.error {
		margin-left: 0;
	}
	
	div.form div.checkboxes-2col div.checkbox {
		width: auto !important;
		float: none;
	}
	
}



@media only screen and (max-width: 400px) {

	
	
}


@media screen and (-webkit-min-device-pixel-ratio:0) {

	input, textarea, select {
	    font-size: initial !important; /* prevent zooming on ios form field focus */
	}
	
}




