/* Variables & Mixins
   ------------------------------------------------------------------------ */
.clear {
  clear: both; }

.horizontal-list {
  margin: 0;
  overflow: hidden;
  padding: 0; }
  .horizontal-list li {
    list-style: none;
    float: left; }

.vertical-list {
  margin: 0;
  overflow: hidden;
  padding: 0; }
  .vertical-list li {
    list-style: none; }

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#station-directory table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05); }

#station-directory table thead > tr {
  background: rgba(0, 0, 0, 0.1); }

#station-directory table td, #station-directory table th {
  padding: 5px; }

#station-directory #navigation {
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }
  #station-directory #navigation ul {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
    margin: 0;
    overflow: hidden; }
    #station-directory #navigation ul li {
      border: solid rgba(0, 0, 0, 0.15);
      border-width: 1px 1px 0 1px;
      list-style: none; }
      @media (min-width: 768px) {
        #station-directory #navigation ul li {
          float: left;
          margin: 0 7.5px;
          margin: 0 .75rem; } }
      #station-directory #navigation ul li.active-tab-exact a {
        background: transparent; }
      #station-directory #navigation ul li a {
        background: rgba(0, 0, 0, 0.1);
        display: block;
        padding: 15px;
      /* padding: 1.5rem; */ }
  #station-directory #navigation + div {
    clear: both;
    overflow: hidden; }
    #station-directory #navigation + div#dma {
      overflow-x: auto; }

#station-directory #search.content {
  margin-top: 0; }

#station-directory #search ul.tabs-component-tabs {
  margin: 0;
  overflow: hidden; }
  #station-directory #search ul.tabs-component-tabs > li {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
    list-style: none;
    margin: 0px 7.5px;
    margin: 0rem 0.75rem; }
    @media (min-width: 576px) {
      #station-directory #search ul.tabs-component-tabs > li {
        float: left; } }
    #station-directory #search ul.tabs-component-tabs > li a {
      cursor: pointer;
      display: block;
      padding: 10px;
      padding: 1.0rem; }

#station-directory #search ul .tabs-component-tab {
  position: relative; }
  #station-directory #search ul .tabs-component-tab .badge {
    background: #ce2a1e;
    border-radius: 100%;
    color: white;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    margin-left: 5px;
    margin-left: .5rem;
    padding: 2px;
    padding: .2rem;
    text-align: center;
    width: 20px; }

#station-directory #search .tabs-component-panels {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7.5px;
  padding: .75rem; }
  #station-directory #search .tabs-component-panels > section {
    overflow-x: auto; }
    #station-directory #search .tabs-component-panels > section table {
      min-width: 600px; }
  #station-directory #search .tabs-component-panels ul {
    margin: 0; }
    #station-directory #search .tabs-component-panels ul li {
      list-style: none; }
      #station-directory #search .tabs-component-panels ul li:before {
        content: "\f18e";
        font-family: 'FontAwesome';
        margin-right: 5px;
        margin-right: 0.5rem; }

#directory ol {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  @media (min-width: 576px) {
    #directory ol {
      column-count: 2; } }
  #directory ol h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-size: 1.6rem;
    font-size: 16px; }
  #directory ol > li {
    display: inline-block;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    width: 100%; }
  #directory ol ul.stations {
    column-count: 3;
    margin: 0;
    padding: 0; }
    #directory ol ul.stations li {
      list-style: none; }

#station .content > div {
  margin-bottom: 30px; }
  #station .content > div p {
    margin: 0; }

.station-directory-search {
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }
  .station-directory-search input.search {
    max-width: 675px;
    max-width: 67.5rem; }

.station-directory-search-widget .station-directory-search-form {
  margin: 10px 0;
  margin: 1.0rem 0;
  overflow: hidden; }
  .station-directory-search-widget .station-directory-search-form button {
    float: left;
    margin: 5px 0;
    margin: .5rem 0;
    max-width: 33%;
    width: 100%; }
    @media (min-width: 1024px) {
      .station-directory-search-widget .station-directory-search-form button {
        max-width: 100%; } }
    @media (min-width: 1189px) {
      .station-directory-search-widget .station-directory-search-form button {
        max-width: 33%; } }

.station-directory-search-widget input.search {
  float: left;
  margin-right: 5px;
  margin-right: .5rem;
  max-width: calc(67% - .5px);
  max-width: calc(67% - .5rem); }
  @media (min-width: 1024px) {
    .station-directory-search-widget input.search {
      margin-right: 0;
      max-width: 100%; } }
  @media (min-width: 1189px) {
    .station-directory-search-widget input.search {
      margin-right: 5px;
      margin-right: .5rem;
      max-width: calc(67% - .5px);
      max-width: calc(67% - .5rem); } }

.station-directory-search-widget h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 16px 0;
  margin: 1.6rem 0; }
