﻿/**
@file
CSS for the header menu on the Ideal Org page headers.
*/

#outer_shell .menu-holder:hover .menu-label {
    opacity: 1;
}

#outer_shell .menu-holder:hover .menu-label,
#outer_shell .menu-label {
    padding-left: 30px;
    background: url(../images/arrow-up.png) 3px center no-repeat rgba(90, 122, 143, 0.8);
    -webkit-transition: border-color .2s cubic-bezier(0.19, 1, 0.22, 1), border-top-color .2s cubic-bezier(0.19, 1, 0.22, 1), width .2s cubic-bezier(0.19, 1, 0.22, 1);
       -moz-transition: border-color .2s cubic-bezier(0.19, 1, 0.22, 1), border-top-color .2s cubic-bezier(0.19, 1, 0.22, 1), width .2s cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition: border-color .2s cubic-bezier(0.19, 1, 0.22, 1), border-top-color .2s cubic-bezier(0.19, 1, 0.22, 1), width .2s cubic-bezier(0.19, 1, 0.22, 1);
         -o-transition: border-color .2s cubic-bezier(0.19, 1, 0.22, 1), border-top-color .2s cubic-bezier(0.19, 1, 0.22, 1), width .2s cubic-bezier(0.19, 1, 0.22, 1);
            transition: border-color .2s cubic-bezier(0.19, 1, 0.22, 1), border-top-color .2s cubic-bezier(0.19, 1, 0.22, 1), width .2s cubic-bezier(0.19, 1, 0.22, 1);
}

#outer_shell .menu-label {
    width: 85px;
}

#outer_shell .menu-holder:hover .menu-label {
    width: 200px;
    border-radius: 0 0 3px 3px;
    border-color: rgba(90, 122, 143, 0.8);
    border-top-color: rgb(153, 190, 215);
}

#outer_shell .menu-holder-after-8 {
    display: block !important;
    bottom: 35px !important;
}

#outer_shell .menu-holder .menu-bar-wrapper {
    height: 0;
    left: 0;
    bottom: 30px;
    background: rgba(103, 140, 165, 0.95);
    padding: 0;
    border-radius: 3px 3px 0 0;
}

#outer_shell .menu-label,
#outer_shell .default-left-nav {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#outer_shell .default-left-nav .left-header-sub {
    padding: 20px 15px 10px 19px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid rgb(153, 190, 215);
    font-family: 'Jost', Arial, _sans;
}

#outer_shell #shell .flyout > ul > li a,
#outer_shell #shell .flyout > ul > li {
    background: none;
}

#outer_shell .flyout > ul > li > a {
    border-bottom: 1px solid rgb(153, 190, 215);
}

#outer_shell #shell .flyout > ul > li:hover {
   background: rgba(73, 110, 135, 0.65);
}

#outer_shell .menu-holder:hover .menu-bar-wrapper {
    height: 198px;
    width: 200px;
}

.device-iphone #outer_shell .menu-holder:hover .menu-bar-wrapper {
    height: 98px;
}
.device-iphone #outer_shell .left-header-sub {
    display: none;
}
.device-iphone .menu-holder-after-8 .flyout-video {
    width: 100%;
}

#outer_shell .menu-holder:hover .menu-bar-wrapper {
    -webkit-transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1), width .2s cubic-bezier(0.19, 1, 0.22, 1), height .2s cubic-bezier(0.19, 1, 0.22, 1);
       -moz-transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1), width .2s cubic-bezier(0.19, 1, 0.22, 1), height .2s cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1), width .2s cubic-bezier(0.19, 1, 0.22, 1), height .2s cubic-bezier(0.19, 1, 0.22, 1);
         -o-transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1), width .2s cubic-bezier(0.19, 1, 0.22, 1), height .2s cubic-bezier(0.19, 1, 0.22, 1);
            transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1), width .2s cubic-bezier(0.19, 1, 0.22, 1), height .2s cubic-bezier(0.19, 1, 0.22, 1);
}

#outer_shell .menu-holder .menu-bar-wrapper {
    -webkit-transition: opacity .2s cubic-bezier(0.19, 1, 0.22, 1), width .5s cubic-bezier(0.19, 1, 0.22, 1), height .5s cubic-bezier(0.19, 1, 0.22, 1);
       -moz-transition: opacity .2s cubic-bezier(0.19, 1, 0.22, 1), width .5s cubic-bezier(0.19, 1, 0.22, 1), height .5s cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition: opacity .2s cubic-bezier(0.19, 1, 0.22, 1), width .5s cubic-bezier(0.19, 1, 0.22, 1), height .5s cubic-bezier(0.19, 1, 0.22, 1);
         -o-transition: opacity .2s cubic-bezier(0.19, 1, 0.22, 1), width .5s cubic-bezier(0.19, 1, 0.22, 1), height .5s cubic-bezier(0.19, 1, 0.22, 1);
            transition: opacity .2s cubic-bezier(0.19, 1, 0.22, 1), width .5s cubic-bezier(0.19, 1, 0.22, 1), height .5s cubic-bezier(0.19, 1, 0.22, 1);
}
