﻿.card-title.standOut{
    font-weight:700!important;
    font-size: 1rem!important;
    line-height:1rem;
}
.startDate{
	font-size:.9rem;
}
#featureLink, #featureLink2, #featureLink i, #featureLink2 i{
    font-size: 1rem!important;
}
.md-outline.select-wrapper+label {
    top: .5em !important;
    z-index: 2 !important;
}
.broward-drk-blue{
    background-color:rgb(28, 42, 72);  
}
.news-carousel .carousel-cell {
    width: 24.5%; /* half-width */
    min-height: 380px;
    margin-left: 10px;
}
.news-carousel .card{
    min-height:365px;
}
.news-carousel .flickity-prev-next-button.next, .flickity-prev-next-button.previous{
    min-width:auto;
}
.news-carousel .flickity-prev-next-button.next{
    right:-35px;
    background:none;
    color: rgb(28, 42, 72);
}
.news-carousel .flickity-prev-next-button.previous{
    left:-35px;
    background:none;
    color:rgb(28, 42, 72);
}
.news-carousel	.circle-icon {
    background: #039BE5;
    height:85px;
    width:85px;
    padding:30px;
    border-radius: 50%;
}
.news-carousel	.serviceIcon{
    color:white;
    font-size:1.5rem;
}
.news-carousel	.view{
    min-height:185px;
    max-height:185px
}


#modalMain a {
    color: #0277bd !important;
}

/*test*/



@media only screen and (min-width: 601px) and (max-width: 992px){
    .news-carousel .carousel-cell {
        width: 50%; /* half-width */
    }
}

@media only screen and (max-width: 600px){
    .news-carousel .carousel-cell {
        width: 100%; /* half-width */
    }
    .news-carousel	.flickity-prev-next-button.next{
        right:-15px;
        background:none;
    }
    .news-carousel	.flickity-prev-next-button.previous{
        left:-15px;
        background:none;
    }
    .news-carousel .card{
        margin-left: 10px;
    	margin-right: 10px
    }
}
