<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gm-alert-subscribe-form .alerts-signup-footer {
  padding: 2em 3em;
  background: #fff;
  box-shadow: 0 -3px 60px rgba(0,0,0,.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.alerts-signup-footer .btn {
  width: 100%;
  height: 3rem;
  line-height: 2;
}
.alerts-signup-footer .btn-default {
  color: #006b3f;
  background-color: #fff;
  border-color: #006b3f;
}
.alerts-signup-footer .btn-default:hover,
.alerts-signup-footer .btn-default:focus {
  color: #006b3f;
  background-color: #e6e6e6;
  border-color: #002e1b;
}
.gm-alert-subscribe-form .alerts-signup-page {
  max-height: 600px;
  height: calc(100vh - 208px) !important;
  overflow-y: scroll;
  padding: 1.5em 3em;
}
.alert-management-form #edit-routes {
  max-height: 600px;
  height: calc(100vh - 208px) !important;
  overflow-y: scroll;
  margin-bottom: 25px;
}
.gm-alert-subscribe-form .route-full-name {
  padding-right: 5px;
}
.gm-alert-subscribe-form .form-type-checkbox {
  display: flex;
  flex-direction: row;
  padding: 1em 0 1.125em;
  padding: 1em 0 1.125em;
}
.js-alert-signup-selected-routes {
  border-bottom: solid 1px #f4f3f3;
}
.js-alert-signup-selected-routes .route-full-name {
  border-top: solid 1px #f4f3f3;
  padding: 1em 0 1.125em;
}
.gm-alert-subscribe-form .form-type-checkbox:not(:first-of-type) {
  border-top: solid 1px #f4f3f3;
}
.gm-alert-subscribe-form .route-number {
  color: #fff;
  background: #00802b;
  float: left;
  text-align: center;
  margin-right: 0.5em;
  border-radius: 3px;
  min-width: 3.5em;
  padding: 0 0.6em;
}
.gm-alert-subscribe-form input.form-check-input {
  order: 2;
  margin-left: auto;
  border: solid 1px #c8c6c5;
  border-radius: 3px;
}
.gm-alert-subscribe-form .route-number--godurham {
  background: rgb(0, 51, 204);
}
.gm-alert-subscribe-form .route-number--goraleighride {
  background: rgb(255, 0, 0);
}
.gm-alert-subscribe-form .alert-signup-title {
  font-size: 1.125em;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
}
.gm-alert-subscribe-form .email-alerts-wrapper .js-form-item .error {
 color: #d9534f;
}
.gm-alert-subscribe-form .email-alerts-wrapper .js-form-item label {
  font-weight: 400;
  font-size: .75em;
}</pre></body></html>