/**
 * Classes
**/
.sc-flex,
.sc-flex-2,
.sc-flex-3,
.sc-flex-4,
.sc-flex-5,
.sc-flex-6				{display: -webkit-flex; display: flex;}
.sc-flex > *			{-ms-flex: 0 1 auto;}
.sc-flex-row			{-webkit-flex-direction: row; flex-direction: row;}
.sc-flex-col			{-webkit-flex-direction: column; flex-direction: column;}
.sc-flex-wrap			{-webkit-flex-wrap: wrap; flex-wrap: wrap;}
.sc-flex-hor-center		{-webkit-justify-content: center; justify-content: center;}
.sc-flex-hor-end		{-webkit-justify-content: flex-end; justify-content: flex-end;}
.sc-flex-hor-between	{-webkit-justify-content: space-between; justify-content: space-between;}
.sc-flex-hor-around		{-webkit-justify-content: space-around; justify-content: space-around;}
.sc-flex-vert-center	{-webkit-align-items: center; align-items: center;}
.sc-flex-vert-end		{-webkit-align-items: flex-end; align-items: flex-end;}

.sc-flex-1 > *			{flex: 100% 1 0; padding: 0 20px;}
.sc-flex-2 > *			{flex: 50% 1 0; padding: 0 20px;}
.sc-flex-3 > *			{flex: 33.33% 1 0; padding: 0 20px;}
.sc-flex-4 > *			{flex: 25% 1 0; padding: 0 20px;}
.sc-flex-5 > *			{flex: 20% 1 0; padding: 0 20px;}
.sc-flex-6 > *			{flex: 16.66% 1 0; padding: 0 20px;}

.weight-100		{font-weight: 100;}
.weight-300		{font-weight: 300;}
.weight-400		{font-weight: 400;}
.weight-500		{font-weight: 500;}
.weight-600		{font-weight: 600;}
.weight-700		{font-weight: 700;}
.weight-900		{font-weight: 900;}

.gallery 						 {display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 1.1em;}
.gallery-item 					 {float: left; margin: 0 5px 1.1em;}
.gallery-item a					 {display: block;}
.gallery-item img				 {display: block; max-width: 100%; height: auto; margin: 0 auto;}
.gallery-columns-1 .gallery-item {width: 100%;}
.gallery-columns-2 .gallery-item {width: 50%; -webkit-width: calc(100% * (1/2) - 10px); width: calc(100% * (1/2) - 10px);}
.gallery-columns-3 .gallery-item {width: 33.33%; -webkit-width: calc(100% * (1/3) - 10px); width: calc(100% * (1/3) - 10px);}
.gallery-columns-4 .gallery-item {width: 25%; -webkit-width: calc(100% * (1/4) - 10px); width: calc(100% * (1/4) - 10px);}
.gallery-columns-5 .gallery-item {width: 20%; -webkit-width: calc(100% * (1/5) - 10px); width: calc(100% * (1/5) - 10px);}
.gallery-columns-6 .gallery-item {width: 16.66%; -webkit-width: calc(100% * (1/6) - 10px); width: calc(100% * (1/6) - 10px);}
.gallery-columns-7 .gallery-item {width: 14.28%; -webkit-width: calc(100% * (1/7) - 10px); width: calc(100% * (1/7) - 10px);}
.gallery-columns-8 .gallery-item {width: 12.5%; -webkit-width: calc(100% * (1/8) - 10px); width: calc(100% * (1/8) - 10px);}
.gallery-columns-9 .gallery-item {width: 11.11%; -webkit-width: calc(100% * (1/9) - 10px); width: calc(100% * (1/9) - 10px);}
.gallery-caption 				 {display: block;}


/**
 * Pre Header
**/
.wpbf-pre-header-two-columns .wpbf-inner-pre-header-left	{display: none;}
.wpbf-pre-header-two-columns .wpbf-inner-pre-header-right	{width: 100%;}


/**
 * Slideshow
**/
.fl-slide-mobile-photo	{display: none !important}
@media ( min-width: 769px ) {
	.fl-slide-foreground	{display: flex; flex-direction: column-reverse; justify-content: center; height: 600px;}
	.fl-slide-foreground .fl-slide-content	{margin: 20px 20px 0 !important;}
	.fl-slide-foreground .fl-slide-photo	{margin-bottom: 0 !important;}
}


/**
 * Landing Pages
**/
body.cpt_landing_pages-template-default .wpbf-button,
body.cpt_landing_pages-template-default input[type="submit"],
body.cpt_landing_pages-template-default .gform_page_footer .button	{color: #fff; background: #000000;}
body.cpt_landing_pages-template-default .scrolltop					{background: #000000;}
body.cpt_landing_pages-template-default .wpbf-button:hover,
body.cpt_landing_pages-template-default input[type="submit"]:hover,
body.cpt_landing_pages-template-default .gform_page_footer .button:hover	{color: #fff; background: #5E5E5E;}
body.cpt_landing_pages-template-default .scrolltop:hover					{background: #5E5E5E;}


/**
 * 1175px
**/
@media ( max-width: 1175px ) {

	#header .wpbf-navigation .wpbf-menu > .menu-item > a	{padding-left: 8px; padding-right: 8px;}

}


/**
 * 1024px
**/
@media ( max-width: 1024px ) {

	#header	{padding-bottom: 0;}

}


/**
 * 768px
**/
@media ( max-width: 768px ) {

	.fl-content-slider .fl-slide-bg-photo	{position: absolute;}
	#pre-header .utilityPhone		{display: none;}
	#pre-header .wpbf-container		{padding: 0;}
	#pre-header .wpbf-menu > li		{margin: 0; width: 50%;}
	#pre-header .wpbf-menu > li a	{white-space: nowrap;}

}


/**
 * 450px
**/
@media ( max-width: 450px ) {

	#pre-header .wpbf-menu > li a	{white-space: normal;}
	.wpbf-pre-header .wpbf-inner-pre-header-right .wpbf-menu	{-webkit-box-align: unset; -ms-flex-align: unset; align-items: unset;}
	#pre-header .wpbf-menu > li:not(.utilityPhone)	{display: flex; justify-content: center; align-items: center; line-height: 1.2;}
	#menu-utility-menu li .fas		{display: none;}

}