

.lright{
    position: absolute;
    right: 0px;
    bottom: 0rem;
}
h1.red{
   color: #1EAEDB;
}
section .left-nav .selected{

  color: #1EAEDB;
}
section .left-nav ul li.subNav.open > a{
  color: #1EAEDB;
}
.searchbox_btn_right{
  background-color: #1EAEDB;
}
section .left-nav ul li.subNav::before{
      color: #1EAEDB;

}
.strong{
  font-weight: bold;
}
.red {
    color: #1EAEDB;
}
.black{
  color: #666666;
}
section .left-nav ul li::before{
  color: #1EAEDB;
}
section.seperator {
   background: url('/newcommunity/static/images/icon/color-bar.png');
   background-position: center;
}
.btmli{
	list-style: disc;
	margin: 0 20px 0 25px;
	padding: 0;
   color:  #666666;
}

.btmlinoright{
  margin: 0 5px 0 26px;
    list-style-type: none;
    width: auto;
    padding: 0;
}
.black a{
  color:  #666666;
}
.list_txt a{
  color:  #666666;
  line-height:30px;
}
.btmlinoright{
	list-style: disc;
/*	margin: 0 20px 0 25px;
	padding: 0;*/
	color:  #666666;
}
.tab-nav a {
    color:  #666666;
}
section.seperator:before{
	background: none;
border-top: none;
border-right: none;
}
section.seperator:after{
	border-bottom: none;
}
.foldingNavigation .container .columns ul li:hover a {
    color: #fff;

  }
 .foldingNavigation {
     background: #41B6E6;
     background: -webkit-linear-gradient(top, #41B6E6 1%, #41B6E6 65%);
     background: -webkit-linear-gradient(top, #41B6E6 0,#41B6E6 67%, #41B6E6 96%, #41B6E6 99%);
     background: linear-gradient(to bottom, #41B6E6 0, #41B6E6 67%, #41B6E6 96%, #41B6E6 99%);
  /*  height: 0;
    overflow: hidden;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7) inset;*/
  }

  .foldingNavigation .container .columns.highlight>div {
    display: block;
    height: 300px;
    position: absolute;
    border-left: 1px solid rgba(0, 0, 0, .4);
    border-right: 1px solid rgba(0, 0, 0, .4);
    top: 0;
    margin-left: 0;
    padding-bottom: 20px;
    box-shadow: inset 0px 0px 30px -5px rgba(0, 0, 0, 0.73);
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0, #ffffff 100%);
     background: -webkit-linear-gradient(top,  #ffffff 0,#ffffff 100%);
    background: linear-gradient(to bottom,  #ffffff 0,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba9e1', endColorstr='#1172ba',GradientType=0 );
    width: 100%;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
  }
  .foldingNavigation .container {
    padding: 0;
    color: #555555;
  }

  header a:link:hover{
	color: #000;
}

header a:hover{
	color: #000;
}
  .foldingNavigation .container .columns ul li:hover a {
    color: #000;
  }

  .foldingNavigation .container .columns ul li.open a {
    color: #000;
    margin-bottom: 0;
  }
  
  .foldingNavigation .container .columns ul li.open ul li a:hover {
    color: #000;
  }
  .foldingNavigation .container .columns ul li.open ul li.open > a {
    color: #000;
  }
  .foldingNavigation .container .columns ul li.open ul li:not(.mbtm):hover::before {
    border-left-color:#000;
  }
  .foldingNavigation .container .columns ul li[data-hid]:not(.mbtm):hover::before {
    border-left-color: #000;
  }
  .foldingNavigation .container .columns ul li.open::before {
    border-left-color: #000 !important;
  }
