@charset "UTF-8";

.navbar{
    min-height:150px;
    margin-bottom: 0px;
    border-bottom-color: transparent;
}
.navbar-default{
    background-color:#F9FAFB;
}
.navbar button.navbar-toggle{
    margin-top:50px;
}

.g-recaptcha div { 
    margin-left: auto; 
    margin-right: auto;
}

@media screen and (min-width: 768px){

    #nav-menu-collapse {
        margin-top:50px;
    }
}
@media screen and (min-width: 280px) and (max-width: 767px){

    #nav-menu-collapse {
        border-top-color: transparent;
        margin-top:25px;
    }
}

.ats-header-logo{
    max-height: 110px;
}

#homepage-top-section{
    background-color:#F9FAFB;
    padding-top:20px;
    padding-bottom:100px;
}
section#filter{
    margin-top:-99px;
}