/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via FreshySites
Author: FreshySites
Author URI: https://freshysites.com/
Template: Divi
Version: 1.8.3
*/
/* 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-weight-500, 
.font-weight-500 h1, .font-weight-500 h2, .font-weight-500 h3, .font-weight-500 h4, .font-weight-500 h5, .font-weight-500 h6, .font-weight-500 li, .font-weight-500 a {
	font-weight: 500;
}

.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: 200%;
	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: 200%;
	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: #85356F;
	/* set font size helps make icon sharper */
	font-size: 22px;
	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';	
}
.pdflist ul li::before {
	content: '\f1c1';
	color: red;
}
.userlist ul li::before {
	content: '\f2c0';
}
.chevron-right-list ul li::before {
	content: '\35';
	left: -10px;
	font-size: 28px;
}
.chevron-right-list.checklist ul li {
	padding-left: 22px;
	margin: 0 0 16px !important;
}
@media (max-width: 767px) {
	.chevron-right-list.checklist ul li {
		margin: 0 0 8px !important;
	}
}

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


/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
	width: 80%;
	margin: 10% auto;
	max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
	border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
	display: none;
}

/* -- END PASSWORD PROTECTED -- */


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

@media (max-width: 980px) {
	/* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
	.stacked-flex {
		display: flex;
		flex-wrap: wrap; 
	}
	/* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
	.stacked-order-negative-4 {
		order: -4;
	}
	.stacked-order-negative-3 {
		order: -3;
	}
	.stacked-order-negative-2 {
		order: -2;
	}
	.stacked-order-negative-1 {
		order: -1;
	}
	.stacked-order-1 {
		order: 1;
	}
	.stacked-order-2 {
		order: 2;
	}
	.stacked-order-3 {
		order: 3;
	}
	.stacked-order-4 {
		order: 4;
	}
	/* adds margin to former "last" column that otherwise wouldn't have it */
	.stacked-flex:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

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

/* --- FONT --- */

h1, h2, h3 {
	/*font-size:54px!important;
	line-height:68px;*/
	font-family: 'Guardian Egyp - Light',Helvetica,Arial,Lucida,sans-serif;
	font-weight:300;
}
.small-h1 h1{
	font-size:48px!important;
	line-height:53px;
	font-family: 'Guardian Egyp - Light',Helvetica,Arial,Lucida,sans-serif;
}
.small-h2 h2 {
	font-size:36px!important;
	line-height:43px;
	font-family: 'Guardian Egyp - Light',Helvetica,Arial,Lucida,sans-serif;
}
p {
	/*line-height:28px;*/
	font-family: 'Fakt - Normal',Helvetica,Arial,Lucida,sans-serif;
}
.med-text p {
	line-height:25px!important;
	font-size:18px!important;
}
.twenty-p p {
	line-height:27px!important;
	font-size:24px!important;
}
.tiny-text p {
	line-height:24px!important;
	font-size:16px!important;
}
.mini-text p {
	line-height:21px!important;
	font-size:14px!important;
}
span.micro-text {
	line-height:16px!important;
	font-size:12px!important;
}

a.et_pb_button {
	width:191px;
	text-align:center;
	font-family: 'Fakt - Normal',Helvetica,Arial,Lucida,sans-serif;
}
/*.et_pb_blurb_description {
font-size: 24px;
line-height: 30.36px;
}*/
.small-blurb .et_pb_blurb_description {
	font-size: 20px;
	line-height: 28px;
	font-family: 'Fakt - Normal',Helvetica,Arial,Lucida,sans-serif;
}
.tiny-blurb h2 {
	font-size: 20px!important;
}
.tiny-blurb .et_pb_blurb_description {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Fakt - Normal',Helvetica,Arial,Lucida,sans-serif;
}
sup {
	bottom: 0.7em;
	font-size: 10px;
}
.bottom-sup sup {
	bottom: 0.6em;
	font-size: 10px;
}
.sup-text p {
	font-size: 14px;
	line-height: 21px;
}
h4.et_pb_module_header {
	font-family: 'Fakt - Normal',Helvetica,Arial,Lucida,sans-serif;
}
.right p {
	text-align:right!important;
}
.et_pb_menu ul li a {
	font-family: 'Fakt - Normal',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	line-height: 24px;
}
/*.et_pb_button {
	font-size: 16px!important;
}*/
@media screen and (max-width: 1259px) and (min-width: 767px) {
	/*h1 {
	font-size:42px!important;
	line-height:54px!important;
}*/
	.small-h1 h1{
		font-size:36px!important;
		line-height:42px!important;
		font-weight:500;
	}
	/*h2 {
	font-size:28px!important;
	line-height:32px!important;
}*/
	.h3 {
		font-size:24px!important;
		line-height:26px;
	}
	.small-h2 h2 {
		font-size:28px!important;
		line-height:36px!important;
	}
	/*	p {
	line-height:28px;
}*/
	.twenty-p p {
		line-height:24px!important;
		font-size:22px!important;
	}
	.et_pb_blurb_description {
		font-size: 20px!important;
		line-height: 24px!important;
	}
	.tiny-blurb .et_pb_blurb_description {
		font-size: 16px!important;
		line-height: 24px!important;
	}
}
@media screen and (max-width: 980px)  {
	.mobile-foot p {
		text-align:left!important;
	}

}	
@media screen and (max-width: 768px)  {
	/*h1 {
	font-size:34px!important;
	line-height:40.8px!important;
	text-align:center;
}*/
	.small-h1 h1{
		font-size:36px!important;
		line-height:40px!important;
		font-weight:500;
		text-align:center;
	}
	/*h2 {
	font-size:24px!important;
	line-height:36px!important;
	text-align:center;
}*/
	/*.h3 {
	font-size:20px!important;
	line-height:24px;
}*/
	.small-h2 h2 {
		font-size:30px!important;
		line-height:39px!important;
		text-align:center;
	}
	/*p {
	line-height:26px!important;
	text-align:center;
	font-size:16px!important;
}*/
	.twenty-p p {
		line-height:22px!important;
		font-size:18px!important;
	}
	.small-text p {
		/*line-height:21px!important;
		font-size:14px!important;*/
		line-height:24px!important;
		font-size:18px!important;
		text-align:center;
	}
	.mini-text p {
		/*line-height:18px!important;
		font-size:12px!important;*/
		line-height:22px!important;
		font-size:16px!important;
	}
	.small-text {
		margin-left: auto;
		margin-right: auto;
	}

	/*.et_pb_button_module_wrapper {
	text-align: center;
}*/
	a.et_pb_button {
		font-size:16px!important;
	}
	.et_pb_button {
		width:132px!important;
	}
	/*.et_pb_blurb_description {
	font-size: 18px;
	line-height: 22.77px;
}*/
	.small-blurb .et_pb_blurb_description {
		font-size: 16px;
		line-height: 24px;
		text-align:center;
	}
	.tiny-blurb .et_pb_blurb_description, .tiny-text p {
		/*font-size: 14px;
		line-height: 20px;*/
		font-size: 18px;
		line-height: 24px;
		text-align:center;
	}
	.tiny-text p {
		/*font-size: 14px!important;
		line-height: 21px!important;*/
		font-size: 16px!important;
		line-height: 22px!important;
	}
	sup {
		bottom: 0.5em;
		font-size: 10px;
	}
	.sup-text p {
		font-size: 12px;
		line-height: 15.18px;
	}
	.left-align h1, .left-align h2, .left-align p, .left-align h4.et_pb_module_header {
		text-align:left!important;
	}
	a.et_pb_button.start-button.purple-button.fullwidth-button.et_pb_bg_layout_light {
		width: 100%!important;
	}
	a.et_pb_button.start-button.purple-button.arrow-button.et_pb_bg_layout_light {
		width: auto!important;
	}
	.right-align p {
		text-align:right!important;
	}
	.number-left p {
		text-align:left!important;
	}
}



/* LOGO */
@media only screen and (min-width : 768px) {
	.et_pb_menu__logo img[src$=".svg"] {
		width: auto;
	}
}
@media only screen and (max-width : 767px) {
	.et_pb_menu__logo img[src$=".svg"] {
		width: 100%;
		position: absolute;
		margin-top: -10px!important;
	}
}
/* vertically align row using flex */

@media only screen and (min-width : 768px) {
	.mp_row_vertical_align {
		display: flex;
		flex-direction: row;
		align-items: center;}}

/*timeline*/
@media screen and (max-width: 980px)  {
	.arrow-text .et_pb_column {
		width: 100%!important;
	}
	.arrow-text p {
		text-align:left;
		font-size:18px!important;
	}
}
@media (max-width: 479px) {
	.col-3 {
		margin-bottom:0px!important;
	}
}

/*testimonial slider*/
.story-car .dica_divi_carouselitem.swiper-slide-active {
	width: 86%!important;
	padding-left: 35px;
}
.story-car p {
	text-align:left!important;
}
.blurb-quote .et_pb_blurb_description {
	font-size: 16px;
	line-height: 24px;
}


/*logos*/
@media screen and (max-width: 479px)  {
	.logo-row .et_pb_column {
		width:50%!important;
	}
}
/*menu*/
@media screen and (min-width: 1129px) {
	ul#menu-faqs>li, ul#menu-get-started-menu>li, ul.et-menu>li {
		padding-left: 11px;
		padding-right: 11px;
	}
}
@media screen and (max-width: 1128px) and (min-width: 981px) {
	ul#menu-faqs>li, ul#menu-get-started-menu>li, ul.et-menu>li {
		padding-left: 10px;
		padding-right: 11px;
		margin-right: 0px!important;
	}
	ul#menu-faqs>li a, ul#menu-get-started-menu>li a, ul.et-menu>li a{
		font-size: 14px;
	}

}
/*get started footer*/
.small-text .et_pb_text_inner {
	font-size: 16px;
	line-height: 36px;
}
.copy-text .et_pb_text_inner {
	font-size: 14px;
	line-height: 22px;
}
.con-text:before {
	content: '$';
	font-family: ETmodules;
	float: right;
	position: absolute;
	left: 90px;
	top: -1px;
}
.con-text:hover:before {
	left: 95px;
}
@media screen and (max-width: 767px)  {
	.con-text p {
		width:71px;
	}
}
/*get started header*/
@media screen and (min-width: 981px)  {
	.et_pb_menu_0_tb_header.et_pb_menu li.menu-start{ 
		background-color: #387980;
		border:2px solid #387980!important;
		border-radius: 7px;
		width: 191px;
		color:white!important;
	}
	.et_pb_menu_0_tb_header.et_pb_menu ul li.menu-start a {
		color:white!important;
		margin-left: auto;
		margin-right: auto;
	}
	.et_pb_menu_0_tb_header.et_pb_menu ul li a {
		padding-top:11px!important;
		padding-bottom:11px!important;
	}
	.et_pb_menu_0_tb_header.et_pb_menu li.menu-start:hover{ 
		background-color: transparent;
		border:2px solid #387980!important;
		color:#387980!important;
		opacity:1;
		transition:none;
	}
	.et_pb_menu_0_tb_header.et_pb_menu ul li.menu-start a:hover {
		color:#387980!important;
		opacity:1;
	}
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-443, li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-678, li.faq-menu {
		padding-right: 50px!important;
		padding-left: 39px!important;
	}
}
.et_mobile_menu li.menu-start{
	border-top: 1px solid white;
	margin-top: 10px;
	padding-top: 20px;
}
/*mobile menu*/
.et_mobile_menu {
	width: 133%;
	height: 100vh;
	margin-left: -20%;
	padding-top: 60px!important;
	margin-top: -70px;
	z-index:9px;
	padding-left: 60px!important;
}
.mobile_menu_bar {
	z-index: 99999;
}
a.mobile_nav.opened .mobile_menu_bar:before {
	color: #fff;
	content: "M";
}
/*what you get columns*/
@media screen and (max-width: 767px)  {
	.what-you .et_pb_column {
		width:100%!important;
		margin-right: 0px!important;
		margin-bottom:0px!important;
	}
	
	.tiny-text p {
		text-align: left!important;
	}
}

/* ------------ BCBST MEDICARE ---------- */
/*purple button*/
a.et_pb_button.start-button.purple-button.et_pb_bg_layout_light:hover {
	border-color:#85356f!important;
}
a.et_pb_button.start-button.purple-button.et_pb_bg_layout_light {
	border-radius: 100px;
	width: 155px;
}
@media screen and (max-width: 767px)  {
	a.et_pb_button.start-button.purple-button.et_pb_bg_layout_light {
		width: 108px!important;
		font-size:14px!important;
	}
}

/* ------------ KAISER ---------- */
/*purple button*/
@media screen and (max-width: 981px)  {
	#kaiser-head a.et_pb_button.start-button.purple-button.et_pb_bg_layout_light {
		width: 155px!important;
		font-size:14px!important;
		display: block;
		margin: auto;
		text-align: center;
	}
	#kaiser-head .et_pb_text_36, .et_pb_text_0 {
		max-width: unset;
	}
}

/* ---------- Reschedule - Button ---------- */
/*get started header column width*/
@media screen and (min-width: 768px) {
	.row-widths .get-col.phone-col {
		width: 200px!important;
	}
}
/* ----- Menu Button ----- */
.menu-button-phone:before {
	font-family: 'ETModules'!important;
	content: '\f095'!important;
	width: 20px;
	margin: 0;
	display: inline-block!important;
	text-align: center;
	position: absolute;
	top: 13px;
	left: 6px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.menu-button-phone {
	position: relative;
}

@media screen and (min-width: 981px)  {
	.et_pb_menu_0_tb_header.et_pb_menu.purple-menu li.menu-start.menu-button-phone { 
		width: auto;
	}
	.menu-button-phone a {
		padding: 7px 0px 7px 15px!important;
	}
}
@media screen and (max-width: 980px)  {
	.menu-button-phone a {
		padding: 7px 0px 7px 35px!important;
	}
	.menu-button-phone:before {
		top: 37px;
		left: 10px;
		font-size: 26px;
	}
}
/* ----- Button Modules ----- */
a.phone-button:before {
}
a.et_pb_button.start-button.purple-button.phone-button.et_pb_bg_layout_light {
	border-radius: 100px;
	width: auto;
}
@media screen and (max-width: 767px)  {
	a.et_pb_button.start-button.purple-button.phone-button.et_pb_bg_layout_light {
		width: auto!important;
		font-size:14px!important;
	}
}

/*bcbst medicare  header*/
@media screen and (min-width: 981px)  {
	.et_pb_menu_0_tb_header.et_pb_menu.purple-menu li.menu-start{ 
		background-color: #85356F;
		border:2px solid #85356F!important;
		border-radius: 100px;
		width: 155px;
		color:white!important;
	}
	.et_pb_menu_0_tb_header.et_pb_menu.purple-menu ul li.menu-start a {
		color:white!important;
		margin-left: auto;
		margin-right: auto;
	}
	.et_pb_menu_0_tb_header.et_pb_menu.purple-menu ul li a {
		padding-top:7px!important;
		padding-bottom:7px!important;
	}
	.et_pb_menu_0_tb_header.et_pb_menu.purple-menu li.menu-start:hover{ 
		background: #913E84!important;
		border: 2px solid #913E84!important;
		box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%), 0px 4px 6px -2px rgb(0 0 0 / 5%);
	}
	.et_pb_menu_0_tb_header.et_pb_menu.purple-menu ul li.menu-start a:hover {
		color:#fff!important;
		opacity:1;
	}
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-559 {
		margin-right: 50px;
		margin-left: 50px;
	}
}

a.purple-button:hover, body #page-container .et_pb_section a.purple-button:hover {
	background: #913E84!important;
	border: 2px solid #913E84!important;
	box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%), 0px 4px 6px -2px rgb(0 0 0 / 5%);
	color: white!important;
}
a.white-button:hover, body #page-container .et_pb_section a.white-button:hover {
	background: #fff!important;
	border: 2px solid #913E84!important;
	box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%), 0px 4px 6px -2px rgb(0 0 0 / 5%);
	color: #913E84!important;
}

.purple-menu .et_mobile_nav_menu .opened .mobile_menu_bar:before {
	color: #fff;
}

/* ----------- BCBST COMMERCIAL ---------- */
a.arrow-button {
	width: auto!important;
}

/* ------------ WELLCARE PAGE ---------- */
@media screen and (max-width: 1145px) and (min-width: 981px) {
	.header-row .et_pb_column {
		width:100%!important;
		padding-bottom:10px;
	}
	.header-row {
		display:block!important;
	}
}

/* ----------- COSTCO PAGE ---------- */
a.et_pb_button.wide-purple.et_pb_bg_layout_light:hover {
	border-color:#85356f!important;

}


/* ------------- FAQS PAGE ------------- */
/* TOGGLE */
.et_pb_toggle_title:before {
	content: "L";
	font-weight: bold;
}
.et_pb_toggle_open .et_pb_toggle_title:before {
	content: "K";
}
h5.et_pb_toggle_title {
	font-weight:500;
}

/*footer column sizes*/
@media screen and (min-width: 981px) {
	.col-12 {
		width:14%!important;
	}
	.col-large {
		width:23%!important;
	}
}
@media screen and (max-width: 479px) {
	.col-bottom {
		margin-bottom:15px!important;
	}
}


/* ---------- OPTUM ------------ */
.half-col {
	width:50%!important;
	padding-bottom: 0px!important;
	padding-top: 0px!important;
}


/* -------- LEARN MORE ------- */
a.line-button {
	width: auto!important;
	background-color: transparent!important;
	border: 0px solid transparent;
	border-color:transparent;
	color: #387980!important;
	border-bottom: 1px solid #387980;
	border-radius: 0px!important;
	font-family: 'Guardian Egyp - Regular',Helvetica,Arial,Lucida,sans-serif;
	padding-left: 0px!important;
	padding-right: 30px!important;
}
a.et_pb_button.line-button:hover {
	border-bottom: 1px solid #387980!important;
}

/*button*/
body a.et_pb_button.learn-start:hover, body .et_pb_menu_0_tb_header.et_pb_menu li.menu-start.learn-start:hover, body .et_pb_menu_0_tb_header.et_pb_menu li.menu-start.learn-start a:hover {
	color: #c9b9b9!important;
	background-color: #387980;
	border-color: #387980!important;
	border-radius: 7px;
}
.learn-foot-con:before {
	top: -5px;
}

/* ----------- PREMERA PAGE --------- */
@media screen and (min-width: 981px) {
	.slider-img .med-blurb img, .slider-img img, .slider-img .et_pb_main_blurb_image  {
		display:none;
	}
	.slider-img .et_pb_image_wrap {
		width: 0px;
	}
	.slider-img .et_pb_main_blurb_image {
		max-width: 0px;
	}
}
@media screen and (max-width: 980px) {
	.slider-img .med-blurb img{
		display:none;
	}
	.slider-img .med-blurb .et_pb_image_wrap {
		width: 0px;
	}
	.slider-img .med-blurb .et_pb_main_blurb_image {
		max-width: 0px;
	}
}


/*logo */
.et_pb_menu__logo img{
	max-width:151px;
}


.harvard-menu .et_pb_menu__logo::after {
	content:'brought to you by Harvard Pilgrim Health Care';
	display:block;
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	color: #85356F;
}

@media screen and (max-width: 767px) {
	.harvard-menu .et_pb_menu__logo::after {
		padding-top: 16px;
		text-align: left;
	}
	.harvard-menu .et_pb_menu__logo img {
		max-width: 121px;
	}
}

/*get started header column width*/

@media screen and (min-width: 768px) {
	.row-widths .get-col {
		width: 180px!important;
	}
}

body .getstarted-checklist li{
	font-size: 16px;
	line-height: 24px;
	margin-bottom:0px!important;
}

/*--CSS for just new get started page--*/
@media screen and (max-width: 767px) {
	.post-2285 a.et_pb_button.start-button.purple-button.et_pb_bg_layout_light {
		width: auto!important;
		display: block;
		margin-right: 20px;
		margin-left: 20px;
	}

	.post-2285 .tiny-text p {
		font-size: 16px!important;
		line-height: 23px!important;
	}
}

.page-id-2704 a {
	color: #2b7d82 !important;
	text-decoration: underline;
}


/* ---------- Custom Mobile Column Order ---------- */

@media all and (max-width: 980px) {
	/* ----- wrap row in a flex box ----- */
	.custom-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;
	}
}

/* ---------- 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;
}
/* ---------- Align Flex Column ---------- */
/* ----- Align Bottom ----- */
.flex-align-bottom-column {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.flex-align-bottom {
	margin-top: auto;
}

/* -------------------- Enroll Today Page -------------------- */
/*  ----- Headers ----- */
@media (min-width: 981px) {
	.header-48 h1 {
		font-size: 48px !important;
		line-height: 1.1em !important;
	}
	.header-30 h2 {
		font-size: 30px !important;
		line-height: 1.1em !important;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	.header-48 h1 {
		font-size: 38px !important;
		line-height: 1.1em !important;
	}
	.header-30 h2 {
		font-size: 28px !important;
		line-height: 1.1em !important;
	}
}
@media (max-width: 767px) {
	.header-48 h1 {
		font-size: 32px !important;
		line-height: 1.1em !important;
	}
	.header-30 h2 {
		font-size: 26px !important;
		line-height: 1.1em !important;
	}
}

/* ----- Align Button to bottom of div */
.flex-column {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}
.flex-column .et_pb_button_module_wrapper {
	margin-top: auto;
}

/* -------------------- Member Landing Pages -------------------- */
/* ---------- Slider Header ---------- */
.slider-header .et_pb_slide,
.slider-header .et_pb_slide_description {
	padding: 0;
}
.slider-header .et_pb_container {
	height: auto !important;
}

/* ---------- Fakt ---------- */
.custom-font-fakt h2, .custom-font-fakt h3, .custom-font-fakt h4, .custom-font-fakt p {
	font-family: 'Fakt - Normal',Helvetica,Arial,Lucida,sans-serif !important;
}

/* ----- Employee Slider ----- */
.employee-slide .n2-ss-slide {
	border-radius: 14px !important;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
	.employee-slide .nextend-arrow-previous {
		display: none;
	}
	.employee-slide .nextend-arrow-next {
		left: 45px !important;
	}
	/*.employee-slide .n2-ss-slide {
	max-width: 225px;
}*/
}
/*blue shape that covers left slide*/
@media (min-width: 1016px) {
	.employee-slide .n2-ss-slider-3:before {
		content: '';
		background-color: #D6E4FA;
		width: 22%;
		height: 100%;
		display: block;
		position: absolute;
		z-index: 1;
	}
}
@media (max-width: 1685px) and (min-width: 1501px) {
	.employee-slide .n2-ss-slider-3:before {
		width: 19%;
	}
}
@media (max-width: 1500px) and (min-width: 1336px) {
	.employee-slide .n2-ss-slider-3:before {
		width: 15%;
	}
}
@media (max-width: 1335px) and (min-width: 1166px) {
	.employee-slide .n2-ss-slider-3:before {
		width: 10%;
	}
}
@media (max-width: 1165px) and (min-width: 1016px) {
	.employee-slide .n2-ss-slider-3:before {
		width: 4%;
	}
}

/* ---------- Member Landing Page Testimonial Slider ---------- */
/* ----- Arrows ----- */
@media (max-width: 1345px) {
	.member-testimonials-slider .nextend-arrow-previous {
		left: 1% !important;
	}
	.member-testimonials-slider .nextend-arrow-next {
		right: 1% !important;
	}
}
@media (max-width: 1240px) {
	.member-testimonials-slider .nextend-arrow {
		display: none;
	}
}
/* ----- Bullets ----- */
.member-testimonials-slider .n2-ss-control-bullet {
	left: 0 !important;
	right: 0 !important;
}
@media (max-width: 980px) and (min-width: 768px) {
	.member-testimonials-slider .n2-ss-control-bullet {
		bottom: 6% !important;
	}
}
@media (max-width: 767px) {
	.member-testimonials-slider .n2-ss-control-bullet {
		bottom: 5% !important;
	}
}
c
p.custom-testimonial,
p.custom-testimonial span {
	color: #fff;
	font-size: 40px;
	line-height: 1.5em;
	font-family: 'Fakt - Normal',Helvetica,Arial,Lucida,sans-serif !important;
	text-align: left;
}
p.custom-testimonial span {
	display: inline-block;
	position: relative;
}
@media (min-width: 981px) {
	p.custom-testimonial span:after {
		content: '';
		display: block;
		width: 100%;
		height: 10px;
		background-position: center left;
		background-size: contain;
		background-repeat: no-repeat;
	}
	p.custom-testimonial span.pink-underline:after {
		background-image: url('/wp-content/uploads/underline-pink.svg');
	}
	p.custom-testimonial span.blue-underline:after {
		background-image: url('/wp-content/uploads/underline-blue.svg');
	}
	p.custom-testimonial span.yellow-underline:after {
		background-image: url('/wp-content/uploads/underline-yellow.svg');
	}
	p.custom-testimonial span.blue-2-underline:after {
		background-image: url('/wp-content/uploads/underline-blue-2.svg');
	}
}
@media (max-width: 980px) {
	p.custom-testimonial, p.custom-testimonial span {
		font-size: 30px;
	}
	p.custom-testimonial span {
		text-decoration: underline;
		text-decoration-thickness: 2px;
		text-underline-offset: 10px;
	}
	p.custom-testimonial span.pink-underline {
		text-decoration-color: #D49FCA;
	}
	p.custom-testimonial span.blue-underline, p.custom-testimonial span.blue-2-underline {
		text-decoration-color: #78AAE6;
	}
	p.custom-testimonial span.yellow-underline {
		text-decoration-color: #F8DEA0;
	}
}

/* ----- Self-care onboarding ----- */

.self-care{
	max-height: 85vh;
	overflow: hidden;
	position: relative;
}

.self-care h1 {
	font-size:30px;
}

.self-care-row {
	height: 85vh;
}

.self-care .back-row {
	max-height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow:hidden;
	z-index: 100;
}

a.eligibility-btn {
	width: 100% !important;
    text-align: left;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%), 0px 1px 2px rgb(0 0 0 / 6%);
    border-radius: 4px;
}

a.back-btn {
	text-align: left;
}

.btn-col a.et_pb_button:hover, .btn-col a.et_pb_button:focus, .btn-col a.et_pb_button:active {
	outline: solid 1px #85356f;
}

/* ----- Enroll thank you ----- */
.enroll-ty {
	max-height: 55vh;
	overflow: hidden;
}

.enroll-ty-heading h1 {
	font-weight: 300;
}

@media screen and (max-width: 1000px) {
	.enroll-ty-heading h1 {
		font-size: 42px;
	}
}


/* ----- Amazon Page ----- */

@media screen and (max-width: 980px) {
	.amazon-half-col, .start-half-col {
		max-width: 100%;
	}
	.amazon-half-col .et_pb_button, .start-half-col .et_pb_button {
		width: 80%!important;
	}
}

/* ----- Start 2023 Page ----- */

.start-btn {
	width:100% !important;
	max-width: 285px;
}

.start-section {
	max-width:920px;
}

.start-section h1, .welcome-section h1 {
	font-family: 'Guardian Egyp - Light',Helvetica,Arial,Lucida,sans-serif;
}

@media screen and (max-width: 1350px) {
	.start-section {
		width:80%!important;
	}
}

@media screen and (max-width: 581px) {
	.start-section, .start-btn {
		width:100%!important;
	}
}

/* ----- SunLife Enroll Form ----- */
.sl-enroll label, .sl-enroll .req, .enroll label, .enroll {
	display:block;
	line-height: 18px;
	font-size:16px;
	font-family: 'Fakt - Normal',Helvetica,Arial,Lucida,sans-serif!important;
	color: rgba(89,93,100,1);
	padding-top: 20px;
	padding-bottom: 15px;
}

.sl-enroll input, .sl-enroll input:focus, .enroll input, .enroll input:focus {
	display:block;
	padding:12px;
	height:45px!important;
	width:100%;
	border-color: #e1e1e1;
	color: #A6A29E;
	font-size:16px;
}

 .enroll textarea {
	display:block;
	padding:12px;
	width:100%;
	border-color: #e1e1e1;
	color: #A6A29E;
	font-size:16px;
	margin-bottom: 10px;
}

.sl-enroll .submit input {
	width:50%;
	height: 43px;
    border-radius: 100px;
    padding: 0px 36px;
    font-size: 16px;
    background: #85356f;
    color: #fff;
    border: 2px solid #85356f;
    float: right;
	transition: all 200ms ease;
	display:block;
	margin-bottom:20px;
}

.sl-enroll .submit input:hover{
	background: #A04085;
	cursor: pointer;
}

/*- Enroll - Language for St Joe Page --*/
select#\30 0N3600000OoMPJ {
    clear: both!important;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
	border-color: #e1e1e1;
    font-size: 16px;
}

/* ----- Enroll Form Update 3/22/23 ----- */

.enroll br {
	display:none;
}

.enroll label, .enroll {
	padding:0px;
	color:#000000;
}

.enroll .et_pb_code_inner form input {
	margin-top:20px;
	margin-bottom:20px;
}

.enroll .et_pb_code_inner form input:last-of-type {
	background: #85356f;
	color:white;
	margin-top:25px;
	width:35%;
	border-radius: 100px;
	border:none;
	float:right;
	transition: all 200ms ease;
}

.enroll .et_pb_code_inner form input:last-of-type:hover {
	background: #A04085;
	cursor:pointer;
}

@media screen and (max-width: 980px) {
	.sl-enroll .submit input, .enroll .et_pb_code_inner form input:last-of-type {
		width: 100%;
	}
}

/*-- SUnlife selfcare/Messa footer link color --*/

.page-id-4026 footer.et-l.et-l--footer a, .page-id-4026 .et_pb_row.et_pb_row_0_tb_footer.mobile-left.et_pb_gutters2.et_pb_row_5col a, 
.page-id-4035 footer.et-l.et-l--footer a, .page-id-4035 .et_pb_row.et_pb_row_0_tb_footer.mobile-left.et_pb_gutters2.et_pb_row_5col a,
.page-id-4033 footer.et-l.et-l--footer a, .page-id-4033 .et_pb_row.et_pb_row_0_tb_footer.mobile-left.et_pb_gutters2.et_pb_row_5col a, 
.page-id-4184 footer.et-l.et-l--footer a, .page-id-4184 .et_pb_row.et_pb_row_0_tb_footer.mobile-left.et_pb_gutters2.et_pb_row_5col a,
.page-id-4042 footer.et-l.et-l--footer a, .page-id-4042 .et_pb_row.et_pb_row_0_tb_footer.mobile-left.et_pb_gutters2.et_pb_row_5col a,
.page-id-3679 footer.et-l.et-l--footer a, .page-id-3679 .et_pb_row.et_pb_row_0_tb_footer.mobile-left.et_pb_gutters2.et_pb_row_5col a {
    color: #2B7D82!important;
	text-decoration-color: #2B7D82!important;
}

/*-- Empty Menu --*/
ul#menu-no-menu-items-intentional {
    display: none;
}

.hidden-menu .et_pb_menu_inner_container.clearfix {
    min-height: 55px;
}

.hidden-menu .mobile_nav.closed {
    display: none;
}


/*-- Start Splitter Page --*/
.splitter h1 {
	font-size:30px;
}

.splitter-btn h2 {
	padding-bottom:0px;
}

.splitter-btn {
	transition: all 200ms ease;
	box-shadow:0px 1px 3px rgb(0 0 0 / 10%), 0px 1px 2px rgb(0 0 0 / 6%);
}

.splitter-btn p {
	font-weight:300;
	font-size:14px;
}

.splitter-btn .et_pb_blurb_content {
	text-align:left;
}


.splitter {
	max-height: 90vh;
	overflow-y: hidden;
	position: relative;
}

.splitter-row {
	height: 90vh;
	overflow-y:hidden;
}

@media (max-width: 980px) {
	.splitter-btn .et_pb_blurb_content {
		margin-left:20px;
	}
}

@media (max-width: 767px) {
	.splitter-btn .et_pb_blurb_content {
		margin-left:0px!important;
	}
}