/********** GLOBAL RESET **********/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0; padding: 0; margin:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}del,ins{text-decoration: none}
input.next, input.back {
    -webkit-appearance: none;
    border-radius: 0;
}
img {border:none; text-decoration:none;}
/**********************************/

@font-face {
    font-family: "OpenSans";
    font-style: normal;
    src: url("/_Resource/_module/Sof32sjggUaoJG9iF9mj9Q/file/open-sans.eot?#iefix") format("embedded-opentype"), url("/_Resource/_module/Sof32sjggUaoJG9iF9mj9Q/file/open-sans.woff") format("woff"), url("/_Resource/_module/Sof32sjggUaoJG9iF9mj9Q/file/open-sans.ttf") format("truetype"), url("/_Resource/_module/Sof32sjggUaoJG9iF9mj9Q/file/open-sans.svg#OpenSans") format("svg");
}

@font-face {
    font-family: "bitterbold";
    font-style: normal;
    src: url("/_Resource/_module/LdVA_RwObUed5f-eaCYaJg/fonts/bitter-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/_Resource/_module/LdVA_RwObUed5f-eaCYaJg/fonts/bitter-bold-webfont.woff") format("woff"), url("/_Resource/_module/LdVA_RwObUed5f-eaCYaJg/fonts/bitter-bold-webfont.ttf") format("truetype"), url("/_Resource/_module/LdVA_RwObUed5f-eaCYaJg/fonts/bitter-bold-webfont.svg#bitterbold") format("svg");
}


/********** GLOBAL CSS **********/
html, body {font-size:14px;color:#000; font-family: "OpenSans", Arial, Helvetica, sans-serif;min-height:100%;background:#FFF; line-height: 1.5em;}
h1 { font-size:32px; margin:0 0 1em 0; color: #000; font-family: "bitterbold", Arial, Helvetica, sans-serif;}
h2 { font-size:25px; margin:0.5em 0; color: #000;  }
h3 { font-size:20px; margin:0.5em 0; color: #FFF; font-family: "bitterbold", Arial, Helvetica, sans-serif; }
h4 { font-size:18px; margin:0.5em 0; color: #000; border-bottom: 1px solid #000; padding: 0.5em 0;}
h5,h6 {font-family: Arial, Helvetica, sans-serif; } 
h1,h2,h3,h4,h5,h6{ font-weight:normal; background: none;line-height: 1.2em;}
strong { font-weight:bold;}
abbr,acronym { border-bottom:1px dotted #000; cursor:help; } 
em { font-style:italic; }
del { text-decoration:line-through; }
blockquote,ul,ol,dl { margin:5px; }
ol,ul,dl { margin:0 0 20px 15px; }
ol li { list-style: decimal outside; margin: 10px; }
ul li { list-style: disc outside; margin-left:3px;}
dl dd { margin-left:5px; }
th,td { padding:0px; }
th { font-weight:bold; text-align:center; }
caption { 
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:200px; *width:200px; _width:300px; margin:0 0 5px 5px;}

a {color: #ca1820; text-decoration:none;}
a:hover {text-decoration:underline;}

.step > h3 { display: none;}

/**********************************/

/********** WRAPPER **********/
#wrapper {
	background: #000;
	width:100%;
	height:auto;
}

#wrapper-body {
	margin:0 auto;
	padding: 0px 0; 	
	width:100%;
}
#container {
	width:100%;
	border:0px solid #ccc;	
	/** rounded corner for awesome look **/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/********** BRANDING **********/
#branding {
	background: url("/FormBuilder/_Resource/_module/LdVA_RwObUed5f-eaCYaJg/images/bg-home.png") 0 0 repeat;
	height: 640px;
}

#branding .headerWrap {
	padding: 0px 2%;
	margin: 0 auto;
	max-width: 940px;
}

#branding .headerText {
	padding: 0px 2%;
	margin: 120px auto 0;
	max-width: 940px;
}

.headerText h1 { color: #fff; font-size: 40px;}
.headerText p { color: #fff; font-size: 40px; font-size: 16px; margin: 40px 0;}
.headerText a.headingBtn { background: #ca1820; color: #fff; padding: 10px 50px; font-size: 23px; border-radius: 4px;}
.headerText a.headingBtn:hover { background: #970307; text-decoration: none;}
a.prospCover:hover img { bordeR: 2px solid #970307}

#branding a.logo {
	*float: left;
	*width: 140px;
	*height: 100px;
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 140px;
}



/********** NAVIGATION **********/
#main-nav {
	padding:0;
	margin:0px 0 0 0px;
	position:relative;
	text-align:left;
	height: 50px;
    display: inline-block;
	*display: inline;
	zoom:1;
    width: 75%;
	vertical-align:top;
	float: right;
}

#main-nav ul {
	padding: 0;
	margin: 0 auto;
	position: relative;
}

#main-nav ul li {
	display:block;
	float:left;
	margin: 0;
	padding:0;
	position: relative;
}

#main-nav ul li.last {
	border: none;
}

#main-nav ul li a {
    color: #fff;
    display: block;
    line-height: 50px;
	font-weight: bold;
    padding: 0 1em;
    position: relative;
    text-shadow: 1px 1px 1px #2c2c2c;
    transition: color 0.2s ease-in-out 0s;
	text-transform: uppercase;
}
#main-nav ul li a:hover {
	color: #ca1820;
	text-decoration: none;
}

/* Mobile menu icon */
#menu-icon { 
	display: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none !important;
}
.icon-menu {
	position: absolute; 
	right: 15px;
	top: 15px;
	border-top: 3px solid #fff;
    text-indent: -9999em;
    width: 17px
}

.icon-menu:before, .icon-menu:after {
    border-top: 3px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    width: 17px;
}
.icon-menu:after {
    top: 13px;
}

/********** MAIN CONTENT **********/
#main-content{
	padding:0px;	
	clear: both;
	min-height: 350px;
	height: auto;
	background: #FFF;
	padding: 20px;
}

.contentWrapper  {max-width: 940px; margin: 0 auto;}

#left-col {
	
}


/********** SIDE PANEL **********/
#right-col {
	float:right;
	color:#fff;
}
#right-col .home-btn {
	display:block;
	text-align:center;
	padding:20px 10px;
	width:auto;
	margin: 0 0 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #970307;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.2em;
	transition: all 0.2s ease-in-out 0s;
	text-transform:uppercase;
}
#right-col .home-btn:hover {
	background-color: #cb1d1d;
	text-decoration:none;
}

#right-col .hide { display: none; }

/********** FOOTER **********/
#footer { background: #000; color:#FFFFFF; font-weight:bold; font-size:13px; padding:20px 0;width:100%; }
#footer-wrap { max-width:940px; margin:0 auto;}
#footer .left, #footer .right {width:48%;}
#footer .left {display: inline-block; *display: inline; zoom: 1}
#footer .right {display: inline-block; *display: inline; zoom: 1;text-align:right;}
#footer a {color:#808080;}
#footer a:hover {text-decoration: underline;}


/******************* Forms **********************/
.row {clear: both; padding: 5px 0;}
.row label {display:inline-block; *display: inline; zoom: 1; width:275px; float:none; padding:5px 15px 0 0; font-weight:bold; vertical-align: top;}
.row .inputFields { display:inline-block; *display: inline; zoom: 1;}
	.inputFields label { display: inline; float: none; padding: 0; text-align: left; width: auto;}
/*.row .inputFields input {margin:5px;float:left;}*/
.row select, .row input.text { padding:5px;float:none;margin:0 0;width:250px; display:inline-block; *display: inline; zoom: 1;}
.row select { width: 262px;}
.row input.text.tiny {width:150px;}
.row strong {font-weight:bold;}
.row .hint {display:block; margin-left:0px;color:#666;clear:both;font-size: 12px;}
.applicationAmount .row .hint {width: 250px;}
.row .text { display:inline-block; *display: inline; zoom: 1;}


.row .inputFields input.checkbox {margin:0px 7px 0 0;padding:0;}
.row .SelectApplicationType2, .row .SelectApplicationType3 {*display:inline;}
.row.checkboxFullWidth {padding:2%; background: #EFEFEF; border: 1px solid #CCC}
.row.checkboxFullWidth .inputFields {width:100%;}
.row.checkboxFullWidth label {width: auto;}


.formNav {padding-top:20px;clear:both;}

.back.button, .next.button {width:40%;}
.back.button {float:left;}
.next.button {float:right;}

input.next, input.back , a.button {
	display:block;
	text-align:center;
	padding:10px 20px;
	width:auto;
	margin: 0 0 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ca1820;
    border: 0;
    color: #FFF;
    cursor: pointer;
    font-size: 1em;
	transition: all 0.2s ease-in-out 0s;
	text-transform:uppercase;
	}
input.next {float:right;}
input.next:hover, input.back:hover, a.button:hover {background: #b70008; text-decoration:none}

.error {clear:both; color:#ee2d24; padding:20px 0 10px 0;}
.error ul {margin:0 0 0 30px; font-family: Arial, sans-serif;padding: 0;}
.error li {list-style-type: disc; list-style: disc outside;background:none;  padding: 0px; margin: 0;}

span.error {padding-left:5px;clear: none;}
#errorDiv  {border:1px solid #ee2d24;padding:5px !important;color:#ee2d24;margin-bottom:5px;}
#errorDiv h6 {margin:0; color:#ee2d24;}

.iconLink {background-color:#FFFFFF; padding:10px ;margin-bottom: 15px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.iconLink a {padding:0px 15px 5px 40px !important;display:block; background-repeat:no-repeat}
.iconLink a:hover {
	-webkit-transition: color 0.175s ease-in-out;
	-moz-transition: color 0.175s ease-in-out;
	-o-transition: color 0.175s ease-in-out;
	transition: color 0.175s ease-in-out;
}
.iconLink:hover a {
	-webkit-transition: color 0.175s ease-in-out;
	-moz-transition: color 0.175s ease-in-out;
	-o-transition: color 0.175s ease-in-out;
	transition: color 0.175s ease-in-out;
}

#bpayBox { margin: 2em 0;}
#bpayBox label {margin-bottom:10px;}
.text { padding: 5px 0;}


/*** Content table ***/
.tablestyle { width:100%;}
.tablestyle th {background:#ca1820; font-weight:bold; color:#FFF;padding:5px 10px; text-align: right;}
.tablestyle td {padding:5px 10px; border-bottom:1px solid #CCC}

.tablestyle tr.odd td{}
.tablestyle tr.even td {background:#f6f6f6;}

.tablestyle td.date-event {}

.confirmation {padding:20px 0;}
.confirmation table { width: 80% }
.confirmation table td {border-bottom:1px solid #CCC; padding:5px 0px;}
td.label{font-weight:bold;width: 250px;vertical-align: top;}

#bpayBox .instructions {padding-left:15px;}

/*** FAQ ***/

.QAViewer {margin-bottom:5px; background: #EEEEEE}
.QAViewer .QALink {background:url(/FormBuilder/_Resource/_module/hjYs6hq7lEWsgnZlzUfwdw/image/faq-b.png) 10px 50% no-repeat;padding:10px 15px 10px 40px !important;display:block;color:#666666;}
.QAViewer .QALink:hover {background:url(/FormBuilder/_Resource/_module/hjYs6hq7lEWsgnZlzUfwdw/image/faql.png) 10px 50% no-repeat;-webkit-transition: color 0.175s ease-in-out;
	-moz-transition: color 0.175s ease-in-out;
	-o-transition: color 0.175s ease-in-out;
	transition: color 0.175s ease-in-out;}
.QAViewer .answer {padding:0 0 10px 40px;}
.QAViewer .answer p {margin:0 0 10px 0;}


/*** Bank Details ***/
#bankField, .dash, #branchField { display: inline-block; *display: inline; zoom: 1; vertical-align: top;}
#bankField input.text { width: 50px !important; }
#branchField input.text { width: 100px !important; }

/* Print Styles */

@media print
{ 
	#bpayBox {page-break-before:always;}
	#main-nav, .iconLink, .returnhome { display: none;}
	.confirmation { padding: 10px 0;}
	.confirmation table { width: 100%}
}


/*********** Mobile ***********/
@media (max-width: 767px) {
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
		width:98% !important;
	}
	#wrapper {
		background: none;
	}
	#wrapper-body {
		width:100%;
		padding: 0 0 0 0 !important;
	}
	#container {
		margin-top: 0;	
	}
	#main-content {
		background: none;
	}
	#branding {
		float: left;
		padding: 0;
		width: 100%;
		height: auto;
	}
	#branding a.logo img {
		width: 75%;
	}
	#left-col, #right-col { float: none;}
	#right-col { margin: 0;	}
	#right-col h3, #right-col p { color: #000}
	
	#right-col a.home-btn{ display: none;}
	#right-col a.mobile{ display: block;}
	
	/** menu button for mobile version **/
	#menu-icon {
		display:inline;
	}
	#main-nav {
		position: absolute;
		width: 50%;
		height: 0;
		top: 50px;
		right: 0;
		right: 0px;
		margin: 0;
		float: none;
		border: none;
		z-index: 999;	
		
	}
	#main-nav ul { 
		display: none;
		position: absolute;
		margin: 0;
		padding: 0px;
		border: none;
		width: 100%;
		float: none;
		background: #000;
	}

	#main-nav ul li {
		width: 100%;
		padding: 0;
		margin: 0;
		border-right: none !important;
		border-top: 1px solid #fff !important;
		
	}
	
	/*#main-nav:hover ul, #main-nav ul:hover {
		display: block;
		z-index:999;
	}*/
	
	#main-nav ul li a { padding: 10px 20px; text-align: right; height: auto; line-height: 1em; color: #e1e1e1; text-shadow: none;}
	#main-nav ul li a:visited { color: #e1e1e1; }
	#main-nav ul li a:hover { color: #e1e1e1; }
	#main-nav ul li a:active { color: #e1e1e1; }
	#main-nav ul li:hover a { background: #CA1820; }
	
	#main-content { width: 96%; padding: 2%}
	
	#footer {margin-top: 0px;}
	#footer-wrap {width:auto;padding:0 10px;}
	#footer .left, #footer .right { float: none; width: 100%; text-align: center; }
	
	.inputFields { width: 100% !important; }
}

