@charset "UTF-8";
/* CSS Document */	

.cc-main-container h1, .cc-main-container h1 > strong {
    line-height: 1.1 !important;
    font-size: 38px !important;
    background: none !important;
    margin: 0px auto !important;
}

.cc-main-container h1 > span {
    line-height: 1.1 !important;
    font-size: 24px !important;
    display: block;
    margin-top: 5px;
}

.cc-brand h1:after {
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background: var(--brand-primary) !important;
    margin: 30px auto;
}

.cc-main-container h2, .cc-main-container h2 > strong {
    margin-top: 50px !important;
}

.cc-main-container h2:first-child, .cc-main-container h2:first-child > strong {
    margin-top: 0px !important;
}

.cc-main-container .cc-header h2 {
    font-size: 38px !important;
    line-height: 1.1;
    margin: 0px auto !important;
}

.cc-main-container .cc-header h2 span {
    font-size: 24px !important;
    line-height: 1.1;
}

.cc-brand h2:after {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
}

.cc-main-container p {
    margin: 0px 0px 18px;
}

.cc-main-container p:last-child {
    margin: 0px 0px 0px;
}

.cc-main-container ul {
    margin-bottom: 0px !important;
}

.cc-mdlrg-mrg {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.cc-mdlrg-mrg-top {
	margin-top: 30px !important;
}

.cc-mdlrg-mrg-bottom {
	margin-bottom: 30px !important;
}

.cc-header-gradient-30 {
    background: rgb(255,0,0);
    background: linear-gradient(180deg, var(--brand-secondary) 0%, var(--brand-secondary) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
}

.cc-main-container strong,
.cc-main-container b,
.font-bold {
}


.cc-mobileshow {
  display: none !important;
}
.cc-mobilehide {
  display: inline-block !important;
}



.cc-featured-images1, .cc-featured-images2, .cc-featured-images3 {
	width: 100%;
    display: inline-block;
    margin: 0px auto;
}
.cc-featured-images1 img {
    width: 100%;
    display: inline-block;
    margin: 5px auto;
}
.cc-featured-images2 img {
    width: 48.5%;
    min-width: 300px !important;
    display: inline-block;
    margin: 5px auto;
}
.cc-featured-images3 img {
    width: 32%;
    min-width: 300px !important;
    display: inline-block;
    margin: 5px auto;
}


/*	GALLERY BEGINS*/
.cc-imagegallery2{
    width: 100%;
    display: inline-block;
    margin: 0px auto;
    margin-top: 40px;
}

.cc-imagegallery{
    width: 100%;
    display: inline-block;
    margin: 0px auto;
    margin-top: 40px;
}
.cc-image1 {
    width: 57% !important;
    display: inline-block;
    margin: 2px auto;
}
.cc-image2 {
    width: 40% !important;
    display: inline-block;
    margin: 2px auto;
}



@media only screen and (max-width: 800px) {
}


@media screen and (max-width: 650px) {
	
	.cc-imagegallery {
		width: 100%;
		transition: .4s;
	}
	
	.cc-image1, .cc-image2 {
		width: 100% !important;
		margin: 5px auto;
		transition: .4s;
	}
	
	.cc-featured-images2 img, .cc-featured-images3 img {
		width: 100% !important;
	}
	
	.cc-mobilehide {
		display: none !important;
	}
	
	.cc-mobileshow {
		display: inline-block !important;
	}
	
	.cc-main-container h2, .cc-main-container h2 > strong {
		font-size: 28px !important;
	}
	
}