@import url(https://fonts.googleapis.com/css?family=Mate+SC);

/* =Minimal base styles
*******************************************************************************/
html {
	min-width: 960px;
	background: #016485;
}

body {
	font: 12px/1.4 Arial, sans-serif;
}

body > img {
	position: absolute;
	bottom: 0;
	left: 0;
}

body, select, input, textarea {
	color: #444;
	font: 12px Arial, sans-serif;
}

::-webkit-input-placeholder {
	color: #444;
}

:-moz-placeholder {
	color: #444;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	position: relative;
	color: #016485;
	font: 25px/35px 'Mate SC', serif;
	border-radius: 0 3px 3px 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

h1.success {
	color: #54a03c;
	padding: 100px 0 150px 0;
	text-align: center;
	font-size: 20px;
}

h1.fail {
	padding: 50px 0 50px 0;
	text-align: center;
	font-size: 20px;
}

a {
	color: #607890;
}

a:hover {
	color: #036;
}

a.alt-link {
	font-weight: 700;
	color: #245492;
}

a.alt-link:hover {
	color: #148CCB;
}

.thankyoumsg {
	padding: 80px 0;
	text-align: center;
}

.thankyoumsg p {
	color: #d42929;
	font: 18px Arial !important;
}

/* =Useful classes
*******************************************************************************/
.hidden {
	display: none;
}

.no-marg {
	margin: 0 !important;
}

.no-pad {
	padding: 0 !important;
}

.no-bg {
	background: none !important;
}

.no-bd {
	border: none !important;
}

.fl-l {
	float: left !important;
}

.fl-r {
	float: right !important;
}

.a-center {
	text-align: center;
}

.a-left {
	text-align: left;
}

.a-right {
	text-align: right;
}

.clear {
	clear: both;
}

.hr {
	height: 1px;
	font: 0/0 Arial;
	border-bottom: 1px dotted #888;
	margin: 15px 0;
}

.btn {
	position: relative;
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	background: #a4e118;
	text-align: center;
	background: -webkit-linear-gradient(top, #a4e118 0%, #438901 100%);
	-pie-background: linear-gradient(top, #a4e118 0%, #438901 100%);
	background: linear-gradient(to bottom, #a4e118 0%, #438901 100%);
	font: 700 25px/50px Arial;
	text-shadow: 0 2px 3px #438901;
	height: 50px;
	color: #fff;
	padding: 0 18px;
	-moz-box-shadow: inset 0 0 5px #ffc78b;
	-webkit-box-shadow: inset 0 0 5px #ffc78b;
	box-shadow: inset 0 0 5px #ffc78b;
	border: 1px solid #438901;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.btn:hover {
	color: #fff;
	background: #b0ff00;
	background: -webkit-linear-gradient(top, #b0ff00 0%, #218800 100%);
	-pie-background: linear-gradient(top, #b0ff00 0%, #218800 100%);
	background: linear-gradient(to bottom, #b0ff00 0%, #218800 100%);
}

.btn-unsubscribe {
	height: 32px !important;
	line-height: 32px !important;
	margin-left: 10px !important;
	font-size: 14px !important;
	float: left !important;
}

.wrapper {
	width: 1000px;
	margin: 10px auto 0 auto;
	box-shadow: 0 0 5px #016485;
	background: #fff;
	overflow: hidden;
}

.inner {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

/* =Header
*******************************************************************************/
.header {
	position: relative;
	background: #ffffff;
	z-index: 100;
	border-bottom: 1px solid #e5e9d8;
	margin-bottom: 20px;
}

.logo-wrap {
	float: left;
}

.logo {
	position: relative;
	font: 700 25px/42px 'Mate SC', Arial;
	color: #89bd06;
	display: block;
	padding: 20px 0;
}

.logo:hover {
	color: #89bd06;
}

.header-logos {
	float: right;
	margin: 20px 0;
	width: 150px;
}

.logo-secure, .logo-private {
	float: left;
	display: block;
	background: url("../images/secure-logo.png") no-repeat;
}

.logo-secure {
	width: 53px;
	height: 75px;
	margin-top: 10px;
}

.logo-private {
	width: 76px;
	height: 90px;
	margin-left: 20px;
	background-position: -53px 0;
}

.header .phone-wrap {
	width: 240px;
	height: 60px;
	position: relative;
	margin: 10px 0 0 0;
	float: right;
	color: #0b3a66;
	font: 26px/22px Arial;
	overflow: hidden;
	padding: 5px 20px 0 0;
}

.header .phone-wrap p:first-child {
	font-size: 11px;
	color: #555;
}

.header .phone-wrap:before {
	width: 34px;
	height: 34px;
	background: url('../images/sprite.png') no-repeat;
	float: left;
	content: '';
	margin: 15px 5px 0 0;
}

.header .phone-wrap a {
	color: #0b3a66;
}

.ssp-logo {
	float: right;
	margin: 10px 0 0;
}

/* =Main Navigation
*******************************************************************************/
.nav {
	float: right;
	margin: 18px 0;
}

.nav-bottom {
	display: none;
}

.nav > li {
	float: left;
	margin: 12px 0 0 15px;
	background: url(../images/nav-li.png) no-repeat 0 10px;
}

.nav > li > a {
	color: #3e3e3e;
	display: block;
	height: 28px;
	padding: 0 5px 0 18px;
	font: 15px/28px 'Mate SC', Arial;
	text-shadow: 1px 1px 0 #fff;
}

.nav > li:first-child > a {
	margin-left: 0;
	border-left: 0;
	box-shadow: none;
}

.nav a:hover,
.nav .current, .nav .active a {
	color: #89bd06;
}

.home-link {
	display: none;
}

.nav > li.nav-phone {
	padding-left: 20px;
	font-weight: 700;
}

.nav > li.nav-phone > a {
	display: inline;
	padding-left: 0;
	font-size: 18px;
	color: #016485;
}

/* =Content
*******************************************************************************/
.article {
	float: right;
	width: 715px;
}

.content,
.content-wrap {
	background: #fff;
	margin-bottom: 20px;
}

.main-col.content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 350px;
}

.home-page .main-col.content {
	min-height: 0;
}

.content-wrap .content {
	border: none;
	padding: 0;
}

.content p {
	margin-bottom: 15px;
	color: #424244;
	font: 13px/20px Arial;
}

.content ul {
	list-style: inside disc;
	margin-bottom: 20px;
}

.content ol {
	list-style: inside decimal;
	margin-bottom: 20px;
}

.content ul li, .content ol li {
	padding: 0 0 10px 0;
}

/* =Sidebar Apply Form
*******************************************************************************/
.form-apply-wrap {
	position: relative;
	background: #fff;
	background: -webkit-linear-gradient(top, #fff 0%, #BAE5F5 100%);
	-pie-background: linear-gradient(top, #fff 0%, #BAE5F5 100%);
	background: linear-gradient(to bottom, #fff 0%, #BAE5F5 100%);
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 10px;
	border: 2px solid #d7d7d5;
	margin-bottom: 10px;
}

.form-apply-title {
	position: relative;
	color: #fff;
	font: 700 30px/30px 'Mate SC', Arial;
	padding: 15px 0 10px 0;
	text-align: center;
	background: #016485;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #000;
	margin-bottom: 40px;
}

.form-apply-title span {
	font: 11px/11px Arial;
	color: #63bcf6;
	text-transform: none;
}

.form-apply .row {
	position: relative;
	margin-bottom: 15px;
	padding: 0 20px;
}

.form-apply select,
.form-apply input[type=text] {
	position: relative;
	height: 40px;
	font: 12px/20px Arial;
	color: #444;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #5B5B5B;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	background: #fff;
	transition: all 0.2s ease-out;
}

.form-apply select:hover,
.form-apply input[type=text]:hover {
	border: 1px solid #016485;
}

.form-apply select:focus,
.form-apply input[type=text]:focus {
	border: 1px solid #016485;
	box-shadow: 0 0 3px #BBE5F5;
}

.form-apply option {
	color: #444;
	font: 100 13px/20px Arial;
}

.btn-cash {
	position: relative;
	display: block;
	height: 60px;
	background: #aae52b;
	background: -webkit-linear-gradient(top, #aae52b 0%, #88bc05 100%);
	-pie-background: linear-gradient(top, #aae52b 0%, #88bc05 100%);
	background: linear-gradient(to bottom, #aae52b 0%, #88bc05 100%);
	font: 700 22px/60px 'Mate SC', Arial;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
	text-shadow: 1px 1px 0 #589300;
	border: 1px solid #88bc05;
	box-shadow: inset 0 0 1px #fff;
	margin: 10px 20px;
}

.btn-cash:hover {
	color: #fff;
	background: #caf32c;
	background: -webkit-linear-gradient(top, #caf32c 0%, #92d905 100%);
	-pie-background: linear-gradient(top, #caf32c 0%, #92d905 100%);
	background: linear-gradient(to bottom, #caf32c 0%, #92d905 100%);
}

.form-privacy {
	position: relative;
	color: #767676;
	font: 12px/18px Arial;
}

.form-apply-wrap .placeholder {
	margin: 13px 0 0 20px;
}

.form-unsubscribe .row {
	width: 100% !important;
}

.form-unsubscribe input {
	float: left;
}

/* =Home Page/
*******************************************************************************/
.banner-wrap {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #c1c1c1;
}

.banner {
	width: 630px !important;
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
	min-height: 380px;
}

.banner-bg {
	position: absolute;
	width: 535px;
	height: 362px;
	bottom: 0;
	left: 70px;
	background: url('../images/payday-loans-near-me.jpg') no-repeat 0 20px;
	z-index: 0;
}

.banner-title {
	color: #89bd06;
	font: 700 39px/70px 'Mate SC', serif;
	overflow: hidden;
	margin: 10px 0 10px 0;
}

.banner-title p span {
	color: #016485;
}

.banner-list {
	margin: 15px 0 15px -5px
}

.banner-list li {
	position: relative;
	color: #5b5b5b;
	font: 21px/25px 'Mate SC', Arial;
	padding-left: 40px;
	margin: 0 0 10px 0;
}

.search .error-message {
	color: red !important;
	width: 530px;
	margin: 40px auto;
	font-size: 15px;
}

label.error {
	color: red;
	position: absolute;
	top: -15px;
	left: 0;
	font: 11px Arial;
	white-space: nowrap;
}

.error-right {
	min-height: 38px;
	display: block;
	float: left;
	position: relative;
}

.error-right label.error {
	left: auto;
	right: 0;
}

.error-message {
	position: relative;
	font: 700 14px Arial;
	color: red;
	padding: 10px 0 0 45px;
	margin: 20px 0 20px 0;
	overflow: hidden;
	height: 40px;
}

.search p {
	color: #494949;
	font: 18px/20px Arial;
}

p.search-percent {
	color: #ff7a08;
	font-size: 42px;
}

p.search-subtitle {
	padding: 40px 0;
	font: 30px Arial;
}

.searching-title {
	font: 29px Arial;
	color: #494949;
	text-align: center;
	padding: 35px 10px !important;
}

.searching-title span {
	color: #ff7a08;
}

.search-loading-wrap .before, .search-loading-wrap:before {
	content: '';
	position: absolute;
	left: -200px;
	top: -40px;
	width: 105px;
	height: 105px;
	background: url('../images/search-icons.gif') no-repeat;
}

.search-loading-wrap .after, .search-loading-wrap:after {
	content: '';
	position: absolute;
	right: -200px;
	top: -40px;
	width: 110px;
	height: 105px;
	background: url('../images/search-icons.gif') no-repeat -113px 0;
}

.search-loading-wrap {
	position: relative;
	width: 225px;
	height: 21px;
	margin: 0 auto 80px auto;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url('/PIE.htc');
}

.search-loading {
	background: url("../images/loading.gif") no-repeat;
	width: 100%;
	height: 21px;
	float: left;
}

.searching-title {
	position: relative;
	margin: 10px 0 20px 0;
	border: 1px solid #c2e4ff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f6fbff;
	background: -moz-linear-gradient(top, #f6fbff 0%, #bbdbf9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6fbff), color-stop(100%, #bbdbf9));
	background: -webkit-linear-gradient(top, #f6fbff 0%, #bbdbf9 100%);
	background: -o-linear-gradient(top, #f6fbff 0%, #bbdbf9 100%);
	background: -ms-linear-gradient(top, #f6fbff 0%, #bbdbf9 100%);
	-pie-background: linear-gradient(top, #f6fbff 0%, #bbdbf9 100%);
	background: linear-gradient(top, #f6fbff 0%, #bbdbf9 100%);
	behavior: url('/PIE.htc');
}

.howitworks {
	position: relative;
	margin: 0 0 0 0;
	padding-bottom: 20px;
	z-index: 0;
}

.howitworks .col {
	float: left;
	width: 140px;
	padding: 20px 0 0 49px;
	font: 13px Arial;
	margin: 0 0 0 20px;
	position: relative;
	color: #555;
}

.hw-title {
	font: 100 22px/30px Arial;
	text-transform: uppercase;
	color: #555;
	letter-spacing: -1px;
}

.ie7 .howitworks .col .before, .howitworks .col:before {
	position: absolute;
	top: 20px;
	left: 0;
	content: '';
	background: url('../images/sprite.png') no-repeat -48px -75px;
	width: 46px;
	height: 46px;
}

.howitworks .col2 .before, .howitworks .col2:before {
	background-position: -94px -75px;
}

.howitworks .col3 .before, .howitworks .col3:before {
	background-position: -141px -75px;
}

.howitworks .col:after {
	position: absolute;
	top: 10px;
	left: -40px;
	content: '';
	background: url('../images/sprite.png') no-repeat 0 -67px;
	width: 33px;
	height: 103px;
}

.howitworks .col:first-child:after {
	display: none;
}

/* =Steps*/
.payday-steps {
	background: #fafafa;
	background: -webkit-linear-gradient(top, #eee 0%, #fff 100%);
	-pie-background: linear-gradient(top, #eee 0%, #fff 100%);
	background: linear-gradient(to bottom, #eee 0%, #fff 100%);
	padding: 40px 0;
	margin-bottom: 20px;
	border-bottom: 2px solid #016485;
}

.payday-steps .inner {
	position: relative;
}

.payday-steps li {
	position: relative;
	float: left;
	width: 27%;
	padding: 0 3%;
}

.payday-steps h3 {
	color: #666;
	font: 100 24px/30px 'Mate SC', serif;
	position: relative;
	padding: 15px 0 10px 55px;
	white-space: nowrap;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
}

.payday-steps p {
	color: #888;
	font: 15px/20px Arial;
	padding: 0 0 20px 55px;
}

.payday-steps .before,
.payday-steps h3:before {
	display: block;
	width: 98px;
	height: 100px;
	content: '';
	background: url(../images/sprite.png) no-repeat -114px 0;
	margin: 5px auto;
}

.payday-steps h3.payday-step2 .before,
.payday-steps h3.payday-step2:before {
	background-position: -214px 0;
}

.payday-steps h3.payday-step3 .before,
.payday-steps h3.payday-step3:before {
	background-position: -313px 0;
}

/* =Sidebar
*******************************************************************************/
.sidebar {
	text-shadow: 1px 1px 0 #fff;
}

.right-col h2 {
	position: relative;
	background: #EEE;
	font: 18px/36px 'Mate SC', serif;
	color: #245492;
	margin-bottom: 20px;
	padding: 10px 20px;
	text-shadow: 1px 1px 0 #fff;
}

.sidebar-steps li {
	position: relative;
	padding: 0 0 5px 20px;
	margin-bottom: 10px;
	color: #0b3a66;
	list-style: none !important;
}

.sidebar-steps em {
	display: inline-block;
	background: #229EE6;
	width: 30px;
	height: 30px;
	color: #fff;
	margin-right: 5px;
	font: 700 20px/30px Arial;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-shadow: none;
	behavior: url('/PIE.htc');
}

.check-list li {
	position: relative;
	padding-left: 35px;
	padding: 0 0 5px 40px !important;
	margin-bottom: 10px;
	color: #555;
	list-style: none !important;
}

.banner-list li:before,
.banner-list li em.before,
.check-list li em {
	content: '';
	position: absolute;
	left: 15px;
	top: 4px;
	display: block;
	width: 16px;
	height: 18px;
	color: #fff;
	font: 700 20px/30px Arial;
	text-align: center;
	text-shadow: none;
	background: url("../images/sprite.png") no-repeat -78px 0;
}

.privacy-banner {
	display: block;
	width: 258px;
	height: 67px;
	background: url("../images/privacy.png") no-repeat 0;
	margin: 10px auto;
}

.sidebar-privacy {
	position: relative;
	padding-left: 60px;
}

.sidebar-logos {
	margin: 10px auto;
	width: 250px;
}

.security {
	background: url('../images/bg-security.png') no-repeat 100% 0;
	width: 215px;
	height: 50px;
	float: right;
	margin: 10px 0 0 50px;
}

.faq-box {
	position: relative;
	padding: 10px;
	margin: 20px 0;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fff 0%, #fafafa 57%, #eeeeee 100%);
	-pie-background: linear-gradient(top, #fff 0%, #fafafa 57%, #eeeeee 100%);
	background: linear-gradient(to bottom, #fff 0%, #fafafa 57%, #eeeeee 100%);
	border: 2px solid #ddd;
	border-bottom: 2px solid #016485;
	border-radius: 10px;
}

.side-col .faq-box {
	margin: 20px 10px;
	background: none;
}

.faq-box h2 .before,
.faq-box h2:before {
	content: '';
	width: 38px;
	height: 38px;
	display: block;
	background: url("../images/sprite.png") no-repeat -36px 0;
	float: left;
	margin: 0 5px 0 -20px;
}

.faq-box h2 {
	font: 20px/45px 'Mate SC', Arial;
	color: #58595b;
	background: none;
	padding-right: 0;
	border-bottom: 1px solid #016485;
}

.side-col .faq-box h2 {
	margin-left: 20px;
}

.faq-box li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
	border-top: 1px dotted #C6C6C6;
}

.faq-box li:first-child {
	border: none
}

.faq-box li:before {
	content: '';
	width: 8px;
	height: 12px;
	display: block;
	background: url("../images/sprite.png") no-repeat -80px -20px;
	float: left;
	margin: 13px 5px 0 0;
}

/* =Sub-page 
*******************************************************************************/
.two-cols .main-col {
	width: 550px;
	float: left;
}

.two-cols .right-col,
.two-cols .side-col {
	width: 350px;
	float: right;
}

.two-cols .col {
	float: left;
	width: 45%;
	margin-right: 3%;
}

.content-wrap .main-col {
	width: 580px
}

/* =Form
*******************************************************************************/
fieldset {
	background: #fff;
}

.form {
	position: relative;
	margin: 20px 0 5px 0;
	padding: 30px 10px 20px 10px;
}

.l-col, .form-col {
	float: left;
	width: 50%;
}

.r-col {
	float: right;
	width: 50%;
}

.form-col {
	margin-top: 20px;
}

.form .row {
	margin-bottom: 10px;
	min-height: 38px;
	position: relative;
	width: 33%;
	float: left;
	z-index: 0;
}

.input-wrap {
	display: block;
	float: left;
	position: relative;
	min-height: 38px;
}

label.placeholder {
	color: #444 !important;
	position: absolute !important;
	left: 10px !important;
	margin-top: 5px;
	z-index: 100;
}

.form .row p {
	margin-bottom: 10px;
}

.form .row em {
	color: #fb720d;
	padding: 5px;
	line-height: 30px;
}

.form select, .form input[type=text], .form input[type=password], .content select {
	position: relative;
	float: left;
	border: 1px solid #97a4af;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	height: 20px;
	font: 12px/20px Arial;
	padding: 5px 10px;
	border-radius: 5px;
	background: #fdfdfd;
	width: 200px;
	z-index: 1;
}

.content select, .form select {
	height: 32px;
	width: 222px;
}

.content label select {
	float: none !important;
}

select.sel-middle {
	width: 130px;
}

.form textarea {
	position: relative;
	border: 1px solid #97a4af;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-box-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	font: 12px/20px Arial;
	padding: 5px 10px;
	background: #fdfdfd;
	width: 440px;
	behavior: url('/PIE.htc');
}

.form input.input-small {
	width: 60px;
}

.form input.input-middle {
	width: 115px;
}

.form input.input-small:first-child, .form input.input-middle:first-child {
	margin-right: 10px;
}

.form input:focus[type=text], .form input:focus[type=password], .form textarea:focus {
	border-color: #6c7890;
}

.form legend {
	font: 700 40px/40px Arial;
	color: #5e5e60;
	letter-spacing: -1px;
}

.form-subtitle {
	font: 100 24px/40px Arial;
	color: #5e5e60;
	float: left;
	margin: -20px 0 10px 0;
	width: 100%;
}

.ie .form-subtitle {
	margin-top: 0;
}

.apply-form-title strong {
	color: #0b3a66;
}

.apply-form-title {
	color: #245492;
	font: 700 28px 'Mate SC', serif;
}

.form-contact {
	background: none;
	margin-top: 0;
}

.form-contact .row {
	margin-bottom: 10px;
	float: none;
	width: auto;
}

.form-contact textarea {
	width: 200px;
	max-width: 200px;
	min-width: 200px;
	height: 70px;
}

.form-unsubscribe {
	padding-top: 10px;
	margin-top: 10px;
}

.form-unsubscribe .btn {
	height: 32px;
	margin-left: 10px;
	font: 700 20px Arial;
}

.checkbox-wrap {
	padding: 5px 10px;
	float: left;
	border: 1px solid #fff;
}

.checkbox-wrap input {
	float: left;
	margin: 0 10px 0 0;
}

.btn-disabled {
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.attension {
	background: #FEE0DA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid red;
}

/*------------Tables----------*/
.privacy-table span {
	display: inline-block;
	word-break: break-all;
}

#ratesAndFeesContainer ul {
	list-style: none;
}

#ratesAndFeesContainer li {
	border: 1px solid #C6C6C6;
	padding: 10px;
	background: #E3E3E3;
	margin-top: -1px;
}

#ratesAndFeesContainer li .bold {
	font-weight: 700;
}

.rates-table {
	border-collapse: collapse;
}

.rates-table th {
	background: #0585cb;
	color: #e9ffff;
	border: 1px solid #e9ffff;
	text-transform: uppercase;
	font: normal 12px/18px Arial;
	padding: 10px;
	text-align: left;
}

.rates-table td {
	padding: 5px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
	background: #f2f2f2;
}

.td-state {
	width: 100px;
}

.td-amount {
	width: 100px;
}

/* =Footer
*******************************************************************************/
.footer-nav {
	background: url('../images/bg-footer-nav.png') repeat-x;
}

.footer-nav > .inner {
	line-height: 52px;
	width: 958px;
	padding: 0 20px;
	background: #197596;
	border: 1px solid #fff;
}

.customer-notice-wrap,
.footer {
	background: #016485;
}

.customer-notice-wrap {
	max-width: 1000px;
	margin: 15px auto 0;
}

.customer-notice-wrap p {
	color: #fff;
}

.footer .inner {
	color: #fff;
}

.f-menu {
	float: left;
}

.copyright {
	float: right;
}

.f-menu li:first-child {
	padding-left: 0;
}

.f-menu li {
	padding-left: 10px;
	display: inline;
}

.f-menu a {
	color: #fff;
	font-size: 12px;
}

.f-menu a:hover {
	text-decoration: underline;
}

.tip {
	display: block;
	height: 20px;
	border: 1px solid #c7bf93;
	background: #fff9c9;
	color: #000;
	z-index: 10000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 5px 10px;
}

.tip-arrow-bottom {
	background: url('../images/bg/tool-tip-arrow.png') no-repeat;
	width: 11px;
	height: 7px;
	position: absolute;
	left: 50%;
	bottom: -6px;
	margin-left: -5px;
	content: '';
	z-index: 100001;
}

.tip-arrow-top {
	background: url('../images/bg/tool-tip-arrow.png') no-repeat 0 -7px;
	width: 11px;
	height: 7px;
	position: absolute;
	left: 50%;
	top: -7px;
	margin-left: -5px;
	content: '';
	z-index: 100001;
}

/* =Form Main corrections*/
.b2c-form-title {
	color: #0261B1 !important;
}

.b2c-form-title span {
	background: #0b3a66 !important;
	border: none !important;
}

.b2c-message {
	color: #0b3a66 !important;
	background: #EEE !important;
}

/* =Representative Block
*******************************************************************************/
.content-apr {
	border-top: 2px solid #016485;
	padding: 0;
	background: none;
	margin-bottom: 0;
}

.representative {
	padding-top: 30px;
	box-sizing: border-box;
	width: auto;
}

.representative h3 {
	font: 700 18px/60px 'Mate SC', Arial;
	color: #016485;
	text-shadow: 1px 1px 0 #fff;
}

.representative p {
	font: 14px/20px Arial;
}

.btn-popup,
.r-btn, .r-popup {
	position: relative;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font: 13px/40px Arial;
	margin: 22px;
	padding: 0 30px;
	background: #016485;
	text-shadow: 0 1px #007fc6;
	box-shadow: 0 0 2px #bec0b5;
	border: 1px solid #fff;
	transition: all 0.2s ease-out;
}

.r-btn:hover, .r-popup:hover {
	color: #fff;
	background: #007fc6;
}

.r-popup-content h4 {
	background: #007fc6;
	font: 700 14px/40px Arial;
	padding: 0 10px;
	color: #fff;
	text-shadow: 0 1px #245492;
	margin-bottom: 20px;
}

.calculate-box {
	width: auto;
	padding: 0;
	margin: 1px 0;
}

.calculate-box .row {
	float: none;
	width: auto;
}

.calculate-box label {
	float: left;
	margin-right: 10px;
	min-width: 150px;
	font: 700 12px/40px Arial;
}

.btn-popup {
	margin: 0;
	width: 160px;
	margin-left: 160px;
	display: block;
	text-align: center;
}

.calculate-box fieldset {
	background: none;
}

.calculate-box legend {
	background: none;
	position: relative;
	width: 100%;
	height: auto;
	font: 700 13px/20px Arial;
	padding: 10px 0;
	letter-spacing: 0;
	margin: 0 0 20px 0;
}

.calculate-box p {
	font: 11px/15px Arial;
	margin-bottom: 5px;
}

/*Happy Served Customers*/
.happy-counter p {
	color: #fff;
	font: 700 50px/50px 'Mate SC', serif;
	margin: 0 0 20px 0;
	text-shadow: 2px 2px 0 #016485;
}

.happy-counter {
	border: 1px solid #fff;
	border-bottom: none;
	background: #016485;
	background: -webkit-linear-gradient(top, #197596 0%, #016485 100%);
	-pie-background: linear-gradient(top, #197596 0%, #016485 100%);
	background: linear-gradient(to bottom, #197596 0%, #016485 100%);
	padding: 30px 0;
	text-align: center;
}

.happy-counter a.btn-cash {
	padding: 0 20px;
	font: 700 18px/45px 'Mate SC', serif;
	height: 45px;
	display: inline-block;
}

.flip-counter {
	margin: 0 auto 10px auto;
	width: 280px;
	padding: 20px 10px;
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
}

#lmpostform {
	min-height: 720px;
}

.form-page .b2c-form-container {
	background: #fff;
	margin-bottom: 40px;
}