/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/**********************/
/*Global*/
:root {
  --navy: #183765;
	--gold: #CCA22C;
  --white: #ffffff;
	--black: #000000;
	--orange: #ffa22b;
	--coastal-ga-orange: #ff5f1e;
	--deepslat: #434549;
	--grey: #7a7a81;
	--south-ga-green: #89c541;
	--south-ga-green-hover: #5b9230;
	--south-east-ga-purple: #4f417b;
	--south-east-ga-purple-hover: #8477ac;
}

/*background-color: var(--navy);*/
.green{
	color: var(--south-ga-green) !important;
}
.orange{
	color: var(--coastal-ga-orange) !important;
}

.purple{
	color: var(--south-east-ga-purple) !important;
}




/**********************/
/*Typography*/
.body-copy{
	
}

.header-h1 h1{
	font-weight: 900 !important;
	margin-bottom: -10px !important;
	text-transform: uppercase !important;
	line-height: 90px !important;
}

.header-h2{
	
}

.header-h3 h3{
	font-weight: 500 !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/*&&&&&&&&&&&&&&&&&&&*/
@media only screen and (min-width: 1080px){
	.header-h1 h1{
	font-size: 90px !important;
	}

	.header-h2{

	}

	.header-h3 h3{
		font-size: 60px !important;
	}
}

/*&&&&&&&&&&&&&&&&&&&*/
@media only screen and (min-width: 640px) and (max-width: 1080px){
	
}

/*&&&&&&&&&&&&&&&&&&&*/
@media only screen and (max-width: 640px){
	
}


/*End of Typography*/
/**********************/
/*End of Global*/
/**********************/




/*********************/
/*Header*/


@media only screen and (max-width: 640px){
	.head-menu{
		position: absolute !important;
		top: -22px;
	}
}

.CCES-main-menu a{
	text-transform: uppercase !important;
}

#menu-cont{
	z-index: 99999 !important;
}

.fusion-builder-row-1{
	z-index: 99999 !important;
}

.display-none{
	display: none !important;
}
/* Get Help Now Start */
.get-help{
	display:flex!important;
	align-items: center!important;
}
	/* coastal georgia */
	.get-help.coastal-georgia a{
		background-color: var(--coastal-ga-orange);
		padding-left: 30px!important;
		padding-right: 30px!important;
		border-radius: 20px;
		transition-duration: 0.4s !important;
		color: #fff!important;
		height:50px;
	}
	.get-help.coastal-georgia a:hover{
		background-color: var(--orange);
		color: #fff!important;
	}
	/* coastal georgia */

	/* south georgia */
	.get-help.south-georgia a{
		background-color: var(--south-ga-green);
		padding-left: 30px!important;
		padding-right: 30px!important;
		border-radius: 20px;
		transition-duration: 0.4s !important;
		color: #fff!important;
		height:50px;
	}
	.get-help.south-georgia a:hover{
		background-color: var(--south-ga-green-hover);
		color: #fff!important;
	}
	/* south georgia */

	/* south east georgia */
	.get-help.south-east-georgia a{
		background-color: var(--south-east-ga-purple);
		padding-left: 30px!important;
		padding-right: 30px!important;
		border-radius: 20px;
		transition-duration: 0.4s !important;
		color: #fff!important;
		height:50px;
	}
	.get-help.south-east-georgia a:hover{
		background-color: var(--south-east-ga-purple-hover);
		color: #fff!important;
	}
	/* south east georgia */

/* Get Help Now End */
#head-numb-txt{
	text-align: right !important;
	background-color: var(--coastal-ga-orange);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 12px;
	border-radius: 20px;
	transition-duration: 0.4s !important;
	color: #fff;
}

#head-numb-txt:hover{
	background-color: var(--orange);
}

#head-numb-txt-green{
	text-align: right !important;
	background-color: var(--south-ga-green);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 12px;
	border-radius: 20px;
	transition-duration: 0.4s !important;
	color: #fff;
}

#head-numb-txt-green:hover{
	background-color: var(--south-ga-green-hover);
}

#head-numb-txt-purple{
	text-align: right !important;
	background-color: var(--south-east-ga-purple);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 12px;
	border-radius: 20px;
	transition-duration: 0.4s !important;
	color: #fff;
}

#head-numb-txt-purple:hover{
	background-color: var(--south-east-ga-purple-hover);
}


@media only screen and (min-width: 1142px){
	#head-numb-txt-cont{
		position: absolute;
		top: -16px;
		left: 72% !important;
		z-index: 999;
	}
}

@media only screen and (max-width: 1142px) and (min-width: 875px){
	#head-numb-txt-cont{
		position: absolute;
		top: -22px;
		left: 64% !important;
		z-index: 999;
	}
}

@media only screen and (max-width: 875px) {
	
	#head-numb-txt-cont{
		text-align: center !important;
		margin-top: -24px !important;
		margin-bottom: -10px !important;
		z-index: 99999 !important;
	}
	
	#head-numb-txt{
		margin-left: 24px;
		font-size: 18px !important;
	}
}

@media only screen and (max-width: 500px){
	#head-numb-txt-cont{
		display: none !important;
	}
}



/*********************/
/*Homepage*/

.page-id-1286 .fusion-tb-header, .page-id-1286 .fusion-tb-footer{
	display: none !important;
}

.page-id-1286 #main{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}


.hp-title{
	color: #fff !important;
	text-align: center !important;
	line-height: 45px !important;
}

.hp-sub-title{
	text-transform: uppercase;
	text-align: center !important;
	margin-top: -40px !important;
	letter-spacing: 10px !important;
	font-weight: 400 !important;
}

.hp-body-title{
	text-align: center;
	margin-bottom: 10px;
	padding-top: 30px;
}

.hp-body{
	padding-bottom: 20px;
}

.hp-cg-title, .hp-cg-title h3{
	text-align: center !important;
	font-weight: 900 !important;
	}

	.hp-h-title, .hp-h-title h1{
		text-align: center !important;
		font-weight: 900 !important;
	}

	.hp-c-title, .hp-c-title h2{
		text-align: center !important;
		font-weight: 900 !important;
	}



.avada-has-rev-slider-styles .avada-skin-rev {
    border: none !important;
}



@media only screen and (min-width: 1080px){
	
	.hp-btn{
		width: 250px;
	}
	
	.hp-cg-title, .hp-cg-title h3{
		font-size: 50px !important;
		line-height: 40px !important;
	}

	.hp-h-title, .hp-h-title h1{
		font-size: 90px !important;
		line-height: 50px !important;
	}

	.hp-c-title, .hp-c-title h2{
		font-size: 90px !important;
		line-height: 50px !important;
	}
	
	.hp-title{
		margin-top: 20px !important;
	}
	
	.hp-hc-img-cont{
		margin-top: -100px !important;
	}
	
}

@media only screen and (max-width: 1080px) and (min-width: 768px){
	.hp-title{
		font-size: 42px !important;
		line-height: 38px !important;
		margin-top: 0px !important;
	}

	.hp-sub-title{
			font-size: 22px !important;
		padding-top: 7px;
	}
	
	.hp-body-title, .hp-body-title h2{
		font-size: 36px !important;
	}
	
	
	
	.hp-cg-title, .hp-cg-title h3{
		font-size: 40px !important;
		line-height: 30px !important;
	}

	.hp-h-title, .hp-h-title h1{
		font-size: 70px !important;
		line-height: 40px !important;
	}

	.hp-c-title, .hp-c-title h2{
		font-size: 70px !important;
		line-height: 40px !important;
	}
	
	.hp-hc-img-cont{
		margin-top: -45px !important;
	}
}




@media only screen and (max-width: 768px) and (min-width: 550px){
	
	.hp-title{
		font-size: 30px !important;
		line-height: 28px !important;
		margin-top: 0px !important;
	}

	.hp-sub-title{
			font-size: 18px !important;
		padding-top: 22px !important;
	}
	
	.hp-body-title, .hp-body-title h2{
		font-size: 30px !important;
	}
	
	.hp-body{
		font-size: 18px !important;
	}
	
	.hp-cg-title, .hp-cg-title h3{
		font-size: 34px !important;
		line-height: 30px !important;
	}

	.hp-h-title, .hp-h-title h1{
		font-size: 62px !important;
		line-height: 45px !important;
	}

	.hp-c-title, .hp-c-title h2{
		font-size: 62px !important;
		line-height: 45px !important;
	}
	
	.hp-hc-img-cont{
		margin-top: -45px !important;
	}
}


@media only screen and (max-width: 550px){
	
	.hp-title{
		font-size: 21px !important;
		line-height: 18px !important;
		margin-top: -3px !important;
	}

	.hp-sub-title{
			font-size: 16px !important;
    padding-top: 30px !important;
    line-height: 12px !important;
    letter-spacing: 5px !important;

	}
	
	.hp-body-title, .hp-body-title h2{
		font-size: 28px !important;
	}
	
	.hp-body{
		font-size: 17px !important;
	}
	
	.hp-cg-title, .hp-cg-title h3{
		font-size: 30px !important;
		line-height: 20px !important;
	}

	.hp-h-title, .hp-h-title h1{
		font-size: 42px !important;
		line-height: 30px !important;
	}

	.hp-c-title, .hp-c-title h2{
		font-size: 42px !important;
		line-height: 30px !important;
	}
	
	
	
	.foot-txt-btm{
		font-size: 16px;
		line-height: 20px !important;
	}
	
	.hp-hc-img-cont{
		margin-top: -50px !important;
	}
	
}




@media only screen and (max-width: 1080px) and (min-width: 850px){
	.hp-btn{
		width: 200px;
	}
}

@media only screen and (max-width: 850px) and (min-width: 700px){
	.hp-btn{
		width: 160px;
	}
}

@media only screen and (max-width: 700px) and (min-width: 640px){
	.hp-btn{
		width: 140px;
	}
}

@media only screen and (max-width: 640px){
	.hp-btn{
		width: 210px;
	}
}

@media only screen and (max-width: 1880px) and (min-width: 1500px){
	.hp-body-cont{
		margin-top: -6% !important;
	}
}


@media only screen and (max-width: 1500px) and (min-width: 1100px){
	.hp-body-cont{
		margin-top: -14% !important;
	}
}

@media only screen and (max-width: 1100px) and (min-width: 1015px){
	.hp-body-cont{
		margin-top: -10% !important;
	}
}

@media only screen and (max-width: 1015px) and (min-width: 800px){
	.hp-body-cont{
		margin-top: -20% !important;
	}
}

@media only screen and (max-width: 800px){
	.hp-body-cont{
		margin-top: -24% !important;
	}
}


/****Footer*****/
.footer-text{
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
}

.foot-link{
	text-decoration: underline;
	color: var(--white);
}

.foot-link:hover{
	text-decoration: none;
	color: var(--black);
}

.foot-txt-btm{
	margin-top: -20px;
}

.foot-logo{
	width: 220px;
}



/*&&&&&&&&&&&&&&&&&&&*/
@media only screen and (min-width: 1080px){
	.footer-text{
		font-size: 22px;
		line-height: 28px !important;
	}
	
	.footer-text-small{
		font-size: 16px;
	}
}

/*&&&&&&&&&&&&&&&&&&&*/
@media only screen and (min-width: 640px) and (max-width: 1080px){
	.footer-text{
		font-size: 20px;
		line-height: 26px !important;
	}
	
	.footer-text-small{
		font-size: 16px;
	}
}

/*&&&&&&&&&&&&&&&&&&&*/
@media only screen and (max-width: 640px){
	.footer-text{
		font-size: 16px;
		line-height: 20px !important;
	}
	
	.footer-text-small{
		font-size: 14px;
	}
}


/*End of Footer*/

/*Slider*/

@media only screen and (max-width: 1880px) and (min-width: 1800px){
	.page-id-10 .fusion-builder-row-4{
		margin-top: 2% !important;
	}
	
	
}

@media only screen and (max-width: 2200px) and (min-width: 1910px){
	#hp-slide-cont{
		margin-top: 0%;
	}
}

@media only screen and (max-width: 1910px) and (min-width: 1860px){
	#hp-slide-cont{
		margin-top: -4%;
		margin-bottom: -4%;
	}
}

@media only screen and (max-width: 1860px) and (min-width: 1800px){
	#hp-slide-cont{
		margin-top: -4%;
		margin-bottom: -4%;
	}
}

@media only screen and (max-width: 1800px) and (min-width: 1600px){
	#hp-slide-cont{
		margin-top: -6%;
	}
}

@media only screen and (max-width: 1600px) and (min-width: 1430px){
	#hp-slide-cont{
		margin-top: -144px;
	}
}


@media only screen and (max-width: 1430px) and (min-width: 1100px){
	#hp-slide-cont{
		margin-top: -13%;
	}
}

@media only screen and (max-width: 1100px){
	#hp-slide-cont{
		margin-top: -16%;
	}
}

/*********************/
/*About CCES*/

.interior-page-title-cont{
	
}

.interior-page-title{
	color: var(--coastal-ga-orange) !important;
	font-weight: 900 !important;
	margin-bottom: -10px !important;
	text-transform: uppercase !important;
	line-height: 90px !important;
}

.interior-page-sub-title{
	color: #000000 !important;
	font-weight: 500 !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.about-bold-body{
	font-weight: 900;
	line-height: 28px;
}

.about-body-ltitle{
	font-weight: 900;
}



.about-body{
	line-height: 30px;
}

.about-image{
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
}


/*Font sizes*/
@media only screen and (min-width: 1080px){
	
	.interior-page-title{
		font-size: 100px !important;
	}
	
	#sb-title{
		font-size: 72px !important;
	}
	
	#zp-title{
		font-size: 72px !important;
	}
	
	#zp-sub-title{
		font-size: 42px !important;
		margin-bottom: -30px !important;
	}

	.interior-page-sub-title{
		font-size: 60px !important;
	}

	.about-bold-body{
		font-size: 22px;
	}

	.about-body-ltitle{
		font-size: 22px;
	}

	.about-body{
		font-size: 22px;
	}
	
	.strive-ls-title{
		font-size: 22px !important;
	}
}

@media only screen and (max-width: 1080px) and (min-width: 768px){
	
	.interior-page-title{
		font-size: 70px !important;
		line-height: 70px !important;
	}
	
	#sb-title{
		font-size: 49px !important;
	}
	
	#zp-title{
		font-size: 56px !important;
	}
	
	#zp-sub-title{
		font-size: 32px !important;
		margin-bottom: -30px !important;
	}

	.interior-page-sub-title{
		font-size: 40px !important;
	}

	.about-bold-body{
		font-size: 20px;
	}

	.about-body-ltitle{
		font-size: 20px;
	}

	.about-body{
		font-size: 18px;
	}
	
	.strive-ls-title{
		font-size: 20px !important;
	}
}

@media only screen and (max-width: 768px) and (min-width: 640px){
	
	.interior-page-title{
		font-size: 54px !important;
		line-height: 60px !important;
	}
	
	#sb-title{
		font-size: 40px !important;
	}
	
	#zp-title{
		font-size: 40px !important;
	}
	
	#zp-sub-title{
		font-size: 24px !important;
		margin-bottom: -40px !important;
	}

	.interior-page-sub-title{
		font-size: 34px !important;
		padding-top: 5px;
	}

	.about-bold-body{
		font-size: 20px;
	}

	.about-body-ltitle{
		font-size: 20px;
	}

	.about-body{
		font-size: 18px;
	}
	
	.strive-ls-title{
		font-size: 18px !important;
	}
}

@media only screen and (max-width: 640px) and (min-width: 380px){
	
	.interior-page-title{
		font-size: 32px !important;
		line-height: 30px !important;
		padding-top: 30px !important;
	}

	
	
	.interior-page-sub-title{
		font-size: 21px !important;
		padding-top: 12px;
	}

	.about-bold-body{
		font-size: 18px;
	}

	.about-body-ltitle{
		font-size: 18px;
	}

	.about-body{
		font-size: 16px;
	}
	
	.strive-ls-title{
		font-size: 18px !important;
	}
}

@media only screen and (max-width: 380px){
	
	.interior-page-title{
		font-size: 24px !important;
		line-height: 30px !important;
		padding-top: 30px !important;
	}

	.interior-page-sub-title{
		font-size: 17px !important;
		padding-top: 8px;
	}

	.about-bold-body{
		font-size: 17px;
	}

	.about-body-ltitle{
		font-size: 17px;
	}

	.about-body{
		font-size: 16px;
	}
	
	.strive-ls-title{
		font-size: 16px !important;
	}
}


/*Btn width*/
@media only screen and (min-width: 1200px){
	.about-btn-1{
		min-width: 420px;
		margin-left: -30px;
	}

	.about-btn-2{
		min-width: 380px;
		margin-right: -50px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 985px){
	.about-btn-1{
		min-width: 360px;
		margin-left: -30px;
	}

	.about-btn-2{
		min-width: 300px;
		margin-right: -50px;
	}
	
	#er-btn-1{
		width: 200px !important;
		margin-left: -35px;
		font-size: 16px !important;
	}
	
	#er-btn-2{
		width: 320px !important;
		margin-right: -40px;
		font-size: 16px !important;
	}
	
}

@media only screen and (max-width: 985px) and (min-width: 660px){
	.about-btn-1{
		width: 239px;
		margin-left: -20px;
	}

	.about-btn-2{
		width: 190px;
		margin-right: -40px;
	}
	
	#hiw-eligble-btn{
		width: 170px !important;
	}
	
	#er-btn-1{
		width: 200px !important;
		margin-left: -30px;
	}
	
	#er-btn-2{
		width: 200px !important;
		margin-right: -30px;
	}
	
}

@media only screen and (max-width: 660px) and (min-width: 641px){
	.about-btn-1{
		width: 200px;
		margin-left: -10px;
	}

	.about-btn-2{
		width: 170px;
		margin-right: -40px;
	}
	
	#er-btn-1{
		width: 190px !important;

	}
	
	#er-btn-2{
		width: 190px !important;
		margin-right: -10px;
	}
	
}

@media only screen and (max-width: 640px) and (min-width: 380px){
	.about-btn-1{
		font-size: 16px !important;
		max-width: 320px;
	}

	.about-btn-2{
		font-size: 16px !important;
		width: 320px;
	}
	
	#hiw-eligble-btn{
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	
	#er-btn-2{
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
}

@media only screen and (max-width: 380px){
	.about-btn-1{
		font-size: 15px !important;
		width: 240px !important;
	}

	.about-btn-2{
		font-size: 15px !important;
		width: 240px !important;
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
}

/*ER Page*/
.page-id-330 .about-body-ltitle {
    margin-bottom: -24px !important;
}


/***********/
/*Partners*/

.service-list-title{
	font-weight: 900 !important;
	padding: 0px !important;
	margin: 0px;
	margin-bottom: -15px;
}

.slist-item{
	font-weight: 600;
	display: flex;
	list-style: none;
	margin-left: -40px;
}

.slist-item::before {
	content: "•"; 
	color: var(--coastal-ga-orange);
	font-weight: 900;
	padding-right: 8px;
}

.sgalist-item{
	font-weight: 600;
	display: flex;
	list-style: none;
	margin-left: -40px;
}

.sgalist-item::before {
	content: "•"; 
	color: var(--south-ga-green);
	font-weight: 900;
	padding-right: 8px;
}


.partners-btn{

}

@media only screen and (min-width: 1080px){
	.service-list-title{
			font-size: 36px !important;
	}
	
	.slist-item, .sgalist-item{
		font-size: 21px !important;
	}
	
	.slist-item::before, .sgalist-item::before {
		font-size: 40px;
		line-height: 1;
	}
	
}

@media only screen and (max-width: 1080px) and (min-width: 768px){
	.service-list-title{
			font-size: 30px !important;
	}
	
	.slist-item, .sgalist-item{
		font-size: 20px !important;
	}
	
	.slist-item::before, .sgalist-item::before {
		font-size: 36px;
		line-height: 38px;
	}
}

@media only screen and (max-width: 768px) and (min-width: 640px){
	.service-list-title{
			font-size: 28px !important;
	}
	
	.slist-item, .sgalist-item{
		font-size: 18px !important;
	}
	
	.slist-item::before, .sgalist-item::before {
		font-size: 34px;
		line-height: 34px;
	}
}

@media only screen and (max-width: 640px){
	.service-list-title{
			font-size: 24px !important;
	}
	
	.slist-item, .sgalist-item{
		font-size: 17px !important;
	}
	
	.slist-item::before, .sgalist-item::before {
		font-size: 32px;
		line-height: 32px;
	}
	
	
}


/*****Strive Center Page******/
.strive-3-cont{
	background-color: var(--coastal-ga-orange);
	border-radius: 20px;
	box-shadow: 0px 0px 20px grey;
	transition-duration: 0.7s;
	min-height: 210px;
	 display: flex;
  justify-content: center;
  align-items: center;
}



.strive-ls-title{
	text-align: center;
	color: #fff !important;
	font-weight: 900 !important;
	transition-duration: 0.7s;
	padding: 16px;
}

.strive-3-cont:hover{
	background-color: #ffa12a;
	color: black !important;
}

.strive-3-cont:hover .strive-ls-title{ 
	color: black !important;
}

.southga-3-cont{
	background-color: var(--south-ga-green);
	border-radius: 20px;
	box-shadow: 0px 0px 20px grey;
	transition-duration: 0.7s;
	min-height: 210px;
	 display: flex;
  justify-content: center;
  align-items: center;
}

.southga-ls-title{
	text-align: center;
	color: #fff !important;
	font-weight: 900 !important;
	transition-duration: 0.7s;
	padding: 16px;
}

.southga-3-cont:hover{
	background-color: var(--south-ga-green-hover);
	color: black !important;
}

.southga-3-cont:hover .strive-ls-title{ 
	color: black !important;
}

@media only screen and (max-width: 1080px) and (min-width: 640px){
	.strive-3-cont, .southga-3-cont{
		min-height: 270px;
	}
}

@media only screen and (max-width: 640px){
	.strive-3-cont, .southga-3-cont{
		min-height: 140px;
	}
}



.flip-box-front {
    box-shadow: 0px 0px 10px grey;
    border: none !important;
}


/******Contact Us********/

.contact-cont{
	padding-bottom: 30px;
}

.cu-contact-cont{
	/*padding-left: 34px;*/
}

.cu-con-title{
	font-weight: 700 !important;
	margin-bottom: 20px !important;
	line-height: 24px !important;
	text-align: center;
}

.contact-address{
	line-height: 24px;
	margin-bottom: 5px !important;
	text-align: center;
}

.contact-address-sga{
	line-height: 24px;
	margin-bottom: 5px !important;
	text-align: center;
}

.contact-address a{
	color: var(--coastal-ga-orange);
}

.contact-address-sga a{
	color: var(--south-ga-green);
}

.contact-address-sga a:hover{
	color: var(--south-ga-green-hover);
}


.contact-address a:hover{
	color: #ffa12a;
}

.cu-link{
	color: var(--coastal-ga-orange);
}

.cu-link:hover{
	color: #ffa12a;
}

.cu-sga-link{
	color: var(--south-ga-green);
}

.cu-sga-link:hover{
	color: var(--south-ga-green-hover);
}


.contact-btn{
	margin-top: 30px;
}



@media only screen and (min-width: 768px){
	#strive-cbtn{
		margin-top: 50px !important;
	}

	#zp-cbtn{

		margin-top: 50px !important
	}
}


/********Get Help****/
.help-banner-cont{
	padding-top: 20px;
	padding-bottom: 20px;
}

.help-banner-body{
	font-weight: 600 !important;
}


@media only screen and (min-width: 1080px){
	.help-banner-cont{
		padding-left: 60px;
		padding-right: 60px;
	}

	.help-banner-body{
		font-size: 30px !important;
	}
}



@media only screen and (max-width: 1080px) and (min-width: 768px){
	.help-banner-cont{
		padding-left: 40px;
		padding-right: 40px;
	}

	.help-banner-body{
		font-size: 28px !important;
	}
}

@media only screen and (max-width: 768px) and (min-width: 640px){
	.help-banner-cont{
		padding-left: 30px;
		padding-right: 30px;
	}

	.help-banner-body{
		font-size: 26px !important;
	}
}

@media only screen and (max-width: 640px){
	.help-banner-cont{
		padding-left: 8px;
		padding-right: 8px;
		text-align: center;
	}

	.help-banner-body{
		font-size: 26px !important;
	}
}

/******Resources*****/
.flip-box-back p{
	line-height: 24px !important;
	padding-top: 12px;
}

/******Form*****/
.page-id-482 .select-arrow, .page-id-1274 .select-arrow {
    color: black !important;
    border-left: 1px solid black !important;
}

.page-id-482  #gfield_instruction_1_3{
	display: none;
}

.page-id-482  #gfield_instruction_1_16{
	display: none;
}

.page-id-482  #gfield_instruction_1_28{
	display: none;
}

.page-id-482  #gform_confirmation_message_1{
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	box-shadow: 0px 0px 20px grey;
}


.page-id-1084 .select-arrow {
    color: black !important;
    border-left: 1px solid black !important;
}

.page-id-1084  #gfield_instruction_3_3{
	display: none;
}

.page-id-1084  #gfield_instruction_3_16{
	display: none;
}

.page-id-1084  #gfield_instruction_3_28{
	display: none;
}

.page-id-1084  #gform_confirmation_message_3{
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	box-shadow: 0px 0px 20px grey;
}

/*
.page-id-482 input{
	border-color: black !important;
}

.page-id-482 select{
	border-color: black !important;
}

.page-id-482 .select-arrow{
		border-color: black !important;
}

.page-id-482 textarea{
	border-color: black !important;
}

#gform_submit_button_1{
	background-color: var(--coastal-ga-orange);
}

#gform_submit_button_1:hover{
	background-color: #ffa12a;
}
*/

/*Choose your region landing page*/


.page-id-756 .fusion-tb-header, .page-id-756 .fusion-footer{
	display: none;
}
 

.page-id-756 #main{
	padding-top: 0px;
	padding-bottom: 0px;
}

.hp-downbtn-img{
	transition-duration: 0.6s;
}

.hp-downbtn-img:hover{
	transform: scale(1.2);
}

.hp-title-h1-wborder  h1{
	font-style: italic !important;
}

.hp-title-h1-wborder{
	background-color: #FFFFFF5C;
	border: solid 10px #FFFFFF80;
}


.hp-title-h2-wborder{
	background-color: #ECECEC;
	border: solid 10px #FFFFFF;
	box-shadow: 0px 0px 20px 4px #d3d3d3;
}

.choose-region-cosga-cont{
	transition-duration: 0.4s;
}

.choose-region-cosga-img{
	transition-duration: 0.4s;
}

.hp-region-counties{
	color: #7A7A81;
	background-color: #ffffff;
}



.choose-region-cosga-img:hover{
}

.choose-region-cosga-cont:hover .hp-region-counties{
		 
}


 


/*&&&&&&&&&&&&&&&&&&&*/
@media only screen and (min-width: 1080px){
	.hp-title-h1 h1{
		font-size: 50px !important;
	}
	
	.hp-title-h1-wborder  h1{
		font-size: 60px !important;
	}
	
	.hp-title-h1-wborder{
		width: 600px;
		margin: 0px auto 0px auto !important;
		padding: 6px;
	}
	
	.hp-title-h2-wborder h2{
		font-size: 36px !important;
	}

	.hp-title-h2-wborder{
		width: 500px;
		margin: 0px auto 0px auto !important;
		padding: 12px;
	}
	
	.hp-region-counties{
		font-size: 18px !important;
		 
		transform: translateY(-50px);
		transition-duration: 0.4s;
		padding-top: 30px;
		opacity: 0;
		transition: opacity 0.17s, transform 0.17s;
		transition-duration: 0.6s;
	}
	
	.choose-region-cosga-cont:hover .choose-region-cosga-img{
	transform: translateY(-24px);
		transition-duration: 0.6s;
}
	
	.choose-region-cosga-cont:hover .hp-region-counties{
	opacity: 1;
	transform: translateY(-24px);
	 transition: opacity 0.3s, transform 0.3s;
	}
	
	.region-footer-body{
		font-size: 16px;
		padding: 40px 0px 20px 0px;
	}
}

/*&&&&&&&&&&&&&&&&&&&*/
@media only screen and (min-width: 640px) and (max-width: 1080px){
	
	.hp-title-h1 h1{
		font-size: 42px !important;
	}
	
	.hp-title-h1-wborder  h1{
		font-size: 44px !important;
	}
	
	.hp-title-h1-wborder{
		padding: 6px;
	}
	
	.hp-title-h2-wborder h2{
		font-size: 30px !important;
	}

	.hp-title-h2-wborder{
		
		
		padding: 12px;
		
	}
	
	.choose-region-cosga-cont{
		padding: 6px;
	}
	
	.hp-region-counties{
		font-size: 18px !important;
		transform: translateY(-50px);
		transition-duration: 0.4s;
		padding-top: 30px;
		opacity: 0;
		transition: opacity 0.17s, transform 0.17s;
	}
	
	.choose-region-cosga-cont:hover .choose-region-cosga-img{
	transform: translateY(-24px);
}
	
	.choose-region-cosga-cont:hover .hp-region-counties{
	opacity: 1;
	transform: translateY(-24px);
	 transition: opacity 0.3s, transform 0.3s;
	}
	
	.region-footer-body{
		font-size: 16px;
		padding: 40px 0px 20px 0px;
	}
}

/*&&&&&&&&&&&&&&&&&&&*/
@media only screen and (max-width: 640px){
	
	
	
	.hp-title-h1 h1{
		font-size: 30px !important;
	}
	
	.hp-title-h1-wborder  h1{
		font-size: 34px !important;
	}
	
	.hp-title-h1-wborder{
		padding: 6px;
	}
	
	.hp-title-h2-wborder h2{
		font-size: 26px !important;
	}

	.hp-title-h2-wborder{
		
		
		padding: 12px;
		
	}
	
	.choose-region-cosga-cont{
		padding: 6px;
	}
	
	.hp-region-counties{
		font-size: 18px !important;
		transform: translateY(-50px);
		transition-duration: 0.4s;
		padding-top: 30px;
		opacity: 0;
		transition: opacity 0.17s, transform 0.17s;
	}
	
	.choose-region-cosga-cont:hover .choose-region-cosga-img{
	transform: translateY(-24px);
}
	
	.choose-region-cosga-cont:hover .hp-region-counties{
	opacity: 1;
	transform: translateY(-24px);
	 transition: opacity 0.3s, transform 0.3s;
	}
	
.region-footer-body{
		font-size: 16px;
		padding: 40px 0px 20px 0px;
	}
	
}
/*End of Choose your region landing page*/


/*South East GA CES*/
.segce-footer-purple-bble{
	background-color: var(--south-east-ga-purple-hover);
	display: inline-block;
	padding: 8px 30px 8px 30px; 
	border-radius: 34px;
}

.segalist-item{
	font-weight: 600;
	display: flex;
	list-style: none;
	margin-left: -40px;
}

.segalist-item::before {
	content: "•"; 
	color: var(--south-east-ga-purple);
	font-weight: 900;
	padding-right: 8px;
}
 


.southEga-3-cont{
	background-color: var(--south-east-ga-purple);
	border-radius: 20px;
	box-shadow: 0px 0px 20px grey;
	transition-duration: 0.7s;
	min-height: 210px;
	 display: flex;
  justify-content: center;
  align-items: center;
}

.southEga-ls-title{
	text-align: center;
	color: #fff !important;
	font-weight: 900 !important;
	transition-duration: 0.7s;
	padding: 16px;
}

.southEga-3-cont:hover{
	background-color: var(--south-east-ga-purple-hover);
	color: black !important;
}

.southEga-3-cont:hover .strive-ls-title{ 
	color: black !important;
}

@media only screen and (max-width: 1080px) and (min-width: 640px){
	.strive-3-cont, .southEga-3-cont{
		min-height: 270px;
	}
}

@media only screen and (max-width: 640px){
	.strive-3-cont, .southEga-3-cont{
		min-height: 140px;
	}
}


.contact-address-sega{
	line-height: 24px;
	margin-bottom: 5px !important;
	text-align: center;
}

 

.contact-address-sega a{
	color: var(--south-east-ga-purple);
}

.contact-address-sega a:hover{
	color: var(--south-east-ga-purple-hover);
}

.cu-sega-link{
	color: var(--south-east-ga-purple);
}

.cu-sega-link:hover{
	color: var(--south-east-ga-purple-hover);
}
/*End of South East GA CES*/