<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     finance-child
Description:    Child theme for the finance
Author:         Themesflat
Template:       finance

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

a {
	font-weight: bold;
	/*color: #2c7b9e;*/
	color: #5d3fd3;
}
.bottom .copyright a {
    color: #a08750;
}
h2.entry-title a:hover, h2.entry-title a:focus {
	color: #A08750;
}
ul, ol {
	margin: 0 0 10px 25px;
}
img.special-tm {
	margin-top: 40px !important;
}
p.red-text {
	color: red;
}
th, td {
    border:none;
}
span.red-text {
	color: red;
}
span.left-indent {
	padding-left: 15px;
}
.wpb_raw_code .wpb_wrapper .vc_col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
.special-indent {
	margin-left: 20px;
}

/* Remove gray background from breadcrumbs, article sections */
.flat-overlay.bg-white .overlay {
    background: #fff;
    opacity: 1.0;
}
.page-title {
    background-image: none;
}
/* Apply footer menu styles to additional menus */
.footer-widgets #nav_menu-2 ul li, #nav_menu-8 ul li, #nav_menu-7 ul li {
	position: relative;   
    width: 100%; /* jason edited to go single column */
    float: left;
    padding-left: 15px;
    line-height: 16px; /* was 24px */
    padding-top: 5.5px;
    padding-bottom: 5.5px;
}
.footer-widgets ul li a {
	font-weight: normal;
}
.flat-top .custom-info a, .flat-top .custom-info i, .flat-top .custom-info {
    font-size: 14px;
    margin-right: -5px;
}
.flat-top .info-top-right {
    font-size: 14px;
    margin-right: -5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #a08750;
}
.btn-menu:before, .btn-menu:after, .btn-menu span {
    background-color: #a08750;
  
}
.vc_btn3-container.vc_btn3-center, .vc_btn3-container.vc_btn3-left {
	margin-bottom: 5px;
	margin-top: 5px;
}

/* forms */
label {
    width: 100%;
}
.ctct-form-button {
	color: #fff;
}
#HearAboutUs {
	height: 50px;
}
/* CF7 forms */
.form-left {
	float: left;
	width: 48%;
	margin-right: 1%;
}
.form-right {
	float: right;
	width: 48%;
	margin-left: 1%;
}
.form-lower {
	float: left;
	width: 100%;
	text-align: center;
}
div.wpcf7 {
	width: 100%;
	float: left;
	clear: both;
}
.wpcf7-form p {
	margin-bottom: 2px;
}
select.wpcf7-form-control, input.wpcf7-form-control[type="text"], input.wpcf7-form-control[type="password"], input.wpcf7-form-control[type="datetime"], input.wpcf7-form-control[type="datetime-local"], input.wpcf7-form-control[type="date"], input.wpcf7-form-control[type="month"], input.wpcf7-form-control[type="time"], input.wpcf7-form-control[type="week"], input.wpcf7-form-control[type="number"], input.wpcf7-form-control[type="email"], input.wpcf7-form-control[type="url"], input.wpcf7-form-control[type="search"], input.wpcf7-form-control[type="tel"], input.wpcf7-form-control[type="color"] {
	border: 1px solid #A08750;
	margin-bottom: 5px;
	height: 44px;
}
textarea.wpcf7-form-control {
	border: 1px solid #A08750;
	margin-bottom: 5px;
}
.wpcf7-form input.submit-button[type="submit"] {
	margin-bottom: 20px;
	color: #000;
}

/* Submit forms */
.submitform-content label {
    width: auto;
}
.submitform-content input[type="radio"] {
    margin: 5px 5px 5px 20px;
}
.form-tab175 {
    display: inline-block;
    width: 175px;
}
.form-tab225 {
    display: inline-block;
    width: 225px;
}
.form-tab250 {
    display: inline-block;
    width: 250px;
}
.submitform-content input.field100 {
    width: 10%;
}
.submitform-content input.field200 {
    width: 20%;
}
.submitform-content input.field300 {
    width: 30%;
}

/* Override boxed layout */
.boxed .themesflat-boxed, .boxed .header.header-sticky {
    max-width: none;
    margin: 0;
}

/* CB nav carousel */
.cb-icon-box {
    text-align: center;
}
.cb-icon-box i {
    font-size: 60px;
    color: #bfbfbf;
}

/* New plain HTML icon boxes */

.wcg-iconbox.left {
    text-align: left;
}
.wcg-iconbox-header {
    min-height: 60px;
}
.wcg-iconbox.left .wcg-iconbox-icon {
    float: left;
}
.wcg-iconbox .wcg-iconbox-header .sub-title {
    font-size: 30px;
    color: #a08750;
    margin: 10px;
    padding-left: 90px;
    font-weight: 700;
}
.wcg-iconbox-icon {
    width: 80px;
    text-align: center;
    display: inline-block;
}
.wcg-iconbox-icon span {
    color: #a08750;
    font-size: 60px;
}
.wcg-iconbox-title {
    padding-left: 90px;
}
.wcg-iconbox p {
    margin-left: 90px;
}

/* force full with after removing sidbar from search page */
.search .page-wrap.sidebar-left .content-area {
	float: left;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

/* Tighten up white space site-wide */
article.page.type-page {
	margin-bottom: 10px;
}
article.post, article.blog-post {
	margin-bottom: 10px;
	padding-bottom: 20px;
}

/* Portal pages */
.portaltitle {
    font-size: 20px; 
    font-weight: bold;
	color: #000000; /* jtw */
	margin-top: -10px;
}
.portaltitle a {
    color: #000;
}
.portalsubtitle {
    font-size: 14px; 
    font-weight: 500; 
    color: #666;
	padding-bottom:30px;
	
}
a:hover, a:focus {
	color: grey;
}

.testimonial-slider.style-1 .testimonial-content blockquote {
	text-align: left;
}

.testimonial-slider.style-1 .testimonial-author {
    margin-bottom: 0px;
}

/* Header */
.home .page-title.pagetitle_style_1 {
	display: none;
}
header .container{
	width: 92%;
	margin-right: 4%;
	margin-left: 4%;
}
#mainnav ul {
	float: right;
}
#mainnav &gt; ul &gt; li &gt; a {
	background-color: #A08750;
	line-height: 36px;
	border-radius: 5px;
	margin-top: 43px;
	margin-right: 10px;
	border: 1px solid #A08750;
	text-transform: none;
}
#mainnav &gt; ul &gt; li &gt; a:hover {
	background-color: #ffffff;
}
/* Removed for ADA compliance
#mainnav &gt; ul &gt; li#menu-item-11780.current-menu-item &gt; a {
	color: #ffffff !important;
}
#mainnav &gt; ul &gt; li#menu-item-11780.current-menu-item &gt; a:hover {
	color: #1d2738 !important;
}
*/
li#menu-item-12853 a:before {
	font-family: 'FontAwesome';
	content: '\f129';
	position: relative;
	margin-right: 8px;
	font-size: 110%;
}
li#menu-item-11779 a:before {
	font-family: 'FontAwesome';
	content: '\f023';
	position: relative;
	margin-right: 8px;
	font-size: 110%;
}
li#menu-item-11780 a:before {
	font-family: 'FontAwesome';
	content: '\f007';
	position: relative;
	margin-right: 8px;
	font-size: 110%;
}
#mainnav &gt; ul &gt; li:last-child &gt; a {
	padding: 0 20px 0 20px;
}
#mainnav ul#header-email-phone {
	float: left;
	display: block;
	width: 33.333%;
}
li#header-phone a:before {
	font-family: 'FontAwesome';
	content: '\f095';
	position: relative;
	margin-right: 8px;
	font-size: 110%;
}
li#header-phone-tab a:before {
	font-family: 'FontAwesome';
	content: '\f095';
	position: relative;
	margin-right: 8px;
	font-size: 110%;
}
#mainnav ul li#header-phone-tab {
	display: none;
}
li#header-email a:before {
	font-family: 'FontAwesome';
	content: '\f0e0';
	position: relative;
	margin-right: 8px;
	font-size: 110%;
}
li#header-fees a:before {
	font-family: 'FontAwesome';
	content: '\f155';
	position: relative;
	margin-right: 8px;
	font-size: 110%;
}
.header .header-wrap .logo {
    max-width: 25%;
}
.nav-wrap {
	float: left;
	width: 95%;
}
.flat-top .info-top-right a {
    color: #ffffff;
    font-size: 16px;
    margin-left: 13px;
	line-height: 24px;
	float: left;
}
.flat-top .info-top-left a:hover, .flat-top .info-top-right a:hover {
    color: #132A3F;
}
.flat-top .info-top-right {
    margin-right: 15%;
}
.flat-top .info-top-left {
    margin-right: 0;
	margin-left: 0;
	margin-top: 5px;
}
.flat-top .col-md-6.text-right {
	padding-top: 5px !important;
}
.flat-top .info-top-left a {
	color: #ffffff;
    margin-left: 7px;
	margin-right: 7px;
	line-height: 24px;
	float: left;
	background-color: #978051;
	border: 1px solid #ffffff;
	padding: 5px 8px;
	border-radius: 5px;
	font-size: 20px;
	width: 15%;
    margin-top: 8px;
}
.flat-top .info-top-left a:hover {
	background-color: #ffffff;
	border: 1px solid #978051;
}
.flat-top.header-style1 .col-md-6 {
	width: 100%;
}
#logo-center {
	display: block;
	float: left;
	width: 33.333%;
	text-align: center;
	padding: 10px 0px;
}
#logo-center-mobile {
	display: none;
}
img.site-logo {
	width: 340px;
}

/* Side menu */
.home .wsm-spmenu {
	display: none;
}
.wsm-spmenu-vertical {
	z-index: 1000000;
}
.wsm-icon::before {
	content: none !important;
}
.wsm-spmenu.wsm-spmenu-vertical.wsm-spmenu-right.wsm-spmenu-open a {
	font-family:sans-serif;
}
.header.header-sticky {
	z-index: 1000;
}
.wsm-spmenu.wsm-spmenu-vertical.wsm-spmenu-right.wsm-spmenu-open a {
	border-bottom: 1px solid #A08750 !important;
}
.flat-top.header-style1 {
	display: none;	
}

picture.alignleft {
	margin: 7px 30px 25px 0!important
}
picture.alignright {
	margin: 7px 0 25px 30px!important
}

/* Moved from theme customization */
.search .featured-post{
	display:none;
}
.eckb-article-defaults #eckb-article-content-body{
	color: #000;
}
#elay-grid-layout-page-container.elay-grid-template #elay-content-container .elay-section-container section .elay-section-body{
	color: #000;
}

#elay-sidebar-container-v2 .elay-article-title {
    font-size: 12px;
}
#elay-sidebar-container-v2 h3 {
    font-size: 14px;
}

h3.elay-grid-category-name{
	color: #000 !important;
}
.home-bio-text {
    display: inline-block;
	line-height: 12px; /* was 18px */
	font-size: 12px;
	margin-top: 5px;
}
#mainnav &gt; ul &gt; li &gt; a {
	color: #000000;
}

/* Side menu - Desktop only */
@media screen and (min-width: 1506px) {
	.wsm-spmenu-right {
		right: -190px;
	}
	.wsm-spmenu.wsm-spmenu-vertical.wsm-spmenu-right {
		background-color: #333;
		position: fixed;
		right: 0;
		width: 50px;
	}
	.wsm-spmenu.wsm-spmenu-vertical.wsm-spmenu-right.wsm-spmenu-open {
		width: 240px;
		height: 100%;
		top: 0;
	}
	.wsm-menu-trigger-right-top {
		top: 30px !important;
	}
	.wsm-spmenu.wsm-spmenu-vertical.wsm-spmenu-right a {
		margin-left: 50px;
		border-bottom: none !important;
	}
	.wsm-spmenu.wsm-spmenu-vertical.wsm-spmenu-right.wsm-spmenu-open a {
		margin-left: 0px;
	}
	.wsm-spmenu.wsm-spmenu-vertical.wsm-spmenu-right.wsm-spmenu-open a:first-of-type {
		margin-top: 77px;
	}
	.show-search a {
		margin: 43px 0 18px;
	}
}

/* Back to top button */
.go-top.show {
	right: 5px;
	bottom: 55px;
}

/* 404 page */
.page-header .nothing, .error404 .error-404 .sub-title-404 {
    color: #907948;
}
.error404 .flat-button {
    background-color: #907948;
}

/* Buttons */

.vc_btn3 {
	border: 1px solid #A08750 !important;
	font-size: 16px !important;
/*	background-color: #A08750 !important; jtw 07-18-2019 */
/*	color: #ffffff !important; */
}
.vc_btn3.vc_btn3-size-sm {
    /*padding: 12px 12px 12px 50px !important;*/
    padding: 8px 8px 8px 48px !important;
}
.vc_btn3.vc_btn3-size-md {
    padding: 8px 8px 8px 48px !important;
}
a.vc_btn3 {
	font-weight: normal;
}
.vc_btn3:hover {
	background-color: #ffffff !important;
	background-image: none !important;
	color: #1d2738 !important;
}
.vc_btn3-icon {
	font-size: 18px !important;
	vertical-align: middle !important;
	margin-top: -2px !important;
}

.nav-button-chat a, .nav-button-chat a:hover {
    color: #000;
}

.flat-iconbox-header {
	min-height: 60px;
}
.flat-iconbox.left .flat-iconbox-content, .flat-iconbox.left .flat-iconbox-title, .flat-iconbox.left .sub-title {
	padding-left: 90px;
}
.vc_col-has-fill &gt; .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row &gt; .vc_column_container &gt; .vc_column-inner, .vc_row-has-fill + .vc_row &gt; .vc_column_container &gt; .vc_column-inner, .vc_row-has-fill &gt; .vc_column_container &gt; .vc_column-inner {
	padding-top: 15px !important;
}
.flat-iconbox.left .flat-iconbox-icon {
	margin-right: 0px;
}

/* Legal footer info */
.legal-wrapper {
    background-color: #000;
    padding: 15px 10%;
}
.legal {
    font-style: italic;
    font-size: 9px;
    color: #999;
    line-height: 12px;
}

/* KB Styling */
.eckb-article-defaults #eckb-article-content a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.eckb-article-defaults #eckb-article-content a:hover, .eckb-article-defaults #eckb-article-content a:focus {
	color: #a08750;
}
.eckb-breadcrumb-link a span {
	color: #a08750 !important;
}
.eckb-breadcrumb-link a span:hover {
	color: #000000 !important;
}
.eckb-article-defaults #eckb-article-content {
	color: #000000;
	font: 14px/24px "Poppins", sans-serif;
	font-weight: 300;
}
.eckb-article-defaults #eckb-article-content ul {
	padding: 0 0 10px 25px;
}
.eckb-article-defaults #eckb-article-content p {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 20px
}
.eckb-article-defaults #eckb-article-content h1, .eckb-article-defaults #eckb-article-content h2, .eckb-article-defaults #eckb-article-content h3, .eckb-article-defaults #eckb-article-content h4, .eckb-article-defaults #eckb-article-content h5, .eckb-article-defaults #eckb-article-content h6 {
	font-family: "Poppins",sans-serif;
	margin: 10px 0;
	padding-bottom: 0;
	/*color: #222222;*/
	color: #a08750;
	font-weight: 600;
	line-height: 1.2em;
}
.eckb-article-defaults #eckb-article-content h1 {
	font-size: 32px;
	line-height: 1.3em;
	margin-top: 0;
}
.eckb-article-defaults #eckb-article-content h2 {
	font-size: 30px;
}
.eckb-article-defaults #eckb-article-content h3 {
	font-size: 24px
}
.eckb-article-defaults #eckb-article-content h4 {
	font-size: 20px;
}
.eckb-article-defaults #eckb-article-content h5 {
	font-size: 15px;
}
.eckb-article-defaults #eckb-article-content h6 {
	font-size: 13px;
}
.eckb_main_title {
	display: none;
}
.eckb-article-defaults #eckb-article-content strong span {
	font-weight: bold;
}
.asea-search-filter-container {
    display: none;
}
/* Tighten up white space for KB */
.epkb_post_type_1-template-default.single .page-wrap {
	padding-bottom: 10px;
	padding-top: 0px;
}
.eckb-kb-template {
	padding: 5px 4px 5px 4px !important;
	margin: 10px 0px 5px 0px !important;
}
#eckb-article-content-footer {
    margin-top: 2.5rem;
}
#asea-section-1 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	margin-bottom: 20px !important;
}

/* Remove uppercase text transformation for search result titles */
.search-results .entry-title a {
	text-transform: initial;
}

/* Widen prev/next KB nav blocks */
#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container .epkb-article-navigation__previous,
#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container .epkb-article-navigation__next {
    width: 320px !important;
}

/* Social Share and PDF - Print buttons */
#sfsi_plus_floater {
    margin-top: 169px !important;
    margin-right: 210px !important;
}
/* Hide Social icons on search results page */
.search-results .sfsi_plus_Sicons { display: none; }

/* Remove excess PDF Print Icon space in page header */
.pdfprnt-top-right {
	height: 0 !important;
}
p.page-last-modified {
	margin-bottom: 0 !important;
}

/* Normalize / center PDF Print Icon space in page header */
.sfsiplus_norm_row {
	bottom: -25px;
	z-index: 100000;
}
.eckb-kb-template .sfsiplus_norm_row {
	bottom: 7px;
}

/* Home page callounts / counters */
.flat-iconbox.style-3 .flat-iconbox-header .sub-title {
	font-size: 30px;
	color: #a08750;
	margin: 10px;
	font-weight: bold;
}

/* other link icons */
.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
	padding-left: 50px !important;
}

/* Bockquotes */
blockquote {
  /*background: #f9f9f9;*/
  border-left: 6px solid #a08750;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D";
  color: #000;
  font-style: normal;
  font-size: 14px;
}
blockquote:before {
  float:left;
  color: #a08750;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  margin-top: 0.2em;
}
blockquote p {
    margin-left: 40px;
}
.legal-bs {
    margin: 25px 40px;
}
.legal-bs:before {
    font-family: FontAwesome;
    font-size: 2em;
    font-style: normal;
    content: "\f24e";
    margin-top: 0em;
    margin-left: -40px;
    float:left;
    color: #a08750;
    line-height: 0.1em;
    margin-right: 0.25em;
}

/* Mobile - Responsive */
@media screen and (max-width: 1506px) {
	.show-search {
		margin-left: 0;
		margin-top: 15px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 1450px) {
	header .container {
		width: 96%;
		margin-right: 1%;
		margin-left: 1%;
	}
	/*.nav-wrap {
		width: 100%;
	}*/
	#mainnav ul li#header-phone {
		display: none;
	}
	#mainnav ul li#header-phone-tab {
		display: inline-block;
	}
	#mainnav ul li a {
		font-size: 12px !important;
	}
}
@media screen and (max-width: 1200px) {
	.flat-iconbox.left .flat-iconbox-content, .flat-iconbox.left .flat-iconbox-title, .flat-iconbox.left .sub-title {
		padding-left: 10px;
	}
	.home-callout-row .vc_btn3 {
		font-size: 15px !important;
	}
	.show-search {
		margin-right: 10px;
	}
}
@media screen and (max-width: 1150px) {
	#logo-center {
		width: 32.333%;
	}
	#mainnav ul#header-email-phone {
		width: 34.333%;
	}
}
@media screen and (max-width: 1100px) {
	#logo-center-mobile {
		display: block;
		float: left;
		width: 100%;
		text-align: center;
		padding: 10px 0px;
		background-color: #ffffff;
	}
	.header-wrap.clearfix {
		width: 100%;
		text-align: center;
	}
	.header .header-wrap .logo {
		width: 100%;
		max-width: 100%;
	}
	.nav-wrap {
		display: none;
	}
	.flat-top.header-style1 {
		display: block;	
	}
	.flat-top, .flat-top .info-top-right {
    	text-align: center;
	}
	.flat-top .info-top-right {
		display: none;
	}
	.wsm-menu-trigger {
    	background: #A08750 !important;
	}
	.wsm-menu-trigger-right-top {
    	top: 0px !important;
    	right: 10px !important;
	}
	.wsm-menu-trigger {
    	width: 3.5em !important;
    	height: 3.1em !important;
	}
	.wsm-menu-trigger.wsm-menu-trigger-right-top.wsm-active {
		background: #333333 !important;
	}
	.wsm-spmenu.wsm-spmenu-vertical.wsm-spmenu-right.wsm-spmenu-open a:first-of-type {
		margin-top: 47px;
	}
	#sfsi_plus_floater {
		margin-top: 230px !important;
	}
	.show-search {
		float: none;
		position: absolute;
		top: -160px;
		right: 40px;
	}
}
@media screen and (max-width: 1000px) {
	.flat-top.header-style1 .container {
		width: 100% !important;
	}
}
@media screen and (max-width: 991px) {
	.home-callout-row .vc_col-sm-4 {
		width: 100%;
	}
	.home-callout-row .vc_btn3 {
		font-size: 18px !important;
	}
	#sfsi_plus_floater {
		margin-top: 220px !important;
	}
	.footer-widgets .col-md-4 {
		float: left;
	}
}
@media screen and (max-width: 889px) {
	.flat-top .info-top-left a {
		width: 31.4%;
	}
	#sfsi_plus_floater {
		margin-top: 265px !important;
	}
	.show-search {
		top: -190px;
	}
}
@media screen and (max-width: 780px) {
	.flat-top .info-top-left a {
		width: 31%;
	}
}
@media screen and (max-width: 767px) {
	#sfsi_plus_floater {
		margin-top: 268px !important;
	}
}
@media screen and (max-width: 650px) {
	.flat-top .info-top-left a {
		width: 47%;
	}
	.form-left {
		float: left;
		width: 100%;
		margin-right: 0%;
	}
	.form-right {
		float: left;
		width: 100%;
		margin-left: 0%;
	}
	#sfsi_plus_floater {
		margin-top: 315px !important;
	}
	.show-search {
		display: none;
	}
}
@media screen and (max-width: 520px) {
	/*.flat-top .info-top-left {
		margin-top: 1px;
	}
	.flat-top .info-top-left a {
    	font-size: 20px;
		float: left;
		clear: both;
		width: 100%;
		margin: 4px 0px;
		padding: 8px;
	}*/
	.flat-top .info-top-left a {
		width: 100%;
	}
	img.site-logo {
		width: 270px;
	}
	#sfsi_plus_floater {
		margin-top: 424px !important;
	}
}</pre></body></html>