/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .yamm-content {
    padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.dropdown-submenu{
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items:stretch;
    min-height: 200px;
    min-width: 200px;
    float: left;
    /*border-right: 1px solid #ddd;*/
}
.dropdown-submenu .dropdown-submenu{
    min-height: 0;
}
.dropdown-submenu:last-child{
    border-right: none;
}

.dropdown-menu > li.dropdown-submenu > a{
    font-weight: 900;
}
.dropdown-menu > li.dropdown-submenu > ul > li.dropdown-submenu > ul{
    /*list-style: circle;*/
    /*padding-left: 7px;*/
}

.dropdown-submenu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    /*padding-left: 3px;*/
}

.dropdown-submenu > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
}

.dropdown-submenu > ul > li > a:hover, .dropdown-submenu > ul > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: rgba(1, 138, 212, 0.5);
}
.dropdown-menu{
    padding-top: 0;
}
.dropdown-menu a:first-letter{
    text-transform: uppercase;
}
.dropdown-menu .dropdown-header{
    /*border-right: 1px solid #ddd;*/
    /*padding:0;*/
    flex-grow: 1;
    white-space: normal;
    width: 33%;
    /*min-height: 200px;*/
}
.dropdown-menu .dropdown-header:nth-child(even){
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.dropdown-menu .dropdown-header a.link-disabled{
    margin-bottom: 10px;
    /*background: #e7e7e7;*/
    color: #017aba;
    /*text-align: center;*/
    font-size: 18px;
    font-weight: 700;
}
.dropdown-menu .dropdown-header a.link-disabled:hover{
    background: #fff;
    cursor: default;
}
.dropdown-menu .dropdown-header a:not([class='link-disabled']){
    /*text-decoration: underline;*/
    font-size: 14px;
}
.dropdown-menu .dropdown-header ul a.link-disabled{
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 10px;
}
.dropdown-menu .dropdown-header .dropdown-header ul{
    list-style: none;
}


.dropdown-menu .dropdown-header .dropdown-header{
    width: auto;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 0;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: normal;
}
@media (max-width: 767px){
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
         padding: 0;
    }
    .dropdown-header{
        padding: 0;
    }
}
