#familyStatement {
    background: #f5f5f5;
    padding: 40px 0;
    clear: both;
}

#familyStatement .statement {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #222;
    margin: 0;
    text-transform: uppercase;
    color: #c60024;
    line-height: 32px;
}

#familyStatement small {
    color: #000;
    text-transform: none;
}


#familyStatement .statement-sub {
    margin-top: 10px;
    font-size: 15px;
    color: #555;
}


@media (max-width: 980px) and (min-width: 769px) {
    #contact, #contact .container {
        position: inherit;
        margin-top: 50px;
        max-height: inherit !important;
    }
    
    #contact .container .column form .controls textarea, #contact .container .column form .controls, #contact .container .column form .controls input {
        width: 90%;
    }
    
    .map iframe {
        width: 100% !important;
    }
    
    
    header .bar .mainNav #logo {
        margin-top: 46px;
        width: 100px;
    }
    
    header .bar .mainNav nav ul {
        margin-top: 7px;
    }
    
    header .bar .mainNav nav ul li a {
        font-size: 14px;
        padding: 0 7px;
    }
}


@media (max-width: 768px) {
  .map {
    display: none;
  }
    
    #contact {
        height:  auto !important;
    }
    
    #contact .container {
        margin-bottom: 50px;
        margin-top: 50px;
        position: inherit !important;
    }
    
    header .bar .mainNav #logo {
            width: 100px;
            top: -7px;
            position: relative;
        }
}