.fairfield {
    margin: 80px 0;
}

.fairfield h2 {
    font-size: 44px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 1.1;
    opacity: 1;
    text-align: left;
}

.top_banner .item-content h1 {
    text-transform: uppercase;
    font-size: 44px;
}

.color-primary {
    color: #ff4e4e !important;
}

.top_banner .subtext p {
    text-transform: uppercase;
    font-weight: bold;
}

.top_banner .text {
    display: flex;
    align-items: flex-end;
}

.top_banner .text p {
    font-size: 24px;
    margin-right: 20px;
}

.top_banner .region p {
    font-size: 20px;
    margin-top: 10px;
}

.top_banner {
    background-image: url('../../images/court-directory/heros/courtv2.png');
}

.bbbhorizontal {
    margin-top: 10px;
}


.detailsblock {
    text-align: left;
}

.detailsdata {
    color: #48515e;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8em;
}

.detailsblock .detailscaption {
    margin: 0 5px;
    font-size: 20px;
}

.detailsblock i {
    font-size: 20px;
}

.course-details {
    margin-bottom: 50px;
}

.course-details h2 {
    text-transform: uppercase;
}

.change-state1 {
    color: #0b4c83;
}

.services_description > .container {
    border-bottom: 1px solid #2376c4;
    padding-bottom: 20px;
}

.services_description p {
    padding-right: 20%;
    border-right: 1px solid;
}

.services_description p span {
    opacity: 1;
    width: auto;
    font-weight: bold;
    font-size: 18px;
    float: none;
}

.address-info h3 {
    color: #1878be;
    text-transform: uppercase;
}

.address-info h3 span {
    font-size: 20px;
    line-height: 1;
    float: none;
    opacity: 1;
}

.address-info .address {
    margin-top: 10px;
    background: url('../../images/court-icon.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 400px;
}

.address-info .address > div {
    margin-bottom: 5px;
}

.map-link img {
    margin-right: 5px;
    margin-top: 10px;
}

.map-link a {
    font-size: 14px;
    font-weight: bold;
}

.top_banner .texts-container {
    display: flex;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 768px) {
    .top_banner {
        background-size: cover;
        background-position: right;
    }
    .top_banner .item-content h1,
    .fairfield h2 {
        font-size: 30px;
    }

    .top_banner .subtext,
    .top_banner .text p {
        display: none;
    }

    .services_description p {
        border-right: none;
    }
}

p#p_about {
    margin-bottom: 40px;
    font-size: 16px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 480px) {
    .top_banner .item-content h1,
    .fairfield h2 {
        font-size: 24px;
    }

    .blue_checkmark li {
        font-size: 20px;
    }

    .fairfield {
        margin: 40px 0;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .top_banner .region p {
        margin-top: 0;
    }
}
