@import url(http://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width:100%;
  font-family: Raleway, sans-serif;
  color: #ffffff;
}
#cssmenu h4{background:#197ac4; color:#fff; text-transform:uppercase; padding:16px 12px; line-height:22px; margin:0px;}
#cssmenu ul li {}
#cssmenu ul li.head{color:#333; padding:12px 16px; background:#fff;}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
#cssmenu ul ul li span{font-size: 14px; font-weight: 600;}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #dcdbdb;
  background: #49505a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li > a:hover {
  color: #d8f3f0;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #333; border-bottom:1px solid #222;
  background: #ffffff;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul{border-bottom:1px solid #333;}
#cssmenu ul ul ul li{border-bottom:1px dotted #c5c2c2;}
#cssmenu ul ul ul li:last-child{border:0px;}
#cssmenu ul ul ul li a {border-bottom:0px;padding:8px 32px; text-transform:lowercase; font-size:13px; line-height: 16px;}
#cssmenu ul ul ul li a:first-letter{text-transform:uppercase;}
#cssmenu ul ul li a:hover {
  color: #197ac4;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #383737;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #383737;
}
h5.widget-pdf {background:#fff; background-image:url(../img/adobe.png); background-repeat:no-repeat; margin:0px; padding:8px 16px; font-weight:600; text-transform:capitalize;padding-left: 43px; line-height:16px;}
h5.widget-pdf a{ color:#333;}
h5.widget-pdf a span{ display:block; font-size:14px;}
button.MHM_download_pdf {background:#a70202; padding:3px 12px; margin-bottom:10px; color:#e4e3e3;
    font-weight:bold; font-size:15px;}