@import url('custom-css.css');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.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;
}


/* ====================== top nav  ======================= */

#top_container {
	width:100%;

}

img {
	max-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;
}

@font-face {
	font-family: 'gotham_htfbold';
	src: url('gothamhtf-bold-webfont.woff2') format('woff2'), url('gothamhtf-bold-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;
}


/* =============== 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);
	position:relative;
	z-index:9;
}
#logo_header{float:left;}
#topNav_container {	float: right;  margin: 8px 0 0 0;}
#logo_header a:focus{
	outline:none !important;
	border:none;

}

.home-page-banner {
	height: 505px;
	background: #000 url('/Content/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: 87%;
	margin: 0 auto;
}

.home-banner-title-box {
	padding-top: 110px;
}

.font-16{font-size:16px;}
.font-14{font-size:14px;}


.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: 95% 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;
	display:inline-block;
}

.normal-text{line-height:20px; font-size:14px;}
.choose-state-wrap{margin-bottom:38px;}
.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;
	}

		.copyrit-row a {
		color:#fff;	
		}

		.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;
}

.inner-page-title-baner {
	background: #007D8A;

}

.inner-page-title {
	font-size: 40px;
	padding: 50px 0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-style: italic;
}

.py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.title-5 {
	font-size:18px;
	margin-bottom: 8px;
	line-height: 22px;
	color: #000;
	font-weight:700;
}

	.title-5 .fa-solid {
		margin-right:8px;
	}

	.static-pg-left-nav ul, .point-styling-1 {
		margin: 14px 0 0 0;
		padding: 0 0 0 0;
		list-style: none;
	}

	.static-pg-left-nav ul li a{
		color: #000;
		font-size: 16px;
		text-decoration: none;
		line-height: 20px;
	}

	.point-styling-1{margin:0 0 20px 0}

		.point-styling-1 li {
			line-height: 24px;
			font-size: 14px;
		}


	.static-pg-left-nav ul li a:hover {
		color: #007D8A;
		text-decoration: underline;
	}


custom-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}


/* Scrollbar Styling */
.custom-select::-webkit-scrollbar {
	width: 8px; /* Adjust width */
}

.custom-select::-webkit-scrollbar-track {
	background: #f1f1f1; /* Light grey track */
	border-radius: 10px;
}

.custom-select::-webkit-scrollbar-thumb {
	background: #007D8A; /* Darker thumb */
	border-radius: 10px;

}

	.custom-select::-webkit-scrollbar-thumb:hover {
		background: #007D8A; /* Even darker on hover */
		
	}

#backToTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	padding: 10px 20px;
	font-size: 16px;
	background-color: #007D8A;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

	#backToTop:hover {
		background-color: #02a0b1;
	}

html {
	scroll-behavior: smooth !important;
}


a.green-link {
	color: #007D8A;
}


.left-img-box {
	padding: 20px;
	border: #e3e3e3 solid 1px;
	border-radius: 15px;
	text-align:center;
}

.left-img-box p{margin-bottom:0;}

	.left-img-box p {
		margin-bottom: 0;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		padding: 7px 0 0 0;
		font-weight: 700;
	}

p {
	line-height: 30px;
}

.contact-address-block {
	padding: 50px;
	border: #e3e3e3 solid 1px;
	box-shadow: 5px 5px 10px 0 #f3f3f3;
	border-radius: 15px;
}


.title-6{font-weight:700;}

.title-5 .fa-solid {
	color: #000000;
	margin-bottom:8px;
}

.static-pg-left-nav ul li i, ul.point-styling-1 li i {
	margin-right: 10px;
	font-size: 15px;
}


.static-pg-left-nav ul li, ul.point-styling-1 ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
}

.font-700 {
	font-family: 'gotham_htfbold';
}

.text-block-1{font-size:14px; line-height:25px; margin-bottom:20px;}
ul.menu-style-1{list-style:none;}
ul.menu-style-1 li{display:inline-block; position:relative;}
.mobile-menu-icon{display:none;}
ul.menu-style-1 li a.active:before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 8px;
	background: #007D8A;
	border-radius:50%;
}

#headerNav_container ul.menu-style-1 li:hover a, #headerNav_container ul.menu-style-1 li a.active {
	color: #007D8A;
}


@media screen and (min-width:769px) {
	.menu-toggle.reset {
		display:none;
	}


	#selectState_box {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 24px;
	}

}


@media screen and (min-width: 769px) and (max-width: 1000px) {

	.banner-content-box{max-width:100%;}
	.choose-state-wrap {
		margin-bottom: 24px;
	}


}




	@media screen and (max-width: 768px) {
		.inner-page-title-baner {
			margin-top: 60px;
		}

		.navigation-wrapper {
			position: fixed;
			top: 0;
		}

		#backToTop {
			bottom: 3px;
			right: 1px;
		}
		/* Default state for the menu */
		#headerNav_container {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100vh;
			background-color: #fff; /* Dark semi-transparent background */
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			opacity: 0;
			transform: translateY(-100%);
			transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
		}


		.py-50 {
			padding-top: 30px;
			padding-bottom: 30px;
		}


		/* Show menu when active */
		#headerNav_container.active {
			opacity: 1;
			transform: translateY(0);
		}

		/* Style the menu links */
		#headerNav_container a {
			color: #000;
			font-size: 16px;
			margin: 15px 0 15px 0;
			text-decoration: none;
			transition: color 0.3s;
		}

			#headerNav_container a:hover {
				color: #00c8ff; /* Highlight color */
			}

		/* Button positioning */
		.menu-toggle {
			position: fixed;
			right: 13px;
			font-size: 14px;
			color: #000;
			background: none;
			border: none;
			cursor: pointer;
			z-index: 1000;
		}

			/* Icon visibility handling */
			.menu-toggle .close-menu {
				display: none;
			}

			/* When menu is active, show close icon */
			.menu-toggle.active .open-menu {
				display: none;
			}

			.menu-toggle.active .close-menu {
				display: inline;
			}

			.menu-toggle.reset .fa-solid {
				color: #000000;
				font-size: 20px;
			}

		.inner-page-title {
			font-size: 32px;
			padding: 30px 0;
		}


		.banner-content-box {
			max-width: 100%;
		}

		.home-banner-title-box {
			padding-top: 110px;
			margin-bottom: 18px;
		}

		#backToTop {
			right: 18px;
		}

		.home-banner-heading {
			font-size: 26px;
			line-height: 35px;
		}


		.custom-select {
			margin-bottom: 17px;
		}

		.home-page-banner {
			height: 657px;
		}

			.home-page-banner .button-style-1 {
				margin-left: 0;
			}

		.home-page-banner {
			background-position: center;
			clip-path: none;
			border-radius: 0;
			/*background: #000 url(/Content/images/mobile-banner-bg.png);*/
			
			
		}

		.choose-state-wrap {
			margin-bottom: 30px;
		}

		.listing-wrap {
			backdrop-filter: none;
			max-width: 100%;
		}

		#headerNav_container {
			display: block;
		}

			#headerNav_container .menu-style-1 {
				margin: 105px 20px 0 20px;
			}


				#headerNav_container .menu-style-1 li {
					display: flex;
				}

				#headerNav_container .menu-style-1 li {
					align-items: center;
					border-bottom: #E2E2E2 solid 1px;
				}

		.mobile-menu-icon {
			display: block;
			font-size: 16px;
		}

		#headerNav_container a {
			padding: 0 16px 0 13px;
		}
		.stamp-icon{right:-7px;}
		ul.menu-style-1 li a:hover:before {display:none;}
		ul.menu-style-1 li:hover a {
			color: #000000;
		}
	}


		