@charset "UTF-8";
/* CSS Document */
/*CHANGE ACCENT COLOR:

dimgray

*/

body {
	background: #fafafa;
}

#di-page-composer h2 {
    margin-bottom: 0px;
}

.cc-main-container {
  width: 100%;
  display: block;
  margin: 0px auto 0px;
  text-align: center;
}

.cc-main-container-inner {
  	width: 100%;
  	max-width: 1200px;
  	display: block;
  	background-color: transparent !important;
  	margin: 0px auto 0px;
  	text-align: center;
	padding: 0% 0 4%;
}

.cc-main-container-inner-2 {
  	width: 100%;
  	max-width: 1200px;
  	display: block;
  	background-color: transparent !important;
  	margin: 0px auto 0px;
  	text-align: center;
	padding: 4% 0;
}

.cc-imagetexthead {
  width: 100%;
  display: block;
  margin: 0px auto;
  background: none !important;
}
.cc-imagetexthead img {
  width: 100%;
  display: block;
  margin: 0px auto;
}

.cc-imagetexthead h1,
.cc-imagetexthead h2 {
	width: 100%;
	min-width: 280px;
	display: block;
	background: none !important;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	margin: 0px auto 0px !important;
	font-size: 70px !important;
	letter-spacing: .1875rem;
}

.cc-imagetexthead h1 span,
.cc-imagetexthead h2 span {
	display: block;
	line-height: 1;
	margin: 10px auto 0px !important;
	font-size: 28px !important;
	letter-spacing: .1875rem;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 800px) {
.cc-imagetexthead h1,
.cc-imagetexthead h2 {
	width: 97%;
	font-size: 54px !important;
    letter-spacing: normal;
}
	
.cc-imagetexthead h1 span,
.cc-imagetexthead h2 span {
	margin: 10px auto 0px !important;
	font-size: 22px !important;
    letter-spacing: normal;
	line-height: 1.2;
}

.cc-main-container-inner {
	padding: 2% 0 4%;
}

.cc-main-container-inner-2 {
	padding: 8% 0;
}
	
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

.cc-main-container-inner {
	padding: 2% 0 0%;
}

.cc-main-container-inner-2 {
	padding: 8% 0;
}
	
}



/* ------------------------------------
	CTA SECTION STYLING BEGINS
-------------------------------------------------*/

.cc-cta-container {
  width: 89%;
  display: inline-block;
  margin: 0px auto 0px;
}

.cc-cta {
  min-width: 270px;
  display: inline-block;
  padding: 15px 0px;
  margin: 5px 10px;
  font-size: 18px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  transition: .6s;
	font-weight: bold;
}

.cc-cta:hover {
	opacity: 1;
	letter-spacing: 5px;
}

.cc-full-cta {
  width: 50%;
}
.cc-half-cta {
  width: 40%;
}
.cc-third-cta {
  width: 30%;
}
.cc-maincta {
  color: white !important;
}
.cc-maincta:focus {
  border: 2px dotted #101010;
}
.cc-subcta {
  background-color: #101010 !important;
  color: white !important;
}



.cc-cta-container-footer {
  width: 75%;
  display: inline-block;
  margin: 0px auto 40px;
}

.cc-footercta {
  min-width: 270px;
  display: block;
  padding: 15px 0px;
  margin: 5px 2px;
  font-size: 18px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  transition: .6s;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .cc-headercta-container {
    width: 100%
  }
  .cc-full-cta, .cc-half-cta, .cc-third-cta {
    width: 90%;
  }
  .cc-cta {
    margin: 0px 0px 30px;
  }
	
.cc-cta-container {
  width: 100%;
}
	
}


/* ------------------------------------
	IMAGE SECTION STYLING BEGINS
-------------------------------------------------*/
.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;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .cc-featured-images2 img, .cc-featured-images3 img {
    width: 90%;
  }
}


/*	GALLERY BEGINS*/
.cc-imagegallery {
  width: 100%;
  display: inline-block;
  margin: 0px auto;
}
.cc-image1 {
  width: 57%;
  display: inline-block;
  margin: 1px auto;
}
.cc-image2 {
  width: 40%;
  display: inline-block;
  margin: 1px auto;
}
@media screen and (min-width:300px) and (max-width:780px) {
  .cc-imagegallery {
    width: 100%;
    transition: .4s
  }
  .cc-image1, .cc-image2 {
    width: 100%;
    margin: 5px auto;
    transition: .4s
  }
  /*.cc-image2 {display: none; transition: .4s} */
}





/* ------------------------------------
	FOOTER SECTION STYLING BEGINS
-------------------------------------------------*/
.cc-footermain {
  width: 100%;
  display: inline-block;
  margin: 0px auto 0px;
  background-color: #101010 !important;
}
.cc-footerinner {
  width: 75%;
  min-width: 270px;
  display: block;
  margin: 0px auto;
}
.cc-footerinner a {
  font-weight: 700;
}
.cc-footerinner a:hover {
  opacity: .6;
}
.cc-footerinner a:focus {
  border: 2px dotted #101010;
}

.cc-footerinner h1 {
  line-height: 1.2;
  text-align: center;
  margin: 0px 0px 15px;
  font-size: 44px !important;
  color: #FFFFFF !important;
}

.cc-footerinner h1:after {
	content: ""; 
	display: block; 
	width: 40px; 
	height: 5px;  
	margin: 20px auto 40px;
	background-color: #999999 !important;
}

.cc-footerinner h2 {
  line-height: 135%;
  text-align: left;
  margin: 40px 0px 15px;
  font-size: 30px !important;
  color: #FFFFFF !important;
}

.cc-footerinner h2:first-child {
  margin: 0px 0px 15px;
}

.cc-footerinner h3 {
	width: 100%;
  	line-height: 1.2;
  	text-align: center;
  	margin: 40px auto 0px;
  	font-size: 24px !important;
  	color: #FFFFFF !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

.cc-footerinner h3 span {
	display: block;
}

.cc-footerinner p {
  font-size: 18px !important;
  line-height: 135%;
  text-align: left;
  color: #FFFFFF !important;
}
.cc-footerinner ul {
  font-size: 18px !important;
  line-height: 135%;
  text-align: left;
  color: #FFFFFF !important;
  padding-left: 40px;
}
.cc-footerinner ul li {
  padding-bottom: 15px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 700px) {
	
	.cc-footerinner {
		width: 90%;
	}
	
	.cc-footerinner h1 {
		font-size: 40px !important;
	}
	
	.cc-footerinner h2 {
		line-height: 135%;
		margin: 40px 0px 0px;
		font-size: 26px !important;
		color: #FFFFFF !important;
	}
	
	.cc-footerinner h3 {
		width: 95%;
		margin: 40px auto 0px;
		font-size: 22px !important;
		color: #FFFFFF !important;
		text-align: center;
	}
	
	.cc-footerinner h3 span {
		display: initial;
	}
	
}



/* ------------------------------------
	FOOTER 2 SECTION STYLING BEGINS
-------------------------------------------------*/
.cc-footermain2 {
  width: 100%;
  display: inline-block;
  margin: 0px auto 0px;
  background-color: #FFFFFF !important;
}
.cc-footerinner2 {
  width: 75%;
  min-width: 270px;
  display: block;
  margin: 0px auto;
}
.cc-footerinner2 a {
  font-weight: 700;
}
.cc-footerinner2 a:hover {
  opacity: .6;
}
.cc-footerinner2 a:focus {
  border: 2px dotted #101010;
}

.cc-footerinner2 h2 {
  line-height: 1.2;
  text-align: center;
  margin: 0px 0px 15px;
  font-size: 44px !important;
}

.cc-footerinner2 h2 span {
	display: block;
}

.cc-footerinner2 h2:after {
	content: ""; 
	display: block; 
	width: 40px; 
	height: 5px;  
	margin: 20px auto 40px !important;
}

.cc-footerinner2 h2:first-child {
  margin: 0px 0px 15px;
}

.cc-footerinner2 h3 {
    width: 75%;
    line-height: 1.2;
    text-align: center;
    margin: 40px auto 0px;
    font-size: 30px !important;
}

.cc-footerinner2 p {
  font-size: 18px !important;
  line-height: 135%;
  text-align: left;
}
.cc-footerinner2 ul {
  font-size: 18px !important;
  line-height: 1.2;
  text-align: left;
  padding-left: 40px;
}
.cc-footerinner2 ul li {
  padding-bottom: 20px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .cc-footerinner2 {
    width: 90%;
  }
	

.cc-footerinner2 h2 {
  margin: 0px 0px 15px;
  font-size: 38px !important;
}

.cc-footerinner2 h2 span {
	display: initial;
}
}




/* ------------------------------------
	DISCLAIMER SECTION STYLING BEGINS
-------------------------------------------------*/
.cc-disclaimer {
  width: 75%;
  min-width: 270px;
  display: inline-block;
  margin: 5px auto 0px;
  color: #666666 !important;
  text-align: left !important;
}
.cc-disclaimer p {
  font-size: 12px !important;
  line-height: 135%;
  text-align: left !important;
  color: #666666 !important;
}
.cc-disclaimer a {
  font-weight: 700;
}
.cc-disclaimer a:hover {
  opacity: .6;
}
.cc-disclaimer a:focus {
  border: 2px dotted #101010;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .cc-disclaimer {
    width: 90%;
  }
}





/* ------------------------------------
	SCHEMA SECTION STYLING BEGINS
-------------------------------------------------*/
.cc-schemacode {
  width: 75%;
  min-width: 270px;
  display: inline-block;
  margin: 60px auto;
  color: #000000 !important;
}
.cc-schemacode2 {
  width: 75%;
  min-width: 270px;
  display: inline-block;
  margin: 0px auto;
  color: #000000 !important;
}
.cc-schemacode div {
  text-align: center;
  color: #000000 !important;
  margin: 0px auto;
}
.cc-schemacode p {
  margin: 2px auto;
  font-size: 14px !important;
  line-height: 135%;
  color: #000000 !important;
}
.cc-schemacode h4 {
  margin: 2px auto;
  font-size: 18px !important;
  line-height: 135%;
  font-weight: 900;
  color: #000000 !important;
}
.cc-schemacode h4:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin: 15px auto;
}
.cc-schemacode a {
  font-size: 18px !important;
  line-height: 135%;
  text-align: center;
  font-weight: 900;
}
.cc-schemacode a:hover {
  opacity: .6;
}
.cc-schemacode a:focus {
  border: 2px dotted #101010;
}


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

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


@media screen and (max-width: 600px) {
	
  .cc-mobilehide {
    display: none !important;
  }
	
  .cc-mobileshow {
    display: inline-block !important;
  }
	
}


  
	









/* ----- MARGINS ----- */

.cc-lg-mrg {
	margin-top: 65px !important;
}

.cc-md-mrg {
	margin-top: 40px !important;
}

.cc-sm-mrg {
	margin-top: 20px !important;
}

.cc-no-mrg {
	margin-top: 0px !important;
}







a.cc-anchorlink {display: block; position: relative; top: -65px; visibility: hidden;}

a#form.cc-anchorlink {display: block; position: relative; top: -65px; visibility: hidden;}



.provider-title {
    display: block;
    text-align: center;
	font-size: 18px !important;
	font-weight: bold;
	transition: .6s;
	text-transform: uppercase !important;
}


.review-providers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0 !important;
    margin: 0px auto;
    width: 75%;
}


/* mazda STYLE START */

.cc-mazda-clr a {color: #2B2B2B !important;}

.cc-mazda-text {color: #2B2B2B !important;}

.cc-mazda-bg {background: #101010 !important;}

.cc-mazda h2:after {content: ""; display: block; width: 40px; height: 5px; background: #101010 !important; margin: 20px 0px;}

.cc-mazda h4:after {content: ""; display: block; width: 40px; height: 5px; background: #101010 !important; margin: 20px auto;}
 
.cc-mazda-focus:focus{border: 2px dotted #2B2B2B;}
.cc-mazda-border {border: 2px solid #2B2B2B;}

.cc-footerinner.cc-mazda h2:after { background: #999999 !important; }
.cc-footerinner.cc-mazda a { color: #999999 !important; }

.cc-footerinner2.cc-mazda h2:after { background: #999999 !important; }

.cc-footerinner.cc-mazda a { color: #999999 !important; }

