@import url('custom-css.css');

body, #html, html { width:100%; height:100%; margin:0px; padding:0px;
}


/* the following used for images that require transparency

-ms-filter: "progid XImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: progid XImageTransform.Microsoft.Alpha(Opacity=75);
*/
/* ============== All RED Headers ========= */


h1 {
	font-size: 16px;
	color: #007D8A;
	font-weight: 700;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 1em;
}

p {
	font-size:.9em;
}
/* ====================== top nav  ======================= */

#top_container {
	width:100%;

}



#headerNav_container a {
	display: inline-block;
	padding: 0 16px 0 16px;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #181A20;
	text-decoration:none;
}


.navOn {
	background-color:rgb(167,30,40);
	font-weight:bold;
	text-transform:uppercase;
	font-size: .75em;
	color:rgb(255,255,255);
	text-decoration:none;
}

#headerNav_container div, #footerNav_container div{
	padding-left:0px;
	text-transform:lowercase;
	display:inline;
	}


#headerNav_container span	{


	color:white;
	
	padding:0px;
	margin: 0 -5px 0 -5px;
}




#container_header_images {
	width:900px;
	#padding-bottom:0px;
	clear:both; 
	padding:8px;
	margin:0 auto;
}

.box1, .box_last {
	width: 199px;
	height:171px;
	display:inline-block;
	overflow:hidden;
	margin-left:15px;
	#margin-left:18px;
	margin-top:8px;
}

/* the following can be used as hover states on the header images if desired 
.box1:hover, .box_last:hover {
	background: url('images/choose_hoverimage.png') no-repeat;
	}

.box1 img:hover, .box_last img:hover {display:hidden;
	opacity:.45;
	filter: alpha(opacity=45);
	}
*/

/* ============= Body Only ==================*/

/*font family */

@font-face {
	font-family: 'playwrite_us_tradregular';
	src: url('playwriteustrad-variablefont_wght-webfont.woff2') format('woff2'), url('playwriteustrad-variablefont_wght-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'gotham_htfbook';
	src: url('gothamhtf-book-webfont.woff2') format('woff2'), url('gothamhtf-book-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_htfultra';
	src: url('gothamhtf-ultra-webfont.woff2') format('woff2'), url('gothamhtf-ultra-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'gotham_htfbook';
	font-size:14px;
}

#mainBody_Container {
	width:100%;
	background-color:#fff;
	clear:both;
	padding-bottom:50px;
	padding-top:10px;
}

#bodyContainer {
	width:900px;
	margin:0px auto;
	margin-top:15px;
	color:rgb(25,25,25);
	background-color:fff;
}

/* =============== columns / left and right for index page ================*/
#leftCol_index {
	width: 540px;
	#width: 500px;
	float:left;
	}

#leftCol_index p {
	line-height:130%;
}

#index_programs_list {
	font-size:1em;
	color:rgb(167,30,40);
}

#index_programs_list p {
	line-height:10px;
}

#righCol_index {
	float:right;
	width:323px;
	height:290px;
	background:#fff url(../images/usd_index_rightCol_graphic.png) no-repeat;
	display:block;
	cursor: pointer;
}

#rightCol_CalltoAction {
	width:300px;
	height:118px;
	margin: 0px auto;
	margin-top:175px;
	text-align:center;
}

#rightCol_CalltoAction h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	color:rgb(167,30,40);
	font-weight:normal;
	margin:0px;
	padding:0px;
}

#rightCol_CalltoAction p {
	margin:2px;
	margin-bottom:8px;
	padding:2px;
}

#rightCol_CalltoAction a img {
	border:none;
	text-decoration:none;
}

/* ============== place order page =================*/

#placeOrder_leftCol {
	width: 520px;
	#width: 540px;
	float:left;
	}

#placeOrder_leftCol p {
	line-height:125%;
}

#palceOrder_leftCol ul, li {
	font-size:.9em;
}


#select_state {
	width:280px;
}

#select_state img {
	margin-left: 39px;
}

#state {
	font-size:1em;
	width:250px;
	border:solid 1px rgb(150,150,150);
	clear:both;
	margin-bottom:15px;
}

#state option {
	border-bottom:solid 1px rgb(215,215,215);
	margin-bottom:2px;
}

/* =============  Columns CSS / Inside Pages only ==================*/

#leftCol {
	width: 261px;
	margin-right:10px;
	float:left;
	}

	#leftCol h1 {
		font-size: 16px;
		color: rgb(25,25,25);
		border-bottom: solid 2px #007D8A;
		font-weight:700;
		line-height:30px;
	}

	#leftCol a {
		line-height: 20px;
		padding-top: 4px;
		padding-bottom: 10px;
		border-bottom: solid 1px rgb(208,207,181);
		clear: both;
		text-decoration: none;
		color: #007D8A;
		display: block;
	}

#leftCol a:hover {
	color: rgb(25,25,25);
}

#leftNav {
	margin-bottom:30px;
	clear:both;
	display:block;
}

.pullQuote {
	height: 300px;
	width:261px;
	margin-top:60px;
}

.pullQuote img {clear:both; border:none;}

.pullQuote p {
	font-size: 1.3em;
	color:#000;
	line-height:30px;
	clear:both;
}

#rightCol {
	float:right;
	width:590px;
	display:block;
	margin-right:10px;
	margin-bottom:25px;
}

	#rightCol p {
		line-height: 22px;
		margin-top: 0px;
		font-size: 14px;
	}

		#rightCol p a, #rightCol ol li a, #rightCol a {
			color: #007D8A;
		}

		.h1Black {
			color: rgb(25,25,25);
		}

#rightCol ul, li {
	margin-bottom:5px;
	line-height:22px;
}

/* ===== 8 Step box === */
#eight_step {
	margin-top:10px;
	margin-left:20px;
	width:550px;	
	border: solid 1px rgb(167,30,40);
	padding-right:10px;
	clear:both;
	margin-bottom:20px;
}

#eight_step ol {
	margin-top:10px;
}

#eight_step li { 
	color:rgb(75,75,75);
	margin-bottom:10px;
}

#eight_step h2 { font-size:1em; margin:0px; padding:0px; line-height:15px;
}

/* ====== Product Selection CSS ===== */

#product3Column {
	display: table;
	width:100%;
	clear:both;
	margin-bottom:10px;
	
	}

#product3Column ul{
	display: table-cell;
	width:170px;
	margin-right:10px;
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	float:left;
}


/* ==== back to top button graphic ====== */ 

.backTop {
	width:100%;
	display:block;
	clear:both;
	margin-bottom:10px;
	text-align:right;
}

.backTop img  {
	border:none;
	text-decoration: none;
	margin-right:0px;
}

/* ================= Footer ==================== */

#bottom_container {
	background:  rgb(208,207,181) url('images/usd_bg.jpg') repeat fixed;
		width:100%;
	padding-top:5px;
}

#footerNavigation {
	height:73px;
	width:100%;
	text-align:center;
	background:  rgb(208,207,181) url(../images/usd_footNav_bg.jpg) repeat-x;
	padding-top:7px;
	clear:both;
}

#footerNav_container {
	width:915px;
	margin:0px auto;
	line-height:22px;
	clear:both;
}

#footerNav_container a {
	font-weight:bold;
	text-transform:uppercase;
	font-size: .70em;
	color:rgb(57,57,48);
	text-decoration:none;
	display:inline-block;
	padding: 0 10px 0 10px;
	margin:0px;
}

#footerNav_container a:hover {
	color:rgb(167,30,40);
}

#footerNav_container span	{
	font-size:.6em;
	color:rgb(57,57,48);
	text-transform:none;
	padding:0px;
	margin: 0 -5px 0 -5px;
}

#footer {
	clear:both;
	margin-top:0px;
}

#footer p {
	font-weight:normal;
	font-size: .75em;
	color:rgb(57,57,48);
	text-align:center;
	width:1024px;
	margin:0px auto;
	display:block;
	line-height:2em;
}

.clear {  clear: both; height:10px;}


/* new css */


.container {
	width:1320px;
	margin:0 auto;
}

.navigation-wrapper {
	width: 100%;
	display: flex;
	background:#fff;
	padding:15px 0;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.1);
}
#logo_header{float:left;}
#topNav_container {	float: right;  margin: 8px 0 0 0;}


.home-page-banner {
	height: 505px;
	background: #000 url('/images/home-page-banner-new.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	clip-path: ellipse(90% 100% at 50% 0%);
	border-radius: 0 0 1% 1%;
}


	.home-page-banner:before {
		content: "";
		background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		display:none;
	}

.home-banner-heading {
	font-size: 30px;
	color: #fff;
	font-family: 'gotham_htfultra';
	margin-bottom: 10px;
}
	.home-banner-heading span {
		color: #41B6E6
	}
.position-relative{position:relative;}

.banner-content-box{width:874px; margin:0 auto; text-align:center;}
.white-text {color:#fff;
}

.banner-content-box .white-text.banner-block {
	width: 90%;
	margin: 0 auto;
}

.home-banner-title-box {
	padding-top: 110px;
}

.font-16{font-size:16px;}
.font-14{font-size:14px;}

#selectState_box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
	
}
.font-icon {
	font-family: "Font Awesome 5 Free";
}

.custom-select {
	border: solid #41B6E6 1px;
	padding: 12px 30px 12px 22px;
	border-radius: 5px;
	font-size: 20px;
	color: #007D8A;
	background: #fff url(../images/down-arrow-icon.png) no-repeat;
	appearance: none;
	/*  safari  */
	-webkit-appearance: none;
	width: 213px;
	height: 54px;
	position: relative;
	background-position: 86% 53%;
	font-family: 'gotham_htfbook';
}
	.custom-select:focus {
		border: solid #41B6E6 1px;
		outline: none;
	}

.button-style-1 {
	background: #007D8A url(../images/right-arrow-icon.png) no-repeat;
	border-radius: 5px;
	font-size: 20px;
	color: #fff;
	margin-left: 20px;
	width: 260px;
	height: 54px;
	padding-right: 30px;
	text-decoration: none;
	line-height: 54px;
	text-align: center;
	background-position: 93% 53%;
	box-sizing: border-box;
}

.normal-text{line-height:20px; font-size:14px;}
.choose-state-wrap{margin-bottom:56px;}
.listing-wrap {
	margin: 0 auto;
	width: 680px;
	max-width: 100%;
	padding: 30px 24px;
	border-radius: 10px;
	margin-bottom:31px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 1);
	backdrop-filter: blur(29px);
	margin-top: -135px;
	position: relative;
	box-shadow: 0 273px 109px 0 rgba(0, 0, 0, 0.01), 0px 154px 92px 0 rgba(0, 0, 0, 0.05), 0 68px 68px 0 rgba(0, 0, 0, 0.1) , 0 17px 38px 0 rgba(0, 0, 0, 0.1) ;
}

.center-text{display:flex; justify-content:center; align-items:center;}
.stamp-icon {
	background: url("../images/stamp-icon.png");
	position: absolute;
	right: -17px;
	top: -17px;
	width: 71px;
	height: 71px;
}
ul{padding:0; margin:0;}
.listing-wrap ul{list-style:none;}
.listing-wrap ul li {
	color: #000000;
	font-size: 14px;
	background: url(../images/green-tick-icon.png) no-repeat 0 0;
	padding-left:26px;
	line-height:15px;
	margin-bottom:15px;
}

	.listing-wrap ul li:last-child{margin-bottom:0;}

	.styling-text {
		font-family: 'playwrite_us_tradregular';
		color: #01426A;
		font-size: 14px;
		background: url("../images/right-icon.png") no-repeat;
		padding-left: 24px;
		background-position: 0 0;
		line-height: 20px;
	}

/*footer css*/
.footer-wrapper {
	background: #1C1C1C;
	width:100%;
	padding-top:35px;
	padding-bottom:26px;
}

.footer-link, .copyrit-row {
	text-align: center;
}
.footer-link {
	margin-bottom: 10px;
}
	.copyrit-row a, .copyrit-row {
		font-size: 12px;
		color: #888888;
		text-decoration:none;
	}
.footer-link a {
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-right: #fff solid 1px;
	padding: 0 7px 0 5px;
}
	.footer-link a:first-child{padding-left:0;}
	.footer-link a:last-child {padding-right: 0; border-right:none;	}
	/*spacer*/
	.mb-20 {
		margin-bottom: 20px;
	}
.extra-bottom-space {height:50px;}
.clear-both{clear:both;}

.individual-page-logo {
	width: 163px;
	height: 32px;
	background: url(../usd_logo.png) no-repeat 0 0;
}
