
/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

html, body, form {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	background: #FFF;
	margin-top: 10px;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#header {
}

header {
	background-color: #FFF;
}


#body {
	padding-bottom: 100px;   /* Height of the footer */
}

#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 100px;   /* Height of the footer */
	background: #004C91;
	color: #FFF;
}

.footer {
	width: 100%;
}

.footer a {
	color: #FFF;
}

.footer a:hover {
	color: #F1F1F1;
}

.footerText {
	text-align: center;
	font-size: 10px;
	margin: 20px;
}

a {
	color: #069;
}

h1 {
	font: bold 23px Arial; 
	color: #069; 
	padding:9px 0 25px 0; 
	margin: 0; 
	line-height: 23px; 
}

h2 {
	font: normal 25px Arial; 
	color: #666666; 
	max-width: 100%;
	height: auto;
	display: block;
	margin: 8px 0 !important;
}

h3 {
	font: bold 17px Arial;
}

p {
	padding-top: 10px !important;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #FEFEFE;
}

/* FORM ELEMENTS */

input, select, textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

select, input[type="text"], input[type="password"] {
	color: #808080;
	border: solid 1px #DADADA;
	background: #FFF;
	padding: 5px;
	min-width: 280px;
	width: 67%;
}

input[type="submit"] {
    display: block;
    margin: 20px auto 0;
    padding: 6px 24px;
	color: #FFF;
	border: 0;
	background-color: #004C91;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

input[type="radio"], input[type="checkbox"] {
    float: left;
}

.radiolabel, .checkboxlabel {
    display: block;
    padding-left: 1.8em;
    padding-top: .1em;
}

.addresslabel .questionlabel {
	display: block;
	float: left;
	width: 33%;
	min-width: 155px;
	margin-top: .5em;
}

.questionlabel {
	display: block;
}

/* NAV BAR */

#navbar {
	margin: 12px 0;
	list-style: none outside none;
	background-color: #004C91;
	text-align: center;
	padding: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#navbar li {
	display: inline-block;
	padding: 6px;
}

#navbar li a {
	font-size: 12px;
	color: #FFF;
	padding: 8px 18px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}

#navbar li a:hover {
	color: #EEE;

}

#navbar li a.current {
	color: #EEE;
	position: relative;
}

#navbar li a.current:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#navbar li a.current:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #004C91;
	border-width: 7px;
	left: 50%;
	margin-left: -7px;
	margin-top: -2px;
}

/* TABS

#regtabs {
	border-bottom: 1px solid #BFBDBD;
	height: 37px;
	list-style: none outside none;
	margin: 0 auto !important;
	padding: 0;
	min-width: 767px;
}
#regtabs li {
	float: left;
	list-style-image: none !important;
	margin: 0 !important;
	padding: 0;
	text-indent: 0;
}
#regtabs a {
	background: url("https://edge.sub-forms.com/DRAGN/3/2226.jpg") repeat scroll 0 0 transparent;
	background-size: auto;
	color: #000000;
	display: block;
	font-size: .9em;
	height: auto;
	line-height: 37px;
	margin: 0 8px 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: 1px;
	width: 169px;
}
#regtabs a.active {
	outline: medium none;
}
#regtabs a.current {
	background: url("https://edge.sub-forms.com/DRAGN/3/2225.jpg") repeat scroll 0 0 transparent;
	outline: medium none;
}

*/

.logo { float: left; }
.logo img { margin: 10px 0; }

.content {
	background: #F1F1F1;
	margin-bottom: 10px !important;
}

.bordertop {
	border-top: 1px solid #DADADA;
}

.borderright {
	border-right: 1px solid #DADADA;
}

.borderbottom {
	border-bottom: 1px solid #DADADA;
}

.borderleft {
	border-left: 1px solid #DADADA;
}

.validation {
	color: #FF0000;
	margin: 5px 30px;
}

.validation ul li {
	list-style: none;
}

.warning {
	border: 1px solid #FF0000;
	margin: 25px;
	height: 80px;
	display: none;
}

.highlight {
	color: #FF0000;
}

.content1, .content4, .content5, .content6 {
	padding: 5px 30px;
}

.content2, .content5 {
	padding: 5px 10px 5px 30px;
}

.content3, .content6 {
	padding: 5px 30px 5px 10px;
}

.content2 {
	min-height: 300px;
}

.content3 h3 {
	font-size: 1.3em;
	color: #004C91;
	padding: 10px 0;
}

.info { 
	font-size: 1.05em;
	margin-bottom: 50px;	}

.info ul { list-style: disc inside; }
	
.info li {
	line-height: 22px;
}

.info2 {
	line-height: 22px;
	font-size: .9em;
}

.content1 span ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	text-align: left; 
}

.content1 span ul li {
	padding-top: 10px;
}

.content2 span ul, .content3 span ul { 
	margin-left: 33%; 
	padding: 0; 
	list-style-type: none; 
	text-align: left; 
}

.content2 span ul li, .content3 span ul li {
	margin-top: 5px;
}

.redirect {
	text-align: center;
	font-size: .9em;
}

.newpw, .forgotpw {
	text-align: center; 
	font-size: .9em;
	margin: 20px 0;
}

.nextstep {
	text-align: center; 
	margin-bottom: 20px;
}

.tier2 {
	margin-left: 10% !important;
}

.tier3 {
	margin-left: 20% !important;
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 967px) {

.bordertop, .borderleft, .borderbottom, .borderright { border: none; }

}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
	background: url(logo2x.jpg) no-repeat;
	background-size: 212px 303px;
}*/

}

/* 1140.css */
/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}


/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */

#container {
	width: 100%;
	max-width: 1000px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.headercontainer{
	margin: 0 auto;
}

nav{
	max-width: 1002px !important;
	margin-bottom: -2px !important;
}

nav select { display: none; }

@media (max-width: 800px) {
	nav ul     { display: none; }
	nav select { display: inline-block; margin: 5px 0; }
}

.row {
	width: 100%;
	max-width: 1000px;
	min-width: 755px;
	overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}

.row .onecol {
	width: 4.85%;
}

.row .twocol {
	width: 13.45%;
}

.row .threecol {
	width: 22.05%;
}

.row .fourcol {
	width: 30.75%;
}

.row .fivecol {
	width: 39.45%;
}

.row .sixcol {
	width: 48%;
}

.row .sevencol {
	width: 56.75%;
}

.row .eightcol {
	width: 65.4%;
}

.row .ninecol {
	width: 74.05%;
}

.row .tencol {
	width: 82.7%;
}

.row .elevencol {
	width: 91.35%;
}

.row .twelvecol {
	width: 100%;
	float: left;
}

.last {
	margin-right: 0;
}

#p-13 .questionlabel {
    margin-top: .3em !important;
}

#p-16 .questionlabel {
    margin-top: .2em !important;
}

#p-28 {
    padding-top: 13px !important;
}

#p-50 .questionlabel {
    margin-top: .2em !important;
}

#EXPMONTH {
	width: 24%;
	min-width: 100px;
	margin-right: 2%;
}
#EXPYEAR {
	width: 24%;
	min-width: 100px;
}

img, object, embed {
	max-width: 100%;
}

img {
	height: auto;
}

/* Smaller screens */

@media only screen and (max-width: 1023px) {

body {
	font-size: 0.85em;
	line-height: 1.5em;
}

.logo img {
	width: 100%;
}

.addresslabel .questionlabel {
	width: 100% !important;
	margin: 0;
}

select, input[type="text"], input[type="password"] {
	min-width: 330px;
	width: 100%;
}

.content2 span ul, .content3 span ul { 
	margin-left: 5%; 
	padding: 0; 
	list-style-type: none; 
	text-align: left; 
}

}

/* Mobile */

@media handheld, only screen and (max-width: 767px) {

x {
	font-size: 16px;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

.row, body, #container, .headercontainer {
	width: 100%;
	min-width: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.content2, .content3, .content4, .content5, .content6 {
	padding: 5px 10px;
}

.logo, .cover{ float: left; }

}

@media handheld, only screen and (max-width: 600px){
	
}

@media handheld, only screen and (max-width: 360px){

	select, input[type="text"], input[type="password"] {
		min-width: 200px;
		width: 100%;
	}

}