
div.contact label.required:after {
    color: red;
    content: " *";

}


.error {
    margin-top: 10px;
}

.contactBox {


}

.bottomMargin15 {
    margin-bottom: 15px;
}

.contactBox h4 {
    text-align: center;
    color: #3366FF;
}

.contactBox i {
    color: #3366FF;
}

.addressBox, .contactBox {
    border: 1px dotted #666;
    padding: 10px;
}

.addressBox i {
    color: #3366FF;
    font-size: 40px;
    margin-left: 40%;
    margin-top: 20px;
}

.addressBox h2, .addressBox h4 {

    color: #3366FF;
}

.addressBox h2 {
    text-align: center;
    font-size: 1.5em;

}

.addressBox h4 {
    text-align: left;
    font-size: 1.2em;
    margin-left: 15px;

}

.addressBox p {
    margin-left: 15px;
}

.contact ul li i {
    margin-left: 0px;
    margin-top: 0px;
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;

}

.contact ul {
    margin-left: -25px;
    margin-top: 20px;
}

.google-maps {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-content: center;
}

.buttonDirections {
    align-self: center;
}

#imageModalMap {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.mapImage:hover {
    opacity: 0.8;
}

.modalMap {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #fdfdfd;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #eeeeee;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.google-maps.no-bottom-padding {
    padding-bottom: 300px !important;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 500px !important;
}

.list-no-style {
    list-style-type: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 424px) {
    .mapImage {
        width: 95vw;
        height: 30vh;
    }
}

@media only screen and (max-width: 425px) {
    .mapImage {
        width: 95vw;
        height: 50vh;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .mapImage {
        width: 50vw;
        height: 50vh;
        align-self: center;
    }
}
