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

	.cc-p2text details {
	  text-align: left !important;
	  counter-reset: counter;
	  color: inherit !important;
	  text-align: left !important;
	  list-style: none;
	  transition: 0.8s;
	  margin: 10px auto;
	}
	
	.cc-p2text details summary {
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  position: relative;
	  cursor: pointer;
	  min-height: 100px;
	  -webkit-justify-content: space-between;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  overflow-y: hidden;
	  background-color: #efefef !important;
	  width: 100%;
	  font-weight: bold;
	  transition: 0.8s;
	}
	.cc-p2text details summary span {
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  position: relative;
	  cursor: pointer;
	  width: 130px;
	  -webkit-align-self: stretch;
	  -ms-flex-item-align: stretch;
	  align-self: stretch;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-justify-content: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  font-weight: bold;
	  font-size: 3em;
	  color: white !important;
	  background-color: #007CC0 !important;
	}
	.cc-p2text details summary h3 {
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  position: relative;
	  cursor: pointer;
	  width: 130px;
	  -webkit-align-self: center;
	  -ms-flex-item-align: center;
	  align-self: center;
	  -ms-flex-pack: center;
	  text-align: left !important;
	  margin: 9px auto 15px;
	  font-size: 28px;
	  color: black;
	  background: none !important;
	  line-height: 110%;
	  margin-left: 1ch;
	  padding: 5px;
	  transition: 0.8s;
	  width: 100%;
	}
	.cc-p2text summary h3:after {
	  content: "";
	  display: none;
	}
	.cc-p2text summary:hover {
	  background-color: rgba(0, 0, 0, 0.8) !important;
	  color: white !important;
	}
	.cc-p2text summary:hover h3 {
	  color: white !important;
	}
	
	
	.cc-p2text details p {
		font-size: 18px !important;
		line-height: 145% !important;
		text-align: left;
		padding: 20px 20px 30px !important;
	}
	
	.cc-grid {
	  width: 100%;
	  margin: 0 auto;
	  display: grid;
	  grid-gap: 2vw;
	  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: start;
	  padding: 0 2em;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}
	
.cc-p1text h2, .cc-p2text h2, .cc-p3inner h2, .cc-p4inner h2, .cc-trims h2 {
    line-height: 135%;
    text-align: left;
    margin: 0px auto 30px !important;
    font-size: 44px !important;
    color: black !important;
    background: none !important;
}
	
.cc-p2text.cc-honda.cc-honda-clr h2:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 5px;
    background: #007CC0 !important;
    margin: 0px 10px;
    vertical-align: middle;
}

.cc-p2text.cc-honda.cc-honda-clr h2:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 5px;
    background: #007CC0 !important;
    margin: 0px 10px;
    vertical-align: middle;
}
	
@media only screen and (max-width: 600px) {

	
.cc-p2text.cc-honda.cc-honda-clr h2:before{
    display: none !important;
}

.cc-p2text.cc-honda.cc-honda-clr h2:after {
    content: "";
    display: block !important;
    width: 40px;
    height: 5px;
    background: #007CC0 !important;
    margin: 20px auto !important;
    vertical-align: middle !important;
}
	
.cc-imagetexthead h1,
.cc-imagetexthead h2 {
  display: none !important;
}

}