﻿.header-push 
{
    height:9.05em;
}

.admin-header-push 
{
    height:5.85em;
}

.header-wrapper 
{
    position:fixed;
    top:0;
    width:100%;
}

.menu-panel 
{
    background-color:rgba(255,255,255,0.9);
    height:9.35em;
}

.admin-menu-panel 
{
    background-color:rgba(255,255,255,0.9);
    height:5.35em;
}

.td-header-logo 
{
    padding-top:1.5em;
    padding-left:4.5em;
}

.navbar-header-menu-wrapper 
{
    height:3em;
    right:2em;
    position:fixed;
}

/* remove the list style */
ul.navbar-header
{
    margin: 0;
    padding: 0;
    list-style: none;
}

/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
ul.navbar-header li.menu-item
{
    float: left;
    display: block;
    position: relative;
    color: gray;
    z-index: 500;
    height: 3.55em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-top:1em;
    padding-bottom:1em;
    background-repeat: repeat-x;
}   

/* this is the parent menu */
ul.navbar-header li.menu-item a.lbl-menu
{
    color: gray;
    font: 16px proxima-nova,sans-serif;
    display: inline-block;
    padding: 10px 5px 0 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 23px;
    text-decoration: none;
    text-align: left;
}

ul.navbar-header li.menu-item a:visited
{
    color: gray;
}

ul.navbar-header li.menu-item:hover a.lbl-menu
{
    color: #333333 !important;
}

/* you can make a different style for default selected value */
ul.navbar-header a.selected {
    color:#f00;
}
    
/* submenu, it's hidden by default */
ul.navbar-header ul.sub-menu
{
    position: absolute;
    left: 0;
    top: 5.5em;
    display: none;
    margin: 0 0 0 0;
    padding: 0em;
    list-style: none;
    background-color:white;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
        
ul.navbar-header ul.sub-menu li.sub-menu-item
{
    width: 200px;
    margin-bottom:0em;
    background-color:white;
    padding: 1em;
    cursor:pointer;
}

/* display block will make the link fill the whole area of LI */
ul.navbar-header ul.sub-menu a.lbl-sub-menu {
    font: 'roboto', Helvetica, Arial, sans-serif;
    font-size:12px;
    font-weight:600;
    text-transform:none;
    display:block;  
    text-decoration: none;
    color:#333333;
    font-weight:700;
    -webkit-text-size-adjust:100%;
}

ul.navbar-header ul.sub-menu li.sub-menu-item:hover
{
    background-color:#3f444b;
}
        
ul.navbar-header ul.sub-menu li.sub-menu-item:hover a
{
    color:white;
}

ul.navbar-header ul#useraccount-menu {
    right: 0em !important;
    left: initial !important;
}

ul.navbar-header .navbar-icon  
{
    background-color: transparent;
    background-repeat: no-repeat;
    background-size:contain;
    height: 2em;
    width: 2em;
    cursor: pointer;
    display: inline-block;
    margin-left:0.5em;
    margin-top:0em;
    margin-right:0.2em;
    vertical-align:bottom;
}

.navbar-icon.navbar-user 
{
    background-image: url('../images/icons/user.png');
}

/* Sidebar */
.sidebar-menu-mobile-wrapper 
{
    background-color:rgba(0,0,0,0.3);
    position:fixed;
    top:0em;
    width:100%;
    height:100%;
    transition: all .5s;
    display:none;
}

.sidebar-menu-mobile-wrapper.open 
{
    display:block;
}

.sidebar-menu-mobile 
{
    background-color:#45413b;
    width:0em;
    right:0em;
    position:absolute;
    height:100%;
    padding-top:4em;
    transition:all;
}

.sidebar-menu-mobile-wrapper.open .sidebar-menu-mobile 
{
    width:26em;
    transition-delay: .5s;
}

.sidebar-menu-mobile ul.sidebar-menu
{
    padding:0;
    list-style:none;
}

.sidebar-menu-mobile ul.sidebar-menu a
{
    color:white;
    text-decoration:none;
    font-family:'roboto', Helvetica, Arial, sans-serif;
    font-size:1.2em;
}

.sidebar-menu-mobile li.sidemenu-item
{
    padding-top:0.5em;
    padding-bottom:0.5em;
}

.sidebar-menu-mobile .lbl-menu 
{
    padding-left:2.5em;
    line-height:2.5em;
}

.sidebar-menu-mobile .sub-menu
{
    padding-left:0;
}

.sidebar-menu .sub-menu-item
{
    margin:0;
    list-style:none;
    padding-left:5em;
    padding-top:0.5em;
    padding-bottom:0.5em;
    font-size:0.7em;
    font-weight:600;
}

.sidebar-menu-mobile ul.sidebar-menu li.sub-menu-item:hover a
{
    color:#ec8d30;
}

/* Social media header */
.navbar-social-link 
{
    text-align:right;
    margin-right:5em;
    margin-top:1em;
}

.usw-subscribe-btn 
{
    color:white;
    
    border-radius:5px;
    width:10em;
    height:2.5em;
    
    text-align:center;
    display:inline-block;
    margin-left:1em;
    cursor:pointer;
    transition:0.4s;
}

.usw-subscribe-lbl 
{
    color:white;
    text-decoration:none;
    font-size:1em;
    font-weight:700;
    line-height:2.5em;
}

.subsbtn-blue 
{
    background-color:#282e78;
    border:1px solid #282e78;
}

.subsbtn-blue:hover .usw-subscribe-lbl
{
    color:#282e78;
}

.subsbtn-blue:hover
{
    background-color:white;
    color:#282e78;
    border:1px solid #282e78;
}

.subsbtn-red 
{
    background-color:#96050a;
    border:1px solid #96050a;
}

.subsbtn-red:hover .usw-subscribe-lbl
{
    color:#96050a;
}

.subsbtn-red:hover
{
    background-color:white;
    color:#96050a;
    border:1px solid #96050a;
}

/*Toggle for List and Close*/
.divListToggle 
{
    position:relative;
    width:25px;
    height:20px;
    cursor:pointer;
    display:none;
    z-index:999;
}

.spnListToggleLine
{
    display:block;
    position:absolute;
    height:3px;
    width:100%;
    border-radius:9px;
    opacity:1;
    left:0;
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    background-color:#969696 !important;
}

.spnToggleLine1
{
    top:0;
}

.spnToggleCross1 {
    top: 11px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color:black !important;
}

.spnToggleLine2
{
    top:8px;
}

.spnToggleCross2
{
    opacity: 0;
}

.spnToggleLine3
{
    top:16px;
}

.spnToggleCross3
{
    top: 11px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color:black !important;
}
/*************************************************/

/*for tablets*/
@media screen and (max-width:1279px) {
    
}

@media screen and (max-width:959px) {
    .navbar-header-menu-wrapper 
    {
        text-align:right;
        padding-top:2em;
        padding-right:2em;
    }

    .navbar-header-menu 
    {
        display:none;
    }

    .divListToggle 
    {
        display:inline-block;
    }
}

@media screen and (max-width:800px) {
    
}

@media screen and (max-width:750px) {
    .navbar-social-link 
    {
        display:none;
    }
}

@media screen and (max-width:700px) {
    
}

/*for phones*/
@media screen and (max-width:640px) {
    
}

@media screen and (max-width:600px) {
    .td-header-logo 
    {
        padding-top:2.8em;
        padding-left:2em;
    }
}

@media screen and (max-width:500px) {
    
}

/*smallest screen for phones*/
@media screen and (max-width:420px) {
    
}

/*smallest screen for phones*/
@media screen and (max-width:320px) {
    
}