/*
Theme Name: Sherman Bridge Lending
Author: Jared King <hello@jaredking.io>
Version: 1.0
Text Domain: shermanbridge
*/
body {
	background: #fff;
	color: #403f3f;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	text-rendering: optimizelegibility;
}

.h1,
h1 {
	font-size: 60px;
	text-transform: uppercase;
}

.h2,
h2 {
	font-size: 40px;
	text-transform: uppercase;
}

.h3,
h3 {
	font-size: 28px;
	line-height: 30px;
	text-transform: uppercase;
}

.h4,
h4 {
	font-size: 24px;
	line-height: 30px;
}

.h5,
h5 {
	font-size: 20px;
	line-height: 24px;
}

.h6,
h6 {
	font-size: 18px;
	line-height: 24px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

p {
	margin: 0 0 10px;
}

a {
	color: #4e87a0;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

a:hover,
a:focus {
	color: #71b2c9;
	text-decoration: none;
}

ol,
ul {
	padding: 0 0 0 30px;
	margin: 0 0 10px;
}

sup,
sub {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

iframe {
	display: block;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

::-moz-selection {
	color: #fff;
	background: #403f3f;
	text-shadow: none;
}

::selection {
	color: #fff;
	background: #403f3f;
	text-shadow: none;
}

/* colors */
.text-body {
	color: #403f3f;
}

.text-black {
	color: #000;
}

.text-blue {
	color: #003594;
}

.text-white {
	color: #fff;
}

.text-shadow {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.text-center {
	text-align: center;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 0px 15px 10px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
	margin: 0px 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0px 15px 10px 0;
}

a img.alignright {
	float: right;
	margin: 0px 0 10px 15px;
}

a img.alignnone {
	margin: 0px 15px 10px 0;
}

a img.alignleft {
	float: left;
	margin: 0px 15px 10px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 0px 15px 10px 0;
}

.wp-caption.alignleft {
	margin: 0px 15px 10px 0;
}

.wp-caption.alignright {
	margin: 0px 0 10px 15px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/**
 * Forms
 */
::-webkit-input-placeholder {
	color: #999;
	font-family: 'Roboto', sans-serif;
}

:-moz-placeholder {
	color: #999;
	font-family: 'Roboto', sans-serif;
}

::-moz-placeholder {
	color: #999;
	font-family: 'Roboto', sans-serif;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #999;
	font-family: 'Roboto', sans-serif;
}

.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #403f3f;
	display: inline-block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857143;
	padding: 6px 12px;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	width: 100%;
}

.form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
	outline: none;
}

.form-field {
	margin-bottom: 12px;
}

.form-control-label {
	display: block;
	font-weight: 700;
	margin-bottom: 0;
}

select.form-control,
select {
	height: 34px;
	line-height: 1;
	padding: 0 15px;
}

textarea.form-control,
textarea {
	height: 200px;
	width: 100%;
}

#main-menu .menu-item.menu-button a,
.elementor .elementor-button:visited,
.elementor .elementor-button:focus,
.elementor .elementor-button,
.button-filled,
.button {
	background-color: #f87c56;
	border-radius: 10px;
	border: 3px solid #f87c56;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1666;
	outline: none;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

#main-menu .menu-item.menu-button a:hover,
.elementor .elementor-button:hover,
.elementor .elementor-button:focus,
.button-filled:focus,
.button-filled:hover,
.button:focus,
.button:hover {
	background-color: #fff;
	color: #f87c56;
	outline: none;
}

#main-menu .menu-item.menu-button a {
	text-transform: none;
}

.elementor .elementor-button.elementor-size-xs,
.button-xs {
	border-radius: 10px;
	border-width: 3px;
	font-size: 20px;
	line-height: 24px;
	padding: 4px 10px;
}

.elementor .elementor-button.elementor-size-sm,
.button-sm {
	border-radius: 10px;
	border-width: 3px;
	font-size: 24px;
	padding: 6px 12px;
}

.elementor .elementor-button.elementor-size-md,
.button-md {
	border-radius: 10px;
	border-width: 3px;
	font-size: 28px;
	line-height: 30px;
	padding: 8px 16px;
}

.elementor .elementor-button.elementor-size-lg,
.button-lg {
	border-radius: 10px;
	border-width: 3px;
	font-size: 40px;
	padding: 10px 20px;
}

.elementor .elementor-button.elementor-size-xl,
.button-xl {
	border-radius: 10px;
	border-width: 3px;
	font-size: 60px;
	padding: 12px 24px;
}

.button-info,
.elementor .elementor-element.elementor-button-info .elementor-button {
	background: #4e87a0;
	border-color: #4e87a0;
	color: #fff;
}

.button-info:focus,
.button-info:hover,
.elementor .elementor-element.elementor-button-info .elementor-button:hover {
	background: #fff;
	color: #4e87a0;
}

.button-success,
.elementor .elementor-element.elementor-button-success .elementor-button {
	background: #71b2c9;
	border-color: #71b2c9;
	color: #fff;
}

.button-success:focus,
.button-success:hover,
.elementor .elementor-element.elementor-button-success .elementor-button:hover {
	background: #fff;
	color: #71b2c9;
}

.button-warning,
.elementor .elementor-element.elementor-button-warning .elementor-button {
	background: #00205b;
	border-color: #00205b;
	color: #fff;
}

.button-warning:focus,
.button-warning:hover,
.elementor .elementor-element.elementor-button-warning .elementor-button:hover {
	background: #fff;
	color: #00205b;
}

.button-danger,
.elementor .elementor-element.elementor-button-danger .elementor-button {
	background: #003594;
	border-color: #003594;
	color: #fff;
}

.button-danger:focus,
.button-danger:hover,
.elementor .elementor-element.elementor-button-danger .elementor-button:hover {
	background: #fff;
	color: #003594;
}

/*
.button-filled {
	color: #fff;
	background: #87c8d9;
}

.button-filled:hover,
.button-filled:focus {
	background: #fff;
	color: #403f3f;
}
*/

.button.full-width {
	width: 100%;
}

/**
 * layout
 */
#main {
	padding-top: 90px;
}

.divider-bar {
	background: #f5f5f5;
	height: 100px;
}

/* header */
#header {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#header .container {
	height: 90px;
	position: relative;
	transition: 0.1s ease-in-out;
}

#header .logo {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.1s ease-in-out;
}

body.scrolling #header .container {
	height: 60px;
}

body.scrolling #header .logo {
	width: 180px;
}

#header .lp-phone {
	font-size: 24px;
	font-weight: 700;
}

#header .lp-phone,
#main-menu {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

#main-menu .menu {
	margin: 0;
	padding: 0;
}

#main-menu .menu-item {
	display: inline-block;
	list-style-type: none;
}

#main-menu .menu-item a {
	color: inherit;
	display: inline-block;
	font-size: 14px;
	padding: 10px 15px;
	text-transform: uppercase;
}

#main-menu .menu-item a:hover {
	color: #87c8d9;
}

#mobile-nav-button {
	display: none;
}

/* footer */
#footer {
	background: #87c8d9;
}

#footer .widgets {
	padding-bottom: 30px;
	padding-top: 30px;
}

#footer .social-icons {
	text-align: center;
}

#footer .social-icon {
	color: #fff;
	font-size: 28px;
	margin-right: 10px;
}

#footer .social-icon:last-child {
	margin-right: 0;
}

#footer .social-icon:hover {
	color: #8a8c8c;
}

#footer .address {
	color: #fff;
	text-align: center;
}

#footer .phone {
	color: #fff;
	text-align: right;
}

#footer .copyright {
	background: #403f3f;
	color: #ccc;
	font-size: 12px;
	padding: 10px 0;
}

#back-to-top {
	background: #87c8d9;
	border-radius: 4px;
	color: #5596a7;
	font-size: 20px;
	display: none;
	line-height: 1;
	padding: 7px 0 8px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	vertical-align: top;
	width: 36px;
}

#back-to-top:hover {
	color: #fff;
}

#footer-menu .menu {
	margin: 0;
	padding: 0;
}

#footer-menu .menu-item {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}

#footer-menu .menu-item:last-child {
	margin-right: 0;
}

#footer-menu .menu-item.menu-button {
	display: block;
}

#footer-menu .menu-item.menu-button a {
	border: 5px solid #fff;
	border-radius: 8px;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	text-transform: none;
	width: 190px;
}

#footer-menu a {
	color: #fff;
	text-transform: uppercase;
}

#footer .eqo-logo {
	text-align: right;
}

#footer .eqo-logo img {
	width: 50px;
}

/**
 * Blog
 */
.page-header {
	margin-bottom: 60px;
}

.page-title-bar {
	background: #87c8d9;
	padding: 20px 0;
}

.page-title {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}

.archive .post,
.blog .post {
	margin-bottom: 60px;
}

.post-navigation {
	margin-bottom: 30px;
	text-align: center;
}

.post-navigation .prev-post-link {
	float: left;
}

.post-navigation .next-post-link {
	float: right;
}

.post .featured-image {
	margin-bottom: 12px;
}

.post .entry-meta {
	font-size: 13px;
	margin-bottom: 30px;
}

.post .entry-meta .comments {
	float: right;
}

#post-sidebar .widget,
#blog-sidebar .widget {
	margin-bottom: 40px;
}

.post .entry-content ul {
	padding: 0;
}

.post .entry-content ul li {
	list-style-type: none;
	padding-left: 30px;
	position: relative;
}

.post .entry-content ul li:before {
	color: #87c8d9;
	content: '\f058';
	display: inline-block;
	font-family: FontAwesome;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-right: 8px;
	position: absolute;
	top: 4px;
	left: 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.post
	.entry-content
	.elementor-editor-element-settings
	.elementor-editor-element-setting,
.post .entry-content ul .elementor-icon-list-item {
	padding-left: 0;
}

.post
	.entry-content
	.elementor-edit-mode
	.elementor-editor-element-settings
	.elementor-editor-element-setting:before,
.post .entry-content ul .elementor-icon-list-item:before {
	display: none;
}

/**
 * Single post
 */
.single .social-share-buttons {
	margin-bottom: 30px;
}

.single .elementor {
	margin-left: -15px;
	margin-right: -15px;
}

.social-share-buttons .social-share-button {
	display: inline-block;
	margin-right: 5px;
}

.social-share-buttons .social-share-button-facebook {
	position: relative;
	top: -6px;
}

.single .entry-footer {
	padding: 40px 0;
}

.widget-shermanbridge-post-tabs .post-tabs {
	margin-bottom: 20px;
}

.widget-shermanbridge-post-tabs .post-tabs a {
	margin-right: 15px;
}

.widget-shermanbridge-post-tabs .recent-post {
	margin-bottom: 20px;
}

.widget-shermanbridge-post-tabs .post-thumbnail {
	float: left;
	width: 40%;
}

.widget-shermanbridge-post-tabs .post-content {
	float: left;
	padding-left: 15px;
	width: 60%;
}

.widget-shermanbridge-post-tabs .posted-on {
	font-size: 85%;
	opacity: 0.7;
}

.widget-shermanbridge-post-tabs .post-pane {
	display: none;
}

.widget-shermanbridge-post-tabs .post-pane:first-child {
	display: block;
}

.widget-shermanbridge-post-tabs .post-tab.active {
	color: #555;
}

.widget-shermanbridge-post-tabs ul,
.widget_recent_entries ul,
.widget_categories ul {
	list-style-type: none;
	padding: 0;
}

.widget-shermanbridge-post-tabs .categories li,
.widget_categories .cat-item {
	color: #87c8d9;
}

/**
 * Elementor Widgets
 */
.shermanbridge-testiomnial {
}

.shermanbridge-testimonial-widget .testimonial {
	background: #f5f5f5;
	margin-bottom: 25px;
	padding: 30px;
	position: relative;
}

.shermanbridge-testimonial-widget .testimonial::before {
	color: #87c8d9;
	content: '\f10e';
	font-family: 'FontAwesome';
	font-size: 18px;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.shermanbridge-testimonial-widget .testimonial::after {
	border: 20px solid transparent;
	border-top-color: #f5f5f5;
	content: ' ';
	height: 0;
	margin-left: -20px;
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
}

.shermanbridge-testimonial-widget .testimonial-quote {
	margin-bottom: 24px;
}

.shermanbridge-testimonial-widget .testimonial-job,
.shermanbridge-testimonial-widget .testimonial-name {
	font-size: 13px;
}

.shermanbridge-testimonial-widget .testimonial-job {
	color: #b3b3b3;
}

.shermanbridge-testimonial-widget .testimonial-image {
	text-align: center;
}

.shermanbridge-testimonial-widget .testimonial-image img {
	border: 5px solid #f5f5f5;
	border-radius: 50%;
}

/* accordion */
.elementor .elementor-accordion .elementor-accordion-item {
	background: #f0f0f0;
	border: 2px solid #ddd;
	margin-bottom: 20px;
}

.elementor .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	color: #87c8d9;
}

.elementor .elementor-accordion .elementor-tab-content,
.elementor
	.elementor-accordion
	.elementor-accordion-item
	+ .elementor-accordion-item {
	border-top: 2px solid #ddd;
}

.elementor .elementor-accordion .elementor-tab-title {
	font-size: 18px;
	font-weight: 400;
}

/* slider */
.elementor-slick-slider .slick-slider .slick-arrow:focus,
.elementor-slick-slider .slick-slider .slick-arrow:hover,
.elementor-slick-slider .slick-slider .slick-arrow {
	background: #999;
	border-radius: 50%;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.elementor-slick-slider .slick-slider .slick-arrow {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.elementor-slick-slider .slick-slider:hover .slick-arrow {
	opacity: 1;
}

.elementor-slick-slider .slick-slider .slick-arrow::before {
	font-size: 20px;
	line-height: 30px;
}

.elementor-slick-slider .slick-slider .slick-prev::before {
	padding-right: 2px;
}

.elementor-slick-slider .slick-slider .slick-next::before {
	padding-left: 3px;
}

/* lead forms */
.hs-lead-form {
}

.hs-lead-form + .thank-you-message {
	display: none;
}

.hs-lead-form .email-agree {
	margin-right: 5px;
	vertical-align: middle;
}

.hs-lead-form .invalid-error {
	color: #ff0000;
	font-size: 12px;
	margin-top: 2px;
}

.hs-lead-form .loader {
	display: none;
}

.hs-lead-form .hs-lead-form-submit {
	margin-top: 20px;
}

.shermanbridge-subscribe-form-widget .hs-lead-form-submit {
	margin-top: 0;
}

.shermanbridge-fix-or-flip-form-widget .description {
	margin-bottom: 30px;
}

.shermanbridge-fix-or-flip-form-widget .form-control {
	height: 70px;
	line-height: 68px;
	padding: 0 20px;
}

.shermanbridge-fix-or-flip-form-widget .row {
	margin-left: -10px;
	margin-right: -10px;
}

.shermanbridge-fix-or-flip-form-widget .form-field {
	margin-bottom: 20px;
}

.shermanbridge-fix-or-flip-form-widget .col-sm-6 {
	padding-right: 10px;
	padding-left: 10px;
}

.shermanbridge-fix-or-flip-form-widget ::-webkit-input-placeholder {
	font-family: inherit;
}

.shermanbridge-fix-or-flip-form-widget :-moz-placeholder {
	font-family: inherit;
}

.shermanbridge-fix-or-flip-form-widget ::-moz-placeholder {
	font-family: inherit;
}

.shermanbridge-fix-or-flip-form-widget :-ms-input-placeholder {
	font-family: inherit;
}

.shermanbridge-fix-or-flip-form-widget .form-control-label {
	margin-bottom: 15px;
}

.shermanbridge-fix-or-flip-form-widget .form-control-label-radio {
	margin-bottom: 20px;
	padding-left: 40px;
	position: relative;
}

.shermanbridge-fix-or-flip-form-widget .form-control-label-radio input {
	display: none;
}

.shermanbridge-fix-or-flip-form-widget .form-control-label-radio::before {
	border: 1px solid #a4a4a4;
	border-radius: 50%;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
	content: '';
	display: block;
	height: 26px;
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
}

.shermanbridge-fix-or-flip-form-widget
	.form-control-label-radio.checked::after {
	background: #000;
	border-radius: 50%;
	content: '';
	height: 14px;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 14px;
}

.shermanbridge-fix-or-flip-form-widget .hs-lead-form-submit {
	margin-top: 0;
}

.shermanbridge-fix-or-flip-form-widget .form-phone-mobile,
.shermanbridge-fix-or-flip-form-widget .form-phone {
	line-height: 1.4;
	text-align: center;
}

.shermanbridge-fix-or-flip-form-widget .form-phone-mobile .button {
	color: #fff;
	text-transform: uppercase;
}

.shermanbridge-fix-or-flip-form-widget .form-field-loan-type {
	margin-bottom: 50px;
}

/**
 * Pre Qualification Form
 */
#pqCarousel {
}

#pqCarousel .pqItem {
	margin: 0 auto;
	max-width: 600px;
}

.shermanbridge-prequalification-landlord-form-widget #pqCarousel .pqItem,
.shermanbridge-prequalification-form-widget #pqCarousel .pqItem {
	display: none;
}

#pqCarousel .pqItem .loan-heading {
	color: #003594;
}

#pqCarousel .pqItem h3 {
	color: #3a3a3a;
	font-size: 1.33em;
	font-weight: 400;
	text-align: center;
	text-transform: none;
}

#pqCarousel .form-control-label {
	color: #3a3a3a;
	text-align: left;
}

.shermanbridge-prequalification-landlord-form-widget .hs-lead-form-submit,
.shermanbridge-prequalification-form-widget .hs-lead-form-submit,
#pqCarousel .pqItem .button {
	background: #003594;
	border-color: #003594;
	border-radius: 0;
	margin: 0 auto 12px;
	padding: 7px 12px 8px;
	width: 100%;
}

.shermanbridge-prequalification-landlord-form-widget .hs-lead-form-submit:focus,
.shermanbridge-prequalification-form-widget .hs-lead-form-submit:focus,
#pqCarousel .pqItem .button:focus,
.shermanbridge-prequalification-landlord-form-widget .hs-lead-form-submit:hover,
.shermanbridge-prequalification-form-widget .hs-lead-form-submit:hover,
#pqCarousel .pqItem .button:hover {
	background: #fff;
	color: #003594;
}

.shermanbridge-prequalification-landlord-form-widget
	#pqCarousel
	.pqItem
	.button,
.shermanbridge-prequalification-form-widget #pqCarousel .pqItem .button {
	display: block;
	max-width: 300px;
}

.shermanbridge-prequalification-thanks-widget #pqCarousel .radioSet {
	display: flex;
	justify-content: center;
}

.shermanbridge-prequalification-thanks-widget #pqCarousel .radioSet .button {
	margin: 0 0 12px;
	max-width: 200px;
}

.shermanbridge-prequalification-thanks-widget #pqCarousel,
.shermanbridge-prequalification-thanks-widget .not-yet-available {
	display: none;
}

.shermanbridge-prequalification-thanks-widget .not-yet-available-image {
	background: #f5f5f5;
	border: 2px solid #ddd;
	padding: 24px;
}

.shermanbridge-prequalification-landlord-form-widget .form-control,
.shermanbridge-prequalification-form-widget .form-control {
	border-radius: 4px;
}

.shermanbridge-prequalification-landlord-form-widget .loader,
.shermanbridge-prequalification-form-widget .loader {
	text-align: center;
}

.pq-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.pq-overlay .alert {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	color: #403f3f;
	padding: 25px 30px;
	position: relative;
	margin: 5% auto;
	font-size: 1.25em;
	text-align: center;
	width: 45%;
}

.pq-overlay .alert .button {
	border-radius: 4px;
	margin: 0 auto;
}

.pq-overlay .pq-overlay-close {
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}

#pqCarousel {
	margin: 12px 0 24px;
}

.pq-back-button {
	background: #ccc;
	border-color: #ccc;
	border-radius: 0;
	color: #3a3a3a;
	display: none;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 40px;
}

.pq-back-button:focus,
.pq-back-button:hover {
	background: #aaa;
	border-color: #aaa;
	color: #3a3a3a;
}

#pq-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10000;
}

.alert {
	padding: 25px 15px;
	margin: 5% auto;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
	width: 45%;
	font-size: 1.25em;
	text-align: center;
}

.pqItem {
	margin: 0 auto;
}

.pqItem .ui-helper-hidden-accessible {
	top: auto;
}

@media (min-width: 320px) {
	#well .medium {
		padding: 0;
	}
}

@media (min-width: 768px) {
	.pqItem {
		max-width: 320px;
	}
	#well .medium {
		padding: 12px;
	}
}

@media (min-width: 992px) {
	.pqItem {
		max-width: 600px;
	}
	#well .medium {
		padding: 24px;
	}
}

.select-arv,
.pqItem h1,
.pqItem h2,
.pqItem h3,
.pqItem h4,
.pqItem h5,
.pqItem h6 {
	color: #3a3a3a;
	text-align: center;
}

.required {
	color: #ff0000;
}

.select-arv,
.pqItem h3 {
	font-size: 1.33em;
	text-align: center;
}

#btnLockRate,
#btnLockOffer {
	/*margin-top: 20px;*/
}

.hidden {
	display: none;
}

.Result table {
	width: 100%;
}

.ltv-result .description {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 20px;
	padding: 0 30px;
	text-align: center;
}

.ltv-result table td:first-child {
	padding-right: 15px;
	width: 50%;
}

.ltv-result table td:last-child {
	padding-left: 15px;
	width: 50%;
}

.ltv-result .disclaimer {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 20px;
	text-align: center;
}

.Result td h5 {
	text-align: right;
}

.Result td h4 {
	text-align: left;
}

.Result input[type='text'] {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-width: 0;
	border-color: transparent;
	box-shadow: none !important;
	color: #3a3a3a;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	width: 100%;
}

.Result input[type='text']:focus {
	border-width: 0;
	border-color: transparent;
	box-shadow: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}

/*
.noQualify,
.noQualify:hover,
.noQualify:active,
.noQualify:focus {
    background-image:none;
    background-color:#7f7f7f !important;
    border-color: #ccc;
    color: #ccc;
    cursor: default;
}*/

.noQualifyLabel {
}

.LTV {
	margin: 0 auto;
	text-align: center;
}

.shermanbridge-prequalification-thanks-widget .not-yet-available {
	background: #f5f5f5;
	margin-bottom: 40px;
	padding: 40px 15px 60px;
}

.shermanbridge-prequalification-landlord-thanks-widget #loadingModal,
.shermanbridge-prequalification-thanks-widget #loadingModal {
	margin-bottom: 24px;
}

.shermanbridge-prequalification-landlord-thanks-widget #loadingModal h2,
.shermanbridge-prequalification-thanks-widget #loadingModal h2 {
	line-height: 1em;
	font-size: 0.9em;
	text-align: center;
	color: #4a4a4a;
	margin: 0;
	padding: 0;
}

#btnLockOffer {
	margin-top: 15px;
}

.shermanbridge-prequalification-landlord-thanks-widget .prequal-title {
	color: #3a3a3a;
	font-size: 1.33em;
	text-align: center;
}

.shermanbridge-prequalification-landlord-thanks-widget .prequal-subtitle {
	color: #003594;
	margin: 20px 0 10px;
}

.shermanbridge-prequalification-landlord-thanks-widget .prequal-description {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}

.shermanbridge-prequalification-landlord-thanks-widget .prequal-subtitle h3 {
	color: #3a3a3a;
	font-size: 21px;
	text-align: center;
}

.shermanbridge-prequalification-landlord-thanks-widget .prequal-subtitle span {
	text-decoration: underline;
}

.shermanbridge-prequalification-landlord-thanks-widget #all-results {
	margin-bottom: 40px;
	padding: 40px 15px 60px;
}

.shermanbridge-prequalification-landlord-thanks-widget #landlord-result h2 {
	margin: 0;
	text-align: center;
}

.shermanbridge-prequalification-landlord-thanks-widget .rate-boxes {
	margin-bottom: 20px;
	padding: 20px 0 0;
	text-align: center;
}

.shermanbridge-prequalification-landlord-thanks-widget .rate-box {
	height: 100%;
}

.shermanbridge-prequalification-landlord-thanks-widget .rate-box {
	background: #fff;
	border: 10px solid #003594;
	/*margin: 20px 0 20px;*/
	max-width: 320px;
	padding: 20px 0;
	text-align: center;
}

.shermanbridge-prequalification-landlord-thanks-widget .rate-box h4 {
	font-size: 20px;
	margin-top: 10px;
}

.shermanbridge-prequalification-landlord-thanks-widget .rate-value {
	font-size: 48px;
	font-weight: 900;
	margin: 20px 0;
}

/*
.shermanbridge-prequalification-thanks-widget label.button.active,
.shermanbridge-prequalification-landlord-thanks-widget label.button.active {
	background: #fff;
    color: #403f3f;
}*/

.shermanbridge-prequalification-landlord-thanks-widget .lockrate-button {
	margin: 20px auto 0;
	text-align: center;
}

.shermanbridge-prequalification-landlord-thanks-widget .moreloanoptions {
	margin: 20px auto 0;
	max-width: 600px;
	text-align: center;
}

.shermanbridge-prequalification-landlord-thanks-widget #low-score-notice h2 a {
	color: #87c8d9;
}

.shermanbridge-prequalification-landlord-thanks-widget #low-score-notice h2 a {
	color: #5596a7;
}

.shermanbridge-prequalification-landlord-thanks-widget #btnLockRate {
	font-size: 21px;
	line-height: 24px;
}

.shermanbridge-lending-form-widget .hs-lead-form-submit {
	font-weight: 700;
	padding: 12px 50px;
	text-transform: uppercase;
}

.shermanbridge-press-releases-widget .press-release {
	margin-bottom: 20px;
}

.shermanbridge-fast-track-application-new-widget .form-group-heading {
	margin: 40px 0 30px;
}

.shermanbridge-step-list-widget .step-list-table {
	border: none;
}

.shermanbridge-step-list-widget .step-text {
	line-height: 1;
	padding: 15px 0 15px 30px;
}

.shermanbridge-step-list-widget .step-text *:last-child {
	margin-bottom: 0;
}

.shermanbridge-step-list-widget .step-number {
	color: #87c8da;
	font-size: 30px;
	font-weight: bold;
	line-height: 48px;
	padding: 15px 0;
}

/* spinner */
.spinner {
	margin: 100px auto;
	width: 20px;
	height: 20px;
	position: relative;
}

.spinner .container1 > div,
.spinner .container2 > div,
.spinner .container3 > div {
	width: 6px;
	height: 6px;
	background-color: #333;

	border-radius: 100%;
	position: absolute;
	-webkit-animation: sk-bouncedelay 1.2s infinite ease-in-out;
	animation: sk-bouncedelay 1.2s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.spinner .container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.spinner .container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.spinner .circle1 {
	top: 0;
	left: 0;
}
.spinner .circle2 {
	top: 0;
	right: 0;
}
.spinner .circle3 {
	right: 0;
	bottom: 0;
}
.spinner .circle4 {
	left: 0;
	bottom: 0;
}

.spinner .container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .container3 .circle1 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.spinner .container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.spinner .container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.spinner .container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.spinner .container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.spinner .container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.spinner .container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.spinner .container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.spinner .container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	40% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
	z-index: 9999;
	display: block;
	position: relative;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
	content: ' ';
	display: table;
}
.pika-single:after {
	clear: both;
}
.pika-single {
	*zoom: 1;
}

.pika-single.is-hidden {
	display: none;
}

.pika-single.is-bound {
	position: absolute;
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
	float: left;
	width: 240px;
	margin: 8px;
}

.pika-title {
	position: relative;
	text-align: center;
}

.pika-label {
	display: inline-block;
	*display: inline;
	position: relative;
	z-index: 9999;
	overflow: hidden;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
}
.pika-title select {
	cursor: pointer;
	position: absolute;
	z-index: 9998;
	margin: 0;
	left: 0;
	top: 5px;
	filter: alpha(opacity=0);
	opacity: 0;
}

.pika-prev,
.pika-next {
	display: block;
	cursor: pointer;
	position: relative;
	outline: none;
	border: 0;
	padding: 0;
	width: 20px;
	height: 30px;
	/* hide text using text-indent trick, using width value (it's enough) */
	text-indent: 20px;
	white-space: nowrap;
	overflow: hidden;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75% 75%;
	opacity: 0.5;
	*position: absolute;
	*top: 0;
}

.pika-prev:hover,
.pika-next:hover {
	opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
	float: left;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
	*left: 0;
}

.pika-next,
.is-rtl .pika-prev {
	float: right;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
	*right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
	cursor: default;
	opacity: 0.2;
}

.pika-select {
	display: inline-block;
	*display: inline;
}

.pika-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

.pika-table th,
.pika-table td {
	width: 14.285714285714286%;
	padding: 0;
}

.pika-table th {
	color: #999;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
}

.pika-button {
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	border: 0;
	margin: 0;
	width: 100%;
	padding: 5px;
	color: #666;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	background: #f5f5f5;
}

.pika-week {
	font-size: 11px;
	color: #999;
}

.is-today .pika-button {
	color: #33aaff;
	font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
	color: #fff;
	font-weight: bold;
	background: #33aaff;
	box-shadow: inset 0 1px 3px #178fe5;
	border-radius: 3px;
}

.has-event .pika-button {
	background: #005da9;
	box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
	background: #d5e9f7;
}

.is-startrange .pika-button {
	color: #fff;
	background: #6cb31d;
	box-shadow: none;
	border-radius: 3px;
}

.is-endrange .pika-button {
	color: #fff;
	background: #33aaff;
	box-shadow: none;
	border-radius: 3px;
}

.is-disabled .pika-button {
	pointer-events: none;
	cursor: default;
	color: #999;
	opacity: 0.3;
}

.is-outside-current-month .pika-button {
	color: #999;
	opacity: 0.3;
}

.is-selection-disabled {
	pointer-events: none;
	cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
	color: #fff;
	background: #ff8000;
	box-shadow: none;
	border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
	border-bottom: none;
	cursor: help;
}

/* 404 */
.error404 .error404-image {
	margin-bottom: 30px;
}

.error404 .return-button {
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	#header .container {
		max-width: 1080px;
	}

	.shermanbridge-prequalification-landlord-thanks-widget .rate-box h4 {
		font-size: 14px;
	}
}

@media (max-width: 1079px) {
	#main-menu .menu-item a {
		padding: 10px 10px;
	}
}

@media (min-width: 992px) {
	#main-menu {
		display: block !important;
	}
}

@media (max-width: 991px) {
	.shermanbridge-prequalification-thanks-widget .not-yet-available-image {
		padding: 12px;
	}

	#header {
		position: relative;
	}

	#header .logo {
		padding: 5px 0 5px 10px;
		position: static;
		transform: none;
		width: 120px;
	}

	body.scrolling #header .logo {
		width: 120px;
	}

	#header .container {
		height: auto;
		padding: 0;
	}

	.logo-wrap {
		position: relative;
	}

	#mobile-nav-button {
		display: block;
		position: absolute;
		bottom: -18px;
		right: 10px;
		text-transform: uppercase;
	}

	#main-menu {
		background: #403f3f;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
		display: none;
		position: static;
		transform: none;
		width: 100%;
	}

	#main-menu .menu-item {
		border-top: 1px dotted rgba(255, 255, 255, 0.35);
		display: block;
	}

	#main-menu .menu-item.menu-button a,
	#main-menu .menu-item a {
		color: #fff;
		display: block;
		font-size: 22px;
		line-height: 45px;
		padding: 0 10px;
		text-transform: uppercase;
	}

	#main-menu .menu-item.menu-button a {
		background: none;
		border: none;
		text-align: left;
	}

	#main-menu .menu-item.menu-button a:hover {
		background: none;
		color: #87c8d9;
	}

	#main {
		padding-top: 0;
	}

	#footer .container {
		max-width: 100%;
	}

	#header .lp-phone {
		font-size: 20px;
	}

	.shermanbridge-prequalification-thanks-widget #pqCarousel .radioSet .button {
		float: none;
		max-width: 100%;
	}

	.shermanbridge-prequalification-landlord-thanks-widget .rate-box {
		margin: 0 auto 20px;
		height: auto;
	}

	.shermanbridge-prequalification-landlord-thanks-widget .rate-box h4 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.shermanbridge-prequalification-thanks-widget .not-yet-available-image {
		padding: 0;
	}

	#footer-menu .menu-item {
		display: block;
		margin-bottom: 10px;
	}

	#footer-menu .menu-item.menu-button {
		margin-top: 20px;
	}

	#footer .address,
	#footer-menu {
		margin-bottom: 30px;
	}

	.pq-overlay .alert {
		width: 90%;
	}
}
