/**
 * =============================================================================
 * @template    ian dev styles
 * =============================================================================
 */
#swt-map.tray-open .maptray-area {
  display: block;
}
/* TRAY-OPEN MODE */
#swt-map.tray-open.tray-information {
  display: block;
}
#swt-map.tray-open .tray-controls {
  display: none;
}
/*#swt-map.tray-open .tray-controls,*/
/*#swt-map.tray-open .tray-information {display: block;}*/
#swt-map {
  min-height: 55rem;
  position: relative;
  background: #fff;
}
#swt-map .map-area {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100% !important;
}
#swt-map.tray-open .map-area {
  width: auto;
}
#swt-map .maptray-area {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 55rem;
  overflow: hidden;
  background-color: #DEDEDE;
  z-index: 1;
  /*display: none;*/
}
.page-6 #swt-map .maptray-area {
  display: none;
}
#swt-map.tray-open .maptray-area {
  display: block;
}
#swt-map #swt-map-photo {
  background: #444;
}
#swt-map #swt-map-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}
/*#swt-map.tray-open .tray-controls {*/
/*    padding: 0;*/
/*    float: left;*/
/*    width: 12.5rem;*/
/*    height:0;*/
/*}*/
#swt-map.tray-open .maptray-area {
  width: 38rem;
  height: auto;
}
#swt-map-loading {
  z-index: 100;
}
#swt-map-loading .loading-text,
#swt-map-loading .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#swt-map-loading .loading-overlay {
  background: #000;
  opacity: .5;
}
#swt-map-loading .loading-text {
  font-size: 3rem;
  text-align: center;
  color: #fff;
  z-index: 101;
  opacity: .8;
}
/**
 * =============================================================================
 * @template    Modal Styles
 * =============================================================================
 */
.page-1 .modal .modal-header {
  border-bottom: unset !important;
}
.page-1 .modal .modal-body {
  padding: 15px 30px !important;
}
.page-1 .modal .modal-body h1 {
  color: #47a035;
}
.page-1 .modal .modal-footer {
  border-top: unset !important;
}
/**
 * =============================================================================
 * @template    Single Route Pages
 * =============================================================================
 */
.single-route-page .single-route-map {
  border: #e8e8e8 solid 2px;
}
.single-route-page .transit-map #swt-map .maptray-area {
  padding: 15px 20px;
  min-width: 225px;
}
.single-route-page .transit-map #swt-map .maptray-area .tray-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.single-route-page .transit-map #swt-map .maptray-area .tray-controls a {
  color: #000;
  padding-bottom: 25px;
}
.single-route-page .transit-map #swt-map .maptray-area .tray-controls a i {
  font-size: 40px;
  background: #fff;
  text-align: center;
  height: 90px;
  width: 90px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #47a035;
  color: #47a035;
  margin: 0 auto;
}
.single-route-page .transit-map #swt-map .maptray-area .tray-controls a:hover {
  text-decoration: none !important;
  color: #47a035;
  border: 0;
}
.single-route-page .transit-map #swt-map .maptray-area .tray-controls a:focus {
  text-decoration: none !important;
  border: 0;
}
.single-route-page .transit-map #swt-map .maptray-area .tray-controls .button-show_buses {
  display: none !important;
}
.single-route-page .transit-map #swt-map .maptray-area .tray-controls .state {
  padding-right: 5px;
}
.single-route-page .transit-map #swt-map .maptray-area .tray-information {
  display: none;
}
.single-route-page .transit-map #swt-map .maptray-area .tray-information a {
  color: #000;
}
.single-route-page .transit-map .tray-open .tray-controls {
  display: none !Important;
}
.single-route-page .transit-map .tray-open .tray-information {
  display: block !important;
}
.single-route-page .transit-map .tray-open .tray-information a {
  background: #374750;
  padding: 5px;
  margin: 0 0px 20px 0;
  color: #fff !important;
}
.single-route-page .transit-map .tray-open .tray-information a i {
  padding-right: 5px;
}
.single-route-page .transit-map .tray-open .tray-information a:hover {
  background: #47a035;
  text-decoration: none;
}
.single-route-page .transit-map .tray-open .tray-information .load-streetview {
  margin-right: 20px;
}
.single-route-page .transit-map .tray-open .tray-information .stop-routes-list {
  list-style: none;
  padding: 0;
}
.single-route-page .transit-map .tray-open .tray-information .stop-routes-list li {
  padding-bottom: 10px;
}
.single-route-page .transit-map .tray-open .tray-information .info-area h3 {
  margin-top: 40px;
  margin-bottom: 0;
}
.single-route-page .transit-map .tray-open .tray-information .info-area .routes-list-label {
  padding-top: 40px;
  display: block;
  padding-bottom: 10px;
}
.single-route-page .single-route-info .route {
  display: none;
}
.single-route-page .single-route-info .route-details {
  display: block !important;
}
.single-route-page .single-route-info .route-stops-wrap {
  border: 2px solid #374750;
  padding: 40px 20px 20px 20px;
  margin-top: -70px;
}
.single-route-page .single-route-info .route-stops-wrapper {
  border-bottom: 0 !important;
}
@media only screen and (max-width: 1150px) {
  .single-route-page .transit-map #swt-map .maptray-area {
    width: 100%;
    top: unset !important;
    height: auto !important;
    transform: translate(0, 100%);
  }
  .single-route-page .transit-map #swt-map .maptray-area .tray-controls {
    flex-direction: row;
    justify-content: space-around;
  }
  .single-route-page .transit-map #swt-map .maptray-area .tray-controls a {
    padding-bottom: 0;
  }
  .single-route-page .single-route-info {
    padding-top: 170px;
  }
  .single-route-page .single-route-info .route-schedule {
    padding: 0;
  }
}
/**
 * =============================================================================
 * @template    Forms
 * =============================================================================
 */
form .template-default ul {
  list-style: none;
  padding: 0;
}
form .template-default ul li label {
  width: 60%;
}
form .template-default ul li label .field-label {
  display: block;
}
form .template-default ul li label input {
  width: 100%;
}
form .template-default ul li label input.type-radio {
  width: auto;
}
form .template-default ul li label textarea {
  width: 100%;
  min-height: 150px;
}
form button {
  border: 0;
  background: #47a035;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
}
form .type-select {
  padding-top: 15px;
}
/**
 * =============================================================================
 * @template    Route Alerts Animation
 * =============================================================================
 */
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  position: absolute !important;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 2rem;
  padding-left: 100% !important;
  box-sizing: content-box;
}
.ticker-wrap .alert-articles {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker-wrap .alert-articles__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 2rem;
  color: #fff;
}
#header .alert-height-wrap {
  height: 40px;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}
#header .alert-height-wrap .travel-alerts h1 {
  display: none;
}
#header .alert-height-wrap .travel-alerts .alert-notice {
  display: none;
}
#header .alert-height-wrap .travel-alerts .alert-articles {
  display: flex;
  width: fit-content;
}
#header .alert-height-wrap .travel-alerts .alert-articles article {
  padding-right: 60px;
}
#header .alert-height-wrap .travel-alerts .alert-articles article a {
  display: inline-block;
  color: #000;
}
#header .alert-height-wrap .travel-alerts .alert-articles article h2 {
  margin: 0;
  font-size: 20px;
  display: inline-block;
  color: #000;
}
#header .alert-height-wrap .travel-alerts .alert-articles .arrow-dir {
  display: none !important;
}
/**
 * =============================================================================
 * @template    Route Schedule
 * =============================================================================
 */
.page-1 .route-schedule,
.single-route-page .route-schedule,
.page-3 .route-schedule {
  padding: 0 25px;
}
.page-1 .route-schedule .routes-list,
.single-route-page .route-schedule .routes-list,
.page-3 .route-schedule .routes-list {
  line-height: 35px;
}
.page-1 .route-schedule .routes-list .route-list-wrapper,
.single-route-page .route-schedule .routes-list .route-list-wrapper,
.page-3 .route-schedule .routes-list .route-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
.page-1 .route-schedule .routes-list .route-list-wrapper .route,
.single-route-page .route-schedule .routes-list .route-list-wrapper .route,
.page-3 .route-schedule .routes-list .route-list-wrapper .route {
  width: 25%;
  padding: 0 5px;
  cursor: pointer;
  margin-bottom: 20px;
  text-align: center;
}
.page-1 .route-schedule .routes-list .route-list-wrapper .route .hero .route-name-wrap,
.single-route-page .route-schedule .routes-list .route-list-wrapper .route .hero .route-name-wrap,
.page-3 .route-schedule .routes-list .route-list-wrapper .route .hero .route-name-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-1 .route-schedule .routes-list .route-list-wrapper .route .hero .route-number,
.single-route-page .route-schedule .routes-list .route-list-wrapper .route .hero .route-number,
.page-3 .route-schedule .routes-list .route-list-wrapper .route .hero .route-number {
  padding-left: 10px;
}
.page-1 .route-schedule .routes-list .route-list-wrapper .route .hero .route-number p,
.single-route-page .route-schedule .routes-list .route-list-wrapper .route .hero .route-number p,
.page-3 .route-schedule .routes-list .route-list-wrapper .route .hero .route-number p {
  font-size: 45px;
  margin: 0;
}
.page-1 .route-schedule .routes-list .route-list-wrapper .route .hero .caret-wrapper a,
.single-route-page .route-schedule .routes-list .route-list-wrapper .route .hero .caret-wrapper a,
.page-3 .route-schedule .routes-list .route-list-wrapper .route .hero .caret-wrapper a {
  text-decoration: none !important;
}
.page-1 .route-schedule .routes-list .route-list-wrapper .route .hero .caret-wrapper .caret-icon i,
.single-route-page .route-schedule .routes-list .route-list-wrapper .route .hero .caret-wrapper .caret-icon i,
.page-3 .route-schedule .routes-list .route-list-wrapper .route .hero .caret-wrapper .caret-icon i {
  font-family: "fontawesome";
  font-style: inherit;
  font-size: 55px !important;
  color: #374750;
  line-height: 18px;
  display: block;
}
.page-1 .route-schedule .routes-list .route-list-wrapper .route.active-route .hero .route-number,
.single-route-page .route-schedule .routes-list .route-list-wrapper .route.active-route .hero .route-number,
.page-3 .route-schedule .routes-list .route-list-wrapper .route.active-route .hero .route-number {
  color: #47a035;
}
.page-1 .route-schedule .routes-list .route-list-wrapper .route.active-route .hero .caret-wrapper i,
.single-route-page .route-schedule .routes-list .route-list-wrapper .route.active-route .hero .caret-wrapper i,
.page-3 .route-schedule .routes-list .route-list-wrapper .route.active-route .hero .caret-wrapper i {
  color: #47a035;
  transform: rotate(180deg);
  display: block;
}
.page-1 .route-schedule .routes-list .route-list-wrapper .route:hover .hero .caret-wrapper i,
.single-route-page .route-schedule .routes-list .route-list-wrapper .route:hover .hero .caret-wrapper i,
.page-3 .route-schedule .routes-list .route-list-wrapper .route:hover .hero .caret-wrapper i {
  color: #47a035;
  text-decoration: none;
}
.page-1 .route-schedule .route-details,
.single-route-page .route-schedule .route-details,
.page-3 .route-schedule .route-details {
  margin: 0 auto 0 auto;
  text-align: center;
  margin: 0px 0 0px 0;
  width: 100%;
  order: 98;
}
.page-1 .route-schedule .route-details .details-hero,
.single-route-page .route-schedule .route-details .details-hero,
.page-3 .route-schedule .route-details .details-hero {
  position: relative;
  margin-top: 20px;
}
.page-1 .route-schedule .route-details .route-number p,
.single-route-page .route-schedule .route-details .route-number p,
.page-3 .route-schedule .route-details .route-number p {
  padding: 0;
  margin: 0;
}
.page-1 .route-schedule .route-details .route-number .route-text,
.single-route-page .route-schedule .route-details .route-number .route-text,
.page-3 .route-schedule .route-details .route-number .route-text {
  font-weight: 300;
  color: #47a035;
  font-size: 50px;
}
.page-1 .route-schedule .route-details .route-number .number,
.single-route-page .route-schedule .route-details .route-number .number,
.page-3 .route-schedule .route-details .route-number .number {
  font-size: 50px;
  color: #47a035;
}
.page-1 .route-schedule .route-details .follow-route p,
.single-route-page .route-schedule .route-details .follow-route p,
.page-3 .route-schedule .route-details .follow-route p {
  display: inline;
  padding-right: 10px;
}
.page-1 .route-schedule .route-details .follow-route .register-login,
.single-route-page .route-schedule .route-details .follow-route .register-login,
.page-3 .route-schedule .route-details .follow-route .register-login {
  background: none !important;
  color: #374750 !important;
  text-decoration: underline;
}
.page-1 .route-schedule .route-details .follow-route a,
.single-route-page .route-schedule .route-details .follow-route a,
.page-3 .route-schedule .route-details .follow-route a {
  margin-bottom: 10px;
  font-size: 20px;
  color: #374750;
  border: none;
}
.page-1 .route-schedule .route-details .follow-route a i,
.single-route-page .route-schedule .route-details .follow-route a i,
.page-3 .route-schedule .route-details .follow-route a i {
  color: #374750;
}
.page-1 .route-schedule .route-details .follow-route a:hover,
.single-route-page .route-schedule .route-details .follow-route a:hover,
.page-3 .route-schedule .route-details .follow-route a:hover {
  background: none;
  border: none;
  text-decoration: underline;
}
.page-1 .route-schedule .route-details .follow-route .website-link,
.single-route-page .route-schedule .route-details .follow-route .website-link,
.page-3 .route-schedule .route-details .follow-route .website-link {
  padding-left: 5px;
  text-decoration: underline;
}
.page-1 .route-schedule .route-details .east-west-buttons,
.single-route-page .route-schedule .route-details .east-west-buttons,
.page-3 .route-schedule .route-details .east-west-buttons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 95px;
}
.page-1 .route-schedule .route-details .east-west-buttons .route-svg,
.single-route-page .route-schedule .route-details .east-west-buttons .route-svg,
.page-3 .route-schedule .route-details .east-west-buttons .route-svg {
  -webkit-transform: scale(1);
  transform: scale(1);
  max-width: 100%;
  margin-top: -1px;
}
.page-1 .route-schedule .route-details .east-west-buttons .active .dir-spacer,
.single-route-page .route-schedule .route-details .east-west-buttons .active .dir-spacer,
.page-3 .route-schedule .route-details .east-west-buttons .active .dir-spacer {
  width: 100%;
  height: 10px;
  background: #47a035 !important;
}
.page-1 .route-schedule .route-details .east-west-buttons .active:hover .dir-spacer,
.single-route-page .route-schedule .route-details .east-west-buttons .active:hover .dir-spacer,
.page-3 .route-schedule .route-details .east-west-buttons .active:hover .dir-spacer {
  background: #47a035;
}
.page-1 .route-schedule .route-details .east-west-buttons .route-stops-wrapper,
.single-route-page .route-schedule .route-details .east-west-buttons .route-stops-wrapper,
.page-3 .route-schedule .route-details .east-west-buttons .route-stops-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
}
.page-1 .route-schedule .route-details .east-west-buttons .east:hover .dir-spacer,
.single-route-page .route-schedule .route-details .east-west-buttons .east:hover .dir-spacer,
.page-3 .route-schedule .route-details .east-west-buttons .east:hover .dir-spacer {
  width: 100%;
  height: 10px;
  background: #374750;
}
.page-1 .route-schedule .route-details .east-west-buttons .west:hover .dir-spacer,
.single-route-page .route-schedule .route-details .east-west-buttons .west:hover .dir-spacer,
.page-3 .route-schedule .route-details .east-west-buttons .west:hover .dir-spacer {
  width: 100%;
  height: 10px;
  background: #374750;
}
.page-1 .route-schedule .route-details .east-west-buttons .east,
.single-route-page .route-schedule .route-details .east-west-buttons .east,
.page-3 .route-schedule .route-details .east-west-buttons .east,
.page-1 .route-schedule .route-details .east-west-buttons .west,
.single-route-page .route-schedule .route-details .east-west-buttons .west,
.page-3 .route-schedule .route-details .east-west-buttons .west {
  max-width: 235px;
  padding: 0 5px;
  text-decoration: none !important;
  cursor: pointer;
}
.page-1 .route-schedule .route-details .east-west-buttons .east .east-button-wrapper,
.single-route-page .route-schedule .route-details .east-west-buttons .east .east-button-wrapper,
.page-3 .route-schedule .route-details .east-west-buttons .east .east-button-wrapper,
.page-1 .route-schedule .route-details .east-west-buttons .west .east-button-wrapper,
.single-route-page .route-schedule .route-details .east-west-buttons .west .east-button-wrapper,
.page-3 .route-schedule .route-details .east-west-buttons .west .east-button-wrapper {
  position: relative;
}
.page-1 .route-schedule .route-details .east-west-buttons .east .west-button-wrapper,
.single-route-page .route-schedule .route-details .east-west-buttons .east .west-button-wrapper,
.page-3 .route-schedule .route-details .east-west-buttons .east .west-button-wrapper,
.page-1 .route-schedule .route-details .east-west-buttons .west .west-button-wrapper,
.single-route-page .route-schedule .route-details .east-west-buttons .west .west-button-wrapper,
.page-3 .route-schedule .route-details .east-west-buttons .west .west-button-wrapper {
  position: relative;
}
.page-1 .route-schedule .route-details .east-west-buttons .east.clicked .dir-spacer,
.single-route-page .route-schedule .route-details .east-west-buttons .east.clicked .dir-spacer,
.page-3 .route-schedule .route-details .east-west-buttons .east.clicked .dir-spacer,
.page-1 .route-schedule .route-details .east-west-buttons .west.clicked .dir-spacer,
.single-route-page .route-schedule .route-details .east-west-buttons .west.clicked .dir-spacer,
.page-3 .route-schedule .route-details .east-west-buttons .west.clicked .dir-spacer {
  width: 100%;
  height: 10px;
  background: #47a035 !important;
}
.page-1 .route-schedule .route-details .east-west-buttons .east a,
.single-route-page .route-schedule .route-details .east-west-buttons .east a,
.page-3 .route-schedule .route-details .east-west-buttons .east a,
.page-1 .route-schedule .route-details .east-west-buttons .west a,
.single-route-page .route-schedule .route-details .east-west-buttons .west a,
.page-3 .route-schedule .route-details .east-west-buttons .west a {
  position: absolute;
  top: 43%;
  z-index: 999;
  right: 50%;
  text-decoration: none !important;
  font-size: 25px !important;
  color: #fff;
  transform: translate(50%, -50%);
}
.page-1 .route-schedule .route-stops-wrap,
.single-route-page .route-schedule .route-stops-wrap,
.page-3 .route-schedule .route-stops-wrap {
  order: 99;
  width: 100%;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  border-top: 3px dashed #47a035;
  margin-top: 20px;
  padding-top: 15px;
  position: relative;
  padding-bottom: 20px;
  text-align: left;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city {
  position: relative;
  padding: 0 10px;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .city-name,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .city-name,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .city-name {
  font-weight: 600;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city:before,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city:before,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city:before {
  content: " ";
  width: 15px;
  height: 15px;
  background: #47a035;
  display: block;
  top: -24px;
  position: absolute;
  border-radius: 50%;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list {
  list-style: none;
  padding: 0;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop {
  cursor: pointer;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop.selected span,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop.selected span,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop.selected span {
  text-decoration: none;
  color: #47a035;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop.selected .caret-icon i,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop.selected .caret-icon i,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop.selected .caret-icon i {
  color: #47a035;
  display: inline-block;
  transform: rotate(180deg);
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop:before,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop:before,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop:before {
  content: " ";
  width: 15px;
  height: 15px;
  background: none;
  display: block;
  background: #fff;
  top: -24px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #47a035;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop:hover,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop:hover,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop:hover {
  color: #47a035;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop .caret-icon i,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop .caret-icon i,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop .caret-icon i {
  font-family: 'FontAwesome' !important;
  font-style: normal;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop .stop-times,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop .stop-times,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop .stop-times {
  list-style: none;
  padding: 0;
  padding-bottom: 10px;
  line-height: 30px;
  padding-left: 20px;
  color: #000 !important;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop .stop-times li,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop .stop-times li,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list .individual-stop .stop-times li {
  font-weight: 100;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(1):before,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(1):before,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(1):before {
  left: 40px;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(2):before,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(2):before,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(2):before {
  left: 80px;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(3):before,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(3):before,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(3):before {
  left: 120px;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(4):before,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(4):before,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(4):before {
  left: 160px;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(5):before,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(5):before,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(5):before {
  left: 200px;
}
.page-1 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(6):before,
.single-route-page .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(6):before,
.page-3 .route-schedule .route-stops-wrap .route-stops-wrapper .route-stops .stop-city .stops-list li:nth-child(6):before {
  left: 240px;
}
.page-1 .route-schedule .full-stop-info-wrapper,
.single-route-page .route-schedule .full-stop-info-wrapper,
.page-3 .route-schedule .full-stop-info-wrapper {
  text-align: center;
}
.page-1 .route-schedule .full-stop-info-wrapper .city-stop-name,
.single-route-page .route-schedule .full-stop-info-wrapper .city-stop-name,
.page-3 .route-schedule .full-stop-info-wrapper .city-stop-name {
  font-weight: 600;
}
.page-1 .route-schedule .full-stop-info-wrapper .stop-times-wrapper,
.single-route-page .route-schedule .full-stop-info-wrapper .stop-times-wrapper,
.page-3 .route-schedule .full-stop-info-wrapper .stop-times-wrapper {
  display: flex;
  text-align: left;
  justify-content: center;
}
.page-1 .route-schedule .full-stop-info-wrapper .stop-times-wrapper .stop-wrapper,
.single-route-page .route-schedule .full-stop-info-wrapper .stop-times-wrapper .stop-wrapper,
.page-3 .route-schedule .full-stop-info-wrapper .stop-times-wrapper .stop-wrapper {
  padding: 0 30px;
}
.page-1 .route-schedule .full-stop-info-wrapper .stop-times-wrapper .stop-wrapper .stop-name,
.single-route-page .route-schedule .full-stop-info-wrapper .stop-times-wrapper .stop-wrapper .stop-name,
.page-3 .route-schedule .full-stop-info-wrapper .stop-times-wrapper .stop-wrapper .stop-name {
  font-weight: 500;
}
.page-1 .route-schedule .full-stop-info-wrapper .stop-times-wrapper .stop-wrapper .stop-times,
.single-route-page .route-schedule .full-stop-info-wrapper .stop-times-wrapper .stop-wrapper .stop-times,
.page-3 .route-schedule .full-stop-info-wrapper .stop-times-wrapper .stop-wrapper .stop-times {
  list-style: none;
  padding: 0;
}
.stop-hidden {
  display: none;
}
.page-1 .home-buttons .col-2 .inner-child-wrapper {
  padding-top: 115px;
}
@media only screen and (max-width: 1150px) {
  .page-1 #main .route-schedule,
  .single-route-page #main .route-schedule,
  .page-3 #main .route-schedule {
    padding: 0;
  }
  .page-1 #main .route-schedule .routes-list .route-list-wrapper,
  .single-route-page #main .route-schedule .routes-list .route-list-wrapper,
  .page-3 #main .route-schedule .routes-list .route-list-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .page-1 #main .route-schedule .routes-list .route-list-wrapper .route,
  .single-route-page #main .route-schedule .routes-list .route-list-wrapper .route,
  .page-3 #main .route-schedule .routes-list .route-list-wrapper .route {
    max-width: fit-content;
    padding: 0 15px;
    width: 100%;
  }
  .page-1 #main .route-schedule .routes-list .route-list-wrapper .route.active-route,
  .single-route-page #main .route-schedule .routes-list .route-list-wrapper .route.active-route,
  .page-3 #main .route-schedule .routes-list .route-list-wrapper .route.active-route {
    margin-bottom: 0;
  }
  .page-1 #main .route-schedule .routes-list .route-list-wrapper .active-route,
  .single-route-page #main .route-schedule .routes-list .route-list-wrapper .active-route,
  .page-3 #main .route-schedule .routes-list .route-list-wrapper .active-route {
    border-top: 2px dashed #47a035;
    max-width: 100%;
  }
  .page-1 #main .route-schedule .routes-list .route-list-wrapper .active-route .hero,
  .single-route-page #main .route-schedule .routes-list .route-list-wrapper .active-route .hero,
  .page-3 #main .route-schedule .routes-list .route-list-wrapper .active-route .hero {
    padding-top: 30px;
  }
  .page-1 #main .route-schedule .routes-list .route-list-wrapper .route-stops-wrapper,
  .single-route-page #main .route-schedule .routes-list .route-list-wrapper .route-stops-wrapper,
  .page-3 #main .route-schedule .routes-list .route-list-wrapper .route-stops-wrapper {
    border-bottom: 2px dashed #47a035;
    margin-bottom: 25px;
  }
  .page-1 #main .route-schedule .route-details,
  .single-route-page #main .route-schedule .route-details,
  .page-3 #main .route-schedule .route-details {
    order: initial;
  }
  .page-1 #main .route-schedule .route-details .route-number,
  .single-route-page #main .route-schedule .route-details .route-number,
  .page-3 #main .route-schedule .route-details .route-number {
    display: none;
  }
  .page-1 #main .route-schedule .route-details .details-hero,
  .single-route-page #main .route-schedule .route-details .details-hero,
  .page-3 #main .route-schedule .route-details .details-hero {
    margin-top: 0;
  }
  .page-1 #main .route-schedule .route-stops-wrap,
  .single-route-page #main .route-schedule .route-stops-wrap,
  .page-3 #main .route-schedule .route-stops-wrap {
    order: initial;
  }
  .page-1 #main .route-schedule .route-stops,
  .single-route-page #main .route-schedule .route-stops,
  .page-3 #main .route-schedule .route-stops {
    flex-direction: column;
    max-width: fit-content;
    margin: 0 auto;
    border-top: none !important;
    border-left: 3px dashed #47a035;
  }
  .page-1 #main .route-schedule .route-stops .stop-city,
  .single-route-page #main .route-schedule .route-stops .stop-city,
  .page-3 #main .route-schedule .route-stops .stop-city {
    padding: 0 0 30px 20px;
  }
  .page-1 #main .route-schedule .route-stops .stop-city:before,
  .single-route-page #main .route-schedule .route-stops .stop-city:before,
  .page-3 #main .route-schedule .route-stops .stop-city:before {
    left: -9px;
    top: 0;
  }
  .page-1 #main .route-schedule .route-stops .stop-city .individual-stop,
  .single-route-page #main .route-schedule .route-stops .stop-city .individual-stop,
  .page-3 #main .route-schedule .route-stops .stop-city .individual-stop {
    position: relative;
  }
  .page-1 #main .route-schedule .route-stops .stop-city .individual-stop:before,
  .single-route-page #main .route-schedule .route-stops .stop-city .individual-stop:before,
  .page-3 #main .route-schedule .route-stops .stop-city .individual-stop:before {
    left: -29px !important;
    top: 10px;
  }
  .single-route-page .route-number {
    display: block !important;
    padding-top: 30px;
  }
}
/**
 * =============================================================================
 * @template    Fonts & Defaults
 * =============================================================================
 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  font-weight: 400;
}
body {
  overflow-x: hidden;
}
h1 {
  font-size: 3.3rem;
}
h2 {
  font-size: 2.1rem;
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.2rem;
}
h5 {
  font-size: 1.1rem;
}
h6 {
  font-size: 1.0rem;
}
h2,
h3,
h4,
h5,
h6 {
  margin: 2rem 0 1rem 0 ;
  line-height: normal;
  display: block;
}
.inside-page .cms-content a {
  color: #608891;
}
.page-title h1 {
  color: #47a035;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
em strong a {
  background: #47a035;
  color: #fff !important;
  font-style: normal;
  padding: 10px 40px;
  margin-top: 30px;
  font-weight: 300;
  font-size: 25px;
  display: block;
  max-width: max-content;
  cursor: pointer;
}
em strong a:hover {
  background: #374750;
  color: #fff;
  text-decoration: none;
}
.fa-solid {
  font-family: 'FontAwesome';
  font-style: initial;
}
.material-icons-outlined {
  font-family: 'Material Icons';
}
.fa-brands {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 35px;
  padding-right: 15px;
}
ul {
  padding-left: 25px;
}
.vid-wrapper {
  position: relative;
  padding-top: 56.66%;
}
.vid-wrapper iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
/**
 * =============================================================================
 * @template    Header
 * =============================================================================
 */
#google_translate_element {
  height: 30px;
  display: inline-flex;
  overflow: hidden;
}
#google_translate_element select {
  text-transform: uppercase;
  border: none;
  background: none;
  appearance: none;
  color: white;
  width: 18ch;
  font-weight: 400;
  font-size: 20px;
  margin-top: 0;
  vertical-align: middle;
}
#google_translate_element option {
  color: #000;
}
#header {
  max-width: 100vw;
}
#header.active-alert {
  padding-top: 50px;
}
#header.active-alert .hdr-green-bar {
  display: block;
}
#header .hdr-top-bar {
  background: #000;
  color: #fff;
}
#header .hdr-top-bar .width-wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 10px 60px;
  align-items: center;
}
#header .hdr-top-bar .width-wrapper .top-btns-hdr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
#header .hdr-top-bar .width-wrapper .top-btns-hdr span.sep {
  padding: 0 10px;
}
#header .hdr-top-bar .width-wrapper .contact-info-hdr a {
  padding-right: 30px;
}
#header .hdr-top-bar .width-wrapper .route-alerts-hdr {
  display: flex;
}
#header .hdr-top-bar .width-wrapper .route-alerts-hdr p {
  padding: 0 5px;
  margin: 0;
}
#header .hdr-top-bar .width-wrapper a {
  color: #fff;
}
#header .hdr-top-bar .width-wrapper .hdr-top-icons {
  right: -70px;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 5px;
}
#header .hdr-top-bar .width-wrapper .hdr-top-icons span {
  cursor: pointer;
}
#header .hdr-top-bar .width-wrapper .hdr-top-icons .language-dropdown {
  position: absolute;
  right: 0;
  top: 43px;
  transform-origin: top;
  transition: 0.1s ease-in;
  transform: scaleY(0);
}
#header .hdr-top-bar .width-wrapper .hdr-top-icons .language-dropdown.active {
  transform: scaleY(1);
}
#header .hdr-top-bar .width-wrapper .hdr-top-icons .language-dropdown a {
  color: #000;
}
#header .hdr-top-bar .width-wrapper .hdr-top-icons .language-dropdown span {
  font-size: 23px !important;
}
#header .hdr-top-bar .width-wrapper .hdr-top-icons .search-dropdown {
  position: absolute;
  top: 43px;
  z-index: 99;
  right: 0;
  transform-origin: top;
  transition: 0.1s ease-in;
  transform: scaleY(0);
}
#header .hdr-top-bar .width-wrapper .hdr-top-icons .search-dropdown.active {
  transform: scaleY(1);
}
#header .hdr-top-bar .width-wrapper .hdr-top-icons .search-dropdown .search-box {
  display: flex;
}
#header .hdr-top-bar .width-wrapper .hdr-top-icons .search-dropdown .search-box input {
  color: #000;
  padding-left: 10px;
}
#header .hdr-top-bar .width-wrapper .hdr-top-icons .search-dropdown .search-box button {
  border-radius: 0;
}
#header .hdr-green-bar {
  text-align: center;
  padding: 10px 0;
  background: #b9dbb3;
}
#header .hdr-green-bar p {
  margin: 0;
}
#header .hdr-nav-bar {
  padding: 30px 0 40px 0;
}
#header .hdr-nav-bar .width-wrapper {
  display: flex;
  align-items: flex-end;
  max-width: 1400px !important;
  justify-content: space-between;
}
#header .hdr-nav-bar .width-wrapper .col-md-6 {
  padding: 0 30px;
}
#header .hdr-nav-bar .width-wrapper .col-md-3 {
  padding: 0;
}
#header .hdr-nav-bar .width-wrapper .col-md-3 img {
  max-width: 350px;
}
#header .hdr-nav-bar .width-wrapper .toggle-open i {
  color: #47a035 !important;
}
#header .hdr-nav-bar .width-wrapper nav {
  text-align: right;
  padding: 10px 0;
}
#header .hdr-nav-bar .width-wrapper nav .nav-menu-toggle i {
  font-size: 40px;
  color: #000;
}
#header .hdr-nav-bar .width-wrapper nav .nav-menu-toggle .label {
  display: none;
}
#header .hdr-nav-bar .width-wrapper nav .level-0 {
  position: absolute;
  background: #fff;
  border: 2px solid #47a035;
  right: 0;
  z-index: 9999;
  width: 350px;
  text-align: left;
  font-size: 20px;
}
#header .hdr-nav-bar .width-wrapper nav .level-0 li {
  padding: 10px 25px;
  border-bottom: 1px dotted #47a035;
}
#header .hdr-nav-bar .width-wrapper nav .level-0 li .nav-caret {
  position: absolute;
  right: 10px;
  color: #47a035;
}
#header .hdr-nav-bar .width-wrapper nav .level-0 li a {
  color: #000;
  padding: 0;
}
#header .hdr-nav-bar .width-wrapper nav .level-0 li .level-2 {
  font-size: 17px;
}
#header .hdr-nav-bar .width-wrapper nav .level-0 li .level-2 li {
  border: 0;
  padding: 5px 20px;
  line-height: 24px;
}
#header .hdr-nav-bar .width-wrapper nav .level-0 li .level-2 li a span {
  font-size: 15px;
}
#header .hdr-nav-bar .width-wrapper nav .level-0 li.open {
  background: #f4f4f4;
}
.hdr-green-bar {
  position: relative;
}
.hdr-green-bar p {
  animation-name: standardAlert;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  position: absolute;
  width: 100%;
}
/**
 * =============================================================================
 * @template    Homepage
 * =============================================================================
 */
.page-1 #header .hdr-nav-bar .width-wrapper {
  border: none;
}
.page-1 #main {
  max-width: none;
  padding: 0;
}
.page-1 #main .home-buttons {
  padding: 0px 0 60px 0;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
}
.page-1 #main .home-buttons .box-section-wrapper {
  display: flex;
  position: absolute;
  top: -50px;
}
.page-1 #main .home-buttons .box-section-wrapper .col-md-4 {
  text-align: center;
  cursor: pointer;
}
.page-1 #main .home-buttons .box-section-wrapper .col-md-4:hover .inner-wrapper .spacer {
  height: 20px;
}
.page-1 #main .home-buttons .box-section-wrapper .col-md-4.active .inner-wrapper .spacer {
  height: 20px;
  background: #47a035;
}
.page-1 #main .home-buttons .box-section-wrapper .col-md-4 .inner-wrapper {
  color: #fff;
}
.page-1 #main .home-buttons .box-section-wrapper .col-md-4 .inner-wrapper .spacer {
  width: 100%;
  height: 0;
  background: #374750;
}
.page-1 #main .home-buttons .box-section-wrapper .col-md-4 .inner-wrapper .home-svg {
  max-width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page-1 #main .home-buttons .box-section-wrapper .col-md-4 .inner-wrapper h2 {
  margin: 0;
  font-weight: 300;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.page-1 #main .home-buttons .box-section-wrapper .col-md-4 .inner-wrapper h2 strong {
  font-size: inherit;
}
.page-1 #main .home-buttons .child-box-content-wrapper {
  margin-top: 50px;
}
.page-1 #main .home-buttons .child-box-content-wrapper .child-content-wrapper {
  display: flex;
  align-items: center;
  outline: 3px solid #374750;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 1, 1);
  overflow: hidden;
  display: none;
}
.page-1 #main .home-buttons .child-box-content-wrapper .child-content-wrapper.active {
  display: block;
}
.page-1 #main .home-buttons .child-box-content-wrapper .col-1 .inner-child-wrapper {
  padding-top: 90px;
  padding-bottom: 35px;
}
.page-1 #main .home-buttons .child-box-content-wrapper .col-1 .inner-child-wrapper .trip-planner-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.page-1 #main .home-buttons .child-box-content-wrapper .col-1 .inner-child-wrapper .trip-planner-wrapper h1 {
  font-size: 45px;
  font-weight: 300;
}
.page-1 #main .home-buttons .child-box-content-wrapper .col-1 .inner-child-wrapper .trip-planner-wrapper h1 strong {
  font-size: 45px;
  font-weight: 500;
}
.page-1 #main .home-buttons .child-box-content-wrapper .col-1 .inner-child-wrapper .trip-planner-wrapper .trip-planner-content {
  display: flex;
  padding-top: 15px;
}
.page-1 #main .home-buttons .child-box-content-wrapper .col-1 .inner-child-wrapper .trip-planner-wrapper .trip-planner-content .img {
  min-width: 30%;
}
.page-1 #main .home-buttons .child-box-content-wrapper .col-1 .inner-child-wrapper .trip-planner-wrapper .trip-planner-content .img img {
  max-width: 180px;
}
.page-1 #main .home-buttons .child-box-content-wrapper .col-1 .inner-child-wrapper .trip-planner-wrapper .trip-planner-content .text {
  padding-left: 30px;
}
.page-1 #main .home-buttons .child-box-content-wrapper .col-3 .inner-child-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 35px;
}
.page-1 #main .home-buttons .child-box-content-wrapper .col-3 .inner-child-wrapper .app-stores-wrapper {
  padding-top: 20px;
}
.page-1 #main .home-buttons .child-box-content-wrapper .col-3 .inner-child-wrapper .app-stores-wrapper img {
  max-height: 65px;
  max-width: 215px;
}
.page-1 #main .home-slider {
  max-width: 1520px;
  margin: 0 auto;
  padding: 20px 60px;
}
.page-1 #main .home-slider .slick-prev {
  background: none;
  border: 0;
  max-width: 30px;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate(0, -50%);
}
.page-1 #main .home-slider .slick-next {
  background: none;
  border: 0;
  max-width: 30px;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translate(0, -50%);
}
.page-1 #main .home-slider .slick-track .image-slide {
  padding: 0 10px;
}
.page-1 #main .home-slider .slick-track .image-slide img {
  width: 100%;
}
.page-1 #main .home-about-block {
  padding: 60px 0;
  position: relative;
  max-height: 950px;
  overflow: hidden;
}
.page-1 #main .home-about-block img {
  width: 100%;
}
.page-1 #main .home-about-block .width-wrapper {
  position: absolute;
  top: 200px;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0%);
}
.page-1 #main .home-about-block .width-wrapper .col-md-7 {
  padding: 80px 60px;
  background: #fff;
}
.page-1 #main .home-about-block .width-wrapper .col-md-7 h1 {
  color: #47a035;
  font-weight: 400;
  margin-top: 0;
  font-size: 50px;
}
.page-1 #main .home-about-block .width-wrapper .col-md-7 strong {
  font-size: inherit;
}
.page-1 #main .home-rider-wrapper {
  overflow: auto;
  padding: 30px 0;
  text-align: center;
}
.page-1 #main .home-rider-wrapper h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}
.page-1 #main .home-rider-wrapper .icons-wrapper {
  overflow: auto;
  padding: 20px 0;
}
.page-1 #main .home-rider-wrapper .icons-wrapper .col-md-3 {
  text-align: center;
}
.page-1 #main .home-rider-wrapper .icons-wrapper .col-md-3 a {
  color: #000;
  font-weight: 400;
}
.page-1 #main .home-rider-wrapper .icons-wrapper .col-md-3 a:hover {
  text-decoration: underline;
}
.page-1 #main .home-rider-wrapper .icons-wrapper .col-md-3 .icon {
  height: 145px;
  width: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 75px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.page-1 #main .home-rider-wrapper .icons-wrapper .col-md-3 .icon img {
  max-width: 100%;
  width: auto;
}
.page-1 #main .home-rider-wrapper .icons-wrapper .col-md-3 .header p {
  font-size: 25px;
}
/**
 * =============================================================================
 * @template    Inside Pages
 * =============================================================================
 */
.inside-page #main .col-md-9,
.inside-page #main .col-md-3 {
  padding-bottom: 60px !important;
}
.inside-page .no-sidebar {
  padding-bottom: 60px !important;
}
.page-3 .route-schedule {
  padding: 20px 25px 0 25px;
}
.page-3 .route-schedule .route a {
  color: #374750;
}
.page-3 .route-schedule .route a:hover {
  color: #47a035;
  text-decoration: none;
}
.page-9 form .template-default ul li label {
  width: 100%;
}
.page-179 .alert-wrap {
  padding-bottom: 20px;
  border-top: 2px dashed #47a035;
}
.type-lolp_route_alerts .cms-content .alert {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  padding: 0;
  border: none;
  margin: 0;
}
.page-199 #main .follow_route_all {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-199 #main .follow_route_all .route_button {
  padding-right: 30px;
  padding-bottom: 10px;
}
.page-199 #main .follow_route_all .route_button .following {
  color: #47a035;
}
.page-199 #main .follow_route_all .route_button .following i {
  color: #47a035;
}
.page-199 #main .follow_route_all .route_button a {
  color: #000;
  font-size: 18px;
}
.page-199 #main .follow_route_all .route_button a i {
  color: #000;
}
.page-199 #main .email_route_subscription {
  text-align: center;
  margin-top: 20px;
}
.page-199 #main .email_route_subscription a {
  color: #000;
  font-size: 18px;
}
.page-199 #main .email_route_subscription a i {
  color: #000;
}
.page-199 #main .travel-alerts {
  border-top: 2px dashed #47a035;
  margin-top: 30px;
}
.page-199 #main .travel-alerts h1 a {
  display: none !important;
}
.page-199 #main .travel-alerts .alert-articles article h2 {
  display: inline-block;
}
.page-199 #main .travel-alerts .alert-articles article a {
  display: inline-block;
  color: #000 !important;
}
.page-199 #main .travel-alerts .alert-articles article .alerts-link a {
  text-decoration: underline;
}
.page-198 .cms-content {
  display: flex;
}
.page-198 .cms-content .lolp_access_forms {
  padding-right: 150px;
  width: 450px;
}
.page-198 .cms-content #create_user {
  width: 300px;
}
.page-198 .cms-content input {
  width: 100%;
}
.page-24 .cms-nested-content-item {
  margin-bottom: 10%;
}
.page-24 .cms-nested-content-item p {
  display: flex;
}
.page-awards h3 {
  margin-top: 50px;
}
.page-25 .image_after_heading_right img {
  border: #e8e8e8 solid;
}
.page-testimonials .cms-content .cms-nested-content-item {
  clear: both;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 2px dashed #47a035;
}
.page-testimonials .cms-content .cms-nested-content-item:last-child {
  border-bottom: none;
}
.page-46 .cms-content .cms-nested-content-item {
  clear: both;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 2px dashed #47a035;
}
.page-46 .cms-content .cms-nested-content-item:last-child {
  border-bottom: none;
}
.page-6 .cms-content .content_id-153 {
  padding-top: 0 !important;
}
.page-6 .cms-content .cms-nested-content-item {
  clear: both;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 2px dashed #47a035;
}
.page-6 .cms-content .cms-nested-content-item:last-child {
  border-bottom: none;
}
.page-153 .cms-content li {
  line-height: 35px;
}
.page-policies .cms-content .cms-nested-content-item .cms-wrapper {
  clear: both;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 2px dashed #47a035;
}
.page-policies .cms-content .cms-nested-content-item .cms-wrapper:first-child {
  padding-top: 0px;
}
.page-55 .cms-content .cms-nested-content-item {
  clear: both;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 2px dashed #47a035;
}
.page-55 .cms-content .cms-nested-content-item:last-child {
  border-bottom: none;
}
.page-rider-faq h3,
.page-prime-rider-faq h3 {
  border-top: #47a035 dashed 1px;
  padding-top: 20px;
}
.page-rider-faq h3:first-of-type,
.page-prime-rider-faq h3:first-of-type {
  border-top: none;
}
.page-fares .two-col-twig-template {
  border-top: #47a035 dashed 1px;
  padding-top: 20px;
  margin-top: 40px;
}
.page-34 .image_after_heading_right,
.page-34 .image_after_h2_right {
  max-width: 400px;
}
.page-62 .cms-nested-content.cms-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.page-62 .image_after_heading img {
  height: 300px;
  object-fit: cover;
}
.page-62 .cms-nested-content-item {
  clear: both;
  margin: 25px 0;
}
.page-62 .cms-nested-content-item .image_after_heading,
.page-62 .cms-nested-content-item .image_left {
  max-width: 200px;
  float: none;
}
.page-35 .cms-content .cms-nested-content-item .cms-wrapper {
  clear: both;
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 2px dashed #47a035;
}
/**
 * =============================================================================
 * @template    Images
 * =============================================================================
 */
img {
  max-width: 100%;
  width: 100%;
}
.image_after_heading_right,
.image_after_h2_right {
  float: right;
  max-width: 400px;
  clear: both;
}
.image_after_heading_right img,
.image_after_h2_right img {
  margin: 0 0 20px 50px;
}
.image_after_heading,
.image_left {
  max-width: 600px;
  float: left;
  margin: 0 50px 20px 0;
}
.image_icon .image {
  text-align: center;
}
.image_icon .image img {
  width: 165px;
  height: 165px;
  border: 2px solid #47a035;
  border-radius: 85px;
  object-fit: none;
}
.page-management-team .cms-nested-content-item {
  clear: both;
}
.page-management-team .image_after_heading,
.page-management-team .image_left {
  max-width: 300px;
}
@media only screen and (max-width: 900px) {
  .image_after_heading_right,
  .image_after_heading,
  .image_left,
  .image_after_h2_right {
    float: none;
    max-width: none;
  }
  .image_after_heading_right img,
  .image_after_heading img,
  .image_left img,
  .image_after_h2_right img {
    margin: 0 0 20px 0;
  }
}
/**
 * =============================================================================
 * @template    Layout
 * =============================================================================
 */
html,
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.event-template {
  overflow-x: visible;
}
.test-table {
  display: block;
  max-width: 100%;
  overflow-x: scroll;
}
.width-wrapper {
  max-width: 1520px;
  padding: 0 60px;
  margin: 0 auto;
}
#main {
  max-width: 1520px;
  padding: 0 60px;
  margin: 0 auto;
  clear: both;
}
.side-bar-col {
  padding: 0 !important;
}
.sidebar-wrapper ul {
  list-style: none;
  padding: 0 30px 0 0;
}
.sidebar-wrapper ul li {
  border-bottom: 1px dashed #47a035;
  padding: 5px 0;
}
.sidebar-wrapper ul li a {
  color: #000;
}
.sidebar-wrapper ul .current-page a {
  color: #47a035;
}
.two-col-twig-template .content-row {
  clear: both;
  overflow: auto;
  padding-bottom: 35px;
  padding-top: 30px;
  border-top: 2px dashed #47a035;
}
.two-col-twig-template .content-row .col-md-6:nth-child(odd) {
  padding: 0 40px 0 0px;
}
.two-col-twig-template .content-row .col-md-6:nth-child(even) {
  padding: 0  0 0 40px;
}
.two-col-twig-template .content-row:nth-child(1) {
  border-top: 0 !important;
  padding-top: 0;
}
.outside-vid-wrap {
  width: 50%;
  float: left;
  padding: 10px;
}
.outside-vid-wrap .inside-video-wrap {
  position: relative;
  padding-top: 56.66%;
}
.outside-vid-wrap .inside-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe#granicus_iframe {
  width: 100%;
  height: 550px;
}
/**
 * =============================================================================
 * @template    Footer
 * =============================================================================
 */
#footer {
  clear: both;
  overflow: auto;
  position: relative;
  padding: 60px 0;
  background: url('/lol/plugins/cms/user_content/uploads/ftr-bg-2.png');
  background-size: cover;
  color: #fff;
}
#footer .grey-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #374750;
  opacity: .95;
}
#footer .info-col {
  padding-right: 50px;
}
#footer .info-col .ftr-logo {
  padding-bottom: 20px;
}
#footer .info-col .ftr-logo img {
  width: auto;
}
#footer .info-col .ftr-logo p {
  padding-top: 10px;
}
#footer .info-col a {
  color: #fff;
}
#footer .info-col #powered-by {
  font-size: 15px;
  padding-top: 20px;
  display: block;
}
#footer .ftr-nav-col {
  padding-left: 20px;
  position: relative;
}
#footer .ftr-nav-col .ftr-nav-wrapper .nav-col {
  list-style: none;
  padding-bottom: 10px;
  line-height: 25px;
}
#footer .ftr-nav-col .ftr-nav-wrapper .nav-col .top-level-page a {
  font-size: 25px !important;
  font-weight: 500;
}
#footer .ftr-nav-col .ftr-nav-wrapper .nav-col li a {
  font-size: 17px;
  color: #fff;
}
#footer .ftr-nav-col .sitemap-btn {
  padding-top: 35px;
  font-size: 25px;
  color: #fff;
}
#footer .soc-icons {
  margin-bottom: 15px;
}
#footer .customer-footer p {
  line-height: 18px;
}
/**
 * =============================================================================
 * @template    Variables
 * =============================================================================
 */
/**
 * =============================================================================
 * @template    Tables
 * =============================================================================
 */
table {
  margin: 0 0 30px 0;
}
table tr:nth-child(even) {
  background: #e4f2e2;
}
table th {
  text-align: left;
  font-weight: 500;
  padding: 5px 20px;
}
table td {
  font-size: 16px;
  padding: 12px 20px;
}
/**
 * =============================================================================
 * @template    Responsive
 * =============================================================================
 */
@media only screen and (max-width: 1700px) {
  #header .hdr-top-bar .width-wrapper .hdr-top-icons {
    position: initial;
    float: right;
  }
}
@media only screen and (max-width: 1350px) {
  .page-1 #main .home-about-block .width-wrapper {
    top: 100px;
  }
  .page-1 #main .home-about-block .width-wrapper .col-md-7 {
    padding: 40px 40px;
  }
  .page-1 #main .home-buttons .box-section-wrapper .col-md-4:hover .inner-wrapper .spacer {
    height: 60px;
  }
  .page-1 #main .home-buttons .box-section-wrapper .col-md-4.active .inner-wrapper .spacer {
    height: 60px;
    background: #47a035;
  }
  .page-1 #main .home-buttons .box-section-wrapper .col-md-4 .inner-wrapper .spacer {
    height: 40px;
  }
  .page-1 #main .home-buttons .box-section-wrapper .col-md-4 .inner-wrapper svg {
    margin-top: -1px;
  }
}
@media only screen and (max-width: 1070px) {
  #header .hdr-top-bar {
    padding: 10px 0;
  }
  #header .hdr-top-bar .width-wrapper {
    padding: 0;
    margin: 10px 60px 35px 60px;
    position: relative;
    display: block;
    height: 60px;
  }
  #header .hdr-top-bar .width-wrapper .contact-info-hdr {
    display: inline-block;
  }
  #header .hdr-top-bar .width-wrapper .contact-info-hdr a {
    display: block;
  }
  #header .hdr-top-bar .width-wrapper .top-btns-hdr {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-align: end;
  }
  #header .hdr-top-bar .width-wrapper .top-btns-hdr a {
    display: block;
  }
  #header .hdr-top-bar .width-wrapper .top-btns-hdr .sep {
    display: none;
  }
  #header .hdr-top-bar .width-wrapper .top-btns-hdr .hdr-top-icons a {
    display: inline-block;
  }
  #header .hdr-top-bar .width-wrapper .top-btns-hdr .hdr-top-icons .language-dropdown,
  #header .hdr-top-bar .width-wrapper .top-btns-hdr .hdr-top-icons .search-dropdown {
    top: 106px;
  }
}
@media only screen and (max-width: 991px) {
  .page-1 #main .home-about-block img {
    min-height: 550px;
    object-fit: cover;
  }
  .page-1 #main .home-buttons .box-section-wrapper .col-md-4 {
    padding: 0 5px !important;
  }
  .page-1 #main .home-buttons .box-section-wrapper .col-md-4 .inner-wrapper h2 {
    font-size: 24px;
  }
  .page-1 #main .home-rider-wrapper .icons-wrapper .col-md-3 a {
    padding-bottom: 30px;
    display: block;
  }
  .page-1 #main .home-rider-wrapper .icons-wrapper .col-md-3 .icon {
    padding-bottom: 10px;
  }
  #footer .info-col {
    padding: 0 !important;
  }
  #footer .ftr-nav-col {
    padding: 0;
  }
  #footer .ftr-nav-col .col-md-4 {
    padding: 0;
  }
  #footer .ftr-nav-col .col-md-4 ul {
    padding-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  #header .hdr-nav-bar .width-wrapper {
    align-items: flex-end;
    justify-content: space-between;
  }
  #header .hdr-nav-bar .sw-motto {
    display: none;
  }
  .page-198 .cms-content {
    flex-direction: column;
  }
  .page-198 .cms-content .lolp_access_forms {
    padding-right: 0px;
    width: 300px;
    max-width: 100%;
  }
  .page-198 .cms-content #create_user {
    width: 300px;
    max-width: 100%;
  }
  .page-198 .cms-content input {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .page-1 #main .home-buttons .box-section-wrapper {
    padding: 0 !important;
  }
  .page-1 #main .home-buttons .box-section-wrapper .col-md-4:hover .inner-wrapper .spacer {
    height: 90px;
  }
  .page-1 #main .home-buttons .box-section-wrapper .col-md-4.active .inner-wrapper .spacer {
    height: 90px;
    background: #47a035;
  }
  .page-1 #main .home-buttons .box-section-wrapper .col-md-4 .inner-wrapper .spacer {
    height: 60px;
  }
  .child-box-content-wrapper {
    padding: 0 1px !important;
  }
  .child-box-content-wrapper .col-1 .trip-planner-wrapper {
    padding: 0 30px;
  }
  .child-box-content-wrapper .col-3 .inner-child-wrapper {
    padding: 0 30px;
  }
  #main table {
    overflow-x: scroll;
    display: block;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .event-template table {
    overflow-x: visible !important;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .page-1 #main .home-about-block img {
    min-height: 700px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 500px) {
  #header .hdr-top-bar .width-wrapper {
    margin: 10px 30px 35px 30px;
  }
  .width-wrapper {
    padding: 0 30px;
  }
  #main {
    padding: 0 30px;
  }
  #main .col-md-3,
  #main .col-md-4,
  #main .col-md-5,
  #main .col-md-6,
  #main .col-md-7,
  #main .col-md-8,
  #main .col-md-9 {
    padding: 0;
  }
  #header .width-wrapper .nav-wrapper {
    padding: 0 0 0 45px;
  }
  #header .width-wrapper .nav-wrapper .responsive_nav {
    padding: 0;
  }
  #header .width-wrapper .nav-wrapper .responsive_nav .nav-menu-toggle {
    padding: 0;
  }
  #header .width-wrapper .nav-wrapper .responsive_nav .level-0 {
    width: 100vw;
    right: -30px;
  }
  .page-1 .trip-planner-content .text a {
    font-size: 23px;
    padding: 10px 25px;
  }
}