﻿/* ---------------------------- */

/*CONTENT STYLES*/
.content-body {
	float: none;
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	color: #153560;
}
.content-header {
	min-height: 174px;
}
.content-header h1, .content-body h1 {
	font-size: 2.5rem;
}
.content-body h2, .content-header h2 {
	font-size: 1.7rem;
	margin-top: 1em!important;
}
.content-body h3 {
	font-size: 1.4rem;
	margin-top: 1em;
}
.content-body h3.measure-title {
	font-size: 1.2rem;
	font-weight: normal;
}
.content-body h4 {
	font-size: 1.2rem;
}
.content-body h5 {
	font-size: 1rem;
}
.content-body h6 {
 font-size: .85rem;
	font-style: italic;
}
.js-required {
	display: none;
}
.navbar-collapse {
	padding: 0;
}
.continued {
	font-size : 50%;
}
figure a {
	border-bottom: none;
}
figure a:hover, figure a:active, figure a:focus {
	background: transparent;
}
/*div.box_shaded {
	margin: 2em 0 2em 0;
	padding: 1em 1.5em;
	border: 1px solid #869ca6;
	background: rgb(244, 245, 247);
}*/

.SourceNote {
	font-size : 0.7em;
	line-height : 1.4em;
	margin: -1.5em 0 2em 0.3em;
	clear: both;
}
.morespace_scroll {
	margin-top: 1em;
}
.VideoNote {
	margin: 0;
}
.clear {
	clear: both;
}
.padding {
	padding-top: 2em;
}
.float {
	float: left;
	margin: 0 1em 1em 0;
}
.section-navigation, .section-navigation-dropdown {
	margin-bottom: 60px;
	padding-bottom: 15px;
}
.section-navigation-dropdown h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.2em;
	display: inline-block;
	color: #fff;
}
#section-navigation > ul {
	max-height: none;
}
#section-navigation .toggle-open:hover, #section-navigation .toggle-open:active, #section-navigation .toggle-open:focus {
	background: transparent;
}
.section-navigation .print-button, .section-navigation-dropdown .print-button,
.section-navigation .fact-sheets-button, .section-navigation-dropdown .fact-sheets-button {
	display: block;
	background: #fff;
	margin: -30px -30px 15px -30px;
	padding: 15px;
	color: #153460;
	border-top: 1px solid #153460;
}
.section-navigation .fact-sheets-button, .section-navigation-dropdown .fact-sheets-button {
	margin-top: -15px;
	border-top: 1px solid transparent;
}
.section-navigation .print-button:hover, .section-navigation-dropdown .print-button:hover, .section-navigation .print-button:focus, .section-navigation-dropdown .print-button:focus, .section-navigation .print-button:active, .section-navigation-dropdown .print-button:active,
.section-navigation .fact-sheets-button:hover, .section-navigation-dropdown .fact-sheets-button:hover, .section-navigation .fact-sheets-button:focus, .section-navigation-dropdown .fact-sheets-button:focus, .section-navigation .fact-sheets-button:active, .section-navigation-dropdown .fact-sheets-button:active {
	background: #0258a4;
	color: #fff;
	border-top: 1px solid #fff;
}
.section-navigation .print-button > .glyphicon, .section-navigation-dropdown .print-button > .glyphicon,
.section-navigation .fact-sheets-button > .glyphicon, .section-navigation-dropdown .fact-sheets-button > .glyphicon {
	margin-right: 15px;
	font-size: 1.2em;
}
.section-navigation > ul a:hover, .section-navigation-dropdown > ul a:hover, .section-navigation > ul a:focus, .section-navigation-dropdown > ul a:focus, .section-navigation > ul a:active, .section-navigation-dropdown > ul a:active {
	color: #0258a4 !important;
}
.section-navigation-dropdown > ul.closed {
	max-height: 0 !important;
}
.panel.brand-blue {
	background: #0f92ee;
}
.div.brand-blue, .segment.brand-blue {
	background: #0f92ee;
}
.card-title {
	font-size: 2.3rem;
	line-height: 1.1;
}
.card-content > .tagline {
	line-height: 1.3;
}
/*------Lists-----------*/
.content-body li {
	padding-top: 0.8em;
}
.content-body li ol li {
	padding-top: 0.8em;
	margin-left: -1em;
}
.content-body ul {
	margin-top: 0.8em!important;
}
.content-body ul li {
	list-style-type: disc;
	margin-left: 2em;
	padding: 0 0 0.8em 0 !important;
}
/*.content-body ol li {
	list-style-type:decimal;
}*/

.alpha li {
	list-style: lower-alpha;
}
.roman li {
	list-style: lower-roman;
}
.alpha ul li, .roman ul li {
	list-style-type: disc;
	list-style-position: outside;
}
ul.dash li {
	list-style-image: url(/2016-17/dist/img/dash.gif)!important;
	margin-left: 3em;
}
ol .dash li {
	margin-left: 30px;
}
ol li {
	list-style: decimal;
}
.dl-horizontal {
	margin: 1em 0 1em 0;
}
.dl-horizontal dt {
	text-align: left;
}
dt {
	margin: 0 0 0.5em 0;
}
dd {
	margin: 0 0 0.5em 0;
}
.well-blue {
	background-color: #153460;
}
/*------End Lists-----------*/

/*TABLE STYLES*/

table /*standard table size*/ {
	border-top : 1px solid #999999;
	border-bottom : 1px solid #999999;
	border-collapse: collapse;
	margin-bottom: 2em;
}
.table_40 /*smallest table - the standard table is 100%*/ {
	width : 40%;
}
.table_50 /*smaller than the standard 100% table size*/ {
	width : 50%;
}
.table_70 /*a little larger than the standard 100% table size*/ {
	width : 70%;
}
.table_80 /*larger than the standard 100% table size*/ {
	width : 80%;
}
.table_90 /*larger than the standard 100% table size*/ {
	width : 90%;
}
table.left th, table.left td {
	text-align: left;
}
/*end table styles*/

/*standard td and th styles*/

table>thead>tr>th {
	border-bottom: 1px solid #999999;
	font-weight: bold;
}
table>tbody>tr>th {
	font-weight: normal;
}
table td {
}
table.table-index td, table.table-index th {
	padding: 0.5em 0;
}
table.table-index {
	font-size: 1em;
}
table.table-index tbody .indent-1 {
	padding-left: 20px!important;
}
table>tbody th:hover a, table>tbody td:hover a {
	color: #FFF;
}
/*end standard td and th styles*/

/*table caption and chart heading styles*/
table caption, .box_caption {
	color : #296b94;
	margin : 1em 0 0 0;
	font-size : 120%;
	padding : 0 0 0.5em 0;
	text-align : left;
	line-height : 1.2em;
	width : 100%;
}
.box_caption {
	margin : 0 0 0.8em 0;
	padding : 0 0 0 0;
}
table caption span {
	font-size: 0.8em;
}
table caption.fin_notes {
	font-size : 180%;
}
figcaption /*.chart_heading*/ {
	/*color : #296b94;*/ 
	font-size : 100%;
	margin : 1.5em 0 0.2em 0;
	font-size : 130%;
	padding : 0 0 0.5em 0;
	text-align : left;
	line-height : 1.2em;
}
figcaption span {
	margin : 0 0 1em 0;
}
/*end caption styles*/

/*column styles*/
.colwidthblank {
	width : 5px;
}
.colwidth_5 {
	width : 5%;
}
.colwidth_6 {
	width : 6%;
}
.colwidth_7 {
	width : 7%;
}
.colwidth_8 {
	width : 8%;
}
.colwidth_9 {
	width : 9%;
}
.colwidth_10 {
	width : 10%;
}
.colwidth_11 {
	width : 11%;
}
.colwidth_12 {
	width : 12%;
}
.colwidth_15 {
	width : 15%;
}
.colwidth_20 {
	width : 20%;
}
.colwidth_25 {
	width : 25%;
}
.colwidth_30 {
	width : 30%;
}
.colwidth_35 {
	width : 35%;
}
.colwidth_40 {
	width : 40%;
}
.colwidth_45 {
	width : 45%;
}
.colwidth_50 {
	width : 50%;
}
/*end column styles*/

/*border styles*/

td.borderbottom, table th.borderbottom, tr.borderbottom td, tr.borderbottom th {
	border-bottom: solid 1px #999999;
}
.bordertop, table th.bordertop {
	border-top: solid 1px #999999;
}
.borderleft, table th.borderleft {
	border-left: solid 1px #999999;
}
.borderright, table th.borderright {
	border-right: solid 1px #999999;
}
.noborder, table th.noborder, tr.borderbottom .noborder {
	border: none;
}
.noborderbottom {
	border-bottom: none;
}
/*end border styles*/

/*alignment styles*/
.aligntop {
	vertical-align : top;
}
.alignbottom, tr.alignbottom th, tr.alignbottom td {
	vertical-align : bottom;
}
.left {
	text-align: left;
}
table>thead>tr>th.left {
	text-align: left!important;
}
.right {
	text-align: right;
}
.center, .centre {
	text-align: center;
}
/*.leftnumber {
	text-align: left;
	padding-left : 3em;
}*/
/*end alignment styles*/

/*shaded styles*/
.shaded {
 //background : #E8E8E8;
	background-color: rgba(0, 0, 0, 0.1);
}
.noshade {
	background-color : #FFFFFF;
}
/*end shaded styles*/

/*italic and bold styles*/
.italics {
	font-style: italic;
}
.bold, th.bold, tr.bold th.left {
	font-weight: bold;
}
.nobold, th.nobold {
	font-weight: normal;
}
.hanging_indent {
	text-indent: -20px;
	padding-left: 25px;
}
.hanging_indent-1 {
	text-indent: -25px;
	padding-left: 40px;
}
.hanging_indent-2 {
	text-indent: -25px;
	padding-left: 50px;
}
/*end italic and bold styles*/


.related {
	font-style : italic;
	font-weight: 300;
	border-top : 1px solid #999999;
	color: #0f92ed;
	padding: 60px 0 0 0;
	border-bottom: none;
}
.thinrow {
	line-height: 0.5em;
}
.chart_graphic, .table_graphic {
	padding-bottom: 1em;
}
/*End standard tables*/

/*---Glossy colour palettes----*/

.content-body.jobs-growth h1, .content-header.jobs-growth h1, .content-body.jobs-growth h2, .content-header.jobs-growth h2, .content-body.jobs-growth h3, .content-body.jobs-growth h4 {
	color: #da3359 !important;
}
.section-navigation-dropdown.jobs-growth {
	background-color: #da3359 !important;
}
.section-navigation-dropdown.jobs-growth h3 {
	color: #FFF !important;
}
.content-body.tax-super h1, .content-header.tax-super h1, .content-body.tax-super h2, .content-header.tax-super h2, .content-body.tax-super h3, .content-body.tax-super h4 {
	color: #058294 !important;
}
.section-navigation-dropdown.tax-super {
	background-color: #058294 !important;
}
.section-navigation-dropdown.tax-super h3 {
	color: #FFF !important;
}
.content-body.overview h1, .content-header.overview h1, .content-body.overview h2, .content-header.overview h2, .content-body.overview h3, .content-body.overview h4 {
	color: #0258a4 !important;
}
.section-navigation-dropdown.overview {
	background-color: #0258a4 !important;
}
.section-navigation-dropdown.overview h3 {
	color: #FFF !important;
}
.content-body.budget-repair h1, .content-header.budget-repair h1, .content-body.budget-repair h2, .content-header.budget-repair h2, .content-body.budget-repair h3, .content-body.overview h4 {
	color: #4a7f45 !important;
}
.section-navigation-dropdown.budget-repair {
	background-color: #4a7f45 !important;
}
.section-navigation-dropdown.budget-repair h3 {
	color: #FFF !important;
}
 @media screen and (max-width: 767px) {
.content-body div.table-responsive {
	margin-bottom: 2em;
	width: 100%;
}
}
.jumbotron {
	margin-bottom: 0;
	padding: 120px 0;
	background: transparent;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.jumbotron + .segment {
	margin-top: 0;
	padding-top: 0;
}
.jumbotron h1, .jumbotron h2 {
	display: inline-block;
	padding: 10px 16px;
	margin: 0 0 2px 0;
	clear: both;
	float: left;
	color: #fff;
	background: #153460;
}
.jumbotron h1 {
	font-size: 46px;
	font-weight: 700;
}
.jumbotron h2 {
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	max-width: 50%;
}
 @media( max-width: 767px ) {
.jumbotron h1 {
	font-size: 36px;
}
.jumbotron h2 {
	font-size: 18px;
	max-width: 100%;
}
}
.jumbotron.overview {
	background-image: url(/2016-17/dist/img/Overview_banner.jpg);
}
.jumbotron.jobs {
	background-image: url(/2016-17/dist/img/Jobs_banner.jpg);
}
.jumbotron.tax {
	background-image: url(/2016-17/dist/img/Tax_banner.jpg);
}
.jumbotron.balancing {
	background-image: url(/2016-17/dist/img/Balancing_banner.jpg);
}
.jumbotron.overview h1, .jumbotron.overview h2 {
	background: #0258a4;
}
.jumbotron.balancing h1, .jumbotron.balancing h2 {
	background: #4a7f45;
}
.jumbotron.jobs h1, .jumbotron.jobs h2 {
	background: #da3359;
}
.jumbotron.tax h1, .jumbotron.tax h2 {
	background: #058294;
}
.video-segment {
	margin-bottom: 0;
	padding-bottom: 0;
}
.video-segment + .segment {
	padding-top: 0;
}
.video-segment > .card {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border-top: 0;
	border-bottom: 0;
}
.video-segment .responsive-embed {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.content-body > div > .responsive-embed {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
.video-js {
	max-width: 100%;
}
.vjs-big-play-button {
	left: 48% !important;
	top: 48% !important;
}
#coat-of-arms a, .navbar-header a {
	text-decoration: none;
	border-bottom: none;
}
#coat-of-arms a:hover, .navbar-header a:hover, #coat-of-arms a:focus, .navbar-header a:focus, #coat-of-arms a:active, .navbar-header a:active {
	text-decoration: none;
	border-bottom: none;
	background: transparent;
}
 @media (max-width: 892px) and (min-width: 768px) {
.nav {
	font-size: 13px;
}
}
@media (max-width: 767px) {
.section-navigation-dropdown {
	position: relative;
	top: -40px;
	right: 0;
	margin-bottom: 0;
}
}
.next-prev-container ul > li {
	width: 33%;
	text-align: center;
}
.next-prev-container ul > li:last-child {
	text-align: right;
}
.next-prev-container ul > li:first-child {
	text-align: left;
}
@media (max-width: 443px) {
	.full-width-tabs > ul > li {
		display: block;
		width: 100%;
	}
	.full-width-tabs > ul > li > a {
		border-radius: 0;
	}
}
@media (max-width: 767px) {
	.search-form {
		display: block !important;
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		background: #fff;
		margin-top: 0 !important;
	}
	.search-form #query {
		border: none;
		box-shadow: none;
		border-bottom: 1px solid;
	}
	.search-form > .input-group {
	    border-spacing: 15px 8px;
		border-collapse: separate;
	}
	.search-form .btn-primary { border-radius: 4px !important; width: 44px; }
	.search-button { display: none !important; }
}
