body{
	font-family: sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
	background: #e6e6e6;
}

h2.small-h{
	font-size: 26px;
}

p, label{
	font-size: 18px;
}

hr{
	border-color: #e1e1e1;
}

a{ color: #00a8e2; font-weight: 600;}

strong a{
	color: #00447c;
	text-decoration: underline;
	font-weight: 700;
}

strong a:hover{
	color: #f15a22;
}

button:active, button:focus{
	outline:none;
}

.map-holder{
	background: #00a8e2 url(../images/us/navigator-map.png) no-repeat center center;
    position: relative;
    margin: -30px -30px 30px;
    height: 272px;
    border-bottom: 6px solid #0087c1;
}

.map-holder h1{
	margin-top: 0;
	padding-top: 115px;
	font-weight: 600;
	font-size: 46px;
	color: #fff;
}

.map-holder h1.congrats{
	font-weight: 500;
    font-size: 36px;
    padding: 120px 15px 0 15px;
}

nav.navbar-default{
	background-color: #4d4d4d;
	border-top: 6px solid #333;
	overflow: hidden;
	max-height: 62px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	border-bottom: 0;
}

#notice.alert-danger{
	margin-top: 15px;
	font-size: 16px;
}

#notice.alert-danger{
	display: none;
}

nav.navbar-default .container{
	background-color: #4d4d4d;
}

.navbar-default .navbar-brand{
	color: #fff;
	padding: 13px;
	height: auto;
	font-size: 23px;
    font-weight: 600;
    line-height: 27px;
}

.navbar-default div.navbar-brand{
	background: url(../images/us/plc-navigator-logo.png) no-repeat left center;
	max-height: 66px;
	padding-left: 48px;
	padding-right: 50px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
	margin-left: 0;
}

.navbar-default a.navbar-brand{
	padding-top: 15px;
}

.navbar-brand a {
    color: #fff;
}

.navbar-brand a:hover, .navbar-brand a:active {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

nav .container{
	position: relative;
}

.navbar-default .navbar-brand:hover{
	color: #fff;
}

.navbar-default a.navbar-brand:hover{
	color: #ccc;
}

section{
	margin-top: 87px;
	padding: 0 15px 15px;
}

main{
	padding: 15px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	border-radius: 4px;
    overflow: hidden;
}

.container{
	width: 100%;
	background-color: #fff;
	max-width: 1024px;
	margin: 0 auto;
	min-height: 200px;
}

.counter{
	margin: 25px 0;
}

button{
	cursor: pointer;
}

button.next, button.finish, input.next, input.finish, button.begin{
	border: 1px solid #2f9229;
	padding: 5px 15px;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	float: right;
	background-color: #3fc236;
	background: -webkit-linear-gradient(#3fc236, #2f9229); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#3fc236, #2f9229); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#3fc236, #2f9229); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#3fc236, #2f9229); /* Standard syntax */
}

button.begin{
	float: none;
}

button.prev{
	border: 1px solid #ccc;
	padding: 5px 15px;
	border-radius: 6px;
	color: #333;
	font-size: 18px;
	float: left;
	background-color: #e2e2e2;
	background: -webkit-linear-gradient(#f2f2f2, #ccc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f2f2f2, #ccc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f2f2f2, #ccc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f2f2f2, #ccc); /* Standard syntax */
}

fieldset{
	border: none;
	margin: 0 ;
	padding: 0;
}

h3{
	font-weight: 100;
	text-transform: uppercase;
	font-size: 16px;
	margin: 25px 0;
}

h3 span{
	font-weight: bold;
}

.question-box{
	overflow: hidden;
	transition: all .75s ease-out;
}

.question, .success-container{
	padding: 15px;
}

.question p{
	margin: 0 ;
	padding: 0;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 600;
}

.question p + p{
	padding-top: 0;
	border-bottom: 1px solid #ccc;
}

.question fieldset{
	margin-right: -30px;
    margin-left: -30px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.question label{
	display: block;
	padding: 8px;
	border: 5px solid #e6e6e6;
	cursor: pointer;
	font-size: 18px;
	margin: 0 30px;
    font-weight: 100;
    border-radius: 100px;
}

.question label + label{
	margin-top: 15px;
}

.question label.active{
	background: #e7f6e9;
    border: 5px solid #39b54a;
    font-weight: 600;
    background:	#39b54a;
    color: #fff;
}

.question label div{
	-webkit-transition: width 1s, height 1s, margin 1s;
    -moz-transition: width 1s, height 1s, margin 1s;
    -ms-transition: width 1s, height 1s, margin 1s;
    transition: width 1s, height 1s, margin 1s;
}

.question label:first-child.active{
	margin-top: 0;
}

.question label:last-child{
	margin-bottom: 15px;
}

.progress-sec{
	padding: 0 30px;
	margin-top: -15px;
	margin-bottom: 10px;
	overflow: hidden;
	transition:	all .25s ease-in;
	background-color: #00a8e2;
    color: #fff;
}

#progress{
	clear: both;
    background-color: #0087c1;
    margin: 0 -30px;
    padding: 10px 30px;
}

#progress-bar{
	display: block;
	width: 100%;
	height:	17px;
	padding: 2px;
	border-radius: 100px;
	background-color: #fff;
	position: relative;
	border:none;
}

#progress-color{
	width: 100%;
	height:	13px;
	background-color: #17bf00;
	border-radius: 100px;
	display: block;
	max-width: 0%;
	transition: 1s all ease;
}

.hides{
	display: none;
}

.ie-hide{
	display: none;
}

.clear{
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
}

/* ////////// RADIO BUTTONS ////////// */

input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px; margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input[type="radio"] + span{
	height:24px;
	display: inline;
	vertical-align: middle;
}

input[type="radio"] + span::before{
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 1em;
	margin:0 10px 0 0;
	text-align: center;
	padding: 3px;
    font-size: 22px;
    box-sizing: content-box;
    line-height: 21px;
    font-weight: 600;
    background: #e6e6e6;
    color: #808080;
}

label:nth-child(1) input[type="radio"] + span::before{
	content: '1';
}

label:nth-child(2) input[type="radio"] + span::before{
	content: '2';
}

label:nth-child(3) input[type="radio"] + span::before{
	content: '3';
}

label:nth-child(4) input[type="radio"] + span::before{
	content: '4';
}

label:nth-child(5) input[type="radio"] + span::before{
	content: '5';
}

label input[type="radio"]:checked + span::before{
	background-color: #2b8838;
    color: #fff;
}

/* //////////// Extra Forms ///////////// */

.form-question label{
	padding: 0;
	border: none;
	padding-bottom: 5px;
	font-weight: 400;
	margin-left: 0;
}

.form-question input{
	font-size: 16px;
    line-height: 16px;
    padding: 7px;
    border-radius: 6px;
    border: 1px solid #ccc;
    letter-spacing: normal;
    margin-bottom: 15px;
    max-width: 100%;
    min-width: 50%;
    width: 300px;
    box-sizing: border-box;
}

.form-question input[type=checkbox]{
	width: auto;
	margin-right: 10px;
	min-width: 0;
	margin-bottom: 0;
}

form {
	margin-top: 15px;
}

select.form-control{
	width:300px;
	min-width: 50%;
	max-width: 100%;
	margin-bottom: 15px;
}

form.final-form p {
    font-size: 18px;
}

/* ///////// Success Page ////////// */

.success-container h1{
	margin-bottom: 30px;
}

.success-container h3{
	margin-top: 15px;
    font-size: 26px;
    text-transform: none;
    margin-bottom: 30px;
}

table.table h3{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
}

.scorecall{
	background: url(../images/us/success-bg.png) no-repeat;
	background-position: center 305px;
}

.blue{
	color: #0098e2;
}

.panel-default > .panel-heading{
	margin: 0 15px;
	background: none;
	text-align: left;
	padding-left: 0;
}

.panel-default > .panel-heading h3{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
}

.panel h1{
	font-size: 65px;
	color: #999;
	font-weight: 100;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
}

.panel.full h1{
	color: #fff;
}

.panel h1 span{
	font-size: 42px;
	padding-left: 2px;
}

.panel.panel-default{
	border-radius: 6px;
	max-width: 165px;
	float: right;
	width: 100%;
}

/*//// BLUE ////*/

.panel.blue{
	border: 2px solid #00a8e2;
}

.panel.blue .panel-heading{
	border-bottom: 1px solid #00a8e2;
}

.panel.blue.full{
	background-color: #00a8e2;
}

.panel.blue.full .panel-heading{
	color: #fff;
	border-bottom: 1px solid #66CBEE;
}

.panel.blue.full .panel-body p{
	color: #CCEEF9;
}

/*//// GREEN ////*/

.panel.green{
	border: 2px solid #80bb3d;
}

.panel.green .panel-heading{
	border-bottom: 1px solid #80bb3d;
}

.panel.green.full{
	background-color: #80bb3d;
}

.panel.green.full .panel-heading{
	color: #fff;
	border-bottom: 1px solid #B3D68B;
}

.panel.green.full .panel-body p{
	color: #E6F1D8;
}

/*//// DARK BLUE ////*/

.panel.d-blue{
	border: 2px solid #00447c;
}

.panel.d-blue .panel-heading{
	border-bottom: 1px solid #00447c;
}

.panel.d-blue.full{
	background: #00447c;
}

.panel.d-blue.full .panel-heading{
	color: #fff;
	border-bottom: 1px solid #668FB0;
}

.panel.d-blue.full .panel-body p{
	color: #99B4CB;
}

.panel-body p{
	color: #333;
	font-size: 14px;
	margin:0;
	text-align: left;
}

table.table{
	text-align: left;
	font-size: 16px;
	color: #333;
}

.table>tbody>tr>td{
	padding: 15px;
}

table.table p{
	font-size: 14px;
}

table.table-bordered > thead > tr > td {
	color: #fff;
	font-weight: 600;
}

table.table-bordered>tbody>tr>td{
	vertical-align: middle;
}

table.table-bordered.blue{
	border: 2px solid #00a8e2;
}

table.table-bordered.green{
	border: 2px solid #80bb3d;
}

table.table-bordered.d-blue{
	border: 2px solid #00447c;
}

table.table-bordered.blue > thead > tr > td {
	background-color: #00a8e2;
	border-bottom: 2px solid #00a8e2;
}

table.table-bordered.green > thead > tr > td {
	background-color: #80bb3d;
	border-bottom: 2px solid #80bb3d;
}

table.table-bordered.d-blue > thead > tr > td {
	background-color: #00447c;
	border-bottom: 2px solid #00447c;
}

table.table-bordered.blue>tbody>tr>td{
	border: 1px solid #00a8e2;
}

table.table-bordered.green>tbody>tr>td{
	border: 1px solid #80bb3d;
}

table.table-bordered.d-blue>tbody>tr>td{
	border: 1px solid #00447c;
}

table.table-bordered.blue>tbody>tr:nth-child(2n){
	background-color: #e0f5fb;
}

table.table-bordered.green>tbody>tr:nth-child(2n){
	background-color: #ebf4e0;
}

table.table-bordered.d-blue>tbody>tr:nth-child(2n){
	background-color: #ebf0f5;
}

.rec-box-green, .rec-box-blue, .rec-box-d-blue{
	padding: 15px;
	margin-bottom: 50px;
	text-align: left;
}

.rec-box-blue{
	border: 2px solid #00a8e2;
}

.rec-box-green{
	border: 2px solid #80bb3d;
}

.rec-box-d-blue{
	border: 2px solid #00447c;
}

.rec-box-green img, .rec-box-blue img, .rec-box-d-blue img{
	width: 130px;
    float: left;
    margin-right: 15px;
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    transition: all .4s ease;
}

.rec-box-green hr, .rec-box-blue hr, .rec-box-d-blue hr{
	margin-top: 15px;
	margin-bottom: 15px;
}

.rec-box-green img:hover, .rec-box-blue img:hover, .rec-box-d-blue img:hover {
    box-shadow: 0 3px 15px rgba(102, 175, 233, 1);
}

h5{
	font-size: 18px;
	margin-bottom: 3px;
}

p.subtitle{
	font-size: 16px;
	color: #999;
}

p.desc{
	font-size: 16px;
}

footer .container{
	min-height: auto;
	background: none;
	font-size: 14px;
}

footer .container p{
	font-size: 14px;
}


@media screen and (max-width: 768px){
	.blue-bar{
		left: -1980px;
	}

	.panel.panel-default{
		float: left;
		margin-bottom: 0;
		border-bottom: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.panel.blue.full {
	    border-bottom: 3px solid #0087C1;
	}

	.panel.green.full {
	    border-bottom: 3px solid #608C2E;
	}

	.panel.d-blue.full {
	    border-bottom: 3px solid #00335D;
	}

}

@media screen and (max-width: 660px){
	.counter{
		display: none;
	}

	.map-holder h1.congrats{
		padding: 75px 15px;
	}
}

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

	.map-holder h1 {
			 padding-top: 85px;
		}

	.navbar-fixed-top{
		position: absolute;
	}

	tr, td{
		display: block;
		width: 100%;
	}

	.blue tr + tr{
		border-top: 1px solid #00a8e2;
	}

	.green tr + tr{
		border-top: 1px solid #80bb3d;
	}

	.d-blue tr + tr{
		border-top: 1px solid #00447c;
	}

	thead tr{
		display: table-row;
	}

	.table thead tr td{
		border-left: 0;
		border-right: 0;
	}

	.table>tbody>tr>td{
		padding: 0;
		border: 0 !important;
		text-align: left;
	}

	tr{
		padding: 15px;
	}

	.table>tbody>tr>td + td{
		padding-top: 10px;
	}

	.success-container h3{
		font-size: 22px;
	}

	h1{
		font-size: 28px;
	}

	h2{
		font-size: 28px;
	}

	.question p{
		font-size: 22px;
	}

	.progress-sec{
		padding: 0 15px;
	}

	.question{
		padding-left: 0;
		padding-right: 0;
	}

	.question label{
		font-size: 16px;
		margin-right: 15px;
	}

	.question fieldset{
		margin-right: -15px;
	}

	input[type="radio"] + span::before{
		margin-right: 6px;
		font-size: 20px;
	}

	.question label.active{
		font-weight: 500;
	}

	.question label + label {
	    margin-top: 10px;
	}

	h2.small-h{
		font-size: 20px;
	}

	h5{
		padding-top: 15px;
		clear: both;
	}

}

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

	.map-holder{
		height: auto;
		background-position: center bottom;
	}

	.map-holder h1{
		margin: 0;
	    padding: 45px 15px;
	    font-size: 32px;
	    line-height: 1.3;
	}

	.map-holder h1.congrats{
		font-size:32px;
		padding: 45px 15px;
	}

	section main.container{
		padding-bottom: 30px;
	}

	button.next, button.finish, button.prev, input.finish, input.next{
		padding: 3px 10px;
		font-size: 18px;
	}

	.progress-sec{
		padding: 0 15px;
	}

	.question p {
	    font-size: 20px;
	    font-weight: 400;
	}

	nav.navbar-default .container{
		background: #4d4d4d;
	}

	.navbar-default div.navbar-brand{
		margin-left: -15px;
		padding-right: 0;
		font-size: 26px;
	}

}
