﻿
.arc-contact-map {    
    max-width: 400px;
    width:100%;
    margin-bottom:20px;
}


.arc-contact-map > div {
    width: 100%;
    position: relative;
    padding-bottom: 64%;
}


.arc-contact-map > div > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.arc-contact-map iframe {
    width: 100%;
    height: 100%;
   
}

#contactEmails p{
    margin-bottom:40px;
}

@media only screen and (min-width : 768px) {
    .arc-address {
        height: 450px;
        position: relative;
    }

    .arc-contact-map {
        position: absolute;
        bottom: 0;  
    }
}


.cf-pot {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
}