/* CSS by Dan Caryll */

body {
	background-color: #144d68;
	color: #fff;
}

.hero {
	background-image: url(img/Capibly-Misc-Header.jpg);
	background-size: cover;
	padding-bottom: 100px;
}

body.home .hero {
	background-image: url(img/hero-bkg.jpg);
	background-size: cover;
	padding-bottom: 100px;
}

body.about .hero {
	padding-bottom: 40px;
	background-image: url(img/hero-about.jpg);
}

body.products .hero {
	padding-bottom: 40px;
	background-image: url(img/products-bkg.jpg);
}

body.careers .hero {
	padding-bottom: 40px;
	background-image: url(img/careers-bkg.jpg);
}

body.contact .hero {
	padding-bottom: 40px;
	background-image: url(img/contact-bkg.jpg);
}

body.blog .hero {
	padding-bottom: 0;
	background-image: url(img/contact-bkg.jpg);
}

body.application .hero {
	padding-bottom: 0;
}

body.application .get-funded {
	display: none;
}

/* Post style updates */

body.single .hero, body.page-template-page-full .hero, body.error404 .hero {
	padding-bottom: 0;
}

body.single .feature-headline, body.page-template-page-full .feature-headline, body.error404 .feature-headline {
	display: none;
}

body.single .subpage-main, body.page-template-page-full .subpage-main, body.error404 .subpage-main {
	padding: 60px 0;
	background-color: #fff;
	color: #777;
}

body.single .subpage-main .application_button {
	padding: 10px 30px;
}

body.single .subpage-main .application_button:hover {
	cursor: default;
}

.logo {
	padding: 20px 0;
}

nav {
	text-align: right;
	padding-top: 30px;
}

nav ul li {
	display: inline-block;
	padding: 0 20px;
}

nav ul li a {
	color: #fff;
	font-family: "montserrathairline", helvetica, arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
	padding-bottom: 5px;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out;
}

#wprmenu_menu.wprmenu_levels ul li a {
	font-family: "montserrathairline", helvetica, arial, sans-serif;
	text-transform: uppercase;
}

nav ul li a:hover {
	color: #f48722;
	border-bottom: 3px solid #f48722;
	font-weight: normal;
}

nav ul .current-menu-item a {
	color: #f48722;
	border-bottom: 3px solid #f48722;
	font-weight: normal;
}

nav ul li:last-child a {
	border: 3px solid #f48722;
	padding: 4px 12px;
	color: #fff !important;
	font-family: "montserratregular", helvetica, arial, sans-serif;
}

nav ul li:last-child a:hover {
	background-color: #f48722;
	color: #fff;
}

.feature-headline {
	text-align: center;
	margin: 100px 0 50px;
}

.feature-headline h2 {
	color: #fff;
	font-family: "montserrathairline", helvetica, arial, sans-serif;
	font-size: 28px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.feature-headline h1 {
	font-size: 85px;
	line-height: 85px;
	font-family: "montserratbold", helvetica, arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.8);
	position: relative;
}

.feature-headline h1:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(243, 123, 34, 0);
	border-top-color: #f37b22;
	border-width: 15px;
	margin-left: -15px;
}

.infographic img {
	max-width: 100%;
}

.stat {
	text-align: center;
}

.stat p {
	display: inline-block;
	margin-bottom: 0;
}

.stat .dollar-post-symbol {
	display: inline-block;
}

.stat:nth-child(2) {
	border-left: 1px solid #bdced5;
	border-right: 1px solid #bdced5;
}

.stat h3 {
	color: #f37b22;
	font-family: "montserratbold", helvetica, arial, sans-serif;
	font-size: 45px;
}

.stat h3 .count-subtitle {
	color: #fff;
	font-family: "montserrathairline", helvetica, arial, sans-serif;
	font-size: 18px;
	display: block;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 18px;
}

.stat .number-post-symbol {
	display: inline-block;
	margin-left: -5px;
}

.stat .type-wrap {
	display: inline-block;
}

.approval-rate {
	display: inline-block;
}

.businesses-funded {
	display: inline-block;
}

.amount-funded {
	display: inline-block;
}

.main-light-bkg {
	background-color: #fff;
	position: relative;
	top: -40px;
	margin-bottom: -48px;
	display: inline-block;
	padding-bottom: 60px;
	max-width: 100%;
	width: 100%;
	-webkit-box-shadow: 0px 0px 19px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 19px 6px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 19px 6px rgba(0,0,0,0.6);
}

.subpage-main-light-bkg {
    position: relative;
    z-index: 2;
    padding: 50px 0 30px;
    color: #616161;
    background-image: url(img/logo-bkg.gif);
    background-height: 100%;
    background-position: 800px top;
    background-repeat: no-repeat;
}

.subpage-main-light-bkg .main-default {
	padding: 40px;
}

.gradient-border {
	background-image: url(img/gradient.png);
	background-size: cover;
	display: block;
	position: relative;
	top: -40px;
	height: 10px;
}

.calculator-img {
	text-align: center;
	position: relative;
	top: -50px;
	margin-bottom: -30px;
}

.qualify-header {
	text-align: center;
}

.qualify-header h2 {
	color: #616161;
	font-family: "montserratlight", Helvetica, arial, sans-serif;
	margin-bottom: 10px;
}

.qualify-header p {
	color: #777777;
	font-size: 20px;
	display: block;
	padding-bottom: 20px;
	margin: 0 20px 20px;
	border-bottom: 1px solid #c6c6c6;
}

.calculator-area {
	background-color: #1d7199;
	padding: 20px 0;
	text-align: center;
}

.calculator-area .ninja-forms-field-error {
	float: none;
	position: absolute;
	top: 32px;
	font-size: 12px;
color: #fff;
}

.calculator-area .ninja-forms-error-msg {
	padding: 0px 0 20px;
    display: block;
color: #fff;
    margin-top: -5px;
}

#ninja_forms_form_14 .field-wrap {
    display: inline-block;
    text-align: left;
}

#ninja_forms_form_14 .ninja-forms-required-items {
display: none;
}

.calculator-area select, .calculator-area input[type="text"] {
	margin-bottom: 0;
}

.calculator-area select, .application-main select {
    padding: 8px 50px 12px 20px;
    height: 43px;
    color: #777;
    font-size: 14px;
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #fff url(img/select-dropdown.png) no-repeat center right;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
}

.application-main .field-wrap {
	width: 48% !important;
	display: inline-block;
	padding: 10px;
}

.application-main textarea {
	color: #777;
}

.application-main #ninja_forms_field_39_div_wrap {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}

.application-main input[type="text"] {
	padding: 8px 50px 12px 20px;
    height: 40px;
    color: #777;
    font-size: 16px;
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
}

.application-main .field-wrap.checkbox-wrap, .application-main .field-wrap.submit-wrap {
	width: 96% !important;
	text-align: center;
	margin: 20px 0;
}

.application-main .field-wrap.checkbox-wrap label {
	line-height: 20px;
	max-width: 700px;
	display: inline-block;
}

.application-main .field-wrap.submit-wrap input {
	background-color: #f48722;
	border: none;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	max-width: 200px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.application-main .ninja-forms-success-msg {
	color: #fff;
	font-size: 28px;
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 700px;
	font-style: italic;
	font-family: 'montserratbold', helvetica, arial, sans-serif;
}

#ninja_forms_field_39 {
    display: block;
    margin: 0 auto 15px;
    text-align: center;
}

.calculator-area input.ninja-forms-field {
	background-color: #f48722;
	border: none;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	border: 1px solid #fff;
	height: 43px;
margin-left: 5px;
	margin-bottom: 0 !important;
	vertical-align: middle;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.calculator-area form {
	margin-bottom: 0;
}

.calculator-area input.ninja-forms-field:hover, .application-main .field-wrap.submit-wrap input:hover {
	background-color: #fff;
	color: #f48722;
}

.application-main h4 {
	margin-bottom: 0;
}

.application-main .ninja-forms-required-items {
	text-align: center;
}

.success-message {
	display: block;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 10px;
	background-color: #0e384b;
	margin-bottom: 30px;
}

.success-message h2 {
	text-align: center;
}

.success-message h3 {
	margin-bottom: 0;
    font-size: 28px;
    line-height: 60px;
}

.success-message h3 span {
	background-color: #fff;
	color: #144d68;
	display: inline-block;
	padding: 2px 20px;
	margin: 0 5px;
	border-radius: 5px;
}

.ninja-forms-field-error {
	text-align: right;
    float: left;
    margin-top: -10px;
}

.ninja-forms-response-msg {
	text-align: center;
	color: red;
}

.process-steps {
	padding: 0 20px;
}

.process-steps h2 {
	text-align: center;
	color: #616161;
	font-family: "montserratlight", Helvetica, arial, sans-serif;
	margin-bottom: 40px;
	display: inline-block;
	border-top: 1px solid #c6c6c6;
	padding-top: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	width: 100%;
}

.process-info .steps h3 {
	font-size: 28px;
	color: #616161;
	padding-left: 20px;
	margin-bottom: 10px;
}

.process-info .steps p {
	color: #616161;
	font-size: 21px;
	line-height: 24px;
	padding-left: 20px;
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: inline-block;
}

.process-info .steps p:last-child {
	border: none;
}

.financing-options {
	background-color: #e2e2e2;
	position: relative;
	z-index: 2;
	padding: 50px 0 30px;
	color: #616161;
	background-image: url(img/logo-bkg.gif);
	background-height: 100%;
	background-position: right top;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.6);
	box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.6);
}

.financing-options .container {
	width: 90%;
}

.financing-options h2 {
	color: #616161;
	font-size: 33px;
	border-bottom: 3px solid #1b709e;
	padding-bottom: 20px;
}

.financing-options p {
	color: #777;
	font-size: 18px;
}

.financing-options a {
	background-color: #1b709e;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 18px;
	margin-top: 10px;
	display: inline-block;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out;
}

.financing-options a:hover {
	background-color: #333;
}

.one-stop-shop {
	text-align: center;
	padding: 50px 0 100px;
	background-image: url(img/one-stop-shop-bkg.png);
	background-size: cover;
}

.one-stop-shop p {
	font-size: 21px;
	max-width: 900px;
	display: inline-block;
	margin-bottom: 30px;
}

.card-container .front {
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 20px;
}

.card-container .front h3 {
	font-size: 26px;
	color: #616161;
	margin-bottom: 10px;
}

.card-container .front h4 {
	font-size: 20px;
	color: #1e6236;
	font-weight: bold;
	font-family: 'montserratbold', helvetica, arial, sans-serif;
}

/* Fact Flipper */


/* back, initially hidden pane */
.card-container .back {
	background-color: #1e6236;
	text-align: left;
	color: #fff;
	padding: 30px;
	box-sizing: border-box;
}

.card-container .back h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 10px;
}

.card-container .back ul li {
	border-bottom: 1px solid #eee;
	list-style-type: disc;
	padding-bottom: 5px;
}

/* Page Curl */

.curl {
	width:80px;
	height:80px;
	position: absolute;
	bottom:0;
	left:0;
	background :
		linear-gradient(
			-135deg,
			#fff,
			#f3f3f3 45%,
			#ddd 50%,
			#1e6236 50%,
			#1e6236 56%,
			#1e6236 62%,
			#1e6236 80%,
			#1e6236 100%
		);
	box-shadow : 0 0 10px rgba(0, 0, 0, .5);
	transition: all .5s ease;
}
.curl:before,
.curl:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 12.5%;
	bottom: 5.8%;
	width: 70%;
	max-width: 100px;
	max-height: 100px;
	height: 55%;
	box-shadow: 0 12px 15px rgba(0, 0, 0, .3);
	transform: skew(-10deg) rotate(-6deg);
}
.curl:after {
	left: auto;
	right: 5.8%;
	bottom: auto;
	top: 14.16%;
	transform: skew(-15deg) rotate(-84deg);
}


.testimonials {
	text-align: center;
	background-color: #e8eaf1;
	-webkit-box-shadow: 0px -10px 20px -8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px -10px 20px -8px rgba(0,0,0,0.6);
	box-shadow: 0px -10px 20px -8px rgba(0,0,0,0.6);
	background: url(img/testimonial-bkg.jpg) top center no-repeat
   				#ccd3e0;
   	background-size: cover;
   	min-height: 500px;
}

.testimonial-carousel {
	background-color: #fff;
	position: relative;
	top: -40px;
	height: 100%;
	margin-bottom: -40px;
	display: inline-block;
	-webkit-box-shadow: 0px -5px 51px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px -5px 51px 5px rgba(0,0,0,0.6);
	box-shadow: 0px -5px 51px 5px rgba(0,0,0,0.6);
}

.testimonial-carousel h2 {
	color: #616161;
	font-size: 33px;
	line-height: 40px;
	max-width: 300px;
	padding: 50px 20px 20px;
	display: inline-block;
	border-bottom: 3px solid #1b709e;
}

.testimonial_rotator_quote {
	color: #777777;
	font-size: 21px;
	line-height: 32px;
	font-style: italic;
	display: inline-block;
}

.testimonial_rotator_author_info {
	color: #777;
}

.testimonial_rotator.template-longform hr.longform_hr {
    width: auto;
    margin: 20px auto;
    border: 1px dotted #ddd;
    height: auto;
}

.band-bottom-shadow {
	-webkit-box-shadow: 0px 10px 40px -1px rgba(51,51,51,1);
	-moz-box-shadow: 0px 10px 40px -1px rgba(51,51,51,1);
	box-shadow: 0px 10px 40px -1px rgba(51,51,51,1);
}

.partners-in-the-news {
	background-color: #e2e2e2;
	padding: 50px 0;
	text-align: center;
	width: 100%;
	display: inline-block;
	margin-bottom: -10px;
}

.partners-in-the-news .container {
	width: 100%;
}

.partners-in-the-news h2 {
	color: #616161;
	font-size: 42px;
	line-height: 40px;
}

.partners-in-the-news p {
	font-size: 21px;
	color: #777;
	margin-bottom: 40px;
}

.partners-in-the-news ul {
	margin-bottom: 0;
}

.partners-in-the-news ul li {
	display: inline-block;
	max-width: 150px;
	margin: 0 20px;
}

.partners-in-the-news ul li img {
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out;
}

.partners-in-the-news ul li img:hover {
	opacity: 0.7;
}

.get-funded {
	background-color: #f48722;
	text-align: center;
	padding: 30px 0;
}

.get-funded h2 {
	text-transform: uppercase;
	font-family: 'montserratbold';
	font-size: 29px;
	display: inline-block;
	color: #f48722;
	background-color: #fff;
	padding: 5px 10px;
	margin-bottom: 0;
}

.get-funded a {
	border: 3px solid #fff;
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 10px;
	margin-left: -5px;
	position: relative;
	top: 1px;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out;
}

.get-funded a:hover {
	background-color: #fff;
	color: #f48722;
}

footer {
	background-color: #081e28;
	padding: 50px 0;
}

.footer-location {
	border-right: 1px solid #bdc3c6;
}

.footer-location img {
	max-width: 250px;
}

.footer-location p {
	font-size: 16px;
	color: #777777;
	padding-left: 70px;
}

.footer-location h4 {
	font-size: 24px;
	font-family: 'montserratbold';
	padding-left: 70px;
	margin-bottom: 0;
}

.footer-location h5 {
	padding-left: 70px;
}

.footer-members h4 {
	font-size: 24px;
	font-family: 'montserratbold';
	margin-bottom: 0;
	text-align: center;
}

.footer-members ul {
	list-style: none;
	text-align: center;
	margin-top: 20px;
}

.footer-members ul li {
    display: inline-block;
    vertical-align: middle;
}

.footer-members ul li a {
	padding: 0 10px;
	display: inline-block;
}

.footer-members p {
	font-style: italic;
	color: #777;
}

.footer-members ul li img {
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out;
}

.footer-members ul li img:hover {
	opacity: 0.7;
}

.copyright {
	background-color: #000000;
	color: #777;
	font-size: 14px;
	padding: 10px 0;
}

.copyright a {
	color: #777;
	text-decoration: none;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out;
}

.copyright a:hover {
	color: #fff;
}

.copyright p {
	margin-bottom: 0;
}

.copyright ul li {
	display: inline-block;
	margin-bottom: 0;
}

.copyright ul {
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	top: 5px;
}

.copyright-right {
	text-align: right;
}

.copyright-right p {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 0;
}

.copyright-right img {
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out;
}

.copyright-right img:hover {
	opacity: 0.6;
}

.body-bottom {
	background-image: url(img/gradient.png);
	background-size: cover;
	display: block;
	position: relative;
	height: 10px;
}

.main-default {
	font-size: 18px;
}

.subpage-main-content {
	background-color: #f4f3f3;
	padding: 40px 0;
	color: #616161;
	text-align: center;
	font-size: 18px;
	position: relative;
	z-index: 2;
}

.image-with-border {
	text-align: center;
	border-bottom: 1px solid #d8d7d7;
	height: 100px;
	margin-bottom: 60px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.full-width-band {
	text-align: center;
	display: inline-block;
	float: none;
	margin: 0 auto -7px;
	width: 100%;
}

.full-width-band img {
	width: 100%;
	display: block;
}

.column-50 {
	width: 50%;
	float: left;
	display: block;
}

.column-60 {
	width: 60%;
	float: left;
	display: block;
}

.column-40 {
	width: 40%;
	float: left;
	display: block;
}

.callout-band {
	background-color: #fff;
	color: #919191;
	text-align: center;
	padding: 40px 0;
}

.callout-content h3 {
	font-size: 28px;
	margin-bottom: 0;
}

.default-content-light {
	text-align: left;
	padding: 90px 100px 0;
	box-sizing: border-box;
}

.default-content-light h3 {
	font-size: 28px;
	margin-bottom: 5px;
	font-weight: 300;
}

.default-content-light h4 {
	font-weight: 300;
	font-size: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.default-content-light p {
	font-size: 18px;
	font-weight: lighter;
	line-height: 28px;
}

.color-1 {
	background-color: #4e983c;
}

.color-2 {
	background-color: #f48722;
}

.color-3 {
	background-color: #185c7d;
}

.contact-categories {
	text-align: center;
	background-color: #388226;
	padding: 80px 0;
	background-image: url(img/one-stop-shop-bkg.png);
	background-size: cover;
	-webkit-box-shadow: inset 0px 30px 42px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 30px 42px -15px rgba(0,0,0,0.75);
	box-shadow: inset 0px 30px 42px -15px rgba(0,0,0,0.75);
}

.contact-categories h2 {
	font-size: 36px;
	display: inline-block;
	max-width: 700px;
	margin-bottom: 30px;
}

.categories-list-left {
	padding-top: 20px;
	float: left;
	display: inline-block;
	width: 50%;
	border-right: 1px solid #a1c798;
	box-sizing: border-box;
}

.categories-list-right {
	float: right;
	width: 50%;
	display: inline-block;
	padding-top: 20px;
}

.contact-categories ul li {
	background-color: rgba(0,0,0,.12);
	padding: 10px;
	list-style: none;
	font-size: 18px;
}

.subpage-main-distinct {
	background-color: #ccc;
	padding: 50px 0;
	color: #777;
	background-image: url(img/gray-logo-bkg.png);
	background-size: cover;
	position: relative;
	z-index: 2;
}

.subpage-heading {
	text-align: center;
	color: #919191;
	font-size: 20px;
}

.careers-wrap {
	background-color: #fff;
	border: 1px solid #c0bfbf;
	color: #c0bfbf;
	padding: 30px;
	box-sizing: border-box;
}

.apply-cta-wrap {
	background-color: #eee;
	padding: 40px 0 0;
	color: #777;
	background-size: cover;
	background-image: url(img/needs-bkg.jpg);
}

.apply-cta-wrap img {
	display: block;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
}

.rates-callout {
	text-align: center;
	padding: 50px 0;
	-webkit-box-shadow: 0px -2px 30px 5px rgba(85,85,85,1);
	-moz-box-shadow: 0px -2px 30px 5px rgba(85,85,85,1);
	box-shadow: 0px -2px 30px 5px rgba(85,85,85,1);
	background-image: url(img/rates-callout-bkg.jpg);
	background-size: cover;
}

.rates-callout h3 {
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 20px;
	letter-spacing: 1px;
	background-color: #fff;
	color: orange;
	display: inline-block;
	padding: 2px 10px;
	clear: both;
	margin-bottom: 0;
}

.rates-callout h2 {
	text-transform: uppercase;
	border: 3px solid #fff;
	display: inline-block;
	font-size: 80px;
	clear: both;
	padding: 10px 100px;
	font-weight: bold;
	font-family: montserratbold, Helvetica, arial, sans-serif;
}

.rates sup {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -1px;
	vertical-align: middle;
	position: relative;
	left: -12px;
}

.options-wrap {
	background-color: #eee;
	color: #777;
	padding: 60px 0;
	background-image: url(img/gray-logo-bkg.png);
	background-size: cover;
}

.options-wrap h2 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
}

.compare-table-wrap {
	background-color: #fff;
	color: #777;
	display: block;
	padding: 40px 0;
}

.options-dropdown .hrf-entry {
	margin-bottom: 10px !important;
}

.options-dropdown h3.hrf-title {
	background: #1b709e !important;
	line-height: 45px;
	color: #fff;
	font-size: 22px;
	padding: 2px 10px 2px 20px;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out;
}

.options-dropdown h3.hrf-title:hover {
	cursor: pointer;
	background-color: #144d68 !important;
}

.options-dropdown .hrf-title.close-faq span {
	background-color: transparent;
	float: right;
}

.options-dropdown .hrf-content {
	background-color: #0e3a4f;
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
}

.options-dropdown .hrf-entry p {
	margin-bottom: 0;
}

.compare-table-wrap h2 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
}

.apply-cta-text {
	padding-top: 60px;
}

.apply-cta-text h3 {
	margin-bottom: 10px;
}

.apply-cta-text p {
	font-size: 20px;
}

.apply-cta-text a {
	background-color: #1b709e;
	color: #fff;
	padding: 5px 15px;
	text-decoration: none;
	font-size: 18px;
	margin-top: 10px;
	display: inline-block;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out;
}

.apply-cta-text a:hover {
	background-color: #333;
}

.contact-map-bkg {
	margin-bottom: -47px;
	padding-bottom: 0;
}

.contact-map-bkg img {
	display: block;
}

.contact-main {
    position: relative;
    z-index: 1;
    top: -47px;
    margin-bottom: -47px;
}

.contact-info hr {
	border-color: #cbcaca;
}

.contact-form {
	border-left: 1px solid #cbcaca;
	padding-left: 50px;
}

/* Responsive table
================================================== */

.responsive-table {
  margin: 1em;
  min-width: 98%;
  padding: 0 10px;
  border-top: none;
  border-collapse: inherit;
  box-sizing: border-box;
  text-transform: uppercase;
}
.responsive-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.responsive-table td:first-child {
	font-weight: bold;
	line-height: 22px;
	color: #1c3c5f;
	text-align: left !important;
	font-family: montserratbold, Helvetica, arial, sans-serif;
}
.responsive-table tr:last-of-type {
	border-bottom: none;
	border-right: none;
}
.responsive-table th {
  display: none;
  border-right: 1px solid #ddd;
  color: #284567 !important;
  font-size: 20px;
  line-height: 24px;
  font-weight: lighter;
  text-align: center !important;
}
.responsive-table th:last-child {
	border-right: none;
}
.responsive-table td {
  display: block;
  text-align: center !important;
  border-right: 1px solid #ddd;
}
.responsive-table td:first-child {
  padding-top: .5em;
}
.responsive-table td:last-child {
  padding-bottom: .5em;
  border-right: none;
}
.responsive-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.responsive-table .last-row td:before {
	display: none;
}
.responsive-table tr.last-row td {
	border-bottom: none;
}
.responsive-table tr:nth-child(8) td:first-child {
    color: #9f9f9f;
}
@media (min-width: 767px) {
  .responsive-table td:before {
    display: none;
  }
}
.responsive-table th, .responsive-table td {
  text-align: left;
}
@media (min-width: 767px) {
  .responsive-table th, .responsive-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .responsive-table th:first-child, .responsive-table td:first-child {
    padding-left: 0;
  }
  .responsive-table th:last-child, .responsive-table td:last-child {
    padding-right: 0;
  }
}
.responsive-table {
  color: #777;
  border-radius: .4em;
  overflow: hidden;
}
.responsive-table tr {
  border-color: #46637f;
}
.responsive-table th, .responsive-table td {
  margin: .5em 1em;
}
@media (min-width: 767px) {
  .responsive-table th, .responsive-table td {
    padding: 1em !important;
  }
}
.responsive-table th, .responsive-table td:before {
  color: #777;
}

/* Ninja Form overrides */

.field-wrap, #ninja_forms_required_items {
	margin-bottom: 0 !important;
}

.contact-form input[type=email], .contact-form input[type=text], .textarea-wrap textarea {
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #aaa;
}

.application-main .submit-wrap input {
    background-color: #144d68;
    color: #fff;
    font-size: 20px;
    width: 100% !important;
    max-width: 98%;
    border: 1px solid #aaa;
}

.application-main .submit-wrap input:hover {
	color: #fff;
	background-color: #222;
}

.contact-form textarea {
	margin-bottom: 5px !important;
	max-width: 98%;
}

.wpgmp_infowindow {
	color: #777;
	font-size: 18px;
}

.application-main {
	padding-top: 40px;
}

.application-main h3, .application-main h4 {
	text-align: center;
}

.application-main .ninja-forms-required-items {
	font-style: italic;
	font-size: 14px;
	color: #ddd;
	padding-bottom: 20px;
}

/* Blog Styles */

.blog-wrapper {
	padding: 40px 0;
}

.news-item {
	border-bottom: 1px solid #186386;
	padding-bottom: 30px;
}

.news-item h3 {
	margin-bottom: 5px;
}

.news-item h3 a {
	font-weight: lighter;
	border-bottom: 0;
	text-decoration: none;
    font-family: 'montserrathairline', Helvetica, Arial, sans-serif;
}

.news-item .date p {
	color: #eee;
	font-size: 12px;
}

.sidebar-widget h3 {
	font-size: 30px;
	margin-bottom: 10px;
}

.back-to-blog {
	text-decoration: none;
	font-family: 'montserratlight', Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	font-size: 14px;
	display: inline-block;
}

@media only screen and (max-width: 1290px) {
	.subpage-main-light-bkg { background-position: 615px top; }
	.apply-cta-text { padding-top: 10px; }
	.apply-cta-text h3 { font-size: 24px; }
	.apply-cta-text p { font-size: 16px; }
}

@media only screen and (max-width: 1160px) {
	.partners-in-the-news ul li { width: 120px; }
}

/* Up to 1200px */
	@media only screen and (min-width: 959px) and (max-width: 1200px) {

		nav ul li a { font-size: 16px; }
		.financing-options { background-size: contain; background-position: 600px 0px;}
		.testimonials { background: url(img/testimonial-bkg-sm.jpg) top center no-repeat }
		.testimonial-carousel p { font-size: 18px; line-height: 22px; padding: 0 10px; }
		.testimonial-carousel h2 { font-size: 30px; }
		.default-content-light { padding: 30px; }
		.default-content-light p {line-height: 24px; }
		.calculator-area input { padding: 0 10px; }
		.calculator-area select { padding: 8px 45px 12px 5px; font-size: 12px; height: 37px; }
		.stat h3 { font-size: 30px; }
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

		.testimonials { background-image: none; min-height: 0;  }
		.testimonial-carousel { width: 100% !important; margin-left: 0 !important;}
		.calculator-area select, .calculator-area input { width: 100% !important; }
		.calculator-area .field-wrap {
		    width: 90% !important;
		}
		.calculator-area select, .calculator-area input { width: 100% !important; margin-bottom: 10px; }
		.card-container .back ul li { line-height: 16px; }
		.card-container .front h3 { font-size: 20px; }
		.curl { width: 40px; height: 40px; }
		.card-container .back ul li { margin: 5px 0; }
		.subpage-main-light-bkg { background-position: 455px top; }
		.main-default { font-size: 16px; }
		.default-content-light { padding: 25px; float: right; }
		.default-content-light p { font-size: 16px; line-height: 22px; }
		.apply-cta-image { display: none; }
		.apply-cta-text { width: 100% !important; padding-bottom: 40px;  }
		.rates-callout h2 { line-height: 70px; padding: 10px 30px; font-size: 65px; }
		.responsive-table th { font-size: 17px; }
		.partners-in-the-news ul li { width: 200px; margin: 0 10px; }
		.stat h3 { font-size: 30px; }
                .calculator-area input.ninja-forms-field { margin-left: 0; }
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.feature-headline h1 { font-size: 75px; }
		nav { padding-top: 40px; }
		nav ul li { padding: 0 5px; }
		nav ul li a { font-size: 16px; }
		.stat h3 { font-size: 28px; }
		.financing-options { background-size: contain; background-position: 450px 0px;}
		.calculator-area select, .calculator-area input { width: 90% !important; margin-bottom: 5px; }
		.calculator-area .field-wrap {
		    width: 90% !important;
		    margin-bottom: 5px;
		}
		.financing-options { background-position: 450px 4px; }
		.card img { max-width: 80px; }
		.card-container .back { padding: 20px; }
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

		.logo { width: 100% !important; text-align: center; }
		.logo img { max-width: 300px;}
		nav { width: 100% !important; text-align: center; padding-top: 0; }
		nav ul li { padding: 0 5px; }
		nav ul li:last-child { margin-top: 20px;}
		#site-navigation { display: none; }
		.stat { width: 100% !important; border: none; margin: 0 !important; }
		.qualify-header { padding: 10px; }
		.stat:nth-child(2) { border: none; margin: 0 !important;}
		.card-container .card { padding: 0; }
		.card-container .back { padding: 20px; }
		.feature-headline { margin-top: 20px; }
		.feature-headline h1 { font-size: 50px; }
		.financing-options { background-image: none; }
		.financing-options-info { width: 100% !important; }
		.subpage-main-light-bkg { background-image: none;  }
		.subpage-main-light-bkg .main-default { width: 100% !important; }
		.bio-photo img { padding: 30px; box-sizing: border-box; }
		.categories-list-right, .categories-list-left { width: 100%; border: none; padding: 0; }
		.contact-bottom-main ul { margin: 0; padding: 0; }
		.band-bottom-shadow, .contact-categories { box-shadow: none; }
		.footer-location, .footer-members { width: 100% !important; border: none; }
		.responsive-table td { text-align: left !important; border-right: none; }
		.responsive-table { margin: 0; }
		.responsive-table td:first-child { background-color: #eee; padding: 15px 10px 10px;}
		.responsive-table td:last-child { margin-bottom: 20px; padding-bottom: 15px; }
		.responsive-table tr.last-row td { background-color: transparent; }
		table .last-row { display: none; }
		.responsive-table td:before { width: 225px; }
		.get-funded h2 { display: block; margin: 0 30px; box-sizing: border-box;}
		.get-funded a { margin-top: 10px; display: inline-block; }
		.card-container { width: 100% !important; margin: 10px 0 !important;}
		.contact-info,.contact-form { width: 100% !important; }
		.contact-form { padding-left: 0; border: none; margin-left: 0 !important; }
		div#map1 { height: 300px !important;}
		.application-main .field-wrap { width: 100% !important;}
		.success-message h3 { line-height: 40px; }
		.success-message h3 span { display: block; }

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {


	}

	@media only screen and (max-width: 520px) {
		.bio-photo { width: 100%; }
		.bio-photo img { padding: 20px; }
		.default-content-light { width: 100%; padding-bottom: 0; }
		.responsive-table td:before { width: 155px; }
		.responsive-table td { font-size: 13px; }
	}


	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

		.feature-headline h1 { font-size: 42px; line-height: 50px; }
		.feature-headline h1:after { top: 70px; }
		.feature-headline h2 { line-height: 30px; }
		.calculator-area select, .calculator-area input { width: 100% !important; margin-bottom: 5px; }
		.footer-location { border: none; }
		.copyright-right { text-align: left; }
		.image-with-border { border: none; }
		.responsive-table { min-height: 90%; }

	}


/* FONTS */

@font-face {
    font-family: 'montserratbold';
    src: url(fonts/montserrat-bold-webfont.eot);
    src: url(fonts/montserrat-bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(fonts/montserrat-bold-webfont.woff2) format('woff2'),
         url(fonts/montserrat-bold-webfont.woff) format('woff'),
         url(fonts/montserrat-bold-webfont.ttf) format('truetype'),
         url(fonts/montserrat-bold-webfont.svg#montserratbold) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserrathairline';
    src: url(fonts/montserrat-hairline-webfont.eot);
    src: url(fonts/montserrat-hairline-webfont.eot?#iefix) format('embedded-opentype'),
         url(fonts/montserrat-hairline-webfont.woff2) format('woff2'),
         url(fonts/montserrat-hairline-webfont.woff) format('woff'),
         url(fonts/montserrat-hairline-webfont.ttf) format('truetype'),
         url(fonts/montserrat-hairline-webfont.svg#montserrathairline) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url(fonts/montserrat-light-webfont.eot);
    src: url(fonts/montserrat-light-webfont.eot?#iefix) format('embedded-opentype'),
         url(fonts/montserrat-light-webfont.woff2) format('woff2'),
         url(fonts/montserrat-light-webfont.woff) format('woff'),
         url(fonts/montserrat-light-webfont.ttf) format('truetype'),
         url(fonts/montserrat-light-webfont.svg#montserratlight) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url(fonts/montserrat-regular-webfont.eot);
    src: url(fonts/montserrat-regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(fonts/montserrat-regular-webfont.woff2) format('woff2'),
         url(fonts/montserrat-regular-webfont.woff) format('woff'),
         url(fonts/montserrat-regular-webfont.ttf) format('truetype'),
         url(fonts/montserrat-regular-webfont.svg#montserratregular) format('svg');
    font-weight: normal;
    font-style: normal;

}



/* Put your styles above here
==================================================
 * Print styles: Inlined to avoid required HTTP connection: h5bp.com/r */
@media print {
	* { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; /* h5bp.com/t */ }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}

/* Form Styling */
.iphorm-inner .iphorm-inner-1 {width:100%;}
.iphorm-inner-1 .iphorm-elements-1 {width:90%;margin:0 auto;}
.iphorm-submit-wrap-1 .iphorm-submit-input-wrap-1 {width:100%;}
.iphorm-submit-wrap-1 .iphorm-submit-input-wrap-1 button {width:100%;}
.iphorm_1_1-element-wrap, .iphorm_1_2-element-wrap, .iphorm_1_3-element-wrap {float:left;width:25%;margin-right:5px; }
.iphorm-submit-wrap-1 {float:left;width:23%;margin:0;}
.iphorm-submit-wrap-1
.iphorm-submit-wrap .iphorm-submit-wrap-1 {float:left;}
.iphorm-elements .iphorm-element-wrap select {width:100% !important;}


.iphorm-elements-2 .iphorm-element-wrap {float:left;width:47%;padding-right:10px; }
.iphorm-elements-2 .iphorm-element-text, .iphorm-elements-2 .iphorm-element-textarea {width:100% !important;}
.iphorm-elements-2 .iphorm-element-textarea {min-height:200px;}
.iphorm-elements-2 .iphorm_2_14-element-wrap {clear:both;}
.iphorm-elements-2 .iphorm_2_15-element-wrap {clear:both;width:100%;text-align:center;}
.iphorm-element-checkbox.iphorm_2_15.iphorm_2_15_1 {width:100%;}
.iphorm-elements-2 .iphorm-submit-wrap-2 {clear:both;width:100%;}
.iphorm-submit-input-wrap-2 {width:10%;margin:0 auto;float:none;}
.iphorm_2_15-element-spacer {width:80%;margin:0 auto;}
.iphorm-submit-input-wrap button span, .iphorm-submit-input-wrap span em {background-color:#f48722;color:#fff;}
.iphorm-submit-input-wrap button span {padding:7px 20px;}
.iphorm-submit-input-wrap button span em {font-size:16px;padding-right:0;}
.iphorm-submit-input-wrap button span:hover, .iphorm-submit-input-wrap span em:hover {background-color:#fff;color:#f48722;}

/*form 3 css */
.iphorm-outer-3 {width: 74%;margin-left: auto;margin-right: auto;}
.iphorm-elements-3 .iphorm-element-wrap {float:left;width:47%;padding-right:10px; }
.iphorm-elements-3 .iphorm-element-text, .iphorm-elements-3 .iphorm-element-textarea {width:100% !important;}
.iphorm-elements-3 .iphorm-element-textarea {min-height:200px;}
.iphorm-elements-3 .iphorm-input-wrap-text {width:95%;}
.iphorm-elements-3 .iphorm_3_14-element-wrap {clear:both;}
.iphorm-elements-3 .iphorm_3_15-element-wrap {clear:both;width:100%;text-align:left;}
.iphorm-element-checkbox.iphorm_3_15.iphorm_2_15_1 {width:100%;}
.iphorm-elements-3 .iphorm-submit-wrap-3 {clear:both;width:100%;}
.iphorm-submit-input-wrap-3 {width:10%;float:none;}
.iphorm_3_15-element-spacer {width:100%;}
.iphorm-submit-input-wrap button span, .iphorm-submit-input-wrap span em {background-color:#f48722;color:#fff;}
.iphorm-submit-input-wrap button span {padding:7px 20px;}
.iphorm-submit-input-wrap button span em {font-size:16px;padding-right:0;}
.iphorm-submit-input-wrap button span:hover, .iphorm-submit-input-wrap span em:hover {background-color:#fff;color:#f48722;}
.iphorm_3_15_1 {margin-top: 10px;}
@media only screen and (max-width: 1290px) {
}

/* Up to 1200px */
@media only screen and (min-width: 959px) and (max-width: 1200px) {
.iphorm_1_1-element-wrap, .iphorm_1_2-element-wrap, .iphorm_1_3-element-wrap, .iphorm-submit-wrap-1  {width:100%; }
	}

	/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
.iphorm_1_1-element-wrap, .iphorm_1_2-element-wrap, .iphorm_1_3-element-wrap, .iphorm-submit-wrap-1,.iphorm-outer-3  {width:100%; }
.iphorm-elements-3 .iphorm-element-wrap {width:100%;}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	}

@media only screen and (max-width: 520px) {
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	}
