#events-webcasts .gap-10{
    height:1px;
    margin-top:9px;
}
#events-webcasts .gap-left-5{
    margin-left:5px
}
#events-webcasts .see-all{
  color: #000;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: right;
}
#events-webcasts .section-link{
    margin-bottom:33px;
}
#events-webcasts .latest-event .section-heading{
    padding-bottom:30px;
    margin-bottom: 0;
}
#events-webcasts .article-detail{
    padding: 16px 0;
    height: 260px;
}
#events-webcasts .item-go-link{
    position: absolute;
    bottom: 0;
    margin-bottom: 25px;
}
#events-webcasts .first .item-title{
  color: #000;
  font-family: 'Merriweather';
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
#events-webcasts .item-title{
    color: #000;
    font-family: 'Merriweather';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
#events-webcasts .item-go-link, #events-webcasts .item-date, #events-webcasts .item-location, #events-webcasts .latest-tag, #events-webcasts .article-kicker {
  color: #454545;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  line-height: 18px;
}
#events-webcasts .first .item-go-link{
    padding-left:15px;
}
#events-webcasts .first  .item-date, #events-webcasts .first .item-location {
  color: #454545;
  font-family: 'ProximaNova-Regular';
  font-size: 18px;
  line-height: 18px;
}
#events-webcasts p{
  margin-bottom:5px;
}
#events-webcasts .img-container{
    display:block;
    width:100%;
}
#events-webcasts .first .article-detail {
    padding: 16px;
    min-height: 500px;
}
#events-webcasts .first-text{
    padding-left:0;
}
#events-webcasts .first-img{
    padding-right:0;
    padding-left: 0;
}
#events-webcasts .first-img .img-container.vertical{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
#events-webcasts .first-img .img-container.vertical img{
    display:none;
}
#events-webcasts .first {
    align-items: stretch;
    height: 90%;
    margin:0;
    background-color: #f0eee2;
}
#events-webcasts .mobile-display{
    display:none;
}
#events-webcasts .mobile-hidden{
    display:block;
}

@media only screen and (max-width: 767px){
    #events-webcasts .first-text{
        background-color: #f0eee2;
    }
    #events-webcasts .first-img .img-container{
        background-image:none!important;
    }
    #events-webcasts .first-img .img-container.vertical img{
        display:block;
    }
    #events-webcasts .first .item-go-link{
        padding-left:15px;
    }
    #events-webcasts .mobile-display{
        display:block;
    }
    #events-webcasts .mobile-hidden{
        display:none;
    }
    #events-webcasts .section-link.mobile-display{
        width: 100%;
        padding-right: 15px;
    }

}