/* FONTS */

/* STANDARD WORDPRESS REQUIRED STYLING */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 12px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 12px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

i, em {
	font-style: italic;
}

b, strong {
	font-weight: 600;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}

ul:not(.nav):not(.dropdown-menu):not(.flex-direction-nav):not(.slides) {
	list-style-type: disc;
	margin-left: 23px;
	margin-bottom: 12px;
}

/* BASIC STYLING */

body {
	font-family: gill-sans-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	line-height: 23px;
	color: #0F1820;
}

#site-canvas {
	max-width: 1440px;
	margin: auto;
	overflow: hidden;
}

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

h1 {
	font-family: trajan-pro-3, serif;
	font-size: 39px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	color: #00607E;
	margin-top: 20px;
}

.home h1 {
	margin: 0;
}

h2 {
	font-family: trajan-pro-3, serif;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	color: #00607E;
	margin-top: 20px;
}

.home h2 {
	font-size: 39px;
}

h3 {
	/*font-family: gill-sans-nova-condensed, sans-serif;*/
	font-size: 21px;
	line-height: 1.25;
	font-weight: 600;
	color: #0F1820;
	margin-bottom: 26px;
}

h2 + h3 {
	margin-top: -4px;
}

p {
	margin-bottom: 8px;
	line-height: 1.4;
}

.cnt-button {
	display: block;
	width: -moz-fit-content;
  	width: fit-content;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 500;
	color:#0F1820;
	text-transform: uppercase;
	border: 1px solid #F68C1F;
	/*padding: 5px 40px;*/
	padding: 5px 40px 7px 40px;
	margin: 20px auto 50px;
	font-size: 16px;
	letter-spacing: 1.0px;
}

.cnt-button:hover {
	transition-duration: 0.2s;
	background-color: #F68C1F;
	color: #fff;
	text-decoration: none;
}

.cnt-background-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 300px;
}

.parallax-image {
	background-attachment: fixed;
}

/* HEADER */

.header-logo {
	width: 261px;
	margin: 25px 0 0 16px;
}


.hero-text-overlay {
	/*max-width: 690px;*/
	max-width: calc(804px - 30px);
	margin-top: 40px;
	text-align: right;
	/*float: right;*/
	padding: 0 15px 0 15px;
}

.hero-text-overlay h2 {
	font-family: gill-sans-nova, sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 1.0;
}

.hero-text-overlay h2 strong {
	font-weight: 600;
}

.hero-text-overlay p {
	margin-top: 5px;
	font-size: 19px;
	line-height: 1.4;
	max-width: 360px;
	margin-right: 0;
	margin-left: auto;
}

.hero-text-overlay .cnt-button {
	margin-right: 0;
	margin-left: auto;
}

#custom-fluid-right {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: -100px center;
	min-height: 300px;
	padding-left: 0;
	padding-right: 0;
}

/* MAIN MENU */

header .navbar-expand-lg .navbar-nav {
	flex-direction: column;
}

.navbar {
	padding: 0;
}

.navbar-nav a {
	color: #0F1820;
	text-align: center;
	font-size: 19px;
}

#menu-header-menu {
	width: 100%;
	/*margin-top: 20px;*/
}

#menu-header-menu a {
	padding: 16px .5rem;
}

#menu-header-menu a:hover {
	color: #fff;
	background-color: #00607E;
}

#menu-header-menu .dropdown-menu {
	border-radius: 0;
	border-color: #00607E;
	padding: 0;
	width: 100%;
}

.extended-menu {
	padding: 8px;
}

.extended-menu .cnt-button {
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 25px;
	padding: 5px 12px 7px 12px;
}

.extended-menu hr {
	border-color: #BCBEC0;
	max-width: 134px;
}

.extended-menu .social-wrapper {
	text-align: center;
	margin-top: 27px;
	padding-bottom: 36px;
}

.extended-menu .social-wrapper a {
	color: #00607E;
	font-size: 20px;
	padding: 5px 6px;
}

.extended-menu .social-wrapper a:hover {
	color: #F68C1F;
	transition-duration: 0.2s;
}

button.navbar-toggle {
	background: none;
	border: none;
	padding-top: 6px;
}

span.icon-bar {
	display: block;
    width: 45px;
    height: 3px;
    background: #00607E;
    margin: 12px 0;
    cursor: pointer;
}

.dropdown-toggle::after {
	position: relative;
	top: 2px;
}

.mobile-menu-toggle-container {
	text-align: right;
	margin-top: 28px;
}

/* FRONT PAGE */

.about-us-wrapper {
	text-align: center;
}

.about-us-wrapper p {
	max-width: 1000px;
	margin: 0 auto 30px;
}

.about-us-wrapper .cnt-button {
	margin-top: 57px;
	margin-bottom: 67px;
}

.services-wrapper {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.services-carousel {
	margin-top: 40px;
}

#services-carousel-1 {
	background: transparent;
}

.cnt-card {
	background-color: #fff;
	box-shadow: 0px 0px 6px #999;
	padding: 15px 25px;
	position: relative;
	margin-bottom: -50px;
}

.cnt-card img {
	max-width: 120px;
	display: block;
	margin: 20px auto 0;
}

.cnt-card hr {
	border-color: #F68C1F;
	max-width: 210px;
}

.cnt-card h3 {
	font-family: trajan-pro-3, sans-serif;
	font-size: 29px;
	font-weight: 600;
	color: #00607E;
	text-transform: uppercase;
	margin-top: 24px;
	margin-bottom: 4px;
}

.cnt-card p {
	text-align: left;
}

.cnt-card .cnt-button {
	margin: 32px auto 10px;
}

.services-carousel .flex-viewport {
	overflow: visible !important;
}

.services-carousel .flex-direction-nav a:before {
	font-size: 30px;
	margin-top: 10px;
}

.calc-section-wrapper {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 157px;
}

.calc-section-wrapper h2 {
	font-family: gill-sans-nova, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 80px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.calc-section-wrapper a {
	font-size: 30px;
	line-height: 1.0;
	font-weight: 300;
	display: block;
	width: -moz-fit-content;
  	width: fit-content;
	padding-top: 20px;
	padding-bottom: 20px;
}

.calc-section-wrapper .purchase-block {
	background-color: #046C8D;
}

.calc-section-wrapper .refinance-block {
	background: #F68C1F;
}

.calc-section-wrapper .purchase-block a {
	color: #fff;
	margin-right: 80px;
	margin-left: auto;
}

.calc-section-wrapper .refinance-block a {
	color: #0F1820;
	margin-right: auto;
	margin-left: 80px;
}

.calc-section-wrapper .refinance-block a:hover {
	color: #fff;
}

.testimonial-section-wrapper {
	text-align: center;
}

.testimonial-section-wrapper .fa-quote-left {
	font-size: 32px;
	color: #F68C1F;
	margin-top: 10px;
	margin-bottom: 22px;
}

.testimonial-section-wrapper .testimonial-quote {
	max-width: 860px;
	margin: 0 auto 30px;
	font-size: 19px;
}

.testimonial-section-wrapper hr {
	border-color: #F68C1F !important;
	max-width: 250px;
	margin: auto;
}

.testimonial-section-wrapper .testimonial-company {
	font-style: italic;
	font-size: 22px;
	margin-top: 17px;
	margin-bottom: 0;
}

.testimonial-section-wrapper .testimonial-name {
	font-weight: 600;
	font-family: trajan-pro-3, sans-serif;
	font-size: 21px;
}

.testimonial-section-wrapper .flex-control-nav {
	bottom: -66px;
}

.testimonial-section-wrapper .flex-control-nav li {
	margin: 0 1px;
}

.testimonial-section-wrapper .flex-control-nav li a {
	background: none;
	box-shadow: inset 0 0 3px #00607E;
}

.testimonial-section-wrapper .flex-control-nav li a.flex-active {
	background: #000;
}

/* PREFOOTER */

.pre-footer-wrapper {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 1px;
	margin-top: 100px;
}

.pre-footer-wrapper h2 {
	color: #fff;
	font-size: 39px;
	margin-top: 10px;
}

.pre-footer-wrapper .cnt-button {
	color: #fff;
	margin-bottom: 40px;
}

/* FOOTER */

footer {
	background-color: #0F1820;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #fff;
}

footer img {
	max-width: 309px;
	margin-top: 6px;
	margin-bottom: 24px;
}

.footer-left {
	padding-left: 47px;
}

.footer-left p, 
.footer-left a {
	font-weight: 300;
}

.footer-right {
	border-left: 1px solid #F68C1F;
	margin-left: 24px;
	padding-left: 33px;
}

#footer-nav {
	width: 100%;
}

#menu-footermenu {
	justify-content: space-between;
}

#menu-footermenu a {
	color: #fff;
}


#menu-footermenu .dropdown-menu {
	background-color: #0F1820;
	border-color: #fff;
	padding: 0;
}

#menu-footermenu .dropdown-menu a:hover {
	color: #0F1820;
}

.footer-right p {
	font-size: 21px;
	font-weight: 300;
	line-height: 1.25;
}

.footer-right p strong {
	font-family: trajan-pro-3, sans-serif;
	font-weight: 300;
}

.footer-right a {
	color: #fff;
	letter-spacing: 1.0px;
}

.footer-copyright {
	padding-left: 8px;
}

/* GENERAL */

.cnt-top-section {
	text-align: center;
}

.cnt-top-section p {
	max-width: 800px;
	margin: 10px auto;
}

.left-image-right-content {
	margin-top: 80px;
}

.left-image-right-content .cnt-right-content {
	padding: 25px 0 25px 35px;
	max-width: 640px;
}

.right-image-left-content {
	margin-top: 80px;
}

.right-image-left-content .cnt-left-content {
	padding: 25px 35px 25px 0;
	max-width: 640px;
}

.even-split-left-image-right-content {

}

.even-split-left-image-right-content .cnt-right-content {
	padding: 40px 0 60px 20px;
	max-width: 537px;
}

.even-split-right-image-left-content {

}

.even-split-right-image-left-content .cnt-left-content {
	padding: 40px 20px 60px 0;
	max-width: 537px;
	margin-right: 0;
	margin-left: auto;
}

.even-split-left-image-right-content .cnt-right-content hr,
.even-split-right-image-left-content .cnt-left-content hr {
	border-color: #F68C1F;
}

.even-split-left-image-right-content .cnt-right-content h2,
.even-split-right-image-left-content .cnt-left-content h2 {
	font-size: 30px;
}

/* ABOUT US */

.page-template-template-clear-advantage .even-split-left-image-right-content {
	margin-top: 80px;
}

/* SERVICES */

.services-top-wrapper {
	margin-top: 80px;
}

.services-overlay-wrapper {
	padding: 45px 15px 45px 15px;
}

.services-mid-wrapper {
	padding: 60px 15px;
}

.services-top-wrapper .semi-bg {
	background-color: rgba(0,96,126,0.88) ;
}

.services-mid-wrapper {
	background-color: rgba(61,169,203,0.14);
}

.services-bottom-wrapper .semi-bg {
	background-color: rgba(15,24,32,0.88);
}

.services-overlay-wrapper .icon-image,
.services-mid-wrapper .icon-image {
	/*max-width: 60px;*/
	max-width: 56px;
	float: left;
	margin-right: 13px;
}

.services-overlay-wrapper .icon-image {
	margin-top: 20px;
}

.services-mid-wrapper .icon-image,
.services-bottom-wrapper .icon-image {
	margin-left: -5px;
}

.services-overlay-wrapper h2,
.services-mid-wrapper h2 {
	color: #fff;
	font-size: 30px;
	line-height: 1.13;
	text-transform: uppercase;
}

.services-mid-wrapper h2,
.services-mid-wrapper p,
.services-mid-wrapper li {
	color: #0F1820;
}

.services-overlay-wrapper hr,
.services-mid-wrapper hr {
	border-color: #F68C1F;
	max-width: 500px;
	margin-left: 0;
	margin-right: auto;
}

.services-overlay-wrapper p {
	color: #fff;
}

.services-overlay-wrapper ul,
.services-mid-wrapper ul {
	margin-top: 24px;
	margin-left: 60px !important;
}

.services-mid-wrapper li {
	padding-bottom: 10px;
}

.services-overlay-wrapper li {
	color: #fff;
	padding-bottom: 10px;
}

.services-mid-wrapper ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 230px;
}

.services-bottom-wrapper + .pre-footer-wrapper {
	margin-top: 0;
}

/* NEWS */

.recent-posts-container {
	margin-top: 80px;
}

.recent-post-wrapper .excerpt-date {
	position: relative;
	width: -moz-fit-content;
  	width: fit-content;
	background: #F68C1F;
	text-align: center;
	padding: 10px 20px;
	margin-left: 50px;
	margin-top: -50px;
	font-size: 20px;
	font-weight: 700;
}

.recent-post-wrapper h2 {
	font-family: gill-sans-nova, serif;
	font-size: 30;
	line-height: 1.13;
	color: #000;
	text-transform: none;
	padding-bottom: 20px;
}

.recent-post-wrapper .cnt-button {
	margin: 30px auto 60px 0;
}

.sidebar-recent-wrapper {
	background-color: #F1F2F2;
	padding: 15px;
	margin-top: 20px;
}

.sidebar-recent-wrapper > h2 {
	font-size: 26px;
	margin: 10px 0 20px 0px;
	color: #0F1820;
}

.search-form p {
	background-color: white;
	border: 1px solid #000;
	position: relative;
	padding: 10px 10px 10px 18px;
}

.search-form input[type="text"] {
	border: none;
	width: calc(100% - 30px);
}

.search-submit {
	background: transparent;
	border: none;
	position: absolute;
	right: 8px;
	top: 11px;
}

.recent-image-wrapper2 {
	width: 86px;
	height: 86px;
}

.recent-image-wrapper2 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.recent-post-wrapper2 {
	margin-top: 25px;
}

.recent-post-wrapper2 .excerpt-date {
	font-family: gill-sans-nova, sans-serif;
	font-size: 19px;
	line-height: 1.0;
	margin: 0;
}

.recent-post-wrapper2 h2 {
	font-family: gill-sans-nova, sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	max-height: 48px;
	margin-top: 6px;
}

.post-content-wrapper2 {
	padding-left: 0;
}

.post-content-wrapper2 h2 {
	color: #0F1820;
	font-weight: 600;
}

/* SINGLE POST */

.single-post-content {
	margin-top: 10px;
}

/* CONTACT US */

.contact-fluid-container {
	margin-top: 80px;
}

.contact-form-wrapper {
	max-width: 537px;
	margin-right: 0;
	margin-left: auto;
	padding-left: 50px;
}

.wpcf7 input,
.wpcf7 label,
.wpcf7 textarea {
	width: 100%;
	border-color: #404041;
	border-width: 1px;
}

.wpcf7 label {
	font-size: 24px;
	padding-bottom: 10px;
}

.wpcf7 input[type="submit"].cnt-button {
	width: -moz-fit-content;
  	width: fit-content;
	margin-right: 0;
	margin-left: auto;
	background-color: #fff;
	border-color: #F68C1F;
}

.wpcf7 input[type="submit"].cnt-button:hover {
	background-color: #F68C1F;
	color: #fff;
}

.wpcf7 .required-text {
	margin-top: -20px;
	font-size: 22px;
}

.contact-text-wrapper {
	background-color: rgba(61,169,203,0.17);
	margin-left: 30px;
	padding: 30px 50px 50px 50px;
}

.contact-text-wrapper h2 {
	padding-bottom: 20px;
}

.contact-text-wrapper p {
	font-family: trajan-pro-3, serif;
	font-size: 22px;
	margin-bottom: 25px;
}

.contact-text-wrapper a {
	font-family: trajan-pro-3, serif;
	color: #0F1820;
}

/* SITEMAP */

.wsp-pages-list,
.wsp-posts-list {
	list-style-type: none !important;
}

.wsp-pages-list a,
.wsp-posts-list a {
	color: #0F1820;
	font-size: 18px;
	line-height: 2.0;
}

/* SEARCH RESULTS */

.search-results .single-post-content img {
	max-width: 800px;
	display: block;
	margin: 20px auto 20px 0;
}

.no-results {
	text-align: center;
	margin-top: 50px;
}

.search-no-results .search-form {
	margin-top: 10px;
	margin-bottom: 50px;
}

.search-no-results h2:first-of-type {
	margin-bottom: 50px;
}

/* JAVASCRIPT STYLING */

.force-show {
	display: block !important;
}

.force-hide {
	display: none !important;
}

/* RESPONSIVE STYLING */

@media (max-width: 1199px) {

	.services-mid-wrapper ul {
		max-height: 300px;
	
	}

	.footer-left {
		padding-left: 15px;
	}

	.footer-right {
		margin-left: 0;
		padding-left: 15px;
	}

	.footer-copyright {
		margin-top: 20px;
		text-align: center;
	}
}

@media (max-width: 991px) {

	.header-logo {
		margin-top: 15px;
	}

	#menu-extended {
		display: none;
	}

	#custom-fluid-left {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}

	#custom-fluid-right {
		background-position: center;
	}

	.hero-text-overlay {
		margin-top: 0;
	}

	.left-image-right-content .cnt-right-content {
		max-width: unset;
	}

	.even-split-left-image-right-content .cnt-right-content {
		padding: 15px 15px 65px 15px;
		max-width: 100%;
	}

	.even-split-right-image-left-content .cnt-left-content {
		padding: 15px 15px 45px 15px;
		max-width: 100%;
	}

	.services-mid-wrapper ul {
		max-height: unset;
	}

	.pre-footer-wrapper {
		margin-top: 20px;
	}

	.services-top-wrapper .mobile-bg-wrapper {
		background-color: rgba(0,96,126,0.88);
	}

	.services-top-wrapper .mobile-bg-wrapper .semi-bg {
		background-color: unset;
	}

	.services-bottom-wrapper .mobile-bg-wrapper {
		background-color: rgba(15,24,32,0.88);
	}

	.services-bottom-wrapper .mobile-bg-wrapper .semi-bg {
		background-color: unset;
	}

	.contact-form-wrapper {
		margin: auto;
		padding-left: 0;
	}

	.wpcf7 input[type="submit"].cnt-button {
		margin-left: auto;
		margin-right: auto;
	}

	.contact-text-wrapper {
		margin-left: 0;
		text-align: center;
	}

	.hero-text-overlay {
		max-width: 720px;
		margin: auto;
	}

	#custom-fluid-right .mobile-bg-wrapper {
		background-color: rgba(15,24,32,0.5);
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		height: 100%;
	}

	#custom-fluid-right .hero-text-overlay h2 {
		margin-top: 0;
		padding-top: 20px;
		color: #fff;
	}

	#custom-fluid-right .hero-text-overlay p {
		color: #fff;
	}

	#custom-fluid-right .hero-text-overlay a {
		color: #fff;
	}

	.calc-section-wrapper h2 {
		font-size: 39px;
	}

	.calc-section-wrapper a {
		font-size: 24px;
	}

	.calc-section-wrapper .purchase-block a {
		margin-right: auto;
	}

	.calc-section-wrapper .refinance-block a {
		margin-left: auto;
	}

	.services-carousel .flex-control-nav {
		bottom: -110px;
	}

	footer img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.footer-right {
		border-left: none;
		border-top: 1px solid #F68C1F;
		margin-top: 30px;
		padding-top: 30px;
		padding-left: 0;
		text-align: center;
	}

	.footer-right p {
		padding-bottom: 15px;
	}
}

@media (max-width: 767px) {

	#custom-fluid-right {
		padding-left: 0;
		padding-right: 0;
	}

	#custom-fluid-right .mobile-bg-wrapper {
		background-color: rgba(15,24,32,0.7);
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		height: 100%;
	}

	#custom-fluid-left {
		max-width: 540px;
	}

	.contact-text-wrapper {
		padding: 15px;
	}

	.hero-text-overlay {
		max-width: 540px;
		padding-top: 15px;
	}

}

@media (max-width: 575px) {

	.header-logo {
		margin-top: 0;
		margin-left: 0;
		max-width: unset;
		width: 200px;
	}

	.hero-text-overlay h2 {
		font-size: 38px;
	}

	.mobile-menu-toggle-container {
		margin-top: 5px;
	}

	h1 {
		font-size: 30px;
	}

	h2,
	.pre-footer-wrapper h2 {
		font-size: 26px;
	}

	.services-overlay-wrapper .icon-image {
		padding-bottom: 20px
	}

}