
.panel-header {
    position: relative;
    background-color: #fff;
    color: #242f44;
}

.panel-header .inner {
    width: 100%;
    height: 70px;
}

.panel-header .top-nav-cont {
    display: flex;
    justify-content: space-between;
    /* height: 130px; */
}

.panel-header .top-nav-cont .header-left {
    display: none;
    padding: 22px 0;
    height: 130px;
    margin-right: 40px;
}

.panel-header .top-nav-cont .header-right {
    display: none;
}

.panel-header .logo {
    padding: 10px 15px;
}

.panel-header .logo img { 
    height: 50px; 
}

.panel-header .mobile-nav {
    width: 100%;
    height: 70px;
}

.panel-header .mobile-nav .navbar {
	display: flex;
	width: 100%;
    justify-content: space-between;
    height: 70px;
    border-bottom: 1px solid #e4e4e4;
}

.panel-header .mobile-nav .mobile-toggles {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.panel-header .mobile-nav .mobile-toggles .search-cont button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 15px;
    color: #242f44;
    font-family: urw-din, sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    border-left: 1px solid #e4e4e4;
}

.panel-header .mobile-nav .nav-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	padding: 15px;
    height: 100%;
    background-color: unset;
    color: #242f44;
    font-family: urw-din, sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    border-left: 1px solid #e4e4e4;
}
.panel-header .mobile-nav .mobile-toggles .search-cont button img,
.panel-header .mobile-nav .nav-toggle img {
    margin-bottom: 5px;
}

.panel-header .mobile-nav .nav-toggle img.close { display: none; }

.panel-header .mobile-nav.active .nav-toggle img.close { 
    display: block;     
    font-size: 22px;
    margin-bottom: 5px;
}

.panel-header .mobile-nav.active .nav-toggle img.open { display: none; }

.panel-header .mobile-nav .mobile-dd {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 10;
}

.panel-header .mobile-nav.active .mobile-dd { display: block;background: #fff; }

.panel-header .mobile-dd .mobile-dd-top {
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    margin: 0 15px;
    height: 44px;
}


.panel-header .mobile-dd .mobile-dd-top .weather-wrapper {margin-right: 0;}
.panel-header .mobile-dd .mobile-dd-top .googleTranslateDropdown {padding-right: 0; width: 66px;}
.panel-header .mobile-dd .mobile-dd-top .translate-inner > .fa-angle-down {right: 0;}

@media (min-width: 1200px){
    .panel-header {
        position: relative;
        background-color: #fff;
        color: #000;
    }

    .panel-header .inner {
        padding: 0 40px;
        height: 130px;
    }   

    .panel-header .top-nav-cont .header-left,
    .panel-header .contentRender_name_plugins_common_logo {
        display: flex;
        align-items: center;
    }
    
    .panel-header .logo {
        padding: 0
    }

    .panel-header .logo img { 
        height: 85px; 
    }

    .panel-header .top-nav-cont .header-right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        flex: 1;
    }

    .panel-header .top-nav-cont .header-right-top,
    .panel-header .top-nav-cont .header-right-bottom {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between
    }

    .panel-header .top-nav-cont .header-right-top {
        border-bottom: 1px solid #e4e4e4;
        height: 60px;
    }

    .panel-header .top-nav-cont .header-right-bottom {
        position: relative;
    }

    .panel-header .top-nav-cont .header-right-top .utilities {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
        border-left: 1px solid #e4e4e4;
        padding: 15px 20px;
    }

    .panel-header .top-nav-cont .mobile-nav {
        display: none;
    }
}

.panel-header .mobile-social-links {
    display: flex;
    justify-content: center;
    background-color: #242f44;
    padding: 10px;
    height: 90px;
}

.panel-header .mobile-social-links .social-network {
    width: 40px;
    height: 40px;
}

.panel-header .mobile-social-links .social-network a {
    font-size: 24px;
}
