/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 10, style.scss */
.station-filter {
  border-bottom: 1px solid #929292;
  margin: 0 0 10px 0;
}
/* line 15, style.scss */
.station-filter .form-block label {
  color: #666666;
  font-size: 13px;
  line-height: 13px;
  padding-bottom: 5px\9;
}
/* line 21, style.scss */
.station-filter .form-block label.dropdown {
  margin-top: 0;
  width: 230px;
}
/* line 29, style.scss */
.station-filter a.default {
  float: left;
  font-size: 12px;
  margin: 5px 0 0 7px;
}
/* line 35, style.scss */
.station-filter a.stations {
  font-size: 13px;
}

/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
 * Created by: Level Five Solutions
 * Website: http://www.levelfivesolutions.com/
 *
 */
/*
	FILE PATHS
*/
/*
	COLORS
*/
/*
	FONTS
*/
/*
	GRADIENTS
*/
/**
.gradient-gray {
	@include filter-gradient( $gray, $gray-light );
	@include background-image(linear-gradient($gray 0%, $gray-light 100%));
}**/
/**
.gradient-horizontal-gray {
	@include filter-gradient( $gray, $gray-light, horizontal );
	@include background-image(linear-gradient(left, $gray 0%, tint($gray-light, 20%) 100%));
}**/
/* line 12, style.scss */
nav.utility > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
nav.utility > ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 18, style.scss */
nav.utility > ul > li {
  border-left: 2px solid #666666;
  border-right: 2px solid #666666;
  display: inline-block;
  font: 600 15px/18px "Open Sans", sans-serif;
  margin: 0 1px 20px;
  padding: 0 12px;
  position: relative;
}
/* line 28, style.scss */
nav.utility > ul > li:first-child {
  border-left: none;
}
/* line 29, style.scss */
nav.utility > ul > li.last-child {
  border-right: none;
}
/* line 31, style.scss */
nav.utility > ul > li > a {
  color: #666666;
  font: 400 13px/16px "Open Sans", sans-serif;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 38, style.scss */
nav.utility > ul > li > a:hover {
  color: #000;
  text-decoration: none;
}
/* line 45, style.scss */
nav.utility > ul > li > a.dropdown-trigger.active > .arrow.arrow-down {
  border-bottom: 6px solid #666666;
  border-top: none;
}
/* line 53, style.scss */
nav.utility > ul > li > ul.dropdown {
  display: none;
  position: absolute;
  right: 12px;
  top: 25px;
}

/* New */

nav.utility > ul > li:first-child {
  border-left: none;
}
/* line 29, style.scss */
nav.utility > ul > li.last-child {
  border-right: none;
}
/* line 31, style.scss */
nav.utility > ul > li > div.dropdown > a {
  color: #666666;
  font: 400 13px/16px "Open Sans", sans-serif;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 38, style.scss */
nav.utility > ul > li > div.dropdown > a:hover {
  color: #000;
  text-decoration: none;
}
/* line 45, style.scss */
/*nav.utility > ul > li > div.dropdown > a.dropdown-toggle > .arrow.arrow-down {
  border-bottom: 6px solid #666666;
  border-top: none;
}*/
/* line 53, style.scss */
nav.utility > ul > li > div.dropdown > div.dropdown-menu > ul.dropdown > li.dropdown-item:first-child {
  border-top:none;
  
}