/* cmsms stylesheet: menu_main modified: 07/10/19 11:48:12 */
nav.menu-two-o>div.drop-children-1>div.drop-depth-2 ul li.has-dropdown:after,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-depth-3 ul li.has-dropdown:after,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3>div.drop-depth-4 ul li.has-dropdown:after {
    font-family: 'SSAir';
    content: '\25BB';
    font-size: 0.625rem;
    color: #474747;
    position: absolute;
    right: 0.3125rem;
    top: 0.125rem;
}

nav.menu-two-o>div.drop-children-1>div.drop-depth-2 ul li.has-dropdown.active,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-depth-3 ul li.has-dropdown.active,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3>div.drop-depth-4 ul li.has-dropdown.active {
    color: #00a9e0;
}

nav.menu-two-o>div.drop-children-1>div.drop-depth-2 ul li.has-dropdown.active:before,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-depth-3 ul li.has-dropdown.active:before,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3>div.drop-depth-4 ul li.has-dropdown.active:before {
    font-family: 'SSAir';
    content: '\25BB';
    font-size: 0.625rem;
    color: transparent;
    position: absolute;
    right: 0;
    top: 0.0625rem;
    width: 1.3125rem;
    height: 1.375rem;
    background-color: #00a9e0;
    border-radius: 50%;
}

nav.menu-two-o>div.drop-children-1>div.drop-depth-2 ul li.has-dropdown.active:after,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-depth-3 ul li.has-dropdown.active:after,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3>div.drop-depth-4 ul li.has-dropdown.active:after {
    font-family: 'SSAir';
    content: '\25BB';
    font-size: 0.625rem;
    color: #fff;
    position: absolute;
    right: 0.3125rem;
    top: 0.125rem;
}

body.logged-in section.block-menu-menu-viavi-main-menu {
    position: inherit;
}

nav.menu-two-o>div.drop-depth-1 {
    margin-right: 0.6875rem;
}

nav.menu-two-o>div.drop-depth-1 ul {
    background-color: transparent;
    margin: 0;
}

nav.menu-two-o>div.drop-depth-1 ul li {
    float: left;
}

nav.menu-two-o>div.drop-depth-1 ul li label {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    color: #500778;
    margin: 0;
    padding-top: 2rem;
    margin-right: 1.5625rem;
    padding-bottom: 1.625rem;
    border-bottom: 0.1875rem solid transparent;
    cursor: default;
}

nav.menu-two-o>div.drop-depth-1 ul li label a {
    color: #500778;
}

nav.menu-two-o>div.drop-depth-1 ul li label.active {
    cursor: pointer;
    text-decoration: none;
    color: #00a9e0;
    border-bottom-color: #00a9e0;
    padding-top: 2.625rem;
    padding-bottom: 1rem;
    transition-property: padding;
    transition-duration: 100ms;
}

nav.menu-two-o>div.drop-depth-1 ul li label.active a {
    color: #00a9e0;
    text-decoration: none;
}

nav.menu-two-o>div.drop-depth-1 ul li:last-child label,
nav.menu-two-o>div.drop-depth-1 ul li:last-child a {
    margin-right: 0;
}

nav.menu-two-o>div.drop-depth-1 ul::before,
nav.menu-two-o>div.drop-depth-1 ul::after {
    display: table;
    content: ' ';
}

nav.menu-two-o>div.drop-depth-1 ul::after {
    clear: both;
}

nav.menu-two-o>div.drop-children-1 {
    display: none;
    position: absolute;
    overflow: hidden;
    max-height: 20rem;
    background-color: #f2f2f2;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

nav.menu-two-o>div.drop-children-1.active {
    display: block;
    box-shadow: 0 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.25);
}

nav.menu-two-o>div.drop-children-1.data-depth-3 {
    width: 100%;
    left: 0;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

nav.menu-two-o>div.drop-children-1.data-depth-3::before,
nav.menu-two-o>div.drop-children-1.data-depth-3::after {
    display: table;
    content: ' ';
}

nav.menu-two-o>div.drop-children-1.data-depth-3::after {
    clear: both;
}

nav.menu-two-o>div.drop-children-1.data-depth-3>div.drop-depth-2 {
    width: 23%;
    float: left;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

nav.menu-two-o>div.drop-children-1.data-depth-3>div.drop-depth-2:last-child:not(:first-child) {
    float: right;
}

nav.menu-two-o>div.drop-children-1.data-depth-3>div.drop-children-2>div.drop-depth-3 {
    width: 27%;
    float: left;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

nav.menu-two-o>div.drop-children-1.data-depth-3>div.drop-children-2>div.drop-children-3>div.drop-depth-4 {
    float: left;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

nav.menu-two-o>div.drop-children-1.data-depth-3>div.drop-children-2>div.drop-children-3>div.drop-children-4>div.drop-depth-5 {
    float: left;
    padding-left: 1.875rem;
}

nav.menu-two-o>div.drop-children-1.data-depth-3>div.drop-children-2>div.drop-children-3>div.drop-depth-4:last-child:not(:first-child) {
    float: right;
}

nav.menu-two-o>div.drop-children-1.data-depth-3>div.drop-children-2>div.drop-children-3>div.drop-depth-4.six-plus {
    width: 50%;
    float: left;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

nav.menu-two-o>div.drop-children-1.data-depth-3>div.drop-children-2>div.drop-depth-3.six-plus:last-child:not(:first-child) {
    float: right;
}

nav.menu-two-o>div.drop-children-1.data-depth-3>div.drop-children-2>div.drop-depth-3.six-plus ul {
    -moz-columns: 2;
    columns: 2;
}

nav.menu-two-o>div.drop-children-1.data-depth-3>div.drop-children-2>div.drop-children-3>div.drop-depth-4 {
    min-width: 25%;
    float: left;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

nav.menu-two-o>div.drop-children-1.data-depth-3>div.drop-children-2>div.drop-children-3>div.drop-depth-4>div.drop-depth-5 {
    width: 25%;
    float: left;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

nav.menu-two-o>div.drop-children-1.data-depth-3>div.drop-children-2>div.drop-children-3>div.drop-depth-4:last-child:not(:first-child) {
    float: right;
}

nav.menu-two-o>div.drop-children-1.data-depth-3>div.drop-children-2>div.drop-children-3>div.drop-depth-4:last-child:not(:first-child) {
    float: left;
}

nav.menu-two-o>div.drop-children-1.data-depth-3>div.drop-children-2>div.drop-children-3>div.drop-depth-4.six-plus ul {
    -moz-columns: 2;
    columns: 2;
}

nav.menu-two-o>div.drop-children-1.data-depth-2 {
    min-width: 50%;
    right: 0;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

nav.menu-two-o>div.drop-children-1.data-depth-2::before,
nav.menu-two-o>div.drop-children-1.data-depth-2::after {
    display: table;
    content: ' ';
}

nav.menu-two-o>div.drop-children-1.data-depth-2::after {
    clear: both;
}

nav.menu-two-o>div.drop-children-1.data-depth-2>div.drop-depth-2 {
    width: 50%;
    float: left;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

nav.menu-two-o>div.drop-children-1.data-depth-2>div.drop-depth-2:last-child:not(:first-child) {
    float: right;
}

nav.menu-two-o>div.drop-children-1.data-depth-2>div.drop-children-2>div.drop-depth-3 {
    width: 50%;
    float: left;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

nav.menu-two-o>div.drop-children-1.data-depth-2>div.drop-children-2>div.drop-depth-3:last-child:not(:first-child) {
    float: right;
}

nav.menu-two-o>div.drop-children-1.data-depth-1 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

nav.menu-two-o>div.drop-children-1 ul {
    margin: 0;
    background-color: transparent;
}

nav.menu-two-o>div.drop-children-1 ul li {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4rem;
    margin-top: .4rem;
    cursor: pointer;
}

nav.menu-two-o>div.drop-children-1 ul li:first-child {
    margin-top: 0;
}

nav.menu-two-o>div.drop-children-1 ul li a {
    font-size: 1rem;
    font-weight: 300;
    color: #474747;
    word-wrap: break-word;
}

nav.menu-two-o>div.drop-children-1 ul li a:hover {
    color: #00a9e0;
    text-decoration: none;
    transition-property: color;
    transition-duration: 150ms;
}

nav.menu-two-o>div.drop-children-1 ul li label {
    font-size: 1rem;
    font-weight: 300;
    color: #474747;
    line-height: 1.4rem;
    margin-top: .4rem;
}

nav.menu-two-o>div.drop-children-1 ul li label:first-child {
    margin-top: 0;
}

nav.menu-two-o>div.drop-children-1 ul li.active a {
    color: #00a9e0;
}

nav.menu-two-o>div.drop-children-1 ul li.active label {
    color: #00a9e0;
}

nav.menu-two-o>div.drop-children-1.data-depth-1 ul li {
    font-size: .9375rem;
}

.data-depth-1 ul li {
    right: 0 !important;
    left: auto !important;
}

nav.menu-two-o>div.drop-children-1.data-depth-2 div.drop-depth-3 ul li {
    font-size: .9375rem;
}

nav.menu-two-o>div.drop-children-1.data-depth-3 div.drop-depth-4 ul li {
    font-size: .9375rem;
}

nav.menu-two-o>div.drop-children-1>div.drop-depth-2 {
    display: none;
}

nav.menu-two-o>div.drop-children-1>div.drop-depth-2 ul li.has-dropdown {
    position: relative;
}

nav.menu-two-o>div.drop-children-1>div.drop-depth-2.active {
    display: block;
}

nav.menu-two-o>div.drop-children-1>div.drop-children-2 {
    display: none;
}

nav.menu-two-o>div.drop-children-1>div.drop-children-2.active {
    display: block;
}

nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-depth-3,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3>div.drop-depth-4,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3>div.drop-children-4>div.drop-depth-5 {
    display: none;
    border-left: 0.0625rem solid #c6c6c6;
}

nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-depth-3 ul li.has-dropdown,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3>div.drop-depth-4 ul li.has-dropdown {
    position: relative;
}

nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-depth-3.active,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3>div.drop-depth-4.accordion-title:before {
    display: block;
}

nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3>div.drop-children-4 {
    display: none;
}

nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3.active,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3>div.drop-children-4.active {
    display: block;
}

nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3>div.drop-depth-4.active,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3>div.drop-children-4>div.drop-depth-5.active {
    display: block;
}

nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3>div.drop-children-4,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3>div.drop-children-4>div.drop-children-5 {
    display: none;
}

nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3>div.drop-children-4.active,
nav.menu-two-o>div.drop-children-1>div.drop-children-2>div.drop-children-3>div.drop-children-4>div.drop-children-5.active {
    display: block;
}

nav.menu-two-o>div.drop-children-1::before,
nav.menu-two-o>div.drop-children-1::after {
    display: table;
    content: ' ';
}

nav.menu-two-o>div.drop-children-1::after {
    clear: both;
}

@media screen and (max-width:63.9375em) {
    nav.menu-two-o {
        display: none;
    }
}

.block-hvl-custom-mobile-menu .left-off-canvas-menu ul.level-0>li {
    padding-top: 0;
}

.block-hvl-custom-mobile-menu .left-off-canvas-menu ul.level-0>li>a {
    text-transform: uppercase;
}

.osp nav.menu-two-o>div.drop-depth-1 ul {
    background-color: transparent;
    margin: 0;
}

.osp nav.menu-two-o>div.drop-depth-1 ul li {
    color: #fff;
}

.osp nav.menu-two-o>div.drop-depth-1 ul li label {
    color: #fff;
}

.osp nav.menu-two-o>div.drop-depth-1 ul li label.active {
    cursor: pointer;
    text-decoration: none;
    color: #00a9e0;
    border-bottom-color: #00a9e0;
    padding-top: 2.625rem;
    padding-bottom: 1rem;
    transition-property: padding;
    transition-duration: 100ms;
}

.osp nav.menu-two-o>div.drop-depth-1 ul li a {
    color: #fff;
}

.osp nav.menu-two-o>div.drop-depth-1 ul li a.active {
    color: #00a9e0;
    text-decoration: none;
}
