/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  clear: both;
  font-weight: 700;
  font-size: 1rem; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

/* VARIABLES */
/*  $x-fontsize: 1rem;
$w-fontsize: 0.75rem;
$y-fontsize: 1.4rem;
$z-fontsize: 2.7rem;*/
/* CSS */
html, body {
  background-color: #ffffff;
  background-color: #f5f7f8;
  color: #07202C;
  font-size: 15px;
  font-family: "franklin-gothic-urw", Helvetica, sans-serif; }

.clearall {
  display: block;
  width: 100%;
  float: none;
  clear: both; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit;
  line-height: 200%; }

a:link, a:visited {
  color: #549CCC;
  text-decoration: none;
  border-bottom: 1px solid #549CCC; }

a:hover, a:focus {
  color: #07202C;
  border-color: #07202C; }

p {
  max-width: 30rem;
  margin-bottom: 2rem; }

.container {
  display: block;
  margin: auto; }

.button, .button:link, .button:visited {
  background-color: #549CCC;
  border: 1px solid #549CCC;
  color: #ffffff;
  display: inline-block; }

.button, .button:link, .button:visited, input, .selectivity-single-result-container, .selectivity-search-input {
  border-radius: 3.75px;
  padding: 0.2rem 0.8rem;
  margin-top: 0.8rem; }

.button:hover, .button:focus {
  background-color: #07202C;
  border-color: #07202C;
  cursor: pointer; }

input, .selectivity-single-result-container, .selectivity-search-input {
  background-color: #eff2f3;
  border: 1px solid #eff2f3;
  color: #B6C1C6;
  font-size: 1rem;
  font-family: "franklin-gothic-urw", Helvetica, sans-serif;
  box-sizing: border-box; }

input:active, input:focus {
  outline: 0; }

::-webkit-input-placeholder {
  color: #B6C1C6; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #B6C1C6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #B6C1C6; }

:-ms-input-placeholder {
  color: #B6C1C6; }

.grey-text {
  color: #B6C1C6; }

/* LAYOUT */
.column {
  padding: 30px;
  min-height: 100vh;
  float: left; }

div.column-one {
  width: 45%;
  background-color: #ffffff; }

header {
  position: fixed;
  width: 17.5%;
  background-color: #07202C;
  color: #ffffff; }

.column-two {
  width: 27.5%;
  background-color: #ffffff;
  position: fixed;
  left: 17.5%;
  z-index: 1046; }

.column-three {
  width: 55%;
  background-color: transparent;
  background-color: #f5f7f8; }

.line-break {
  display: inline-block;
  width: 100%;
  height: 1rem;
  line-height: 180%; }

/* HEADER */
.logo:link, .logo:visited {
  border-bottom: 0;
  display: inline-block; }

.logo:hover, .logo:focus {
  color: #549CCC; }

.logo h1 {
  color: #ffffff;
  font-weight: normal; }

.logo-svg {
  position: absolute;
  width: 70px;
  margin-top: 0px; }

.logo span {
  margin-left: 75px; }

img, svg {
  max-width: 100%;
  height: auto; }

.navigation a:hover, .navigation a:focus {
  color: #ffffff;
  border-color: #ffffff; }

.navigation li {
  display: block; }

.navigation .hamburger {
  display: none; }

.logo:hover span, .logo:focus span {
  color: #549CCC; }

/* SELECTIVITY */
#error-message {
  color: #FFC129;
  height: 1px;
  width: 100%;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  display: block;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5; }

#error-message.error-shown {
  height: 30px;
  filter: alpha(opacity=100);
  opacity: 1; }

.not-filled-in .selectivity-single-result-container {
  border-color: #FFC129;
  background-color: #ffffff; }

.selectivity-container {
  margin-top: calc(-1rem - 1px); }

.selectivity-clearfix {
  clear: both; }

.selectivity-input {
  margin-bottom: 10px; }

.selectivity-input select {
  display: none; }

.selectivity-placeholder {
  color: #B6C1C6; }

/* Dropdown */
.selectivity-dropdown {
  background: transparent;
  position: absolute;
  z-index: 1046;
  margin-top: 0px;
  width: calc(100% - 60px) !important;
  display: block; }

.selectivity-search-input-container {
  display: block;
  width: 100%; }

.selectivity-search-input {
  border-radius: 5px 5px 0 0;
  border-color: #B6C1C6;
  border-bottom: 0;
  background-color: #ffffff;
  line-height: 180%;
  width: 100%; }

.selectivity-results-container {
  max-height: 150px;
  overflow-y: auto;
  position: relative;
  border: 1px solid #B6C1C6;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  width: 100%; }

.selectivity-load-more,
.selectivity-result-item, .selectivity-error {
  cursor: pointer;
  line-height: 100%;
  padding: 0.5rem 0.7rem;
  width: 100%;
  background-color: #ffffff;
  color: #07202C; }

.selectivity-load-more.highlight,
.selectivity-result-item.highlight {
  background: #e6ebed;
  color: #07202C; }

/**
 * Backdrop
 */
.selectivity-backdrop {
  background: transparent;
  position: fixed;
  z-index: 1045;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/**
 * Single-selection input
 */
.selectivity-single-select {
  background: transparent;
  cursor: pointer;
  position: relative;
  box-sizing: content-box; }

.selectivity-single-select-input {
  display: none; }

.selectivity-single-result-container {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.selectivity-single-result-container:not(:has(.selectivity-placeholder)) {
  background-color: aqua; }

.no-placeholder {
  border-color: #B6C1C6;
  background-color: #ffffff; }

/* TABLES */
.next-bus {
  color: #549CCC; }

.next-bus-time {
  font-weight: bold; }

.next-bus .grey-text {
  display: block;
  color: #07202C; }

/* the actual table */
.route-result {
  display: block;
  margin-bottom: 30px; }

.route-result:last-of-type {
  margin-bottom: 0; }

.route-title {
  background-color: #ffffff;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  border-top-left-radius: 3.75px;
  border-top-right-radius: 3.75px;
  border: 1px solid #e6ebed;
  border-bottom: 0;
  margin-top: -1px; }

.in-out {
  font-style: normal; }

.the-service {
  color: #07202C;
  font-style: italic; }

table, .table-stops {
  background-color: #ffffff;
  border: 1px solid #e6ebed;
  margin-top: -1px; }

table {
  width: 75%;
  overflow-x: scroll;
  float: left;
  display: block;
  border-bottom-right-radius: 3.75px;
  border-left: 0;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  position: relative; }

td {
  padding: 0 0.3rem; }

tr {
  height: 30px; }

.table-stops {
  width: 25%;
  float: left;
  border-bottom-left-radius: 3.75px; }

.table-stops span {
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.6rem;
  padding-left: 0.6rem; }

.no-service {
  position: absolute;
  color: #B6C1C6;
  height: 100%;
  width: 99%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.ampm {
  color: #B6C1C6;
  text-transform: lowercase;
  font-size: 0.75rem;
  margin-left: 1px; }

.header-selected, .row-selected {
  color: #549CCC; }

.saturday-table, .sunday-table {
  display: none; }

/* Select - Day Picker*/
select {
  font-size: 12px; }

.select-container {
  float: right;
  margin-top: -1px; }

/* HOME */
.home-illo {
  background-color: #07202C;
  height: 100vh;
  margin: 0;
  padding: 0; }

.home-illo div {
  display: block;
  float: left;
  width: 33.3333%;
  height: 33.33333%;
  background-position: center bottom;
  border: 2px solid #07202C;
  background-size: cover; }

.home-illo div:nth-of-type(1) {
  border-top: 0;
  border-left: 0;
  background-image: url("img/4c.gif"); }

.home-illo div:nth-of-type(2) {
  height: 66.6666667%;
  background-image: url("img/6c.gif");
  float: right;
  border-top: 0;
  border-right: 0; }

.home-illo div:nth-of-type(3) {
  height: 66.6666667%;
  float: right;
  border-top: 0;
  background-image: url("img/1c.gif"); }

.home-illo div:nth-of-type(4) {
  border-left: 0;
  background-image: url("img/5c.gif"); }

.home-illo div:nth-of-type(5) {
  width: 66.66666667%;
  border-left: 0;
  border-bottom: 0;
  background-image: url("img/7c.gif"); }

.home-illo div:nth-of-type(6) {
  width: 16.666666666667%;
  border-bottom: 0;
  background-image: url("img/2c.gif");
  background-position: 80% 100%; }

.home-illo div:nth-of-type(7) {
  width: 16.666666666667%;
  background-image: url("img/3c.gif");
  background-position: right bottom;
  border-bottom: 0;
  border-right: 0; }

/* FARES PAGE */
.fares-module {
  border: 1px solid #e6ebed;
  background-color: #ffffff;
  border-radius: 3.75px;
  padding: 0 11.25px 0.5rem;
  margin-top: -1px;
  margin-bottom: calc(1.5rem - 1px); }

.fares-module:nth-of-type(2) {
  margin-bottom: 0; }

.fares-module img {
  width: 25px;
  float: right;
  margin-top: 3px; }

.fare {
  display: block;
  clear: both;
  float: none; }

.fare-aside {
  color: #B6C1C6;
  font-style: italic;
  display: inline-block; }

.fare-cost {
  width: 10%;
  float: right;
  text-align: right; }

.fare-divider {
  display: block;
  height: 0px;
  padding-top: 1rem;
  margin-bottom: calc(1rem - 1px);
  border-bottom: 1px solid #e6ebed;
  float: none;
  clear: both; }

.free-fare {
  color: #549CCC; }

.filter {
  cursor: pointer;
  padding: 2px 0.5rem;
  border-radius: 3.75px;
  margin-right: 0.2rem;
  display: inline-block;
  line-height: 120%;
  border: 1px solid #B6C1C6;
  background-color: transparent;
  color: #B6C1C6; }

.filter:hover, .filter:focus {
  border-color: #549CCC;
  color: #549CCC; }

.filter-selected, .filter:active {
  background-color: #549CCC;
  border-color: #3175a3;
  color: #ffffff; }

.filter-selected:hover, .filter-selected:focus {
  border-color: #B6C1C6;
  color: #B6C1C6;
  background-color: #e6ebed; }

@media screen and (max-width: 1000px) {
  .column-one {
    width: 25%; }

  div.column-one {
    width: 25%; }

  .column-two {
    width: 75%;
    min-height: intrinsic;
    min-height: 0;
    height: auto;
    position: static; }

  .column-three {
    width: 75%;
    min-height: 0; }

  .selectivity-dropdown {
    width: calc(75% - 60px) !important; }

  .selectivity-search-input {
    width: 50%; }

  .selectivity-results-container {
    width: 50%; }

  .selectivity-load-more,
  .selectivity-result-item, .selectivity-error {
    width: 100%; }

  .selectivity-single-result-container {
    width: 50%; }

  .break-hide {
    display: none; } }
@media screen and (max-width: 650px) {
  .column-one {
    width: 100%;
    display: none;
    min-height: 0; }

  header.column-one {
    display: block;
    position: static; }

  .column-two {
    width: 100%; }

  .column-three {
    width: 100%; }

  .navigation li {
    display: inline-block;
    margin-right: 15px; }

  .break-hide-smaller {
    display: none; }

  .selectivity-dropdown {
    width: calc(100% - 60px) !important; }

  .selectivity-search-input {
    width: 75%; }

  .selectivity-results-container {
    width: 75%; }

  .selectivity-load-more,
  .selectivity-result-item, .selectivity-error {
    width: 100%; }

  .selectivity-single-result-container {
    width: 75%; } }
@media screen and (max-width: 480px) {
  .selectivity-search-input {
    width: 100%; }

  .selectivity-results-container {
    width: 100%; }

  .selectivity-single-result-container {
    width: 100%; }

  table {
    width: 60%; }

  .table-stops {
    width: 40%; }

  .column {
    padding: 15px; }

  .home-illo {
    height: 50vh;
    margin: 0;
    padding: 0; }

  .column-one {
    padding: 22.5px 15px; } }
@media screen and (max-width: 370px) {
  .select-container {
    float: none;
    display: block;
    margin-top: -5px;
    padding-bottom: 3px; } }

/*# sourceMappingURL=style.css.map */