.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.titlesection {
  position: relative;
  display: block;
  margin: 10px;
  padding: 15px 15px 15px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -o-object-fit: contain;
  object-fit: contain;
}

.titleheading {
  position: static;
  left: auto;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 0px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: translate(71px, 0px);
  -ms-transform: translate(71px, 0px);
  transform: translate(71px, 0px);
  font-family: Oswald, sans-serif;
  color: #d3cfcf;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.desktopcontainer {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 17px;
  background-color: rgba(255, 254, 254, 0.49);
  background-clip: border-box;
}

.infogrid {
  margin: 20px;
  grid-column-gap: 40px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 15px;
  background-color: hsla(0, 0%, 96%, 0.77);
}

.aboutheading {
  margin-top: auto;
  margin-bottom: auto;
}

.aboutdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutgraph {
  margin-bottom: 0px;
  padding: 20px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0px;
  background-image: url('../images/6081483506_586b9867b9_k.jpg');
  background-position: 50% 0%;
  background-size: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.footersection {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  margin-top: auto;
  padding: 10px 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.82);
  color: #9c9c9c;
  font-size: 8px;
}

.footergrid {
  margin-bottom: 0px;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph {
  display: block;
  margin-bottom: 0px;
}

.footerlink {
  color: #9c9c9c;
}

.titlecontainer {
  position: relative;
  display: block;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bigtitleheading {
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  font-family: Oswald, sans-serif;
  color: #d3cfcf;
  text-align: center;
}

.text-block {
  margin-bottom: 0px;
  text-align: right;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: fill;
  object-fit: fill;
}

.testingsection {
  background-color: hsla(0, 0%, 76.7%, 0.72);
}

.testbuttonsection {
  display: none;
  background-color: hsla(0, 0%, 73.3%, 0.79);
}

.desktopdiv {
  display: block;
}

.controlcenter {
  display: none;
}

.modal-ui-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0px none #000;
  border-radius: 15px;
  background-color: hsla(0, 0%, 84%, 0.82);
}

.modal-ui-header {
  text-align: center;
}

.stationtitleheading {
  margin-top: 0px;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.cookiebuttongrid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buttondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 17px;
  background-color: rgba(182, 137, 255, 0.86);
  color: #2b2a2a;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.buttondiv:active {
  background-color: #8d63cf;
}

.yes-no-button-float {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modaltextcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-2 {
  margin-right: auto;
  margin-left: auto;
}

.grid {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-auto-flow: row;
  grid-auto-rows: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.stationselectionsinglediv {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 11px;
  background-color: #b689ff;
  cursor: pointer;
}

.stationselectionsinglediv:active {
  background-color: #8d63cf;
}

.stationselectioncardheader {
  text-align: center;
}

.stationselectcardbreak {
  margin-right: 20%;
  margin-left: 20%;
  border-bottom: 2px solid #000;
}

.stationselectioncarddetails {
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.stationdirectionscontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stationcontentrevealcontainer {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.stationcontinuecontainer {
  overflow: hidden;
  padding: 10px;
}

.station-paragraph {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed {
  margin-right: auto;
  margin-left: auto;
}

.openmapcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.station-parking-directions-container {
  margin-right: auto;
  margin-left: auto;
}

.station-park-directions-copyright {
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(14, 14, 14, 0.84);
  color: #d1d1d1;
  font-size: 8px;
  line-height: 10px;
}

.station-audio-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.back-button-float {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-2 {
  max-width: 60%;
  margin: 10px auto;
}

.landingsingleselectiondiv {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.stationnavdiv {
  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;
}

.onboardinggraph {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.aboutlink {
  color: #4d2663;
  text-decoration: underline;
}

.aboutlink:visited {
  color: #3d3d3d;
}

@media screen and (max-width: 991px) {
  .desktopcontainer {
    background-color: rgba(255, 254, 254, 0.76);
  }

  .footersection {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .stationselectioncardheader {
    font-size: 16px;
  }

  .stationselectioncarddetails {
    font-size: 13px;
  }

  .grid-2 {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .desktopcontainer {
    background-color: rgba(255, 254, 254, 0.76);
  }

  .infogrid {
    margin: 10px;
    grid-column-gap: 23px;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
  }

  .aboutheading {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .aboutgraph {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .stationselectioncarddetails {
    font-size: 12px;
  }

  .station-parking-directions-container {
    max-width: 80vw;
  }

  .grid-2 {
    max-width: 90%;
  }

  .onboardinggraph {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .titleheading {
    font-size: 28px;
  }

  .desktopcontainer {
    background-color: rgba(255, 254, 254, 0.77);
  }

  .infogrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .aboutheading {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .aboutgraph {
    font-size: 11px;
  }

  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footersection {
    position: static;
    display: block;
  }

  .paragraph {
    line-height: 14px;
  }

  .buttondiv {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .modaltextcontainer {
    padding: 10px;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .stationselectionsinglediv {
    padding-bottom: 10px;
  }

  .stationselectioncardheader {
    font-size: 15px;
  }

  .stationselectioncarddetails {
    font-size: 11px;
  }

  .stationselectioncontentcontainer {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .stationdirectionscontainer {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .stationcontentcontainer {
    display: block;
  }

  .stationcontinuecontainer {
    padding: 10px;
  }

  .html-embed {
    overflow: hidden;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .station-parking-directions-container {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
  }

  .station-park-directions-copyright {
    letter-spacing: normal;
  }

  .grid-2 {
    max-width: none;
  }

  .landingsingleselectiondiv {
    padding-bottom: 10px;
  }

  .onboardinggraph {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#w-node-_50c1a040-23e2-ca62-919b-dc4e75d0a00a-f50c35fb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}