
/* Basic Styles */
html, body {
	background-color: #dbdddd;
	font-size: 14px; /* sets rem size */
	font-family: Arial, sans-serif; /* sets basic font family */
}

/* Nav Styles */

.headbar {
	background-color: #ffffff;
	height: 68px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
/*
.logo a {
	display: inline-block;
	max-width: 21.71rem;
	min-width: 21.71rem;
	padding-top: .5rem;
}

.logo a img {
	width: 100%;
}

.logo {
	padding-left: 2rem;
}

.shopping-cart {
	padding-right: 2rem;
	padding-top: 1.5rem;
	text-align: right;
	font-size: 1.25rem;
}*/

/* Media Queries for Header */

@media only screen and (max-width: 768px) {
	.headbar {
		height: 89px;
	}
/*	.logo {
		width: 90%;
		margin: 0 auto;
		max-width: 100%;
		min-width: 200px;
		padding-left: .75rem;
	}
	.logo a {
		text-align: center;
	}
	.shopping-cart {
		padding-right: 0;
		padding-top: .5rem;
		text-align: center;
	}*/
}

/* Jumbotron & H1 Section */
.main-content-wrap {
	padding: 0px;
	margin: 0px;
	width: 100%
}

.jumbotron, .jumbotron-fluid {
	margin: 0px 0 1px 0;
	padding: 0 !important;
	border-radius: 0 !important;
	background-image: url(../images/trust19-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(0, 139, 207);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .5);
	text-align: center;

}

.hero {
	
}

#fdVideo {
	width: 100% !important;
	overflow: hidden;
}

.hero-text {
/*	position: absolute;
	top: 10rem;*/
	width: 100%;
	color: #fff;
	width: 100%;
	padding: 10px;
	z-index: 100;
	text-align: center;
}

.fullW {
	width: 100%;
	padding-bottom: 25rem; 
}

h1 {
	text-align: center;
	display: block;
	font-style: normal!important;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
}

.upperCaseh1 {
	font-family: 'Arial Black', Arial, sans serif; 
	font-size: 5.75rem !important;
	font-weight: 900 !important;
	color: #1969a4;
	font-style: normal!important;
	text-transform: uppercase;
}

.medh1 {
	font-family: 'Arial Black', Arial, sans serif; 
	font-size: 5.25rem !important;
	font-weight: 900 !important;
	color: #10b2ac;
	font-style: normal!important;
	text-transform: capitalize;
}

.hero img {
	max-width: 400px;
	text-align: right;
}

.hero-text .btn {
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: none;
	letter-spacing: 2px;
	background-color: #fff ;
	color: rgb(0, 139, 207);
	text-align: left;
}

.danger-btn {
	background-color: rgb(0, 139, 207);
}


/* Media queries for Jumbotron Area */

@media only screen and (max-width: 1270px) {
	.hero-text {
		/*top: 25rem;*/
	}

}

@media only screen and (max-width: 1024px) {
	.darkbg {
		width: 100%;
	}
}

@media only screen and (max-width: 790px) {
	.darkbg {
		width: 100%;
	}
	.fullW {
		width: 100%!important;
		padding: 10px 10px 20rem 10px;
	}
	.upperCaseh1 {
		font-size: 4.5rem !important;
	}
	.medh1 {
		font-size: 4.25rem !important;
	}

	.hero-text .btn {
		font-size: 1rem;
	}

	.perYr {
		font-size: 1.5rem;
	}

.twoYr {
	font-size: 1.5rem;

}

@media only screen and (max-width: 500px) {
	.fullW {
		width: 100%!important;
		padding: 10px 10px 10rem 10px;
	}
	.upperCaseh1 {
		font-size: 2.5rem !important;
	}
	.medh1 {
		font-size: 2.25rem !important;
	}

	.mobile-hide {
	display: none;
}

}

/* Color changes to existing form styles */

h1, h2, h3, .oswald {
	font-family: 'Pragati Narrow', Helvetica, sans serif;  /* sets display font family for headlines */
}

.smaller {
	font-family: 'Roboto', sans-serif; /* Changes the font for the Step 1/Step 2 text */
}

.cf .med {
	font-family: 'Roboto', sans-serif; /* sets display font family for footer area */
}

.form-wrap {
	background-color: #fff;
	padding: 2rem 2rem;
	margin: 0 auto;
}

form {
	background-color: rgb(0, 158, 219);
	padding: 20px;
}

.sm-text {
	font-size: 1rem;
}

.font-blue {
	color: rgb(0, 158, 219);
}

.term-icon-wrapper {
	background-color: rgb(0, 158, 219);
}




