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

dimgray

*/



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

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

.cc-main-container-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 0px;
  text-align: center;
}
.cc-imagetexthead {
  	width: 100%;
  	display: block;
  	margin: 0px auto;
	padding: 25px 0px !important;
	background: rgb(182,135,45);
	background: linear-gradient(0deg, rgba(182,135,45,1) 0%, rgba(230,174,31,1) 50%, rgba(182,135,45,1) 100%);
}
.cc-imagetexthead img {
  	width: 100%;
  	display: block;
  	margin: 0px auto;
}

.cc-imagetexthead h1,
.cc-imagetexthead h2 {
	background: none !important;
	text-align: center;
	width: 95%;
	min-width: 280px;
	display: block;
	margin: 0px auto 0px !important;
	font-size: 74px !important;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF !important;
	text-shadow: 0px 0px 2px #000000 !important;
	letter-spacing: -2px;
}

.cc-imagetexthead h1 span,
.cc-imagetexthead h2 span {
	font-size: 28px !important;
	line-height: 1;
	display: block !important;
	letter-spacing: 7px !important;
	margin-bottom: 6px !important;
}


.cc-imagetexthead h3 {
    display: block;
    font-size: 24px !important;
    margin-top: 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
	color: #FFFFFF !important;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
.cc-imagetexthead h1,
.cc-imagetexthead h2 {
	background: none !important;
	text-align: center;
	width: 95%;
	min-width: 280px;
	display: block;
	margin: 0px auto 0px !important;
	font-size: 54px !important;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF !important;
	text-shadow: 0px 0px 2px #000000 !important;
	letter-spacing: -2px;
}

.cc-imagetexthead h1 span,
.cc-imagetexthead h2 span {
	font-size: 22px !important;
	line-height: 1;
	display: block !important;
	letter-spacing: 7px !important;
	margin-bottom: 6px !important;
}
	
}



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

.cc-cta-container {
  width: 95%;
  display: inline-block;
  margin: 25px auto 40px;
}

.cc-cta {
  min-width: 270px;
  display: inline-block;
  padding: 15px 0px;
  margin: 5px;
  font-size: 15px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  transition: .6s;
	font-weight: bold;
	border: 2px solid #cd9834 !important;
	letter-spacing: 1px;
}
.cc-cta:hover {
  	opacity: 1;
	background-color: #000000 !important;
	border: 2px solid #000000 !important;
	color: #FFFFFF !important;
	
}
.cc-full-cta {
  width: 50%;
}
.cc-half-cta {
  width: 40%;
}
.cc-third-cta {
  width: 30%;
}

.cc-maincta {
	color: #000000 !important;
	background-color: #e1a73b !important;
	border: 2px solid #e1a73b !important;
}

.cc-maincta:focus {
  border: 2px dotted #262626;
}

.cc-subcta {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}


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

  .cc-full-cta, .cc-half-cta, .cc-third-cta {
    width: 90%;
  }
  .cc-cta {
    margin: 10px 0;
  }
	.cc-cta-container {
  	width: 80%;
		margin: 15px auto 40px;
}
}


/* ------------------------------------
	IMAGE SECTION STYLING BEGINS
-------------------------------------------------*/
.cc-featured-images1, .cc-featured-images2, .cc-featured-images3 {
  width: 100%;
  display: inline-block;
  margin: 0px auto;
}

.cc-featured-images11{
  width: 100%;
  display: inline-block;
  margin: 0px auto;
}

.cc-featured-images22 {
  width: 48%;
  display: inline-block;
  margin: 5px 10px;
}

.cc-featured-images11 input {
  width: 100%;
	max-width: 600px;
  display: inline-block;
  margin: 5px auto;
}

.cc-featured-images22 input {
  width: 100%;
	max-width: 600px;
  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%;
  }
	
	
.cc-featured-images11,
.cc-featured-images22{
  width: 100%;
  display: inline-block;
  margin: 0px auto;
}

.cc-featured-images11 input,
.cc-featured-images22 input{
  width: 90%;
	max-width: 600px;
  display: inline-block;
  margin: 5px auto 0px;
}
}


@media screen and (min-width:300px) and (max-width:780px) {

  .cc-image1, .cc-image2 {
    width: 100%;
    margin: 5px auto;
    transition: .4s
  }
  /*.cc-image2 {display: none; transition: .4s} */
}







/* ------------------------------------
	CONTENT SECTION STYLING BEGINS
-------------------------------------------------*/
.cc-p1text {
  width: 74%;
  min-width: 270px;
  display: block;
  margin: 40px auto 0px;
}

.cc-p1text p.lrg {
  font-size: 30px !important;
  line-height: 135%;
  text-align: center;
  color: black !important;
	margin: 0px auto !important;
}

.cc-p1text p.lrg span {
  font-size: 30px !important;
  color: #B6872D !important;
	font-weight: bold !important;
}


.cc-p1text p.sm {
  font-size: 15px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
  line-height: 135%;
  text-align: center;
  color: #333333 !important;
	margin-top: 20px;
	margin-bottom: 40px !important;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .cc-p1text, .cc-p2text, .cc-p3main, .cc-p4main {
    width: 95%;
  }
	
	.cc-p1text p.lrg {
  font-size: 26px !important;
  line-height: 135%;
  text-align: center;
  color: black !important;
	margin: 10px auto 0px !important;
}


.cc-p1text p.sm {
  font-size: 13px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
  line-height: 135%;
  text-align: center;
  color: #333333 !important;
	margin-top: 20px;
	margin-bottom: 20px !important;
}
	

}





/* ------------------------------------
	FOOTER SECTION STYLING BEGINS
-------------------------------------------------*/
.cc-footermain {
  width: 100%;
  display: inline-block;
  margin: 0px auto;
  background-color: #262626 !important;
}
.cc-footerinner {
  width: 75%;
  min-width: 270px;
  display: block;
  margin: 40px auto;
}
.cc-footerinner a {
  font-weight: 700;
}
.cc-footerinner a:hover {
  opacity: .6;
}
.cc-footerinner a:focus {
  border: 2px dotted #262626;
}
.cc-footerinner h2 {
  line-height: 135%;
  text-align: left;
  margin-bottom: 15px;
  font-size: 28px !important;
  color: #FFFFFF !important;
}
.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;
}


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



.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;}