.hero-clip{
   -webkit-clip-path: polygon(0% 0%, 100% 0%, 81% 100%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0%, 81% 100%, 0% 100%);

 }
.hero{
     background-image: url(/imageserver/Reusable/certainteed-siding2020/cedar-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.maincontent {
  max-width:100%;
}

.videoWrapper {
	position: relative;
	padding-top: 25px;
        padding-bottom: 56.25%;
	max-width:560px;
        max-height:500px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
        max-width:560px;
        max-height:315px;
}

.myButton {
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background-color:transparent;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family:Arial;
	font-size:18px;
	padding:10px 26px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
	background-color:#0078C1;
        color:white;
}
.myButton:active {
	position:relative;
	top:1px;
}

.header-bg {
  background-image:linear-gradient(to bottom, rgb(35, 125, 198), rgb(255,255,255) );
  width:100%;
  padding:30px 0;
  text-align:center;
  margin:0;
}

.header-bg p {
  max-width:800px;
}

.container1 {
  position: relative;
  color: black;
  
}

.centered {
  position:absolute;
  bottom:0; 
  background-color:rgba(255,255,255,0.9);  
  padding:10px 20px;
  width:100vw;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  max-width:330px;
  position:relative;
  margin:0 auto;
  margin-bottom:20px;
  padding-bottom:10px;
  min-height:490px;
}

.card p {
  min-height:150px;
  font-size:18px;
}


.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card2 {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  max-width:330px;
  position:relative;
  margin:0 auto;
  margin-bottom:20px;
  padding-bottom:10px;
  min-height:550px;
}

.card2 p {
  min-height:150px;
  font-size:18px;
}


.card2:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


.card-container {
  padding: 2px 16px;
    text-align:center;
}

#quote-carousel {
    padding: 0 10px;
    margin-top: 30px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #4c4c4d;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    position: relative;
}
#quote-carousel .carousel-indicators li {
    text-align:center;
    padding:20px 0;
    min-width:150px;

    opacity: 0.4;
    transition: all .4s ease-in;
    vertical-align: middle;
background: transparent;
border:none;
}

#quote-carousel .carousel-indicators li img{
   cursor:pointer;
}

#quote-carousel .carousel-indicators .active {
    min-width:150px;
    height:20px;
    opacity: 1;
    transition: all .2s;
background: transparent;

}
.item blockquote {
    border-left: none;
    margin: 0;
}



@media (max-width:981px){
#quote-carousel{
margin-top: 30px !important;
}

#quote-carousel .carousel-indicators .active {
width: 60px !important;
height: 60px !important;
}

.item blockquote p{
font-size: 14px !important;
text-align: left;
padding: 20px;
height: auto;
}
}

.column-text h1 {
   padding:30px 0;
}

.flex-row {
    display: flex;
    flex-wrap:wrap;
    margin-bottom:50px;
  }
  
  .column-left {
    flex: 65%;
    text-align:center;
  }

  .column-right {
    flex: 35%;
    text-align:center;
  }

  .column-text {
    padding:0 10px 10px 10px;
    font-size:16px;
}
  
.card-box { 
 position:relative;
-webkit-box-shadow: 2px 5px 15px 1px rgba(0,0,0,0.41); 
box-shadow: 2px 5px 15px 1px rgba(0,0,0,0.41);
}

.card-box p {
  min-height:85px;
  position:relative;
  font-size:16px;
}









.text {
  font-size: 16px;
  padding: 16px 32px;
}

@media only screen and (max-width: 992px) {
  .hero-clip {
     -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
     clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@media only screen and (max-width: 400px) {
  .container1 {
     min-height:200px;
  }
}