/* Slick Modals - Banner Read More */
body.banner_readMore_visible .sm-popup {
    border-bottom: solid 6px #00A138;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.475)!important;
}
.banner_readMore img {
    width: 30%;
    float: left;
}
.banner_readMore .content {
    width: 60%;
    float: right;
    margin-top: 2%;
}
.banner_readMore .content a:hover {
    color: #333;
}
.banner_readMore .content .title {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.banner_readMore .content p {
    font-size: 12px;
    line-height: 18px;
    color: #999;
    padding: 10px 0;
}
.banner_readMore .content a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #00A138;
}