@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Base Styles */
#accordion2,
#accordion2 ul,
#accordion2 li,
#accordion2 a {
  margin: 0;
  padding: 0;
  border: 0;
  background-color:#f5f5f5;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
 
}
#accordion2 {
  width: 250px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-top-radius:px;
  width:330px;
}
#accordion2 a {
  line-height: 1.3;
  border-bottom:#333333;
}
#accordion2 > ul > li:first-child {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 10px 10px 0 0;
}
#accordion2 > ul > li:first-child > a {
  padding: 15px 10px;
  background:FF0000;
  border: none;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 10px 10px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
#accordion2 > ul > li:first-child > a > span {
  padding: 0;
  font-size:25px;
 
}
#accordion2 > ul > li:first-child:hover {
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
}
#accordion2 > ul > li {
  background: #e94f31;
  background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
  background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
  background: linear-gradient(#e94f31 0%, #d13516 100%);
}
#accordion2 > ul > li:hover {
  background: #e84323;
  background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
  background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
  background: linear-gradient(#e84323 0%, #c33115 100%);
  color:#ffffff;
}
#accordion2 > ul > li > a {
  font-size: 14px;
  display: block;
  background:#ff531a;
  color: #ffffff;
  border-top: none;
  width:329px;
  height:70px;
}
#accordion2 > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
      background:#ff531a;

}
#accordion2 > ul > li > a > span:hover {
 color:#ffffff;
 }
#accordion2 > ul > li > a:hover {
  text-decoration: none;
    background:#ff531a;
  color:#ffffff;
  }
#accordion2 > ul > li.active {
  border-bottom: none;
  margin-top:30px;
}
#accordion2 > ul > li.has-sub > a span {
  background: url(../images/icon-plus.png) 90% center no-repeat;
}
#accordion2 > ul > li.has-sub.active > a span {
  background: url(../images/icon-minus.png) 90% center no-repeat;
}
/* Sub menu */
#accordion2 ul ul {
  display: none;
  background: #fff;
  
}
#accordion2 ul ul li {
  padding: 0;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#accordion2 ul ul li:last-child {
  border-bottom: none;
}
#accordion2 ul ul a {
  background:#f5f5f5; border-bottom:1px solid #ddd; color:#fff;
  padding: 10px 10px 10px 25px;
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
}
#accordion2 ul ul a:before {
  position: absolute;
  left: 10px;
  color: #e94f31;
  border-right: 1px solid #333;
}
#accordion2 ul ul a:hover {
  color: #ff8000;
}
.job-category
{
  margin-top:30px;
}
a.active_page {
    color:red;
}

li.parent ul {
    display: block;
}
