body {
	margin:0;
	padding:0;
	height:100%;
	background: #ffffff;
}

#wrapper {
	min-height:100%;
	position:relative;
}

@font-face {
  font-family: 'ErasBD';
  src: url('fonts/erasbd-webfont.eot');
  src: local('☺'),
	url("fonts/erasbd-webfont.woff") format("woff"),
	url("fonts/erasbd-webfont.ttf") format("opentype"),
	url("fonts/erasbd-webfont.svg#ErasBD") format("svg");
	}

@font-face {
  font-family: 'FontAwesome';
  src: url('/mobile/font-awesome/fonts/fontawesome-webfont.eot');
  src: local('☺'),
	url("/mobile/font-awesome/fonts/fontawesome-webfont.woff") format("woff"),
	url("/mobile/font-awesome/fonts/fontawesome-webfont.ttf") format("opentype"),
	url("/mobile/font-awesome/fonts/fontawesome-webfont.svg") format("svg");
	}

.erasbd {
	font-family: 'ErasBD';	
}
.hidden-div{ display:none }

h1, p, li, ul, div, textarea, small, input {font-family:Verdana, Arial, Helvetica, sans-serif}
h2, h3, .nextBtn {font-family:"ErasBD"}

h1	{font-size:26px; color:#a41b00; margin:0 0 30px}
h2	{font-size:12px; color:#000; font-weight: bold; text-align: center;}
h3, .nextBtn	{font-size:15px; letter-spacing:-.05em}
h4	{font-size:14px; margin: 0 0 15px 0}
	.thirdWidth h4	{font-size:12px;}
	.quartWidth h4	{font-size:12px;}

#order_form_bottom_button { display:none; }
	
small {
	font-size:11px;
	margin-bottom:10px;
	display: inline-block;
	}

a 	{
	text-decoration:none;
	font-size:10px;
	color:#6EBEC5;
	}
a:hover	{color:#CCC}

.button-box {
float: left;
width: 50%;
}

.gender-buttons {
height: 100px;
margin: 30px, 0px, 10px, 0px;
}

.button {
   border-top: 1px solid #96d1f8;
   background: #0e2d5b;
   padding: 20px 30px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 24px;
   font-family: ErasBD, verdana, Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   width: 150px;
   }
   
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
   
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }	




textarea {
	height:100px;
	width:90%;
	}


.submit {
	font:bold 20px/100% 'ErasBD';
	margin-bottom: 30px;
	padding:10px 80px;
	height:auto;
	color:#FFF;
	}
	
.submit:hover {background-color:#CCC!important;color:#333}

.logo {
	background: #ffffff url('/mobile/images/Logo.png') top center no-repeat;
	height:95px;
	width:100%;
	}
	
.logo_trim {
	background: url('/mobile/images/stars.jpg') top center repeat-x;
	height:19px;
	width:100%;
	}
	

	
.content {
	border-top:1px solid #d0d0d0;
	background: #ffffff;
	padding: 15px;
	height:100%;
	}
	


.prev-next {
margin: 30px 0px 0px 0px;
font-size: 14px;
}

.prev {
float: left;
margin: 20px 0px 0px 0px;
font-size: 18px;
}

.fullWidth	{width:100%;}
.fillWidth	{width:72%}
.halfWidth	{width:48.5%}
.thirdWidth	{width:27%}
.quartWidth	{width:24%}

 div.fillWidth {
 	height:24px;
	padding: 5px 10px 0 0;
	margin-right: 10px;
 	}
 	

.fullWidth .halfWidth {
	margin:0 15px 0 0;
	}
.halfWidth select, select.halfWidth {
	margin:0 10px 0 0px;
	width: 93%;
	}
.halfWidth p {
	margin:9px 0 0;
	}
.halfWidth span {
	margin: 20px 15px 0 15px;
	font-size:12px;
	float:right;
	color:#000;
	}
	
	
.thirdWidth p {
	margin:9px 0 0;
	}

.input_text {width:400px}

#credit_card_icon { margin: 5px 0px 0px 245px }


#footer {
	background-color: #ffffff;
	padding: 10px 0px 10px 0px;
	text-align: center;
	height: 20px;
	width: 100%;
}

#footer a:link	{color:#11274e;}
#footer a:hover	{color:#11274e;}
#footer a:active	{color:#11274e;}
#footer a:visited	{color:#11274e;}



@media screen and (max-width:900px) {
	h1, h2, h3 {white-space:normal}
	.side h3 {white-space:nowrap; text-indent:-5px;}
	.content_, .base_ {width:690px}
	h1 {font-size:30px; text-align:center}
	h2 {font-size:16px; text-align:center;}
	
.logo {
		background-size:auto 65px;
		height:65px;
		}
	

	.thirdWidth {width:48%}
	.funding_sections img {width:44px}

}



@media screen and (max-width:750px) {
	
	h1 {
		margin: 0;
		font-size: 25px;
		text-align: center;
		}

	h2 {
		
		margin: 0;
		font-size: 24px;
		text-align: left;
		color: #000;
		margin-left: 8px;
		font-weight: bold; 
		text-align: center;
		}	
		
		
	h3 {
		margin: 0;
		font-size: 20px;
		text-align: left;
		padding-left: 0px;
		color: #000;
		margin-left: 0px;
		}	

	h4 {
		margin-top: 5px;
		text-align: left;
		font-size: 18px;
		}	
		
	h5 {
		margin-top: 5px;
		text-align: left;
		}	
			

#body-content {
	width: 95%;
	margin: 0 auto;
	float: left;
	padding: 25px;
	min-height: 350px;
	height: 100%;
	background-color: #ffffff;
	border: 1px solid #000000;
}

		
		
	.logo {
		background: #ffffff url('/mobile/images/logo_mobi.jpg') top center no-repeat;
		background-size:auto auto;
		height:59px;
		}
		
	textarea {width:90%; font-size:18px;}
	
	form {
		height: 100%;
		width: 100%;
		}

	
	.next {
text-align: center;
}
	
.prev-next {
margin: 72px 0px 0px 0px;
}

.btn.btn-primary {
	color:#fff;
	background-color: #090b60;
	border-color: #000000;
}

.btn.btn-primary:active {
	background-color: #191b70;
}


.steps {
text-align: left;
background-color: #d6d7d7;
padding: 10px;
border: dotted 3px;
}

.steps p, li, ul{
font-size: 14px;
}

input.radio:checked ~ label {

	background: #cccccc;
}


.age{
width:25%;
}

/* hide input */
input.radio:empty {
	margin-left: -999px;
}

/* style label */
input.radio:empty ~ label {
	position: relative;
	float: left;
	line-height: 3.5em;
	text-indent: .25em;
	margin-top: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	font-size: 17px;
}

input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 10;
	content: '';
	width: 1.2em;
	/*background: #e30504;*/
	border-radius: 3px 0 0 1px;
}

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
	content:'\2714';
	text-indent: .1em;
	color: #C2C2C2;
	font-size: 24px;
}

input.radio:hover:not(:checked) ~ label {
	color: #888;
	background: #f1f3f5;
}

/* toggle on */
input.radio:checked ~ label:before {



	font-size: 0px;
}

input.radio:checked ~ label {
	color: #000;

}

/* radio focus */
input.radio:focus ~ label:before {
	box-shadow: 0 0 0 0px #999;
}
	
	.content_, .base_ {width:300px}

	
	
	.main {
	width: 90%;
	padding: 15px;
	text-align: center;
	}
	
	.main p{
	font-size: 14px;
	}
	
	.image {
	text-align:center;
	}
	
	.main_ {margin:20px 7%}
	.main_section {
		width:100%;
		border:3px solid;
		margin: 0 5px 5px 0;
		}
	.main_section:hover {
		border:3px solid #fff;
		}
	.main_section img {
		float:left;
		}
	.main_section h3 {
		font-size: 22px;
		text-align:left;
		text-indent:10px;
		}
	.categories_title img{
	width: 35%;
	}
	

	.sub_section, .form_section {
		width:100%;
		padding: 1px 0 0 10px;
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
				box-sizing:border-box;
		}

	
}



@media screen and (max-width:520px) {

	h1 {
		margin: 0;
		font-size: 25px;
		text-align: center;
		}

	h2 {
		
		margin: 0;
		font-size: 20px;
		text-align: left;
		color: #000;
		margin-left: 8px;
		font-weight: bold; 
		text-align: center;
		}	
		
		
	h3 {
		margin: 0;
		font-size: 20px;
		text-align: left;
		padding-left: 0px;
		color: #000;
		margin-left: 0px;
		}	

	h4 {
		margin-top: 5px;
		text-align: left;
		font-size: 18px;
		}	
		
	h5 {
		margin-top: 5px;
		text-align: left;
		}	
		
	p {
	font-size: 16px;
	text-align: center;
	}
			
#body-content {
width: 81%;
margin: 0 auto;
float: left;
padding: 25px;
min-height: 350px;
height: 100%;
background-color: #ffffff;
border: 1px solid #000000;
}

	
		
	.logo {
		background: #ffffff url('/mobile/images/logo_mobi.jpg') top center no-repeat;
		background-size:auto auto;
		height:59px;
		}
		
	textarea {width:85%; font-size:18px;}
	
	form {
		height: 100%;
		width: 100%;
		}
	

	.next {
text-align: center;
}
	
.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 18px 36px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 21px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }


.steps {
text-align: left;
background-color: #d6d7d7;
padding: 10px;
border: dotted 3px;
}

.steps p, li, ul{
font-size: 14px;
}

.age{
width:25%;
}

/* hide input */
input.radio:empty {
	margin-left: -999px;
}

/* style label */
input.radio:empty ~ label {
	position: relative;
	float: left;
	line-height: 3.5em;
	margin-top: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	font-size: 17px;
}

input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 10;
	content: '';
	width: 1.2em;
	/*background: #e30504;*/
	border-radius: 3px 0 0 1px;
}

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
	text-indent: .1em;
	color: #C2C2C2;
	font-size: 24px;
}

input.radio:hover:not(:checked) ~ label {
	color: #888;
	background: #f1f3f5;
}

/* toggle on */
input.radio:checked ~ label:before {

	font-size: 40px;
}

input.radio:checked ~ label {

	background: #cccccc;
}

/* radio focus */
input.radio:focus ~ label:before {
	box-shadow: 0 0 0 3px #999;
}
	
	.content_, .base_ {width:300px}

	
	
	.main {
	background-color: #f1f1f1;
	width: 84%;
	padding: 25px;
	text-align: center;
	}
	
	.main p{
	font-size: 14px;
	}
	
	.image {
	text-align:center;
	}
	
	.main_ {margin:20px 7%}
	.main_section {
		width:100%;
		border:3px solid;
		margin: 0 5px 5px 0;
		}
	.main_section:hover {
		border:3px solid #fff;
		}
	.main_section img {
		float:left;
		}
	.main_section h3 {
		font-size: 22px;
		text-align:left;
		text-indent:10px;
		}
	.categories_title img{
	width: 35%;
	}
	

	.sub_section, .form_section {
		width:100%;
		padding: 1px 0 0 10px;
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
				box-sizing:border-box;
		}

	
}

.footer {
	background-color: var(--dark-blue);
	color: white;
	padding-top: 25px;
	font-family: 'Montserrat', sans-serif;
	color: #444444;
	font-size: 1rem;
	line-height:1.5;
}
.footer .container {
	margin:0px auto;
}

.footer__legal__copyright {
	font-size: 14px;
	display: block;
	border-bottom: 1px solid white;
	padding-bottom: 15px;
	margin: 0;
	font-weight: 100;
}

.footer__legal__disclaimer {
	font-size: 10px;
	display: block;
	padding-top: 15px;
	padding-bottom: 20px;
	margin: 0;
	font-weight: 100;
}

.footer_menu {
	width:100%;
}
.footer_item {
	display:inline-block;
	text-align:center;
	margin: 0px;
	padding: 2px 10px;
	border-left:1px solid white;
}
.footer_menu .footer_item:first-child {
	border-left:none;
	padding:2px 10px 10px 0px;
}

.footer_menu .footer_item a {
	color:#99caff;
	font-size:14px;
}
.footer_menu .footer_item a:hover {
	color:#70b3fb;
}