/* For modern browsers */
.clearfix:before, .clearfix:after, .textwidget:before, .textwidget:after,
	ul.yes-list:before, ul.no-list:after {
	content: "";
	display: table;
}

.clearfix:after, .textwidget:after {
	clear: both;
}

.clearer {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix, .textwidget {
	zoom: 1;
}

a:active, a:focus {
	text-decoration: none;
}

a:focus {
	outline: none;
	outline-offset: 0;
}


.label {
	display: inherit;
	padding: 0;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	color: inherit;
	vertical-align: auto;
	white-space: nowrap;
	text-shadow: none;
	background-color: transparent;
	text-transform: none;
}

a.label:hover, a.label:focus {
	color: inherit;
}

input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

input, input[type="password"], input[type="search"], isindex {
	/* -webkit-appearance: textfield; */
	padding: 1px;
	background-color: white;
	border: 2px inset;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
}

form input[type="number"], form input[type="password"], form input[type="text"],
	form input[type="email"], form select, form .uneditable-input {
	margin: 4px 2px;
	padding: 4px;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #f7f4f4;
	background-image: -ms-linear-gradient(top, #f7f4f4 0%, #fbfafa 100%);
	background-image: -moz-linear-gradient(top, #f7f4f4 0%, #fbfafa 100%);
	background-image: -o-linear-gradient(top, #f7f4f4 0%, #fbfafa 100%);
	background-image: -webkit-linear-gradient(top, #f7f4f4 0%, #fbfafa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f4f4),
		color-stop(1, #fbfafa));
	background-image: linear-gradient(to bottom, #f7f4f4 0%, #fbfafa 100%);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 0
		rgba(0, 0, 0, 0);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 0
		rgba(0, 0, 0, 0);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0);
	-ms-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	-ms-transition-property: border, box-shadow;
	-moz-transition-property: border, box-shadow;
	-o-transition-property: border, box-shadow;
	-webkit-transition-property: border, box-shadow;
	transition-property: border, box-shadow;
	color: #2d2d2e;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus,
	input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus,
	input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
	input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus,
	input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus,
	.uneditable-input:focus {
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 0
		rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 0
		rgba(0, 0, 0, 0);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0);
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid, input:focus:invalid:focus,
	textarea:focus:invalid:focus, select:focus:invalid:focus {
	color: #2d2d2e;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}

body button, body .btn, .button-primary {
	padding: 10px 25px 10px 25px;
	margin: 15px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px #444;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

body .btn:hover, body .btn:focus, .btn:active, .button-primary:hover,
	.button-primary:focus {
	color: #fff;
}

.text-13 {
	font-size: 13px;
}

a.btn-short {
	width: 125px;
}

a.btn-long {
	width: 180px;
}

a.btn-xlong {
	width: 200px;
}

a.btn-old, .login-form-old input.button-primary, #es_txt_button_pg {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: right;
	height: 30px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	background-image: url(../../images/noise-5.png);
}

a.btn-old:hover, .login-form-old input.button-primary:hover,
	#es_txt_button_pg:hover {
	color: #fff;
	text-decoration: none;
}

.back-btn-save, .back-btn-print, .back-btn-chat, .back-btn-message {
	background-size: auto;
	background-repeat: no-repeat;
	display: inline-block;
	height: 18px;
	width: 18px;
	vertical-align: middle;
	margin: 0 12px 5px 0px;
	float: left;
}

/* Font Size */
.font12 {
	font-size: 12px;
}

.font11 {
	font-size: 11px;
}

.pl-link {
	color: #5b5b5b;
}

.pl-link:hover {
	color: #5b5b5b;
	text-decoration: none;
}

.back-btn-chat-white, .back-btn-message-white {
	background-size: auto;
	background-repeat: no-repeat;
	display: inline-block;
	height: 18px;
	width: auto !important;
	vertical-align: middle;
	margin: 0 12px 5px 0px;
	float: none;
}

.bonus-form {
	display: block;
	border-top: 1px solid #efecf0;
}

.bonus-form ul.fields {
	list-style: none;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #efecf0;
}

.bonus-form ul.fields li {
	margin-bottom: 5px;
}

.bonus-form label {
	float: left;
	padding: 10px 25px 0 0;
	box-sizing: border-box;
	width: 25%;
	text-align: left;
	font-size: inherit;
	font-weight: normal;
	line-height: 1.4;
}

.bonus-form .field-container {
	float: left;
}

.bonus-form input[type="text"] {
	margin: 4px 2px;
	padding: 4px;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #f7f4f4;
	background-image: -ms-linear-gradient(top, #f7f4f4 0%, #fbfafa 100%);
	background-image: -moz-linear-gradient(top, #f7f4f4 0%, #fbfafa 100%);
	background-image: -o-linear-gradient(top, #f7f4f4 0%, #fbfafa 100%);
	background-image: -webkit-linear-gradient(top, #f7f4f4 0%, #fbfafa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f4f4),
		color-stop(1, #fbfafa));
	background-image: linear-gradient(to bottom, #f7f4f4 0%, #fbfafa 100%);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 0
		rgba(0, 0, 0, 0);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 0
		rgba(0, 0, 0, 0);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0);
	-ms-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	-ms-transition-property: border, box-shadow;
	-moz-transition-property: border, box-shadow;
	-o-transition-property: border, box-shadow;
	-webkit-transition-property: border, box-shadow;
	transition-property: border, box-shadow;
	color: #2d2d2e !important;
	width: 200px !important;
}

.bonus-form input[type=text]:focus {
	outline: none;
	border-color: #fd9926;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #fdbf34;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #fdbf34;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #fdbf34;
}

.bonus-form input[type=text].invalid, .bonus-form input[type=text].invalid:focus
	{
	border-color: #d11;
}

.bonus-form input[type=text][disabled] {
	background: #eeeeee;
	border-color: #aaa;
}

.bonus-form .approval-field label {
	padding-right: 0;
	float: none;
	width: auto;
}

.bonus-form .approval-field  input[type="checkbox"] {
	margin: 2px 5px 2px 0;
}

.bonus-footer {
	text-align: center;
}

.bonus-form button {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px 5px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	height: 35px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	background-image: url(../../images/button-icon-step.png) !important;
	background-position: center right;
	background-repeat: no-repeat;
	width: 170px;
}

.bonus-form button[disabled] {
	cursor: default;
	pointer-events: none;
	text-shadow: none;
	opacity: 0.65;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bonus-form>.error-message, .bonus-form>.confirm-message {
	margin: 15px 0 5px 0;
}

/* Header */
.navbar-inner {
	filter: none;
}

/* Login form */
.login-form {
	position: relative;
	width: 266px;
	padding: 20px 20px 50px 20px;
	margin: 20px auto;
	background: #fff;
	border: 1px solid #dadada;
	z-index: 110;
	-moz-border-radius: 3px 0 3px 3px;
	-webkit-border-radius: 3px 0 3px 3px;
	border-radius: 3px 0 3px 3px;
}

.login-form-container .login-form {
	display: none;
	position: absolute;
	top: 90px;
	right: 0;
	margin: 0;
}

.login-form form {
	margin: 0;
}

.login-form p {
	margin-bottom: 20px;
}

.login-form .login-username label, .login-form .login-password label {
	display: none;
}

.login-form .button-primary {
	display: block;
}

.login-form input[type=text], .login-form input[type=email], .login-form input[type=password]
	{
	width: 98%;
	box-sizing: border-box;
	height: 38px;
}

.login-form input.button-primary {
	width: 100%;
}

form .error-message {
	font-size: 12px;
	color: #d11;
}

form .error-message a {
	color: #d11;
	font-weight: bold;
}

form .confirm-message {
	font-size: 12px;
	color: #67980e;
}

.login-form a.lostpw-link {
	color: #333;
	font-size: 13px;
}

.login-form .sign-in {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #f7f7f7;
	border-top: 1px solid #dadada;
	line-height: 50px;
}

.login-form .sign-in-label {
	text-align: center;
	color: #7b7b7b;
	padding-left: 15px;
	float: left;
	font-size: 13px;
}

.login-form .sign-in ul {
	float: right;
	display: block;
	margin: 0;
	list-style: none;
}

.login-form .sign-in ul li {
	float: left;
	border-left: 1px solid #dadada;
}

.login-form .sign-in li a {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	height: 50px;
	width: 40px;
	background: transparent url(../../images/sign-in-services.png) 50% 13px
		no-repeat;
}

.login-form .sign-in li a.authorizenet {
	background-position: 50% -21px;
}

.login-form .sign-in li a.ewallet {
	background-position: 50% -62px;
}

.login-form .sign-in li a.fb {
	background-position: 50% -98px;
}

/* Login box */
.mfp-wrap .login-form-old {
	position: relative;
	max-width: 350px;
	padding: 40px 25px 25px 25px;
	margin: 20px auto;
	background: #fff;
	border: 1px solid #dadada;
}

.login-form-old .mfp-close {
	margin: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.mfp-wrap .login-form-old .login-username {
	margin-bottom: 0;
}

.mfp-wrap .login-form-old .login-submit, .mfp-wrap .login-form-old .eid-button-container
	{
	display: block;
	float: right;
	margin-bottom: 20px;
}

.mfp-wrap .login-form-old .sublinks {
	float: left;
}

.mfp-wrap .login-form-old .login-submit input.button-primary {
	margin: 0;
	padding: 5px 30px;
}

.mfp-wrap .login-form-old a.eid-button {
	margin: 0 0 0 5px;
	padding-left: 10px;
	padding-right: 10px;
}

/* jQuery Tabs */
.nav-tabs {
	border-bottom: 3px solid #efecf0;
}

.nav-tabs>li {
	position: relative;
	margin-right: 40px !important;
}

.nav-tabs>li>a {
	display: block;
	padding: 15px 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #BBBBBB;
	border: none;
}

.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
	background: none;
	color: #BBBBBB;
	border: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	border: none;
	margin-bottom: -3px;
}

.nav-tabs>li.active:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -5.5px;
	left: 50%;
	margin-left: -5.5px;
	width: 11px;
	height: 11px;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: -8px;
}

.nav-tabs>li.active:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 12px;
	height: 6px;
	margin-left: -6px;
	background-color: #fff;
}

/* post styling */
#main article hr {
	margin: 20px 0;
	border-top: 1px solid #efecf0;
	border-bottom: none;
	clear: both;
}

ul.yes-list, ul.no-list {
	list-style: none;
	margin: 0 0 20px 0;
	padding-top: 5px;
	display: block;
}

ul.yes-list>li, ul.no-list>li {
	margin: 10px 0;
	padding-left: 20px;
	list-style: none;
	background: no-repeat 0 4px;
}

ul.yes-list>li {
	background-image: url(../../images/icon-yes.png);
}

ul.no-list>li {
	background-image: url(../../images/icon-no.png);
}

/* Table */
#main article table {
	border-collapse: collapse;
	width: 100%;
	/* Fix line breaks in long words */
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

#main article table th, #main article table td {
	text-align: left;
	padding: 7px 14px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}

article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}

article.format-link .entry-content {
	max-width: 80%;
	float: left;
}

article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

article.format-link footer.entry-meta {
	clear: both;
}

.terms-buttons {
	height: 40px;
	float: right;
	margin: 13px 5px 10px 0;
}

.terms-content {
	height: 700px;
	width: 95%;
	border: 1px solid #ccc;
	overflow: auto;
	padding: 10px;
	margin: 60px 0 15px 5px;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}

article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
}

article.format-quote .entry-content blockquote p:before {
	content: "\201C  ";
	font-size: 2rem;
}

article.format-quote .entry-content blockquote p:after {
	content: " \201D ";
	font-size: 2rem;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.format-status .entry-header header {
	display: inline-block;
}

.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}

.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}

.format-status .entry-header header a {
	color: #757575;
}

.format-status .entry-header header a:hover {
	color: #21759b;
}

.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

p.tags {
	line-height: 20px;
}

p.tags a.label {
	display: inline-block;
}

div[id*='attachment_'] {
	max-width: 100%;
	height: 100%;
}

#main .hero-unit img {
	margin-bottom: 1em;
}

#main article img {
	height: auto;
	max-width: 100%;
}

img.alignleft {
	margin-right: 10px;
	float: left;
}

img.alignright {
	margin-left: 10px;
	float: right;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.archive #main .post h3 {
	line-height: 24px;
	margin-bottom: 10px;
}

video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}
/* Pagination */
.pagination {
	text-align: right;
}

/* Tabs on repay page */
.nav-tabs>li a, .nav-tabs>li a:hover {
	padding-left: 35px;
	font-weight: bold;
}

.nav-tabs>li.active.repay-tab-ontime a {
	background-position: 0 -39px;
}

.nav-tabs>li.repay-tab-extend a {
	background-position: 0 -89px;
}

.nav-tabs>li.active.repay-tab-extend a {
	background-position: 0 -139px;
}

/* Responsive table */
.rs-table .span2, .rs-table .span1 {
	height: 100px;
	margin-left: 0;
	width: 83px;
}

.rs-table .no-wrap {
	word-break: break-all;
}

.rs-table p {
	text-align: center;
}

.rs-table p.bor-bot {
	height: 70px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.rs-table-bottom-pc .span4 {
	font-weight: bold;
}

.rs-table-bottom-pc .span1 {
	font-weight: bold;
}

.rs-table-bottom .span7 {
	border-bottom: 1px solid #eee;
}

.rs-table-bottom .span4 {
	font-weight: bold;
}

.rs-table-bottom .span1 {
	margin-top: 10px;
}

@media screen and (max-width: 980px) {
	.rs-table .span2, .rs-table .span1 {
		height: auto;
		margin-left: 0;
	}
	.rs-table p.bor-bot {
		height: auto;
	}
	.rs-table-bottom-pc .span1 {
		margin-top: 10px;
	}
	.rs-table-bottom-pc .span7 {
		border-bottom: 1px solid #eee;
	}
}

/* Calculator */
.home .ofg-calculator-form .ofg-info-panel .hide-homepage, .home-content .ofg-calculator-form .ofg-info-panel .hide-homepage
	{
	display: none;
}
.ofg-calculator-form .ofg-section.last-section span {
	position: absolute;
	right: 0;
}
.calc-third-content {
	display: none;
}

/* Registration template */
.registration-page .navbar-inner {
	
}

.registration-page .nav-container>.row-fluid {
	position: relative;
}

.registration-page .post_content>.row-fluid>.span8 {
	padding-right: 10px;
}

body .registration-page .gform_wrapper {
	margin-top: 0;
}

.registration-page .register-sidebar {
	padding-left: 20px;
	color: #525252;
	font-weight: bold;
	line-height: 1.6;
}

.registration-page .register-sidebar strong {
	color: #000;
}

.registration-page .register-sidebar a {
	color: #518555;
	text-decoration: underline;
}

.registration-page .register-sidebar a:hover {
	text-decoration: none;
}

.registration-page .register-sidebar ul {
	display: block;
	list-style: none;
	margin: 0;
}

.registration-page .register-sidebar ul li {
	display: block;
	margin: 0 0 30px 0;
	padding-left: 30px;
	background: transparent url(../../images/registration-list.png) 0 3px
		no-repeat;
}

.registration-steps {
	position: relative;
	margin-top: 35px;
}

.registration-steps .progress-line {
	display: block;
	margin: 0 16%;
	border-top: 2px dashed #5f5f5f;
}

.registration-steps span.step {
	display: block;
	width: 32%;
	width: 33.3%;
	float: left;
	position: relative;
	top: -13px;
	background: transparent url(../../images/loan-progress.png) 50% 3px
		no-repeat;
	padding-top: 25px;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	z-index: 2;
}

.registration-steps span.step.active {
	color: #afcb06;
	background-position: 50% -92px;
}

.registration-steps span.step.done {
	color: #afcb06;
	background-position: 50% -186px;
}

.green-dark-text {
	color: #5A8000;
}

/* Amount widget on registration page */
.amount-widget {
	padding: 10px 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	width: 40.17%;
	background: #c5f7ca;
	background: rgba(197, 247, 202, 0.8);
}

.amount-widget .columns {
	margin: 0 15px;
}

.amount-widget .column {
	width: 33%;
	width: 33.3%;
	text-align: center;
	float: left;
}

.amount-widget .column .label {
	/*color: #afcb06;*/
	color: #627010;
	display: block;
}

.amount-widget .column .value {
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	display: block;
}

.amount-widget .change-column .btn {
	background: #a5e658;
	margin: 0;
	color: #518555;
	border-bottom: none;
	text-shadow: none;
	font-size: 14px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.amount-widget .loan-info {
	margin: 10px 20px 0 20px;
	padding-left: 50px;
	color: #518555;
	font-size: 12px;
	text-align: left;
	background: transparent url(../../images/clock.png) center left
		no-repeat;
}

.amount-widget .loan-info strong {
	font-size: 16px;
	color: #333;
	display: block;
}

.amount-widget #calculator {
	display: none;
}

.mfp-wrap #calculator {
	margin: 30px auto;
	position: relative;
	max-width: 850px;
}

.mfp-wrap .login-form .mfp-close, .mfp-wrap #calculator .mfp-close {
	color: #fff;
	margin: 0;
	top: -35px;
	width: 25px;
}

/* Select switch */
.select-switch select {
	margin-bottom: 15px;
}

.select-switch-content {
	display: none;
}

/* Gravity forms */
body .gform_wrapper {
	max-width: 100%;
}

body .gform_wrapper .left_label .gfield_label {
	color: #5e6b80;
	margin: 0 0 0 0;
	padding-right: 15px;
	line-height: 40px;
	text-align: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body .gform_wrapper .gfield_required {
	display: none;
}

body .gform_wrapper ul.right_label li, body .gform_wrapper form ul.right_label li,
	body .gform_wrapper ul.left_label li, body .gform_wrapper form ul.left_label li
	{
	margin-bottom: 20px;
}

body .gform_wrapper input[type=text], body .gform_wrapper input[type=url],
	body .gform_wrapper input[type=email], body .gform_wrapper input[type=tel],
	body .gform_wrapper input[type=number], body .gform_wrapper input[type=password],
	.login-form input[type=text], .login-form input[type=password] {
	margin: 0 2px;
	border: 1px solid #c1d1e5;
	background: #e4eff4;
	color: #87a5ac;
	font-size: 13px;
	padding: 7px 5px;
}

body .gform_wrapper input[type=text]:focus, body .gform_wrapper input[type=url]:focus,
	body .gform_wrapper input[type=email]:focus, body .gform_wrapper input[type=tel]:focus,
	body .gform_wrapper input[type=number]:focus, body .gform_wrapper input[type=password]:focus,
	.login-form input[type=text]:focus, .login-form input[type=password]:focus
	{
	border-color: #c1d1e5;
}

body .gform_wrapper select {
	height: auto;
	padding: 7px 5px;
	font-size: 14px;
	color: #2c5d67;
	border-color: #c0d0e4;
	background: #d9dfe1 url(../../images/select-bg.png) bottom left repeat-x;
}

body .gform_wrapper .gfield_date_dropdown_month select, body .gform_wrapper .gfield_date_dropdown_day select,
	body .gform_wrapper .gfield_date_dropdown_year select {
	width: auto;
}

body .gform_wrapper .gfield_password_strength {
	display: none;
}

body .gform_wrapper .right_label .gfield_description, body .gform_wrapper .left_label .gfield_description,
	body .gform_wrapper .left_label .instruction, body .gform_wrapper .right_label .instruction
	{
	color: #858585;
	font-size: 14px;
	font-family: inherit;
	margin-left: 34%;
}

body .gform_wrapper .password-field  .ginput_complex .ginput_left, body .gform_wrapper .password-field  .ginput_complex .ginput_right
	{
	width: auto;
	float: none;
}

body .gform_wrapper .password-field  .ginput_complex .ginput_left {
	margin-bottom: 10px;
}

body .gform_wrapper .ginput_complex label, body .gform_wrapper .gfield_time_hour label,
	body .gform_wrapper .gfield_time_minute label, body .gform_wrapper .gfield_date_month label,
	body .gform_wrapper .gfield_date_day label, body .gform_wrapper .gfield_date_year label,
	body .gform_wrapper .instruction {
	letter-spacing: 0;
	color: #858585;
}

body .gform_wrapper .gform_footer.right_label, body .gform_wrapper .gform_footer.left_label
	{
	padding-top: 0;
	margin-top: 0;
	padding-left: 29%;
}

body .gform_wrapper div.validation_error {
	font-size: 14px;
	color: #d11;
}

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
	body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
	{
	background: transparent;
	border: none;
	padding: 0 !important;
}

body .gform_wrapper .top_label .gfield_description.validation_message,
	body .gform_wrapper .gfield_description.validation_message {
	color: #d11;
	font-weight: normal;
	font-size: 12px;
	padding: 0 !important;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
	body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container
	{
	margin-top: 0;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
	body .gform_wrapper li.gfield_error ul.gfield_checkbox, body .gform_wrapper li.gfield_error ul.gfield_radio
	{
	color: #d11;
}

body .gform_wrapper li.gfield_error input[type=text], body .gform_wrapper li.gfield_error input[type=url],
	body .gform_wrapper li.gfield_error input[type=email], body .gform_wrapper li.gfield_error input[type=tel],
	body .gform_wrapper li.gfield_error input[type=number], body .gform_wrapper li.gfield_error input[type=password],
	body .gform_wrapper li.gfield_error textarea {
	border-color: #d11;
}

/* Application forms specific settings */
body .gform_wrapper form ul.left_label li.terms-field ul.gfield_checkbox li:before
	{
	position: absolute;
	top: 3px;
	left: 0;
	content: "";
	display: block;
	height: 37px;
	width: 37px;
	background-color: #e4eff4;
	border-radius: 3px;
}

body .gform_wrapper form ul.left_label li.terms-field ul.gfield_checkbox li
	{
	position: relative;
}

body .gform_wrapper form ul.left_label li.terms-field ul.gfield_checkbox li label
	{
	margin-left: 46px;
	font-weight: normal;
}

body .gform_wrapper form ul.left_label li.terms-field ul.gfield_checkbox li input
	{
	margin: 14px 13px;
	z-index: 2;
	position: relative;
}

body .gform_wrapper .submit-lock .gform_footer button {
	margin: 0;
	width: 100%;
	max-width: 450px;
	border: 1px solid #83b74b;
	background: #9bd95b url(../../images/registration-button.png) bottom
		left repeat-x;
	text-shadow: 0 -1px 1px #526730;
	-moz-box-shadow: inset 0 1px 0px #afe07e;
	-webkit-box-shadow: inset 0 1px 0px #afe07e;
	box-shadow: inset 0 1px 0px #afe07e;
}

body .gform_wrapper .application-form .phone-number input, body .gform_wrapper .application-form .social-security input
	{
	font-weight: bold;
	font-size: 14px;
}

body .gform_wrapper .left_label .social-security-container {
	position: relative;
	top: -6px;
	margin-left: 36%;
	margin: 0 20% 0 35.5%;
	padding: 5px;
	border: 1px solid #c4e48b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

body .gform_wrapper .application-form .social-security .ginput_container
	{
	width: 80%;
	position: relative;
}

body .gform_wrapper .application-form .social-security .ginput_container:after
	{
	display: block;
	position: absolute;
	top: 0;
	right: -20px;
	height: 34px;
	line-height: 34px;
	width: 24px;
	content: "\f023";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #c4e48b;
	border-left: 1px solid #c1d1e5;
	text-align: center;
	color: #5a7e37;
	background: #e1f4cf;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

body .post_content .gform_wrapper .application-form .social-security input
	{
	width: 92%;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

body .gform_wrapper .left_label .social-security .gfield_description {
	margin-left: 2px;
	width: auto;
	color: #a4b892;
	font-size: 13px;
	font-weight: 600;
}

body .gform_wrapper .left_label .social-security .gfield_description.validation_message
	{
	color: #d11;
	font-weight: normal;
}

body .gform_wrapper.identity-form {
	max-width: 440px;
	margin: auto;
}

body .gform_wrapper .identity-form .identity-card {
	max-width: 235px;
	margin: 20px auto 40px auto !important;
}

body .gform_wrapper .identity-form .top_label .gfield_label {
	display: none;
}

body .gform_wrapper .identity-form .identity-card .gfield_radio li {
	margin-bottom: 25px;
	line-height: 43px;
}

body .gform_wrapper .identity-form .identity-card .gfield_radio li label
	{
	font-size: 16px;
	line-height: 43px;
}

body .gform_wrapper .identity-form .identity-card .gfield_radio li img {
	margin-right: 5px;
}

body .gform_wrapper.gf_browser_chrome .identity-card .gfield_radio li input[type=radio]
	{
	margin-top: 15px;
}

body .gform_wrapper .identity-form .description_above .select-bank {
	text-align: center;
}

body .gform_wrapper .identity-form .description_above .select-bank .gfield_description
	{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	color: #000;
	max-width: 250px;
	margin: auto;
}

/* Magnific popup */
body.admin-bar .mfp-content {
	padding-top: 32px;
}

/* Cookie law info bar */
#cookie-law-info-bar .cookie-buttons {
	margin-top: 5px;
	text-align: right;
	line-height: 26px;
}

#cookie-law-info-bar a {
	color: #fff;
	text-decoration: underline;
}

#cookie-law-info-bar a:hover {
	color: #fff;
	text-decoration: none;
}

#cookie-law-info-bar a.cli-plugin-main-link {
	margin-left: 25px;
}

#cookie-law-info-bar a.cli-plugin-button {
	display: inline-block;
	margin-right: 0;
	text-decoration: none;
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button,
	.medium.cli-plugin-button:visited {
	border-radius: 6px;
	background-image: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border-bottom: none;
}

.lv-list p {
	margin: 0px;
}

.lv-list ul li:before {
	content: "— ";
}

.lv-list ul {
	list-style: none;
	margin: 0 0 10px 10px;
}

ol.ofg-steps {
	counter-reset: ofg-steps;
	list-style: none;
	display: table;
	margin: 15px auto;
	padding: 0;
	height: 30px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a9a9a9;
}

ol.ofg-steps li {
	color: #f28f04;
	counter-increment: ofg-steps;
	float: left;
	position: relative;
	margin: 0 0 0 50px;
	padding: 0 8px;
	line-height: 30px;
}

ol.ofg-steps li:before {
	content: counter(ofg-steps);
	display: block;
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	line-height: 28px;
	font-size: 22px;
	text-align: center;
	background-color: #a9a9a9;
	color: #ffffff;
	background-color: #dc8408;
	background-image: -ms-linear-gradient(top left, #ef971b 0%, #dc8408 100%);
	background-image: -moz-linear-gradient(top left, #ef971b 0%, #dc8408 100%);
	background-image: -o-linear-gradient(top left, #ef971b 0%, #dc8408 100%);
	background-image: -webkit-linear-gradient(top left, #ef971b 0%, #dc8408 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #ef971b),
		color-stop(1, #dc8408));
	background-image: linear-gradient(to bottom right, #ef971b 0%, #dc8408 100%);
}

.collapsible-list {
	list-style: none;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}

.collapsible-list .collapsible-heading {
	font-weight: bold;
	padding-left: 20px;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}

.collapsible-list .collapsible-heading:before {
	content: "\A";
	border-style: solid;
	border-width: 4px 0px 4px 6px;
	border-color: transparent transparent transparent #707070;
	position: absolute;
	left: 0;
	top: 5px;
}

.collapsible-list>.collapsible-item.active>.collapsible-heading:before,
	.collapsible-body .collapsible-item.active .collapsible-heading:before
	{
	border-width: 6px 4px 0px 4px;
	border-color: #707070 transparent transparent transparent;
	left: -2px;
}

.collapsible-list .collapsible-body {
	padding-left: 30px;
	display: none;
}

.center-table tr th, .center-table tr td {
	text-align: center !important;
}

.mg-top-20 {
	margin-top: 20px;
}

.mg-btm-20 {
	margin-bottom: 20px;
}

.error404 .hero-unit {
	background: transparent;
}

.error404 #searchform .screen-reader-text {
	display: none;
}

.error404 #searchform input[type="text"] {
	font-size: 1.5em;
	line-height: 2.5em;
	background: none;
	background-color: whitesmoke;
	height: auto;
	box-shadow: none;
	padding: 0 10px;
	width: 40%;
}

.error404 #searchform input[type="text"]:focus {
	outline-color: #a6ce39;
}

.error404 #searchform input[type="submit"] {
	border: none;
	background: url(../images/search-icon.svg);
	background-repeat: no-repeat;
	background-position: center 5px;
	color: transparent;
	width: 50px;
	margin-left: -50px;
	font-size: 1.5em;
	line-height: 2.5em;
	padding: 0;
}

.error404 article {
	text-align: center;
}

/* Email Subscribers */
#es_txt_button_pg {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (max-width: 468px) {
	.bonus-form label {
		float: none;
		width: auto;
	}
}

body #sidebar1 .widget_vivus_calculator.green-bg {
	background-image: none;
	background-color: #7f9b30;
	background-color: #779328;
	background-image: -moz-linear-gradient(top, #7f9b30, #6c881d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7f9b30),
		to(#6c881d));
	background-image: -webkit-linear-gradient(top, #7f9b30, #6c881d);
	background-image: -o-linear-gradient(top, #7f9b30, #6c881d);
	background-image: linear-gradient(to bottom, #7f9b30, #6c881d);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f9b30',
		endColorstr='#ff6c881d', GradientType=0)
}

body #sidebar1 .widget_vivus_calculator.green-bg .perecentIcon {
	line-height: 24px
}

.ofg-calculator-form .ofg-calculator-term.disabled {
	position: relative
}

.ofg-calculator-form .ofg-calculator-term.disabled>div {
	opacity: .5;
	pointer-events: none
}

.ofg-calculator-form .ofg-calculator-term.disabled>.alert {
	background: #165f2b;
	color: #fff;
	position: absolute;
	border: none;
	top: -20px;
	right: 0;
	width: 45%
}

.ofg-calculator-form .ofg-calculator-term.disabled>.alert:after {
	content: "";
	position: absolute;
	border: solid 5px transparent;
	border-top: solid 5px #165f2b;
	border-right: solid 5px #165f2b;
	bottom: -10px;
	right: 15%
}

#sidebar1 .ofg-calculator-form .ofg-calculator-term.disabled {
	margin-top: 30px;
	padding-top: 80px
}

#sidebar1 .ofg-calculator-form .ofg-calculator-term.disabled>.alert {
	width: auto
}

.theme-mobile-greenmodern .ofg-calculator-form .ofg-calculator-term.disabled
	{
	position: static
}

.theme-mobile-greenmodern .ofg-calculator-form .ofg-calculator-term.disabled>div
	{
	opacity: 1
}

.theme-mobile-greenmodern .ofg-calculator-form .ofg-calculator-term.disabled>.alert
	{
	position: static;
	width: auto
}

.theme-mobile-greenmodern .ofg-calculator-form .ofg-calculator-term.disabled>.alert:after
	{
	display: none
}

.calc-hide-tabs #calculator-tabs {
	display: none !important
}