
/* To be deleted after final sign off */
.highlight {
    background-color: #EEF16A;
}
/* */

body {
	background-color: #fff;
	color: #5e5e5e;
	position: relative;
}
.container {
	padding-top: 32px;
	padding-bottom: 24px;
}
h1 {
	font-size: 3rem;
}
p a, td a, th a, li a {
    color: #052e41;
    text-decoration: underline;
}
p a:hover, td a:hover, th a:hover, li a:hover {
    background-color: #052e41;
    color: #fff;
}
.content h2 {
	font-size: 2.6rem;
	line-height: 1.8;
	margin-bottom: 2rem;
	color: #052e41;
	/*color: #873486;*/
	margin-top: 1.8rem;
}
.overview h1, .overview h2, .overview .svg-inline--fa, .overview .nav-link .fas, .overview .nav-link .far {
	color: #21428a;
}
.jobs h1, .jobs h2, .jobs .svg-inline--fa, .jobs .nav-link .fas, .jobs .nav-link .far {
	color: #f5864d;
}
.essentials h1, .essentials h2, .essentials .svg-inline--fa, .essentials .nav-link .fas, .essentials .nav-link .far {
	color: #0f4e48;
}
.lwom h1, .lwom h2, .lwom .svg-inline--fa, .lwom .nav-link .fas, .lwom .nav-link .far {
	color: #883588;
}
.full-page  h3 a {
	color: #185274;
}
.lead{
	font-weight:400;
	font-size:1.5rem;
}
p.lead a, p.lead a:active, p.lead a:visited {
    text-decoration: none;
    border-bottom: 1px solid #052e41;
}
span.dark {
	color: #343434!important;
}

.ui-widget-content.ui-widget {
	background-color: #f1eedb;
}

/* HEADER */
header {
	background-color: #fff;
}
.banner {
	background-color: #fff;
}
.title {
	display: none;
}

/* NAVIGATION */
nav {
	background-color: #052e41;
	text-align: left;
}
.navbar-light {
	background-color: #052e41!important;
}
.navbar.budgetMenu {
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}
.budgetMenu a {
	text-decoration: none;
}
.menu {
	padding-bottom: 0!important;
	padding-top: 0!important;
	background-color: #052e41;
}
.navbar-nav li {
	margin-right: 16px;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff!important;
}
.navbar-nav a:hover {
	background-color: rgb(55,72,86);
	color: #fff!important;
	text-decoration: none;
}
#navbarNav .nav-link {
	border-bottom: 6px solid #052e41;
	padding-top: 12px;
	padding-bottom: 12px;
}
#navbarNav .nav-link:hover, #navbarNav .nav-link:active {
	background-color: transparent;
	border-bottom: 6px solid #1B8587;
}
.dropdown-menu {
	background-color: #052e41!important;
}
.dropdown-item {
	border-left: 6px solid #052e41;
}
.dropdown-item:hover {
	background-color: transparent!important;
	border-left: 6px solid #1B8587;
}
.active.dropdown-item, .dropdown-item:active {
	background-color: #1B8587;
	color: #fff;
}
.budgetMenu .dropdown-item {
	color: #fff!important;
}
.budgetMenu .dropdown-item a .active {
	background-color: rgb(55,72,86);
}

#sub-nav {
	border: solid 1px #f3f3f3;
}

#sub-nav, #mobile-sub-nav {
	padding-top: 6px;
	padding-bottom: 6px;
}
#sub-nav .active, #mobile-sub-nav .active {
	background-color: #eee;
	text-decoration: none;
}
#sub-nav a, #mobile-sub-nav a {
	color: #052e41;
	text-decoration: none;
}
#sub-nav  a:hover, #sub-nav a:active, #mobile-sub-nav a:hover, #mobile-sub-nav a:active {
	text-decoration: none;
	background-color: #eee;
	color: #052e41;
}
.bg-white {
	background-color: #ffffff!important;
	box-shadow: 2px 6px 5px rgba(50,50,50,0.2);
}

/* MAIN CONTENT */
.content {
	background-color: #fff;
}
h2.lead {
	font-size: 2rem;
	color: rgb(0,74,128);
	font-weight: 500;
	padding-bottom: 20px;
	line-height: 1.4!important;
}

/* JUMBOTRON */
.jumbotron {
	background-image: url(../img/jumbotron.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #185274;
}
.jumbotron .container {
	background-color: rgba(255,255,255,0.5);
}
.jumbotron h1 {
	font-size: 5rem!important;
	color: #052e41;
	line-height: 2;
}
.jumbotron h2 {
	color: #333;
	max-width: 700px;
	font-size: 3rem;
}
.jumbotron p {
	color: #333;
	font-weight: bold;
	background-color: rgba(255,255,255,0.5);
	max-width: 600px;
}

/* CARDS and BOXES*/
.calculator-div {
	background-color: rgba(15,146,238,0.3);
	border: 1px solid rgba(15,146,238,0.3);
	box-shadow: 2px 6px 5px rgba(50,50,50,0.2);
	text-align: center;
	color: #171717;
}
h2.small-h2 {
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 1.6rem;
}
.calculator-div form {
	margin-top: 12px;
}
.video-box {
	background-color: #EBE9E9;
	border: 1px solid #eee;
	padding: 20px;
}
.card {
	margin-bottom: 16px!important;
	background-color: rgb(241,238,218,0.5);
}
.overview-card .card-header {
	background-image: url(../img/overview_home.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	height: 161px;
	border-bottom: 6px solid #21428a;
}
.overview-card:hover {
	background-color: rgba(33,66,138,0.2)!important;
}
.jobs-card .card-header {
	background-image: url(../img/jobs_home.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	height: 161px;
	border-bottom: 6px solid #f5864d;
}
.jobs-card:hover {
	background-color: rgba(245, 134, 77,0.3)!important;
}
.essentials-card .card-header {
	background-image: url(../img/essentials_home.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	height: 161px;
	border-bottom: 6px solid #0f4e48;
}
.essentials-card:hover {
	background-color: rgba(15, 78, 72,0.2)!important;
}
.balancing-card .card-header {
	background-image: url(../img/lwom_home.jpg);
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	height: 161px;
	border-bottom: 6px solid #883588;
}
.balancing-card:hover {
	background-color: rgba(136, 53, 136,0.2)!important;
}
a.card-body h4:hover {
	text-decoration: underline;
}
.card a:active, .card a:link, .card a:visited, .card-text p:hover {
	color: #333;
	text-decoration: none;
}

.individual-box {
	background-image: url(../img/individuals_home.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 12px;
}
.family-box {
	background-image: url(../img/overview_home.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 12px;
}
.business-box {
	background-image: url(../img/business_home.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 12px;
}
.family-box h3, .individual-box h3, .business-box h3 {
	margin-top: 120px;
	background-color: rgba(255,255,255,0.8);
}
.stageOne {
    color: #fff;
}
.stageOne .card-header {
	background-color: rgba(33,66,138,0.8);
	text-align: center;
    border-bottom: 3px solid #fff;
    background-image: url(../img/half-circle-top-white.png);
    background-position: center bottom;
    background-repeat:no-repeat;
}
.stageOne .card-body {
	background-color: #21428a;
	text-align: center;
    background-image: url(../img/half-circle-base-white.png);
    background-position: center top;
    background-repeat:no-repeat
}
.stageTwo {
    color: #fff;
}
.stageTwo .card-header {
	background-color: rgba(75,90,128,0.8);
	text-align: center;
    border-bottom: 3px solid #fff;
    background-image: url(../img/half-circle-top-white.png);
    background-position: center bottom;
    background-repeat:no-repeat;
}
.stageTwo .card-body {
	background-color: #4b5a80;
	text-align: center;
    background-image: url(../img/half-circle-base-white.png);
    background-position: center top;
    background-repeat:no-repeat
}
.stageThree {
    color: #fff;
}
.stageThree .card-header {
	background-color: RGBA(105,105,105,0.8);
	text-align: center;
	color: #fff;
    border-bottom: 3px solid #fff;
    background-image: url(../img/half-circle-top-white.png);
    background-position: center bottom;
    background-repeat:no-repeat;
}
.stageThree .card-body {
	background-color: #696969;
	text-align: center;
    background-image: url(../img/half-circle-base-white.png);
    background-position: center top;
    background-repeat:no-repeat;
}
.totalSavings {
	font-size: 2.4rem;
	color: #162946;
}
.bolder {
	color: #162946;
}
.box-options a, .box-options a:visited {
	color: #052e41;
}
.essentials .card {
    border: 1px solid #0f4e48;
}
.essentials .card-header {
    background-color: #0f4e48;
/*	background-color: #8CC754;*/
/*    color: #3D3D3D;*/
    color: #ffffff;
    border: none;
    border-radius-top-left: 20px;
    border-radius-top-right: 20px;
}

.essentials .card-body .lead {
    color: #0f4e48;
}

.lwom .card {
     background-color: #883588;
	 color:#ffffff;
}
.lwom .card blockquote, .lwom .card blockquote footer, .lwom .card blockquote-footer{
	background-color:inherit !important;
	color:inherit!important;
}
.lwom .card-body .lead {
    color: #ffffff;
}
.overview .card {
    border: 1px solid #21428a;
}
.overview .card-header {
    background-color: #21428a;
    color: #ffffff;
    border: none;
    border-radius-top-left: 20px;
    border-radius-top-right: 20px;
}

.overview .card-body .lead {
    color: #21428a;
}

/*Overview card colours*/
.purple .card-header{
     background-color: #883588;
	 color:#ffffff;
	 font-size:1.25rem;	
}
.orange .card-header{
     background-color: #f26a26;
	 color:#ffffff;		
	 font-size:1.25rem;		 
}
.green .card-header{
     background-color: #65963e;
	 color:#ffffff;	
	 font-size:1.25rem;		 	
}
.red .card-header{
     background-color: #c7514f;
	 color:#ffffff;		
	 font-size:1.25rem;		 
}
.blue .card-header{
     background-color: #1a91a4;
	 color:#ffffff;	
	 font-size:1.25rem;		 	
}


/* LANDING PAGES */
.block-odd {
	background-color: #dcecef;
}
.block-even {
	background-color: #f8f6ec;
}

#sticky-div.sticky {
	position: fixed;
	top: 100px;
}
.sticky-top  > .navbar .container {
	padding-top: 0px;
	padding-bottom: 0px;
}
.sticky-top  > .jumbotron {
	padding-top: 6px;
	padding-bottom: 6px;
}
.sticky-top  > .jumbotron p {
	display: none;
}
.sticky + .content {
	padding-top: 102px;
}
.page-nav {
	z-index: 2;
}
.bg-none {
	background-color: transparent;
	padding-top: 60px;
}
.print-btn {
	margin-left: 12px;
	margin-top: 12px;
}

/*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>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%;
    caption-side: top!important;
}
.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*/

/*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;
}
/*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*/

@media (max-width: 767.98px) {
	.page-nav {
		display: none;
	}
	#sub-nav-div {
		display: none;
	}
	.btnMobile {
		font-size: 2em;
	}
	.content h2 {
		font-size: 2.5rem!important;
		line-height: 1.2!important;
	}
	.logo {
		display: none;
	}
	.title {
		display: block;
	}
}
@media (max-width: 991.98px) {
	.page-nav {
		display: none;
	}
	#sub-nav-div {
		display: none;
	}
	.btnMobile {
		font-size: 2em;
	}
	.content h2 {
		font-size: 2.5rem!important;
		line-height: 1.2!important;
	}
}
@media (min-width: 992px) {
	.second-nav {
		display: none;
	}
}
.second-nav {
	padding-left: 0px!important;
}
.btnMobile {
	font-size: 3em;
}
.page-navigation {
	margin-bottom: 20px;
}
#mobile-sub-nav {
	display: none;
}
.button-navigation {

}

/* VIDEOS */
.highlight-1 {
	background-color: #243342;
}
.highlight-1 .container-video {
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}

.container-video {
	padding: 0px!important;
}
.video-btn {
	text-align: center;
}
.video-btn {
	padding-top: 4rem;
}
@media (max-width: 767.98px) {
	.video-btn {
		display: none;
	}
}

/* General styles */
blockquote {
	padding: 8px 12px;
	font-size: 1.2rem;
	background-color: rgba(248,246,237,0.4);
}
.overview blockquote {
	border-left: 4px solid #21428a;
}
.jobs blockquote {
	border-left: 4px solid #f5864d;
}
.essentials blockquote {
	border-left: 4px solid #0f4e48;
}
.lwom blockquote {
	border-left: 4px solid #883588;
}
.bold {
    font-size: 110%;
    font-weight: bold;
}
.factsheets {
	border-top: 2px solid #023d59;
	border-bottom: 2px solid #023d59;
	background-color: #f8f6ed;
	padding-top: 20px;
	margin-bottom: 20px;
}

table.index tbody th {
    font-weight: normal;
}
table.index tbody .indent-1 {
    padding-left: 20px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-state-disabled.ui-button:hover, html .ui-state-disabled.ui-button:active {
    border-radius: 12px;
    height: 24px;
    width: 24px;
    background-color: #0f92ee!important;
}

/* SIDE BOX */
.right-box {
	border-left: 1px solid #ccc;
	box-shadow: 2px 6px 5px rgba(50,50,50,0.2);
}


/* PARALLAX */
.parallax {
	background-attachment: fixed;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 40vh;
	width: 100%;
}
.parallax-health {
	background-image:url('../img/health_parallax.jpg');
}
.parallax-education {
	background-image:url('../img/education_parallax.jpg');
}
.parallax-defence {
	background-image:url('../img/defence_parallax.jpg');
}
.parallax-energy {
	background-image:url('../img/energy_parallax.jpg');
}
.main-parallax {
	position: relative;
	z-index: 1;
	/*margin-top: -600px;*/
}
.families .main-parallax-1 {
	margin-top: -500px;
}
.individuals .main-parallax-1 {
	margin-top: -500px;
}
.main {
	position: relative;
	z-index: 1;
}
@media (max-width: 767.98px) {
	.main {
		margin-top: -100px!important;
	}
	.families .main-parallax-1 {
		margin-top: -100px!important;
	}
	.individuals .main-parallax-1 {
		margin-top: -100px!important;
	}
}
@media (max-width: 991.98px) {
	.main {
		margin-top:0px!important;
	}
	.families .main-parallax-1 {
		margin-top: -100px!important;
	}
	.individuals .main-parallax-1 {
		margin-top: -100px!important;
	}
}

.essentials .page-header {
    height: 30vh;
	overflow: hidden;
	background-position-x: right;
	background-position-y: center;
}
.lwom .page-header {
    height: 30vh;
	overflow: hidden;
	background-position-x: right;
	background-position-y: top;
}
.jobs .page-header {
    height: 30vh;
	overflow: hidden;
	background-position-x: right;
	background-position-y: center;
}
.overview .page-header {
    height: 30vh;
	overflow: hidden;
	background-position-x: right;
	background-position-y: center;
}
.page-header {
	background-position: 50% center;
	background-size: cover;
	margin: 0;
	padding: 0;
	border: 0;
	display: flex;
	align-items: center;
}
.header-filter {
	position: relative;
}
.header-filter .container {
	z-index: 2;
	position: relative;
}
.page-header .container {
	background-color: rgba(255,255,255,0.8);
}
.page-header .row {
	display: flex;
	flex-wrap: wrap;
}


/* FOOTER */
footer {
	background-color: #185274;
	padding-top: 24px;
}
.footer-links h3 {
	color: #fff;
	font-size: 1.6rem;
}
.footer-links ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer-links a:active, .footer-links a:link, .footer-links a:visited {
	color: #fff;
	text-decoration: none;
}
.footer-links a:hover {
	text-decoration: underline;
    color: #fff;
    background-color: transparent;
}

@media print {
	#print-container{
		display: none!important;
	}
	#sticky-div{
		display: none!important;
	}
	#sub-nav-div{
		display: none!important;
	}
	#video-play{
		display: none!important;
	}
	footer{
		display: none!important;
	}
	.page-full .page-header{
		height: auto;
	}
	.page-header .container{
		padding-top: 0;
		/*padding-bottom: 0;*/
	}
	p{
		font-size: 14pt
	}

	.parallax{
		display: none;
	}
}

@page{
	margin: 2.5cm auto;
}

.sub-nav-div{
	z-index:1000;
}

.highcharts-chart{
	width: 100%;
}

.highcharts-base{
	color: #003d59;
}

.base .nav-link{
	border-left-color: #003d59!important;
}

.highcharts-overview{
	color: #003d59
}

.overview .nav-link{
	border-left-color: #003d59!important;
}

.highcharts-growth{
	color: #f4864d;
}

.growth .nav-link{
	border-left-color: #f4864d!important;
}

.highcharts-essentials{
	color: #044e48
}

.essentials .nav-link{
	border-left-color: #044e48!important;
}

.highcharts-lwom{
	color: #873486;
}

.lwom .nav-link{
	border-left-color: #883588!important;
}
ul.checklist {
  list-style: none;
}

ul.checklist li:before {
  content: '\2611';
}
