/*
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: #32a709;
}

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

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

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

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

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

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

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

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

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

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

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

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

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

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

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

/* -- END TYPOGRAPHY -- */


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

/* - 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;
	color: #fff;
	line-height: 1.5em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 1px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: #ffffff;
	vertical-align: middle;
	margin: 0 10px;
}

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

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

/* -- 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: 'Nucleo Glyph';
    content: '\ed3e';
    width: 20px;
    margin: 0;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #e40046;
    /* set font size helps make icon sharper */
    font-size: 22px;
}

.pluslist ul li::before {
    content: '\f055';
}

.eventlist ul li::before {
    content: '\f274';
}

.locationlist ul li::before {
    content: '\f041';
}

.externallist ul li::before {
	content: '\f14c';	
}

/* -- END CHECKLIST -- */


/* 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: 1101px) {
	.et_pb_section.fullwidth-row .et_pb_row.et_pb_row_fullwidth > .et_pb_column {
		padding: 80px 6%;
	}
}

@media (max-width: 1670px) {
.et_pb_section.fullwidth-row .et_pb_row.et_pb_row_fullwidth > .et_pb_column.et_pb_column_2_3 {
	width: 60%;
}

.et_pb_section.fullwidth-row .et_pb_row.et_pb_row_fullwidth > .et_pb_column.et_pb_column_1_3 {
	width: 40%;
}
}

@media (max-width: 1335px) {
.et_pb_section.fullwidth-row .et_pb_row.et_pb_row_fullwidth > .et_pb_column.et_pb_column_2_3 {
	width: 50%;
}

.et_pb_section.fullwidth-row .et_pb_row.et_pb_row_fullwidth > .et_pb_column.et_pb_column_1_3 {
	width: 50%;
}
}

@media (max-width: 1100px) {
	
	.et_pb_row.et_pb_equal_columns {
		display: block;
	}
.et_pb_section.fullwidth-row .et_pb_row.et_pb_row_fullwidth > .et_pb_column.et_pb_column_2_3 {
	width: 100%!important;
	float: none!important;
}

.et_pb_section.fullwidth-row .et_pb_row.et_pb_row_fullwidth > .et_pb_column.et_pb_column_1_3 {
	width: 100%!important;
	float: none!important;
}
}

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

/* -- FOOTER -- */

#main-footer .title {
	font-weight: 900;
	text-align: center;
}

#main-footer .pink {
	font-weight: 900;
	color: #e40046;
}

#footer-widgets .footer-widget li:before {
	display: none;
}

#footer-widgets .footer-widget li {
	padding: 0;
	margin: 0;
}

/* -- HEADER  --*/

#top-menu-nav {
	padding: 0 2em;
}

#top-menu-nav .menu-item a {
	line-height: 1.3em;
}


#main-header {
	padding-top: 0!important;
}


#main-header > .container {
	margin: 0!important;
	width: 100%!important;
}

#et_mobile_nav_menu {
	margin-left: 5%;
	margin-right: 5%;
}

#main-header .logo_container {
	background-color: #ffffff;
	padding: 20px 10% 20px!important;
		width: 100%!important;
}



/*-old header code removed
@media only screen and (min-width: 981px) {
	#main-header .logo_container {
		padding: 50px 10%!important;
	}
	
	#main-header #et-top-navigation:before {
		display: block;
		content: '';
		width: 100%;
		padding-bottom: 32%;
		background-image: url(/wp-content/uploads/sidebar-swoosh.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		margin-bottom: -10px!important;
	}
}

.et_vertical_nav.et_header_style_centered header#main-header #top-menu > li > a, .et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header #top-menu > li > a {
    padding-bottom: 30px;
	padding-top:0px!important;
}

#et-top-navigation .current-menu-item {
	font-weight: 900!important;
	-webkit-transform: translateZ(0px);
}

#et-top-navigation .menu-item:not(.current-menu-item) {
	font-weight: 400;
}
-*/

/* -- SLIDER -- */

#home-slider.et_pb_slider .et_pb_container {
	width: 100%;
	max-width: 100%;
}

@media (min-width: 980px) {
#home-slider.et_pb_slider .et_pb_slide:nth-of-type(odd) .et_pb_slide_title {
	max-width: 50%;
}
}

#home-slider.et_pb_slider .et_pb_slide_description {
	padding-top: 31vh;
}

#home-slider:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-bottom: 12.544%;
	background-image: url(/wp-content/uploads/slider-swoosh.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 3;
}

#home-slider h2.et_pb_slide_title {
	text-align: left;
	font-weight: 900!important;
	font-size: 45px;
}


@media (max-width: 1500px) {
	#home-slider h2.et_pb_slide_title {
		font-size: 42px;
	}
}

@media (max-width: 1300px) {
	#home-slider h2.et_pb_slide_title {
		font-size: 40px;
	}
}

@media (max-width: 1200px) {
	#home-slider h2.et_pb_slide_title {
		font-size: 36px;
	}
}

@media (max-width: 1100px) {
	#home-slider h2.et_pb_slide_title {
		font-size: 32px;
	}
}

@media (max-width: 980px) {
	#home-slider h2.et_pb_slide_title {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	#home-slider h2.et_pb_slide_title {
		font-size: 25px;
	}
}

#home-cta {
	flex: 0 1 auto;
}

#home-cta .et_pb_fullwidth_header_container {
	max-width: 100%;
	width: 100%;
}

#home-cta h1 {
	font-weight: 500;
	padding: 0px;
	line-height: 1.2em;
	margin-right: 1em;
	margin-left: 1em;
}

#home-cta .header-content {
	margin: 0;
	padding: 0px;
}

@media (min-width: 1173px) {
	#home-cta .header-content {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 1172px) {
	#home-cta h1 {
		margin-bottom: 30px;
		text-align: center;
	}
	
	#home-cta .et_pb_button {
		margin: auto!important;
	}
	
	#home-cta .et_pb_button_one {
		margin-bottom: 30px!important;
	}
}


#home-buttons {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	min-height: 10.805%;
	text-align: center;
}

#home-buttons .et_pb_button, .circle-button .et_pb_button.et_pb_module {
	height: 170px!important;
    width: 170px!important;
    display: flex!important;
    align-items: center!important;
	justify-content: center;
	margin: 0;
	line-height: 1.3em!important;
	box-shadow: 0 0 13px rgba(0,0,0,.25);
	padding: 1em!important;
	position: relative;
	text-align: center;
}

 #home-cta .et_pb_button, #cta .et_pb_button {
	height: 150px!important;
    width: 150px!important;
    display: flex!important;
    align-items: center!important;
	justify-content: center;
	margin: 15px;
	line-height: 1.3em!important;
	box-shadow: 0 0 13px rgba(0,0,0,.25);
	padding: 1em!important;
	position: relative;
	text-align: center;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

@keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

#home-buttons .et_pb_button_module_wrapper, .circle-button .et_pb_button_module_wrapper {
	display: table;
	margin-left: auto!important;
	margin-right: auto!important;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

#home-buttons .et_pb_button_module_wrapper:before, .circle-button .et_pb_button_module_wrapper:before {
	content: ""!important;
	display: inline-block!important;
	position: absolute!important;
	border: #e40046 solid 6px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-transition: all .5s!important;
    -moz-transition: all .5s!important;
    transition: all .5s!important;
	border-radius: 50%;
}

body #page-container  #home-cta.et_pb_fullwidth_header .et_pb_more_button.et_pb_button:before,
body #page-container  #cta .et_pb_module.et_pb_promo .et_pb_promo_button.et_pb_button:before {
	content: ''!important;
	display: block!important;
	position: absolute!important;
	border: #7f7f7f solid 6px!important;
	top: 1px!important;
	right: 1px!important;
	bottom: 1px!important;
	left: 1px!important;
	-webkit-animation-duration: .5s!important;
	animation-duration: .5s!important;
	-webkit-transition: all .5s!important;
    -moz-transition: all .5s!important;
    transition: all .5s!important;
	border-radius: 50%!important;
	opacity: 1!important;
	margin: -10px!important;
	z-index: -1;
}

#home-buttons .et_pb_button_module_wrapper:hover:before, #home-buttons .et_pb_button_module_wrapper:focus:before, #home-buttons .et_pb_button_module_wrapper:active:before,
.circle-button .et_pb_button_module_wrapper:hover:before, .circle-button .et_pb_button_module_wrapper:focus:before, .circle-button .et_pb_button_module_wrapper:active:before,
body #page-container  #home-cta.et_pb_fullwidth_header .et_pb_more_button.et_pb_button:hover::before,
body #page-container  #home-cta.et_pb_fullwidth_header .et_pb_more_button.et_pb_button:focus::before,
body #page-container  #home-cta.et_pb_fullwidth_header .et_pb_more_button.et_pb_button:active::before,
body #page-container  #cta .et_pb_module.et_pb_promo .et_pb_promo_button.et_pb_button:hover::before,
body #page-container  #cta .et_pb_module.et_pb_promo .et_pb_promo_button.et_pb_button:focus::before,
body #page-container  #cta .et_pb_module.et_pb_promo .et_pb_promo_button.et_pb_button:active::before {
	-webkit-animation-name: hvr-ripple-out!important;
	animation-name: hvr-ripple-out!important;
}


#home-buttons .et_pb_button.spacing, .circle-button .et_pb_button.spacing, #home-cta .et_pb_button, #cta .et_pb_button {
	word-spacing: 999999px;
}

#home-buttons .et_pb_column {
	width: auto;
	float: none;
	display: inline-block;
	padding: 30px!important;
}

@media (max-width: 980px) and (min-width: 580px) {
	.et_pb_gutters1.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 {
		width: 50%!important;
	}
}

@media (max-width: 579px) {
	.et_pb_gutters1.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 {
		width: 100%!important;
	}
}

@media (min-width: 1024px) {
	#cta .et_pb_promo {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#cta .et_pb_promo_description {
		padding-bottom: 0px;
	}
}

#cta h2 {
	font-weight: 500;
	line-height: 1.2em;
	padding-bottom: 0px;
	margin-right: 1em;
	margin-left: 1em;
}

@media (max-width: 1023px) {
	#cta .et_pb_promo_description {
		text-align: center;
		padding-bottom: 30px;
	}
	
	#cta .et_pb_button {
		margin: auto;
	}
}

.bold h1 {
	font-weight: 900!important;
}

@media (min-width: 981px) {
	.et_header_style_centered .et-fixed-header .et-search-form {
		top: 0px;
	}
}

#cta, #home-cta {
	z-index: 1;
}

#continuum, #continuum .et_pb_all_tabs {
	border: 0!important;
}

#continuum .et_pb_tabs_controls {
	background-color: transparent!important;
	background: url(/wp-content/uploads/swoosh.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	min-height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#continuum .et_pb_all_tabs {
	max-width: 1200px;
	margin: auto;
}

#continuum .et_pb_tabs_controls li {
	height: 170px!important;
    width: 170px!important;
	border-radius: 50%;
	border: 10px solid #ffffff!important;
	box-shadow: 0 0 13px rgba(0,0,0,.25);
	padding: 1em!important;
	display: flex;
	align-items: center;
	float: none!important;
	margin: 35px!important;
	position: static;
}

#continuum .clearfix:after {
	display: none;
}

#continuum .et_pb_tab p {
	text-align: center;
}

#continuum .et_pb_tabs_controls li a {
	text-align: center;
	line-height: 1.3em!important;
	padding: 0px!important;
	word-spacing: 999px;
}

#continuum .et_pb_tab_0.et_pb_tab_active {
	background-color: #8a488d!important;
}

#continuum .et_pb_tab_1.et_pb_tab_active {
	background-color: #09516b!important;
}

#continuum .et_pb_tab_2.et_pb_tab_active {
	background-color: #58702c!important;
}

#continuum .et_pb_tab_3.et_pb_tab_active {
	background-color: #f08e44!important;
}

.light h1 {
	font-weight: 500;
}

#locations .et_pb_portfolio_item {
	background-color: #d9d9d9;
	margin-bottom: 0px;
}

#locations .et_pb_portfolio_item h2 {
	padding: 30px 30px 0;
	margin: 0;
}

#locations .et_pb_portfolio_item .post-meta {
	padding: 0 30px;
}

#locations .et_pb_portfolio_item .post-excerpt {
	padding: 0 30px 30px;
}

.gform_button {
	padding: .3em 3em!important;
	color: #ffffff!important;
}

.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
	padding: .3em!important;
	color: #ffffff!important;
}
	
@media (max-width: 980px) {
	.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover, .gform_button {
		width: 100%;
		text-align: center;
		color: #ffffff!important;
	}
}

/* -- NEWS -- */

.page-id-188 article {
	padding: 0px!important;
	border: none!important;
}

.page-id-188 .et_pb_image_container {
	margin: 0 0 20px 0!important;
	border: 10px solid #ffffff;
	box-shadow: 0 0 13px rgba(0,0,0,.25);
}

.services-dots ul {
	display: flex;
    flex-wrap: wrap;
    padding: 0px;
	list-style-type: none;
}

.services-dots ul li {
	margin: .5em 2em .5em 0;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 80%;
	text-transform: uppercase;
}

.services-dots ul li:before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;
	margin-right: .5em;
	background-color: #e40046;
}

.services-dots ul li.independent:before {
	background-color: #8a488d!important;
}

.services-dots ul li.assisted:before {
	background-color: #09516b!important;
}

.services-dots ul li.rehab:before {
	background-color: #7775c3!important;
}

.services-dots ul li.nursing:before {
	background-color: #f08e44!important;
}

.services-dots ul li.memory:before {
	background-color: #8fa82f!important;
}

.services-dots ul li.home:before {
	background-color: #158daf!important;
}

.services-dots ul li.lifestyle:before {
	background-color: #c54d57!important;
}

#main-footer .bottom-nav {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 1em 0;
}

#main-footer .bottom-nav .menu-item {
	padding: 2em!important;
}

#main-footer .bottom-nav .menu-item a {
	font-weight: 900!important;
}

.center-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.center-content .et_pb_text {
	width: 100%;
}


.et_divi_100_custom_back_to_top .et_pb_scroll_top:before {
	color: #e40046!important;
	font-weight: 900!important;
}

.et_divi_100_custom_back_to_top .et_pb_scroll_top {
	background-color: #d9d9d9;
	bottom: 10px;
}

.disable-button {
	pointer-events: none;
}

@media (max-width: 980px) {
	#services, .services-stripe {
		display: none!important;
	}
}

@media (min-width: 981px) {
	.services-hide-mobile {
		display: none!important;
	}
}

.shadow {
	box-shadow: 0 0 13px rgba(0,0,0,.25);
}

.page-id-186 .et_pb_row, .page-id-187 .et_pb_row {
	overflow: visible;
}

/* -- GRAVITY FORMS BUTTONS -- */

body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_page_footer input.button, body div.form_saved_message div.form_saved_message_emailform form input[type=submit], body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_page_footer input.button:hover, body div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover{
	color:#fff;
}

a#gform_save_4_link{
	color:#fff;
	background-color: #333333;
	font-size: 20px;
	padding: 6px 20px;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

a#gform_save_4_link:hover{
	background-color: #e40046;
}

.gform_wrapper .form_saved_message {
    border: 0px!important;
    background-color: #efefef!important;
}

.form_saved_message input[type="text"]{
	background-color: #d9d9d9!important;
	color: #333!important;
}

li.form-header h2, li.form-heading h2 {
    color: #fff!important;
    background: #e40046!important;
    padding-top: 10px;
    width: 100%!important;
    text-align: center!important;
}

.gform_wrapper .percentbar_blue {
    background-color: #e40046!important;
}

.et_vertical_nav #main-header #logo {
	margin-bottom: 0px!important;
}

@media (max-height: 780px) {
	.et_vertical_nav #main-header #logo {
		max-height: 70px;
	}
	
	#main-header .logo_container {
		padding: 30px 10%!important;
	}
	
	.et_vertical_nav.et_header_style_centered header#main-header #top-menu > li > a, .et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header #top-menu > li > a {
		padding-bottom: 20px;
	}
}

.et_pb_blurb_content {
	max-width: 100%;
	width: 100%;
}

#interior-header .et_pb_fullwidth_header {
	padding: 0px;
}

#interior-header .et_pb_fullwidth_header_container {
	width: 100%;
	max-width: 100%;
}

#interior-header .header-content {
	width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

#interior-header .header-content h1 {
	padding: 0 10%;
	width: 55%;
	text-align: left;
}

#interior-header .header-content img {
	width: 45%;
	max-height: 300px;
	object-fit: cover;
	object-position: 0 10%;
}

#interior-header .header-content:before {
	padding-left: 6.13%;
	position: absolute;
	left: 55%;
	top: 0px;
	bottom: 0px;
	content: '';
	display:block;
	background: url(/wp-content/uploads/stripe-divider.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* full width button*/
.fullwidth-button .et_pb_button_module_wrapper,
.fullwidth-button .et_pb_button {
	width: 100%; 
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-805 {
margin-top: -20px!important;
}

li.social-menu {
    width: 50px;
    float: left;
}

/* -- New Header 9/4/2020 --*/
.et_fullwidth_nav #main-header .container {
	padding: 0px!important;
}

.et_header_style_centered #top-menu>li>a {
    padding-bottom: 15px;
    padding-top: 15px;
}

li#menu-item-1304 a {
    border: 3px solid #fff;
    padding-top: 5px!important;
    padding-bottom: 8px!important;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 100px;
}

.logo_container {
    padding: 0px!important;
}