/*
Theme Name:			Heisten Financial
Theme URI:			http://tinyfrog.com/
Description:		A mobile responsive and HTML5 theme built for the Genesis Framework.
Author: 			Tinyfrog Technologies
Author URI:			http://tinyfrog.com/
Version:			5.1.20
Template: 			genesis
Template Version:	3.3.6
License:			GPL-2.0+
License URI:		http://www.opensource.org/licenses/gpl-license.php 
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */


/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #28354F;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8825;	
}

.page-id-14 {
	opacity: 0;
}

body.show-page {
	opacity: 1;
}


::-moz-selection {
	background-color: #28354F;
	color: #fff;
}

::selection {
	background-color: #28354F;
	color: #fff;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.3s ease-in-out;
}

a {
	color: #28354F;
	text-decoration: underline;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: #28354F;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #28354F;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #28354F;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 15px;
}

h1,
.title.large {
	font-size: 60px;
}

h2 {
	font-size: 50px;
	line-height: 1.3;
}

h3 {
	font-size: 40px;
	line-height: 1.375;
}

h4 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.333;
}

h5 {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.35;
}

h6 {
	font-size: 15px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.2em;
	line-height: 1.333;
	text-transform: uppercase;
}

.title.small {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.title.small span {
	background: #EDF5FB;
	border-radius: 40px;
	display: inline-block;
	padding: 13px 42px;
}
.title.center {
	text-align: center;
}
.title.dark span {
	background: #2F3E5A;
	color: #FFFFFF;
}
.title + br {
	display: none;
}

.title.has_icon {
	font-size: 25px;
	font-weight: 500;
	display: flex;
	align-items: center;
	letter-spacing: 0;
	margin-bottom: 35px;
}
.title.has_icon img {
	margin-right: 30px;
	align-self: start;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input, 
select, 
textarea, 
#page-container .gfield input, 
#page-container .gfield select, 
#page-container .gfield textarea {
	background-color: #EDF5FB;
	border: 0;
	border-radius: 0px;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.15;
	padding: 15px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

#page-container input[type="checkbox"],
#page-container input[type="image"],
#page-container input[type="radio"] {
	width: auto;
	vertical-align: top;
	margin-top: 2px;
}

:-ms-input-placeholder {
	color: #8b8b8b;
	opacity: 1;
}

::placeholder {
	color: #8b8b8b;
	opacity: 1;
}

#page-container .button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
	background-color: #384D78;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.18;
	padding: 17px 35px;
	width: auto;
	display: inline-block;
	min-width: 205px;
	text-align: center;
	text-decoration: none;
}

#page-container .button.secondary-btn {
	background: #33A5FF;
	color: #28354F;
}

#page-container .button:hover,
#page-container .button:focus,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
	background-color: #0ebfe9;
	text-decoration: none;
}

#page-container .button.secondary-btn:hover {
	background-color: #384D78;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.button + .button {
	margin-top: 5px;
	margin-left: 10px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #28354F;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Skip Links
--------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

:focus {
	outline: 1px solid #000;
	outline-offset: -1px;
}
.js-focus-visible :focus:not(.focus-visible) {
	outline: none !important;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	animation: fadein 1.5s;
	word-wrap: break-word;
	position: relative;
	overflow: hidden;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}


/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */


/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
	margin: 0 24px 24px 0;
}

.alignright {
	float: right;
	text-align: right;
	margin: 0 0 24px 24px;
}

.widget-area {
	word-wrap: break-word;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

/* Titles
--------------------------------------------- */

.entry-title a,
.sidebar .widget-title a {
	text-decoration: none;
}

.widget-title {
	margin-bottom: 24px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #fff;
	position: fixed;
	left: 0px;
	width: 100%;
	transition: all 0.3s ease 0s;
	z-index: 999;
}

.sticky .site-header {
	background-color: #fff;
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}

.site-header + * {
	margin-top: 105px;
}

.home .site-header + * {
	margin-top: 0;
}

.site-header .wrap {
	max-width: 1620px;
	width: 100%;
	display: flex;
	padding: 0 12px;
}

/* top bar section
--------------------------------------------- */

#top-bar-section {
	background: #EDF5FB;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	padding: 5px 0;
	text-align: right;
	transition: all 0.3s ease;
}
#top-bar-section .wrap {
	position: relative;
	display: block;
}
#top-bar-section a {
	font-weight: 600;
	margin-left: 15px;
	text-decoration: none;
}
#top-bar-section a:hover {
	text-decoration: none;
}
#top-bar-section .close-bar {
	width: 23px;
	height: 23px;
	/*background: url(images/close-icon.svg) no-repeat center #eee;*/
	position: absolute;
	right: 0;
	top: 1px;
	margin-left: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 14px;
	width: auto;
	flex: 0 0 197px;
}

.title-area a {
	display: block;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("images/logo-new.png");
	background-size: contain;
	width: 290px;
	height: 70px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: center;
	width: 100%;
	transition: all 0.3s ease;
}
.header-widget-area .widget_nav_menu {
	display: inline-block;
	vertical-align: top;
	padding: 22px 20px 0 20px;
}
.header-widget-area .widget_sow-editor {
	float: right;
	display: inline-block;
	vertical-align: top;
	padding-top: 11px;
}
#page-container .header-widget-area .button {
	min-width: auto;
	font-size: 15px;
	padding: 17px 25px;
	margin-top: 0;
}

.header-widget-area .nav-header .widget_sow-editor {
	display: none;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #28354F;
	display: block;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 600;
	padding: 0 20px 31px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item>a {
	color: #0074CC;
}

.genesis-nav-menu .sub-menu {
	background: #fff;
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	padding-top: 10px;
	width: 255px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu li {
	display: block;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: none;
	display: block;
	font-size: 16px;
	padding: 10px 20px;
	position: relative;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
	background: #33A5FF;
	color: #28354F;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu,
.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #28354F;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	outline: none;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: #fff;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	padding: 0;
	position: relative;
	z-index: 1000;
	font-size: 0px;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	position: relative;
	text-rendering: auto;
	top: 1px;
	font-size: 35px;
}

body .dashicons-before:before {
	display: inline-block;
	width: 33px;
	height: 30px;
	font-size: 33px;
}

.sub-menu-toggle {
	float: right;
	padding: 3px 0px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
	font-size: 25px;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

.genesis-responsive-menu {
	display: block;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

.dashicons-icon::before {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}

.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

.menu-toggle::before {
	font-size: 35px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

p,
.entry-content ol,
.entry-content ul,
.quote-caption {
	margin-bottom: 30px;
}

.entry-content ol {
	margin-left: 26px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.site-inner .pagination ul li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}

.pagination li a {
	background-color: #384D78;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	padding: 2px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #33A5FF;
	text-decoration: none;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul>li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #384D78;
	color: #fff;
	padding: 65px 0;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer a:hover {
	text-decoration: underline;
}
.follow-us-widget strong,
.follow-us-widget a.dashicons-icon {
	margin-right:3px;
}
.follow-us-widget a.dashicons-icon {
	font-size:20px;
	position: relative;
    top: 4px;
}

/*
footer disclaimer section
--------------------------------------------- */

.footer-disclaimer-section {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.77;
	padding-top: 60px;
	padding-bottom: 60px;
}

/*
footer copyright section
--------------------------------------------- */

.footer-copyright-section {
	border-top: 1px solid #FFFFFF;
	font-size: 14px;
	padding-top: 20px;
}
.footer-copyright-section li {
	display: inline-block;
}
.footer-copyright-section li:after {
	content: '|';
	display: inline-block;
	margin: 0 4px 0 6px;
}
.footer-copyright-section li:last-child:after {
	display: none;
}
.copyright-widget {
	text-align: right;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------*/

/*
Siteorigin Page Builder Styling
--------------------------------------------- */

.siteorigin-panels .site-inner {
	padding: 0;
}

.content-sidebar.siteorigin-panels .site-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.siteorigin-panels .entry {
	margin-bottom: 0;
}

/*
Top Bottom Gap Styling
--------------------------------------------- */

.top-gap {
	padding-top: 80px;
}
.top-gap-small{
	padding-top: 60px;
}
.top-gap-tiny {
	padding-top: 30px;
}

.bottom-gap {
	padding-bottom: 80px;
}
.bottom-gap-small{
	padding-bottom: 60px;
}
.bottom-gap-tiny {
	padding-bottom: 30px;
}

/*
Dark Background Section Styling
--------------------------------------------- */

.dark-bg-section {
	background-size: cover;
	background-position: center center;
	padding-top: 130px;
	padding-bottom: 130px;
}

.dark-bg-section *,
.light-fonts * {
	color: #fff;
}

/* divider 
--------------------------------------------- */

.divider {
	display: block;
	border-top: 2px solid #33A5FF;
	max-width: 80px;
	margin: 25px 0;
}
.divider:last-child {
	margin-bottom: 0;
}
.divider.center,
[style="text-align: center;"] .divider {
	margin-right: auto;
	margin-left: auto;
}
.divider.medium {
	max-width: 687px;
}
.divider.small {
	border-top: 2px solid #81C147;
	max-width: 76px;
}
.divider.light {
	border-color: #fff;
}

/*
inside page hero section
------------------------------------------------- */

.hero-panel {
	background: #384D78;
	position: relative;
	overflow: hidden;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	min-height: 665px;
	padding: 65px 0 340px;
}
.hero-panel:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	mix-blend-mode: multiply;
	z-index: 1;
}
.about-page .hero-panel:before {
	display:none;
}
.hero-panel * {
	color: #fff;
	height: 100%;
}
#page-container .hero-panel .widget_sow-image {
	margin-bottom: 0;
}
.hero-panel > img,
#page-container .hero-panel .so-widget-image,
#page-container .hero-panel .widget_custom_html {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.hero-panel video {
	width: 100%;
	object-fit: cover;
}
.hero-panel .wrap,
.hero-panel .widget_siteorigin-panels-builder {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

.hero-panel.small-hero-panel {
	padding: 70px 0;
	min-height: 400px;
}

.home .hero-panel {
	min-height: 835px;
	padding: 115px 0 75px;
}

/*
List Styling
------------------------------------------------- */

.site-inner ul {
	margin-left: 0;
}

.site-inner ul li {
	display: block;
	position: relative;
	padding-left: 34px;
	margin-bottom: 10px;
	line-height: 30px;
}

.site-inner ul li:before {
	content: '';
	background: #000;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 15px;
	left: 0;
	border-radius: 50%;
}

#page-container form li,
#page-container .slider li,
#page-container .sidebar ul li,
#page-container .page-numbers li,
#page-container ul.products li {
	padding-left: 0px;
	margin-bottom: 0px;
}

#page-container form li::before,
#page-container .slider li::before,
#page-container .sidebar ul li::before,
#page-container .page-numbers li::before,
#page-container ul.products li::before,
#page-container .pagination ul li::before,
#page-container .pagination ul li::before {
	display: none;
}

#page-container form li {
	font-weight: 400;
}

#page-container form li a {
	font-style: italic;
	text-decoration: underline;
}

#page-container form li a:hover {
	text-decoration: none;
}

/*
Large/Medium/Small Width Content Container
--------------------------------------------- */

.large-container,
.medium-container,
.small-container {
	width: 100%;
	margin: 0 auto;
}

#page-container .large-container {
	max-width: 1040px;
}

#page-container .medium-container {
	max-width: 980px;
}

#page-container .small-container {
	max-width: 740px;
}

/*
Additional Styling
------------------------------------------------- */

*:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

a[href^="tel"] {
	display: inline-block;
}

/*
Sharing Icons Styling
------------------------------------------------- */

#page-container .sharing-btns {
	display: inline-block;
	vertical-align: middle;
}

#page-container .sharing-btns,
#page-container .sharing-btns li {
	margin: 0;
	padding: 0;
}

#page-container .sharing-btns li {
	float: left;
	line-height: normal;
	margin: 0 5px 0 0;
}

#page-container .sharing-btns li::before {
	display: none;
}

#page-container .sharing-btns li a:hover {
	text-decoration: none;
}

#page-container .sharing-btns li:last-child {
	margin: 0;
}

/* gravity form styling
--------------------------------------------- */

#page-container .gfield label {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.35;
	vertical-align: top;
	font-family: 'Helvetica';
	font-weight:400;
	color:#28354f;
}

#page-container .gfield .gfield_required {
	font-weight: 700;
}

#page-container .gchoice {
	display: flex;
	align-items: start;
}

#page-container .gchoice input {
	margin-right: 5px;
	padding: 0;
}

#page-container .gform_footer {
	text-align: center;
	padding-top: 35px;
	padding-bottom:0;
}
.contact-form-area {
    margin-bottom: 100px !important;
	position:relative;
}
body .contact-form-area h3:after {
    display: block;
    content: '';
    width: 80px;
    height: 2px;
    background: #33A5FF;
    margin: 15px auto 55px;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
	height:237px;
}

/*
Gravity Forms Error Styling
------------------------------------------------- */

body .gform-body {
	width:970px;
	margin:0 auto;
}
#page-container .gform_wrapper.gravity-theme .instruction,
#page-container .gform_wrapper.gravity-theme .validation_message {
    padding: 0;
    background: none;
    border: none;
    margin-top: 0;
}
#page-container .gform_validation_errors .gform-icon {
	height: auto;
	top: 10px;
}
#page-container .gform_wrapper .gform_validation_errors {
	padding: 10px 10px 10px 48px;
	border-radius: 0;
	border-width: 1px;
}
#page-container .gform_wrapper .gform_validation_errors > h2 {
	font-weight: 400;
	line-height: inherit;
	font-family: inherit;
	margin-bottom: 5px;
}
#page-container .gform_wrapper .gform_validation_errors > ol {
	margin-bottom: 0;
}

/*
Blog Page
------------------------------------------------- */

.featured-image {
	float: left;
	margin: 9px 20px 7px 0;
}

.featured-image a,
.featured-image a img {
	display: block;
}

.featured-image a img {
	margin: 0px auto;
}

.type-post .entry-title,
.search article .entry-title {
	margin: 0 0 20px;
	font-size: 30px;
}

.entry-footer {
	border-top: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	padding: 7px 0;
	overflow: hidden;
	margin-top: 15px;
}

.entry-footer span {
	display: inline-block;
	margin-right: 10px;
}

.entry-footer:empty {
	display: none;
}

#page-container .type-post:last-child {
	margin-bottom: 50px;
}

#page-container .search-form input[type="submit"] {
	display: none;
}

/*----------For Accessibility Icon Placement----------------*/

body #pojo-a11y-toolbar {
	bottom: 20px !important;
	top: unset !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
	bottom: 0 !important;
}

body #cookie-law-info-bar {
	font-weight: 500;
}

/*
overlap section
------------------------------------------------- */

#page-container .overlap-section {
	position: relative;
	z-index: 5;
}
#page-container .overlap-section > div {
	margin-top: -275px;
	min-height: 275px;
	padding: 62px 75px 57px;
	position: relative;
	text-align: center;
	background: #EDF5FB;
	z-index: 9;
}
.overlap-section h6 {
	margin-bottom: 7px;
}
.overlap-section .divider {
	margin-top: 30px;
}

.hero-panel.no-overlap-section {
	padding: 65px 0;
}
#page-container .overlap-section.overlap-none > div {
	margin-top: 0;
}

/*
link style
------------------------------------------------- */

.link-style {
	display: inline-block;
	font-weight: 600;
	padding-right: 40px;
	position: relative;
	text-decoration: none;
}
.link-style:after {
	content: '';
	background: url(images/link-arrow.svg) no-repeat center center #33A5FF;
	border-radius: 2px;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 2px;
	right: 0;
	transition: all 0.3s ease 0s;
}
.link-style:focus:after, 
.link-style:hover:after {
	background-color: #28354F;
}

/*
tab style 1 styling
------------------------------------------------- */

#page-container .tab-style1 .sow-tabs {
	overflow: hidden;
}
.sow-tabs :focus {
	outline: none;
}
#page-container .tab-style1 .sow-tabs-tab-container {
	background-color: rgb(255 255 255 / 0%);
	padding: 0;
	-webkit-align-items: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#page-container .tab-style1 .sow-tabs-tab {
	background: #33A5FF;
	color: #28354F;
	font-size: 15px;
	font-weight: 700;
	padding: 21px 15px 22px 15px;
	margin: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
#page-container .tab-style1 .sow-tabs-tab.sow-tabs-tab-selected {
	background: #384D78;
	color: #fff;
}
#page-container .tab-style1 .sow-tabs-tab:after {
	content: '' !important;
	display: block;
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid #384D78;
	position: absolute;
	bottom: -11px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}
#page-container .tab-style1 .sow-tabs-tab.sow-tabs-tab-selected:after {
	opacity: 1;
}
#page-container .tab-style1 .sow-tabs-tab:focus,
#page-container .tab-style1 .sow-tabs-tab:hover {
	opacity: 0.9;
}
#page-container .tab-style1 .sow-tabs-title {
	width: 100%;
	justify-content: center;
}
#page-container .tab-style1 .sow-tabs-title img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	height: auto;
	margin-right: 15px;
}
#page-container .tab-style1 .sow-tabs-tab-selected .sow-tabs-title img {
	-webkit-filter: inherit;
	filter: inherit;
}
#page-container .tab-style1 .sow-tabs-panel-container {
	background-color: #f9f9f900;
}
#page-container .tab-style1 .sow-tabs-panel {
	padding: 0;
}
#page-container .tab-style1 .sow-tabs-panel-content {
	font-size: 17px;
	padding-top: 60px;
}
#page-container .tab-style1 .panel-grid-cell:last-child {
	align-self: center;
}

/*
texture section
------------------------------------------------- */

#page-container .texture-section {
	background-color: #384D78;
	padding-top: 80px;
	position: relative;
	z-index: 1;
}
#page-container .texture-section .img-touch-corner {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.texture-section .img-touch-corner * {
	height: 100%;
}
.texture-section .light-fonts {
	padding-bottom: 35px;
}
#page-container .texture-section .widget_sow-image {
	margin-bottom: 0;
}
#page-container .texture-section .img-touch-corner img {
	height: 100%;
	object-fit: cover;
	object-position: center right;
}
#page-container .overlay-box > .panel-grid-cell {
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 570px;
	padding: 52px 76px 0 0;
	z-index: 1;
}
#page-container .overlay-box > .panel-grid-cell .link-style {
	font-size:17px;
}
#page-container .overlay-box > .panel-grid-cell:before {
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1000%;
	z-index: -1;
}
.overlay-box h5 {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.8;
}

#page-container .texture-section.texture-style2 {
	background: transparent;
}
#page-container .texture-section.texture-style2 .img-touch-corner {
	position: relative;
}
#page-container .texture-style2 .overlay-box > .panel-grid-cell {
	padding-left: 70px;
	padding-right: 40px;
	right: 0;
	left: initial;
	font-size: 21px;
}
#page-container .texture-style2 .overlay-box > .panel-grid-cell:before {
	right: initial;
	left: 0;
}

/*
offer widget
------------------------------------------------- */

.offer-section {
	padding-top: 35px;
	padding-bottom: 35px;
}
.offer-widget .so-widget-sow-editor {
	display: flex;
	align-items: center;
	line-height: 1;
}
.offer-widget .widget-title {
	font-size: 22px;
	font-weight: 600;
	width: 430px;
	flex: 0 0 430px;
	padding-right: 20px;
	margin: 0;
}
.offer-widget .textwidget {
	display: flex;
	align-items: center;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.offer-widget .checkmark {
	display: flex;
	align-items: center;
	margin-right: 20px;
	width: 100%;
}
.offer-widget .checkmark:last-child {
	margin-right: 0;
}
.offer-widget .checkmark img {
	width: 100%;
	flex: 0 0 38px;
	margin-right: 15px;
}
.offer-widget h6 {
	font-family: 'Montserrat';
	letter-spacing: 0.1em;
	width: 100%;
}

/*
service link
------------------------------------------------- */

#page-container .service-link {
	display: flex;
	width: 100%;
	background: #384D78;
	color: #fff;
	font-size: 25px;
	min-height: 81px;
	align-items: center;
	line-height: 1.2;
	margin-bottom: 25px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.service-link img {
	max-width: 40px;
	max-height: 40px;
	margin-left: 30px;
	margin-right: 40px;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	transition: all 0.3s ease-in-out;
}
.service-link .service-text {
	width: 100%;
	padding: 10px 0;
}
.service-link .service-arrow {
	background: url(images/arrow-icon.svg) no-repeat center #33A5FF;
	flex: 0 0 86px;
	width: 86px;
	align-self: stretch;
	transition: all 0.3s ease-in-out;
	margin-left: 15px;
}
#page-container .service-link:focus, 
#page-container .service-link:hover {
	background: #33A5FF;
}
#page-container .service-link:focus img, 
#page-container .service-link:hover img {
	-webkit-filter: brightness(40%);
	filter: brightness(40%);
}
#page-container .service-link:focus .service-arrow, 
#page-container .service-link:hover .service-arrow {
	background-color: #384D78;
}

/*
testimonials row
------------------------------------------------- */

#page-container .testimonials-section {
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}
.testimonials-section:before {
	content: '';
	display: block;
	width: 83px;
	height: 64px;
	position: absolute;
	top: -32px;
	left: 90px;
	background: url(images/quotes.svg) no-repeat left bottom;
}
#page-container .testimonials-row {
	left: -20px;
	max-width: 1000px;
	padding: 0 20px;
	position: relative;
}
#page-container .testimonials-row .panel-grid-cell {
	flex: 1;
}
#page-container .testimonials-row .panel-grid-cell:first-child {
	flex: 0 0 320px;
	margin-right: 30px;
}
.testimonial-info {
	padding-top: 20px;
}
.tns-nav {
	/* text-align: center; */
	padding-top: 15px;
}
.tns-nav button {
	background: #33A5FF;
	border: none;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 3px 5px;
}
.tns-nav button.tns-nav-active {
	background: #28354F;
}

.light-fonts .tns-nav button {
	background: #EDF5FB;
	margin: 0 30px 0 0;
}
.light-fonts .tns-nav button.tns-nav-active {
	background: #2196F3;
}

/*
lines bg section
------------------------------------------------- */

.lines-bg-section {
	position: relative;
}
.lines-bg-section:before {
	content: '';
	display: block;
	width: 1038px;
	height: 661px;
	position: absolute;
	bottom: 0;
	left: 350px;
	background: url(images/lines.jpg) no-repeat left bottom;
	z-index: -1;
}
.align-right-content {
	text-align: right;
}

/*
checkbox grid row
------------------------------------------------- */

#page-container .checkbox-grid-row {
	text-align: center;
	line-height: 1.588;
}

/*
process boxes row
------------------------------------------------- */

.process-boxes-row .so-widget-sow-editor {
	background: #EDF5FB;
	padding: 36px 40px 36px 48px;
	letter-spacing: -0.02em;
	position: relative;
}
.process-boxes-row .so-widget-sow-editor:before {
	content: '';
	display: block;
	border-left: 1px solid #384D78;
	position: absolute;
	top: -30px;
	left: 68px;
	height: 30px;
}
.process-boxes-row .widget_sow-editor:first-child .so-widget-sow-editor:before {
	display: none;
}

/*
dark boxes row
------------------------------------------------- */

#page-container .dark-boxes-row .panel-grid-cell {
	background: #384D78;
	color: #fff;
	padding: 50px 24px 50px 28px;
	letter-spacing: -0.03em;
}
.dark-boxes-row * {
	color: #fff;
}
.dark-boxes-row h5 {
	text-align: center;
	min-height: 68px;
	letter-spacing: 0;
}

/*
box row
------------------------------------------------- */

#page-container #genesis-content .box-row {
	background: #EDF5FB;
	padding: 45px 45px 45px 65px;
}
.small-h5 h5 {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 25px;
}

/*
read more row styling
------------------------------------------------- */

.toggle-content {
	cursor: pointer;
	margin-left: 3px;
}
.read-more-row .widget_text {
	display: none;
}
.toggle-more.less {
	display: none;
}

/*-------- Accordian----------*/

body .sow-accordion {
	background:#EDF5FB;
    margin-top: 50px;
	margin-bottom:50px;
}
body #page-container .sow-accordion .sow-accordion-panel-header .sow-accordion-icon-image {
	max-height: none;
	margin-right: 25px;
}
body .texture-section .sow-accordion {
	margin-top: 0;
	margin-bottom: 0;
}
#page-container .accordian-texture-section {
	margin-top: 100px;
	margin-bottom: 80px;
}
#page-container .accordian-texture-section .img-touch-corner .sow-image-container {
	background: #384D78;
	height: auto;
}
#page-container .accordian-texture-section .img-touch-corner img {
	height:auto;
}
body #page-container .sow-accordion .sow-accordion-panel {
    margin-bottom: 0px;
}
body #page-container .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
	background:transparent;
	color:#28354F;
	font-size:25px;
	font-weight:500;
}
body .sow-accordion-panel {
	border-bottom:1px solid #93AEC2;
}
body .sow-accordion-panel:last-child {
	border-bottom:0;
}
body #page-container .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
	background:transparent;
	padding: 15px 30px 50px 30px;
}
body .sow-accordion-panel span.sow-icon-fontawesome {
    width: 37px;
    height: 37px;
    background: url("images/arrow-up.svg") no-repeat;
	position:relative;
	top:10px;
}
body .sow-accordion-panel.sow-accordion-panel-open span.sow-icon-fontawesome {
    background: url("images/arrow-down.svg") no-repeat;
}
body .sow-accordion-panel .sow-icon-fontawesome[data-sow-icon]:before {
	display:none;
}

/*
Custom css
---------------------------------------------------------------------------------------------------- */

.cta-area  {
	min-height:486px;
	margin-bottom:100px;
	padding-top:0;
	padding-bottom:0;
}
.cta-area p {
	padding-right: 270px;
}
#page-container .dark-bg-section .button {
	background:#fff;
	color:#28354F;
	margin-top:10px;
}
#page-container .dark-bg-section .button:hover,
#page-container .dark-bg-section .button:focus {
	background: #33A5FF;
	color: #28354F;
}
.quote-boxes .panel-grid-cell {
	background: #EDF5FB;
    padding: 70px 40px 45px;
    position: relative;
}
.quote-boxes .panel-grid-cell:before {
    display: block;
    content: '';
    width: 83px;
    height: 64px;
    background: url(images/quote-img.svg) no-repeat;
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.start-financial-process {
    min-height: 740px;
    padding-top: 0;
    padding-bottom: 0;
}
#page-container .start-financial-process .panel-grid-cell {
	width:555px;
	background:#384D78;
	padding:60px 40px;
}
.cta-text h3 {
	float:left;
}
#page-container .cta-text .button {
    min-width: 245px;
    float: right;
    margin-top: 35px;
}
.blue-bar-solution {
    padding-top: 75px;
    padding-bottom: 75px;
}
.two-boxes .panel-grid-cell {
	position:relative;
	margin-bottom:50px;
}
.two-boxes .widget_sow-editor {
    position: absolute;
    max-width: 645px;
    min-height: 560px;
    background: #fff;
    padding: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -80px;
    box-shadow: 0px 50px 50px rgb(47 62 90 / 20%);
}
.two-boxes .panel-grid-cell:last-child .widget_sow-editor .link-style {
    margin-top: 37px;
}
.two-blue-boxes {
	padding-top:0;
	padding-bottom:0;
}
.two-blue-boxes .panel-grid-cell {
	background:#384D78;
	min-height:307px;
	padding:50px 40px;
	position:relative;
}
.two-blue-boxes.two-blue-second-box .panel-grid-cell:last-child {
	padding: 28px 40px;
}
.save-time-area h2 {
	margin-bottom: 20px;
}
.two-blue-boxes .panel-grid-cell .widget_media_image {
    float: left;
    margin-right: 20px;
	margin-bottom: 0 !important;
}
.two-blue-boxes .panel-grid-cell .textwidget h6 {
	padding-top: 12px;
}
.two-blue-boxes .panel-grid-cell .textwidget p {
	margin-top: 35px;
}
.sow-tabs h5 {
	margin-bottom:25px;
}
#page-container .tab-style1 .sow-tabs-title {
	letter-spacing: 0.15em;
}
#page-container .tab-style1 .sow-tabs-panel-content {
	padding-top: 40px;
}
.cta-area.partner-area {
	min-height:425px;
	margin-top:75px;
	margin-bottom: 75px;
}
.cta-area.partner-area p {
	padding-right:0;
}
.blog-posts-area h3 {
	margin-bottom:20px;
}
.post-box {
	width:370px;
	min-height:425px;
	background: #EDF5FB;
	border-radius: 0px;
	float:left;
	margin-right:30px;
	color:#022C3F;
}
.post-box .featured-image {
	margin:0;
    margin-bottom: 50px;
}
.blog-posts-area .post-box:last-child {
	margin-right:0;
}
.post-box h5 {
	background:none;
	padding:0;
	font-size:25px;
	font-weight:500;
	text-align:left;
}
.post-box h5 a {
	text-decoration:none;
}
.post-box-inner {
	font-size:17px;
	padding:35px 25px;
}
#page-container .four-boxes-area {
    margin-top: 35px;
}
.four-boxes-area .panel-grid-cell {
    min-height: 315px;
    background: #384D78;
    color: #fff;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    padding: 0 28px;
}
.four-boxes-area .panel-grid-cell h4 {
	color:#fff;
}
.four-boxes-area .widget_media_image {
	text-align:center;
}
#page-container .logos-area {
    width: 890px;
    margin: 0 auto 50px;
}
.logos-area .widget_media_image {
	text-align:center;
}
.start-financial-process .link-style:focus:after, 
.start-financial-process .link-style:hover:after {
	background: url(images/arrow-blue.svg) no-repeat center center #fff;
	background-color: #fff;
}
.graphic-lines-add {
	position:relative;
}
.graphic-lines-add:after {
    display: block;
    content: '';
    width: 1038px;
    height: 732px;
    background: url(images/pattern.png) no-repeat;
    position: absolute;
    bottom: -110px;
    right: 0;
    z-index: -1;
}
	
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1621px) {
	.lines-bg-section:before {
	    left: 45%;
	}
}
@media only screen and (min-width: 981px) {

	.home:not(.sticky) .title-area a {
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}
	.home:not(.sticky) .site-header {
		background: transparent;
	}
	.home:not(.sticky) .genesis-nav-menu > li > a {
		color: #fff;
	}
	.home:not(.sticky) .genesis-nav-menu > li > a:hover {
		color: #33A5FF;
	}
	.home:not(.sticky) .genesis-nav-menu > .menu-btn > a {
		background: #fff;
		color: #19233D;
	}
	.home:not(.sticky) .genesis-nav-menu > .menu-btn > a:hover {
		background: #ff8514;
		color: #19233D;
	}
	.home:not(.sticky) #page-container .header-widget-area .button {
		background: #fff;
		color: #28354F;
	}
	.home:not(.sticky) #page-container .header-widget-area .button:hover {
		background: #33A5FF;
		color: #28354F;
	}
}

@media only screen and (max-width: 1500px) {
	
	.header-widget-area .widget_nav_menu {
		padding: 22px 0 0;
	}
	.genesis-nav-menu a {
		padding: 0 10px 31px;
	}
	.two-boxes .widget_sow-editor {
		max-width: 95%;
		bottom:-270px;
	}
	.two-boxes .panel-grid-cell {
		margin-bottom: 250px;
	}
}

@media only screen and (max-width: 1300px) {

	.header-widget-area .widget_nav_menu {
		padding: 22px 2px 0;
	}
	.genesis-nav-menu a {
		font-size: 15px;
		padding: 0 5px 31px;
	}
	.two-boxes .widget_sow-editor {
		padding: 37px;
	}
}

@media only screen and (max-width: 1200px) {

	.wrap,
	#page-container .so-panels-full-wrapper,
	#page-container .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) {
		padding-right: 20px;
		padding-left: 20px;
	}

	#page-container .so-panels-full-wrapper .so-panels-full-wrapper,
	#page-container .so-panels-full-wrapper .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-no-style,
	#page-container .so-panels-full-wrapper .panel-row-style:not([data-stretch-type]),
	#page-container .panel-row-style:not([data-stretch-type]) .panel-row-style,
	#page-container .panel-grid.panel-no-style .panel-grid.panel-no-style,
	#page-container .panel-grid.panel-no-style .panel-row-style:not([data-stretch-type]) {
		padding-left: 0px;
		padding-right: 0px;
	}

	.content {
		width: 580px;
	}

	#page-container .header-widget-area .button {
		font-size: 12px;
		padding: 17px 12px;
	}
	.genesis-nav-menu a {
		font-size: 12px;
		padding: 0 4px 31px;
	}
	.hero-panel {
		min-height: 550px;
	}
	h1,
	.title.large {
		font-size: 50px;
	}
	h2 {
		font-size: 40px;
		line-height: 1.3;
	}
	h3 {
		font-size: 35px;
		line-height: 1.375;
	}
	#page-container .overlay-box > .panel-grid-cell {
		padding: 35px 35px 0 20px;
	}
	.overlay-box .divider {
		margin: 15px 0;
	}
	.overlay-box p {
		margin-bottom: 20px;
	}
	.overlay-box p:last-child {
		margin-bottom: 0;
	}
	.footer-info-section {
		font-size: 14px;
	}
	.footer-copyright-section {
		font-size: 12px;
	}
	.footer-copyright-section li:after {
		margin: 0 1px 0 5px;
	}
	.home .hero-panel {
		min-height: 600px;
	}
	.offer-widget .widget-title {
		width: 260px;
		flex: 0 0 260px;
	}
	.offer-widget .checkmark img {
		margin-right: 10px;
	}
	.offer-widget h6 {
		letter-spacing: 0;
	}
	#page-container .service-link {
		font-size: 20px;
	}
	.service-link img {
		margin-right: 20px;
	}
	.testimonials-section:before {
		left: 20px;
	}
	#page-container .testimonials-row {
		left: 0;
	}
	.two-boxes .widget_sow-editor {
    	min-height: 615px;
    	padding: 35px;
	}
	.post-box {
    	width: 355px;
	}
	.cta-area p {
    	padding-right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	body .gform-body {
    	width: 100%;
	}
	.quote-boxes .panel-grid-cell {
		padding: 70px 15px 45px;
	}
	.two-boxes .widget_sow-editor {
		line-height:1.4;
	}
	.two-boxes h4 {
    	font-size: 24px;
	}
	.post-box {
    	width: 302px;
	}
	.partner-area br {
		display:none;
	}
	.four-boxes-area .panel-grid-cell h4 {
		font-size:23px;
	}
	.two-blue-boxes.two-blue-second-box .panel-grid-cell:last-child {
    	padding: 15px 19px;
	}
}

@media only screen and (max-width: 980px) {

	.site-header {
		position: relative;
	}

	.content,
	.sidebar,
	.site-header .widget-area {
		float: none;
		width: 100%;
	}

	.genesis-nav-menu a {
		font-size: 16px;
		padding: 5px 0;
	}

	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		position: relative;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 5px 0;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .sub-menu,
	.site-header .sub-menu .sub-menu {
		margin: 0px;
	}

	.nav-header,
	.nav-primary {
		display: none;
		width: 100%;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		left: -9999px;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		z-index: 99;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}

	.alignleft,
	.alignright {
		max-width: 300px;
	}

	.button + .button {
		margin-left: 0;
	}

	.home .hero-panel {
		padding: 70px 0;
		min-height: 400px;
	}

	.hero-panel {
		min-height: auto;
		padding: 65px 0 200px;
	}

	.hero-panel.no-overlap-section {
		min-height: 300px;
	}

	.sidebar {
		padding-top: 50px;
		clear: both;
	}
	h1,
	.title.large {
		font-size: 40px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 20px;
	}
	h1 br,
	h2 br,
	h3 br,
	h4 br,
	h5 br,
	h6 br {
		display: none;
	}
	.site-header + * {
		margin-top: 0;
	}
	.site-header .wrap {
		display: block;
	}
	.site-header .widget-area {
		text-align: right;
	}
	.header-widget-area .widget_nav_menu {
		padding: 15px 0;
		display: block;
	}
	.header-widget-area .widget_sow-editor {
		display: none;
	}
	.header-widget-area .nav-header .widget_sow-editor {
		display: block;
		float: none;
		text-align: left;
	}
	#page-container .header-widget-area .button {
		font-size: 15px;
		padding: 17px 22px;
	}
	.genesis-nav-menu {
		padding-top: 20px;
	}
	#page-container .tab-style1 .sow-tabs-tab {
		padding: 21px 10px 22px 10px;
	}
	#page-container .overlap-section > div {
		margin-top: -150px;
		padding: 50px 25px 45px;
	}
	#page-container .overlay-box > .panel-grid-cell {
		font-size: 15px;
		padding: 42px 30px 0 20px;
		line-height: 1.5;
	}
	#page-container .footer-copyright-section {
		display: block;
		text-align: center;
	}
	#page-container .footer-copyright-section > div {
		width: 100%;
	}
	.site-footer,
	.copyright-widget {
		text-align: center;
	}
	.site-footer .sow-image-container {
		justify-content: center;
	}
	.footer-disclaimer-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.offer-widget .widget-title {
		width: 100%;
		flex: initial;
		text-align: center;
		margin-bottom: 25px;
		padding-right: 0;
	}
	.offer-widget .so-widget-sow-editor {
		display: block;
		padding-right: 0;
	}
	.overlay-box h5 {
		font-size: 17px;
	}
	#page-container .texture-style2 .overlay-box > .panel-grid-cell {
		padding-left: 35px;
		padding-right: 0;
	}
	#page-container .testimonials-row .panel-grid-cell:first-child {
		flex: 0 0 270px;
	}
	#page-container .checkbox-grid-row {
		letter-spacing: -0.02em;
	}
	#page-container #genesis-content .box-row {
		padding: 35px 30px;
	}
	.small-h5 h5 {
		font-size: 17px;
	}
	.top-gap {
		padding-top: 60px;
	}
	.top-gap-small{
		padding-top: 40px;
	}
	.bottom-gap {
		padding-bottom: 60px;
	}
	.bottom-gap-small{
		padding-bottom: 40px;
	}
	.process-boxes-row .so-widget-sow-editor {
		padding: 30px 25px;
	}
	.title.has_icon {
		font-size: 22px;
	}
	.title.has_icon img {
		margin-right: 20px;
	}
	.process-boxes-row .so-widget-sow-editor:before {
		left: 45px;
	}
	.hero-panel.small-hero-panel {
		min-height: 300px;
	}
	.two-boxes h4 {
    	font-size: 18px;
	}
	.two-boxes .widget_sow-editor {
		font-size:15px;
		min-height: 390px;
	}
	.two-boxes .panel-grid-cell:last-child .widget_sow-editor .link-style {
    	margin-top: 0px;
	}
	#page-container .cta-text .button {
		margin-top:10px;
	}
	.two-blue-boxes .panel-grid-cell .textwidget h6 {
		font-size:14px;
	}
	#page-container .two-blue-boxes {
		display:block;
	}
	#page-container .two-blue-boxes .panel-grid-cell {
		width:100%;
		min-height: auto;
		padding: 25px 40px;
		margin-bottom: 30px !important;
	}
	.top-gap-small.financial-goal-tabs,
	.financial-goal-tabs.bottom-gap-small{
    	padding-top: 0px;
		padding-bottom:0;
	}
	.post-box {
    	width: 330px;
    	float: none;
    	margin: 0 auto 30px !important;
	}
	.four-boxes-area .panel-grid-cell {
    	min-height: 225px;
	}
	.four-boxes-area .panel-grid-cell h4 {
    	font-size: 20px;
	}
	.four-boxes-area .panel-grid-cell img {
		margin-bottom: -15px;
	}
	#page-container .logos-area {
    	width: 100%;
	}
}

@media only screen and (max-width: 780px) {

	.alignleft,
	.alignright {
		display: block;
		float: none;
		max-width: 100%;
		margin: 0 auto 20px;
	}
	.entry-content .entry-image {
		float: left;
		margin-right: 20px;
	}
	#page-container .sow-tabs-panel-container {
		display: none;
	}
	#page-container .sow-tabs-tab {
		margin: 0 0 20px;
	}
	#page-container .sow-tabs-tab.active-tab {
		margin-bottom: 0;
	}
	#page-container .active-tab + .mobile-tab-content {
		display: block;
	}
	.mobile-tab-content {
		background: #fff;
		display: none;
		padding: 20px;
		margin-bottom: 20px;
	}
	#page-container .tab-style1 .sow-tabs-tab-container {
		display: block;
	}
	#page-container .tab-style1 .sow-tabs-tab {
		margin-bottom: 10px;
	}
	#page-container .tab-style1 .sow-tabs-panel-content {
		padding-top: 10px;
	}
	.home .hero-panel {
		min-height: 300px;
		-webkit-flex-direction: initial !important;
		-ms-flex-direction: initial !important;
		flex-direction: initial !important;
	}
	.hero-panel.no-overlap-section {
		min-height: auto;
	}
	h1,
	.title.large {
		font-size: 32px;
	}
	#page-container .overlay-box > .panel-grid-cell {
		position: relative;
		bottom: 0;
		max-width: 100%;;
		padding: 30px 35px 30px 20px;
	}
	#page-container .overlay-box > .panel-grid-cell:before {
		width: 100%;
	}
	.texture-section .light-fonts {
		padding-bottom: 0;
	}
	.align-right-content {
		text-align: center;
	}
	.offer-widget .textwidget {
		flex-wrap: wrap;
		flex-direction: initial;
	}
	.offer-widget .checkmark {
		width: 50%;
		margin: 0;
		padding: 5px;
	}
	#page-container .texture-style2 .overlay-box > .panel-grid-cell {
		padding-left: 0;
	}
	#page-container .testimonials-section {
		padding-top: 80px;
		padding-bottom: 70px;
	}
	#page-container .testimonials-row .panel-grid-cell:first-child {
		flex: initial;
		margin-right: 0;
	}
	#page-container .checkbox-grid-row {
		letter-spacing: 0;
	}
	.cta-text h3 {
    	float: none;
    	text-align: center;
	}
	#page-container .cta-text .button {
		float:none;
    	margin: 0 auto 15px;
    	display: table;
	}
	.cta-area {
    	min-height: auto;
    	margin-bottom: 100px;
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
	.cta-area br,
	.cta-text br,
	.blue-bar-solution br {
		display:none;
	}
	.cta-text .title.small {
		text-align:center;
	}
	#page-container .quote-boxes {
    	margin-bottom: 0px;
	}
	#page-container .quote-boxes .panel-grid-cell {
    	padding: 70px 15px 45px;
    	width: 340px;
    	margin: 0 auto 70px;
	}
	#page-container .quote-boxes .panel-grid-cell:last-child {
		margin-bottom:0px;
	}
	.start-financial-process {
   	 	min-height: auto;
    	padding-top: 40px;
    	padding-bottom: 40px;
	}
	body .sow-accordion-panel span.sow-icon-ionicons {
		right:-10px;
	}
	.two-boxes .widget_sow-editor {
		bottom:0;
	}
	.top-gap-small.cta-text {
		padding-top:0;
	}
	.four-boxes-area .panel-grid-cell {
    	min-height: auto;
    	padding: 40px 10px !important;
	}
	.graphic-lines-add:after {
		width:100%;
	}
	.cta-area.partner-area {
		margin-bottom: 35px;
	}
	.dark-boxes-row h5 {
		min-height: auto;
	}
	.two-boxes .panel-grid-cell {
    	margin-bottom: 30px;
	}
	.title.small {
		text-align: center;
	}
	.title.small span {
		padding: 13px 30px;
	}
	#top-bar-section {
		text-align: center;
	}
}

@media only screen and (max-width: 500px) {

	.entry-content .entry-image {
		float: none;
		margin: 0 auto 20px;
	}
	#page-container .service-link {
		font-size: 17px;
		min-height: 70px;
	}
	.service-link img {
		margin-right: 15px;
		margin-left: 15px;
	}
	.service-link .service-arrow {
		flex: 0 0 70px;
		width: 70px;
	}
	body #page-container .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
		font-size: 20px;
    	line-height: 1.4;
		padding: 15px 30px 15px 15px;
	}
	body .sow-accordion-panel span.sow-icon-fontawesome {
		right:-20px;
	}
	body .gform_wrapper.gravity-theme .gfield textarea.large {
    	height: 150px;
	}
	#page-container .start-financial-process .panel-grid-cell {
		width: 100%;
		padding: 30px 20px;
	}
	.blue-bar-solution {
    	padding-top: 40px;
    	padding-bottom: 40px;
	}
	.two-boxes .widget_sow-editor {
		position: relative;
	}
	.two-boxes .widget_media_image {
		margin-bottom:0 !important;
		height:250px;
	}
	#page-container .accordian-texture-section {
		margin-top: 40px;
		margin-bottom: 50px;
		padding-top: 25px;
	}
	#page-container .accordian-texture-section .title.small {
		margin-bottom:5px;
	}
	#page-container .accordian-texture-section .title.dark span {
		margin: 0 auto;
    	display: table;
	}
	#page-container .accordian-texture-section h3 {
		text-align:center;
	}
	.two-boxes .divider {
		margin: 15px 0;
	}
	.graphic-lines-add .link-style {
		font-size:15px;
	}
	.offer-widget h6 {
		font-size: 13px;
	}
}
