<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
div.contact label.required:after {
    color:red;
    content:" *"; 

}

.error {
    margin-top: 10px;   
}

.contactBox {


}

.bottomMargin15 {
    margin-bottom: 15px;   
}

.contactBox h4{
    text-align: center;
    color:#0C37B8;
}

.contactBox i {
    color:#0C37B8;
}

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

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

.addressBox h2, .addressBox h4 {

    color: #0C37B8;        
}

.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 {
    position: relative;
    padding-bottom: 350px;
    height: 0;
    overflow: hidden;
}

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

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

.list-no-style {
    list-style-type:none;
}</pre></body></html>