/*************************************************************************
 *
 * ZERION SOFTWARE CONFIDENTIAL
 * __________________
 *
 *  Copyright (C) [2003] - [2015] Zerion Software, Inc.
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Zerion Software Incorporated.  The intellectual and technical
 * concepts contained herein are proprietary to Zerion Software Incorporated
 * and may be covered by U.S. and Foreign Patents, patents in process,
 * and are protected by trade secret or copyright law. Dissemination of this
 * information or reproduction of this material is strictly forbidden unless
 * prior written permission is obtained from Zerion Software Incorporated.
 */
 
#zws-header {
    height: 50px;
    overflow: hidden;
    background-color: #505050;
    font-weight: 500;
    font-size: 14px;
    color: #eaeaea;
    line-height: 1;
}
#zws-header #zws-logo {
    width: 32px;
    height: 32px;
    margin: 9px 10px
}
#zws-header .zws-button,
#zws-header .zws-divider {
    margin-right: 10px;
    margin-left: 10px
}
#zws-header #zws-button-wrapper {
	position: relative;
    top: -4px;
    display: inline-block;
    float: right
}
#zws-header .zws-email {
    line-height: 50px
}
#zws-header .zws-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle
}
#zws-header .zws-divider {
    position: relative;
    top: 5px;
    display: inline-block;
    border-right: 1px solid #eaeaea;
    height: 20px
}
#zws-header #zws-company-info {
	display: inline-block;
    vertical-align: middle;
}
#zws-header #zws-managing-company {
	position: relative;
    font-size: 10px;
    color: #b8da8e;
    top: 9px;
    text-align: center;
}
#zws-header #zws-company-name {
	position: relative;
    top: -7px;
}

#zws-navigation * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
#zws-navigation {
    background-color: #696865;
    font-size: 14px;
    font-weight: 500;
}
#zws-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table
}
div#zws-navigation li {
    cursor: pointer;
    position: relative;
    display: table-cell;
    float: left
}
div#zws-navigation a {
    position: relative;
    z-index: 599;
    color: #eaeaea;
    background: #696865;
    text-decoration: none;
    display: block;
    padding: 17px 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}
div#zws-navigation a i[class*=caret] {
    color: #3b536b;
    margin-left: .15em
}
div#zws-navigation a:hover {
    background: #505050
}
div#zws-navigation a:hover+.submenu {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible
}
div#zws-navigation .submenu {
    display: block;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 601;
    width: 250px;
    top: 100%;
    left: 0;
    background: #696865;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease
}
div#zws-navigation .submenu li>.submenu {
    top: 0;
    left: 100%
}
div#zws-navigation .submenu:hover {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible
}
div#zws-navigation .submenu li {
    float: none;
    display: block
}
div#zws-navigation .submenu a {
    width: 100%;
    display: block;
    font-weight: 300;
    padding: 16px 32px
}
div#zws-navigation .submenu a:hover {
    color: #eaeaea;
    background: #505050
}
div#zws-navigation.sc li:hover+.submenu {
    opacity: 1;
}
#zws-navigation ul.mainmenu > li.suboption > ul.submenu {
    border-top: 5px solid #505050;
}
#zws-navigation ul.submenu > li.suboption > ul.submenu {
    border-left: 5px solid #505050;
}
#zws-navigation li.suboption:after {
    z-index: 599;
    position: absolute;
    top: 23px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #eaeaea;
    content: ''
}
#zws-navigation li.suboption:before {
    z-index: 600;
    position: absolute;
    top: 20px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #eaeaea;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}
#zws-navigation li.suboption:hover:before {
    top: 24px;
    height: 0px;
}

.iform-header{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.zws_header{
    height: 60px !important;
}

.zws_header .header_width{
    width: 100% !important;
    padding: 0 15px;
}

.zws_header .header_width_container{
    position: absolute;
    display:flex;
    justify-content: center;
    align-items: center;
}


.zws_header a .padLeft{
    padding: 0px !important;
    margin: 0px !important;
}

.zerion-menu {
    width: 40px;
    margin-right: 15px;
    text-align: left;
}

.zerion-menu .zerion-menu-content{
    top: 12px;
}