@charset "utf-8";
@font-face {
	font-family: 'UniversBold';
	src: url('fonts/Univers-CondensedBold.ttf') format('truetype');
}
@font-face {
	font-family: 'UniversRegular';
	src: url('fonts/Univers.ttf') format('truetype');
}

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}


.rightAlign {
	text-align: right;
}
header {
	margin-top: 30px;
	padding: 0 3%;
}
.phone {
	color: #444444;
	font-size: 2rem;
	line-height: 2.6rem;
}
.left {
	width: 50%;
	float: left;
	clear: none;
}
.logo{
	margin-top: 8px;
}
.right {
	width: 50%;
	float: right;
	clear: none;
}
.leftPadding {
	width: 50%;
	float: left;
	padding: 3% 2% 3% 3%;
	clear: none;
}
.rightPadding {
	float: right;
	width: 50%;
	clear: none;
	padding: 3% 3% 3% 2%;
	background-color: #0094D7;
	min-height: 675px;
}
#content {
	background-color: #003359;
	margin-top: 30px;
}
h1 {
	font-size: 6rem !important;
	margin: 0 !important;
	line-height: 1 !important;
	font-family: UniversBold !important;
	padding: 0 !important;
}
h3 {
	    font-family: UniversRegular !important;
    margin: 0 0 25px 0 !important;
    padding: 0 !important;
    font-size: 2.8rem !important;
    line-height: normal !important;
    color: #0094D7 !important;
}
label{
	color: #0C3A5C;
	width: 100%;
	font-weight: bold;
}
.row {
	clear: both;
	float: none;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
h2 {
	font-size: 4rem !important;
	margin: 0 !important;
	line-height: 1.2 !important;
	font-family: UniversBold !important;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#footer {
	background-color: #e2e1dd;
	font-family: Arial, sans-serif !important;
	font-size: 1.6rem !important;
	padding: 3%;
	width: 100%;
	line-height: normal;
	color: #000000;
}
#footer p {
	margin-bottom: 20px;
}
.partnerlogo {
	float: left;
	color: #000000;
	    padding: 0 50px 0 0;
}


#footer a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.form-horizontal .form-group {
   margin-right: 0 !important;
    margin-left: 0 !important;
}
.next, .submit {
    background-color: white;
    color: #003359 !important;
    text-transform: uppercase !important;
    padding: 5px 35px !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin: 20px 0 40px !important;
    border: solid 2px #003359 !important;
}
.back{
	background-color: #003359;
	text-transform: uppercase !important;
	padding: 5px 35px !important;
	font-size : 2rem !important;
	font-weight : 700 !important;
	margin: 20px 0 40px !important;
}
.progress-bar-success {
	background-color: #0C3A5C !important;
}
.btn.active, .btn:active {
     -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.125) !important; 
     box-shadow: inset 0 0 0 rgba(0,0,0,.125) !important; 
}

.thankyoucontent .titles{
	font-size: 2.5rem;
    font-weight: 900;
	line-height:normal;
}
.oneThird {
	width: 30%;
	float: left;
	text-align: center;
}
.thankyoucontent a, .thankyoucontent a:hover, .thankyoucontent a:active, .thankyoucontent a:focus, .thankyoucontent a:visited {
	display: block;
	background-color: #003359;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 6px;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0;
	width: 260px;
	border-radius: 4px;
}

.leftAlign {
	text-align: left;
	min-height: 200px;
}
.centerAlign {
	text-align: center;
	min-height: 300px;
}
.oneThirdCenter {
	width: 30%;
	float: left;
	border-right: 1px dotted #FFFFFF;
	border-left: 1px dotted #FFFFFF;
	padding-left: 3%;
	padding-right: 3%;
	margin: 0 3%;
}

.form-control {
    width: 50% !important;
	    margin-bottom: 7px;
}
.legal{
	width: 100%;
	font-size: 1.5rem;
}
.onehalf {
	width: 45%;
	float: left;
	padding: 0 2.5% 0 2.5%;
}
.dottedLine{
	border-right: dashed white 1px;
}
.thankyoucontent{
	width: 1200px;
}
.thankyoubrochure{
	padding-left: 150px;
}
.partnerborder {
	    border-left: 1px black solid;
    padding: 25px 25px 25px 50px;
}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (max-width: 1024px) {
	.bookletimage{
	width: 100% !important;
    text-align: center;	
	}
	.partnerborder {
		border-left: none;
    padding: 25px 25px 25px 0px;
}
	.thankyoubrochure{
	padding-left: 0px;
}
	.dottedLine{
	border-right: none;
}
.thankyoucontent{
	width: 80% !important;
}
.onehalf {
	width: 95%;
	float: left;
}
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
}
.left {
	width: 100%;
	float: left;
	clear: none;
}
.right {
	width: 100%;
	float: right;
	clear: none;
}
.leftPadding {
	width: 100%;
	float: left;
	padding: 3% 2% 3% 3%;
	clear: none;
}
.rightPadding {
	float: right;
	width: 100%;
	padding: 3% 3% 3% 2%;
	clear: none;
	min-height: 0;
}
.oneThird {
	width: 100%;
	float: left;
	text-align: center;
}
.rightPadding {
	float: right;
	width: 100%;
	padding: 0 3% 0 2%;
	clear: none;
}
.oneThirdCenter {
	width: 100%;
	float: left;
	border-top: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	border-left: 0;
	border-right: 0;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.form-control {
    width: 100% !important;
	    margin-bottom: 7px;
}
.legal{
width: 100%;
font-size: 1.5rem;	
}
.thankyoucontent a, .thankyoucontent a:hover, .thankyoucontent a:active, .thankyoucontent a:focus, .thankyoucontent a:visited {
left: 0;
	    position: relative;
		margin-bottom: 25px;
width: 220px;
font-size: 2rem;
}
.leftAlign {
	text-align: left;
	min-height: auto;
}
.centerAlign {
	text-align: center;
	min-height: auto;
}
}
