 /* bootstrap styles for homepage forms */
  .form-select:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
.form-group {
    margin-bottom: 1rem;
}
.btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
  max-width: 300px;
}
.btn-group>.btn {
    position: relative;
    flex: 1 1 50%;
}
.btn-group-two>.btn, .btn-group-two>.btn-group>.btn {
    margin-bottom: 0;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-check:checked+.btn, 
.btn.active, 
.btn.show, 
.btn:first-child:active, 
:not(.btn-check)+.btn:active {
    z-index: 1;
}

.btn-group.btn-group-two .btn.btn-primary {
    background: #fff;
    color: #06416d;
    border: 1px solid #888;
    border-radius: 0;
    padding:8px 12px;
      text-align:center;
}
.btn-group.btn-group-two .btn.btn-primary:hover {
    background: #f4f4f4;
    border: 1px solid #06416d;
    border-radius: 0;
    padding:8px 12px;
      text-align:center;
}
.btn-group.btn-group-two .btn-check:checked+.btn, 
.btn-group.btn-group-two .btn.active, .btn.show, 
.btn-group.btn-group-two .btn:first-child:active, 
.btn-group.btn-group-two :not(.btn-check)+.btn:active {
    color: #fff;
    background: #06416d;
    border: 1px solid #06416d;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.btn-group-two>.btn input[type=checkbox], .btn-group-two>.btn input[type=radio], .btn-group-two>.btn-group>.btn input[type=checkbox], .btn-group-two>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-block {
    display: block;
    width: 100%;
    text-align:center;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.form-select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.transit-departures-widget {
  max-width: 600px;
}

.transit-departures-widget .hidden-form {
  display: none;
}

.transit-departures-widget .stop-code-invalid {
  display: none;
  color: #821515;
  padding-bottom: 10px;
}

.departure-results-container {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top:10px;
  }

.transit-departures-widget .departure-results {
  display: none;
  margin-top: 25px;
  padding:15px;
  background-color: #eee;
}

.transit-departures-widget .departure-results-none {
  display: none;
  margin-top: 10px;
}

.transit-departures-widget .departure-results-error {
  display: none;
  margin-top: 10px;
  color: #821515;
}

.transit-departures-widget .departure-results-stop,
.transit-departures-widget .departure-results-stop-unknown {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.transit-departures-widget .departure-result {
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.transit-departures-widget .departure-results-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.transit-departures-widget .departure-results-fetchtime {
  flex-shrink: 0;
  font-size: 12px;
  margin-left: 8px;
  padding: 0 0 0 15px;
  border: none;
  background-color: transparent;
  background-image: url('https://uploads-ssl.webflow.com/654a76e2f71f409893f7b4ef/668092bd8d028dda55d1fd96_refresh.svg');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position-y: 1px;
}

.transit-departures-widget .departure-results-fetchtime:hover {
  text-decoration: underline;
}

.transit-departures-widget .departure-result-route-name {
  display: flex;
  align-items: center;
  line-height: 1;
}

.transit-departures-widget .departure-result-route-direction {
    font-size: 18px;
    font-weight: bold;
    margin-top: 2px;
}

.transit-departures-widget .departure-result-route-circle {
    margin: 5px 10px 5px 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    flex-shrink: 0;
    overflow: hidden;
}

.transit-departures-widget .departure-result-times {
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
  align-self: stretch;
  margin-left: 24px;
}

.transit-departures-widget .departure-result-time-container {
  padding: 0 5px;
  width: 76px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
}

.transit-departures-widget .departure-result-time {
  font-size: 24px;
}

.transit-departures-widget .departure-result-time-label {
  font-size: 14px;
  padding-left: 2px;
}

.transit-departures-widget .loader,
.transit-departures-widget .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.transit-departures-widget .loader {
  margin: 20px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(79, 79, 79, 0.2);
  border-right: 1.1em solid rgba(79, 79, 79, 0.2);
  border-bottom: 1.1em solid rgba(79, 79, 79, 0.2);
  border-left: 1.1em solid #4f4f4f;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: transitDeparturesWidgetLoader 1.1s infinite linear;
  animation: transitDeparturesWidgetLoader 1.1s infinite linear;
  display: none;
}

@-webkit-keyframes transitDeparturesWidgetLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes transitDeparturesWidgetLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.autocomplete {
  background: white;
  z-index: 1000;
  overflow: auto;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.autocomplete * {
  font: inherit;
}

.autocomplete > div {
  padding: 4px 4px;
}

.autocomplete .group {
  background: #eee;
}

.autocomplete > div:hover:not(.group),
.autocomplete > div.selected {
  background: #007bff;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}