.fivecard-button {
    font-weight: bold;
    padding: 10px;
    background-color: #fff;
    line-height: 1.5em;
    min-width: 180px;
    min-height: 185px;
    border: 1px solid #EEDFC1;
    text-align: center;
    margin: 10px 0;
}

.fivecard-anchor a {
  color:#000;
  text-decoration:none;
}

.fivecard-anchor:hover {
  text-decoration: none;
}

.mh-button:hover {
background-color: #FEF6DF;
}

.img-text {
    position: absolute;
    bottom: 25px;
    left: 15px;
    font-size: 1.75em;
    color: #fff;
    padding: 40% 25% 0 5%;
    text-decoration: none;
    line-height: 1.2em;
}

.img-text:hover {
  text-decoration: underline;
}

.mh-text {
padding: 10px 5px 5px;
}

a.mh-text {
   text-decoration: none;
}

.mh-icons {
   max-height: 55px;
   margin: 10px;
}

.content-bottom-region {
    background-color: #FFFCF5;
    padding: 20px 0 30px 0;
}
  
.card-text {
    font-weight: 500;
    padding: 10px 5px 25px;
    margin-top: 15px;
}
.cards-img {
    height: 100px;
}
.hm-icon img {
    width: 80px;
    margin-top: 20px;
}
h4.card-title {
    height: 55px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
}
h4.card-title:hover {
    color: #0067b8;
}
.cards-underline {
    text-decoration: none;
}
.cards-underline:hover {
    text-decoration: none;
}
.img-mh {
    min-height: 230px;
}
.mh-img-container {
    background: #000000;
}
.img-mh:hover {
 text-decoration: underline;
}

@media (max-width: 991px){
h4.card-title {
    height: auto;
  }
.card-text {
    padding: 0px 5px 25px;
    margin-top: 0px;
  }
.text-center.highlight-subtitle br {
    display: none;
}
}

@media screen and (min-width:250px) and (max-width:991px){
.mh-img-container {
    margin-bottom: 10px;
}

.hid_break {
    display: none;
}
}

@media screen and (min-width:250px) and (max-width:767px){
.fivecard-button {
  min-height: auto;
}
}

@media screen and (min-width:768px) and (max-width:992px){
.fivecard-button {
    padding: 18px 40px 20px 40px;
    min-height: 180px;
}
}
.page-container
{
	background: #f9f9f9;
}
.system-messages {
  border-bottom:1px solid #ececec;
}
.highlight-mmh {
    color: #575757;
    font-size: 1.4em;
line-height: 1.5;
}
.highlight-subtitle {
    color: #575757;
    font-size: 1.4em;
line-height: 1.5;
}
@media (min-width: 992px){
.fivecard-anchor {
	  width: 20%;
}
}

.highlight-subtitle a::after {
    content: " \203A";
    font-size: 1.2em;
    display: inline-block;
    margin-left: 5px;
}
