@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400);
/**
 * @file
 * Tabs Styling
 *
 * Adds styles for the primary and secondary tabs.
 *
 * Compare this with default CSS found in the system module's stylesheet (a copy
 * of which is in drupal7-reference.css.)
 */
/*
 * Basic positioning styles shared by primary and secondary tabs.
 */
/* line 24, ../sass/tabs.scss */
ul.primary,
ul.secondary {
  overflow: hidden;
  list-style: none;
  white-space: nowrap;
}
/* line 29, ../sass/tabs.scss */
ul.primary li,
ul.secondary li {
  float: left;
  /* LTR */
}

/*
 * Primary tabs
 */
/* line 39, ../sass/tabs.scss */
ul.primary {
  margin: 10px 0 20px 0;
  padding: 1em 1em 0 0;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
/* line 65, ../sass/_custom.scss */
ul.primary a {
  font-family: "Open Sans Condensed", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 1.1em;
  color: #999999;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(50%, #ececec), color-stop(100%, #f8f8f8));
  background-image: -webkit-linear-gradient(#f8f8f8, #ececec, #f8f8f8);
  background-image: -moz-linear-gradient(#f8f8f8, #ececec, #f8f8f8);
  background-image: -o-linear-gradient(#f8f8f8, #ececec, #f8f8f8);
  background-image: linear-gradient(#f8f8f8, #ececec, #f8f8f8);
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  border: 1px solid #c6c6c6;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 13px;
  margin-right: -1px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .05em;
}
/* line 80, ../sass/_custom.scss */
ul.primary li.active a, ul.primary a.active {
  background: white;
  border-bottom: none;
}
/* line 86, ../sass/_custom.scss */
ul.primary a:link,
ul.primary a:visited {
  display: block;
}
/* line 90, ../sass/_custom.scss */
ul.primary a:hover,
ul.primary a:focus {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(50%, #f1f1f1), color-stop(100%, #fdfdfd));
  background-image: -webkit-linear-gradient(#fdfdfd, #f1f1f1, #fdfdfd);
  background-image: -moz-linear-gradient(#fdfdfd, #f1f1f1, #fdfdfd);
  background-image: -o-linear-gradient(#fdfdfd, #f1f1f1, #fdfdfd);
  background-image: linear-gradient(#fdfdfd, #f1f1f1, #fdfdfd);
  color: #0088cc;
}

/*
 * Secondary tabs
 */
/* line 50, ../sass/tabs.scss */
ul.secondary {
  margin-top: 1em;
  margin-bottom: 50px;
  padding-bottom: 1em;
  width: 99.5%;
  margin-left: 0;
  padding: 0;
}
/* line 59, ../sass/tabs.scss */
ul.secondary li.active a {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(50%, #ececec), color-stop(100%, #f8f8f8));
  background-image: -webkit-linear-gradient(#f8f8f8, #ececec, #f8f8f8);
  background-image: -moz-linear-gradient(#f8f8f8, #ececec, #f8f8f8);
  background-image: -o-linear-gradient(#f8f8f8, #ececec, #f8f8f8);
  background-image: linear-gradient(#f8f8f8, #ececec, #f8f8f8);
  color: #444;
}
/* line 63, ../sass/tabs.scss */
ul.secondary li.active a:hover {
  color: #444444;
}
/* line 68, ../sass/tabs.scss */
ul.secondary a {
  font-family: "Open Sans Condensed", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(50%, #ececec), color-stop(100%, #f8f8f8));
  background-image: -webkit-linear-gradient(#f8f8f8, #ececec, #f8f8f8);
  background-image: -moz-linear-gradient(#f8f8f8, #ececec, #f8f8f8);
  background-image: -o-linear-gradient(#f8f8f8, #ececec, #f8f8f8);
  background-image: linear-gradient(#f8f8f8, #ececec, #f8f8f8);
  padding: 0 8px;
  border: 1px solid #c6c6c6;
  font-size: 1em;
  color: #0088cc;
  text-transform: lowercase;
  font-weight: bold;
  letter-spacing: .05em;
  display: block;
  margin-left: 5px;
}
/* line 82, ../sass/tabs.scss */
ul.secondary a:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(50%, #eeeeee), color-stop(100%, #fefefe));
  background-image: -webkit-linear-gradient(#f8f8f8, #eeeeee, #fefefe);
  background-image: -moz-linear-gradient(#f8f8f8, #eeeeee, #fefefe);
  background-image: -o-linear-gradient(#f8f8f8, #eeeeee, #fefefe);
  background-image: linear-gradient(#f8f8f8, #eeeeee, #fefefe);
  color: #ff9900;
  border: 1px solid #c6c6c6;
  text-decoration: none;
}
/* line 89, ../sass/tabs.scss */
ul.secondary a:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(50%, #ececec), color-stop(100%, #ebebeb));
  background-image: -webkit-linear-gradient(#ebebeb, #ececec, #ebebeb);
  background-image: -moz-linear-gradient(#ebebeb, #ececec, #ebebeb);
  background-image: -o-linear-gradient(#ebebeb, #ececec, #ebebeb);
  background-image: linear-gradient(#ebebeb, #ececec, #ebebeb);
}
