/* SCREEN
===================== */


@import url(https://fonts.googleapis.com/css?family=Open+Sans:light,regular,bold,regularitalic);

* { padding: 0; margin: 0; }
body {
	background-color: #fff;
	color: #232323;
	font-family:'Open Sans', Arial, FreeSans, sans-serif;
}
#content_wrapper p {
	line-height: 1.8em; 
}
p.footnote { font-size:80%; }
/*
#content_pri ul li, #content_pri ol li { margin-left:38px;}
*/

div.landing-links {
    width: 22.5%;
    float: left;
    display: inline-block;
    overflow: hidden;
    margin: 0 20px 10px 0;
    border-bottom:1px dotted #f86;
}
div.landing-links img {
	width:100%;
	height:auto;
}
div.landing-links a { text-decoration:none; }
div.landing-links a:hover { text-decoration:underline; }
div.landing-links h2 { 
	font-size:1em;
	font-weight:bold;
   	padding-top:12px;
}

ul#nav_access {
	position: relative;
	margin: 0;
	list-style: none;
	height: 0;
}
ul#nav_access li {
	height: 0;
	margin-bottom: 0;
}
ul#nav_access li a {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 9999;
	font-size: 0.846em; 
	font-weight: bold;
	background: #ffc;
	border: 2px solid #ddd;
	padding: 10px;
	display: block;
}
ul#nav_access li a:focus, ul#nav_access li a.focus {
	left: 0;
	color: #333;
}
div#network {
	background-color: #353535;
	color: #fff;
	position: relative;
	width: 100%;
	border-bottom:4px solid #ff5003;
}
div#network ul {
	float: none;
	margin: -5px auto; 
	overflow: hidden;
}
div#network li {
	border-left: 1px solid #ff5003;
}
div#network li:first-child {
	border-left: none;
}
div#network a {
	background-color: #6C7A7E;
	color: #fff;
	padding: 6px 10px; 
}
div#network a:hover, div#network a:focus {
	color:#fff;
	background-color: #5c6163!important;
}
p, ul, dl, ol {
	margin-bottom: 1em;
}
#content_pri p, #content_pri h2  { margin-top: 1em; }
#content_pri div.expander h2     { margin-top: 2px; }
#content_pri ul, #content_pri ol { margin-top: 1em; }
p.l1-l2-link {
	margin-top: 12px;
	font-size:0.9em;
}
p.l1-l2-link a { color:#232323; }
p.l1-l2-link a:hover { text-decoration:underline; }
.meta {
	color: #666;
	margin-bottom: 0;
}
div.header p.meta {
	font-size: 15px;
	margin-top: 13px;
	padding-bottom: 4px;
}

ul { list-style-type: disc; }
ol { list-style-type: decimal; }
body.listing_detail #content_pri div.answer ul 
{ list-style-type:disc; }
body.listing_detail #content_pri ul li ul, 
body.listing_detail #content_pri div.answer ul li ul
{ list-style-type:circle; }
body.listing_detail #content_pri ul li ol, 
body.listing_detail #content_pri div.answer ul li ol 
{ list-style-type:lower-alpha; }
/* body.listing_detail #content_pri #faq_listing li ul { list-style-type:disc; } */

ul li {	margin-left: 15px; }
ol li {	margin-left: 18px; }
li { margin-bottom: 5px; }

body.listing_detail #content_pri ul li ul, 
body.listing_detail #content_pri ol li ol 
body.listing_detail #content_pri div.answer ul li ul, 
body.listing_detail #content_pri div.answer ol li ol 
{ margin-top:0.5em; margin-bottom:0.5em;}




body.listing_detail #content_pri .vcard ul li, body.listing_detail .vcard #content_pri ol li, body.listing_detail #content_pri ul.faq_listing li { margin-left:0px; }

ul.list-item-row-3, ol.list-item-row-3 { 
display: flex; 
list-style: none; 
}


hr {
	border: 0 solid #E8E8E8;
	border-top-width: 2px;
	clear: both;
	height: 0;
	margin-bottom: 1em;
}
div#content_sec hr {
	border-color: #CCC;
	border-top-width: 1px;
	margin-bottom: 15px;
}
blockquote {
	background-color: #F6F8F8;
	font-family: 'Open Sans', arial, serif;
	font-style: italic;
	margin-bottom: 2em;
	padding: 12px 20px;
}
#content_pri blockquote {
    background: #eaeaea;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
	font-style:normal;
}
#content_pri blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: .1em;
	margin-right: .25em;
	vertical-align: -.4em;
}
#content_pri blockquote:after {
	content: no-close-quote;
}
blockquote p {
	margin-bottom: 8px;
}
blockquote cite {
	font-size: 0.769em; 
	font-weight: bold;
	text-transform: uppercase;
}
blockquote cite:before {
	content: "â€” ";
}
code {
	background-color: #EEE;
	font: normal 12px Monaco, 'Courier New', Courier, monospace;
}
pre {
	overflow-x: auto;
	margin-bottom: 20px;
	white-space: pre;
}
pre code {
}
abbr {
}
abbr:hover {
	cursor: help;
}

 
		
strong { font-weight: bold; }
 
	
em { font-style: italic; }
 
	 
sup { vertical-align: super; }
 
	 
sub { vertical-align: sub; }

	  
 
			   
 
				   
 
label {
	color: #333;
	font-weight: bold;
}

 
input[type="text"], input[type="password"], input[type="search"], textarea {
	border: 2px solid #CCC;
	color: #323232;
	font-family: 'Open Sans', Arial, FreeSans, sans-serif;
	font-size: 13px;
	height: 16px;
	padding: 8px 6px;
}
		  
 
input[type="submit"] {
	background-color: #232323;
	border: none;
	color: #fff;
	cursor: pointer;
	font: bold 14px/32px 'Open Sans', arial, serif;
	height: 36px;
	margin: 0;
	padding: 0 12px;
	text-decoration: none;
	-webkit-appearance: none;
}
input[type="submit"]:hover {
	background-color: #222;
}
form.quick_form {
	float: right;
	position: absolute;
}
form.quick_form label {
	display: inline;
	padding-right: 10px;
}
form.quick_form label.hide {
	display: none;
}
form.quick_form div {
	float: left;
}
form.quick_form input[type="text"], form.quick_form input[type="search"] {
	margin: 0;
	padding: 8px 6px 9px;
	width: 273px;
}
form.quick_form div.submit input {
	border: 2px solid #CCC;
	border-left: 0;
	height: 37px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
form.quick_form small {
	color: #666;
	font-size: 0.769em;
	font-style: italic;
}
form#expanded_search {
	float: none;
	position: static;
}
table {	
	width: 100%;
}
#content-table th, table.content-middle td, table.content-middle th  {
	vertical-align: middle;
}

td {
	border-bottom: 1px dotted #CCC;
	padding: 8px;
}
th {
	font-weight: bold;
	padding: 8px;
}
#content_pri td p,
#content_pri th p { margin-top: 0px; }
.vcard th {
	font-weight: bold;
    color:#111;
    background-color:#fff;
}
thead th {
	padding-right: 30px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: 1.3;
}
h1 {
	font: lighter 4.462em/1.2 'Open Sans', arial, serif; 
}
body.home h1, body.listing_detail h1 {
	font-size: 3.462em; 
}
div.header h1 {
	border-bottom: 3px solid #E8E8E8;
	padding-bottom: 0.15em;
}

h2 {
	font: 1.538em 'Open Sans', arial, serif;
	margin-bottom: 0.750em;
}
div#cta_box h2 {
	font: bold 1.4em 'Open Sans', arial, serif;
}
div#accordion h2, ul.news_items div.detail h2 {
	font-size: 1.231em; 
}
ul.news_items div.detail h2 {
	margin-bottom: 8px;
}
div.boxout h2 {
	background-color: #000;
}
h3 {
	font: bold 16px 'Open Sans', arial, serif;
	margin-bottom: 1em;
}
div.boxout h3, div.boxout h4 {
	font: bold 1.154em/1.5 'Open Sans', Arial, FreeSans, sans-serif;
	margin-bottom: 2px;
}
div.boxout2 h3, div.boxout2 h4 {
	font-size: 1em;
}
ul.news_items div.detail h4, div#content_sec div.boxout3 h3, div#content_pri_sub2 div.boxout3 h3, div#footer_pri div.service_lists_col h3 {
	font-size: 1.05em;
	font-weight:bold;
	margin-bottom: 6px;
}
div#other_sections h3 {
	font: 1.154em 'Open Sans', arial, serif; 
}
h4, div#content_sec ul.news_items div.detail h4 {
	font-size: 1em; 
	font-weight: bold;
}
body.home ul.news_items div.detail h4, body.listing_detail ul.news_items div.detail h4, div.col2_row ul.news_items div.detail h4 {
	font-size: 1.05em;
	font-weight:bold;
	margin-bottom: 3px;
}
	
 
a { color: #00515F; }
a:hover, a:focus {
	color: #001014;
}
div#page {
	overflow:auto;
	background: #fff;
	margin: 0 auto;
	padding: 0 25px;
						 
	-moz-box-shadow: 0 0 25px #DDD;
	-webkit-box-shadow: 0 0 25px #DDD;
	box-shadow: 0 0 25px #DDD;
}

						 
 
div#content_wrapper {
	padding-top: 25px;
}
div#content_pri, div#content_sec, div.content_pri, div.content_sec {
	float: right;
	padding-bottom: 20px;
	position: relative;
}
div#content_pri, div.content_pri {
	margin-right: 25px;
	width: 695px;
}

body.layout2 div#content_pri, body.layout2 div.content_pri {
	width: 615px;
}
body.layout3 div#content_pri {
	width: 100%;
	margin-right: 0;
}
body.layout4 div#content_pri {
	margin-bottom: 3em;
	width: 420px;
}
body.full_width div#content_pri {
	width: 100%;
}
body.listing_detail div#content_pri {
	border-left: 1px dotted #CCC;
	left: 232px;
	margin: 0 0 20px 0;
	padding-left: 17px;
	width: 685px;
}
body.listing_detail div.content_wrapper-2 div#content_pri {
	border: none;
	left: 235px;
	padding-left: 0;
	width: 700px;
}
body.listing_detail div#content_pri_sub1, body.listing_detail div#content_pri_sub2 {
	float: left;
}
body.listing_detail div#content_pri_sub1 {
	margin-right: 20px;
	width: 515px;
}
body.listing_detail div#content_pri_sub2 {
	width: 150px;
}
body.listing_detail div.content_wrapper-2 div#content_pri_sub1 {
	margin-right: 20px;
	width: 460px;
}
body.listing_detail div.content_wrapper-2 div#content_pri_sub2 {
	width: 220px;
}

div#full_width_page {
	width:100%
}
div#content_sec, div.content_sec {
	width: 215px;
}
body.layout2 div#content_sec, body.layout2 div.content_sec {
	width: 295px;
}
body.layout3 div#content_sec {
	width: 100%;
}
body.listing_detail div#content_sec {
	left: -703px;
	width: 215px;
}
body.listing_detail div.content_wrapper-2 div#content_sec {
	left: -700px;
	width: 216px;
}
div#header, div#navigation_sec, div#content_wrapper, div#footer_pri, div#footer_sec {
	clear: both;
	position: relative;
	width: 100%;
}
div#header {
}
div#header #branding {
	height: 88px;
	margin: 0 0 0 10px;
	padding: 24px 0 20px 0;	
	width: 177px;
}
form#site_search {
	right: 0;
	top: 56px;
}
form#site_search input[type="text"] {
	width: 288px;
}
ol.horizontal, ul.horizontal, dl.horizontal {
	list-style: none;
}
ol.horizontal, ul.horizontal, dl.horizontal, ol.horizontal > li, ul.horizontal > li, dl.horizontal > dt, dl.horizontal > dd {
	float: left;
}
ol.horizontal > li, ul.horizontal > li, dl.horizontal dt, dl.horizontal dd {
	display: inline;
	margin: 0;
}
ol.horizontal a, ul.horizontal a, dl.horizontal a {
	display: block;
	text-decoration: none;
}

div#navigation_sec {
	background-color: #353535;
	clear: both;
	color: #fff;
	float: left;
	font-size: 1.02em; 
	border-bottom:4px solid #ff5003;
}
div#navigation_sec ul { margin-bottom: 0; }
div#navigation_sec li { background: url("https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/navigation_li_bg.png") no-repeat left 30px; }
												 
div#navigation_sec li:first-child, div#navigation_sec li.hover_next, div#navigation_sec li.cur + li { background: none !important; }

div#navigation_sec li a { color: #fff; }
div#navigation_sec li a:focus, 
div#navigation_sec li.cur a {
	background-color: #555;
}
div#navigation_sec li a:hover { background-color:#ff5003;color:#fff !important; }

div#navigation_sec li#ns-myaccount a { background-image: url("https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/icons/myaccount-it.png"); }
div#navigation_sec li#ns-apply-for-it a { background-image: url("https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/icons/apply-for-it.png"); }
div#navigation_sec li#ns-book-it a { background-image: url("https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/icons/book-it.png"); }
div#navigation_sec li#ns-pay-it a { background-image: url("https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/icons/pay-it.png"); }
div#navigation_sec li#ns-report-it a { background-image: url("https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/icons/report-it.png"); }

div#navigation_sec ul#navigation_sec_sub1 li a {
	background-position: 14px 30px;
	background-repeat: no-repeat;
	padding: 25px 12px 4px 34px;
	height: 47px;
}
div#navigation_sec ul#navigation_sec_sub2 li a {
	padding: 12px 12px 3px 18px; 
	height: 61px;
	text-align: center;
}

div#navigation_sec ul#navigation_sec_sub2 {	float: right; }


ol#breadcrumbs {
	line-height: 1.8em;
	font-size:1.1em;
	width: 100%;
	margin-bottom: 1.5em;
}
ol#breadcrumbs li {
	padding-left: 10px;
	font-weight: bold;
}
ol#breadcrumbs li.first {
	padding-left: 0px;
	font-weight: normal;
}
ol#breadcrumbs a {
	color: #000;
	display: inline;
	padding: 0 10px 0 0;
	text-decoration: underline;
	font-weight: normal;
}
ol#breadcrumbs a:hover, ol#breadcrumbs a:focus, ol#breadcrumbs li.cur a {
	text-decoration: none;
}
ol#breadcrumbs li.cur a {
	font-weight: normal;
}
ul#pagination {
	padding: 0;
	width: 600px;
	display: block;
	margin: 4px 0;
}
ul#pagination li {
	line-height: 21px;/*margin-right:5px;*/
	margin: 0 0 12px 0;
}
ul#pagination a {
	border: 1px solid #CDCDCD;
	color: #00515F;
	height: 21px;
	padding: 0 7px;
	margin-left: 5px;
	float: left;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul#pagination a:hover, ul#pagination a:focus {
	background-color: #CCDCDF;
	border-color: #CCDCDF;
}
ul#pagination li.cur a {
	background-color: #00515F;
	border-color: #00515F;
	color: #fff;
}
div#side_menu {
	width: 150px;
	z-index: 400;
}
div#side_menu a:hover, div#side_menu a:focus {
	text-decoration: underline;
}
div#footer_pri {
	background-color: #ff5003;
	height:50px;
	text-align:center;
	float: left;
    left: -25px;
    padding: 10px 25px 0;
}
div#footer_pri h2 a { text-decoration:none; color:#fff; padding: 12px 2px 22px 2px; }
div#footer_pri h2 a:hover { text-decoration:underline;color:#232323 }
div#footer_pri h2 { font-size:1.6em; padding-top:4px; }
div#footer_pri:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
div#footer_pri {
	display: inline-table;
}
* html div#footer_pri {
	height: 1%;
}
div#footer_pri {
	display: block;
}

div#contact_details {
	overflow: hidden;
	margin-bottom: 18px;
	clear: both;
}
div#footer_pri div#contact_details {
	background: #e5f3f3;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	padding: 10px;
	width: 67% 
}
div#contact_details div {
	float: left;
	margin-right: 50px; 
}
div#content_pri div#contact_details div {
	margin-right: 30px;
}
div#contact_details div p:last-child {
	margin-bottom: 0;
}
div#contact_details div p a.location {
 background:url(/media/derbycitycouncil/styleassets/images/site/icons/location-small.png) left top no-repeat;
	min-height: 16px;
	padding-left: 17px;
}
div#contact_details div address {
	margin-bottom: 10px;
}
div#contact_details ul {
	list-style: none;
	margin-bottom: 10px;
}
div#contact_details ul li {
	margin: 0;
}
div#contact_details ul li:last-child {
	margin-bottom: 0;
}
div#contact_details h4 {
	font-size: 1em; /*13px*/
	margin-bottom: 0.5em;
}

div#footer_sec {
	background-color: #353535;
	color: #fff;
	float: left;
	left: -25px;
	padding: 10px 25px 0; 
	line-height: 1;
}
body.layout4 div#footer_sec {
	width: 666px;
}
div#footer_sec p, div#footer_sec ul {
	margin-bottom: 15px;
}
div#footer_sec a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
div#footer_sec a:hover {
	text-decoration: none;
}
div#footer_sec ul li {
	border-right: 1px solid #ccc;
	padding: 0 8px 5px 8px; 
}

								  
			  
 
  
dl#az_services {
	border-bottom: 1px dotted #999;
	font-size: 1.154em; 
	margin-bottom: 1em;
	padding-bottom: 10px;
	width:100%; 
}
dl#az_services dt {
	font-size: 1.1em;
	font-weight: bold;
	padding: 14px 2px;
}
dl#az_services dd {
	line-height: 32px;
	padding-right: 4px; 
	padding-bottom:3px; 
	text-align: center;
}
dl#az_services a {
	background-color: #888;
	font-weight: bold;
	height: 32px;
	width: 32px;
	text-decoration: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
dl#az_services a:hover, dl#az_services a:focus {
	background-color: #ff5003;
	color: #000;
}
p.copyright {
	float: left;
	clear:both;
}
p.credit {
	float: right;
}
div#content_wrapper img {
	padding: 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div#content_wrapper img.unstyled {
	background-color: transparent;
	border: none;
	padding: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
div.header {
	margin-bottom: 24px;
}
div#content_pri ul.news_items > li {
	padding-bottom: 15px;
}
div#content_pri ul.news_items > li:last-child, body.home div#content_pri ul.news_items > li {
	padding-bottom: 0;
}
div#content_pri img.left {
	float: left;
	margin: 0 15px 10px 0;
	position: relative;
	top: 5px;
}
div#content_pri img.right {
	float: right;
	margin: 0 0 15px 15px;
	position: relative;
	top: 5px;
}
div#content_pri div.col2_row, div#content_pri div.col3_row {
	clear: both;
	/* overflow: hidden; */
	margin-top: 1em;
}
div#content_pri div.col2_row {
	margin-left: -35px;
	padding-bottom: 0.8em;
}
div#content_pri div.col3_row {
	margin-left: -24px;
}
div#content_pri .col2, div#content_pri .col3 {
	float: left;
}
div#content_pri .col2 {
	padding-left: 35px;
	width: 35%;
}
.home div#content_pri .col2 {
	/* RWD-width: 330px; */
}
body.layout2 div#content_pri .col2 {
	width: 45%;
}
div.content_wrapper-2 div#content_pri .col2 {
	width: 212px;
}
div#content_pri .col3 {
	padding-left: 24px;
	width: 27%; 
}
body.layout2 div#content_pri .col3 {
	width: 189px;
}
div#content_sec ul.news_items {
	margin-top: 10px;
}
div#content_sec ul.news_items {
	margin-top: 10px;
}
div#content_sec ul.news_items h4 {
	font-family: arial, sans-serif;
}
div#content_pri div.col3_row ul.news_items h4 a {
	color: #000;
	text-decoration: none;
}
div#content_pri div.col3_row ul.news_items h4 a:hover, div#content_pri div.col3_row ul.news_items h4 a:focus {
	text-decoration: underline;
}
div#content_sec small {
	display: block;
	margin-bottom: 15px;
}
div#content_sec div#newsletter {
	background-color: #fff;
	border: 1px solid #CCC;
}
div#content_sec div#newsletter h2 {
	background-image: url("/media/derbycitycouncil/styleassets/images/site/icons/newsletter.png");
	background-position: 96% 6px;
	background-repeat: no-repeat;
	padding: 5px 10px;
}
div#content_sec div#newsletter form.quick_form {
	padding-bottom: 12px;
	position: static;
}
div#content_sec div#newsletter form.quick_form input[type="text"] {
	width: 175px;
}
div#content_sec div#newsletter form.quick_form div.submit input {
	padding: 0 6px;
}

dl#social_networks {
	/* background-color: #11213D; */
	color: #fff;
	font: bold 1em 'Open Sans', arial, serif;
	/*font-size: 13px;*/
	margin-bottom: 15px;
	/* padding: 5px 0 10px 0; */
	/* width: 100%; */
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
}
dl#social_networks dt {
	/* margin: 0 0 4px 10px; */
	/* width: 100%; */
}
body.layout2 dl#social_networks dt {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
body.layout2 dl#social_networks dd {
	padding: 11px;
}
dl#social_networks dd {
	margin-left: 11px;
}
body.layout2 dl#social_networks dd {
	margin-top: 3px;
}
dl#social_networks dd, dl#social_networks dd a {
	height: 30px;
	width: 30px;
}
dl#social_networks dd a {
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999em;
}
			   
dd.facebook a { background-image: url("/media/derbycitycouncil/styleassets/images/site/icons/mn-facebook-30.gif");border-radius: 4px;}			  
dd.youtube a { background-image: url("/media/derbycitycouncil/styleassets/images/site/icons/mn-youtube-30.gif");border-radius: 4px;}			  
dd.twitter a { background-image: url("/media/derbycitycouncil/styleassets/images/site/icons/mn-twitter-30.gif");border-radius: 4px;}			 
dd.instagram a { background-image: url("/media/derbycitycouncil/styleassets/images/site/icons/mn-instagram-30.png");border-radius: 4px;}

dd.facebook a:hover {background-image: url("/media/derbycitycouncil/styleassets/images/site/icons/sn-facebook-30.gif");}
dd.youtube a:hover {background-image: url("/media/derbycitycouncil/styleassets/images/site/icons/sn-youtube-30.gif");}
dd.twitter a:hover {background-image: url("/media/derbycitycouncil/styleassets/images/site/icons/sn-twitter-30.gif");}
dd.instagram a:hover {background-image: url("/media/derbycitycouncil/styleassets/images/site/icons/instagram.png");}
 
.hide {
	display: none;
}
div#content_pri_sub1 div.streetpride {
	float: right;
	padding-left: 20px;
	text-align: center;
}
div.streetpride a {
	display: block;
	float: left;
}
div#content_pri_sub1 div.streetpride a {
	float: none;
}
div.streetpride img {
	margin: 3px 6px 0 0;
}
div.streetpride strong {
	color: #000;
	display: block;
}
div.streetpride p.meta a {
	color: #666;
	clear: both;
}
div.streetpride p.meta a:hover, div.streetpride p.meta a:focus {
	color: #001014;
}
div#content_wrapper div.streetpride img {
	border: none;
	padding: 0;
}
div#contact_details div.streetpride {
	float: none;
	margin: 0 0 6px;
}
h2.inline {
	float: left;
	display: inline;
	margin-right: 18px;
}
p#cta_rss {
	float: left;
	margin-top: 2px;
}
body.home p#cta_rss {
	margin-top: 6px;
}
p#cta_rss a {
	color: #666;
	height: 16px;
	padding-bottom: 4px;
	margin: 0;
}
p#cta_rss a:hover, p#cta_rss a:focus {
	color: #333;
}
p#cta_rss a.icon_16 {
	background-position: 0 0;
}
ul.service_listing1, ul.service_listing2 {
	list-style: none;
	width: 100%;
}
ul.service_listing1 li, ul.service_listing2 li {
	background-repeat: no-repeat;
	margin-left: 0;
}
ul.service_listing1 li {
	background-position: 0 6px;
	padding-left: 18px;
}
ul.service_listing2 li {
	background-position: 0 4px;
	padding-left: 20px;
}
ul.service_listing1 a, ul.service_listing2 a {
	display: block;
	font-size:0.9em;
	color:#232323;
}ul.service_listing1 a:hover, ul.service_listing2 a:hover {
	text-decoration:underline;
}
ul.service_listing1 span.meta a, ul.service_listing2 span.meta a {
	color: #666;
	display: inline;
	text-decoration: none;
}
ul.service_listing1 span.meta a:hover, ul.service_listing2 span.meta a:hover, ul.service_listing1 span.meta a:focus, ul.service_listing2 span.meta a:focus {
	text-decoration: underline;
}
div#accordion ul.service_listing2 {
	margin-bottom: 4px;
	padding: 2px;
}
div#accordion ul.service_listing2 li {
	background-position: 10px 8px;
	padding: 3px;
	padding-left: 28px;
}
div#accordion ul.service_listing2 li:first-child {
	border: none;
}
div#accordion ul.service_listing2 li a {
	font-weight: bold;
}
.border_bottom {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
body.listing_detail div#cta_box {
	min-height: 36px;
}
body.listing_detail div#cta_box.location {
	background: #EDF0F2 url("/media/derbycitycouncil/styleassets/images/site/icons/location-big.png") no-repeat 6px 12px;
}
body.listing_detail div#cta_box h2 {
	margin-top: 5px;
}
body.listing_detail div#accordion {
	border: none;
}
body.listing_detail div#accordion h2, body.listing_detail div#accordion h3 {
	padding: 4px 8px;
	font: bold 1.154em 'Open Sans', arial, serif; /*font-size: 15px*/
}
body.listing_detail div#accordion h2 a, body.listing_detail div#accordion h3 a {
	padding: 0;
}
body.listing_detail div#accordion h2 a:hover, body.listing_detail div#accordion h2 a:focus, body.listing_detail div#accordion h3 a:hover, body.listing_detail div#accordion h3 a:focus {
	text-decoration: underline;
}
body.listing_detail div#accordion h3 {
	background-color: #000;
	color: #fff;
	margin: 1px 0 0;
}
body.listing_detail div#accordion h3 a {
	color: #fff;
}
body.listing_detail div.content_wrapper-2 div#content_pri_sub1 ul.news_items {
	margin-top: 45px;
}
body.listing_detail h2.icon_14 {
	background-position: 0 7px;
	margin-top: 1.4em;
}
div#cta_box.item_filter {
	padding: 12px;
}
div.item_filter div {
	float: left;
}
div.item_filter div.item_filter-date {
	padding-right: 20px;
}
div.item_filter ul {
	margin-bottom: 0;
}
div.item_filter li {
	margin-right: 10px;
}
div.item_filter a {
	color: #323232;
	text-decoration: underline;
}
div.item_filter a:hover, div.item_filter a:focus {
	text-decoration: none;
}
div#this_section ul {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	list-style: none;
}
div#this_section li {
	margin-left: 0;
}
div#this_section li a {
	text-decoration: none;
}
div#this_section a:hover { color:#fff; }
div#this_section a {
	color: #000;
	border-left: 3px solid #000;
	display: block;
	padding: 5px 6px;
}
div#this_section h3 {
	margin-top: 1px;
}
div#this_section h2 a, div#this_section h3 a {
	border: none;
	color: #fff;
	padding: 0;
}
div#this_section h2 a:hover, div#this_section h2 a:focus, div#this_section h3 a:hover, div#this_section h3 a:focus {
	background-color: transparent;
	cursor: pointer;
	text-decoration: underline;
}
div#this_section h4 {
	background-color: #F0F0F0;
	border-left: 3px solid #999;
	padding: 5px 6px;
	font-weight: bold;
	font-size: 1em;
	border-right:1px solid #CCC;
	margin: 0;
}
div#this_section a:hover, div#this_section a:focus, div#this_section li.cur a {
	background-color: #D8E5E4;
	text-decoration: none;
}
div.this_section ul li span.currentbranch0 a {
	background-color: #D8E5E4;
	text-decoration: none;
}
div#other_sections h3 {
	background-color: #353535;
	color: #fff;
	padding: 5px 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
div#other_sections ul {
	list-style: none;
	margin: 0;
}
div#other_sections li {
	border-bottom: 1px dotted #CCC;
	margin: 0;
}
div#other_sections li a {
	color: #000;
	background-color: #EEF2F2;
	border-left-width: 3px;
	border-left-style: solid;
	display: block;
	padding: 5px 6px;
	text-decoration: none;
}
div#other_sections li a:hover, div#other_sections li a:focus, div#other_sections li.cur a {
	background-color: #D8E5E4;
}
ul.document_listing {
	list-style: none;
}
ul.document_listing li {
	margin-left: 0;
}
ul.document_listing a {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 22px;
}
ul.document_listing li.pdf a {
	background-image: url("/media/derbycitycouncil/styleassets/images/site/icons/pdf-14.png");
}
ul.document_listing li.word a {
	background-image: url("/media/derbycitycouncil/styleassets/images/site/icons/word-14.png");
}
ul.document_listing li.excel a {
	background-image: url("/media/derbycitycouncil/styleassets/images/site/icons/xls-14.gif");
}
ul.document_listing li.ppt a {
	background-image: url("/media/derbycitycouncil/styleassets/images/site/icons/ppt-14.gif");
}
ul.document_listing a:hover, ul.document_listing a:focus {
}
ul.useful-form-list {
	list-style: none;
}
ul.useful-form-list li {
	margin-left: 0;
}
ul.useful-form-list a {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 22px;
}
ul.useful-form-list li.pdf a {
	background-image: url("/media/derbycitycouncil/styleassets/images/site/icons/pdf-14.png");
}
ul.useful-form-list li.word a {
	background-image: url("/media/derbycitycouncil/styleassets/images/site/icons/word-14.png");
}
ul.useful-form-list li.form a {
	background-image: url("/media/derbycitycouncil/styleassets/images/site/icons/form-list-icon.gif");
}
ul.useful-form-list a:hover, ul.useful-form-list a:focus {
}

/* === FAQs === */

div.faq_block { padding-top: 4px; }
ul.faq_listing {
	list-style: none;
}
ul.faq_listing li {
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #999;
}
ul.faq_listing li ul li, ul.faq_listing li ol li {
    border-bottom:none;
}
div.faq_block ul.faq_listing li {
	padding: 0 10px 0 10px;
}

html.js-enabled div.faq_block ul.faq_listing li h4 {
	text-decoration: underline;
	cursor: pointer;
	color: #00515F;
}
html.js-enabled div.faq_block ul.faq_listing li h4:hover, html.js-enabled div.faq_block ul.faq_listing li h4:focus {
	text-decoration: underline;
	color: #001014;
}
html.js-enabled div.faq_block ul.faq_listing li.open h4 {
	color: #000;
	text-decoration: none;
}
div.faq_block ul.faq_listing li p:last-child {
	margin-bottom: 0;
}
div.faq_block ul.faq_listing li h4.question {
	font-size: 1.231em; /*16px*/
	font-weight: bold;
	padding-left: 40px !important;
background:url(/media/schoolsinformationportal/styleassets/images/icons/Q.png) top left no-repeat;
	margin-bottom: 1em;
}
ul.faq_listing li h3.question {
	font-weight: bold;
	padding-left: 40px !important;
	background:url('/media/schoolsinformationportal/styleassets/images/icons/Q.png') top left no-repeat !important;
	margin-bottom: 6px !important;
	line-height: 2em !important;
	cursor: pointer;
}
ul.faq_listing li div.answer {
	padding-left: 40px;
	background:url('/media/schoolsinformationportal/styleassets/images/icons/A.png') top left no-repeat !important;
	margin-bottom: 20px;
}

.js-enabled div.faq_block ul.faq_listing li h4.question {
	cursor: pointer;
}
.js-enabled ul.faq_listing li div.answer {
	display: none;
}
ul.faq_listing li:last-child {
	margin-bottom: 0;
}
ul.faq_listing li a {
	font-weight: bold;
	text-decoration: underline;
}
ul.faq_listing li a:hover, ul.faq_listing li a:focus {
	text-decoration: none;
}
/* === ENDS FAQs === */
body.listing_detail div#content_pri_sub2 {
}
body.listing_detail div.content_wrapper-2 div#content_pri_sub2 hr {
	margin-bottom: 15px;
}
body.listing_detail div.content_wrapper-2 div#content_pri_sub2 small {
	display: block;
	margin-bottom: 15px;
}
body.listing_detail div#content_pri_sub2 p {
	margin-bottom: 5px;
}
body.listing_detail div#content_pri_sub2 ul {
	list-style: none;
	margin-bottom: 12px;
}
body.listing_detail div#content_pri_sub2 li {
	margin-left: 0;
}
body.listing_detail div.content_wrapper-2 div#content_pri_sub2 li {
	padding-bottom: 4px;
}
body.listing_detail div#content_pri_sub2 li a {
	background-position: 0 0;
}
body.listing_detail div#content_pri_sub2 div.boxout3 {
	background-color: #fff;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
body.listing_detail div.content_wrapper-2 div#content_pri_sub2 div.boxout3 h3 {
	margin-bottom: 10px;
}
body.listing_detail div#content_pri_sub2 ul#other_sites li {
	margin-right: 0;
	width: auto;
}
body.listing_detail div#content_pri_sub2 ul#other_sites img {
	padding: 10px;
}
div#featured_boxout {
	background-color: #C9E2E2;
}
div#featured_boxout h3 {
	margin-bottom: 6px;
}
div#featured_boxout img {
	margin-bottom: 4px;
	padding: 2px;
}
div.boxout_info {
	background-color: #234A49;
	color: #fff;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}
div#content_pri div.boxout_info {
	float: right;
	margin: 0 0 15px 15px;
	width: 425px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 0;
	color: #000;
}
div.boxout_info p:last-child {
	margin-bottom: 0;
}
div.boxout_info h2 {
	color: #fff;
	font: bold 1.231em 'Open Sans', arial, serif; /*font-size: 16px*/
	margin-bottom: 8px;
}
div#content_pri div.boxout_info h2 {
	color: #000;
	margin-bottom: 10px;
}
div#online_security h2 {
	min-height: 16px;
	padding-left: 20px;
 background: url(https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/icons/security-13.gif) left no-repeat;
}
div.boxout h2 a {
	background: 8px 8px no-repeat;
}
div.boxout h2#apply-for-it a {
	background-image: url("https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/icons/apply-for-it.png");
}
div.boxout h2#book-it a {
	background-image: url("https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/icons/book-it.png");
}
div.boxout h2#pay-it a {
	background-image: url("https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/icons/pay-it.png");
}
div.boxout h2#report-it a {
	background-image: url("https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/icons/report-it.png");
}
div.boxout a.more {
	background: url("https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/icons/bullet2-default.gif") left no-repeat;
	padding-left: 15px;
}
body.action tr {
	background-color: #fff;
}
body.action tr:nth-child(odd) {
	background-color: #EEF4F6;
}
body.action th, body.action td {
	border: none;
	padding: 7px;
}
body.action th {
	color: #000;
}
body.action td.action-online a {
	background: #353535 url("/media/derbycitycouncil/styleassets/images/site/icons/action-online.gif") no-repeat 6px 6px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	height: 38px;
	line-height: 33px;
	padding: 4px 6px 0 36px;
	text-decoration: none;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
body.action td.action-online a:hover, body.action td.action-online a:focus {
	background-color: #234A49;
}
body.action td.payment_listing {
	vertical-align: middle;
}
ul.payment_listing {
	list-style: none;
	overflow: hidden;
	margin: 0;
}
ul.payment_listing li {
	float: left;
	margin: 0 15px 0 0;
}
ul.payment_listing li:last-child {
	margin-right: 0;
}
ul.payment_listing li a {
	display: block;
	width: 28px;
	height: 20px;
	text-indent: -9999em;
}
ul.payment_listing li.online a {
	width: 27px;
	height: 27px;
 background-image:url(/media/derbycitycouncil/styleassets/images/site/icons/paymenttypes/online_38.gif);
}
ul.payment_listing li.direct_debit a {
 background-image:url(/media/derbycitycouncil/styleassets/images/site/icons/paymenttypes/direct_debit_28.gif);
}
ul.payment_listing li.cash a {
	width: 26px;
 background-image:url(/media/derbycitycouncil/styleassets/images/site/icons/paymenttypes/cash_26.gif);
}
ul.payment_listing li.post_office a {
 background-image:url(/media/derbycitycouncil/styleassets/images/site/icons/paymenttypes/post_office_28.gif);
}
ul.payment_listing li.cheque a {
	width: 26px;
 background-image:url(/media/derbycitycouncil/styleassets/images/site/icons/paymenttypes/cheque_26.gif);
}
div.boxout_info ul.payment_listing li {
	margin-right: 5px;
}
div.boxout_info ul.payment_listing li {
	width: 80px;
	height: auto;
	text-indent: 0;
	text-align: center;
	padding-top: 35px;
	background: center top no-repeat;
	color: #333;
	font-size: 0.769em; /*10px*/
	text-transform: uppercase;
	text-decoration: none;
}
div.boxout_info ul.payment_listing li.online {
background-image:url(/media/derbycitycouncil/styleassets/images/site/icons/paymenttypes/online_38.gif);
}
div.boxout_info ul.payment_listing li.direct_debit {
 background-image:url(/media/derbycitycouncil/styleassets/images/site/icons/paymenttypes/direct_debit_42.gif);
}
div.boxout_info ul.payment_listing li.cash {
 background-image:url(/media/derbycitycouncil/styleassets/images/site/icons/paymenttypes/cash_38.gif);
}
div.boxout_info ul.payment_listing li.post_office {
 background-image:url(/media/derbycitycouncil/styleassets/images/site/icons/paymenttypes/post_office_42.gif);
}
div.boxout_info ul.payment_listing li.cheque {
 background-image:url(/media/derbycitycouncil/styleassets/images/site/icons/paymenttypes/cheque_38.gif);
}
div.search_panel {
	background: #edf0f2;
	padding: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 18px;
}
body.layout3 div#content_pri input#expanded_search_keywords {
	width: 440px;
}
p.sort {
	padding-left: 10px;
}
ul.search_results {
	list-style: none;
}
ul.search_results li {
	margin: 0;
	padding: 20px 10px;
	border-top: 1px dotted #ccc;
	position: relative;
}
ul.search_results li h3 {
	font-family: 'Open Sans', arial, sans-serif;
	margin-bottom: 0.5em;
}
ul.search_results li:last-child {
	border-bottom: 1px dotted #ccc;
}
ul.search_results li p {
	margin-bottom: 10px;
	width: 695px;
}
ul.search_results li.popular {
	background: #fffbed;
}
ul.search_results li span.popular {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #ffcd39;
	padding: 2px 3px;
	font-size: 0.769em; /*10px*/
	text-transform: uppercase;
}
ul.search_results li a.result {
	font-size: 0.923em; /*12px*/
	color: #666;
}
ul.a_z_listing {
	list-style: none;
	overflow: hidden;
	margin-bottom: 11px;
}
ul.a_z_listing li {
	float: left;
	margin: 0 9px 9px 0;
}
ul.a_z_listing li:last-child {
	margin-right: 0;
}
ul.a_z_listing li a {
	font-weight: normal;
	font-size: 1.154em; /*15px*/
	background: #ccc;
	text-align: center;
	padding: 3px 6px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #000;
	display: block;
	width: 1em;
}
		  


ul.a_z_listing li.cur a, ul.a_z_listing li a:hover, ul.a_z_listing li a:focus {
	background: #000;
	color: #fff;
}
ul.a_z_listing li.cur a, ul.a_z_listing li.cur a:hover, ul.a_z_listing li.cur a:focus {
	background-color: #ff5003;
	color: #000;
}
table.a_z {
	width: 100%;
}
table.a_z thead th {
	font-size: 1.692em; 
	font-weight: normal;
	border-bottom: 0;
	padding: 10px;
	font-family: 'Open Sans', arial, sans-serif;
}
table.a_z tbody tr:nth-child(odd) {
	background-color: #F1F8F8;
}
table.a_z tr:hover, table.a_z tr:focus {
	background-color: transparent;
}
table.a_z tbody tr td, table.a_z tbody tr th {
	border-bottom: 0;
	padding: 10px;
}
table.a_z tbody tr td a {
	color: #666;
}
table.a_z tbody tr th {
	font-weight: normal;
	border-left: 3px solid red;
	width: 358px;
}
table.a_z tbody tr th a {
	font-weight: bold;
}
body.layout4 div#content_pri input#expanded_search_keywords {
	width: 240px;
}
div#user_message {
	background-color: #000;
	width: 100%;
	margin-left: -25px;
	padding: 0.3em 25px;
	margin-bottom: 1.5em;
}
div#user_message h1 {
	color: #fff;
	padding-bottom: 0.2em;
	font-size: 3.462em;/*45px*/
}
body.layout4 form {
	margin-top: 2em;
}
body.contact div#contact_details {
	margin-top: 2em;
}




div#this_section ul a, div#other_sections li a, table.a_z tbody tr th {
	border-color: #ff5003;
}


div.boxout h2, div#accordion h3, div#this_section h3, div#accordion h2.ui-state-active:hover {
	background-color: #353535;
    color:#fff;
}


div#this_section ul a:hover, div#this_section ul a:focus, div#other_sections li a:hover, div#other_sections li a:focus, div#this_section ul li.cur a, div#accordion h2.ui-corner-all:hover {
	background-color: #ff5003;
}




ul.service_listing1 li { background-image: url("https://www.derby.gov.uk/https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/li-chevron-02-orange.png"); }

/* ACTIONS
======================== */

h2#book-it, h2#pay-it, h2#report-it, h2#apply-for-it, h2#popular { padding-left: 30px !important; }
h2#popular { background-image: url("https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/icons/popular.png"); }
h2#pay-it {	background-image: url("https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/icons/pay-it.png"); }
h2#report-it { background-image: url("https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/icons/report-it.png"); }
h2#apply-for-it { background-image: url("https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/icons/apply-for-it.png"); }
h2#book-it { background-image: url("https://www.derby.gov.uk/media/derbycitycouncil/styleassets/images/site/icons/book-it.png"); }

p a .lowercase {
	text-transform: lowercase;
}
ul#pagination li span.currentpage {
	display: block;
	padding: 0 7px;
	margin-left: 5px;
	width: 8px;
	float: left;
	background-color: #00515f;
	color: #ffffff;
	border: 1px solid #00515f;
	border-radius: 3px 3px 3px 3px;
}



/* icon block custom styles */

#menu-option-icons .menu-icon-send {
    padding: 6px;
    margin: 2px;
    display: inline;
    width: 174px;
    float: left;
    min-height: 216px;
}
#width .menu-icon-send{
	width:170px;
}
.menu-icon-send a {
    color: #353535;
    text-decoration: none;
}
.menu-icon-send a:hover, .menu-icon-send p:hover, .menu-icon-send p:hover a {
    color: #f4f4f4;
	background-color: #353535;
    text-decoration: none;
}
#menu-option-icons .menu-icon-send img {
    border: none;
    margin: 0 auto;
	width:75%;
	height:auto;
}
.menu-icon-send p {
    font-size: 98%;
    margin: 12px 0 2px 0;
    padding: 2px 0;
    text-align: center;
    color: #353535;
	font-weight:bold;
}
.menu-icon-send p span.point_sym_hover_span:hover, 
.menu-icon-send p span.point_sym_hover_span_hl { background-color: #099; }




/* icon block custom styles */

#menu-option-icons .menu-icon-rwb {
    padding: 8px 20px;
    margin: 8px;
    display: inline;
    width: 174px;
    float: left;
    border: 1px #ccc solid;
    background-color: #f4f4f4;
}
#width .menu-icon-rwb{
	width:170px;
}
.menu-icon-rwb a {
    color: #353535;
    text-decoration: none;
}
.menu-icon-rwb a:hover, .menu-icon-rwb p:hover, .menu-icon-rwb p:hover a {
    color: #f4f4f4;
	background-color: #353535;
    text-decoration: none;
}
#menu-option-icons .menu-icon-rwb img {
    border: none;
    margin: 0 auto;
}
.menu-icon-rwb p {
    font-size: 94%;
    margin: 12px 0 2px 0;
    padding: 2px 0;
    text-align: center;
    background-color: #f4f4f4;
    color: #353535;
	font-weight:bold;
}





#mc_embed_signup input.mc-email { 
	height:2em; 
	width:260px; 
	margin:8px 0; 
	padding:2px; 
}


















div.video-frame {
	border:2px solid #cdcdcd;
        margin-bottom:12px;
}

/* ADVERTS */

div#counciladvertising-leaderboard {
	width:728px;
    height:90px;
	border:1px solid #ccc;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4px;
}
div#counciladvertising-mpu {
    background: #fff;
    padding: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}
div#counciladvertising-mpu h2 { 
    padding: 5px 10px;
    background-color: #353535;
    color: #fff;
    font-size: 1.2em;
    font-weight: normal;
    text-align:left; 
    margin-bottom:4px;
}



@media screen and (max-width: 960px) {
	div.counciladvertising-mpu-advert { display: none; }
} /* END 960 */


/* CUSTOMISATIONS */
/* ============== */

div.row { clear:both; }
p.copyright { display:block; }

/* DCC maps */

#EmbeddedMapTag img { max-width:none !important;} 
#EmbeddedMapTag { max-width:100%; height:450px;border: 3px #ccc solid; line-height: 0; }

/* == POPULAR == */

#homepage-popular { border-bottom: 1px #f86 solid; overflow:auto; padding-bottom:14px; }
#homepage-popular h2 { margin: 0 0 20px 0; font-weight:bold; }
#homepage-popular div.link { 
	width: 33%; 
	float:left;
	color:#111;
    text-align: center;
	margin-bottom:4px;
	}
#homepage-popular a:hover { 
    background-color: #ff5003;
	color:#fff;
	}
#homepage-popular a { 
    background-color: #e5e5e5;
	display:table-cell;
	vertical-align:middle;
	text-decoration:none;
	color:#111;
	font-weight:bold;
	font-size:1.1em;
	width:12%;
	height:62px;
	border:5px #fff solid;
	padding:4px 8px;
}


/* == SERVICE DIRECTORY == */

#homepage-service-directory { clear:both; overflow:none; }
#homepage-service-directory h2 { margin: 16px 0; font-weight:bold;  }
#homepage-service-directory h3 { font-size:1.05em; margin:12px 0 2px 0; padding:6px; line-height:1.2em; }
#homepage-service-directory li:hover, 
div.landing-links li:hover, 
#homepage-service-directory h3 a:hover,
#homepage-service-directory h3:hover,
#homepage-service-directory h3:hover a { color:#232323; }
#homepage-service-directory a { color:#232323; }
#homepage-service-directory li a, div.landing-links li a { text-decoration:none; color:#232323; }
#homepage-service-directory div.service-block { 
	width: 33%; 
	float:left;
	color:#111;
    border-bottom:1px dotted #f86;
	}
#homepage-service-directory div.service-block ul, div.landing-links ul { list-style-type: none; }
#homepage-service-directory div.service-block ul li:hover a, #rssfeed li a:hover { text-decoration:underline; }
#homepage-service-directory div.service-block ul li, div.landing-links ul li { 
	margin-left:10px;
    margin-bottom:12px;
    padding-left: 1em;
	line-height:1.5em;
	background:url(/media/derbycitycouncil/styleassets/images/site/li-chevron-02-orange.png)  no-repeat left 4px;
	font-size:0.9em;
}
#homepage-service-directory div.service-block:last-child { border-bottom:none;}

ul.service_listing2 li a, #rssfeed li a { text-decoration:none;}
ul.service_listing2 li { 
	margin-left:10px !important;
	margin-bottom:12px !important;
	padding-left: 1em;
	line-height:1.5em;background-image: url("/media/derbycitycouncil/styleassets/images/site/li-chevron-02-orange.png") 
}

/* == HOMEPAGE SUBCONTENT == */

#whid-homepage h2 { font-weight:bold }

.hp-boxout { background-color: #f2f2f2; }
.hp-boxout a { text-decoration:none; }
#content_sec .hp-boxout h2, #content_sec .boxout h2  {    
    background-color: #353535;
    color:#fff;
    font-size:1em;
    font-weight:normal;
    margin-bottom:0;
   padding: 5px 10px;

}
#content_sec .boxout h2  {    
    padding: 5px 10px;
}

#content_sec .hp-boxout .thumb img { float:left; margin:10px 10px 0 10px  }
#content_sec .hp-boxout p { padding: 10px; font-size:0.9em;  }
.hp-boxout img.full-width { width:100%; height:auto; border:none !important;margin-bottom:14px;padding:0 !important; }

/* ========================= */

.span4 {
	width: 205px;
	float:left;
	padding-bottom:20px;
	padding-right: 20px;
}
.span4  h3 {
	font-size:1.6em;
	padding-bottom: 5px;
	margin-bottom:0px;
}
.span4  h3  a {	text-decoration: none; }
.span4  li { margin-bottom:3px; }
.span4  li  a { text-decoration: none; }
.section-padding .container { padding-top:10px; }

/* custom th a for 'Report it */
body.action th a{ display: block; }

/* NEWS FEED 
=============*/

#whid-homepage { clear:both; border-top: 1px solid #f86; padding-top: 16px; }
#newsroom { 	
	width:100% !important; 
	overflow-x:hidden !important;
}	
ul#rssfeed { 
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2; 
	list-style-type: none;
}
ul#rssfeed li a { color: #232323; font-size:0.9em; }
ul#rssfeed li span.date { 
	font-size:0.9em; font-weight:bold; color:#666; 
}
ul#rssfeed li { 
	font-size:0.9em; 
	padding:0 1em 0 1.5em;
	line-height:162%; 
	background: url('/media/derbycitycouncil/styleassets/images/site/li-chevron-02-orange.png') no-repeat left 4px;
}

/* Full Width Customisations for RWD 
============================================= */

ul#pagination { width: auto; }
div#footer_sec { border-bottom: solid 42px #353535; border-top: 4px solid #ff5003; }
div#counciladvertising-leaderboard { max-width:100%; }
div#counciladvertising-leaderboard img, ul.faq_listing .answer img { max-width:100%; height:auto; }

#network a, #network a:hover { background:none !important; }
#network { text-align:center;padding-top:4px;font-family:'Open Sans', arial, tahoma, sans-serif; }
#network ul {display:inline-block;}
#network ul li:last-child { border-right:none;}
#network ul li:hover { background-color:#ff5003; color:#fff;}
li.show-responsive-menu-item { display:none !important; }
li.hide-responsive-menu-item { display:block !important; }

#page, #header, #navigation_sec, #footer_sec { max-width:1070px; }
div#content_pri { width: 70%;padding-left:25px;}
div#content_sec, body.layout2 div#content_sec { width: 267.5px; } 

ul.news_items { width:100% }

body.listing_detail div#content_sec {
  left: 0px;
  width: 25%;
  float:left;
}

body.listing_detail div#content_pri {
  left: 0px;
  width: 72%;
  float:right;
}

body.listing_detail div#content_pri_sub1 {
	width:100%;
}
body.listing_detail div#content_pri_sub2 {
  display:none;
  width:0px;
}
div#other_sections h3 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.js-enabled div#content_pri_sub1 .google_map {
  width: 100%;
}

.responsive-hide { display:none; }

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

nav a#pull {
	display: none;
	text-decoration:none;
	font-weight:bold;
	font-size:170%;
}
nav a#pull img {
	display:inline;
	width:20px;
	height:auto;
}

div.slideshow {
	margin-bottom: 20px !important;
}

	body.home div.controls {
		display: none;
	}

div#slideshow_1 {
	border: none;
}
div#slideshow_1 div.slides img  {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
div.ss_type1 div.slides { width:100%;
  overflow: hidden;}

ol#slideshow {
	max-width: 100%;
	height:100%;
}
ol#slideshow li {
	max-width: 100%;
}
#content_wrapper div.slideshow img { max-width:100%;height:auto;}
div.slideshow div.slides div.info h3 { font-size: 1.4em; }


div#content_pri .col2 {
	padding-left: 0px;
	width: 46%;

}

div#content_pri .col2:first-child {
	margin-right: 30px;

}
div#content_pri div.col2_row {
	margin-left: 0px;
}
div#content_pri div.col2_row h3 a {
	font-size:125%;
	text-decoration:none;
}


body.home div#content_pri .col3 {
	padding-left: 0px;
	width: 33%;
}

body.home div#content_pri .col3_row ul li {
	margin-right: 0px;
}
body.home div#content_pri .col3_row ul {
	margin-left: 12px;
}
body.home div#content_pri .col3_row ul li.col3 a  {
	padding-left: 12px;
}
body.full_width div#content_pri {
	width:100%;
}
body .header h1 {
	font-size:2.4em;
}

body.l1landing div#content_pri .col3_row ul li div.image_crop { overflow:hidden; }
body.l1landing div#content_pri .col3_row ul li div.crop_209x79 { width:100%;height:auto; }
body.l1landing div#content_pri .col3_row ul li div.crop_209x79 img { width:100%;  height:auto;margin-top:0;margin-left:0; }
body.l1landing div#content_pri .col3_row ul li .thumb { border: none; }
body.l1landing div#content_pri .col3_row ul li .thumb img { max-width:100%;height:auto; }
body.l1landing div#content_pri .col3 { width:28.5%; }

div.boxout, div.boxout h2 { border-radius: 0;}
div.boxout { background-color:#f3f3f3;}


#content_wrapper ul.micro .crop_44x44 {
	display:none;
}
div.boxout3 p.date {
	background-color:#f00;
	color:#fff;
	position:relative;
	width:auto;
}
p.date span.month, p.date span.day
{
	display: block;
	float: left;
	text-align: center;
	width: auto;
	height:auto;
	font-weight:bold;
	background-color: rgba(18, 150, 150, 0.80);	
	color:#fff;
	font-size:1.5em;
	padding:5px;
	margin-bottom:8px;
	left:0;
	top:0;
}
p.date {
	left:0;top:0;
	font-family: 'Open Sans';
	width:120px;
}	

div#footer_pri div#contact_details { width:98%;}
div#contact_details h3 { font-size:155%;margin-bottom:0.5em;}
div#contact_details h4 { font-size:125%;}
div#contact_by_telephone { margin:14px 36px 0 0!important; }
div#contact_in_writing { margin:14px 36px 0 0!important; }
div#rate_page { margin: 14px 0 0 0!important;  }
div#rate_page h4 { float:none; margin-bottom: 0.5em; }
div#contact_by_telephone { padding:0 36px 0 0!important; }
div#contact_in_writing { padding:0 36px 0 0!important;}

div.boxout a p {
	clear: left;
}
div.boxout a div.thumb {
	width:100%;
	border:none;
	margin: 0 auto;
	text-align:center;
	background: none;
}
div.boxout a div.thumb img {
	margin: 0 auto;display:inline;
}

body.layout2 div#content_sec img { max-width:100%; height:auto;}

body.listing_detail div#content_pri div#content_pri_sub1 .crop_190x95_old img {
  width: 210px;
  height: auto;
  margin-left: 0;
}

body.listing_detail div#content_pri div#content_pri_sub1 .crop_190x95 img {
  width: 210px;
  height: auto;
  margin-left: 0;
}

.YLYC_icons_l2 {
	display:none;
}
.ylyc_landing .header h1 {
	background-image: none;
	vertical-align: top !important;
	margin-bottom:12px;
}
.YLYC_l2_row_box  { 
	width:28%;
	text-align: center;
	display:inline-block;
	margin-top:15px;
	margin-right:8px;
	float:left;
}
.YLYC_l2_row_box img { 
	width:100%;
	height:auto;
	padding:0px !important;
	border-radius: 0 !important;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: none !important;
}
.YLYC_banner_title {
	background-color: #005566;
	color: #fff;
	height: 6em;
	font-size: 0.9em;
	font-weight:bold;
	border-top: 1px solid #ccc;
	border-left:  1px solid #ccc;
	border-right:  1px solid #ccc;
	font-family: 'open sans', helvetica, arial, verdana, "sans serif";
	vertical-align: middle;
	width:100%;
}
.YLYC_banner_title:hover {
	background-color:#0099aa;
}
.YLYC_banner_title p {
	margin:6px 6px 0 6px;
}
.YLYC_l2_row_box a {
	text-decoration:none;
}

.YLYC_l1_img_link {
	display: inline !important;
	padding: 15px 0px 12px 30px;
	float:left;
}

dd.first {
	clear:both;	
}

.thumb img {

max-width:100%;
height:auto;
}

body.whid_home div#content_pri {
	margin-right:1%;
}

body.whid_home div#content_pri div.col2_row h3 a {
	
	font-size:90%;
}

body.layout2 #content_pri  {
   width:64% !important;
}
body.layout2  #content_pri.full_width {
	width: 100% !important;
}
body.layout2 #content_sec  {
   width:31% !important;
}

body.listing_detail div.header {
	margin-bottom:10px;
}
body.listing_detail div.header p.meta {
	font-weight:bold;
}

body.listing_detail div#content_sec .boxout h2 {
	  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

body.listing_detail div#content_pri .ss_type3 {
width:100%;	
}
body.listing_detail div#content_pri .ss_type3 .slides ol {
width:100% !important;	
}

body.layout2 .slides ol {
	width:100% !important;
	  height: auto !important;
	  position:relative !important;
	
}

body.layout2 div.ss_whid {
	height:auto;
}

body.layout2 div.ss_whid div.slides {
	position:relative;
}

body.layout2 div.ss_whid div.slides li {
	position:relative !important;
}

body.layout2 div#content_pri .ss_whid {
	width:100%;
}

body.layout2 div#content_pri .ss_whid .jcarousel-clip {
	width:100%;
}

body.layout2 div#content_pri .ss_whid .info {
	width:100%;
}

body.layout2 div#content_pri .ss_whid .controls {
	width:97%;
	left:0;
}

body.layout2 div#content_pri .ss_whid .controls ol {
	width:100% !important;
}

body.layout2 div#content_pri .col3 {
	width:28%;
}

.crop_154x84  {
width: 210px;
  height: auto;
}

.crop_154x84  img {
margin-top:0;
margin-left:0;
}

body.layout4 div#page {
	max-width:1070px;
}
 
body.layout4 div#footer_pri {
	width:100%;
}
body.layout4 div#footer_sec {
	width:100%;
}


/* OWL Carousel 
=============== */

#owl-demo { padding-bottom: 8px;margin-bottom: 8px; padding-top:20px;clear:both; overflow:none; }
.owl-item a {
	text-decoration:none;
}
.owl-carousel .slide { width:98.5%; border: 1px solid #ccc; padding:1px; }
.owl-carousel .slide img {
    display: block;
    width: 100%;
	height:auto;
    border:none !important;
    padding:0 !important;
    border-radius:0 !important;
}
.owl-carousel h2 {
	background-color:#e5e5e5;
	padding:6px;
	margin: 0;
    font-weight:normal !important;
    font-size: 1.4em !important;
	height:72px;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	max-width: 650px;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	max-width: 650px;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	max-width: 650px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	margin: 8px;
	padding: 6px 12px;
	font-size: 1.4em;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 5px;
	background-color: #888;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	background-color:#ff5003;;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	/* zoom: 1; */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 20px;
	height: 20px;
	margin: 5px 7px;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #232323;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color:#ff5003;;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
	min-height: 150px;
}

/* End Carousel */

#contact-us-map { display: inline; float: right; width: 380px; height: 420px; }
#contact-us-map iframe { width: 380px; height: 420px; }
#contact-us-col1 { width: 40%; float: left; display: inline; margin-right: 60px; }
#contact-us-col2 { width: 40%; float: left; display: inline; }

/* NEW JOBS AND CAREERS CUSTOMSTYLES */

 .jobs-images img{

  float:left;
	border:0 !important;
	padding:0 !important;
    border-radius: 0 !important;
  
}  

.hero-a img { margin-right: 12px; }

.hero-a img, .hero-b img { width: 46%; height: auto; }

.content_pri_full_width {width: 100%;margin-right:5%;}

#a52-image img{
	height:auto;
    width:100%;
    border:0px;
    padding:0px;
}

/* ============================================= */

/* heading css */

div.heading-text{
	clear: both;
    padding-left: 24px;
    font-weight: bolder;
    font-size: 1.308em;
    padding-bottom: 10px;
}

/* introduction css */

div.introduction{
	padding-left: 24px;
    padding-bottom: 14px;
}

div.detail{
	padding-bottom:15px;
}

div.h-catalogitems{
	padding-left: 24px;
	width: 100%;
    clear: both;
}

div.s-catalogitem{
	float: left;
	width: 28.5%;
	padding-right: 25px;
}

div.s-catalogitem h4{
	padding-bottom: 5px;
	text-align: left;
	font: 1.2em 'Open Sans', arial, serif;
}

div.catalog-image img{
	width: 100%;
	height:auto;
}

ul.catalog-listings{
	padding-top: 10px;
	margin: 0;
}

ul.catalog-listings a{
	text-decoration: none;
    display: block;
}

ul.catalog-listings a:hover{
	text-decoration: none;
}


ul.catalog-listings li{
	text-decoration: none;
	list-style-type: none;
	padding: 5px;
	border-left: 10px solid #565E7B;
	border-bottom: 1px dotted #A9A9A9;
	font-size:13px;
}

ul.catalog-listings li:hover{

    border-left: 10px solid rgba(243, 100, 0, 0.83);
    background-color: rgba(169, 169, 169, 0.18);
}

ul.catalog-listings li{
	margin: 0;
}

div.l2link {
	padding: 5px;
	text-align: left;
	text-decoration: none;
	border-left: 10px solid #565E7B;
	border-bottom: 1px dotted #a9a9a9;
	font-size:13px;
}


div.l2link:hover{
	background-color: rgba(169, 169, 169, 0.18);
	border-left: 10px solid rgba(243, 100, 0, 0.83);
}

div.l2link a{
	text-decoration: none;
	display: block;
}

/* RESPONSIVE FINE-TUNING
==========================*/

@media screen and (max-width: 920px) {
	div.detail h4{
		font-size:1.1em;
	}
	div.s-catalogitem{
		padding-right:20px;
	}
}

@media screen and (max-width: 846px) {
	div.detail h4{
		font-size:1em;
	}
}

@media screen and (max-width: 772px) {
	div.detail h4{
		font-size:0.9em;
	}
}

@media screen and (max-width: 480px) {
	
	div.catalog-image img{
		display:none;
	}

	div.s-catalogitem{
		width:100%;
		margin-left:-10px;
	}

	div.detail h4{
		font-size:1.2em;
	}

	div.introduction{
		padding-left: 15px;
	}

	div.heading-text{
		padding-left: 15px;
	}
}

@media screen and (max-width: 1140px) {
.section-padding .span4 {
       width:100%;
    }
}

/* ============================================= */