/* v_01 */

/* common css at top font importing */
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);


/* may be required during preview OR pick from main sight 
body {
    padding: 0;
    margin:0;
    background-color: #ddd;
}
*/
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
/*default values - effect not seen - not understood */
.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
/*removes link style of unordered list - with other functions not understood 
appears to give default values to ul and li */
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
/*Right aligned menu not used in MyPortal presently */
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
/* controls elements within li - not used MyPortal presently*/
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
/* keep submenus hidden by default in desktop as well as responsive menu */
.sm ul{display:none;}
/*positioning of submenu and arrow disturbed in desktop as well as responsive menu */
.sm li,.sm a{position:relative;}
/*shows full height of main enu - to check*/
.sm a{display:block;}
/*function not understood*/
.sm a.disabled{cursor:default;}
/*makes menu background full - to check */
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
/*function not understood*/
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
/*COMMON MANDATORY CORE CSS PLACED FROM SEPARATE FILE  */

/*MANDATORY UPTO HERE*/


@media (min-width: 768px) {
  /* Switch to desktop layout-*/
    /* desktop menu default background */
    
    #main-menuH {display:block;}
    #main-menuR {display: none;}  
    

    
/* start... (it's not recommended editing these rules) */
    /*    if removed - menu background expands downwards with submenu
    - required to decide relative positions of subsequent submenus */
  .sm-blue ul {
    position: absolute;
    width: 12em;
  }

  .sm-blue ul a {

    width: 14em;
  }
    
/*    positioning  menu in horizontal desktop bar */
  .sm-blue li {
    float: left;
  }

/*  right to left menu not used  */

/*   Show full length items of submenu of desktop - rtl and vertical design removed*/
  .sm-blue ul li {
    float: none;
  }

/*    to check */
  .sm-blue a {
    white-space: nowrap;
  }

/*     to check */
  .sm-blue ul a, .sm-blue.sm-vertical a {
    white-space: normal;
    }

    /*     to check */
  .sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

/* ...end */.sm-blue {
 background: transparent;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);      
  }.sm-blue > li:first-child > a, 
  .sm-blue > li:first-child > :not(ul) a {
    border-radius: 0px 0px 0 0px;
  }

.sm-blue > li:last-child > a, .sm-blue > li:last-child > :not(ul) a {
    border-radius: 0 0px 0px 0 !important;
  }

  .sm-blue > li {
    border-left: 0px solid #2b82ac;
  }

  .sm-blue > li:first-child {
    border-left: 0;
  }.sm-blue a {
    padding: 20px 24px; 
    background: transparent;
    border-radius: 0px 0px 0px 0px;
    font-family: Verdana !important;
    color: #000;    
    font-size: .8em; 
    font-weight: normal;
    line-height: 15px;  
    text-decoration: none;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.2);
  }
.sm-blue a:after {
    content: '';

    width: 90%;
    left: 10%;
    position: absolute;
    bottom: 15px;

    border-width: 0 0 2px;
    border-style: solid;
    border-color: #012a87;
}.sm-blue a:hover {    
   background: #084e90;
   border-radius: 0px;
   font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
   color: #fff;
   font-size: .8em;   
   font-weight: normal;
   line-height: 15px;  
   text-decoration: none;
   text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);  
}.sm-blue a .sub-arrow {
    position: absolute;
    top: auto;
    margin-top: 0;
    bottom: 0px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #ff0000 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
    
 .sm-blue a .sub-arrow::before {
    display: none;
  }.sm-blue ul {
  border: 1px solid #a8a8a8;
  padding: 7px 0;     
  background: #fff;   
  border-radius: 0 0 4px 4px !important;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);   
}

.sm-blue ul li {
  border: 0;
}.sm-blue ul a {
  border: 0 !important;
width: 220px;
  padding: 15px 20px;
  margin:0px; 
  background: #fff;
  color: #2b82ac; 
  text-decoration: none;    
  border-radius: 0 !important;
}

.sm-blue ul a:after {
    content: '';

    width: 0%;
    left: 15%;
    position: absolute;
    bottom: 15px;

    border-width: 0 0 0px;
    border-style: none;

}Desktop Submenu Background & Font on Hover
.sm-blue ul a:hover {
  background: #3092c0;
  color: #fff;
}


.sm-blue a .sub-arrow.sm-blue ul a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
}
}/* 11 - mobile menu starts here */
@media (max-width: 768px) {

    #main-menuR {display: block;}    
    #main-menuH {display: none;}.sm-blue a {
  padding: 10px 200px; 
  padding-right: 58px; 
  text-decoration: none;
 background-color: #fff;
  color: #fff;
  font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0em;    
  font-weight: bold;
  line-height: 25px; 
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}.sm-blue a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 15px;
  width: 45px;
  height: 45px;
  overflow: hidden;
  font: normal 50px/25px monospace;
  text-align: center;
color: black;
  text-shadow: none;
  background: transparent`;
  border-radius: 4px;
}

.sm-blue a .sub-arrow::before { content: '\2261'; }
.sm-blue a.highlighted .sub-arrow::before {content: 'X'; font: bold 24px  monospace !important;}

.sm-blue ul a .sub-arrow::before { content: '+'; }
.sm-blue ul a.highlighted .sub-arrow::before {content: '-';}.sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
  border-radius: 0px 0px 0 0;
}

.sm-blue > li:last-child > a {
  border-radius: 0 0 0px 0px;
}.sm-blue ul { 
    background: #dcdcdc; 
}.sm-blue ul ul {
  background: #dcdcdc;  
}

.sm-blue ul ul a {
  border-left: 0px solid transparent;
  color: #000;
background: #dcdcdc;
}.sm-blue ul a {
  background: #fff;
  padding: 10px 20px; 
  color: #2b82ac;
  font-size: 1.2em; 
  text-shadow: none;
line-height: 23px;
  border-left: 8px solid transparent;   
}.sm-blue ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-blue ul li:first-child {
  border-top: 0;
}


}
