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


.cc-image-return {
	margin: 0px auto !important;
	max-width: 800px;
	width: 90%;
}

.cc-image-return img{
	width: 100%;
	max-width: 200px;
	margin: 0px auto !important;
	display: inline-block;
}

.cc-form-wrap {
	width: 90%;
	margin: 0px auto !important;
	text-align: left;
}


/* ------------------------------------
	PAGE WRAP STYLING
-------------------------------------------------*/

.cc-page-wrap:after {
	opacity: 1;
}

.cc-page-wrap {
    position: relative;
	width: 100%;
    max-width: 750px;
    margin: 0px auto 60px !important;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .80);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .80);
    box-shadow: 0 0 20px rgba(0, 0, 0, .80);
	text-align: center;
	border-radius: 20px;
}

.cc-page-wrap2 {
    position: relative;
	width: 100%;
    max-width: 900px;
    margin: 0px auto 0px !important;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
	text-align: center;
	-webkit-border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
}

.cc-page-wrap2-bottom {
    position: relative;
	width: 100%;
    max-width: 900px;
    margin: 0px auto 0px !important;
    padding: 10px;
    background: rgba(255, 255, 255, 1);
	text-align: center;
	-webkit-border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
}

.cc-page-inner {
  width: 100%;
  max-width: 800px;
  display: block;
  background-color: transparent;
  margin: 0px auto 0px;
  text-align: center;
}

.cc-page-inner h2 {
  width: 100%;
  min-width: 280px;
  display: block;
  margin: 20px auto 0px !important;
  line-height: 1.1;
  color: black !important;
  font-size: 46px !important;
  background: none !important;
	font-weight: 600;
}

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

.cc-page-inner h2 span {
  font-size: 38px !important;
  line-height: 1;
}

.cc-page-inner p {
  width: 90%;
  min-width: 280px;
  display: block;
  margin: 25px auto 30px !important;
  line-height: 1.1;
  color: black !important;
  font-size: 18px !important;
  background: none !important;
}

@media only screen and (max-width:768px) {
	
.cc-page-wrap {
	width: 90%;
    max-width: 600px;
    margin: 0px auto 100px !important;
    padding: 10px !important;
}

.cc-page-inner h2 {
  width: 100%;
  min-width: 280px;
  display: block;
  line-height: 1.1;
  color: black !important;
  font-size: 34px !important;
  background: none !important;
}
.cc-page-inner h2 span {
  font-size: 28px !important;
  line-height: 1;
}
	
.cc-page-inner p {
  width: 100%;
	line-height: 1.3 !important;
	margin-bottom: 35px !important;
}

}


/* ------------------------------------
	CONTENT SECTION STYLING BEGINS
-------------------------------------------------*/

.cc-main-container {
  width: 100%;
  max-width: 1200px;
  display: block;
  background-color: transparent;
  margin: 0px auto 40px;
  text-align: center;
}
.cc-main-container h1 {
  margin: 35px auto 25px !important;
  text-align: left;
}


/* ------------------------------------
	HEADER STYLING BEGINS
-------------------------------------------------*/

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

.cc-imagetexthead h2 {
  width: 90%;
  min-width: 280px;
  display: block;
  margin: 0px auto 0px !important;
  line-height: 1.1;
  color: black !important;
  font-size: 46px !important;
  background: none !important;
	font-weight: 600 !important;
}

.cc-imagetexthead h2:after {content: ""; display: none !important; width: 40px; height: 5px; background: dimgray !important; margin: 20px auto !important;}

.cc-imagetexthead h2 span {
  font-size: 36px !important;
  line-height: 1;
	font-weight: 500 !important;
}

.cc-imagetexthead p {
  width: 75%;
  min-width: 280px;
  display: block;
  margin: 25px auto !important;
  line-height: 1.1;
  color: black !important;
  font-size: 18px !important;
  background: none !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
.cc-imagetexthead h2 {
  width: 100%;
  min-width: 280px;
  display: block;
  margin: 40px auto 0px;
  line-height: 1.1;
  color: black !important;
  font-size: 32px !important;
  background: none !important;
}
.cc-imagetexthead h2 span {
  font-size: 28px !important;
  line-height: 1;
}
	
.cc-imagetexthead p {
  width: 85%;
}
	
}






/* ------------------------------------
	IMAGE SECTION STYLING BEGINS
-------------------------------------------------*/

.cc-featured-images1, .cc-featured-images2, .cc-featured-images3 {
  width: 80%;
  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%;
  }
}






.cc-img-col {
  width: 48.5%;
  max-width: 300px;
  display: inline-block;
  margin: 25px auto 0px;
  vertical-align: top;
}
.cc-img-col img {
  width: 98%;
  max-width: 300px;
  display: block;
  margin: 0px auto
}


[class^="cc-hvr-"] {
    margin: 0px auto;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.cc-hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;

}

.cc-hvr-shrink:hover, .cc-hvr-shrink:focus, .cc-hvr-shrink:active {
  -webkit-transform: scale(0.9);
    transform: scale(0.9);
	

}


/* ------------------------------------
	CONTENT SECTION STYLING BEGINS
-------------------------------------------------*/
.cc-p1text {
  width: 75%;
  min-width: 270px;
  display: block;
  margin: 0px auto;
}
.cc-p2text {
  width: 75%;
  min-width: 270px;
  display: block;
  margin: 40px auto;
}
.cc-p1text a, .cc-p2text a, .cc-p3inner a, .cc-p4inner a {
  font-weight: 700;
}
.cc-p1text a:hover, .cc-p2text a:hover, .cc-p3inner a:hover, .cc-p4inner a:hover {
  opacity: .6;
}
.cc-p1text a:focus, .cc-p2text a:focus, .cc-p3inner a:focus, .cc-p4inner a:focus {
  border: 2px dotted #262626;
  padding: 5px;
}
.cc-p1text h2, .cc-p2text h2, .cc-p3inner h2, .cc-p4inner h2 {
  line-height: 135%;
  text-align: left;
  margin-bottom: 15px;
  font-size: 28px !important;
  color: black !important;
  background: none !important;
}
.cc-p1text h2:after, .cc-p2text h2:after, .cc-p3inner h2:after, .cc-p4inner h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  margin: 20px 0px;
}
.cc-p1text p, .cc-p2text p, .cc-p3inner p, .cc-p4inner p {
  font-size: 18px !important;
  line-height: 135%;
  text-align: left;
  color: black !important;
}
.cc-p1text ul, .cc-p2text ul, .cc-p3inner ul, .cc-p4inner ul {
  font-size: 18px !important;
  line-height: 135%;
  text-align: left;
  color: black !important;
  padding-left: 40px;
}

.cc-p3main {
  width: 32.7%;
  min-width: 300px;
  display: inline-block;
  margin: 0px auto 40px;
  vertical-align: top;
}
.cc-p3main img {
  width: 98%;
  min-width: 300px;
  display: block;
  margin: 0px auto
}
.cc-p3inner {
  width: 87%;
  min-width: 270px;
  display: inline-block;
  margin: 20px auto 0px;
}



.cc-p4main {
  width: 48.5%;
  max-width: 300px;
  display: inline-block;
  margin: 0px auto 40px;
  vertical-align: top;
}
.cc-p4main img {
  width: 98%;
  min-width: 300px;
  display: block;
  margin: 0px auto
}
.cc-p4inner {
  width: 87%;
  min-width: 270px;
  display: inline-block;
  margin: 20px auto 0px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .cc-p1text, .cc-p2text, .cc-p3main, .cc-p4main {
    width: 90%;
  }
  .cc-p3inner, .cc-p4inner {
    width: 100%;
    margin-top: 0;
  }
  .cc-p3main, .cc-p4main {
    margin: 0 auto;
    margin-top: 40px;
  }
  .cc-p3main img, .cc-p4main img {
    width: 100%;
  }
}




/* ------------------------------------
	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;
}





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

.cc-cta-container {
  width: 100%;
  display: inline-block;
  margin: 40px auto;
}
.cc-cta {
  min-width: 270px;
  display: inline-block;
  padding: 15px 0px;
  margin: 5px 2px;
  font-size: 18px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  transition: .6s;
}
.cc-cta:hover {
  opacity: .3;
}
.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 #262626;
}
.cc-subcta {
  background-color: #262626 !important;
  color: white !important;
}


/* 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: 10px 0;
  }
}




@media only screen and (max-width:768px) {
/*	
div#di-page-composer {
	padding-top: 0px!important;
}
*/
	
	body:not(.stacks-enabled) #footer {
    margin-bottom: 40px;
}

}





.container-max-md.page-section.p-4.p-md-5.px-lg-6.px-xl-8 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.px-4.py-10.px-md-5.px-lg-6.px-xl-8.container-max-md.page-section.bg-white {
	    padding: 0px !important;
	    max-width: 900px !important;
	    border-bottom-right-radius: 20px;
	    border-bottom-left-radius: 20px
}


h3.display-4.text-center.widget-heading {
    display: none;
}