/* ---------------- */

#intro2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;  
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );    
}

#intro2 {
  background-image: url("https://www.hilltimes.com/wp-content/themes/hilltimes-master/images/kinder-morgan-03.jpg");
  background-position: center;
  background-size: cover; 
  position:relative; 
  width:100%; 
  min-height:300px;
  height:100%;  
}

#intro2 .content {
  position:absolute;
  bottom:70px;
  left:0;
  right:0;
  margin:0 auto;
  height:auto;
  padding:17px;
  box-sizing:border-box;
  z-index:10;
  max-width:700px;
  width:100%;
}

#intro2 h1 {
  font-size:42px;
  line-height:1.14;
  width:100%;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  color:#fff;
  text-align:center;
  margin-bottom:20px;
}

#intro2 p {
  font-size:17px;
  line-height:1.17;
  width:100%;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  color:#fff;
  text-align:center;
  max-width:490px;
  font-weight:500;
  margin:0 auto;
}

#intro2 .pcredits {
  font-size:10px;
  max-width:610px;
  width:100%;
  margin:0 auto;
  text-align:center;
  color:#fff;
  line-height:1.33;
  font-weight:500;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  margin-top:10px;
}

/* ---------------- */


/* ---------------- */

#intro3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;  
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );    
}

#intro3 {
  background-image: url("https://www.hilltimes.com/wp-content/uploads/2019/10/ajw134-tes.jpg");
  background-position: center;
  background-size: cover; 
  position:relative; 
  width:100%; 
  min-height:300px;
  height:100%;  
}

#intro3 .content {
  position:absolute;
  bottom:70px;
  left:0;
  right:0;
  margin:0 auto;
  height:auto;
  padding:17px;
  box-sizing:border-box;
  z-index:10;
  max-width:700px;
  width:100%;
}

#intro3 h1 {
  font-size:42px;
  line-height:1.14;
  width:100%;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  color:#fff;
  text-align:center;
  margin-bottom:20px;
}

#intro3 p {
  font-size:17px;
  line-height:1.17;
  width:100%;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  color:#fff;
  text-align:center;
  max-width:490px;
  font-weight:500;
  margin:0 auto;
}

#intro3 .pcredits {
  font-size:10px;
  max-width:610px;
  width:100%;
  margin:0 auto;
  text-align:center;
  color:#fff;
  line-height:1.33;
  font-weight:500;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  margin-top:10px;
}

/* ---------------- */



.down_arrow 
{
   width: 40px;
   height: 40px;
   object-fit: contain;
   background: url("https://www.hilltimes.com/wp-content/themes/hilltimes-master/images/landing-page-down-arrow.png") no-repeat;
   background-position-x: 0%;
   background-position-y: 0%;
   background-size: auto;
   background-position: center;
   background-size: 40px;
   display: block;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 27px;
   margin: 0 auto;
   z-index: 10;
}

a.down_arrow {
  -webkit-animation: bounce 2s infinite ease-in-out;
  cursor: pointer;
}


#newheroimg {
  background-image: url("https://www.hilltimes.com/wp-content/themes/hilltimes-master/images/peace-van-02.jpg");
  background-position: center;
  background-size: cover; 
  position:relative; 
  width:100%; 
  min-height:600px;
  height:100%;  
}

#newheroimg {
  background-image: url("https://www.hilltimes.com/wp-content/themes/hilltimes-master/images/peace-van-02.jpg");
  background-position: center;
  background-size: cover; 
  position:relative; 
  width:100%; 
  min-height:600px;
  height:100%;  
}


#newheroimg .content h1 {
  font-family:'Merriweather', serif;
  font-size:42px;
  font-weight:bold;
  color:#fff;
  display:inline-block;
  text-shadow:0 0 5px #000; 
  line-height:1.14;
  width:100%;  
  text-align:center;
  
}

#newheroimg .content p {
  max-width:450px;
  width:100%;
  font-family:'Merriweather', serif;
  font-size:17px;
  font-weight:500;
  line-height:1.17;
  text-align:center;
  margin:0 auto;
  color:#fff;
  text-shadow:0 0 5px #000; 
}

#s-date-hero {
    width: 100%;
    margin: 0 auto;
    display: table !important;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 12px 0px 12px 0px;
    margin-top:10px;
    margin-bottom:10px;
    line-height: 1.2em;
    color:black;
    text-align: center;
}



#s-date-hero p{
    margin: 0;
    font-size: 8pt;
    font-family: 'Merriweather', serif;
        text-align: center;

}

#s-date-hero a { text-transform:uppercase; color:black; }

#s-date-hero p b a {
    font-size: 8pt;
    color:black;
    font-family: 'Merriweather', serif;
        text-align: center;

}

#s-date-hero p b a:hover {
}






/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 780px) {

#intro2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;  
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );    
}

#intro2 {
  background-image: url("https://www.hilltimes.com/wp-content/themes/hilltimes-master/images/kinder-morgan-03.jpg");
  background-position: center;
  position:relative; 
  width:100%; 
  height:10%;  
margin-top: 100px;
}

#intro2 .content {
  position:absolute;
  bottom:70px;
  left:0;
  right:0;
  margin:0 auto;
  height:auto;
  padding:17px;
  box-sizing:border-box;
  z-index:10;
  max-width:700px;
  width:100%;
}

#intro2 h1 {
  font-size:22px;
  line-height:1.14;
  width:100%;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  color:#fff;
  text-align:center;
  margin-bottom:20px;
}

}

