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

dimgray

*/



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

.cc-main-container {
  width: 100%;
  max-width: 1200px;
  display: block;
  background-color: white;
  margin: 0px auto 0px;
  text-align: center;
}
.cc-imagetexthead {
  width: 100%;
  display: block;
  margin: 0px auto 40px;
  background: none !important;
}
.cc-imagetexthead img {
  width: 100%;
  display: block;
  margin: 0px auto;
}


.cc-imagetexthead h2 {
  width: 90%;
  min-width: 280px;
  display: block;
  margin: 40px auto 0px !important;
  line-height: 1.1;
  color: black !important;
  font-size: 44px !important;
  background: none !important;
	text-align: center;
}


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

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

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



.cc-imagetexthead > h1 {
  width: 100% !important;
  min-width: 280px;
  display: inline-block;
  margin: 40px auto 0px !important;
  line-height: 1 !important;
  color: #007CC2 !important;
  font-size: 60px !important;
  text-transform: uppercase !important;
	font-weight: 700 !important;
}
.cc-imagetexthead > h1 > span {
  width: 100% !important;
  min-width: 280px;
  display: block;
  margin: 3px auto 0px !important;
  line-height: 1 !important;
  color: #444444 !important;
  font-size: 28px !important;
  text-transform: none !important;
	letter-spacing: 2px;
}

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

.cc-imagetexthead {
  width: 100%;
  display: block;
  margin: 0px auto 0px !important;
  background: none !important;
}
	
.cc-imagetexthead > h1 {
  margin: 20px auto 0px !important;
  font-size: 46px !important;
}
.cc-imagetexthead > h1 > span {
  font-size: 25px !important;
	line-height: 1.2 !important;
	margin: 5px auto 0px !important;
}

}



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

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

.cc-cta-container20 {
  width: 100%;
  display: inline-block;
  margin: 20px auto 20px;
}

.cc-cta-container200 {
  width: 100%;
  display: inline-block;
  margin: 20px auto 0px;
}

.cc-cta-container2040 {
  width: 100%;
  display: inline-block;
  margin: 20px auto 40px;
}

.cc-cta-container4020 {
  width: 100%;
  display: inline-block;
  margin: 40px auto 20px;
}

.cc-cta {
  /*min-width: 250px;*/
  display: inline-block;
  padding: 15px 0px;
  margin: 10px 3px;
  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: 48%;
}
.cc-third-cta {
  width: 30%;
}
.cc-maincta {
  color: white !important;
}
.cc-cta:focus {
  border: 2px dotted #000000;
  padding: 13px 0px !important;
}
.cc-subcta {
  background-color: #000000 !important;
  color: white !important;
}

.cc-subcta span,
.cc-maincta span {
	font-size: 22px !important;
	padding-right: 5px !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: 990px) {
  .cc-headercta-container {
    width: 100%
  }
  .cc-full-cta, .cc-half-cta, .cc-third-cta {
    width: 90%;
  }
}


/* 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-half-cta, .cc-third-cta {
    width: 48%;
  }
  .cc-cta {
    margin: 10px 3px;
  }
	
.cc-cta-container {
    margin: 30px auto 20px;
}
}


/* ------------------------------------
	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-imagegallery2{
  width: 100%;
  display: inline-block;
  margin: 0px auto;
  margin-top: 40px;
}

.cc-imagegallery{
  width: 90%;
  display: inline-block;
  margin: 0px auto;
  margin-top: 40px;
}
.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: 90%;
    transition: .4s
  }
  .cc-image1, .cc-image2 {
    width: 100%;
    margin: 5px auto;
    transition: .4s
  }
  /*.cc-image2 {display: none; transition: .4s} */
}






/* ------------------------------------
	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-trims {
  width: 75%;
  min-width: 270px;
  display: block;
  margin: 40px auto 0px;
}

.cc-p1text a, .cc-p2text a, .cc-p3inner a, .cc-p4inner a, .cc-trims a {

}
.cc-p1text a:hover, .cc-p2text a:hover, .cc-p3inner a:hover, .cc-p4inner a:hover, .cc-trims a:hover {
  opacity: .6;
}
.cc-p1text a:focus, .cc-p2text a:focus, .cc-p3inner a:focus, .cc-p4inner a:focus, .cc-trims a:focus {
  border: 2px dotted #262626;
  padding: 5px;
}
.cc-p1text h2, .cc-p2text h2, .cc-p3inner h2, .cc-p4inner h2, .cc-trims h2 {
  line-height: 135%;
  text-align: left;
  margin-bottom: 15px;
  font-size: 32px !important;
  color: black !important;
  background: none !important;
}
.cc-p1text h2:after, .cc-p2text h2:after, .cc-p3inner h2:after, .cc-p4inner h2:after, .cc-trims h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  margin: 20px 0px;
}

.cc-trims h3,
h3.cc-trims {
  line-height: 135%;
  text-align: left;
  margin: 30px auto 0px !important;
  font-size: 22px !important;
  color: black !important;
  background: none !important;
}

.cc-p1text h3, .cc-p2text h3{
  line-height: 135%;
  text-align: left;
  margin-bottom: 10px !important;
  font-size: 23px !important;
  color: black !important;
  background: none !important;
}


.cc-faqs h3, .cc-faqs h3 > strong {
	line-height: 1.1;
	font-size: 24px !important;
	background: none !important;
	margin: 30px auto 5px !important;
}

.cc-faqs p,
.cc-faqs p > span {
	font-size: 18px !important;
	margin: 0px auto;
}


.cc-p1text p, .cc-p2text p, .cc-p3inner p, .cc-p4inner p, .cc-trims 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, .cc-trims ul {
  font-size: 18px !important;
  line-height: 135%;
  text-align: left;
  color: black !important;
  padding-left: 40px;
	margin-top: 30px;
}

.cc-trims ul, .cc-trims ol {
  font-size: 18px !important;
  line-height: 135%;
  text-align: left;
  color: black !important;
  padding-left: 40px;
	margin-top: 5px !important;
	margin-bottom: 0px !important;
}

.cc-p1text ol, .cc-p2text ol, .cc-p3inner ol, .cc-p4inner ol {
  font-size: 18px !important;
  line-height: 135%;
  text-align: left;
  color: black !important;
  padding-left: 40px;
}




.cc-p4main {
  width: 32.7%;
  min-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;
}



.cc-p3main {
  width: 48.5%;
  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: 95%;
  min-width: 270px;
  display: inline-block;
  margin: 5px auto 0px;
}


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





/* ------------------------------------
	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: 32px !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;
}
.cc-footerinner ul li:last-child {
  padding-bottom: 0px;
}


/* ------------------------------------
	DISCLAIMER SECTION STYLING BEGINS
-------------------------------------------------*/
.cc-disclaimer {
  width: 75%;
  min-width: 270px;
  display: inline-block;
  margin: 5px auto 0px;
  color: #34495e !important;
  text-align: center !important;
}
.cc-disclaimer p {
  font-size: 10px !important;
  line-height: 135%;
  text-align: center !important;
  color: #34495e !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%;
  }
}


/* ------------------------------------
	DISCLAIMER2 SECTION STYLING BEGINS
-------------------------------------------------*/
.cc-disclaimer2 {
  width: 75%;
  min-width: 270px;
  display: inline-block;
  margin: 0px auto 40px;
  color: #FFFFFF !important;
  text-align: left !important;
}
.cc-disclaimer2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #cccccc !important;
    margin: 0px auto 30px;
}
.cc-disclaimer2 p {
  font-size: 12px !important;
  line-height: 135%;
  text-align: left !important;
  color: #FFFFFF !important;
}
.cc-disclaimer2 a {
  font-weight: 700;
}
.cc-disclaimer2 a:hover {
  opacity: .6;
}
.cc-disclaimer2 a:focus {
  border: 2px dotted #262626;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .cc-disclaimer2 {
    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 #262626;
}


/* ------------------------------------
	CHART SECTION STYLING BEGINS
-------------------------------------------------*/

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