﻿/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/

.mdconnect {
  background-color: #fff;
}
.ql-featured {
    height: 82px;
    padding: 15px 10px;
    margin-bottom: 14px;
    color: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4)  ; 
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4)  ; 
    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4)  ; 
}
.ql-featured:hover {
  background-color: #0077da;
  transition: background-color 0.25s ease;
}
.ql-featured.mdconnect:hover {
  background-color: #e1f2fd;
}
#siteContent .ql-featured a {
    color: #fff;
    text-decoration: none;
}
.ql-featured strong {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}