/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi
Description: Divi child theme via FreshySites
Author: FreshySites
Author URI: https://freshysites.com/
Template: Divi
Version: 1.5.0
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

.white, 
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white li, .white a,
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, li.white, a.white, p.white {
	color: #fff;
}

.black, 
.black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black li, .black a,
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black, li.black, a.black, p.black {
	color: #000;
}

.primary, 
.primary h1, .primary h2, .primary  h3, .primary h4, .primary h5, .primary h6, .primary li, .primary a,
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary, li.primary, a.primary, p.primary {
	color: #32a709;
}

.secondary, 
.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary li, .secondary a,
h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary, li.secondary, a.secondary, p.secondary {
	color: #daf238;
}

.tertiary, 
.tertiary h1, .tertiary h2, .tertiary h3, .tertiary h4, .tertiary h5, .tertiary h6, .tertiary li, .tertiary a,
h1.tertiary, h2.tertiary, h3.tertiary, h4.tertiary, h5.tertiary, h6.tertiary, li.tertiary, a.tertiary, p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white, a.bg-white {background-color: #fff;}
.bg-black, a.bg-black {background-color: #000;}
.bg-primary, a.bg-primary {background-color: #32a709;}
.bg-secondary, a.bg-secondary {background-color: #daf238;}
.bg-tertiary, a.bg-tertiary {background-color: #e4debe;}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

.text-lowercase, 
.text-lowercase h1, .text-lowercase h2, .text-lowercase h3, .text-lowercase h4, .text-lowercase h5, .text-lowercase h6, .text-lowercase li, .text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase, 
.text-uppercase h1, .text-uppercase h2, .text-uppercase h3, .text-uppercase h4, .text-uppercase h5, .text-uppercase h6, .text-uppercase li, .text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize, 
.text-capitalize h1, .text-capitalize h2, .text-capitalize h3, .text-capitalize h4, .text-capitalize h5, .text-capitalize h6, .text-capitalize li, .text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none, 
.text-transform-none h1, .text-transform-none h2, .text-transform-none h3, .text-transform-none h4, .text-transform-none h5, .text-transform-none h6, .text-transform-none li, .text-transform-none a {
	text-transform: none !important;
}

.font-weight-bold, 
.font-weight-bold h1, .font-weight-bold h2, .font-weight-bold h3, .font-weight-bold h4, .font-weight-bold h5, .font-weight-bold h6, .font-weight-bold li, .font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal, 
.font-weight-normal h1, .font-weight-normal h2, .font-weight-normal h3, .font-weight-normal h4, .font-weight-normal h5, .font-weight-normal h6, .font-weight-normal li, .font-weight-normal a {
	font-weight: 400;
}

.font-italic {font-style: italic;}

.text-underline-none, .text-underline-none a {text-decoration: none !important;}

.text-underline, .text-underline a {text-decoration: underline !important;}

.text-nowrap, .text-nowrap a {white-space: nowrap !important;}

.text-wrap-normal, .text-wrap-normal a {white-space: normal !important;}

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	-webkit-transform: none !important;
	transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
	content: '5';	
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a[href="#0"] { 
	pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;	
}
/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0,0,0,0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}
/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0,0,0,0.1);
}
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
	display: none !important;
	padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
	display: block !important;
	background-color: rgba(0,0,0,0.03);
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
	font-weight: bolder;
}

/* -- END HEADER -- */


/* -- FOOTER -- */

#freshy_copyright span {
	display: inline-block;
	line-height: 1.5em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: rgba(255,255,255,0.25);
	vertical-align: middle;
	margin: 10px auto 15px;
	display: block;
}

#freshy_copyright a.copyright_fs {
	display: block;
	vertical-align: middle;
	width: 42px;
	height: 20px;
	background-image: url("/wp-content/uploads/fs-lettermark-white.svg");
	background-repeat: no-repeat;
	background-size: 42px 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}

/* fix if using Impreza to remove underline */
#freshy_copyright a:hover {
	border: 0 !important;
}

@media (min-width: 600px) {
	/* vertical pipe divider */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
		display: inline-block;
	}
	#freshy_copyright a.copyright_fs {
		display: inline-block;
	}
}

@media (max-width: 980px) {
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {
	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {
	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}
	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {
	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd){
		clear: both;	
	}
	.checklist-columns-2-alt > ul,
	.checklist-columns-3-alt > ul,
	.checklist-columns-4-alt > ul {
		-moz-column-count: 2;
		-moz-column-gap: 8px;
		-webkit-column-count: 2;
		-webkit-column-gap: 8px;
		column-count: 2;
		column-gap: 20px;
	}
	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}
@media (min-width: 981px) {
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;	
	}
	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}
@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;	
	}
	.checklist-columns-4-alt ul {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: 'ETModules';
	content: '\f058';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #1080c4;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

.checklist ul li li::before {
	content: '\f192';
}

.pluslist ul li::before {
	content: '\f055';
}
.eventlist ul li::before {
	content: '\f274';
}
.locationlist ul li::before {
	content: '\f041';
}
.externallist ul li::before {
	content: '\f14c';	
}
.pdflist ul li::before {
	content: '\f1c1';
	color: red;
}
.userlist ul li::before {
	content: '\f2c0';
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et_parallax_bg {
	background-position: center center;	
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}
p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */


/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
	-moz-transform: scale(-1,-1);
	-o-transform: scale(-1,-1);
	-webkit-transform: scale(-1,-1);
	transform: scale(-1,-1);
}

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

/* partially due to Surbma's restyling of the form, 
there now apepars to be excess margin above fields at certain screen sizes,
when two or more inputs have errors side by side (hence the + in the CSS),
so let's remove that top gap */
@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
	.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
		margin-top: 0;
	}
}

/* we swap out form ajax spinner via PHP Function, and add spinning if its PNG */
img.gform_ajax_spinner[src$=".png"] {
	-webkit-animation: lime-spin 1.5s linear infinite;
	-moz-animation: lime-spin 1.5s linear infinite;
	animation: lime-spin 1.5s linear infinite;
	padding: 0;
	margin-left: 10px;
}
@-moz-keyframes lime-spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes lime-spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes lime-spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* fix for when Date Picker is used */
#ui-datepicker-div:empty {
	margin-top: 0;	
}

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 2rem;
	background: rgba(90, 90, 90, 0.1);
	text-align: center;
}

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}
.fullwidth-section.et_pb_section > .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;	
}
.fullwidth-row.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
	padding: 50px 10%;
}
@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
		padding: 80px 6%;
	}
}
/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}
@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}	
}
/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

/* -- END HELPERS -- */

/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li  {
	margin-bottom: 1em;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
	display: table;
	font-size: 0.85em;
}

/* -- END BLOG -- */


/* --------------- DESIGNER CSS BEGINS ------------- */

/*--- FONTS --- */
h1, h2, h3, h4, h5, h6, .home-toggle li a {
	font-family: proxima-nova,sans-serif;
	font-weight: 800;
	font-style: normal;
}
p {
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.fwidget p, .semibold p, .page-blurb h4.et_pb_module_header, .home-toggle .et_pb_menu ul li a, a.et_pb_button {
	font-family: proxima-nova, sans-serif;
	font-weight: 600!important;
	font-style: normal;
}

@media screen and (max-width: 1224px) and (min-width: 981px) {
	.page-blurb h4.et_pb_module_header {
		font-size: 1.5vw;
	}
}

/*Vertically align content*/
.ds-vertical-align {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (min-width: 981px) {
	.vertical-align-row {
		display: flex;
	}
}

/* --- BUTTON --- */
.et_pb_button {
	min-width: 220px;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.announcements .et_pb_column {
		margin-bottom: 0;
	}
	.announcements a.et_pb_button {
		font-size: 14px!important;
		line-height: 1em!important;
	}
}

/* --- FOOTER --- */
.et_pb_section_1_tb_footer a {
	text-decoration: none!important;
} 
.et_pb_gutters3.et_pb_footer_columns5 .footer-widget .fwidget {
	margin-bottom: 20px;
}
/*full width*/
#footer-bottom .container{ 
	margin-right: 2.773%; 
	margin-left: 2.773%; 
	width:94.454%!important; 
	max-width: 94.454%; 
}
#main-footer .container {
	max-width: 95%;
	width: 100%;
}
input.et_pb_s::before {
	content: '\55';
	position: absolute;
	font-family: 'ETModules';
	z-index: 1;
	right: 0;
	font-size: 20px;
	padding: 8px 20px;
}

.footer-widget div#text-2 {
	padding-right: 20px;
}

/* -- Footer Menu Tweaks -- */
#footer-widgets .footer-widget li:before{
	display:none;
}
#footer-widgets .footer-widget li {
	padding-left: 0px;
}
.et_pb_widget ul li {
	line-height: 1.7em;
	margin-bottom: 0px;
}

/* ----- Hide the FDIC Logo on Specific "Investment Services" Pages and Child Pages ----- */
/*Investment Services*/
.page-id-1767 #main-footer .footer-fdic-logo,
/*Child pages of Investment Services*/
.parent-pageid-1767 #main-footer .footer-fdic-logo,
/*Child pages of Retirement Planning*/
.parent-pageid-1813 #main-footer .footer-fdic-logo, 
/*Child pages of Insurance*/
.parent-pageid-1839 #main-footer .footer-fdic-logo,
/*Child pages of Investing & Advising*/
.parent-pageid-1866 #main-footer .footer-fdic-logo {
	display: none;
}

/* --- 	MENU --- 
@media screen and (max-width: 980px) {	
.et_pb_menu ul li a {
font-size: 14px!important;
}
}*/
/*--- HEADER ---*/
/*---------------------------------------------------------------*/ 
/*------Replace the Search Button with an Icon by Divi Soup------*/ 
/*---------------------------------------------------------------*/

/*Hide the search button*/

.top-home .ds-icon-search input.et_pb_searchsubmit,
.top-home .widget_search input#searchsubmit {
	background: transparent;
	color: transparent;
	border: none;
	width: 55px;
	z-index: 2;
}

/*Add padding to the search input field*/

.top-home .ds-icon-search input.et_pb_s,
.top-home .widget_search input#s {
	padding-right: 55px !important;
}

/*Add the icon*/

.top-home .ds-icon-search .et_pb_searchform:before,
.top-home .widget_search::before {
	content: '\55';
	position: absolute;
	font-family: 'ETModules';
	z-index: 1;
	left: 0;
	font-size: 14px;
	padding: 3px 4px 3px 7px;
	color: #002b52;
	font-weight: 900;
}
@media screen and (max-width: 980px) {	
	.top-home .ds-icon-search .et_pb_searchform:before,
	.top-home .widget_search::before {
		padding: 7px 4px 7px 7px;
	}	
	.top-home .et_pb_main_blurb_image {
		padding-top: 8px!important;
	}

}
@media screen and (max-width: 694px) {	
	.top-home .et_pb_column{
		width:100%!important;
	}
}
.top-home .et_pb_search.et_pb_hide_search_button input.et_pb_s {
	padding-left: 2em!important;
}
/*---------------------------------------------------------------*/ 
/*---End - Replace the Search Button with an Icon by Divi Soup---*/ 
/*---------------------------------------------------------------*/

/*move phone icon*/
.top-home .et_pb_main_blurb_image {
	width: 14px!important;
	margin-bottom: 0px!important;
	padding-top: 14px;
}
.top-home .et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left: 5px;
}
/*large search bar*/
.top-home .et_pb_column.et_pb_column_1_6.et_pb_column_5_tb_header.ds-vertical-align.et_pb_css_mix_blend_mode_passthrough.et-last-child {
	width: 220px;
}


/*@media screen and (max-width: 1119px) and (min-width: 981px) {
.top-home {
width: 91%!important;
}
.top-home .et_pb_column.et_pb_column_1_6.et_pb_column_5_tb_header.ds-vertical-align.et_pb_css_mix_blend_mode_passthrough.et-last-child {
width: 140px;
}
}*/

/* ---------- Top Header ---------- */
#page-container .top-home {
	margin-left: auto!important;
	margin-right: auto!important;
}
/* ----- Primary Menu ----- */
#page-container .top-home .primary-menu .et-menu {
	margin-left: 0;
	margin-right: 0;
}
#page-container .top-home .primary-menu li a {
	padding-bottom: 0;
	padding-top: 0;
}
/*Resize*/
@media (min-width: 981px) {
	#page-container .top-home .primary-menu li {
		margin-top: 0;
		padding: 15px 5px;
		background-color: #fff;
		border-right: 2px solid #dcdcdc;
	}
	#page-container .top-home .primary-menu li.current_page_item, #page-container .top-home .primary-menu li.current-page-ancestor {
		background-color: rgba(0,0,0,0);
		box-shadow: inset 0 0 20px 0px rgba(0,0,0,0.1);
		/*border-right: 0;*/
	}
	/*Logo*/
	#page-container .top-home .primary-menu .et_pb_menu__logo-wrap {
		display: none;
	}
	/*Menu*/
	#page-container .top-home .primary-menu .et-menu {
		display: flex!important;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
		height: 91px;
	}
	#page-container .top-home .primary-menu .et_pb_menu__menu, #page-container .top-home .primary-menu .et-menu-nav, #page-container .top-home .primary-menu .et-menu {
		width: 100%;
		box-shadow: 0px -6px 20px 0px rgba(0,0,0,0.17);
	}
	#page-container .top-home .primary-menu li {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		flex: 1 1 0px
	}
}
@media (max-width: 1250px) and (min-width: 981px) {
	#page-container .top-home .primary-menu li a {
		font-size: 15px;
		white-space: normal;
	}
}
/* ----- Secondary Menu ----- */
#page-container .top-home .secondary-menu .et-menu {
	margin-left: 0;
	margin-right: 0;
}
#page-container .top-home .secondary-menu .et-menu li {
	margin-top: 0;
	padding: 4px 10px;
}
#page-container .top-home .secondary-menu .et-menu li.top-menu-social {
	padding: 4px 3px;
}
#page-container .top-home .secondary-menu .et-menu li a {
	padding-bottom: 0;
}
#page-container .top-home .secondary-menu .top-menu-phone:before {
	font-family: 'ETModules';
	content: '\f095';
	width: 15px;
	margin: 0;
	display: inline-block;
	position: relative;
	top: 2px;
	color: #002b52;
	font-size: 14px;
	font-weight: normal;
}
/*Button*/
#page-container .top-home .secondary-menu li.top-menu-button {
	display: none;
}
/* ----- Search ----- */
.ds-icon-search{
}

/* ----- Main Menu ----- */
/*last menu has sub menu
#page-container .top-home .main-menu .et-menu > li:last-child .sub-menu {
right: 0;
left: auto;
}*/

/* -- Sub Menu -- */
.main-menu li li a {
	line-height: 1.5em;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

/* -- Button -- */
#page-container .top-home .main-menu li.menu-button {
	display: flex!important;
	justify-content: center;
	align-items: center;
}
#page-container .top-home .main-menu .menu-button a {
	background-color: #002b52;
	color: #fff!important;
	padding: 0.3em 1em;
	line-height: 1.3em;
}
#page-container .top-home .main-menu .menu-button a:hover {
	opacity: 1;
	background-color: #1080c4;
}

/* ----- Resize ----- */
@media (max-width: 1500px) and (min-width: 981px) {
	/* -- Main Menu -- */
	#page-container .top-home .main-menu ul li {
		padding-right: 0;
	}
	#page-container .top-home .main-menu ul li a {
		font-size: 1.52vw;
	}
	#page-container .top-home .main-menu .menu-item-has-children>a:first-child {
		padding-right: 15px;
	}
}
@media (min-width: 1251px) {
	#page-container .top-home .top-menu-row .et_pb_column:first-child {
		width: 45%;
	}
	#page-container .top-home .top-menu-row .et_pb_column:nth-child(2) {
		width: 35%;
		padding-left: 2%;
	}
}
@media (max-width: 1250px) and (min-width: 981px) {
	#page-container .top-home .top-menu-row .et_pb_column:first-child {
		width: 50%;
	}
	#page-container .top-home .top-menu-row .et_pb_column:nth-child(2) {
		width: 30%;
		padding-left: 0!important;
	}
}
@media (min-width: 981px) {
	#page-container .top-home .top-menu-row .et_pb_column:last-child {
		width: 20%;
		padding-right: 2%;
	}
	/* -- Main Menu -- */
	.main-menu .et_pb_menu__wrap,
	.main-menu .et_pb_menu__menu {
		display: block!important;
		float: right;
		position: relative;
	}
	.main-menu .et-menu li {
		display: inline-block!important;
	}
	.main-menu .et-menu .menu-item-has-children>a:first-child {
		text-shadow: 0em 0em 0.3em rgba(255,255,255,1);
	}
	/* Logo */
	.main-menu .et_pb_menu__logo-wrap {
		width: 30%;
	}
	/*Sub Menu*/
	#page-container .top-home .main-menu .sub-menu li a {
		font-size: 16px;
		padding: 3px 0;
	}
	#page-container .top-home .main-menu .sub-menu li.menu-item-has-children>a:first-child:after {
		top: 4px;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	/* -- Primary Menu -- */
	#page-container .top-home .primary-menu .et_pb_menu__menu {
		display: block;
	}
	#page-container .top-home .primary-menu .et_mobile_nav_menu {
		display: none;
	}
	#page-container .top-home .primary-menu li {
		margin-top: 0;
		padding: 20px 8px;
		background-color: #fff;
		border-right: 2px solid #dcdcdc;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		flex: 1 1 0px;
	}
	#page-container .top-home .primary-menu li:last-child {
		border-right: none;
	}
	#page-container .top-home .primary-menu li.current_page_item, #page-container .top-home .primary-menu li.current-page-ancestor {
		background-color: rgba(0,0,0,0);
		border-right: none;
	}
	#page-container .top-home .primary-menu li a {
		white-space: normal;
	}
	/*Logo*/
	#page-container .top-home .primary-menu .et_pb_menu__logo-wrap {
		width: 35%;
	}
	/* -- Secondary Menu -- */
	#page-container .top-home .secondary-menu .et_pb_menu__menu {
		display: block;
	}
	#page-container .top-home .secondary-menu .et_mobile_nav_menu {
		display: none;
	}
	/* -- Search Bar -- */
	#page-container .top-home .ds-icon-search .et_pb_searchform:before, .top-home .widget_search::before {
		padding: 6px 4px 3px 7px;
		line-height: 1.3em;
		font-size: 12px;
	}
	#page-container .top-home .et_pb_search.et_pb_hide_search_button input.et_pb_s {
		padding-top: 3px!important;
		padding-bottom: 3px!important;
	}
	/* -- Main Menu -- */
	#page-container .top-home .main-menu .et_pb_menu__menu {
		display: block;
		width: 100%;
	}
	#page-container .top-home .main-menu .et_pb_menu__menu>nav>ul {
		justify-content: space-between;
		width: 100%;
	}
	#page-container .top-home .main-menu ul li {
		padding-right: 0;
	}
	#page-container .top-home .main-menu ul li a {
		font-size: 2vw;
	}
	#page-container .top-home .main-menu .et_mobile_nav_menu {
		display: none;
	}
	.main-menu .et-menu .menu-item-has-children>a:first-child {
		text-shadow: 0em 0em 0.3em rgba(255,255,255,1);
	}
	#page-container .top-home .main-menu .sub-menu li a {
		line-height: 1.5em;
		font-size: 14px;
	}
	/*Logo*/
	#page-container .top-home .main-menu .et_pb_menu__logo-wrap {
		display: none;
	}
}

@media (max-width: 767px) {
	/* -- Primary Menu -- */
	#page-container .top-home .primary-menu .et_pb_menu__menu {
		display: block;
		width: 100%;
	}
	#page-container .top-home .primary-menu .et-menu {
		width: 100%;
		justify-content: space-evenly;
	}
	#page-container .top-home .primary-menu .et_mobile_nav_menu {
		display: none;
	}
	#page-container .top-home .primary-menu li {
		margin-top: 0;
		padding: 6px 3px;
		background-color: #fff;
		border-right: 2px solid #dcdcdc;
		flex: 1;
		justify-content: center;
		height: 100%;
		display: flex;
		align-items: center;
		text-align: center;
		flex: 1 1 0px;
	}
	#page-container .top-home .primary-menu li:last-child {
		border-right: 0;
	}
	#page-container .top-home .primary-menu li.current_page_item, #page-container .top-home .primary-menu li.current-page-ancestor {
		background-color: #dcdcdc;
		/*border-left: 0;
		border-right: 0;*/
	}
	#page-container .top-home .primary-menu ul li a {
		font-size: 3.5vw;
		white-space: normal;
	}
	/*Logo*/
	#page-container .top-home .primary-menu .et_pb_menu__logo-wrap {
		display: none;
	}
	/* -- Secondary Menu -- */
	#page-container .top-home .secondary-menu .et_pb_menu__menu {
		display: block;
	}
	#page-container .top-home .secondary-menu .et_mobile_nav_menu {
		display: none;
	}
	#page-container .top-home .secondary-menu .et-menu li {
		padding: 2px 4px;
	}
	#page-container .top-home .secondary-menu .et-menu li.top-menu-social {
		display: none;
	}
	/*Button*/
	#page-container .top-home .secondary-menu li.top-menu-button {
		display: block;
		position: relative;
		width: 100%;
		text-align: center;
	}
	#page-container .top-home .secondary-menu .top-menu-button a {
		background-color: #002b52;
		color: #fff!important;
		padding: 0.3em 1em!important;
		line-height: 1.3em;
	}
	#page-container .top-home .secondary-menu .top-menu-button a:hover {
		opacity: 1;
		background-color: #1080c4;
	}
	/* -- Search Bar -- */
	#page-container .top-home .ds-icon-search .et_pb_searchform:before, .top-home .widget_search::before {
		padding: 6px 4px 3px 7px;
		line-height: 1.3em;
		font-size: 12px;
	}
	#page-container .top-home .et_pb_search.et_pb_hide_search_button input.et_pb_s {
		padding-top: 3px!important;
		padding-bottom: 3px!important;
	}
	#page-container .top-home .ds-icon-search {
		margin-left: 0!important;
	}
	#page-container .top-home .ds-icon-search input.et_pb_s, #page-container .top-home .widget_search input#s {
		padding-right: 15px !important;
	}
	#page-container .top-home .ds-icon-search input.et_pb_s, #page-container .top-home .ds-icon-search input.et_pb_searchsubmit {
		font-size: 12px;
	}
	/* -- Main Menu -- */
	#page-container .top-home .main-menu li a {
		padding: 3px 0;
		line-height: 1.3em;
	}
	#page-container .top-home .main-menu .et_mobile_menu {
		overflow: hidden scroll;
		height: 250px;
	}
	/*Button*/
	#page-container .top-home .main-menu .menu-button a {
		width: 100%;
		text-align: center;
	}
}

/* ---------- Main Area ---------- */
/* Moves the page up to accomodate for the Menu 
@media (min-width: 981px) {
#et-main-area {
margin-top: -197px;
}
}
@media (max-width: 980px) and (min-width: 768px) {
#et-main-area {
margin-top: -197px;
}
}*/

/* ---------- Align Middle ---------- */
/* ----- More than one column ----- */
.align-middle .et_pb_row.et_pb_equal_columns {
	-webkit-align-items: center;
	align-items: center;	
}
/* ----- One Column ----- */
.align-middle-column {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* ---------- HOMEPAGE ---------- */
.home-toggle .et-pb-active-slide {
	padding: 0px;
}
.home-toggle ul.et_pb_tabs_controls:after {
	border-top: none;
}
.home-toggle ul.et_pb_tabs_controls {
	background-color: white;
}
.home-toggle .et_pb_tabs_controls li:not(.et_pb_tab_active):last-child, .home-toggle .et_pb_tabs_controls li {
	border-right: 2px solid #dcdcdc;
}
.helping ul.et_pb_tabs_controls {
	background-color: transparent;
}
.helping .et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
	border-right: none;
}
.helping ul.et_pb_tabs_controls:after {
	border-top: none;
}
.helping .et_pb_tabs_controls li {
	border-radius: 10px 10px 0px 0px;
	border-right: none;
}
.et_blog_grid_equal_height article {
	overflow: hidden;
	position: relative;
	
}

.et_blog_grid_equal_height .et_pb_blog_grid .et_pb_image_container img {
   
    max-height: 327px;
}
/*.et_blog_grid_equal_height article.et_pb_post a.more-link{
	position: absolute;
    bottom: 20px;
}
.et_blog_grid_equal_height article  .post-content{	
	padding-bottom: 100px !important;
}*/
@media screen and (max-width: 1509px) and (min-width: 1105px) {
	.helping .et_pb_tabs_1.et_pb_tabs {
		margin-top: -82px!important;
	}
}
@media screen and (max-width: 1104px) and (min-width: 981px) {
	.helping .et_pb_tabs_1.et_pb_tabs {
		margin-top: -119px!important;
	}
}
@media screen and (max-width: 980px) {
	.blue-column {
		margin-top: 165px;
	}
}

@media screen and (min-width: 768px) {
	.helping .et_pb_tabs_controls li {
		width:50%;
		display: initial;
	}
	.helping .et_pb_tabs_1.et_pb_tabs .et_pb_tabs_controls li, .helping .et_pb_tabs_1.et_pb_tabs .et_pb_tabs_controls li a {
		margin: 0 auto;
		width: 50%;
		text-align: center;
	}
	.home-toggle .et_pb_tabs_controls li {
		height:90px;
	}
}
@media screen and (max-width: 767px) {
	.helping .et_pb_tabs_controls li {
		border-radius: 0px 0px 0px 0px;
	}
	.helping .et_pb_tabs_1.et_pb_tabs .et_pb_tabs_controls li, .helping .et_pb_tabs_1.et_pb_tabs .et_pb_tabs_controls li a {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	.et_pb_menu__logo{
		max-width:80%!important;
	}
	.helping .et_pb_tabs_controls li {
		border-bottom: none;
	}
}

/* buttons fixed to the bottom */
.gq_r_fixed_buttons .et_pb_column {
	padding-bottom:70px;
}
.gq_r_fixed_buttons .et_pb_button_module_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.gq_r_fixed_buttons .et_pb_button_module_wrapper {
	padding-bottom: 30px;
}
@media screen and (max-width: 400px) {
	.blue-row .et_pb_image {
		margin-top: -50%!important;
	}
}

/*slider with testimonials*/
.et_pb_slide_description {
	text-shadow: none;
}
/*.et-pb-controllers {
left: 6%;
text-align: left;
}*/

/* ---------- Message Alert Bar ---------- */
/* ----- Close Button ----- */
#divibar-384 .divibar-customclose-btn-384 {
	top: 50% !important;
	padding: 0;
}
#divibar-384 .divibar-customclose-btn-384 span.custom_btn {
	font-weight: 800;
}

/* ---------- Custom Mobile Column Stacking Order ---------- */
@media all and (max-width: 980px) {
	/*** wrap row in a flex box ***/
	.custom-order-row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}
	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}
	.fourth-on-mobile {
		-webkit-order: 4;
		order: 4;
	}
	/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

/* ---------- Custom BG Image Slider ---------- */
.custom-bg-slider .et_pb_slides {
	height: 100%;
}

/* ---------- Interior Header ---------- */
#page-container .custom-interior-header .et_pb_fullwidth_header_container {
	max-width: 100%;
	width: 100%;
}
#page-container .custom-interior-header .header-content {
	background-color: rgba(0,43,82,0.8);
	padding: 2% 10px;
	margin-bottom: 0;
}
.custom-interior-header .header-content h1 {
	padding-bottom: 0;
}

/* ----- Header and Button Colors on "Investment Services" Pages and Child Pages ----- */
/* -- Header BG Color -- */
/*Investment Services*/
.page-id-1767 #page-container .custom-interior-header .header-content,
/*Child pages of Investment Services*/
.parent-pageid-1767 #page-container .custom-interior-header .header-content,
/*Child pages of Retirement Planning*/
.parent-pageid-1813 #page-container .custom-interior-header .header-content, 
/*Child pages of Insurance*/
.parent-pageid-1839 #page-container .custom-interior-header .header-content,
/*Child pages of Investing & Advising*/
.parent-pageid-1866 #page-container .custom-interior-header .header-content {
	background-color: rgba(7,72,41,0.8);
}
/* -- Header Text Colors -- */
/*Investment Services*/
.page-id-1767 .et_pb_bg_layout_light h2, .page-id-1767 .et_pb_bg_layout_light h3, .page-id-1767 .et_pb_bg_layout_light h4,
/*Child pages of Investment Services*/
.parent-pageid-1767 .et_pb_bg_layout_light h2, .parent-pageid-1767 .et_pb_bg_layout_light h3, .parent-pageid-1767 .et_pb_bg_layout_light h4,
/*Child pages of Retirement Planning*/
.parent-pageid-1813 .et_pb_bg_layout_light h2, .parent-pageid-1813 .et_pb_bg_layout_light h3, .parent-pageid-1813 .et_pb_bg_layout_light h4, 
/*Child pages of Insurance*/
.parent-pageid-1839 .et_pb_bg_layout_light h2, .parent-pageid-1839 .et_pb_bg_layout_light h3, .parent-pageid-1839 .et_pb_bg_layout_light h4,
/*Child pages of Investing & Advising*/
.parent-pageid-1866 .et_pb_bg_layout_light h2, .parent-pageid-1866 .et_pb_bg_layout_light h3, .parent-pageid-1866 .et_pb_bg_layout_light h4 {
	color: #074829!important;
}
/*Investment Services*/
.page-id-1767 .et_pb_bg_layout_dark h2, .page-id-1767 .et_pb_bg_layout_dark h3, .page-id-1767 .et_pb_bg_layout_dark h4,
/*Child pages of Investment Services*/
.parent-pageid-1767 .et_pb_bg_layout_dark h2, .parent-pageid-1767 .et_pb_bg_layout_dark h3, .parent-pageid-1767 .et_pb_bg_layout_dark h4,
/*Child pages of Retirement Planning*/
.parent-pageid-1813 .et_pb_bg_layout_dark h2, .parent-pageid-1813 .et_pb_bg_layout_dark h3, .parent-pageid-1813 .et_pb_bg_layout_dark h4, 
/*Child pages of Insurance*/
.parent-pageid-1839 .et_pb_bg_layout_dark h2, .parent-pageid-1839 .et_pb_bg_layout_dark h3, .parent-pageid-1839 .et_pb_bg_layout_dark h4,
/*Child pages of Investing & Advising*/
.parent-pageid-1866 .et_pb_bg_layout_dark h2, .parent-pageid-1866 .et_pb_bg_layout_dark h3, .parent-pageid-1866 .et_pb_bg_layout_dark h4 {
	color: #c2a303!important;
}
/* -- Checklist -- */
/*Investment Services*/
.page-id-1767 .checklist ul li::before,
/*Child pages of Investment Services*/
.parent-pageid-1767 .checklist ul li::before,
/*Child pages of Retirement Planning*/
.parent-pageid-1813 .checklist ul li::before, 
/*Child pages of Insurance*/
.parent-pageid-1839 .checklist ul li::before,
/*Child pages of Investing & Advising*/
.parent-pageid-1866 .checklist ul li::before {
	color: #c2a303!important;
}
/* -- Links -- */
/*Investment Services*/
.page-id-1767 #main-content .et_pb_bg_layout_light p a, .page-id-1767 #main-content .et_pb_bg_layout_light li a, .page-id-1767 #main-content .et_pb_bg_layout_light ol a,
/*Child pages of Investment Services*/
.parent-pageid-1767 #main-content .et_pb_bg_layout_light p a, .parent-pageid-1767 #main-content .et_pb_bg_layout_light li a, .parent-pageid-1767 #main-content .et_pb_bg_layout_light ol a,
/*Child pages of Retirement Planning*/
.parent-pageid-1813 #main-content .et_pb_bg_layout_light p a, .parent-pageid-1813 #main-content .et_pb_bg_layout_light li a, .parent-pageid-1813 #main-content .et_pb_bg_layout_light ol a, 
/*Child pages of Insurance*/
.parent-pageid-1839 #main-content .et_pb_bg_layout_light p a, .parent-pageid-1839 #main-content .et_pb_bg_layout_light li a, .parent-pageid-1839 #main-content .et_pb_bg_layout_light ol a,
/*Child pages of Investing & Advising*/
.parent-pageid-1866 #main-content .et_pb_bg_layout_light p a, .parent-pageid-1866 #main-content .et_pb_bg_layout_light li a, .parent-pageid-1866 #main-content .et_pb_bg_layout_light ol a {
	color: #074829!important;
	text-decoration: underline;
}

/* ---------- Move Up Headers  ---------- */
@media (max-width: 980px) and (min-width: 768px) {
	.custom-bg-slider {
		margin-top: -14px;
	}
	.custom-code {
		top: -14px;
	}
	#page-container .custom-interior-header {
		top: -14px;
	}
}

/* -------- TablePress -------- */
/*table header*/
#page-container .tablepress thead th {
	background-color: #002b52;
}

#page-container thead th, #page-container tr th {
	border-left: 1px solid #ddd;
}

.entry-content thead th, .entry-content tr th {
	color: #ffffff;
}
/*adds a left border to the columns*/
.tablepress tbody td {
	border-left: 1px solid #ddd;
}

/* ---------- Gravity Forms ---------- */
/* ----- Focus Border Effect ----- */
/* -- Field -- */
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body #page-container .gform_wrapper .gform_body .gform_fields .gfield select,
body #page-container .gform_wrapper .gform_body .gform_fields .gfield textarea {
	border: 1px solid #d8d8d8;
	color: #4f4f4f;
	transition: all 0.3s ease;
	background-color: #fbfbfb;
}

/* -- Focus -- */
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus,
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus,
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=url]:focus,
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=number]:focus,
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=password]:focus,
body #page-container .gform_wrapper .gform_body .gform_fields .gfield select:focus,
body #page-container .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
	border-color: #1080c4;
}

/* ---------- Blog ---------- */
/*styles the 'read more' link to look like a button*/

.et_pb_posts a.more-link, .et_pb_post a.more-link {
	margin-top: 15px;
	display: inline-block;
	padding: .3em 1em !important;
	font-size: 22px;
	background: #1080c4;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	color: #fff;
	min-width: 175px;
	line-height: 1.7em !important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.et_pb_posts a.more-link:hover, .et_pb_post a.more-link:hover {
	color: #002b52;
	background: #eeeeee;
	border-color: #eeeeee;
}

/* ---------- Search and Archive ---------- */
.search #main-content > .container, .archive #main-content > .container, .post-template-default #main-content > .container {
	max-width: 80%;
	width: 80%;
}

/* ---------- Super Script ---------- */
sup {
	font-size: 70%;
}

/* ---------- Links on a dark layout ---------- */
.et_pb_bg_layout_dark p a, .et_pb_bg_layout_dark li a, .et_pb_bg_layout_dark ol a {
	color: #fff;
	text-decoration: underline;
}

/* ---------- PDF Embedder ---------- */
/* ----- Align Center ----- */
.et_pb_text_align_center div.pdfemb-viewer {
	margin-left: auto;
	margin-right: auto;
}
/* ----- Align Left ----- */
.et_pb_text_align_right div.pdfemb-viewer {
	margin-left: auto;
}

/* ---------- Custom Banking Login Forms ---------- */
.custom-form {
	font-size: 22px;
}
/* ----- Form ----- */
.custom-form input {
	border: 1px solid #d8d8d8;
	color: #4f4f4f;
	transition: all 0.3s ease;
	background-color: #fbfbfb;
	width: 100%;
	margin: 15px 0;
	padding: 0.3em;
	line-height: 1.3em;
	font-size: 22px;
}
.custom-form input:focus {
	border-color: #1080c4;
}
/* ----- Button ----- */
.custom-form button {
	background-color: #002b52;
	color: #fff!important;
	padding: 0.3em 1em;
	line-height: 1.3em;
	font-weight: 600;
	font-size: 22px;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.custom-form button:hover {
	background-color: #1080c4;
}

/* ---------- Borders for App Landing Pages ---------- */
/* ----- Right Desktop - Bottom Mobile ----- */
@media (min-width: 981px) {
.custom-right-border {
	border-right: 2px solid #bfbfbf;
	}
}
@media (max-width: 980px) {
.custom-right-border {
	border-bottom: 2px solid #bfbfbf;
	}
}

/* ---------- Custom Fullwidth Image ---------- 
@media (min-width: 981px) {
	.custom-fullwidth-image img {
		margin-top: -197px;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	.custom-fullwidth-image img {
		margin-top: -145px;
	}
}*/

/* TablePress */
.investment-disclosure-table.tablepress {
	border: 1px solid #ddd;
}

.investment-disclosure-table.tablepress tbody td {
	text-align: center;
}

/* home - cash management tab - button */a.bigblue
.login-button-tabs .et_pb_all_tabs .et_pb_tab a.big-button,
.login-button-tabs .et_pb_all_tabs .et_pb_tab a.bigblue {
	border: 1px solid #002b52;
    font-size: 18px;
    background-color: #002b52;
	color: #fff !important;
	border-radius: 0;
	background: #002b52;
	text-shadow: none;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
}
.login-button-tabs .et_pb_all_tabs .et_pb_tab a.big-button:hover,
.login-button-tabs .et_pb_all_tabs .et_pb_tab a.bigblue:hover {
	border: 1px solid #fff;
    background-color: #fff;
	background: #fff;
	color: #002b52 !important;
}
/* ---------- Custom Banking Login Forms (new edit july 23) ---------- */
.custom-formnew {
	font-size: 22px;
}
/* ----- Form ----- */
.custom-formnew input {
	border: 1px solid #d8d8d8;
	color: #4f4f4f;
	transition: all 0.3s ease;
	background-color: #fbfbfb;
	width: 100%;
	margin: 0 0;
	padding: 0.3em;
	line-height: 1.3em;
	font-size: 18px;
}
.custom-formnew input:focus {
	border-color: #1080c4;
}
/* ----- Button ----- */
.custom-formnew button {
	background-color: #002b52;
	color: #fff!important;
	padding: 0.3em 1em;
	line-height: 1.3em;
	font-weight: 600;
	font-size: 18px;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.custom-formnew button:hover {
	background-color: #1080c4;
}

/* Fix size of navigation menu -08/24/21 AC- */
.container, .et_pb_row, .et_pb_slider .et_pb_container, .et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container, .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
	max-width: 100% !important;
}
/* End Fix size of navigation menu -08/24/21 AC- */

/* Remove white space between menu and homepage content -06/15/21 AC- */
.page-id-33 .et_pb_section {
	padding-top: 10px !important;
}
@media only screen and (max-width: 1509px) {
	.page-id-33 .et_pb_section {
		padding-top: 35px !important;
	}
}
@media only screen and (max-width: 1104px) {
	.page-id-33 .et_pb_section {
		padding-top: 50px !important;
	}
}
@media only screen and (max-width: 980px) {
	.page-id-33 .et_pb_section {
		padding-top: 0px !important;
	}
}
/* END Remove white space between menu and homepage content -06/15/21 AC- */

.button-blue {
	display: flex!important;
	justify-content: center;
	align-items: center;
}
.button-blue a {
	background-color: #002b52;
	color: #fff!important;
	padding: 0.3em 1em;
	line-height: 1.3em;
}

/* ---------- Custom Banking Login Forms ---------- */
.banno-form {
	font-size: 18px;
	color: #fff!important;
	padding: 10px
}
/* ----- Form ----- */
.banno-form input {
	border: 1px solid #d8d8d8;
	color: #4f4f4f;
	transition: all 0.3s ease;
	background-color: #fbfbfb;
	width: 100%;
	margin: .3em 0;
	padding: 0.3em;
	line-height: 1.3em;
	font-size: 16px;
}
.banno-form input:focus {
	border-color: #1080c4;
}
/* ----- Button ----- */
.banno-form button {
	background-color: #002b52;
	color: #fff!important;
	padding: 0.3em 1em;
	margin: 0.3em 0;
	line-height: 1.2em;
	font-weight:400;
	font-size: 16px;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.banno-form button:hover {
	background-color: #1080c4;
}
.button-blue a:hover {
	opacity: 1;
	background-color: #1080c4;
}

/* ---------- Homepage - NEW LAYOUT ---------- */
.custom-max-width {
	max-width: 1272px !important;
	width: 95%;
}
/* ---------- Home Top Slider ---------- */
.home-top-slider .n2-ss-static-slide {
	max-width: 345px;
	margin-right: 60px;
	margin-left: auto;
}
/* ---------- Skewed H1 BG ---------- */
.top-section-skewed-bg {
	text-align: left;
}
.top-section-skewed-bg h1, .top-section-skewed-bg h3 {
	position: relative !important;
	display: inline-block !important;
	padding: 12px 18px !important;
}
.top-section-skewed-bg h1:after, .top-section-skewed-bg h3:after {
	content: '' !important;
	display: block !important;
	width: 100% !important;
	background-color: #002b52;
	transform: skew(-15deg, 0deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
}
/* ---------- Skewed H1 BG RED ---------- */
.top-section-skewed-redbg {
	text-align: left;
}
.top-section-skewed-redbg h1, .top-section-skewed-redbg h3 {
	position: relative !important;
	display: inline-block !important;
	padding: 12px 18px !important;
}
.top-section-skewed-redbg h1:after, .top-section-skewed-redbg h3:after {
	content: '' !important;
	display: block !important;
	width: 100% !important;
	background-color: #FF3131;
	transform: skew(-15deg, 0deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
}
/* ---------- Login Tabs  ----------*/
/* ----- Tabs ----- */
.login-button-tabs.et_pb_tabs {
	border: none;
}
.header-tabs .login-button-tabs {
	max-width: 345px;
	margin-left: auto;
}
@media (max-width: 980px) {
	.header-tabs .login-button-tabs {
		margin: auto;
	}
}
.header-tabs .login-button-tabs ul.et_pb_tabs_controls {
	display: flex;
	align-content: stretch;
	align-items: stretch;
	justify-content: center;
	flex-wrap: nowrap;
	background-color: #1080c4;
}
.header-tabs .login-button-tabs .et_pb_tabs_controls li {
	height: 100% !important;
	border: none;
	width: 50%;
	display: inline-block;
}
.header-tabs .login-button-tabs .et_pb_tabs_controls li a {
	display: block;
	padding: 14px 22px;
	text-align: center;
	line-height: 1.3em;
}
@media (max-width: 995px) and (min-width: 981px) {
	#page-container .header-tabs .login-button-tabs .et_pb_tabs_controls li a {
		font-size: 17px;
	}
}
@media (max-width: 831px) and (min-width: 768px) {
	#page-container .header-tabs .login-button-tabs .et_pb_tabs_controls li a {
		padding: 14px;
	}
}
/* ----- TSB Online Banking Login Forms ----- */
.header-tabs .login-button-tabs.custom-form .et_pb_tab {
	padding: 24px;
}
@media (max-width: 767px) {
	.header-tabs .login-button-tabs.custom-form .et_pb_tab {
		padding: 20px;
	}
}
/* -- Login -- */
.header-tabs .login-button-tabs.custom-form .et_pb_tab_content form.custom-tab-login-form {
	margin-bottom: 24px;
}
.header-tabs .login-button-tabs.custom-form .et_pb_tab_content form.custom-tab-login-form label {
	display: none;
}
.header-tabs .login-button-tabs.custom-form .et_pb_tab_content form.custom-tab-login-form input {
	margin: 0 0 8px 0;
	font-size: 16px;
	padding: 10px 18px;
	border: none;
	box-sizing: border-box;
}
.header-tabs .login-button-tabs.custom-form .custom-tab-login-form ::placeholder {
	color: rgba(30,30,38,0.3);
	font-weight: 400;
}
/* Button */
.header-tabs .login-button-tabs.custom-form .et_pb_tab_content form.custom-tab-login-form button {
	width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 18px;
	box-sizing: border-box;
}
.header-tabs .login-button-tabs.custom-form .et_pb_tab_content form.custom-tab-login-form button:hover {
	background-color: #fff;
	color: #002b52 !important;
	transition: all 300ms ease 0ms;
}
/* -- Enroll -- */
.header-tabs .login-button-tabs.custom-form .et_pb_tab_content form.custom-tab-enroll-form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.header-tabs .login-button-tabs.custom-form .et_pb_tab_content form.custom-tab-enroll-form label.enroll-label {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-right: 8px;
}
/* Enroll Button */
.header-tabs .login-button-tabs.custom-form .et_pb_tab_content form.custom-tab-enroll-form button.enroll-button {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	padding: 0 0 4px 0;
	background-color: rgba(0,0,0,0);
	border-top: 1px solid rgba(0,0,0,0);
	border-right: 1px solid rgba(0,0,0,0);
	border-bottom: 1px solid #fff;
	border-left: 1px solid rgba(0,0,0,0);
	transition: all 300ms ease 0ms;
}
.header-tabs .login-button-tabs.custom-form .et_pb_tab_content form.custom-tab-enroll-form button.enroll-button:hover {
	letter-spacing: 1px;
}
/* ----- Cash Management ----- */
/* -- Login Button -- */
.header-tabs .login-button-tabs.custom-form .et_pb_tab_content a.bigblue {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700 !important;
	padding: 16px 18px;
	border: none;
	margin: 0;
	box-sizing: border-box;
}
.header-tabs .login-button-tabs.custom-form .et_pb_tab_content a.bigblue:hover {
	background-color: #fff;
	color: #002b52 !important;
	transition: all 300ms ease 0ms;
}

/* ---------- Hover Blocks ---------- */
.custom-hover-block-column {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.custom-hover-block-text {
	padding: 18px 24px;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.custom-hover-block-text p {
	font-weight: 700;
	line-height: 1.3em;
}

/* ---------- Testimonials ---------- */
.testimonial-row.et_pb_section, .testimonial-row.et_pb_section .et_pb_row {
	padding: 0;
}
.testimonial-row .testimonial-column {
	padding: 42px 54px;
}
/* ----- Slider ----- */
.testimonial-row .testimonial-column .et_pb_slide, .testimonial-row .testimonial-column .et_pb_slide .et_pb_slide_description {
	padding: 0;
}
/* ----- Text ----- */
.testimonial-row .testimonial-column h2, .testimonial-row .testimonial-column .et_pb_slide_content {
	text-shadow: none;
}
.testimonial-row .testimonial-column .et_pb_slide_title {
	margin-bottom: 70px
}
/* ----- Controllers ----- */
.testimonial-row .testimonial-column .et-pb-controllers {
	text-align: right;
	position: relative;
}
.testimonial-row .testimonial-column .et-pb-controllers a {
	color: transparent;
	width: 10px;
	height: 10px;
	background-color: #000;
	opacity: 0.08;
}
.testimonial-row .testimonial-column .et-pb-controllers a.et-pb-active-control {
	background-color: #1080c4;
	opacity: 1;
}
/* ----- Mobile ----- */
@media (max-width: 980px) and (min-width: 768px) {
	.testimonial-row .testimonial-column {
		padding: 45px;
	}
	/*Text*/
	.testimonial-row .testimonial-column .et_pb_slide_title {
		margin-bottom: 60px
	}
}
@media (max-width: 767px) {
	.testimonial-row .testimonial-column {
		padding: 30px;
	}
	/*Text*/
	.testimonial-row .testimonial-column .et_pb_slide_title {
		margin-bottom: 40px
	}
	/*Controllers*/
	.testimonial-row .testimonial-column .et-pb-controllers {
		text-align: center;
		margin-top: 20px;
	}
}

/* ---------- Inline Buttons ---------- */
@media (min-width: 768px) {
	.inline-buttons .et_pb_button_module_wrapper {
		display: inline-block;
	}
}

/* ---------- Footer ---------- */
/* ----- Footer Menu ----- */
.custom-footer-links li {
	margin-bottom: 10px !important;
}
.custom-footer-links li:last-child, .custom-footer-links .et_pb_widget {
	margin-bottom: 0 !important;
}

@media (min-width: 981px) {
	.custom-footer-columns .et_pb_column:first-child {
		width: 28.5%;
	}
	.custom-footer-columns .et_pb_column {
		margin-right: 1.5%;
		width: 14%;
	}
	.custom-footer-columns .et_pb_column:nth-child(2) {
		width: 23%;
	}
	.custom-footer-columns .et_pb_column:last-child {
		margin-right: 0;
	}
}
@media (min-width: 768px) {
	.inline-module {
		display: inline-block;
	}
}

/* ----- Menu Icons ----- */
.icon-footer-link-heart a:before, .icon-footer-link-facebook a:before, .icon-footer-link-twitter a:before, .icon-footer-link-instagram a:before, .icon-footer-link-linkedin a:before, .icon-footer-link-youtube a:before {
	font-family: 'ETModules';
	content: '\f0c1';
	width: 20px;
	margin: 0 8px 0 0;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 5px;
	left: 0;
	font-size: 22px;
	font-weight: normal;
}
.icon-footer-link-heart a:before {
	content: '\f004';
	color: #D63232;
}
.icon-footer-link-facebook a:before {
	content: '\f230';
}
.icon-footer-link-twitter a:before {
	content: '\f099';
}
.icon-footer-link-instagram a:before {
	content: '\f16d';
}
.icon-footer-link-linkedin a:before {
	content: '\f0e1';
}
.icon-footer-link-youtube a:before {
	content: '\f16a';
}

/* ----- Bottom Bar Menu ----- */
.custom-footer-info #footer-info, .custom-footer-info #footer-info a {
	color: #1E1E26;
}
.custom-footer-info #footer-info #freshy_copyright span {
	font-size: 16px;
}
/* Links */
.custom-bottom-bar-links .et_pb_widget {
	width: 100% !important;
	margin: 0 !important;
}
.custom-bottom-bar-links .et_pb_widget ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}
@media (max-width: 980px) {
	.custom-bottom-bar-links .et_pb_widget ul {
		justify-content: center;
	}
	.custom-footer-info #footer-info, .custom-footer-info #footer-info a {
		text-align: center;
	}
}
@media (max-width: 450px) {
	.custom-bottom-bar-links .et_pb_widget ul {
		flex-direction: column;
	}
	.custom-bottom-bar-links .et_pb_widget ul li {
		margin-bottom: 10px;
	}
	.custom-bottom-bar-links .et_pb_widget ul li:last-child {
		margin-bottom: 0;
	}
	.custom-footer-info #freshy_copyright span.copyright_via {
		background: rgb(0 0 0 / 25%);
	}
}
/* Bullets */
@media (min-width: 451px) {
	.custom-bottom-bar-links .et_pb_widget ul li {
		position: relative;
		margin-right: 30px;
	}
	.custom-bottom-bar-links .et_pb_widget ul li:last-child {
		margin-left: 0 !important;
	}
	.custom-bottom-bar-links .et_pb_widget ul li:first-child:before {
		display: none;
	}
	.custom-bottom-bar-links .et_pb_widget ul li:before {
		font-family: 'ETModules';
		content: '\f111';
		width: 5px;
		margin: 0;
		display: inline-block;
		text-align: center;
		position: absolute;
		top: 0;
		left: -20px;
		font-size: 5px;
		font-weight: normal;
		color: #1E1E26;
	}
}
/* Freshy Link */
.freshy-link a {
	display: block;
	vertical-align: middle;
	width: 66px !important;
	height: 27px !important;
	background-image: url('/wp-content/uploads/freshy-logo.svg');
	background-repeat: no-repeat;
	background-size: 66px 20px;
	background-position: center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	color: transparent !important;
}

/* ---------- Top Bar ---------- */
.custom-top-bar .et_pb_widget {
	margin: 0 !important;
	width: 100% !important;
}
.custom-top-bar .et_pb_widget ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.custom-top-bar .et_pb_widget ul li {
	margin-right: 30px;
}
.custom-top-bar .et_pb_widget ul li:last-child {
	margin-right: 0;
}
/* ----- Phone Icon ----- */
.icon-top-bar-link-phone a:before {
	font-family: 'ETModules';
	content: '\f095';
	width: 18px;
	margin: 0 8px 0 0;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 5px;
	left: 0;
	font-size: 18px;
	font-weight: normal;
}
/* ----- Social Media Columns ----- */
.custom-top-bar .top-bar-social-column {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}
/* ----- Mobile ----- */
@media (min-width: 768px) {
	.custom-top-bar .et_pb_column {
		width: 47.25%;
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.custom-top-bar .et_pb_column:first-child {
		margin-bottom: 5px;
	}
	.custom-top-bar .et_pb_widget ul, .custom-top-bar .top-bar-social-column {
		justify-content: center;
	}
}

/* ---------- Main Menu ---------- */
/* ----- Logo ----- */
.custom-main-menu .custom-logo a {
	padding: 0 !important;
}
@media (min-width: 1301px) {
	.custom-main-menu .custom-logo a {
		margin-right: 45px !important;
	}
}
@media (max-width: 1300px) and (min-width: 1141px) {
	/* Logo */
	.custom-main-menu .custom-logo a {
		margin-right: 10px !important;
	}
	/* Top Level Links */
	.custom-main-menu  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 6px 0px 6px;
	}
	/* Search */
	.custom-main-menu #mega-menu-item-11338 .mega-search-wrap.mega-static {
		width: 150px !important;
	}
}
@media (max-width: 1140px) and (min-width: 981px) {
	/* Logo */
	.custom-main-menu .custom-logo {
		max-width: 168px !important;
	}
	.custom-main-menu .custom-logo a {
		margin-right: 10px !important;
	}
	/* Top Level Links */
	.custom-main-menu  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 6px 0px 6px;
		font-size: 16px;
	}
	.custom-main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		margin-left: 2px;
	}
	/* Search */
	.custom-main-menu #mega-menu-item-11338 .mega-search-wrap.mega-static {
		width: 140px !important;
	}
}

/* ----- Search Bar ----- */
.custom-main-menu #mega-menu-item-11338 {
	float: right !important;
}
.custom-main-menu .mega-search-wrap input[type=text] {
	border: 1px solid #002B524D !important;
}
@media (max-width: 768px) {
	.custom-main-menu #mega-menu-item-11338 {
		width: 100% !important;
	}
}
/* ----- Top ----- */
.custom-main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
	font-weight: 600 !important;
}
/* ----- Sub Menu ----- */
.custom-main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	z-index: 999999;
}
.custom-main-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu li a {
	font-size: 15px !important;
}