﻿@media (min-width:768px){
    #MenuH {
        margin: 0;
    }

}

@media (min-width:992px) {
    #home, 
    .flexslider {
        width: 80%;
        margin: 0 auto;
    }
}
    
    
}

@media (min-width:1200px) {
    /* full desktop */
    
}

@media (max-width:991px){
   

}


@media (max-width:767px) {
    #home h2 + p {
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        column-count: 1;
        column-gap: 0px;
    }
    
    footer, footer ul.menu {
        text-align: center;
    }

    footer #FooterCopyright {
        margin-top: 100px;
        text-align: center;
    }

    .icon-fdic-ehl-vector {
        position: relative;
        margin: 0;
        padding:  0;
        
    }
}


@media (max-width:599px) {

    img {
        width:  100%;
        height:  auto;
    }
    
    #MainWrapper #Main {
        padding-top: 0;
    }

    .header-aux {
        padding-bottom:  .5em;
    }
    .flexslider {
        display: none;
    }

    .orchard-users label,
    .orchard-users input{
        width: 100%; 
        margin-bottom: 0;          
    }

    .orchard-users input {
        margin:  0 0 1em 0;
    }    

    .orchard-users button {
        margin-left:  0;
    }

    .location .people td,
    .location td.address,
    .location td.lobby-hours,
    .location td.drive-up-hours {
        display: block;
        width:  100%;
    }

    .location .people p {
        text-align:  center;
    }

    .location .people img {        
        width:  50%;
        height:  auto;
    }



}
