.hero-article {
    margin-top: 10px;
    position: relative;
}

.hero-article img {
    display: block;
    width: 100%;
}

.hero-text {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 30px;
    padding: 20px 20px 30px;
    width: 420px;
}

.hero-text .time,.hero-text .time a {
    color: #fff;
    display: block;
    font-weight: normal;
}

.hero-text h1 {
    margin: 0;
    font-size: 21px;
    color: #fff;
}

.hero-header {
    font-size: 21px !important;
    line-height: 21px !important;
}

.hero-text p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 12px;
    line-height: 16px;
}

.hero-text a {
    color: #fff;
}

.hero-top-left {
    top: 30px;
    left: 0;
    bottom: auto;
}

.hero-top-right {
    right: 0;
    top: 30px;
    left: auto;
    bottom: auto;
}

.hero-bottom-right {
    right: 0;
    bottom: 30px;
    left: auto;
    top: auto;
}

.hero-text-small {
      width: auto;
      position: static;
		background-color: #000;
   	padding: 16px;
    }

.hero-text-black {
   background-color: #000;
}

.hero-text-orange {
   background-color: #cc340d;
}

.hero-text-green {
   background-color: #00594F;
}

.hero-text-grey {
   background-color: #767676;
}

.hero-text-blue {
   background-color: #092D4B;
}

.hero-text-cyan {
   background-color: #005074;
}

.hero-text-dark-turquoise {
    background-color: #005074;
 }

.hero-text-turquoise {
    background-color: #005F88;
 }
 .hero-text-light-turquoise {
    background-color: #227EA5;
 }
 .hero-text-dark-blue {
    background-color: #092D4B;
 }
 .hero-text-blue-new {
    background-color: #004371;
 }
 .hero-text-dark-green {
    background-color: #004038;
 }
 .hero-text-green-new {
    background-color: #00594F;
 }
 .hero-text-light-green {
    background-color: #3A827A;
 }
 .hero-text-dark-orange {
    background-color: #CC340D;
 }
 

.hero-text-large {
    background-color: #505050;}
    

@media only screen and (max-width:590px) {
	    .hero-text {
			width: auto;
			position: static;
         min-height: 16px;
         padding: 16px;
    }
}

.hav-card {
   margin-bottom:0 !important;
}