body{
	font-family: Verdana;
}
header{
	width: 100%;
	height: 120px;
	background: #3f5466;
}
.clear{
	clear: both;
}
.clearfix:after,
.field-line:after {
	content: "";
	display: table;
	clear: both;
}
#innerHeader{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	padding-top: 36px;
}
#logo{
	width: 224px;
	height: 61px;
	display: block;
	background: url('../images/logo.png') no-repeat;
	float: left;
}
#rightTextHeader{
	display: block;
	width: initial;
	position: absolute;
	right: 0;
	margin-top:24px;
	text-align: right;
	float: left;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}
h1, h2 {
	font-size: 24px;
	font-weight: bold;
	color: #487597;
	line-height: 64px;
}
h3 {
	font-weight: normal;
	color: #487597;
	font-size: 20px;
	line-height: 36px;
	margin: 20px 0;
}
h4 {
	margin-top: 20px;
	color: #3f5466;
	font-size: 15px;
	line-height: 36px;
}
p{
	color: #3f5466;
	font-size: 15px;
	line-height: 36px;
}
#wrapper{
	width: 1100px;
	margin: 0 auto;
}
#firstP{
	font-size: 18px;
	color: #3f5466;
	line-height: 32px;
}
#firstP a {
	font-size: inherit;
	font-weight: normal;
}
.pushTop20{
	margin-top:20px;
}
footer{
	margin-top: 20px;
	width: 100%;
	height: 20px;
	background: #487597;
	color: white;
	font-size: 13px;
	text-align: center;
}
.select-style {
	padding: 0;
	margin: 0;
	border: 1px solid #9a9a9a;
	width: 330px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	background: #e5e5e5 url("../images/down.png") no-repeat 96% 50%;
}
.select-style select {
	padding-left: 10px;
	line-height: 32px;
	height: 32px;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 18px;
	color: #3f5466;
}
.goLeft180{
	margin-left: 200px;
}

#ach{
	display: none;
}
.leftForm, .rightForm{
	width: 530px;
	float: left;
}
.leftForm hr,
.rightForm hr {
	padding: 1px;
	margin-left: 17%;
	margin-bottom: 10px;
	text-align: center;
	width: 75%;
	background-color: #a0a0a0;
}
.width40{
	width: 40px;
	height: 500px;
	float: left;
}
input[type=text]{
	width: 320px;
	padding: 0 5px;
	height: 32px;
	border: 1px solid #9a9a9a;
	background: #e5e5e5;
	font-size: 18px;
	color: #3f5466;
	float: left;
}
.field-line label {
	display: block;
	width: 188px;
	float: left;
	line-height: 34px;
	color: #3f5466;
	font-size: 18px;
	margin-right: 10px;
	text-align: right;
}
.field-line {
	display: block;
	margin-bottom: 10px;
	font-weight: 400;
}
.field-line .error-text {
	color: red;
	font-size: 0.9em;
	text-align: right;
	height: 0;
	overflow: hidden;
	clear: both;
	-o-transition: height .2s;
	-ms-transition: height .2s;
	-moz-transition: height .2s;
	-webkit-transition: height .2s;
	transition: height .2s;
}
.field-line.error-amount-chars-flag .error-text.error-amount-chars {
	height: 16px;
}
.field-wrapper-comments {
	position: relative;
}
#cvv{
	width: 100px;
}
.comments{
	width: 326px;
	height: 110px;
	border: 1px solid #9a9a9a;
	background: #e5e5e5;
	font-size: 18px;
	color: #3f5466;
	float: left;
	resize:none;
	font-weight: bold;
}
.required{
	font-style: italic;
	text-align: right;
	font-size: 18px;
}
#cardType{
	width: 521px;
	height: 78px;
	background: url('../images/card-type.jpg');
	margin-top: 25px;
}
.top50{
	margin-top: 50px;
}
input[type=button],input[type=submit],.sendACH,.sendCC{
	width: 125px;
	height: 32px;
	border: none;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	background: #e46b4b;
	float: right;
}
input[type=submit],.sendACH,.sendCC{
	background: #487597;
	margin-left: 5px;
}
.float{
	float: left;
}
.width200 {
	display: inline-block;
	width: 193px; /* There's a content-box border, plus the margin, so this is correct */
	margin-right: 5px;
}
.width125 {
	display: inline-block;
	width: 123px; /* There's a content-box border, so this is correct */
}
* {
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
.payment-success,.achResult,.cardResult{
	color: green;
	padding-bottom: 10px;
	display: block;
	font-size: 24px;
	text-align: center;
}
.achResult{
	padding-top: 20px;
}
.payment-errors{
	text-align: center;
	padding-top: 20px;
	color: red;
	display: block;
	font-size: 24px;
}
.upperCase{
	text-transform: uppercase;
}
.warningInput{
	background: red !important;
	color: #FFF !important;
}
.okInput{
	color: #3f5466 !important;
	background: #e5e5e5 !important;
}
.modalDialog,.modalDialog1 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	overflow: hidden;
	z-index: 99999;
	display: none;
}
.modalDialog a, .modalDialog1 a {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	line-height: inherit;
}
.modalDialog > div,.modalDialog1 > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	border: 5px solid #000;
}
.modalDialog a.close,.modalDialog1 a.close1 {
	background: #000;
	color: #FFFFFF;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	cursor: pointer;
	z-index: 99999;
}
.close:hover,.close1:hover {
	background: #00d9ff;
}
.showModal{
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}
.hideModal{
	opacity: 0 !important;
}
.modalMessage {
	word-wrap: break-word;
	max-height: 50vh;
	overflow-y: scroll;
}
ul {
	padding-left: 20px;
	color: #3f5466;
	font-size: 15px;
	line-height: 24px;
	list-style-type: disc;
}
a {
	font-size: 15px;
	color: #3f5466;
	line-height: 32px;
	text-decoration: none;
}
.gump-error-message {
	display: block;
	margin: 20px 0;
}
.char-count {
	position: absolute;
	bottom: -15px;
	right: 3px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
}

.box-outline {
	border: 1px solid #3f5466;
	padding: 20px 30px;
	margin: 40px 0;
}

.buttons-wrap {
	display: flex;
	margin-top: 30px;
	justify-content: space-around;
}

.buttons-wrap > a {
	width: 50%;
	padding: 15px;
}

.buttons-wrap button {
	background-color: #3f5466;
	-webkit-appearance: button;
	width: 100%;
	height: 100%;
	border: none;
	color: #fff;
	box-sizing: border-box;
	padding: 15px 10px;
	font-size: 22px;
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	cursor: pointer;
}

.account-field {
	margin-top: 30px;
}

.account-field input {
	float: none;
}

.account-field h4 {
	display: inline;
}

/* Start Media Queries */
@media screen and (max-width: 1100px) {
	.top50 {
		margin-top: 10px;
	}
	.required{
		text-align: left;
	}
    .leftForm, .rightForm{
    	float: none;
    	width: 100%;
		max-width: 445px;
    	margin: 0 auto;
    }
	.leftForm hr {
		margin: 0 auto 10px;
	}
    #innerHeader{
    	width: 90%;
    	padding-left: 20px;
    	padding-right: 20px;
    }
    #rightTextHeader{
    	position: static;
    	float: right;
    	text-align: center;
    	display: none;
    }
    #wrapper{
    	width: 90%;
    	padding: 0px 20px;
    }
    input[type=button], input[type=submit], .sendACH, .sendCC{
    	float: none;
    	margin-top: 10px;
    }
	.field-line label {
    	font-size: 15px;
    	width: 140px;
    }
    input[type=text] {
    	width: 240px;
    }
    .goLeft180 {
		margin-left: 150px;
		margin-left: 0px;
	}
	.select-style {
		width: 250px;
	}
    .comments {
	    margin-bottom: 10px;
		width: 246px;
	}
	.width200 {
		width: 140px;
	}
	.width125 {
		width: 100px;
	}
    .width40{
    	display: none;
    }
    #rightTextHeader{
		width: 240px;
		font-size: 17px;
	}
	#logo{
		float: none;
		margin: 0 auto;
	}

}
@media screen and (max-width: 480px) {
	.goLeft180 {
		margin-left: 0px;
	}
	.field-line label {
    	text-align: left;
    	float: none;
    }
    input[type=text] {
		float: none;
	}
	input[type=button], input[type=submit], .sendACH, .sendCC {
    	margin-left: 0px;
    }
    .bankLabel{
		position: static !important;
	}
	#cardType{
		width: 320px;
	}
	.char-count {
		left: 3px;
		right: auto;
	}
	.buttons-wrap > a {
		width: calc(100% - 30px);
	}
	.buttons-wrap {
		flex-direction: column;
	}
}

