.contact-us fieldset {
    padding-top: 30px;
}
.contact-info {

}

.address {
    text-transform: none;
}

.address-hours {
    margin-top: 40px;
}

    .address-hours.no-map {
        margin-top: 55px; 
    }

    .address-hours.no-map .address-wrap,
    .address-hours.no-map .business-hours {
        margin: 0 auto;
    }
    
    .address-wrap hr,
    .business-hours hr {
        padding-bottom: 20px;
    }

    .address-hours .contact-list a {
        font-size: 14px;
        font-weight: 300;
    }

    .business-hours span {
        margin-left: 5px;
    }

    .business-hours ul.business_hours_list {
        text-align: left;
        margin-left: 50px;
    }

    .business-hours ul.business_hours_list li {
        font-size: 14px;
        padding: 5px 0;
    }
    .business-hours ul.business_hours_list li:first-of-type {
        padding-top: 0;
    }

    .business-hours ul.business_hours_list span {
        font-weight: 300;
    }

    .business_hours_list * {
        color: #9b9b9b;
    }

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #FFF;
}

.contact-location .text-center,
.contact-form .text-center {
    margin-bottom: 55px;
}

.key-contacts {
    margin-top: 25px;
}

    .key-contacts div.row#main {
        margin-top: 25px;
    }

    .key-contacts .key-contact-container {
        cursor: default;
        border: 1px solid #FFF;
        padding: 15px;
        margin-right: 5px;
    }
    .key-contacts .key-contact-container:last-of-type {
        margin-right: 0;
    }

    .key-contacts .key-contact-name {
        font-weight: bold;
    }
    .key-contacts .key-contact-description {
        font-size: 14px;
        font-weight: 300;
    }

    p#text {
        margin-top: -2px;
    }

    #CaptchaInputText {
        margin-top: -20px;
    }

@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {
    .address {
        width: 100%;
        text-align: center;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    .contact-info .address {
        width: 100%;
        text-align: center;
    }

    .contact-info .contact-list {
    }

    .contact-info .contact-list li span {
        text-align: left;
    }

    .contact-info .contact-list li a {
        text-align: right;
    }

    .contact-form {
        margin-top: 25px;
    }
    .business-hours ul.business_hours_list {
        text-align: center;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
    
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {

}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
    
}

@media (max-width: 991.98px) {
    .contact-info .address {
        text-align: left;
    }
    .contact-list {
        text-align: left;
    }

    .business-hours {
        text-align: left;
        margin-top: 25px;
    }

    .business-hours hr {
        padding-bottom: 10px;
    }
}