/*
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.0.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: #f37b20; /* orange */
}

.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: #4d4d4f; /* gray */
}

.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: #5ea745; /* green */
}

/* 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: #f37b20;} /* orange */
.bg-secondary, a.bg-secondary {background-color: #4d4d4f;} /* gray */
.bg-tertiary, a.bg-tertiary {background-color: #5ea745;} /* green */

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


/* -- HEADER -- */

/* top bar */
#top-header .container {
	font-weight: 400;	
}
#et-info > a {
	display: inline-block;	
}
#et-info #et-info-phone,
#et-info #et-info-email {
	padding-left: 1.5em;	
}
#et-info #et-info-phone::before,
#et-info #et-info-email::before {
	color: #f37b20;
	position: absolute;
	left: 0;
}
/* make active link in top bar be colored */
#top-header #et-secondary-menu #et-secondary-nav > li.current-menu-item a {
	color: #f37b20;
}

/* end top bar */

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

/* if sub-menu item has this class, add icon */
#mobile_menu li ul li.external-link > a::after, 
#main-header .nav li ul li.external-link > a::after {
    font-family: 'FontAwesome';
    content: '\00a0\f08e';
    display: inline;
	padding-left: 2px;
	font-weight: normal;
	color: inherit;
	opacity: 0.5;
	font-size: 0.75em;
}

@media (min-width: 981px) and (max-width: 1399px) {
	body:not(.home) #logo {
		max-height: 50%;
	}
	body:not(.home) #top-menu li {
		padding-right: 15px;
	}
	body:not(.home) #top-menu li a {
		font-size: 15px;
	}
}

@media (min-width: 981px) and (max-width: 1229px) {
	body:not(.home) #top-menu li {
		padding-right: 8px;
	}
	body:not(.home) #top-menu li a,
	#top-menu .menu-item-has-children > a:first-child:after {
		font-size: 14px;
	}
	body:not(.home) #top-menu .menu-item-has-children > a:first-child {
		padding-right: 14px;	
	}
}

@media (min-width: 981px) and (max-width: 1099px) {
	body:not(.home) #logo {
		max-height: 40%;
	}
	body:not(.home) #top-menu li a,
	#top-menu .menu-item-has-children > a:first-child:after {
		font-size: 13px;
	}
	body:not(.home) #top-menu .menu-item-has-children > a:first-child {
		padding-right: 13px;	
	}
}

#et-top-navigation {
	font-weight: 400;
	padding-left: 0 !important;
}

/* adjust size of dropdowns */
#main-header .nav li ul {
	padding: 10px 0;	
}
#main-header .nav li ul li {
	line-height: 1.3em;
	padding: 0 10px;
}
#main-header .nav li ul li a {
	width: 220px;
	padding: 10px 10px;
}
/* make dropdown links change color if page is active */
#main-header .nav li ul li.current_page_item a {
	color: #f37b20 !important;	
}

/* background of mobile menu */
#main-header #et_mobile_nav_menu .et_mobile_menu {
	background-color: rgba(76,77,79,0.98);
}

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

/* - 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.25);
	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';
	color: #f37b20;
}
/* 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.075);
}
/* 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;
	color: #f37b20;
}

/* -- END HEADER -- */


/* -- FOOTER -- */

a.footer-logo {
	margin-bottom: 1em;
	display: inline-block;
}

a.footer-logo img {
	display: block;
	max-width: 190px;
	width: 100%;
}

.footer-highlight {
	color: #f37b20;
}

#main-footer #footer-widgets .footer-widget .et_pb_widget.widget_text a {
	color: white;
}

#main-footer #footer-widgets .footer-widget .et_pb_widget.widget_text a:hover,
#main-footer #footer-widgets .footer-widget li a:hover {
	color: rgba(255, 255, 255, 0.7);
}

#main-footer #footer-widgets .footer-widget li.current_page_item a {
	color: rgba(255, 255, 255, 0.5);
}

#main-footer #footer-widgets .footer-widget li::before {
    font-family: 'FontAwesome';
    content: '\f105';
    display: inline-block;
	position: absolute;
    top: 0;
    left: 0;
	color: #f37b20;
	border-width: 0;
	border-style: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* if menu item has this class on it, then hide it in the footer */
#main-footer #footer-widgets .footer-widget li.hide-in-footer {
	display: none;	
}

#freshy_copyright span {
	display: inline-block;
	line-height: 1.5em;
	color: rgba(255,255,255,0.6);
}

/* 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: 44px;
	height: 20px;
	background-image: url("/wp-content/uploads/freshysites_footer_white.png");
	background-repeat: no-repeat;
	background-size: 44px 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;	
	}
}
@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;	
	}
}
@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 ul li::before {
    font-family: 'FontAwesome';
    content: '\f058';
    width: 20px;
    margin: 0;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #f37b20;
    /* set font size helps make icon sharper */
    font-size: 18px;
	font-weight: normal;
}

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

/* -- END CHECKLIST -- */

/* Buttons */
/* fix buttons that should be white when "Light" is chosen in button module. 
It adds the et_pb_bg_layout_dark class to the button, and we want the buttons to be white */
body.et_pb_button_helper_class .et_pb_module .et_pb_button.et_pb_bg_layout_dark {
	color: white !important;
	background: transparent !important;
	border-color: white !important;
}
body.et_pb_button_helper_class .et_pb_module .et_pb_button.et_pb_bg_layout_dark::after {
	color: inherit !important;
}
body.et_pb_button_helper_class .et_pb_module .et_pb_button.et_pb_bg_layout_dark:hover {
	border-color: transparent !important;
	background: rgba(255, 255, 255, 0.2) !important;
}

/* Testimonials */
/* testimonial plugin adds CSS that causes issues with Divi elements, so we need to set it back */
.et_pb_section .et_pb_row .et_pb_row {
	width: 80%;
}

/* Blurbs */
.et_pb_blurb_content {
	max-width: 100%;	
}
/* add external link icon to blurb titles that open in new tab */
.et_pb_blurb_content .et_pb_blurb_container > h4 a[target="_blank"]::after {
    font-family: 'FontAwesome';
    content: '\00a0\f08e';
    display: inline;
	padding-left: 2px;
	font-weight: normal;
	color: inherit;
	opacity: 0.5;
	font-size: 0.75em
}

/* Accordions */
.et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

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

/* use the "fullwidth-row" class on a section to really make a "full width" row be full width */
.et_pb_section.fullwidth-row {
	padding: 0;	
}
.et_pb_section.fullwidth-row .et_pb_row.et_pb_row_fullwidth {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* helps add padding to each column */
.et_pb_section.fullwidth-row .et_pb_row.et_pb_row_fullwidth > .et_pb_column {
	padding: 50px 10%;
}
@media (min-width: 767px) {
	.et_pb_section.fullwidth-row .et_pb_row.et_pb_row_fullwidth > .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 */
.et_pb_section.fullwidth-row .et_pb_row.et_pb_row_fullwidth.et_pb_gutters1 > .et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}
@media (min-width: 981px) {
	.et_pb_section.fullwidth-row .et_pb_row.et_pb_row_fullwidth.et_pb_gutters1 > .et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}
	.et_pb_section.fullwidth-row .et_pb_row.et_pb_row_fullwidth.et_pb_gutters1 > .et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}	
}
.et_pb_section.fullwidth-row .et_pb_row.et_pb_row_fullwidth.et_pb_gutters1 > .et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}


/* -- TITLEBAR -- */

/* tweak top padding of titlebar based on height of header */
#titlebar.et_pb_fullwidth_section .et_pb_post_title {
	padding-top: calc(110px + 3%) !important;
	padding-bottom: 3% !important;
}

@media (min-width: 981px) {
	/* tweak top padding of titlebar based on height of header */
	#titlebar.et_pb_fullwidth_section .et_pb_post_title {
		padding-top: calc(144px + 3%) !important;
		padding-bottom: 3% !important;
	}
}

#titlebar.et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(243, 123, 32, 0.85);
}

/* 401(k) Retirement Plan page */
body.page-id-4644 #titlebar.et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg::before {
	background-color: rgba(26, 154, 200, 0.85);
}
/* Benefit Advisory Services page */
body.page-id-4643 #titlebar.et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg::before {
	background-color: rgba(171, 72, 102, 0.85);
}
/* Benefits page */
body.page-id-4640 #titlebar.et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg::before {
	background-color: rgba(45, 114, 184, 0.85);
}
/* Human Resources page */
body.page-id-272 #titlebar.et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg::before {
	background-color:#fda409;
}
#services-tabs-section .et_pb_tabs .et_pb_tabs_controls > li.et_pb_tab_2, #services-tabs-section .et_pb_tabs .et_pb_all_tabs .et_pb_tab.et_pb_tab_2 > .et_pb_section {
	background-color:#4d4d4f;
}
/* Payroll & Tax Adminisntration page */
body.page-id-4636 #titlebar.et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg::before {
	background-color: rgba(94, 167, 69, 0.85);
}
/* Risk & Compliance page */
body.page-id-4638 #titlebar.et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg::before {
	background-color: rgba(253, 164, 9, 0.85);
}
/* Technology Solutions page */
body.page-id-4646 #titlebar.et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg::before {
	background-color: rgba(76, 77, 79, 0.85);
}

/* -- END TITLEBAR -- */

/* -- COLORBARS -- */

.colorbars {
	background: linear-gradient(to right, 
		#f37b20 calc(100% / 7 * 0),
		#f37b20 calc(100% / 7 * 1), 
		#5ea745 calc(100% / 7 * 1),
		#5ea745 calc(100% / 7 * 2), 
		#fda409 calc(100% / 7 * 2), 
		#fda409 calc(100% / 7 * 3),
		#2d72b8 calc(100% / 7 * 3),
		#2d72b8 calc(100% / 7 * 4), 
		#ab4866 calc(100% / 7 * 4),
		#ab4866 calc(100% / 7 * 5), 
		#1a9ac8 calc(100% / 7 * 5), 
		#1a9ac8 calc(100% / 7 * 6),
		#4d4d4f calc(100% / 7 * 6),
		#4d4d4f calc(100% / 7 * 7)
	);
}

.colorbars:not(.et_pb_code) {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	z-index: 1;
}



.colorbars-bottom {
	border-style: solid;
	border-width: 0px 0px 5px;
	-moz-border-image: url(/wp-content/uploads/colorbar.png) 0 0 100 stretch;
	-webkit-border-image: url(/wp-content/uploads/colorbar.png) 0 0 100 stretch;
	-o-border-image: url(/wp-content/uploads/colorbar.png) 0 0 100 stretch;
	border-image: url(/wp-content/uploads/colorbar.png) 0 0 100 fill stretch;	
}


/* -- HOME PAGE -- */

/* slider */
body.home.page .et_pb_slider .et_pb_container {
	width: 100%;
	max-width: 960px;
}

/* disable homepage slide content animation, 
so if they want to use the same content for multiple slides, 
there is no obvious jump */
body.home.page .et-pb-active-slide .et_pb_slide_description {
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
	/*CSS transforms*/
	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	/*CSS animations*/
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

@media (min-width: 981px) {
	body.home.page #page-container {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
	/* the top bar */
	body.home.page #page-container #top-header {
		background-color: rgba(63,63,65,0.75);
	}
	body.home.page #page-container #top-header .container {
		width: 100%;
		max-width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	/* the main header, from here on out */
	body.home.page #page-container #main-header {
		position: absolute;
		width: 200px !important;
		top: 40px !important;
		left: 20px !important;
		border-radius: 10px;
		background-color: transparent;
		box-shadow: none;
	}
	body.home.page #page-container .et-fixed-header#main-header {
		background-color: rgba(63, 63, 65, 0.95);
		box-shadow: 0 2px 8px rgba(0,0,0,0.5) !important;
	}
	body.home.page #page-container #main-header .container {
		width: 100%;
	}
	body.home.page.et_header_style_left #page-container #main-header .logo_container {
		position: relative;
		width: 100%;
		height: 100%;
		padding: 10px 10px 20px 10px;
	}
	body.home.page.et_header_style_left #page-container #main-header .logo_container span.logo_helper {
		display: none;	
	}
	body.home.page #page-container #main-header #et-top-navigation {
		float: none;
		padding: 0 0 10px 0 !important;
	}
	body.home.page #page-container #main-header nav#top-menu-nav,
	body.home.page #page-container #main-header nav#top-menu-nav #top-menu {
		float: none;	
	}
	body.home.page #page-container #main-header nav#top-menu-nav #top-menu > li {
		display: block;
		padding: 0;
		line-height: 1.3em;
	}
	body.home.page #page-container #main-header nav#top-menu-nav #top-menu > li > a {
		padding: 8px 30px 8px 10px;
		font-weight: bold;
		font-size: 16px;
		letter-spacing: 0;
		text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	}
	body.home.page #page-container #main-header nav#top-menu-nav #top-menu > li a:hover {
		background-color: rgba(0,0,0,0.25);
	}
	body.home.page #page-container #main-header nav#top-menu-nav > #top-menu > li.menu-item-has-children > a:first-child::after {
		position: absolute;
		right: 0;
		font-family: "ETmodules";
		font-size: 16px;
		line-height: 14px;
		font-weight: 400;
		padding: 8px 4px;
		content: "5";
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	/* submenus */
	body.home.page #page-container #main-header nav#top-menu-nav > #top-menu > li > ul {
		position: absolute;
		top: 0;
		left: 200px;
	}
	body.home.page #page-container #main-header nav#top-menu-nav > #top-menu > li ul {
		background-color: rgba(76, 77, 79, 0.95);
	}
	/* when it switches from mobile to desktop, we want to remove the transition effect */
	body.home.page.et_fixed_nav .logo_container,
	body.home.page.et_fixed_nav #logo,
	body.home.page.et_fixed_nav #et-top-navigation {
		-webkit-transition-property: none;
		-moz-transition-property: none;
		transition-property: none;
	}
	/* the homepage slideshow adjustments when desktop nav */
	body.home.page .et_pb_slide {
		padding: 0 240px !important;
	}
	body.home.page .et_pb_slide::after {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4d4f+0,4c4d4f+100&0.75+0,0+100 */
		background: -moz-linear-gradient(left, rgba(76,77,79,0.75) 0%, rgba(76,77,79,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(76,77,79,0.75) 0%,rgba(76,77,79,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(76,77,79,0.75) 0%,rgba(76,77,79,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4c4d4f', endColorstr='#004c4d4f',GradientType=1 ); /* IE6-9 */
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	body.home.page .et_pb_slide_description {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (min-width: 981px) and (max-width: 1199px) {
	body.home.page #page-container #main-header nav#top-menu-nav > #top-menu li ul {
		width: 200px;
		padding: 0;
	}
	body.home.page #page-container #main-header nav#top-menu-nav > #top-menu li li {
		padding: 0;
		line-height: 1.5em;
	}
	body.home.page #page-container #main-header nav#top-menu-nav > #top-menu li li a {
		width: 200px;
		padding: 8px 20px 8px;
	}
	body.home.page #page-container #main-header nav#top-menu-nav > #top-menu li li.menu-item-has-children > a:first-child::after {
		right: 5px;
		font-weight: 400;
	}
	body.home.page #page-container #main-header nav#top-menu-nav > #top-menu li li ul {
		top: -3px;
		left: 200px;
	}
}
@media (min-width: 1200px) {
	/* adjust size of floating navbox to be bigger on larger screen */
	body.home.page #page-container #main-header {
		width: 250px !important;
	}
	body.home.page.et_header_style_left #page-container #main-header .logo_container {
		padding: 20px 20px 20px;
	}
	body.home.page #page-container #main-header nav#top-menu-nav #top-menu > li > a {
		padding: 10px 40px 10px 20px;
		font-size: 18px;
		letter-spacing: 1px;
	}
	body.home.page #page-container #main-header nav#top-menu-nav > #top-menu > li.menu-item-has-children > a:first-child::after {
		right: 0;
		font-size: 18px;
		line-height: 14px;
		padding: 10px;
	}
	body.home.page #page-container #main-header nav#top-menu-nav > #top-menu > li > ul {
		left: 250px;
	}
	/* the homepage slideshow adjustments when desktop nav */
	body.home.page .et_pb_slide {
		padding: 0 300px !important;	
	}
}
@media (min-width: 1499px) and (min-height: 700px) {
	body.home.page .et_pb_slider .et_pb_container {
		height: auto !important;
		min-height: 0 !important;
	}
	body.home.page .et_pb_slides .et_pb_slide .et_pb_slider_container_inner {
		height: calc(100vh - 86px - 130px);
	}
}
@media (min-width: 1830px) {
	/* make header be fixed on wide desktop as you scroll */
	/* body.home.page #page-container #main-header {
		position: fixed;
	} */
}

/* -- END HOME PAGE -- */

/* -- Service tabs -- */
#services-tabs-section,
#services-tabs-section > .et_pb_row_fullwidth,
#services-tabs-section .et_pb_tabs .et_pb_all_tabs .et_pb_tab {
	padding: 0;	
}

/* content area added via Divi Library shortcode, of each tab */
#services-tabs-section > .et_pb_row.et_pb_row_fullwidth {
	width: 100% !important;
	max-width: 100% !important;
}

#services-tabs-section .et_pb_tabs .et_pb_all_tabs {
	background-color: #4d4d4f;
}

/* adjust paddings of content area of each tab */
@media (min-width: 981px) {
	#contact-cta.et_pb_section,
	#services-tabs-section .et_pb_tabs .et_pb_all_tabs .et_pb_tab > .et_pb_section {
		padding: 2% 0;
	}
}
@media (max-width: 980px) {
	#contact-cta.et_pb_section,
	#services-tabs-section .et_pb_tabs .et_pb_all_tabs .et_pb_tab > .et_pb_section {
		padding: 20px 0;
	}
	#contact-cta.et_pb_section .et_pb_column:not(:last-child),
	#services-tabs-section .et_pb_tabs .et_pb_all_tabs .et_pb_tab > .et_pb_section .et_pb_column:not(:last-child) {
		margin-bottom: 20px;
	}
}

/* remove unwanted borders and adjust postitioning */
#services-tabs-section .et_pb_tabs {
	border: 0;	
}
#services-tabs-section ul.et_pb_tabs_controls::after {
	top: 0;
	border-top: 0;
}

/* override sizing and flow of tab triggers, to make them fill screen at all times */
#services-tabs-section .et_pb_tabs .et_pb_tabs_controls {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
#services-tabs-section .et_pb_tabs .et_pb_tabs_controls > li {
	border: 0;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	height: auto;
}

/* give active tab a top stroke */
#services-tabs-section .et_pb_tabs .et_pb_tabs_controls > li.et_pb_tab_active {
	box-shadow: inset 0 2px 0 0 rgba(255,255,255,0.5);
}
@media (min-width: 767px) {
	#services-tabs-section .et_pb_tabs .et_pb_tabs_controls > li.et_pb_tab_active {
		box-shadow: inset 0 5px 0 0 rgba(255,255,255,0.5);
	}
}

/* adjust sizing of toggle links */
#services-tabs-section .et_pb_tabs .et_pb_tabs_controls > li > a {
	display: block;
	height: auto;
	text-align: center;
	padding: 5px 8px;
	font-size: 12px;
}
@media (min-width: 480px) {
	#services-tabs-section .et_pb_tabs .et_pb_tabs_controls > li > a {
		padding: 8px 10px;
		font-size: 13px;
	}
}
@media (min-width: 768px) {
	#services-tabs-section .et_pb_tabs .et_pb_tabs_controls > li > a {
		padding: 10px 15px;
		font-size: 14px;
	}
}
@media (min-width: 981px) {
	#services-tabs-section .et_pb_tabs .et_pb_tabs_controls > li > a {
		padding: 12px 20px;
		font-size: 15px;
	}
}
@media (min-width: 1200px) {
	#services-tabs-section .et_pb_tabs .et_pb_tabs_controls > li > a {
		padding: 15px 25px;
		font-size: 16px;
	}
}
@media (min-width: 1400px) {
	#services-tabs-section .et_pb_tabs .et_pb_tabs_controls > li > a {
		padding: 20px 30px;
		font-size: 18px;
	}
}

/* override the 2em line height that the Divi Library module keeps setting to the toggles */
#services-tabs-section .et_pb_tabs .et_pb_tabs_controls li, 
#services-tabs-section .et_pb_tabs .et_pb_tabs_controls li a {
	line-height: 1.3em !important;	
}
/* override the 2em line height that the Divi Library module keeps setting to the whole module */
#services-tabs-section .et_pb_tabs .et_pb_all_tabs .et_pb_tab,
#services-tabs-section .et_pb_tabs .et_pb_all_tabs .et_pb_tab p {
	line-height: 1.5em !important;	
}

/* vertically center columns that are in the tab content */
#contact-cta .et_pb_row.et_pb_equal_columns, 
#services-tabs-section .et_pb_tab .et_pb_row.et_pb_equal_columns {
	align-items: center;	
}

/* vertically center blurb content to eachother */
#contact-cta .et_pb_blurb_position_left .et_pb_main_blurb_image,
.sweet-blurb.et_pb_blurb.et_pb_blurb_position_left .et_pb_main_blurb_image,
#services-tabs-section .et_pb_blurb_position_left .et_pb_main_blurb_image, 
#services-tabs-section .et_pb_blurb_position_right .et_pb_main_blurb_image {
	width: 25%;
	vertical-align: middle;
}
#contact-cta .et_pb_blurb_position_left .et_pb_blurb_container, 
.sweet-blurb.et_pb_blurb.et_pb_blurb_position_left .et_pb_blurb_container, 
#services-tabs-section .et_pb_blurb_position_left .et_pb_blurb_container, 
#services-tabs-section .et_pb_blurb_position_right .et_pb_blurb_container {
	vertical-align: middle;	
}
/* make blurb image fill the 25% cell that it's in */
#contact-cta .et_pb_blurb_position_left .et_pb_main_blurb_image img,
.sweet-blurb.et_pb_blurb.et_pb_blurb_position_left .et_pb_main_blurb_image img,
#services-tabs-section .et_pb_blurb_position_left .et_pb_main_blurb_image img, 
#services-tabs-section .et_pb_blurb_position_right .et_pb_main_blurb_image img {
	width: 100%;
	max-width: 128px;
}
/* since blurb image fills its own cell, give more left padding to the text next to it, so they don't hit */
#contact-cta .et_pb_blurb_position_left .et_pb_blurb_container, 
.sweet-blurb.et_pb_blurb.et_pb_blurb_position_left .et_pb_blurb_container, 
#services-tabs-section .et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left: 5%;
}

/* adjust learn more button so its left aligned with the blurbs text */
@media (max-width: 980px) {
	#contact-cta .et_pb_button_module_wrapper.et_pb_button_alignment_center,
	#services-tabs-section .et_pb_button_module_wrapper.et_pb_button_alignment_center {
		text-align: left;
		margin-left: 30%;
	}
	#contact-cta .et_pb_button_module_wrapper .et_pb_button,
	#services-tabs-section .et_pb_button_module_wrapper .et_pb_button {
		font-size: 16px !important;	
	}
	#contact-cta .et_pb_button_module_wrapper .et_pb_button::after, 
	#services-tabs-section .et_pb_button_module_wrapper .et_pb_button::after {
		font-size: 20px !important;	
	}
}
@media (max-width: 640px) {
	#contact-cta .et_pb_button_module_wrapper .et_pb_button,
	#services-tabs-section .et_pb_button_module_wrapper .et_pb_button {
		font-size: 14px !important;	
	}
	#contact-cta .et_pb_button_module_wrapper .et_pb_button::after, 
	#services-tabs-section .et_pb_button_module_wrapper .et_pb_button::after {
		font-size: 18px !important;	
	}
}
/* fix button module arrow positioning */
#contact-cta .et_pb_button_module_wrapper .et_pb_button::after,
#services-tabs-section .et_pb_button_module_wrapper .et_pb_button::after {
	line-height: inherit !important;	
}

/* hide the first tab content initially, then if its clicked, the wrapping div automatically gets the .et_slide_transition_to_0 class, 
so we check if the wrapper has that class, and if the first tab (et_pb_tab_0) is active */
#services-tabs-section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_0 {
	display: none;
}
#services-tabs-section .et_pb_tabs.et_slide_transition_to_0 .et_pb_all_tabs .et_pb_tab_0.et-pb-active-slide {
	display: block;
}
#services-tabs-section .et_pb_tabs:not(.et_slide_transition_to_0) .et_pb_tabs_controls > li.et_pb_tab_0 {
	box-shadow: none;
}




/* -- GRAVITY FORMS -- */

.gforms_confirmation_message {
	background-color: #5ea745;
	border-radius: 5px;
	padding: 15px 20px;
	color: white;
}
.gform_wrapper ul.gform_fields li.gfield.gsection {
	margin-top: 34px;
}
.gform_wrapper ul.gform_fields li.gfield.gsection .gsection_description {
	font-size: 0.875em;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_html.form-note {
	background-color: rgb(233, 241, 229);
	border-radius: 3px;
	padding: 5px 10px;
}

/* radio button wrapper for main first question */
.gform_wrapper ul.gform_fields li.gfield.radio-blocks {
	padding-right: 0;	
}
.gform_wrapper ul.gform_fields li.gfield.radio-blocks > label.gfield_label {
	font-size: 1.5rem;
	padding-bottom: 1rem;
	color: #5ea745;
}
.gform_wrapper ul.gform_fields li.gfield.radio-blocks ul.gfield_radio {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.gform_wrapper ul.gform_fields li.gfield.radio-blocks ul.gfield_radio li {
	margin: 0;
	border: 0;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	height: auto;
	padding: 0 3px 3px 0 !important;
}
@media (max-width: 767px) {
	.gform_wrapper ul.gform_fields li.gfield.radio-blocks ul.gfield_radio li {
		width: 50%;
		flex: auto;
	}
}
.gform_wrapper ul.gform_fields li.gfield.radio-blocks ul.gfield_radio li input[type=radio] {
	display: none;
}
.gform_wrapper ul.gform_fields li.gfield.radio-blocks ul.gfield_radio li input[type=radio] + label {
	margin: 0;
	color: white;
	background-color: #f37b20;
	padding: 10px 10px;
	display: block;
	height: 100%;
	width: 100% !important;
	text-align: center;
	max-width: 100%;
}
@media (min-width: 981px) {
	.gform_wrapper ul.gform_fields li.gfield.radio-blocks ul.gfield_radio li input[type=radio] + label {
		font-size: 16px;	
	}
}
.gform_wrapper ul.gform_fields li.gfield.radio-blocks ul.gfield_radio li input[type=radio] + label:hover {
	background-color: rgba(243,123,32,0.85);
}
.gform_wrapper ul.gform_fields li.gfield.radio-blocks ul.gfield_radio li input[type=radio]:checked + label,
.gform_wrapper ul.gform_fields li.gfield.radio-blocks ul.gfield_radio li input[type=radio]:checked + label:hover {
	font-weight: inherit;
	background-color: #5ea745;
	box-shadow: inset 0 5px 0 0 rgba(255,255,255,0.5);
}

.gform_wrapper table.gsurvey-likert {
	background-color: white;	
}
.gform_wrapper table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-hover {
	background-color: rgba(94,167,69,0.1) !important;	
}
.gform_wrapper table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected,
.gform_wrapper table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus {
	background-color: rgba(94,167,69,0.25) !important;
}
@media (min-width: 762px) {
	table.gsurvey-likert td.gsurvey-likert-row-label {
		text-align: left;
		line-height: 1.3em;
		padding: 5px 8px !important
	}
}

/* -- END GRAVITY FORMS -- */


/* -- CONTACT CTA Section -- */

/* note some styling is also used from above service tabs area */
#contact-cta::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(243, 123, 32,0.85);
	z-index: 1;
}
#contact-cta > .et_parallax_bg {
	z-index: 0;	
}
#contact-cta > .et_pb_row {
	z-index: 2;	
}

/* -- END CONTACT CTA Section -- */


/* -- SIDEBAR -- */

/* remove excess left padding on the right sidebar */
.et_right_sidebar #sidebar {
	padding-left: 0;
}

/* give each sidebar widget a box bg */
.et_pb_widget_area.et_pb_module.et_pb_sidebar_no_border .et_pb_widget,
#sidebar > .et_pb_widget {
	padding: 20px;
	background: #eeeeee;
	border-radius: 3px;
	margin-bottom: 30px;
}

/* sidebar widget titles */
.et_pb_widget_area.et_pb_module.et_pb_sidebar_no_border .et_pb_widget h4.widgettitle,
#sidebar h4.widgettitle {
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* add line below sidebar widget titles */
.et_pb_widget_area.et_pb_module.et_pb_sidebar_no_border .et_pb_widget h4.widgettitle::after,
#sidebar h4.widgettitle::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, 
		#f37b20 calc(100% / 7 * 0),
		#f37b20 calc(100% / 7 * 1), 
		#5ea745 calc(100% / 7 * 1),
		#5ea745 calc(100% / 7 * 2), 
		#fda409 calc(100% / 7 * 2), 
		#fda409 calc(100% / 7 * 3),
		#2d72b8 calc(100% / 7 * 3),
		#2d72b8 calc(100% / 7 * 4), 
		#ab4866 calc(100% / 7 * 4),
		#ab4866 calc(100% / 7 * 5), 
		#1a9ac8 calc(100% / 7 * 5), 
		#1a9ac8 calc(100% / 7 * 6),
		#4d4d4f calc(100% / 7 * 6),
		#4d4d4f calc(100% / 7 * 7)
	);
}

/* reduce size of text that is in the sidebar TEXT widget */
.et_pb_widget_area.et_pb_module.et_pb_sidebar_no_border .et_pb_widget.widget_text .textwidget p {
	font-size: 0.875em;
	line-height: 1.3em;
}
/* add button style if anchor link has this class on it */
.et_pb_widget_area.et_pb_module.et_pb_sidebar_no_border .et_pb_widget.widget_text .textwidget a.text-button {
	display: inline-block;
	background: #f37b20;
	padding: 10px;
	border-radius: 1px;
	color: white;
	transition: all 0.2s ease;
	position: relative;
	z-index: 1;
}
.et_pb_widget_area.et_pb_module.et_pb_sidebar_no_border .et_pb_widget.widget_text .textwidget a.text-button:hover {
	background: #5ea745;
}

/* sidebar ebook and infographic links */
.et_pb_widget_area.et_pb_module.et_pb_sidebar_no_border .et_pb_widget.widget_text .textwidget a.text-button.ebook-link::before,
.et_pb_widget_area.et_pb_module.et_pb_sidebar_no_border .et_pb_widget.widget_text .textwidget a.text-button.infographic-link::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.15;
	content: '';
	background-position: center center;
	background-size: cover;
	z-index: -1;
}
.et_pb_widget_area.et_pb_module.et_pb_sidebar_no_border .et_pb_widget.widget_text .textwidget a.text-button.ebook-link::before {
	background-image: url(/wp-content/uploads/ebook-with-brokers.png);
}
.et_pb_widget_area.et_pb_module.et_pb_sidebar_no_border .et_pb_widget.widget_text .textwidget a.text-button.infographic-link::before {
	background-image: url(/wp-content/uploads/Alphataff_GG_A-New-Path_3-20FINAL-1.png);
}

.text-button.ebook-link::after {
	 font-family: 'FontAwesome';
    content: '\00a0\f1c1';
    display: inline;
	padding-left: 2px;
	font-weight: normal;
	color: inherit;
	opacity: 0.5;
}

.text-button.infographic-link::after {
	 font-family: 'FontAwesome';
    content: '\00a0\f03e';
    display: inline;
	padding-left: 2px;
	font-weight: normal;
	color: inherit;
	opacity: 0.5;
}

/* tweak styling of child links */
.et_pb_widget_area.et_pb_module.et_pb_sidebar_no_border .et_pb_widget.widget_nav_menu ul.menu li ul li,
#sidebar .et_pb_widget ul li ul li {
	margin: 0.5em 0 1em 15px;
	font-size: 0.875em;
	line-height: 1.3em;
}
/* parent categories in dropdown are move bold */
#sidebar select#cat option.level-0 {
	font-weight: bolder;	
}
/* parent categories are more bold */
.et_pb_widget_area.et_pb_module.et_pb_sidebar_no_border .et_pb_widget.widget_categories > ul > li > a,
.et_pb_widget_area.et_pb_module.et_pb_sidebar_no_border .et_pb_widget.widget_nav_menu ul.menu > li > a,
#sidebar .et_pb_widget.widget_categories > ul > li > a {
	font-weight: bolder;
}
/* active menu item in divi sidebar module is new color, and 
active page is new color */
.et_pb_widget_area > .et_pb_widget.widget_nav_menu ul li.current-menu-item > a,
#sidebar .et_pb_widget.widget_categories > ul li.current-cat > a {
	color: #f37b20;
}
/* add external link icon to links that go to new domain and open in new tab */
.et_pb_widget_area.et_pb_module.et_pb_sidebar_no_border .et_pb_widget.widget_nav_menu ul.menu > li > a[target="_blank"]::after {
    font-family: 'FontAwesome';
    content: '\00a0\f08e';
    display: inline;
    color: rgba(102, 102, 102, 0.5);
	padding-left: 2px;
	font-size: 13px;
	font-weight: normal;
}

/* hide "Archive" label since it already has that title above it */
.et_pb_widget_area.et_pb_module.et_pb_sidebar_no_border .et_pb_widget.widget_archive h4 + label.screen-reader-text,
#sidebar .et_pb_widget.widget_archive h4 + label.screen-reader-text {
	display: none;	
}

@media (max-width: 980px) {
	/* give gap between content and sidebar when stacked */
	#left-area + #sidebar {
		padding-top: 30px;	
	}
}

@media (min-width: 640px) and (max-width: 980px) {
	/* make sidebar widgets be 2 wide instead of stacked at this size */
	#sidebar::after {
		content: '';
		clear: both;
		display: table;
	}
	#sidebar > .et_pb_widget {
		float: left;
		width: 48%;
		margin: 1%;
	}
}

/* -- END SIDEBAR -- */



/* -- BLOG -- */

/* entry title of posts (and pages) if it's linked */
.entry-title h1 a, .entry-title h2 a, .entry-title h3 a, .entry-title h4 a, .entry-title h5 a, .entry-title h6 a,
h1.entry-title a, h2.entry-title a, h3.entry-title a, h4.entry-title a, h5.entry-title a, h6.entry-title a {
	color: #f37b20; /* orange */
}

/* dim the post meta text */
article.et_pb_post p.post-meta {
	opacity: 0.5;
	line-height: 1.3em;
}
/* make the post meta date be a little more bold */
article.et_pb_post p.post-meta .published {
	font-weight: bolder;	
}

/* Make the "read more" link more like a button */
article.et_pb_post a.more-link {
	display: inline-block;
	border: 0;
	padding: 8px 10px;
	border-radius: 1px;
	margin-top: 10px;
	text-transform: capitalize;
	font-size: 12px;
	line-height: 1.2em;
	background: #f37b20;
	font-size: 0.875em;
	transition: all 0.2s ease;
	color: white;
}
article.et_pb_post a.more-link:hover {
	background-color: #5ea745;
	color: white;
}

/* gap below posts */
article.et_pb_post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	position: relative
}

/* Grid style */
.et_pb_blog_grid_dropshadow .et_pb_post {
	border: 0;
	transition: all 0.2s ease;
}
.et_pb_blog_grid_dropshadow .et_pb_post:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.et_pb_blog_grid .et_pb_image_container img {
	display: block;
}
.et_pb_blog_grid .et_pb_image_container {
	margin: -19px -19px 10px;
}
.et_pb_blog_grid .et_pb_image_container .et_overlay {
	border: 0;	
}

/* End Grid style */


/* clear floating images that we add below */
article.et_pb_post {
	clear: both;	
}

/* add line below sidebar widget titles */
article.et_pb_post::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	clear: both;
	background: linear-gradient(to right, 
		#f37b20 calc(100% / 7 * 0),
		#f37b20 calc(100% / 7 * 1), 
		#5ea745 calc(100% / 7 * 1),
		#5ea745 calc(100% / 7 * 2), 
		#fda409 calc(100% / 7 * 2), 
		#fda409 calc(100% / 7 * 3),
		#2d72b8 calc(100% / 7 * 3),
		#2d72b8 calc(100% / 7 * 4), 
		#ab4866 calc(100% / 7 * 4),
		#ab4866 calc(100% / 7 * 5), 
		#1a9ac8 calc(100% / 7 * 5), 
		#1a9ac8 calc(100% / 7 * 6),
		#4d4d4f calc(100% / 7 * 6),
		#4d4d4f calc(100% / 7 * 7)
	);
	visibility: visible;
	display: block;
	font-size: 0;
}

@media (min-width: 981px) {
	/* no gap for last post */
	body.single-post article.et_pb_post:last-of-type {
		margin-bottom: 0;
	}
	/* if single post page, then we don't want border at bottom of article */
	body.single-post article.et_pb_post:last-of-type::after {
		height: 0;
		background: none;
	}
}

/* resize featured image and push to left */
article.et_pb_post > a.entry-featured-image-url:first-child,
article.et_pb_post.has-post-thumbnail > a:first-child {
	display: block;
	position: relative;
	float: left;
	width: 207px;
	box-shadow: none;
	margin-right: 30px;
}
/* Post featured image itself */
article.et_pb_post > a.entry-featured-image-url:first-child > img,
article.et_pb_post.has-post-thumbnail > a:first-child > img {
	display: block;
	max-height: 100px;
	-o-object-fit: cover;
     object-fit: cover;
}
/* Post featured image overlay */
article.et_pb_post > a.entry-featured-image-url:first-child > .et_overlay,
article.et_pb_post.has-post-thumbnail > a:first-child > .et_overlay {
	border: 0;
}
.et_pb_has_overlay .et_overlay::before,
.et_pb_has_overlay:hover .et_overlay::before {
	opacity: 0;
}
.et_pb_has_overlay:hover .et_overlay:hover::before {
	opacity: 1;
}

/* push left the same amount as the image width (plus its margin), so the post content doesnt wrap around the floating image */
article.et_pb_post > a.entry-featured-image-url:first-child ~ h2.entry-title,
article.et_pb_post > a.entry-featured-image-url:first-child ~ p.post-meta,
article.et_pb_post > a.entry-featured-image-url:first-child ~ div.post-content,
article.et_pb_post.has-post-thumbnail > a:first-child ~ h2.entry-title,
article.et_pb_post.has-post-thumbnail > a:first-child ~ p.post-meta,
article.et_pb_post.has-post-thumbnail > a:first-child ~ div.post-content {
	margin-left: 237px;	
}

/* remove excess top margin of post title */
article.et_pb_post h2.entry-title {
	margin-top: 0;
	padding-bottom: 10px;
}

@media (max-width: 767px) {
	article.et_pb_post > a.entry-featured-image-url:first-child,
	article.et_pb_post.has-post-thumbnail > a:first-child {
		width: 120px;
		margin-right: 20px;
	}
	/* push left the same amount as the image width, so the post content doesnt wrap around the floating image */
	article.et_pb_post > a.entry-featured-image-url:first-child ~ h2.entry-title,
	article.et_pb_post > a.entry-featured-image-url:first-child ~ p.post-meta,
	article.et_pb_post > a.entry-featured-image-url:first-child ~ div.post-content,
	article.et_pb_post.has-post-thumbnail > a:first-child ~ h2.entry-title,
	article.et_pb_post.has-post-thumbnail > a:first-child ~ p.post-meta,
	article.et_pb_post.has-post-thumbnail > a:first-child ~ div.post-content {
		margin-left: 140px;	
	}
}

@media (max-width: 479px) {
	article.et_pb_post > a.entry-featured-image-url:first-child,
	article.et_pb_post.has-post-thumbnail > a:first-child {
		float: none;
		width: 160px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	/* push left the same amount as the image width, so the post content doesnt wrap around the floating image */
	article.et_pb_post > a.entry-featured-image-url:first-child ~ h2.entry-title,
	article.et_pb_post > a.entry-featured-image-url:first-child ~ p.post-meta,
	article.et_pb_post > a.entry-featured-image-url:first-child ~ div.post-content,
	article.et_pb_post.has-post-thumbnail > a:first-child ~ h2.entry-title,
	article.et_pb_post.has-post-thumbnail > a:first-child ~ p.post-meta,
	article.et_pb_post.has-post-thumbnail > a:first-child ~ div.post-content {
		margin-left: 0;
	}
	article.et_pb_post {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

/* Password protected POSTS */
body.single.single-post #left-area > article.post-password-required > .entry-content > .et_pb_section,
body.single.single-post #left-area > article.post-password-required > .entry-content > .et_pb_section > .et_pb_row,
body.single.single-post #left-area > article.post-password-required > .entry-content > .et_pb_section > .et_pb_row > .et_pb_column {
	padding: 0;
	width: 100%;
	margin: 0;
	max-width: 100%;
	float: none;
}
body.single.single-post #left-area > article.post-password-required > .entry-content > .et_pb_section {
	padding: 20px;
	background-color: #fefefe;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	border-radius: 8px;
}
body.single.single-post #left-area > article.post-password-required > .entry-content > .et_pb_section > .et_pb_row > .et_pb_column > .et_password_protected_form {
	min-height: 0;
}
body.single.single-post #left-area > article.post-password-required > .entry-content > .et_pb_section > .et_pb_row > .et_pb_column > .et_password_protected_form h1 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: red;
}
.et_password_protected_form .et_submit_button:hover {
	padding-right: 1.8em;	
}

/* -- END BLOG -- */


/* PARTNER HIGHLIGHTS SECTION -- */

.stackedlist.checklist ul li,
#partner-highlights.checklist ul li {
	padding: 20px 10px 25px 45px;
	background-color: rgb(247, 251, 245);
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	border: 1px solid white;
	margin-bottom: 0 !important;
	margin-top: -5px !important;
	transition: all 0.2s ease;
}
.stackedlist.checklist ul li:last-child,
#partner-highlights.checklist ul li:last-child {
	/* margin-bottom: 0 !important;	*/
}

.stackedlist.checklist ul li:hover,
#partner-highlights.checklist ul li:hover {
	background-color: white;
	box-shadow: 0 2px 12px rgba(0,0,0,0.2);
	border: 1px solid rgba(94, 167, 69, 1);
	margin-top: -10px !important;
	padding-bottom: 30px !important;
}

.stackedlist.checklist ul li::before,
#partner-highlights.checklist ul li::before {
	width: 26px;
	font-size: 26px;
	left: 10px;
	top: 20px;
}

@media (min-width: 639px) {
	#partner-highlights.checklist.checklist-columns-2 ul li {
		margin-left: 1% !important;
		margin-right: 1% !important;
		width: 48% !important;	
	}
}

/* -- END PARTNER HIGHLIGHTS SECTION -- */



/* -- INFOGRAPHIC SECTION -- */

.et_pb_section.infographic-section {
	border-bottom: 5px solid white;	
}

.et_pb_section.infographic-section > .et_parallax_bg {
	opacity: 0.1;
	filter: blur(3px);
}

.et_pb_section.infographic-section .et_pb_equal_columns .et_pb_column {
	align-self: center;
}

/* -- END INFOGRAPHIC SECTION -- */


/* -- dFlip Books -- */

#book-section .et_pb_row:after, 
#book-section .et_pb_row_inner:after {
	content: '';
}
/* id added to text shortcode module */
#book-wrapper {
	min-height: 300px;
	height: 100vh !important;
}
section.linkAnnotation a, 
a.linkAnnotation, 
a.customLinkAnnotation {
	background-color: transparent !important;
}

/* -- END dFlip Books -- */


/* if this class is used on a section, row, or column, and it has a parallax bg, 
then it sets that bg div to be transparent by a certain percent */
.parallax-bg-15 > .et_parallax_bg {
	opacity: 0.15;	
}

/* -- TEAM PERSON MODULE -- */

.et_pb_team_member .et_pb_team_member_image {
	width: 25% !important;	
}
.et_pb_team_member .et_pb_team_member_image img {
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	border: 5px solid white;
	max-width: 200px;
	max-height: 200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transition: all 0.2s ease;
}
.et_pb_team_member .et_pb_team_member_image img:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.et_pb_team_member .et_pb_team_member_description {
	font-size: 14px;
	line-height: 1.666em;
}
.et_pb_team_member .et_pb_member_social_links li {
	margin-right: 0;
}
.et_pb_team_member .et_pb_member_social_links a {
	width: 32px;
	height: 32px;
	background: red;
	border-radius: 50%;
	margin-right: 6px;
	background-color: rgba(0,0,0,0.1);
}
.et_pb_team_member .et_pb_member_social_links a::before {
	line-height: 32px;	
}
@media (max-width: 767px) {
	.et_pb_team_member .et_pb_team_member_image {
		width: 100% !important;	
	}
	.et_pb_team_member .et_pb_team_member_description {
		text-align: center;
	}
	.et_pb_team_member .et_pb_member_social_links a {
		margin-right: 3px;
		margin-left: 3px;
	}
	.et_pb_team_member .et_pb_team_member_description {
		font-size: 13px;
	}
}

/* -- END TEAM PERSON MODULE -- */

.fs-inline-button {
	display: inline-block;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: rgba(77,77,77,0.1);
	border-color: #f37b20;
	position: relative;
	padding: 0.3em 1em;
	border: 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.fs-inline-button:hover {
	background-color: rgba(77,77,77,0.95);
	color: rgba(255,255,255,0.99);
	border-color: #f37b20;
}

/*@media (max-width: 980px) {
#et-secondary-nav, #et-secondary-menu {
	display:inline-block!important;
	}
}*/