/*
	Theme Name:			Riverchase Wealth Management
	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.2.0
	Template: 			genesis
	Template Version:	3.4.0
	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;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;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;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: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	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: #0073e5;
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	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: #333;
}

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: 'Tinos', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 50px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

h3 {
	font-size: 40px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

/* 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: #fff;
	border: 1px solid #BDBDBD;
	border-radius: 0;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.15;
	padding: 16px 20px;
	width: 100%;
}

input:focus,
textarea:focus,
#page-container .gfield input:focus, 
#page-container .gfield select:focus,
#page-container .gfield 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;
	padding: 0;
}

#page-container input:focus[type="checkbox"],
#page-container input:focus[type="image"],
#page-container input:focus[type="radio"] {
	outline: 1px solid #000;
}

:-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: #173779;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	line-height: 1.2;
	padding: 17px 40px;
	width: auto;
	display: inline-block;
	min-width: 215px;
	text-align: center;
	text-decoration: none;
}

#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: #409EFE;
	text-decoration: none;
}

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: #333;
	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. */
}

.more-link {
	position: relative;
	display: inline-block;
}

/* 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;
}

/* Display outline on focus */
: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 1s;
	word-wrap: break-word;
}

@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:850px;
}

.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;
	color:#444;
}

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

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

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

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

.home:not(.sticky) .site-header {
	background-color: rgba(0,0,0,0.4);
}

.site-header .wrap {
	max-width: 100%;
	padding: 0 1%;
}

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

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

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

.title-area {
	float: left;
	padding: 10px 0;
	width: auto;
}

.title-area a {
	display: block;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("images/logo.png");
	background-size: contain;
	width: 280px;
	height: 69px;
	position:relative;
	z-index:999;
}

.home:not(.sticky) .title-area a {
	background-image: url("images/logo-white.png");
}

.home:not(.sticky) .title-area a:focus{
	outline:1px solid #fff;
}

/* 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: auto;
	display: flex;
	margin: 30px 0 0;
}

#nav_menu-2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 780px;
}

a.login-btn {
    background: #125DC6;
    color: #fff;
    padding: 20px 10px;
}

a.schedule-btn {
    background: #173779;
    color: #fff;
    padding: 20px 10px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}

/*
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: #333;
	display: block;
	font-size: 18px;
	font-weight: 400;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
}

.home:not(.sticky) .genesis-nav-menu a {
	color: #fff;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a,
.genesis-nav-menu .menu-item-has-children:hover > a {
	text-decoration: none;
}

.genesis-nav-menu > .menu-item  >a {
	text-transform: none;
}

.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: 240px;
	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,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a,
.genesis-nav-menu .sub-menu .menu-item-has-children:hover > a {
	background: #FCC230;
	text-decoration: none;
}

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

.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: #fff;
	border: 2px solid #133779;
    color: #133779;
	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;
}

.menu-toggle {
	float: right;
	padding: 0;
	position: relative;
	z-index: 1000;
	font-size: 0px;
	width: 48px;
    height: 48px;
	top: 20px;
	right: 10px;
}

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

.site-header .menu-toggle::before {
	text-rendering: auto;
	font-size: 35px;
}

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

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	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: 26px;
}

.entry-content p a,
.entry-content li a {
	text-decoration: underline;
}

.entry-content p a:hover,
.entry-content li a:hover {
	text-decoration: none;
}

.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: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	padding: 5px 12px;
	display: inline-block;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a {
	background-color: #0ebfe9;
	text-decoration: none;
}

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

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

.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: #333;
	padding: 60px 0 100px;
	font-size: 17px;
}

.site-footer,
.site-footer a {
	color:#fff;
}

.footer-text {
	padding: 20px 0;
}

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

.footer-copy-text p,
.footer-copy-text a {
	font-size: 14px;
}

.footer-copy-text {
    border-top: 1px solid #fff;
    padding: 20px 0 0;
}

.footer-copy-text .right-sec p {
    text-align: right;
}

.social-media a {
    background: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 3px;
    margin: 0px 10px 0 0;
	font-size: 17px;
	color:#333;
}

.social-media a:focus{
	outline:1px solid rgb(64, 158, 254);
}

.social-media a.dashicons-icon::before {
    color: #333;
    position: relative;
    top: -4px;
    left: 1px;
}

/*
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: 50px;
}

.bottom-gap {
	padding-bottom: 50px;
}

.bottom-gap-small {
	padding-bottom: 35x;
}

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

.dark-bg-section {
	background-color: #000;
}

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

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

.hero-panel {
	background: #000;
	position: relative;
	overflow: hidden;
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 406px;
	padding: 140px 0 100px;
}

.blog .hero-panel:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
	z-index: 1;
}

.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;
}

.home .hero-panel {
	min-height: 755px;
}

.hero-panel p {
	font-size: 32px;
	line-height: 1.2;
}

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

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

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

.site-inner ul li:before {
	content: "";
	background: #173779;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 10px;
	left: 0;
	border-radius: 50%;
}

.site-inner .list-check-style ul li {
	padding-left: 75px;
}

.site-inner .list-check-style ul li:before {
	content: "";
	background: url("images/list-icon-good.svg") no-repeat;
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
}

.site-inner .list-arrow-style ul li:before {
	content: "";
	background: url("images/list-arrow.png") no-repeat;
	width: 17px;
	height: 26px;
	top: 2px;
	left: 0;
}

#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,
#page-container .sidebar ul li a {
	font-style: italic;
	text-decoration: underline;
}

#page-container .sidebar ul li a {
	font-style: normal;
}

#page-container form li a:hover,
#page-container .sidebar ul 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;
}

.entry-content a {
	color: #173779;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .read-more {
	color: #173779;
	font-style: italic;
	text-decoration: underline;
}

.entry-content .read-more:hover {
	text-decoration: none;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	color: #fff;
}

/*
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: 18px;
	font-weight: 400;
	line-height: 1.35;
	vertical-align: top;
	margin-bottom: 0;
}

#page-container .gform_footer {
	padding-top: 50px;
	justify-content: center;
}

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

#page-container .gform_wrapper.gravity-theme .instruction,
#page-container .gform_wrapper.gravity-theme .validation_message {
	display: none;
}

#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;
	margin-left: 0;
}

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

.entry-image-link img {
	border: 1px solid #e6e6e6;
	padding: 5px;
}

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

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

.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;
}

a.focus-visible .aligncenter {
	outline: 1px solid #000;
}

.cky-notice-group {
	justify-content: center !important;
}

.cky-btn {
	border-radius: 0 !important;
}

.cky-btn:hover {
	opacity: 1 !important;
	border-color: #409EFE !important;
	background-color: #409EFE !important;
	color: #fff !important;
}

/*
Blog & Archive Grid Layout Starts
----------------------------------------------------------------------------------------------------*/

.blog .site-inner,
.archive .site-inner{
	padding-top: 30px;
}

#featured-blog-panel{
	display:flex;
	gap:30px;
	align-items: center;
	background:#E4F3F2;
}

.featured-post-image{
	min-width:50%;
}

.featured-post-image img{
	width:100%;
}

.featured-post-content{
	padding: 25px 25px 25px 10px;
}

#featured-blog-panel h1{
	font-size: 45px;
	margin-bottom:7px;
}

#featured-blog-panel .read-more{
	margin-top:20px;
	min-width: 200px;
	background: #4EACA9;
	border-radius: 60px;
	color: #12153F;
	font-weight: 700;
	line-height: 17px;
	padding: 17px 27px;
	display: inline-block;
	font-size: 15px;
	font-family: 'Mulish',sans-serif;
}

#featured-post-category{
	font-family: 'Mulish',sans-serif;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
}

.all-categories{
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}

.all-categories a{
	padding:15px 25px;
	border:1px solid #4EACA9;
}

.all-categories a:hover{
	background:#4EACA9;
	color:#0D355E;
}

.blog-grid-panel{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}

.blog-grid-box{
	width:360px;
	font-size: 17px;
}

.blog-grid-box-image{
	min-height:249px;
	background:#E4F3F2;
	margin-bottom:20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog-grid-box h4{
	font-size:30px;
}

.blog-grid-box p{
	margin-bottom:5px;
}

.blog-grid-box img{
	margin-bottom:0px;
}

.blog-grid-box .read-more{
	text-decoration:underline;
}

.grid-post-category{
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: 'Mulish',sans-serif;
	font-weight:700;
	font-size: 14px;
	margin-bottom:5px;
}

.grid-post-category a{
	color:#0D355E
}

#archive-cat-title{
	text-align:center;
	padding:0 25px 20px 25px;
}

.single #featured-blog-panel h1:after{
	content:"";
	display:block;
	width:80px;
	height:2px;
	background:#12153F;
	margin:20px 0 20px;
}

/* Text Expander
--------------------------------------------- */

.expandable-content {
    margin-bottom: 27px;
}

.expandable-content .toggle-text-link {
    display: flex;
    justify-content: center;
}

.expandable-content .toggle-content {
    display: none;
    margin-top: 26px;
}

.site-inner .expandable-content ul li{
	margin-bottom:30px;
}

p.toggle-text-link a {
    color: #444;
    text-decoration: none;
    position: relative;
}

p.toggle-text-link a:after {
    content: "";
    display: block;
    background: url("images/read-more-less.png") no-repeat;
    width: 17px;
    height: 11px;
    position: absolute;
    right: -25px;
    top: 13px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.toggle-text-link a.active:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

/*
Custom Css
--------------------------------------*/

a.learn-more {
	font-size: 14px;
	text-decoration: none !important;
	text-align: center;
    display: block;
}

.feature-boxes .panel-grid-cell {
	position: relative;
}

.feature-boxes .panel-grid-cell .hover-text {
	background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 24.9691px 19.9753px rgba(0, 0, 0, 0.05);
    width: 440px;
    padding: 30px 20px;
    margin: 0 auto;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	opacity: 0;
	font-size: 14px;
	transition: all ease 0.3s;
}

.feature-boxes .panel-grid-cell .learn-more:hover + .hover-text {
	opacity: 1;
	z-index:999;
}

.feature-2 h4 {
	font-size: 26px;
}

.feature-3 h4 {
	font-size: 24px;
}

.feature-3 .widget_siteorigin-panels-builder .panel-layout .panel-grid:first-child h4{
	font-size:30px;
}

#page-container .sow-accordion-panel-header-container {
    border-bottom: 1px solid #ccc;
}

#page-container .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-title {
	font-weight: 700;
}

#page-container .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-header-container {
    border-bottom: none;
}

#page-container .sow-accordion-title.sow-accordion-title-icon-left {
    text-decoration: underline;
}

.team-member-box {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #CCCCCC;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
	padding: 20px;
	text-align: center;
}

.team-member-box h3 {
    font-size: 32px;
    font-weight: 700;
}

.team-member-box h4 {
    font-size: 26px;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 25px;
}

.phone-no {
	background: url("images/phone-icon.svg") no-repeat left center;
	padding: 0 0 0 30px;
	color: #000 !important;
    text-decoration: none !important;
    font-size: 18px;
	margin-right: 10px;
}

.email-icon {
	background: url("images/mail-icon.svg") no-repeat left center;
	padding: 0 0 0 30px;
	color: #000 !important;
    text-decoration: none !important;
    font-size: 18px;
}

.bio-text {
    display: none;
	text-align: left;
	padding: 30px 0 0;
}

a.bio-link {
    position: relative;
	text-decoration: none !important;
	color: #000;
}

a.bio-link:after {
    content: "";
    display: block;
    background: url("images/bio-link-arrow.svg") no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -30px;
    top: 0;
}

a.bio-link.active:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.genesis-responsive-menu .siteorigin-widget-tinymce.textwidget {
    display: none;
}

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

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

.featured-wrapper{
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	font-family: 'Tinos', serif;
}

.featured-wrapper .text-image-layout:first-child{
	padding-bottom:20px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:20px;
}

.featured-listing.left-side {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
	padding: 10px 20px 15px 20px;
}

.featured-listing.left-side h4 {
    margin-bottom: 15px;
}

.featured-wrapper h4{
	margin-bottom:5px;
}

#page-container .entry-content .left-right-featured-blog .button{
	font-family: 'Roboto',serif;
	padding: 10px 0px;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	text-transform:none;
	margin-top: 10px;
}

.text-image-layout{
	display:flex;
	flex-wrap:wrap;
}

#page-container .entry-content .left-right-featured-blog .text-image-layout .button{
	display:block;
}

.featured-listing-image {
	margin-bottom: 15px;
}

.text-image-layout .featured-listing-details,
.text-image-layout .featured-listing-image{
	width:50%;
	margin-bottom:0px;
}

.text-image-layout .featured-listing-details{
	padding-right:15px;
}

.text-image-layout .featured-listing-image img{
	height:225px;
	object-fit:cover;
}

.featured-cards-wrapper {
	display: flex;
	gap: 35px;
	font-family: 'Tinos', serif;
}

.featured-blog-cards-panel .featured-listing{
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
	padding:15px 15px;
}

#page-container .featured-blog-cards-panel .featured-listing .button{
	display:block;
	margin-top: 30px;
}

.featured-blog-cards-panel .featured-listing{
	line-height: 26px;
	font-size:18px;
}

.who-we-serve-overlapping-boxes .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell .widget_sow-editor{
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 25px 20px rgba(0, 0, 0, 0.05);
	max-width:85%;
	margin:-95px auto 0;
	color: #444444;
	position:relative;
	padding:21px 26px 50px 28px;
	line-height: 32px;
}

.who-we-serve-overlapping-boxes .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell .widget_sow-editor p{
	margin-bottom:10px;
}

.who-we-serve-overlapping-boxes .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell .widget_sow-editor a{
	color: #173779;
}

.who-we-serve-overlapping-boxes .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell .widget_sow-image{
	border: 1px solid #CCCCCC;
	box-shadow: inset 0px 0px 0px 7px #FFFFFF;
}

.who-we-serve-overlapping-boxes .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell .widget_sow-image img{
	padding:5px;
}

.steps-panel{
	line-height: 32px;
}

.steps-panel .panel-grid-cell:first-child .widget_sow-image:last-child{
	padding-top:110px !important;
	position:relative;
}

.process-row {
    margin: 0 0 140px !important;
}

.process-row .sow-image-container img {
    margin: -30px 0 30px;
}

.steps-panel .panel-grid-cell:first-child .widget_sow-image:last-child:before{
	content:"";
	display:block;
	width:7px;
	height:313px;
	background:url('images/steps-dotted-line.png');
	position:absolute;
	top:28px;
	left: 32px;
}

.steps-panel .panel-grid-cell:last-child h5{
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #444444;
	margin-bottom:25px;
	position:relative;
	font-family: 'Roboto', sans-serif;
}

.steps-panel .panel-grid-cell .so-widget-sow-editor {
	display: flex;
    align-items: baseline;
}

.steps-panel h3.widget-title{
	display:inline-block;
	position: relative;
	width: 75px;
	height: 75px;
	background: #173779;
	color:#fff;
	text-align:center;
	font-family: 'Tinos', serif;
	font-weight: 400;
	font-size: 28px;
	margin-right:30px;
	padding-top: 20px;
}

.light-cta-panel{
	padding:130px 0;
	background-position: center top !important;
}

.blue-gradient-panel{
	padding:90px 0 100px;
	background: url("images/blue-gradient.png") 0 0 no-repeat;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.blue-gradient-panel *,
.get-involved-panel *{
	color:#fff;
}

.blue-gradient-panel .gform_wrapper.gravity-theme .gfield_required, .get-involved-panel .gform_wrapper.gravity-theme .gfield_required {
	color: #FF9500;
}

.get-involved-panel {
	font-size: 17px;
}

#page-container .get-involved-panel .gfield input:focus{
	outline:2px solid #409EFE;
}

#page-container .get-involved-panel .button:focus{
	outline:1px solid #fff !important;
}

.image-content-wrapper {
	position: relative;
}

.hover-boxes .image-content-wrapper .image-description {
	text-align: left;
	font-size: 15px; 
    line-height: 1.4;
}

.site-inner .hover-boxes .image-content-wrapper .image-description ul li{
	line-height: 1.4;
	padding-left:15px;
}

.site-inner .hover-boxes .image-content-wrapper .image-description ul li:before {
	background: #ffffff;
	width: 5px;
	height: 5px;
}

.hover-boxes .image-content-wrapper .image-description .middle-me{
	padding:0 25px;
}

.get-involved-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style{
	background-color:rgb(32, 39, 119);
}

.get-involved-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child{
	padding:0 25px 0 45px;
}

#page-container .get-involved-panel .gform_footer {
	padding-top: 0;
	justify-content: center;
	margin: 0;
}

#page-container .get-involved-panel .button{
	background-color: #125DC6;
	margin-top: 20px;
}

#page-container .get-involved-panel .button:hover{
	background-color: #173779;
}

p.gform_required_legend {
	display: none;
}

body .gform_wrapper.gravity-theme .gfield_required {
	/*color: #FA7906;*/
	color: #000;
}

#page-container .blue-gradient-panel a.button{
	border:1px solid #fff;
	background:transparent;
}

#page-container .blue-gradient-panel a.button:hover,
#page-container .blue-gradient-panel a.button:focus{
	background:#fff;
	color:#1F237C;
}

.overlapping-row{
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	box-shadow: 0px 4px 27px 11px rgba(0, 0, 0, 0.15);
	padding:45px 50px 60px;
	margin-top:-120px !important;
	position:relative;
}

.overlapping-row h2{
	width: fit-content;
	padding-bottom:25px;
	margin:0 auto 20px;
	border-bottom:1px solid #F2F2F2;
}

.info-boxes .panel-grid-cell{
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
	padding:10px;
}

.info-boxes .sow-image-container img{
	width:100%;
}

.info-boxes h3.widget-title{
	font-weight: 400;
	font-size: 26px;
	line-height: 40px;
	text-align:center;
	margin-bottom: 8px;
}

#page-container .info-boxes .button{
	padding: 10px 18px;
	font-size: 18px;
	width:100%;
	margin-top:10px;
}

.get-involved-panel .right-aligned-image .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:first-child{
	padding-left:35px;
}

.get-involved-panel .right-aligned-image .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child {
    padding: 0 0px 0 35px;
}

.additional-note {
    font-size: 12px;
    text-align: center;
}

.blog .hero-panel,
.archive .hero-panel,
.single .hero-panel{
	text-align:center;
	text-transform:capitalize;
}

.calendar-widget,
.calendar-widget iframe th,
.calendar-widget iframe td{
	font-size:20px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	#nav_menu-2 {
		max-width: 565px;
	}

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

	a.login-btn,
	a.schedule-btn {
		font-size: 16px;
	}

	.feature-boxes .panel-grid-cell .hover-text {
		width: 100%;
	}

}

@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;
	}

	.sidebar {
		width: 320px;
	}

	#nav_menu-2 {
		max-width: 500px;
	}

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

	a.login-btn, a.schedule-btn {
		font-size: 14px;
	}

	.title-area a {
		width: 260px;
		height: 65px;
	}

	body {
		font-size: 16px;
	}

	.hero-panel p {
		font-size: 24px;
	}

	.feature-2 h4 {
		font-size: 24px;
	}

	.site-footer {
		font-size: 15px;
	}

	.social-media a {
		margin: 0px 5px 0 0;
	}

	.footer-copy-text p, .footer-copy-text a {
		font-size: 13px;
	}
	
	.get-involved-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child {
		padding: 0 15px 0 25px;
	}
	
	h2 {
		font-size: 44px;
	}
	
	h3 {
		font-size: 37px;
	}
	
	h4 {
		font-size: 24px;
	}
	
	.blue-gradient-panel {
		padding: 70px 0 70px;
	}
	
	.light-cta-panel {
		padding: 90px 0;
	}
	
	.who-we-serve-overlapping-boxes .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell .widget_sow-editor{
		padding: 18px 20px 25px 20px;
		line-height: 30px;
	}
	
	.get-involved-panel {
		font-size: 18px;
	}
	
	.featured-wrapper{
		line-height:22px;
	}
	
	#page-container .entry-content .left-right-featured-blog .button{
		font-size:15px;
	}
	
	.text-image-layout .featured-listing-details {
		width: 55%;
	}
	
	.text-image-layout .featured-listing-image{
		width: 45%;
	}
	
	.text-image-layout .featured-listing-image img {
		height: 195px;
	}
	
	.overlapping-row{
		margin-top: 0px !important;
	}
	
	.home .hero-panel {
		min-height: 550px;
	}
	
	.featured-cards-wrapper{
		gap:20px;
	}
	
	.info-boxes h3.widget-title{
		font-size:20px;
	}

	.process-row {
		margin: 0 0 100px !important;
	}

}

@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 {
		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;
	}

	.hero-panel,
	.home .hero-panel {
		min-height: auto;
	}

	.sidebar {
		clear: both;
	}

	#nav_menu-2 {
		max-width: 100%;
		position: relative;
	}

	.site-header .widget-area {
		display: block;
		margin: 0;
	}

	.genesis-responsive-menu .siteorigin-widget-tinymce.textwidget {
		display: block;
	}

	#sow-editor-2 .textwidget {
		display: none;
	}

	#nav_menu-2, #sow-editor-2 {
		float: none;
	}

	#nav_menu-2 .textwidget {
		text-align: center;
		margin: 20px 0 30px;
	}

	#nav_menu-2 .textwidget a {
		margin: 15px 5px;
		padding: 15px 15px;
	}

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

	h1 {
		font-size: 50px;
	}

	p.toggle-text-link a:after {
		top: 8px;
	}

	.entry-content ul {
		margin: 0;
	}

	.feature-boxes .panel-grid-cell .hover-text {
		z-index: 99;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 30px;
	}

	.top-gap {
		padding-top: 30px;
	}

	.bottom-gap {
		padding-bottom: 30px;
	}

	.site-footer {
		text-align: center;
		padding: 50px 0;
	}

	.site-footer .sow-image-container img {
		max-width: 278px !important;
		margin: 0 auto;
	}

	.footer-copy-text .right-sec p {
		text-align: center;
	}
	
	.get-involved-panel {
		text-align:center;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	.get-involved-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child {
		padding: 35px 15px 0 25px !important;
	}
	
	.get-involved-panel img.so-widget-image {
		display: block;
		margin: 0 auto;
	}
	
	.blue-gradient-panel {
		padding: 60px 0 60px;
	}
	
	.hover-boxes .so-widget-custom_image_widget{
		max-width:270px;
		margin:0 auto;
	}
	
	.light-cta-panel {
		padding: 55px 0;
		font-size:18px;
	}
	
	.steps-panel {
		line-height: 29px;
		font-size:18px;
	}
	
	.steps-panel .step-one .panel-grid-cell:first-child h3 {
		font-size: 28px;
	}
	
	.steps-panel .panel-grid-cell:first-child .widget_sow-image:last-child {
		padding-top: 70px !important;
	}
	
	.steps-panel .panel-grid-cell:first-child .widget_sow-image:last-child:before{
		height: 285px;
		top: 10px;
	}
	
	.steps-panel .panel-grid-cell:last-child h5{
		margin-bottom:10px;
	}
	.who-we-serve-overlapping-boxes .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell{
		max-width:570px;
		margin:0 auto 45px !important;
	}
	
	.featured-cards-wrapper{
		gap:20px;
	}
	
	.featured-listing.left-side{
		max-width: 570px;
		margin: 0 auto 35px;
	}
	
	.featured-wrapper .text-image-layout{
		align-items:center;
	}
	
	.text-image-layout .featured-listing-details {
		width: 64%;
	}
	
	.text-image-layout .featured-listing-image {
		width: 36%;
	}
	
	.info-boxes .panel-grid-cell{
		max-width: 300px;
		margin: 0 auto 35px !important;
	}
	
	.get-involved-panel .right-aligned-image .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:first-child {
		padding: 35px 20px 30px 20px !important;
	}

	.process-row {
		margin: 0 0 60px !important;
	}
	
	#page-container .featured-blog-cards-panel .featured-listing .button{
		font-size:16px;
	}
	
	.home:not(.sticky) .site-header {
    	background-color: #fff;
	}
	
	.home:not(.sticky) .title-area a {
    	background-image: url("images/logo.png");
	}
	
	.home:not(.sticky) .genesis-nav-menu a {
    	color: #333;
	}

}

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

	.alignleft,
	.alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 24px;
		display: block;
	}

	.entry-content .entry-image {
		float: left;
		margin-right: 20px;
	}
	
	.get-involved-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child {
		padding: 35px 15px 0 15px !important;
	}
	
	.steps-panel .step-one .panel-grid-cell:first-child h3 {
		font-size: 26px;
		display:flex;
		line-height: 1;
		align-items: center;
	}
	
	.steps-panel .panel-grid-cell:first-child h3:before{
		width: 60px;
		height: 60px;
		font-size: 24px;
		margin-right: 15px;
		padding-top: 17px;
	}
	
	.steps-panel .panel-grid-cell:first-child .widget_sow-image:last-child:before {
		top: 8px;
		left: 25px;
		height: 240px;
	}
	
	.steps-panel .panel-grid-cell:first-child .widget_sow-image:last-child {
		padding-top: 55px !important;
	}
	
	.steps-panel .panel-grid-cell:first-child .widget_sow-image:last-child img {
		max-width: 220px;
	}
	
	#page-container .steps-panel .button{
		padding: 14px 16px;
	}
	
	.featured-cards-wrapper {
		display: block;
	}
	
	.featured-blog-cards-panel .featured-listing {
		max-width: 365px;
		margin: 0 auto 35px;
	}
	
	.featured-blog-cards-panel .featured-listing:last-child{
		margin-bottom:0px;
	}
	
	.get-involved-panel .gform_wrapper{
		text-align: left;
	}
	
	.hero-panel p br,
	br{
		display:none;
	}
	
	.featured-excerpt br{
		display:block;
	}
	
	h3 {
		font-size: 30px;
	}
	
	.genesis-nav-menu{
		padding:0 15px;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.steps-panel .panel-grid-cell:first-child .widget_sow-image:last-child img {
		max-width: 60%;
	}
	
	.steps-panel {
		line-height: 24px;
		font-size: 16px;
	}
	
	.steps-panel .panel-grid-cell:last-child h5 {
		font-weight: 700;
		font-size: 20px;
		line-height: 28px;
	}
	
	h2 {
		font-size: 38px;
	}
	
	.our-process-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style{
		display:block;
	}
	
	.our-process-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell {
		width: 100% !important;
	}
	
	.our-process-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-row-style .panel-grid-cell:first-child{
		max-width:400px;
		margin:0 auto 35px;
	}
	
	.steps-panel .panel-grid-cell:first-child .widget_sow-image:last-child:before{
		height:100%;
	}

	.process-row {
		margin: 0 0 40px !important;
	}
	
}


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

	.entry-content .entry-image {
		float: none;
		margin: 0 auto 20px;
	}

	.entry-image-link img {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	#page-container .sow-accordion-title.sow-accordion-title-icon-left {
		text-decoration: underline;
		font-size: 18px;
	}

	.hero-panel {
		padding: 70px 0 70px;
	}

	.hero-panel p {
		font-size: 18px;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 34px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 20px;
	}

	.team-member-box h3 {
		font-size: 28px;
	}

	.team-member-box h4 {
		font-size: 22px;
	}

	.process-row h3 {
		font-size: 24px;
	}

}

@media only screen and (max-width: 415px) {
	
	.text-image-layout {
		display: block;
	}
	
	.text-image-layout .featured-listing-details {
		width: 100%;
	}
	
	.text-image-layout .featured-listing-image {
		width: 100%;
		margin-top:30px;
	}
	
}

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

	.process-row h3 {
		font-size: 20px;
	}

}
