/* overwrite fonts
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en");

/* custom styles
-------------------------------------------------- */

html, body {
	height: 100%;
}
html {
	position: relative;
	min-height: 100%;
}

.footer {
	color: #000000;
	background-color: #ffffff;
	position: fixed;
	bottom: 0;
	width: 100%;
}
.footer2 {
	color: #000000;
	background-color: #ffffff;
}

body > .container {
	height: 100%;
	padding: 10px 0 0;
}

.body_container {
	background-color: #ffffff;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.container .text-muted {
	margin: 10px 0;
}




/* modify alerts
-------------------------------------------------- */
.alert {
	padding: 5px;
	padding-left: 15px;
	margin-bottom: 0px;
}



/* header  menu
-------------------------------------------------- */
.navbar-default {
	background-color: transparent;
	color: #000000;
	border: none;
}

.navbar-default .navbar-nav > li > a {
	color: #000000;
}




/* footer  menu (nav2)
-------------------------------------------------- */
.nav2 {
	color: #000000;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav2 > a {
	color: #000000;
}
.nav2 > li {
	position: relative;
	display: block;
}
.nav2 > li > a {
	color: #000000;
	position: relative;
	display: block;
	padding: 5px 5px;
}
.nav2 > li > a:hover,
.nav2 > li > a:focus {
	text-decoration: none;
	background-color: #transparent;
}
.nav2 > li.disabled > a {
	color: #000000;
}
.nav2 > li.disabled > a:hover,
.nav2 > li.disabled > a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}
.nav2 .open > a,
.nav2 .open > a:hover,
.nav2 .open > a:focus {
	background-color: transparent;
}
.nav2 .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: transparent;
}
.nav2 > li > a > img {
	max-width: none;
}
.nav2 > li > a {
	border-radius:5px;
}







/* forms list selections
-------------------------------------------------- */
ol {
	counter-reset: myFormList;
}
.forms_list > li {
	list-style-type: none;
/*	border: 1px;	*/
/*	border-top-style: solid;	*/
 	padding-top: 15px;
 	padding-bottom: 15px;
 	padding-right: 5px;
 	padding-left: 5px;
 	margin-bottom: 15px;
}
.forms_list > li:before {
	counter-increment: myFormList;
	content: counter(myFormList);
	background-color: #346799;
 	color: #ffffff;
 	padding-top: 10px;
 	padding-bottom: 10px;
 	padding-right: 15px;
 	padding-left: 15px;
 	margin-right: 15px;
}
.forms_list > li > .container {
 	padding-top: 5px;
 	padding-left: 55px;
}
.forms_list > li > .btn {
 	padding-top: 2px;
 	padding-bottom: 2px;
 	padding-left: 5px;
 	padding-right: 5px;
}


.form-control-sm {
    display: block;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

/* shadow container class for rounded corners & drop shadow
-------------------------------------------------- */
.shadowcontainer {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;

	background-color: #ffffff;
	border-radius:20px;

	-moz-box-shadow: 0px 10px 15px rgba(68,68,68,0.6);
	-webkit-box-shadow: 0px 10px 15px rgba(68,68,68,0.6);
	box-shadow: 0px 10px 15px rgba(68,68,68,0.6);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=13,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=13,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}
.shadowcontainer .content {
	position: relative; /* This protects the inner element from being blurred */
	padding: 100px;
	background-color: #ffffff;
}
body > .shadowcontainer {
	padding: 10px 15px 0;
}

/* bg image 100% & centered but not for mobile
-------------------------------------------------- */
@media (min-width: 760px) {
	/* background image unless it's mobile */
	#bg {
		z-index: -1;
		position: fixed; 
		top: -50%; 
		left: -50%; 
		width: 200%; 
		height: 200%;
		visibility: visible;
	}
	#bg img {
		position: absolute; 
		top: 0; 
		left: 0; 
		right: 0; 
		bottom: 0; 
		margin: auto; 
		min-width: 50%;
		min-height: 50%;
	}
	.inquiry {
		text-align: right;
	}

	.footer {
		visibility: show;
	}
	.footer2 {
		visibility: hiden;
		display: none;
	}
}
@media (max-width: 759px) {
	#bg {
		z-index: -1;
		position: fixed; 
		top: -500px; 
		left: -500px; 
		visibility: hidden;
	}

	.footer {
		visibility: hidden;
		display: none;
	}
	.footer2 {
		visibility: show;
	}

	/* footer padding
	-------------------------------------------------- */
	.row {
		margin-right: 15px;
		margin-left: 15px;
	}
}


/* for accessibilty icons
-------------------------------------------------- */
.blue-btn {
	color: #005288;
	background-color: #b9e1f8;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.white-btn {
	color: #ffffff;
	margin-top: 2px;
	margin-right: -2px;
	margin-left: -2px;
}


/* from main.css
-------------------------------------------------- */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #141414;
}

h1 {
    font-size: 36px;
    color: #000000;
}

h2 {
    font-size: 30px;
    color: #346799;
}

h3 {
    font-size: 20px;
    color: #346799;
}

p {
    color: #141414;
    font-size: 16px;
}

a {
    color: #000000;
}
a:hover,
a:focus {
  color: #000000;
}

/* general title, & link colours
-------------------------------------------------- */
.btn-link {
    color: #000000;
}
.btn-link:hover,
.btn-link:focus {
  color: #d9b75b;
}

.strongh3 {
    font-size: 20px;
    color: #346799;
	line-height: 1.7;
}


/* 'primary' colour change
colour1 = e2c060
colour2 (dark) = d9b75b
colour3 (darker) = ccac56
colour4 (darker still) = b3974b
colour5 (light) = f2cd66
colour6 (light border) = ffd86b
colour7 (white) = ffffff
-------------------------------------------------- */
.text-primary {
  color: #000000;
}
a.text-primary:hover {
  color: #ccac56;
}
.bg-primary {
  color: #ffffff;
  background-color: #346799;
}
a.bg-primary:hover {
  background-color: #ccac56;
}
.btn-primary {
  color: #ffffff;
  background-color: #346799;
  border-color: #b3974b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ccac56;
  border-color: #b3974b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #346799;
  border-color: #b3974b;
}
.btn-primary .badge {
  color: #346799;
  background-color: #ffffff;
}
.label-primary {
  background-color: #346799;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #ccac56;
}
.panel-primary {
  border-color: #ffd86b;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #f2cd66;
  border-color: #ffd86b;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #346799;
}
.panel-primary > .panel-heading .badge {
  color: #346799;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #346799;
}
.progress-bar-primary {
  background-color: #346799;
}


/* 'info' colour change
colour1 = 00546c
colour2 (dark) = 004a5e
colour3 (darker) = 004052
colour4 (darker still) = 003645
colour5 (light) = 548a99
colour6 (light border) = 467380
colour7 (white) = ffffff
-------------------------------------------------- */
.text-info {
  color: #346799;
}
a.text-info:hover {
  color: #004052;
}
.bg-info {
  color: #ffffff;
  background-color: #346799;
}
a.bg-info:hover {
  background-color: #004052;
}
.btn-info {
  color: #ffffff;
  background-color: #346799;
  border-color: #004a5e;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #004052;
  border-color: #003645;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #346799;
  border-color: #004a5e;
}
.btn-info .badge {
  color: #346799;
  background-color: #ffffff;
}
.label-info {
  background-color: #346799;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #004052;
}
.panel-info {
  border-color: #467380;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #548a99;
  border-color: #467380;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #346799;
}
.panel-info > .panel-heading .badge {
  color: #346799;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #346799;
}
.progress-bar-info {
  background-color: #346799;
}


/* larger checkboxes and radio buttons
-------------------------------------------------- */
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: relative;
  /* Larger-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  margin-right: 10px;
}
input[type=checkbox], input[type=radio] {
  /* Larger-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  margin-right: 10px;
  margin-bottom: 10px;
}

/* in-line inputs
-------------------------------------------------- */
.form-control-inline {
    display: inline;
    width: auto;
    min-width: 0;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.view_results_orange,
.view_results_orange > a:hover,
.view_results_orange > a:focus {
  background-color: #f67943 !important;	/* orange */
  color: #ffffff;
  text-decoration: none;
}
.view_results_blue,
.view_results_blue > a:hover,
.view_results_blue > a:focus {
  background-color: #4d97dc !important;	/* blue */
  color: #ffffff;
  text-decoration: none;
}
.view_results_green,
.view_results_green > a:hover,
.view_results_green > a:focus {
  background-color: #75ad76 !important;	/* green */
  color: #ffffff;
  text-decoration: none;
}
.view_results_dark_blue,
.view_results_dark_blue > a:hover,
.view_results_dark_blue > a:focus {
  background-color: #588797 !important;	/* dark blue */
  color: #ffffff;
  text-decoration: none;
}

.view_results_hr {
    border: none;
    height: 10px;
    /* Set the hr color */
    color: #346799; /* old IE */
    background-color: #346799; /* Modern Browsers */
}

.view_results_click,
.view_results_click > a:hover,
.view_results_click > a:focus {
  color: #346799;
  text-decoration: none;
}

.table-bordered {
    border: 2px solid #000000;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 2px solid #000000;
}



/* site matching css
-------------------------------------------------- */
.small-black > li {
	font-size: 12px;
	padding-left: 8px;
	padding-right: 4px;
}
.small-black > li > a {
	color: #3D3D3D !important;
	margin: 0 !important;
	padding: 0 !important;
	border-width: 0 !important;
	border-style: none !important;
	font-size: 100% !important;
	font-family: inherit !important;
	vertical-align: baseline !important;
}


.rounded-gold > li {
    font-size: 13px;
    font-weight: bold;
	padding-left: 8px;
	padding-right: 4px;
}
.rounded-gold > li > a {
	color: #3D3D3D !important;
	background-color: #e2c060 !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
    display: block;
    height: 26px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 11px;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
@media (max-width: 768px) {
	.small-black > li {
		font-size: 14px;
		line-height: 30px!important;
	}
	.small-black > li > a {
		padding-bottom: 10px !important;
	}
	.rounded-gold > li {
		font-size: 14px;
		line-height: 30px!important;
	}
	.rounded-gold > li > a {
		color: #3D3D3D !important;
		background-color: #ffffff !important;
		border-top-left-radius: 0px !important;
		border-top-right-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
		text-align: left;
		text-decoration: none;
		vertical-align: middle;
		padding-bottom: 10px !important;
	}
}
