/*  Generated by www.menucool.com/drop-down-menu  */

/* main menu
----------------------------*/
#ddmenu{
    display:block;
    font-family: 'Signika';
    text-align:center;
    letter-spacing:normal;
}
#ddmenu ul{ 
    margin:0 auto; 
    padding:0;
    text-align:center;
    width:100%;
    font-size:0;
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:999999990; 
    max-width:1400px;
}
#ddmenu li{
    margin:0;
    padding:0;
    font-size:17px;
    display:inline-block;
    position:relative;
    color:#243a6f;
    line-height:46px; /* menu height */
    transition:background-color 0.2s;
    outline:none;
    margin-left: 15px;
}
#ddmenu li.full-width {
    position: static;
}
#ddmenu li.over{
    color:#f9a51c;
}
.top-heading2 a{
    color: #243a6f!important;
}
#ddmenu .top-heading{
    font-weight:300;
    white-space:nowrap;
    color:inherit;
    text-decoration:none;
    display:inline-block; 
    outline:0;
    cursor:pointer;
    color: #243a6f!important;
}
#ddmenu .top-heading a{
    color: #243a6f;
}

/* links of top-heading */
#ddmenu li a.active{
     color: #f9a51c!important;
}

#ddmenu li a:focus{
    outline:1px dotted #09F;
}

/* caret (arrow icon) */
#ddmenu i.caret{  
    color:inherit;
    width: 0;
    height: 0;
    vertical-align:middle;
    margin-bottom:2px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position:relative;
}  

/* sub-menu layout
----------------------------*/
#ddmenu .dropdown{
    width:auto;    
    left:0;    
    color:#000;   
    padding:0;
    margin:0;
    display:none;
    position:absolute;
    top:46px; /* exact below menu */
    /* border:1px solid rgba(255,255,255,0.35); */
    border-top:none;
    border-radius:2px;
  
    z-index: 999999999;
}
#ddmenu li.full-width .dropdown {
    width:100%;
    padding:0;
    margin:0;
    margin-left:-1px;
}
#ddmenu .offset300 {
    left:-300px;right:auto;
}
#ddmenu .right-aligned {
    left:auto;
    right:0;
}
#ddmenu li:hover .dropdown,
#ddmenu li:focus-within .dropdown {
    display:block;
}

#ddmenu .dd-inner {
    text-align:center;
    font-size:13px;
    line-height:1.35;
}

/* links in sub menu
----------------------------*/
#ddmenu .dropdown a{ 
    display:block;  /* fixed */
    color:#fff;
    line-height:28px;
    text-decoration:none;
    padding:5px 12px;
    font-size:14px;
    font-weight:300;
    white-space:nowrap;
}
#ddmenu .dropdown a:hover, 
#ddmenu .dropdown a:focus{
    text-decoration:underline;
    color:#fff;
}

/* blocks within the sub-menu */
#ddmenu div.gry{
    background: #243a6f;
}
#ddmenu div.gry a{
    color: #fff!important;
}
#ddmenu div.blu{
    background: #243a6f;
    height:210px;
}
#ddmenu div.blu a{
    color: #fff!important;
}
#ddmenu div.org{
    background: #f9a51c;
    height:210px;
}
#ddmenu div.org a{
    color: #fff!important;
}
#ddmenu h3.bl{
    color: #243a6f;
}
#ddmenu h3.or{
    color: #f9a51c;
}
.hgt{
    height:240px!important;
}
#ddmenu div.column{
    height:100%;
    text-align:left;
    vertical-align:top;
    display:inline-block;
    white-space:normal;
    min-width:215px;
    padding:0 10px 10px;
    border-right:2px solid #fff;
    margin-left: -3px;
}
#ddmenu div.dd-inner div:last-child{
    border-right:none;
}
#ddmenu div.column h3 {
    font-family: 'Signika';
    font-weight:500;
    line-height:1.1;
    margin-top:12px;
    margin-bottom:8px;
    font-size:18px;
    height:20px;
    text-transform:capitalize;
}
#ddmenu div.column h4 {
    padding-top:10px;
}

/* hide default responsive link */
#ddmenuLink {display:none;}

/* responsive menu icon */
#ddmenu div.menu-icon{
    display:none;
}


.no-underline
{
    text-decoration: none !important;
}