﻿.filter-label {
    text-transform: uppercase;
    font-size: 0.75rem;
    
}

.near {
    text-transform: uppercase;
    background-color: #1c2a48;
    font-weight: 500;
    font-size: 0.95rem;
}

.service-card-details {
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#service-cards .info div{
    font-weight: 300;
}
#service-cards .info p{
    font-weight: 300;
}
#service-cards .info li{
    font-weight: 300;
        font-size: 14px;
}
#service-cards  .modal-content{
	width:750px;
}

#service-cards  .modal-content h2{
	font-size:21px!important;
	margin:0px;
}
#service-cards  .modal-content #ms-rterangecursor-start{
	display:none;
}
#service-cards  .modal-content h5{
	font-size:21px!important;
}
#age-label {
	display:none;
}
.age-dd {
	display:none!important;
	visibility:hidden;
}
.service-card-details hr {
    margin: 0;
}
#service-cards .card .row .col-9{
     margin-left:-10px;
}
#service-cards .btn{
	color:#fff;
}
.modal-footer .btn {
	background-color: #039be5!important;
}
.title.county:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
    bottom: 0.2rem;
    content: "County\00A0Operated";
    font-size: 0.65rem;
    text-transform: uppercase;
    color: #ff9802;
    display: block;
    letter-spacing: 0.5px;
}

.title.partner:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
    bottom: 0.2rem;
    content: "County-Funded\00A0Partner";
    font-size: 0.65rem;
    text-transform: uppercase;
    color: #777777;
    display: block;
    letter-spacing: 0.5px;
}

.icon {
    color: white;
}

.icon-bg {
    color: #039be5;
}

h5.title {
    font-size: 1.6rem !important;
    margin-top: 0.3rem !important;
    margin-bottom: 1rem !important;
    color: #039be5 !important;
}

#categories {
    margin-bottom: 4.5rem;
}

#categories::-webkit-scrollbar {
    display: none;
}

#categories a {
    font-size: 0.7rem !important;
    text-transform: uppercase;
    background-color: white;
    border: 1px solid grey;
}

#categories col {
    display: inline-block;
    float: none;
    padding-right: 17px;
    /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box;
    /* So the width will be 100% + 17px */
}

#services-container .call-btn {
    background-color: #206119;
    word-wrap: none;
    word-break: keep-all;
}
#services-container .btn-primary{
	background-color: #005D85 !important;
	color:#fff;
	position:absolute;
	bottom:25px;

}
.near-btn {
    background-color: #ff9802;
    word-wrap: none;
    word-break: keep-all;
}
#ms-rterangecursor-start, #ms-rterangecursor-end, #ms-rterangepaste-end {
	display:none;
}
.chip {
    text-transform: uppercase;
    font-size: 10px;
    height: auto;
    line-height: 20px;
    transition: none;
    color: rgba(0, 0, 0, 0.7);
    background-color: #f3f3f3;
}

.svcImg {
    width: 100%;
    object-fit: cover;
    border-top-left-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
    overflow: hidden;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.service-cta {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.title-link {
    font-weight: 500;
}

.title-link:hover:after {
    content: " \f08e";
    font-family: "Font Awesome 5 Pro";
}

.filter-options {
    margin-top: 10px;
}

.cats {
    border-top: 1px solid #eceff1;
        padding-bottom: 60px;
}

p.miles {
    color: #333;
    font-weight: 500;
    font-size: 0.9rem;
}

.eligibility {
    color: #0277bd;
    margin-top: 10px;
    font-size: 0.75rem;
    cursor: pointer;
}

#serviceTypes-select,
#locations-select,
#ages-select {
    border: none;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    font-family: Arquette;
    padding: 12px;
    display: block;
    width: 100%;
}

#service-cards  .modal-content{
	width:700px;
}
@media only screen and (max-width: 768px) {
   #service-cards  .modal-content{
	width:100%;
   }
}