.page-id-1309 .RowSix_Grid8_Pane .col-md-12 + .col-md-12 {
	margin-top: 2.5rem;
}

.before-after-desc {
	font-size: 1.5em;
	text-align: center;
}

.page-id-1309 #dnn_RowSix_Grid4_Pane {
	margin-top: 3rem;
}


/* ----- NEW HEADER STYLES ----- */

@media (min-width: 1440px) {
	#dnngo_megamenu .menu > li > a {
		font-size: 18px;
		line-height: 1.35;
		padding: 1rem 0.5rem;
	}
}

.header_top .head_mid,
.header_top .head_mid .col-sm-12{
	padding: 0;
}

#header2 .head_mid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.dnn_logo {
	margin: 2rem 0;
	height: auto !important;
}

@media (max-width: 1025px) {
    .header_top.hidden-xs {
        display: block !important;
    }
	
		#header2 .head_mid {
			justify-content: flex-start;
		}
}

@media (max-width: 767px) {
	.header_top.hidden-xs {
        display: block !important;
    }
}


#dnn_dnnLOGO_imgLogo {
	margin: 0 !important;
}

.dnn_logo {
	float: none !important;
}

#dnn_dnnLOGO_hypLogo {
	display: block !important;
}

@media (max-width: 1025px) {
	.dnn_logo img {
		margin: 0 !important;
		position: static;
		width: 200px;
		max-width: 100%;
	}
}

@media (max-width: 700px) {
	.dnn_logo img {
		width: 140px;
	}
}


/* MENU TOGGLE */
.header_bg {
	position: relative;
}

@media (max-width: 768px) {
	#mobile-toggle {
        top: auto;
				bottom: 0;
    }
}


/* SOCIAL HIDE */
.social-icons a:nth-child(3),
.social-icons a:nth-child(5) {
	display: none;
}


#dnn_ctr723_HtmlModule_lblContent .carousel.carousel_2 .item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#dnn_ctr723_HtmlModule_lblContent .carousel.carousel_2 .item .customh2 {
	position: relative;
	top: auto;
	padding: 0;
	left: auto !important;
	font-size: 3rem;
}

@media (max-width: 1025px) {
		#dnn_ctr723_HtmlModule_lblContent .carousel.carousel_2 .item .customh2 {
		font-size: 2rem;
	}	
}

@media (max-width: 700px) {
	#dnn_ctr723_HtmlModule_lblContent .carousel.carousel_2 .item .customh2 {
		font-size: 1.5rem;
	}
}

#dnn_ctr723_HtmlModule_lblContent .carousel.carousel_2 .item img {
	position: absolute;
}


/* HP HERO BKD IMG FIX */
@media (max-width: 700px) {
	#dnn_ctr723_HtmlModule_lblContent .carousel.carousel_2 .item {
		background-size: cover !important;
/* 		height: 200px !important; */
	}
}










