/**
 * Theme Name: Recruitment
 * Author: Recruit
 * Version: 99.0
**/
@media only screen and (max-width: 768px) {
    .menu .grid-container .title-bar {
    background: transparent;
    float: right;
}
.menu nav#main-menu {
    background: transparent;
}
.menu nav.top-bar li a{text-align: left !important;}
.logo.text-center.medium-text-left img {
    MARGIN: 27px 0 0 6px; 
}
.right-nav li img {
    height: 38px;
}
.right-nav li {
    line-height: 38px;
}
.wp-custom-logo header.header {
    padding-top: 0px;
}
}
.footer .location ul li:first-child a {
    color: #8098A0;
    text-transform: none;
    margin-top: 25px;
}
.footer {
    background: #2c4955;
    width: 100%;
    display: block;
    margin-top: auto;
    font-family: 'Calibri';
}
.footer ul li a:hover {
    color: #bac7cc;
}
.footer ul { 
    margin-bottom: 10px;
    border-left: 1px solid #2B5361;
    height: 220px;
}


element.style {
}
.footer__copy {
    text-align: center;
    background: #2c4955;
    color: #627f87;
    padding: 55px 0 0;
    font-size: 10px;
}

.menu {
    height: 49px;
    background: #4e8299;
}
.menu nav.top-bar li a {
    display: block;
    height: 49px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    line-height: 49px;
    padding: 0 9px;
    text-transform: uppercase;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima;
}
.menu nav.top-bar li a:hover {
    color: #FFF;
    background: #2c4955;
}
.header .logo img {
    width: auto;
}
.header-menu.menu .submenu li a {
    background: #2c4955;
    color: #ffffff;
    border-top: 1px dotted rgba(255,255,255,0.3);
    line-height: 50px;
    text-align: left;
}
.header-menu.menu .submenu li a:hover {
    background: #4d8399;
}
ul.right-nav {
    float: right;
    list-style: none;
    width: 100%;
    margin: 5px 0 0 0;

}
.right-nav li {
    float: right;
    line-height: 50px;
}
header.header {
    padding-top: 15px;
}
.right-nav li img{
    vertical-align: middle;
    margin-left: 5px;
}
.recruiting-call {
    float: right;
    height: 30px;
    line-height: 30px;
    color: #257297;
}
@media (max-width: 1024px) {
    .menu  {
        margin-top: 10px;
    }
    .menu .grid-container {
        background: linear-gradient(180deg, #06526c 0%, #458db5 100%);
    }
    .menu .grid-container .title-bar {
        background: transparent;
    }
 .footer-logo{
    display: none;
}
.footer ul {
    margin-bottom: 0;
    border-left: none;
    height: auto;
    text-align: center;
}
.footer .location ul li:first-child a { 
    margin-top: 0;
}
}