@import url('https://fonts.googleapis.com/css?family=Lato:400,700,700i');
@import url('https://fonts.googleapis.com/css?family=Catamaran');
/* Dropdown Button */
#menu-dropdown-filter
{
    text-transform:uppercase;
}
.dropbtn
{
    background-color: transparent;
    color: white;
    padding: 14.5px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus
    {
        color: #bbb;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown
{
    position: relative;
    display: inline-block;
    margin-left: -10px;
    margin-right: 3px;
    height: 50px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content
{
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a
    {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #e8e8e8;
        white-space: nowrap;
        cursor:pointer;
    }

    .dropdown-content a:hover
    {
        background-color: #fff;
        color: black;
    }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show
{
    display: block;
}

#menu-dropdown-user.dropdown-content
{
    right: 0;
}
.flex-75
{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
}

    #home-header-x
    {
        height: 50px;
        width: 100%;
        margin: 0 auto;
        color: white;
        background: #343c48;
        background: -moz-linear-gradient(left, #343c48 0%, #3c4755 40%, #3c4755 50%, #3c4755 60%, #343c48 100%);
        background: -webkit-linear-gradient(left, #343c48 0%,#3c4755 40%,#3c4755 50%,#3c4755 60%,#343c48 100%);
        background: linear-gradient(to right, #343c48 0%,#3c4755 40%,#3c4755 50%,#3c4755 60%,#343c48 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343c48', endColorstr='#343c48', GradientType=1 );
        padding-bottom: 5px;
        display: table;
    }
    #home-header-x div
    {
        display:table-cell;
        background:transparent;
        width: 33%;
    }

    #home-header-x ul
    {
        float: right;
        margin-top: 5px;
    }
    #home-header-x li a
    {
        color: #fff;
        font-size:12px;
        font-weight:300;
    }
    #home-header-x li a .fa
    {
        padding-right:2px;
    }    
    #home-header-x li a:after
    {
        content: '|';
        padding: 0 5px;
    }
    #home-header-x li:last-child a:after
    {
        content: '';
        padding-right: 10px;
    }

    #home-header-x a:hover
    {
        color: #949393;
    }

    #home-header-x li
    {
        float: left;
    }

.header-reference
{
    width: 120px;
    margin: 0 auto;
    padding-top: 7px;
    position: relative;
    z-index: 12;
    display: block;
}
.usp-menu-bar
{
    height: 35px;
    background-color: #f4f4f4;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.usp-menu-bar-container
{
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 10px;
}

.usp-menu-bar .usp-mobile li
{
    text-align: center;
}

.usp-menu-bar .bx-wrapper
{
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 0;
    height: 100%;
    display: none;
    width: 100%;
}

.usp-menu-bar .del-item
{
    border-right: 1px solid #d6d6d6;
    width: 33%;
}

.usp-menu-bar .del-item:last-child
{
    border-right: 0px;
}
.home-header-mobile
{
    display: none;
}

.home-header-mobile .home-header-top {
    background-color: #ebebeb;
    line-height: 0;
    background-size: 100% 10%;
    background-position: bottom;
    background-repeat: repeat-x;
}

.home-header-mobile
{
    height: 50px;
    padding: 0 10px;
    background-color: #333b47;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 5;
}


.home-header-mobile .menu-mobile a
{
    text-decoration: none;
    color: white;
}

#main-menu-container.sticky
{
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1;
}


.home-header-mobile input[placeholder] { text-overflow: ellipsis; }
.home-header-mobile ::-moz-placeholder { text-overflow: ellipsis; } /* firefox 19+ */
.home-header-mobile input:-moz-placeholder { text-overflow: ellipsis; }

.home-header-mobile .menu-items
{
    display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .header-reference img
    {
        height: 32px;
    }
}

@media screen and (max-width:767px)
{
    #home-header-x
    {
        display: none;
    }

    .usp-menu-bar-container
    {
        display: none;
    }

    .home-header-mobile
    {
        display: block;
    }
    .usp-menu-bar
    {
        margin-top:50px;
    }
    .usp-menu-bar .bx-wrapper
    {
        display: table;
    }
    .usp-menu-bar .bx-viewport
    {
        display: table-cell;
        vertical-align: middle;
    }
}

