@font-face {
  font-family: "Gotham HTF";
  src: url("../assets/fonts/GothamHTF-Book.woff2") format("woff2"), url("../assets/fonts/GothamHTF-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham HTF";
  src: url("../assets/fonts/GothamHTF-Medium.woff2") format("woff2"), url("../assets/fonts/GothamHTF-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham HTF";
  src: url("../assets/fonts/GothamHTF-Bold.woff2") format("woff2"), url("../assets/fonts/GothamHTF-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham HTF";
  src: url("../assets/fonts/GothamHTF-Black.woff2") format("woff2"), url("../assets/fonts/GothamHTF-Black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham HTF";
  src: url("../assets/fonts/GothamHTF-Ultra.woff2") format("woff2"), url("../assets/fonts/GothamHTF-Ultra.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/**BREAKPOINTS**/
* {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

.bold {
  font-weight: 700;
}

.italic {
  font-weight: italic;
}

a, img, button {
  background: none;
  outline: none;
  border: 0px;
  text-decoration: none;
}

button, .btn {
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -ms-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

ul, li {
  list-style-type: none;
}

html, body {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

html.noScroll, body.noScroll {
  overflow: hidden;
  position: fixed;
}

html {
  -ms-content-zooming: none;
  height: 100%;
}

@-ms-viewport {
  width: device-width;
}
.fade {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.125s ease-in-out;
  -moz-transition: opacity 0.125s ease-in-out;
  -webkit-transition: opacity 0.125s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.fade:hover, .fade:active {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.clear {
  content: "";
  display: table;
  clear: both;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}

figure {
  margin: 0;
  display: block;
}
figure img {
  height: auto;
}

.lock-scroll {
  overflow: hidden;
}

body {
  font-size: 18px;
  line-height: 1.6667;
  font-weight: 400;
  font-family: "Gotham HTF", sans-serif;
  background: #fff;
}

.contain {
  position: relative;
  margin: 0px auto;
  display: block;
  box-sizing: border-box;
  width: 82%;
  max-width: 1600px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .contain {
    width: calc(100% - 48px);
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.visible-md {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-mob {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 991px) and (orientation: portrait) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .hidden-mob {
    display: none !important;
  }
  .visible-mob {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: inline-block !important;
  }
}
/****TYPOGRAPHY****/
a {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  color: #fff;
}

a:active {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover {
  color: #fff;
}

a:after {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

p {
  font-size: 21px;
}

button {
  color: #fff;
  font-family: "Gotham HTF", sans-serif;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}
button:hover {
  cursor: pointer;
}

.btn {
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  font-weight: 700;
  margin-right: 15px;
  margin-bottom: 25px;
}

.blue, .blue:link, .blue:visited {
  background: #00a1e1;
}
.blue:hover, .blue:link:hover, .blue:visited:hover {
  background: #000;
}

.yellow, .yellow:link, .yellow:visited {
  background: #ffb719;
  color: #000;
}
.yellow:hover, .yellow:link:hover, .yellow:visited:hover {
  background: #000;
  color: #fff;
}

.black, .black:link, .black:visited {
  background: #000;
}
.black:hover, .black:link:hover, .black:visited:hover {
  background: #ffb719;
  color: #000;
}

.red, .red:link, .red:visited {
  background: #db001c;
}
.red:hover, .red:link:hover, .red:visited:hover {
  background: #000;
}

.text-link, .text-link:link, .text-link:visited {
  background: none;
}
.text-link.green, .text-link:link.green, .text-link:visited.green {
  color: #00c461;
}
.text-link.green:hover, .text-link:link.green:hover, .text-link:visited.green:hover {
  background: none;
  color: #db001c;
}
.text-link.blue, .text-link:link.blue, .text-link:visited.blue {
  color: #00a1e1;
}
.text-link.blue:hover, .text-link:link.blue:hover, .text-link:visited.blue:hover {
  background: none;
  color: #db001c;
}
.text-link.black, .text-link:link.black, .text-link:visited.black {
  font-weight: 600;
  color: #000;
}
.text-link.black:hover, .text-link:link.black:hover, .text-link:visited.black:hover {
  background: none;
  color: #db001c;
}

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  display: table;
}

h1 {
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
  font-size: 84px;
  line-height: 0.875;
}

h2 {
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 48px;
  line-height: 0.875;
  margin-top: 30px;
}

h3 {
  font-size: 21px;
  line-height: 1.15;
  font-weight: 700;
}

h4 {
  font-size: 16px;
  line-height: 1.3125;
  font-weight: 600;
}

h5 {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
}

.upper, p, li {
  font-size: 21px;
  line-height: 1.725;
}

.med {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

#how-to-ride #intro h2 {
  font-size: 36px;
  max-width: unset;
}

@media only screen and (min-width: 1800px) {
  body {
    font-size: 21px;
  }
  h1 {
    font-size: 96px;
  }
  h2 {
    font-size: 56px;
    margin-top: 40px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 36px;
  }
  .upper, p, li {
    font-size: 24px;
  }
  .btn {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  .upper, p, li {
    font-size: 21px;
    line-height: 30px;
  }
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 40px;
    margin-top: 20px;
  }
  #how-to-ride #intro h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) and (orientation: portrait) {
  h1 {
    color: #000;
  }
  h5 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .upper, p, li {
    font-size: 18px;
    line-height: 28px;
  }
  h1 {
    font-size: 48px;
    line-height: 42px;
  }
  h2 {
    font-size: 36px;
    line-height: 30px;
    margin-top: 10px;
  }
  #how-to-ride #intro h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  .btn {
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000001;
  background: #fff;
}

#status {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
}
#status img {
  width: 100%;
  display: block;
  animation: rotate 3s infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.col-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
.col-wrap .col {
  width: 50%;
  box-sizing: border-box;
  box-sizing: border-box;
}
.col-wrap .col-lt {
  padding-right: 10%;
}
.col-wrap .col-rt p {
  max-width: 560px;
}
@media only screen and (min-width: 1800px) {
  .col-wrap .col-rt p {
    max-width: 660px;
  }
}
@media screen and (max-width: 991px) {
  .col-wrap {
    display: block;
  }
  .col-wrap .col {
    width: 100%;
    padding: 0;
  }
}

.alertOn #alert {
  display: flex;
}

#alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background: #00a1e1;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  z-index: 10000000;
  display: none;
  align-items: center;
  justify-content: center;
}
#alert #closeAlert {
  position: absolute;
  right: 60px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 21px;
  z-index: 2;
}
#alert .cycle-slideshow {
  position: relative;
  z-index: 1;
  width: calc(100% - 48px);
}
#alert .cycle-slideshow .msg {
  width: 100%;
}
#alert .cycle-slideshow .msg p {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  #alert #closeAlert {
    right: 40px;
  }
  #alert .cycle-slideshow .msg p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #alert #closeAlert {
    right: 24px;
    font-size: 18px;
  }
  #alert .cycle-slideshow .msg p {
    font-size: 14px;
  }
}

.cycle-pager {
  position: absolute;
  z-index: 1001;
  bottom: 40px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 82%;
  z-index: 1001;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.cycle-pager span {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 3px solid #fff;
  display: inline-block;
  margin-left: 10px;
  text-indent: -9999px;
}
.cycle-pager .cycle-pager-active {
  background: #db001c;
  border-color: #db001c;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .cycle-pager {
    bottom: 24px;
  }
  .cycle-pager span {
    height: 8px;
    width: 8px;
    border-width: 2px;
    margin-left: 8px;
  }
}

.video-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999999999999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
.video-wrapper.playing {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transition: all 0.15s ease;
}
.video-wrapper i.fa-minus-circle {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 9999;
}
.video-wrapper .videoFrame {
  width: 100%;
  height: 100%;
}
.video-wrapper iframe {
  width: calc(100% - 100px);
  height: calc(100% - 140px);
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 991px) and (orientation: portrait) {
  .video-wrapper iframe {
    width: 100%;
    height: 56.25vw;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  .video-wrapper iframe {
    max-height: 80vh;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .video-wrapper iframe {
    width: 100%;
    height: 56.25vw;
  }
}

/**LIGHTBOX**/
.lb-content {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lb-content.open {
  opacity: 1;
  visibility: visible;
}
.lb-content .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}
.lb-content .inner .lt {
  width: 50%;
  padding: 0 30px 0 100px;
  box-sizing: border-box;
}
.lb-content .inner .lt img {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 160px);
  object-fit: contain;
  object-position: center right;
}
.lb-content .inner .rt {
  width: 50%;
  padding: 0 100px 0 30px;
  box-sizing: border-box;
}
.lb-content .inner .rt h3 {
  margin-bottom: 10px;
}
.lb-content .inner .rt .cont {
  max-width: 600px;
}
@media only screen and (max-width: 991px) {
  .lb-content .inner {
    height: auto;
    align-items: flex-start;
  }
  .lb-content .inner .lt {
    width: 34%;
    padding: 0 15px 0 30px;
  }
  .lb-content .inner .lt img {
    object-position: top right;
  }
  .lb-content .inner .rt {
    width: 66%;
    padding: 0 30px 0 15px;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  .lb-content .inner {
    height: 100vh;
    align-items: center;
  }
  .lb-content .inner .lt {
    display: none;
  }
  .lb-content .inner .rt {
    width: 100%;
    padding: 0 30px;
    line-height: 1.5;
  }
  .lb-content .inner .rt .cont {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .lb-content .inner {
    height: 100vh;
    overflow-y: scroll;
  }
  .lb-content .inner .lt {
    width: 100%;
    padding: 65px 30px 40px;
  }
  .lb-content .inner .rt {
    width: 100%;
    padding: 0 30px 30px;
  }
}

#hero {
  padding-top: 100px;
  position: relative;
  min-height: 29.42vw;
}
#hero figure {
  display: block;
  height: 100%;
}
#hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero .bg-fade {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 80%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
#hero figcaption {
  position: absolute;
  bottom: 60px;
  left: 9vw;
}
#hero figcaption h1 {
  color: #fff;
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #hero {
    padding-top: 80px;
  }
  #hero figure img {
    min-height: 350px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 991px) {
  #hero {
    padding-top: 80px;
  }
  #hero figure img {
    min-height: 350px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #hero figcaption {
    left: 24px;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  #hero {
    padding-top: 60px;
  }
  #hero figure img {
    height: 100vh;
    max-height: calc(100vh - 120px);
    height: 29.4vw;
    object-fit: cover;
  }
}

.social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  margin-top: 20px;
}
.social a {
  display: inline-block;
  margin: 0 0 0 25px;
  color: #000;
}
.social a:hover {
  color: #00a1e1;
}

.stop-tabs {
  margin-top: 40px;
}
.stop-tabs .tab-header {
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.stop-tabs .tab-header a {
  background: #000;
  color: #fff;
  padding: 10px 60px 10px 20px;
  border-top-right-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-left: 10px;
}
.stop-tabs .tab-header a span {
  font-weight: 700;
  text-transform: none;
}
.stop-tabs .tab-header a:hover, .stop-tabs .tab-header a.active {
  background: #db001c;
}
.stop-tabs .stop-locations {
  border: 6px solid #db001c;
  border-top-width: 40px;
}
.stop-tabs .stop-locations #northbound, .stop-tabs .stop-locations #southbound {
  display: none;
  padding: 60px 50px 50px;
}
.stop-tabs .stop-locations #northbound .col-wrap, .stop-tabs .stop-locations #southbound .col-wrap {
  flex-wrap: nowrap;
}
.stop-tabs .stop-locations #northbound.active, .stop-tabs .stop-locations #southbound.active {
  display: block;
}
.stop-tabs .stop-locations #northbound .col-lt, .stop-tabs .stop-locations #southbound .col-lt {
  width: 33.33%;
  position: relative;
  align-self: stretch;
  max-width: 280px;
  box-sizing: content-box;
}
.stop-tabs .stop-locations #northbound .col-lt a, .stop-tabs .stop-locations #southbound .col-lt a {
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
}
.stop-tabs .stop-locations #northbound .col-rt, .stop-tabs .stop-locations #southbound .col-rt {
  width: 66.66%;
  margin-top: 0;
  flex: 1;
}
.stop-tabs .stop-locations #northbound .col-rt ul, .stop-tabs .stop-locations #southbound .col-rt ul {
  column-count: 2;
  column-gap: 60px;
}
.stop-tabs .stop-locations #northbound .col-rt ul li, .stop-tabs .stop-locations #southbound .col-rt ul li {
  margin-bottom: 30px;
  transition: all 0.15s ease;
  padding: 0 0 0 35px;
  position: relative;
}
.stop-tabs .stop-locations #northbound .col-rt ul li:before, .stop-tabs .stop-locations #southbound .col-rt ul li:before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  left: 0;
}
.stop-tabs .stop-locations #northbound .col-rt ul li a, .stop-tabs .stop-locations #southbound .col-rt ul li a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
  padding-left: 0px;
  box-sizing: border-box;
  transform: translateX(0);
}
.stop-tabs .stop-locations #northbound .col-rt ul li:hover, .stop-tabs .stop-locations #southbound .col-rt ul li:hover {
  color: #db001c;
  transition: all 0.15s ease;
}
.stop-tabs .stop-locations #northbound .col-rt ul li:hover a, .stop-tabs .stop-locations #southbound .col-rt ul li:hover a {
  transform: translateX(7px);
  color: #db001c;
}
@media only screen and (max-width: 991px) and (orientation: portrait) {
  .stop-tabs .stop-locations #northbound .col-lt, .stop-tabs .stop-locations #southbound .col-lt {
    width: 100%;
    max-width: 100%;
  }
  .stop-tabs .stop-locations #northbound .col-lt h2, .stop-tabs .stop-locations #southbound .col-lt h2 {
    max-width: 200px;
  }
  .stop-tabs .stop-locations #northbound .col-lt a, .stop-tabs .stop-locations #southbound .col-lt a {
    bottom: unset;
    right: 0;
    top: 28px;
  }
  .stop-tabs .stop-locations #northbound .col-rt, .stop-tabs .stop-locations #southbound .col-rt {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .stop-tabs .stop-locations #northbound .col-lt, .stop-tabs .stop-locations #southbound .col-lt {
    width: 100%;
    max-width: 100%;
  }
  .stop-tabs .stop-locations #northbound .col-lt h2, .stop-tabs .stop-locations #southbound .col-lt h2 {
    max-width: 250px !important;
  }
  .stop-tabs .stop-locations #northbound .col-lt a, .stop-tabs .stop-locations #southbound .col-lt a {
    bottom: unset;
    right: 0;
    top: 28px;
  }
  .stop-tabs .stop-locations #northbound .col-rt, .stop-tabs .stop-locations #southbound .col-rt {
    width: 100%;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .stop-tabs .tab-header {
    padding: 0 10px;
  }
  .stop-tabs .tab-header a {
    font-size: 14px;
    padding-right: 20px;
    padding-left: 12.5px;
    margin-left: 5px;
  }
  .stop-tabs .stop-locations #northbound, .stop-tabs .stop-locations #southbound {
    padding: 30px 20px;
  }
  .stop-tabs .stop-locations #northbound .col-lt, .stop-tabs .stop-locations #southbound .col-lt {
    width: 100%;
    max-width: 100%;
  }
  .stop-tabs .stop-locations #northbound .col-lt h2, .stop-tabs .stop-locations #southbound .col-lt h2 {
    max-width: 100% !important;
  }
  .stop-tabs .stop-locations #northbound .col-lt a, .stop-tabs .stop-locations #southbound .col-lt a {
    bottom: unset;
    right: unset;
    top: unset;
    position: relative;
    margin-top: 30px;
  }
  .stop-tabs .stop-locations #northbound .col-rt, .stop-tabs .stop-locations #southbound .col-rt {
    width: 100%;
    padding-top: 10px;
  }
  .stop-tabs .stop-locations #northbound .col-rt ul, .stop-tabs .stop-locations #southbound .col-rt ul {
    column-count: 1;
  }
}

.alertOn header {
  top: 36px;
}

header {
  background: #db001c;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 100px;
  padding: 0 60px 0 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10001;
}
header:after {
  position: absolute;
  top: 100px;
  left: 0;
  margin-top: -1px;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-1.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
}
header .logo {
  width: 130px;
  position: relative;
}
header .logo img {
  display: block;
}
header nav .nav li {
  display: inline-block;
  margin-left: 50px;
  font-weight: 700;
  line-height: 100px;
  position: relative;
}
header nav .nav li:after {
  position: absolute;
  width: 100%;
  height: 8px;
  background: #fff;
  left: 0;
  top: 0;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  header nav .nav li:hover a {
    color: #ffb719;
  }
}
header nav .nav li.active:after {
  content: "";
}
header nav .nav li.active a {
  color: #fff !important;
}
header nav .nav a {
  display: block;
  font-size: 18px;
}
header nav .secondary, header nav .social {
  display: none;
}
header #navBtn {
  width: 30px;
  height: 24px;
  padding: 0;
  text-indent: -9999px;
  background: url(../img/menu.svg) no-repeat center center;
  background-size: 100%;
  display: none;
}
header #navBtn.active {
  background-image: url(../img/menu-close.svg);
  background-size: 24px 24px;
}
@media only screen and (max-width: 1199px) {
  header nav .nav li {
    margin-left: 30px;
  }
  header nav .nav li:after {
    height: 6px;
  }
}
@media only screen and (max-width: 991px) {
  header {
    height: 80px;
    padding: 0 40px;
  }
  header:after {
    top: 80px;
  }
  header #navBtn {
    display: block;
    z-index: 1000000;
  }
  header .logo {
    width: 100px;
    z-index: 1000000;
  }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 160px;
    box-sizing: border-box;
    height: 100vh;
    width: 100%;
    background: #000;
    z-index: 100001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  header nav.open {
    opacity: 1;
    visibility: visible;
  }
  header nav ul li, header nav .nav li {
    display: block;
    margin: 0 auto;
    line-height: inherit;
    text-align: center;
  }
  header nav ul li:after, header nav .nav li:after {
    display: none;
  }
  header nav ul li.active a, header nav .nav li.active a {
    color: #db001c;
  }
  header nav .nav {
    text-transform: uppercase;
    font-size: 24px;
  }
  header nav .nav li {
    padding: 12px 0;
  }
  header nav .secondary {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    display: block;
  }
  header nav .secondary:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 40px;
    height: 4px;
    background: #fff;
    content: "";
    margin-left: -20px;
  }
  header nav .secondary li {
    padding: 12px 0;
  }
  header nav .social {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 100px;
  }
  header nav .social li {
    display: inline-block;
    margin: 0 20px;
  }
  header nav .social li a {
    color: #fff;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  header {
    height: 80px;
    padding: 0 40px;
  }
  header:after {
    top: 80px;
  }
  header #navBtn {
    display: block;
    z-index: 1000000;
  }
  header .logo {
    width: 100px;
    z-index: 1000000;
  }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 160px;
    box-sizing: border-box;
    height: 100vh;
    width: 100%;
    background: #000;
    z-index: 100001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  header nav.open {
    opacity: 1;
    visibility: visible;
  }
  header nav ul li, header nav .nav li {
    display: block;
    margin: 0 auto;
    line-height: inherit;
    text-align: center;
  }
  header nav ul li:after, header nav .nav li:after {
    display: none;
  }
  header nav .nav {
    text-transform: uppercase;
    font-size: 24px;
  }
  header nav .nav li {
    padding: 12px 0;
  }
  header nav .secondary {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    display: block;
  }
  header nav .secondary:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 40px;
    height: 4px;
    background: #fff;
    content: "";
    margin-left: -20px;
  }
  header nav .secondary li {
    padding: 12px 0;
  }
  header nav .social {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 100px;
  }
  header nav .social li {
    display: inline-block;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  header {
    padding: 0 24px;
  }
  header nav {
    padding-top: 125px;
  }
  header nav .nav {
    font-size: 21px;
  }
  header nav .nav li {
    padding: 4px 0;
  }
  header nav .secondary {
    margin-top: 20px;
    padding-top: 25px;
    display: block;
    font-size: 15px;
  }
  header nav .secondary li {
    padding: 4px 0;
  }
  header nav .social {
    bottom: 90px;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  header {
    height: 60px;
  }
  header:after {
    top: 60px;
  }
  header nav {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header nav .secondary, header nav .social {
    display: none;
  }
}

#home footer:after {
  background: url(../img/arch-5.svg) no-repeat top left;
  -moz-transform: rotate(180deg) translateY(2px);
  -o-transform: rotate(180deg) translateY(2px);
  -ms-transform: rotate(180deg) translateY(2px);
  -webkit-transform: rotate(180deg) translateY(2px);
  transform: rotate(180deg) translateY(2px);
}

#contact-us footer:after {
  display: none;
}

#how-to-ride footer:after {
  background-image: url("../img/arch-3.svg");
  -moz-transform: scaleX(-1) translateY(-2px);
  -o-transform: scaleX(-1) translateY(-2px);
  -ms-transform: scaleX(-1) translateY(-2px);
  -webkit-transform: scaleX(-1) translateY(-2px);
  transform: scaleX(-1) translateY(-2px);
}

footer {
  background: #000;
  color: #fff;
  padding: 70px 0 35px;
  position: relative;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  footer a:hover {
    color: #00a1e1;
  }
}
footer:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-1.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
footer .wrap {
  width: calc(100% - 120px);
  margin: 0 auto;
}
footer .sec1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .sec1 div:first-of-type {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
footer .sec1 div:first-of-type.social {
  justify-content: flex-end;
  margin-top: 20px;
}
footer .sec1 div:first-of-type.social a {
  display: inline-block;
  margin: 0 0 0 25px;
  color: #fff;
}
footer .sec1 .logo {
  width: 130px;
}
footer .sec1 .m1 {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-left: 50px;
}
footer .sec1 .m1 img {
  width: 84px;
  margin-right: 20px;
}
footer .sec1 .m1 a, footer .sec1 .m1 span {
  width: 100%;
}
footer .sec1 .nav {
  text-align: right;
}
footer .sec1 .nav li {
  display: inline-block;
  margin-left: 50px;
  font-weight: 700;
  font-size: 18px;
  /* &:last-of-type {
      a {
         color: $yellow;
         @include desktop {
            &:hover {
               color: $blue;
            }
         }
      }
   }*/
}
footer .sec2 {
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1;
  margin-top: 80px;
}
footer .sec2 .copy {
  font-size: 12px;
}
footer .sec2 ul {
  font-size: 16px;
  text-align: right;
}
footer .sec2 ul li {
  display: inline-block;
  padding: 0 12px;
  border-left: 1px solid #fff;
}
footer .sec2 ul li:first-of-type {
  padding-left: 0;
  border-left: 0;
}
footer .sec2 ul li.visible-xs + li {
  border-left: none;
}
footer .sec2 ul li:last-of-type {
  padding-right: 0;
}
footer .sec2 .address {
  display: none;
}
@media only screen and (min-width: 1800px) {
  footer {
    padding: 120px 0 40px;
  }
  footer .sec2 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  footer .sec1 .logo {
    width: 120px;
  }
  footer .sec1 .m1 {
    line-height: 14px;
    font-size: 10px;
  }
  footer .sec1 .m1 img {
    width: 80px;
  }
  footer .sec1 .m1 a, footer .sec1 .m1 span {
    display: table;
  }
  footer .sec1 .nav {
    text-align: right;
  }
  footer .sec1 .nav li {
    margin-left: 15px;
    font-size: 16px;
  }
  footer .sec2 .copy {
    font-size: 10px;
  }
  footer .sec2 ul {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  footer .sec1 {
    flex-direction: column;
  }
  footer .sec1 div:not(.m1):first-of-type {
    width: 100%;
    justify-content: center;
  }
  footer .sec1 div:not(.m1) {
    width: 100%;
  }
  footer .sec1 .social {
    justify-content: center;
  }
  footer .sec1 .social h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .sec1 .nav {
    display: none;
  }
  footer .sec1 .m1 {
    text-align: right;
  }
  footer .sec1 .m1 img {
    order: 2;
    margin: 0 0 0 15px;
  }
  footer .sec2 ul {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  footer {
    padding-top: 45px;
  }
  footer .wrap {
    width: calc(100% - 48px);
  }
  footer .sec1 .logo {
    width: 100px;
  }
  footer .sec1 div:not(.m1):first-of-type {
    justify-content: center;
  }
  footer .sec1 div:not(.m1):first-of-type.social {
    margin: 40px 0 0;
  }
  footer .sec1 div:not(.m1):first-of-type.social h4 {
    margin-bottom: 10px;
  }
  footer .sec1 div:not(.m1):first-of-type.social a {
    margin: 0 15px;
  }
  footer .sec2 {
    margin-top: 40px;
  }
  footer .sec2 ul li {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  footer .wrap {
    width: 70%;
  }
  footer .sec1 .logo {
    width: 120px;
  }
  footer .sec1 .m1 img {
    margin: 0;
  }
  footer .sec1 .m1 p {
    display: none;
  }
  footer .sec1 div:not(.m1):first-of-type {
    justify-content: center;
  }
  footer .sec1 div:not(.m1):first-of-type.social {
    margin: 40px 0 0;
  }
  footer .sec1 div:not(.m1):first-of-type.social h4 {
    margin-bottom: 10px;
  }
  footer .sec1 div:not(.m1):first-of-type.social a {
    margin: 0 15px;
  }
  footer .sec2 {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .sec2 .copy {
    order: 3;
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  footer .sec2 ul {
    order: 1;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  footer .sec2 ul li {
    display: block;
    padding: 10px 0;
    border: 0;
    /*&:last-of-type {
       display: none;
    }*/
  }
  footer .sec2 .address {
    padding-top: 25px;
    margin-top: 25px;
    display: block;
    order: 2;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
  }
  footer .sec2 .address:after {
    position: absolute;
    width: 100%;
    height: 4px;
    width: 40px;
    margin-left: -20px;
    background: #fff;
    left: 50%;
    top: 0;
    content: "";
  }
  footer .sec2 .address a, footer .sec2 .address span {
    display: block;
  }
}

#landing {
  width: 100%;
  position: relative;
  margin-top: 100px;
  height: calc(100vh - 100px);
  display: block;
}
#landing .scr {
  bottom: 40px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 82%;
  z-index: 1001;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  pointer-events: none;
}
#landing .scr a {
  display: table;
  pointer-events: all;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #landing .scr a:hover i {
    margin-right: 10px;
  }
}
#landing .scr i {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-right: 5px;
}
#landing .cycle-slideshow {
  position: relative;
  width: 100%;
}
#landing .cycle-slideshow .slide {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  display: flex !important;
  align-items: center;
}
#landing .cycle-slideshow .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
#landing .cycle-slideshow .contain {
  z-index: 3;
}
#landing .cycle-slideshow .cont {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 5%;
  opacity: 0;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.25s;
}
#landing .cycle-slideshow .cont h1 {
  margin-bottom: 30px;
}
#landing .cycle-slideshow .cont p {
  text-transform: uppercase;
}
#landing .cycle-slideshow .cont .btn {
  margin-top: 40px;
  margin-bottom: 0;
}
#landing .cycle-slideshow .cycle-slide-active .cont {
  opacity: 1;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
#landing .cycle-slideshow .bg-fade {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#landing .cycle-slideshow .slide1 .bg-fade {
  top: 0;
  width: 80%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
#landing .cycle-slideshow .slide2 .bg-fade {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0) 100%);
}
#landing .cycle-slideshow .slide2 .contain {
  display: flex;
  justify-content: flex-end;
}
#landing .cycle-slideshow .slide3 .bg-fade {
  top: 0;
  width: 75%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
#landing .cycle-slideshow .slide3 .contain {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1800px) {
  #landing .slide2 .cont, #landing .slide3 .cont {
    padding-right: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  #landing .cycle-slideshow .cont {
    font-size: 21px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1199px) and (pointer: coarse), only screen and (max-width: 1199px) and (max-width: 1199px) {
  #landing .cycle-slideshow .cont {
    margin-top: -30px;
  }
  #landing .scr {
    bottom: 80px;
  }
  #landing .cycle-pager {
    bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #landing {
    margin-top: 80px;
    height: calc(100vh - 80px);
  }
}
@media only screen and (max-width: 991px) {
  #landing {
    margin-top: 80px;
    height: calc(100vh - 80px);
  }
}
@media only screen and (max-width: 991px) and (orientation: portrait) {
  #landing .cycle-slideshow .slide {
    height: calc(100vh - 80px);
    display: block !important;
  }
  #landing .cycle-slideshow .slide .bg-fade {
    width: 100% !important;
    height: 20% !important;
    top: 358px !important;
    bottom: auto !important;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0) 100%);
  }
  #landing .cycle-slideshow .bg {
    height: calc(100vh - 438px);
    margin-top: 358px;
  }
  #landing .cycle-slideshow .contain {
    -moz-transform: translateY(21px);
    -o-transform: translateY(21px);
    -ms-transform: translateY(21px);
    -webkit-transform: translateY(21px);
    transform: translateY(21px);
  }
  #landing .cycle-slideshow .cont {
    margin-top: 0;
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #000;
    padding-right: 0;
    height: 358px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
  }
  #landing .cycle-slideshow .cont h1 {
    margin-bottom: 20px;
  }
  #landing .cycle-slideshow .cont p {
    width: 100%;
  }
  #landing .cycle-slideshow .slide2 .contain {
    justify-content: flex-start;
  }
  #landing .cycle-slideshow .slide3 .contain {
    justify-content: flex-start;
  }
  #landing .scr {
    bottom: 100px;
  }
  #landing .cycle-pager {
    bottom: 100px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #landing .cycle-slideshow .slide .bg-fade {
    top: 238px !important;
  }
  #landing .cycle-slideshow .bg {
    height: calc(100vh - 318px);
    margin-top: 238px;
  }
  #landing .cycle-slideshow .contain {
    -moz-transform: translateY(16px);
    -o-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  #landing .cycle-slideshow .cont {
    height: 238px;
    font-size: 16px;
  }
  #landing .cycle-slideshow .cont h1 {
    margin-bottom: 15px;
  }
  #landing .cycle-slideshow .cont .btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #landing .scr {
    bottom: 24px;
    width: calc(100% - 48px);
  }
  #landing .cycle-pager {
    bottom: 24px;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  #landing {
    height: calc(100vh - 60px);
    margin-top: 60px;
  }
  #landing .cycle-slideshow .slide {
    height: calc(100vh - 60px);
  }
  #landing .cycle-slideshow .cont {
    font-size: 16px;
    margin-top: 9px;
    padding-right: 20px;
  }
  #landing .cycle-slideshow .cont h1 {
    margin-bottom: 15px;
  }
  #landing .cycle-slideshow .cont .btn {
    margin-top: 20px;
  }
  #landing .scr {
    display: none;
  }
  #landing .cycle-pager {
    bottom: 24px;
    width: calc(100% - 48px);
  }
}

#intro .contain {
  padding: 120px 0;
}
#intro .contain h2 {
  max-width: 390px;
}
#intro .col-rt {
  margin-top: 45px;
}
#intro .col-rt p {
  max-width: 560px;
}
#intro .col-rt p.bold {
  padding-top: 20px;
  font-size: 21px;
  margin-bottom: 20px;
  letter-spacing: 0;
  line-height: 1.2;
}
#intro .col-rt p + p {
  margin-top: 25px;
}
#intro .col-rt p + a {
  margin-top: 25px;
}
#intro .divide {
  position: relative;
  height: 100px;
  display: block;
  width: 100%;
  background: #db001c;
}
#intro .divide:after {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-1.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: scaleX(-1) rotate(180deg) translateY(-1px);
  -o-transform: scaleX(-1) rotate(180deg) translateY(-1px);
  -ms-transform: scaleX(-1) rotate(180deg) translateY(-1px);
  -webkit-transform: scaleX(-1) rotate(180deg) translateY(-1px);
  transform: scaleX(-1) rotate(180deg) translateY(-1px);
}
@media only screen and (min-width: 1800px) {
  #intro .col-rt {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #intro .contain {
    padding: 60px 0 80px;
  }
  #intro .col-rt {
    margin-top: 30px;
  }
  #intro .col-rt p:last-of-type {
    font-size: 14px;
  }
  #intro .divide {
    height: 50px;
  }
  #intro .divide:after {
    bottom: 50px;
  }
}

#home #intro .contain {
  padding: 12.5vw 0;
}

#home #how-to-ride-section:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-1.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: scaleX(-1) translateY(-1px);
  -o-transform: scaleX(-1) translateY(-1px);
  -ms-transform: scaleX(-1) translateY(-1px);
  -webkit-transform: scaleX(-1) translateY(-1px);
  transform: scaleX(-1) translateY(-1px);
}
#home #how-to-ride-section .accord {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 51px;
}

#how-to-ride-section {
  background: #00a1e1;
  color: #fff;
  padding: 120px 0 120px;
  position: relative;
}
#how-to-ride-section:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-4.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: scaleX(-1) translateY(-1px);
  -o-transform: scaleX(-1) translateY(-1px);
  -ms-transform: scaleX(-1) translateY(-1px);
  -webkit-transform: scaleX(-1) translateY(-1px);
  transform: scaleX(-1) translateY(-1px);
}
#how-to-ride-section .col-lt p {
  margin-top: 40px;
}
#how-to-ride-section .col-rt {
  padding-top: 51px;
}
#how-to-ride-section .rider-101 {
  margin-top: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
#how-to-ride-section .rider-101 div {
  width: calc(33.33% - 50px);
}
#how-to-ride-section .rider-101 div figure {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  background: none;
  margin-bottom: 40px;
}
#how-to-ride-section .rider-101 div figure img {
  height: 48px;
  width: 48px;
  margin-right: 20px;
}
#how-to-ride-section .rider-101 div figure figcaption {
  display: inline-block;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.52;
}
#how-to-ride-section .rider-101 div figure figcaption strong {
  color: #ffd600;
}
#how-to-ride-section .rider-101 div p {
  font-size: 18px;
  line-height: 1.6667;
  font-weight: 400;
}
#how-to-ride-section .rider-101 + .center {
  text-align: center;
  margin: 70px 0 0;
}
#how-to-ride-section .rider-101 + .center p {
  margin-bottom: 20px;
}
#how-to-ride-section .rider-101 + .center a {
  margin: 0 auto;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  #how-to-ride-section .rider-101 div {
    width: calc(33.33% - 25px);
  }
  #how-to-ride-section .rider-101 div p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  #how-to-ride-section .rider-101 div {
    width: 100%;
    margin-bottom: 50px;
  }
  #how-to-ride-section .rider-101 div figure {
    margin-bottom: 20px;
  }
  #how-to-ride-section .rider-101 div figure figcaption {
    font-size: 18px;
  }
  #how-to-ride-section .rider-101 div p {
    font-size: 16px;
  }
}
#how-to-ride-section .band-item {
  position: relative;
}
#how-to-ride-section .band-item:before {
  width: 60px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#how-to-ride-section .band-item.first:before {
  display: none;
}
#how-to-ride-section h3 {
  padding: 50px 0 40px;
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #how-to-ride-section h3:hover {
    opacity: 0.65;
  }
}
#how-to-ride-section h3.active .icon {
  background-image: url(../img/icon-hide.svg);
  background-size: 24px auto;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #how-to-ride-section h3.active:hover {
    opacity: 1;
  }
}
#how-to-ride-section .icon {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100% !important;
  width: 28px;
  margin-top: 4px;
  background-image: url(../img/icon-expand.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 28px auto;
}
#how-to-ride-section .acc-cont {
  padding-bottom: 40px;
  display: none;
  /* ul:not(.general) {
      padding: 24px 0 0;
   }*/
  /*li {
     position: relative;
     padding: 4px 0 4px 20px;
     box-sizing: border-box;
     &:before {
        position: absolute;
        width: 6px;
        height: 6px;
        content: '';
        left: 0;
        top: 15px;
        background: #fff;
        border-radius: 3px;
     }
  }*/
}
#how-to-ride-section .acc-cont.active {
  display: block;
}
#how-to-ride-section .acc-cont p:not(:first-of-type) {
  padding-top: 24px;
}
#how-to-ride-section .acc-cont .hours span {
  display: inline-block;
  width: 180px;
}
#how-to-ride-section .acc-cont ul {
  padding-left: 21px;
}
#how-to-ride-section .acc-cont ul li {
  list-style-type: disc;
}
#how-to-ride-section .acc-cont.flex, #how-to-ride-section .acc-cont .flex {
  padding-right: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
#how-to-ride-section .acc-cont.flex > *:first-child, #how-to-ride-section .acc-cont .flex > *:first-child {
  padding-right: 120px;
  box-sizing: border-box;
  flex: 1;
  width: calc(100% - 250px);
  box-sizing: border-box;
}
#how-to-ride-section .acc-cont.flex .additional-info, #how-to-ride-section .acc-cont .flex .additional-info {
  width: 250px;
  max-width: 250px;
  min-width: 250px;
}
#how-to-ride-section .acc-cont.flex .additional-info p, #how-to-ride-section .acc-cont .flex .additional-info p {
  font-weight: 600;
}
#how-to-ride-section .acc-cont.flex .additional-info a, #how-to-ride-section .acc-cont .flex .additional-info a {
  width: 100%;
  text-align: center;
}
#how-to-ride-section .acc-cont.flex + .flex, #how-to-ride-section .acc-cont .flex + .flex {
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  #how-to-ride-section .acc-cont.flex, #how-to-ride-section .acc-cont .flex {
    padding-right: 0;
    flex-direction: column;
  }
  #how-to-ride-section .acc-cont.flex > *:first-child, #how-to-ride-section .acc-cont .flex > *:first-child {
    padding-right: 0;
    width: 100%;
  }
  #how-to-ride-section .acc-cont.flex .additional-info, #how-to-ride-section .acc-cont .flex .additional-info {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    padding-top: 20px;
  }
  #how-to-ride-section .acc-cont.flex .additional-info a, #how-to-ride-section .acc-cont .flex .additional-info a {
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1199px) {
  #how-to-ride-section {
    padding: 120px 0;
  }
  #how-to-ride-section .col-rt {
    margin-top: 10px;
    padding-top: 31px;
  }
  #how-to-ride-section .band-item {
    font-size: 16px;
  }
  #how-to-ride-section .band-item:before {
    height: 4px;
  }
  #how-to-ride-section h3 {
    padding: 40px 0 35px;
  }
  #how-to-ride-section .acc-cont {
    padding-bottom: 35px;
  }
  #how-to-ride-section .acc-cont ul:not(.general) {
    padding: 18px 0 0;
  }
  #how-to-ride-section .acc-cont p:not(:first-of-type) {
    padding-top: 18px;
  }
  #how-to-ride-section .acc-cont li {
    padding: 4px 0 4px 20px;
  }
  #how-to-ride-section .acc-cont li:before {
    top: 14px;
  }
}
@media only screen and (max-width: 991px) {
  #how-to-ride-section .col-rt {
    padding-top: 0;
  }
  #how-to-ride-section .rider-101 {
    margin: 50px auto 0;
  }
  #how-to-ride-section .rider-101 + .center {
    text-align: left;
    margin: 0;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #how-to-ride-section {
    padding: 60px 0;
  }
  #how-to-ride-section .col-lt p {
    margin-top: 25px;
  }
  #how-to-ride-section .band-item:before {
    width: 40px;
  }
  #how-to-ride-section h3 {
    padding: 30px 0 25px;
  }
  #how-to-ride-section h3.active .icon {
    background-size: 16px auto;
  }
  #how-to-ride-section .icon {
    width: 22px;
    background-size: 22px auto;
  }
  #how-to-ride-section .acc-cont {
    font-size: 15px;
  }
}

#on-the-line-section {
  margin-top: 0;
  display: block;
  position: relative;
}
#on-the-line-section a.btn.black:hover {
  color: #fff;
  background-color: #db001c;
}
#on-the-line-section:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-2.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
}
#on-the-line-section:after {
  position: absolute;
  top: 100%;
  right: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-3.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
}
#on-the-line-section .vid-wrap {
  position: relative;
  overflow: hidden;
}
#on-the-line-section .vid-wrap .slide {
  position: relative;
  width: 100%;
  height: 52vw;
  max-height: calc(100vh - 95px);
}
#on-the-line-section .vid-wrap .slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#on-the-line-section .vid-wrap .bg {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#on-the-line-section .vid-wrap .cont {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: flex-end;
}
#on-the-line-section .vid-wrap .contain {
  margin-bottom: 60px;
}
#on-the-line-section .vid-wrap .play {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  opacity: 0;
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.25s;
}
#on-the-line-section .vid-wrap .play .icon {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  text-align: left;
  background: #db001c;
  display: flex;
  justify-content: center;
  margin-right: 15px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#on-the-line-section .vid-wrap .play .icon img {
  display: block;
  width: 14px;
  margin-left: 4px;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #on-the-line-section .vid-wrap .play:hover .icon {
    background: #00a1e1;
  }
}
#on-the-line-section .vid-wrap .cycle-slide-active .play {
  opacity: 1;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#on-the-line-section .vid-pager {
  bottom: 60px;
  pointer-events: none;
}
#on-the-line-section .vid-pager span {
  pointer-events: all;
}
#on-the-line-section .vidNav {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1001;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
}
#on-the-line-section .vidNav span {
  cursor: pointer;
  width: 28px;
  height: 40px;
  opacity: 0.75;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#on-the-line-section .vidNav span img {
  display: block;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #on-the-line-section .vidNav span:hover {
    opacity: 1;
  }
}
#on-the-line-section .vidNav .vidNext img {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#on-the-line-section .otl {
  background: #ffb719;
  padding: 120px 0 120px;
}
#on-the-line-section .otl .col-rt {
  margin-top: 45px;
}
#on-the-line-section .otl .col-rt p + p {
  margin-top: 30px;
}
#on-the-line-section .otl .btn {
  margin-top: 35px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1800px) {
  #on-the-line-section .vid-wrap .play {
    font-size: 20px;
  }
  #on-the-line-section .vid-wrap .play .icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 20px;
  }
  #on-the-line-section .vid-wrap .play .icon img {
    width: 18px;
  }
  #on-the-line-section .otl .col-rt {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 991px) {
  #on-the-line-section .vid-wrap .slide {
    height: 65vw;
  }
  #on-the-line-section .otl {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #on-the-line-section .vidNav {
    padding: 0 12px;
  }
  #on-the-line-section .vidNav span {
    width: 18px;
    height: 26px;
  }
  #on-the-line-section .otl {
    padding: 60px 0 80px;
  }
  #on-the-line-section .otl .col-rt {
    margin-top: 25px;
  }
  #on-the-line-section .otl .col-rt p + p {
    margin-top: 25px;
  }
  #on-the-line-section .otl .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  #on-the-line-section .vid-wrap .contain {
    margin-bottom: 40px;
  }
  #on-the-line-section .vid-pager {
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #on-the-line-section .vid-wrap .contain {
    margin-bottom: 80px;
  }
  #on-the-line-section .vid-wrap .contain .play {
    margin: 0 auto;
  }
  #on-the-line-section .vid-wrap .slide {
    height: 100vw;
  }
  #on-the-line-section .vid-pager {
    bottom: 24px;
    justify-content: center;
  }
  #on-the-line-section .vid-pager span {
    margin: 0 5px;
  }
}

#home #faq-section {
  background: #db001c;
  position: relative;
  color: #fff;
  padding: 140px 0 180px;
}
#home #faq-section:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-3.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
#home #faq-section .col-wrap {
  align-items: center;
}
#home #faq-section .col-lt img {
  width: calc(100% + 9vw);
  max-width: none;
  margin-left: -9vw;
}
#home #faq-section p {
  margin-top: 35px;
}
#home #faq-section .btn {
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  #home #faq-section {
    padding: 100px 0 70px;
  }
  #home #faq-section .col-wrap {
    display: flex;
  }
  #home #faq-section .col-lt {
    order: 2;
    padding-top: 80px;
  }
  #home #faq-section .col-lt img {
    width: 100%;
    margin: 0 auto;
  }
  #home #faq-section .col-rt {
    order: 1;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #home #faq-section {
    padding: 60px 0 80px;
  }
  #home #faq-section .col-rt p {
    margin-top: 25px;
  }
  #home #faq-section .col-lt {
    padding-top: 50px;
  }
  #home #faq-section .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #home #faq-section .col-lt img {
    max-width: calc(100% + 48px);
    width: calc(100% + 48px);
    margin-left: -24px;
    border-top-left-radius: 20vw 9vw;
  }
}

#home #safety-section {
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  #home #safety-section {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #home #safety-section:before {
    position: absolute;
    top: 0;
    right: 0;
    background: #ffb719;
    content: "";
    width: 100%;
    height: 100px;
    z-index: -1;
  }
  #home #safety-section .banner {
    height: 130vw;
    object-position: center right;
    border-top-right-radius: 20vw 9vw;
  }
  #home #safety-section .sec2 {
    margin-top: 20px;
  }
  #home #safety-section .sec2 p {
    padding-top: 10px;
  }
  #home #safety-section .sec2 .item {
    width: 100%;
    margin-top: 30px;
  }
}

#safety-section {
  position: relative;
  display: block;
  padding-bottom: 140px;
  padding-top: 120px;
}
#safety-section .banner {
  width: 100%;
  margin: 0 auto;
  max-height: calc(100vh - 95px);
  object-fit: cover;
}
#safety-section .sec1 {
  margin: -100px -50px 0;
  width: calc(100% + 100px);
  padding: 50px 50px 0;
  box-sizing: border-box;
  background: #fff;
  border-top-right-radius: 100px;
}
#safety-section .sec1 .col-rt {
  margin-top: 45px;
}
#safety-section .sec1 .col-rt p:last-of-type {
  margin-top: 20px;
}
#safety-section .sec1 .btn {
  margin-top: 35px;
}
#safety-section .sec1 .btn + br + .btn {
  margin-top: 0;
}
#safety-section .sec2 {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#safety-section .sec2 .item {
  width: calc(33.333% - 53.3333333333px);
  color: #000;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #safety-section .sec2 .item:hover figure:before {
    background: rgba(0, 0, 0, 0.4);
  }
  #safety-section .sec2 .item:hover figure .play .icon {
    background: #00a1e1;
  }
}
#safety-section .sec2 .item span {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#safety-section .sec2 figure {
  display: block;
  position: relative;
}
#safety-section .sec2 figure img {
  height: auto;
}
#safety-section .sec2 figure:before {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#safety-section .sec2 figure .play {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  z-index: 3;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#safety-section .sec2 figure .play .icon {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  text-align: left;
  background: #db001c;
  display: flex;
  justify-content: center;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#safety-section .sec2 figure .play .icon img {
  display: block;
  width: 14px;
  margin-left: 4px;
}
#safety-section .sec2 img {
  position: relative;
  z-index: 1;
  display: block;
  height: auto;
}
#safety-section .sec2 .info {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  text-transform: uppercase;
}
#safety-section .sec2 .info span:first-of-type {
  font-weight: 600;
}
#safety-section .sec2 .safety span {
  font-weight: 600;
}
#safety-section .sec2 .safety span i {
  margin-right: 5px;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #safety-section .sec2 .safety:hover span:last-of-type {
    color: #00a1e1;
  }
}
#safety-section .sec2 p {
  padding-top: 20px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#safety-section .covid {
  background: #db001c;
  margin: 120px auto 0;
  color: #fff;
  padding: 100px 80px;
  box-sizing: border-box;
  border-bottom-right-radius: 100px;
}
#safety-section .covid p {
  padding-top: 30px;
}
#safety-section .covid ul {
  padding-top: 30px;
}
#safety-section .covid ul li {
  position: relative;
  padding: 4px 0 4px 20px;
  box-sizing: border-box;
}
#safety-section .covid ul li:before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  left: 0;
  top: 15px;
  background: #fff;
  border-radius: 3px;
}
#safety-section .covid .btn {
  margin-top: 35px;
}
@media only screen and (min-width: 1800px) {
  #safety-section .sec1 {
    padding: 60px 50px 0;
  }
  #safety-section .sec1 .col-rt {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 1199px) {
  #safety-section .sec2 .item {
    width: calc(33.333% - 26.6666666667px);
  }
  #safety-section .sec2 .info {
    font-size: 13px;
  }
  #safety-section .sec2 p {
    font-size: 14px;
  }
  #safety-section .covid {
    padding: 50px 40px;
  }
  #safety-section .covid p {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  #safety-section .sec2 {
    flex-wrap: wrap;
  }
  #safety-section .sec2 .item {
    width: calc(50% - 20px);
  }
  #safety-section .sec2 .safety {
    margin-top: 60px;
  }
  #safety-section .covid {
    margin-top: 100px;
    padding: 50px 40px;
  }
  #safety-section .covid p {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #safety-section {
    padding-bottom: 70px;
    padding-top: 60px;
  }
  #safety-section .sec1 {
    border-radius: 0;
  }
  #safety-section .sec1 .col-rt {
    margin-top: 25px;
  }
  #safety-section .sec1 .btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #safety-section .sec1 .btn + br + .btn {
    margin-top: 20px;
  }
  #safety-section .sec2 {
    margin-top: 50px;
  }
  #safety-section .sec2 .item {
    width: 100%;
  }
  #safety-section .sec2 .item + .item {
    margin-top: 60px;
  }
  #safety-section .covid {
    margin-top: 60px;
    padding: 36px 24px;
    border-bottom-right-radius: 50px;
  }
  #safety-section .covid ul {
    padding-top: 15px;
    font-size: 15px;
  }
  #safety-section .covid p {
    padding-top: 15px;
  }
  #safety-section .covid .btn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #home #contact-us {
    border-top-left-radius: 20vw 9vw;
    border-bottom-right-radius: 20vw 9vw;
    padding: 60px 0 50px;
  }
  #home #contact-us:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #ffecca;
    height: 9vw;
    top: unset;
    z-index: -1;
  }
  #home #contact-us .col-lt p {
    margin-top: 25px;
  }
  #home #contact-us .col-lt .social {
    font-size: 14px;
  }
  #home #contact-us .col-lt .social a {
    font-size: 21px;
  }
  #home #contact-us .col-rt {
    margin-top: 50px;
  }
  #home #contact-us input:not([type=submit]), #home #contact-us textarea {
    padding: 16px;
    margin: 15px 0 0;
  }
  #home #contact-us input:not([type=submit]).half, #home #contact-us textarea.half {
    width: 100%;
  }
  #home #contact-us textarea {
    height: 200px;
  }
  #home #contact-us input[type=submit] {
    margin: 25px 0 0;
  }
  #home #contact-us ::placeholder {
    color: #cfd1d2;
  }
  #home #contact-us ::-ms-input-placeholder {
    color: #cfd1d2;
  }
  #home #contact-us .select {
    height: 48px;
  }
  #home #contact-us .select i {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    line-height: 48px;
    width: 40px;
    text-align: center;
    pointer-events: none;
  }
  #home #contact-us .select select {
    line-height: 48px;
    padding: 0 16px;
  }
}

#sponsors {
  background: #ffecca;
  padding: 80px 0;
  position: relative;
}
#sponsors:after {
  position: absolute;
  top: -5.8vw;
  left: 0;
  width: 20%;
  height: 5.8vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-7.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: translateY(2px);
  -o-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#sponsors .logos {
  width: calc(100% - 120px);
  max-width: 1600px;
  margin: 0 auto;
}
#sponsors .slick-wrap {
  margin-top: 60px;
}
#sponsors .slick-wrap .slick-track {
  display: flex;
  align-items: center;
}
#sponsors .slick-wrap a img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  max-height: 70px;
}
@media only screen and (min-width: 1800px) {
  #sponsors {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 1199px) {
  #sponsors .slick-wrap a img {
    max-width: 180px;
    max-height: 60px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #sponsors {
    padding: 65px 0;
  }
  #sponsors:after {
    display: none;
  }
  #sponsors .slick-wrap {
    margin-top: 30px;
  }
  #sponsors .slick-wrap a img {
    max-width: 150px;
    max-height: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #sponsors .logos {
    width: calc(100% - 48px);
  }
}

#safety #intro a.text-link {
  font-weight: 600;
}

#covid-precautions {
  background: #ffb719;
  padding: 120px 0;
  position: relative;
}
#covid-precautions:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-4.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: scaleX(-1) translateY(-1px);
  -o-transform: scaleX(-1) translateY(-1px);
  -ms-transform: scaleX(-1) translateY(-1px);
  -webkit-transform: scaleX(-1) translateY(-1px);
  transform: scaleX(-1) translateY(-1px);
}
#covid-precautions:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-4.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: translateY(1px) scaleY(-1);
  -o-transform: translateY(1px) scaleY(-1);
  -ms-transform: translateY(1px) scaleY(-1);
  -webkit-transform: translateY(1px) scaleY(-1);
  transform: translateY(1px) scaleY(-1);
}
#covid-precautions .contain h2 {
  margin-bottom: 60px;
}
#covid-precautions .contain ul {
  font-size: 21px;
  line-height: 1.725;
  box-sizing: border-box;
  padding: 30px 0 30px 21px;
}
#covid-precautions .contain ul li {
  list-style-type: disc;
}
#covid-precautions .contain p + p {
  margin-top: 25px;
}
#covid-precautions .contain p:last-of-type {
  margin-bottom: 20px;
}
#covid-precautions .contain.hidden-safety {
  display: none;
  padding-top: 75px;
}
#covid-precautions .contain.hidden-safety p {
  margin-bottom: 0;
}
#covid-precautions .contain.hidden-safety h3 {
  margin-bottom: 10px;
}
#covid-precautions .contain.hidden-safety h4 {
  text-transform: none;
  font-weight: 700;
  font-size: 21px;
  margin: 15px 0;
}
#covid-precautions .contain.hidden-safety ul {
  padding-top: 0;
  padding-bottom: 0px;
}
#covid-precautions .contain.hidden-safety #closeSafety {
  margin-top: 40px;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #covid-precautions {
    padding: 60px 0 80px;
  }
  #covid-precautions .contain h2 {
    margin-bottom: 30px;
  }
  #covid-precautions .contain ul {
    padding: 20px 0 20px 17px;
    font-size: 17px;
    line-height: 28px;
  }
}

#faq-section {
  padding-top: 120px;
  padding-bottom: 110px;
}
#faq-section .col-wrap .col-lt {
  width: 60%;
  flex: 1;
}
#faq-section .col-wrap .col-rt {
  width: 40%;
  padding-left: 120px;
  box-sizing: border-box;
  min-width: 435px;
}
#faq-section .col-wrap .col-rt .blue-box {
  padding: 60px;
  color: #fff;
  background-color: #00a1e1;
  max-width: 350px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
#faq-section .col-wrap .col-rt .blue-box p {
  font-weight: 600;
  padding-bottom: 10px;
}
#faq-section .col-wrap .col-rt .blue-box .btn {
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  #faq-section .col-wrap .col-rt {
    padding-left: 60px;
    min-width: 380px;
  }
}
@media only screen and (max-width: 991px) {
  #faq-section {
    padding: 60px 0 80px;
  }
  #faq-section .col-wrap {
    flex-direction: column-reverse;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #faq-section .col-wrap .col-lt {
    width: 100%;
  }
  #faq-section .col-wrap .col-rt {
    width: 100%;
    padding: 0;
  }
  #faq-section .col-wrap .col-rt .blue-box {
    margin: 0px auto 60px 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #faq-section {
    padding: 60px 0 60px;
  }
  #faq-section .col-wrap {
    flex-direction: column-reverse;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #faq-section .col-wrap .col-lt {
    width: 100%;
  }
  #faq-section .col-wrap .col-rt {
    width: 100%;
    padding: 0;
    min-width: unset;
  }
  #faq-section .col-wrap .col-rt .blue-box {
    max-width: unset;
    padding: 30px;
    margin: 0px auto 60px 0;
  }
}

#faq .accord {
  margin-top: 50px;
}
#faq .accord h3 {
  text-transform: none;
}
#faq .accord .band-item {
  padding-bottom: 30px;
  padding-left: 40px;
  max-width: 650px;
}
#faq .accord .band-item .acc-link {
  position: relative;
}
#faq .accord .band-item .acc-link:before {
  position: absolute;
  left: -35px;
  top: 16.0938px;
  transform: rotate(-90deg) translateY(-50%);
  font-size: 21px;
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  transform-origin: center top;
}
#faq .accord .band-item .acc-link.active:before {
  transform: rotate(0) translateY(-50%);
}
#faq .accord .band-item .acc-cont {
  padding-top: 5px;
  display: none;
}
#faq .accord .band-item .acc-cont p, #faq .accord .band-item .acc-cont li {
  font-size: 21px;
  font-weight: 400;
}
#faq .accord .band-item .acc-cont ul {
  padding: 0 0 0 21px;
}
#faq .accord .band-item .acc-cont li {
  list-style-type: disc;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #faq .accord {
    margin-top: 30px;
  }
  #faq .accord .band-item .acc-link:before {
    top: 9.1875px;
  }
  #faq .accord .band-item .acc-cont p, #faq .accord .band-item .acc-cont li {
    font-size: 17px;
  }
  #faq .accord .band-item .acc-cont ul {
    padding-left: 17px;
  }
}

#ask-lisa {
  background: #00c461;
  color: #fff;
  position: relative;
}
#ask-lisa:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-4.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: translateY(-1px) scaleX(-1);
  -o-transform: translateY(-1px) scaleX(-1);
  -ms-transform: translateY(-1px) scaleX(-1);
  -webkit-transform: translateY(-1px) scaleX(-1);
  transform: translateY(-1px) scaleX(-1);
}
#ask-lisa .contain {
  padding-top: 120px;
  padding-bottom: 120px;
}
#ask-lisa .contain figure {
  margin-top: 50px;
}
#ask-lisa .contain figure img {
  max-width: 400px;
  width: 100%;
}
#ask-lisa .contain .col-lt {
  flex: 1;
  padding-right: 60px;
}
#ask-lisa .contain .col-rt {
  padding-top: 51px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1800px) {
  #ask-lisa .contain .col-rt {
    padding-top: 63px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #ask-lisa .contain {
    padding: 60px 0;
  }
  #ask-lisa .contain figure {
    margin-top: 30px;
  }
  #ask-lisa .contain figure img {
    max-width: 100%;
  }
  #ask-lisa .contain .col-rt {
    padding-top: 30px;
  }
}

#history {
  background: #f04e2f;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  color: #fff;
}
#history:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-4.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
#history .contain img {
  display: inline-block;
  float: right;
  max-width: 240px;
  width: 18vw;
  margin-top: 40px;
  margin-left: 30px;
  height: auto;
}
#history .contain h2 {
  margin-bottom: 60px;
}
#history .contain p + p {
  margin-top: 40px;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #history {
    padding: 60px 0 80px;
  }
  #history .contain img {
    margin-top: 10px;
  }
  #history .contain h2 {
    margin-bottom: 25px;
  }
  #history .contain p + p {
    margin-top: 20px;
  }
}

#team {
  padding: 120px 0;
}
#team .contain {
  margin-bottom: 80px;
}
#team .contain .col-lt {
  width: 36%;
  padding-right: 60px;
}
#team .contain .col-rt {
  margin-top: 51px;
  width: 64%;
}
#team .contain .col-rt p {
  max-width: 100%;
}
#team .contain .col-rt p.hidden {
  display: none;
}
#team .contain.member {
  margin-bottom: 0;
}
#team .contain.member .col-rt {
  margin-top: 0;
}
#team .contain.member .col-rt h3 {
  font-size: 36px;
}
#team .contain.member .col-rt span.title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  margin-top: 5px;
}
#team .contain.member .col-rt p {
  margin-bottom: 25px;
}
#team .contain.member .col-lt figure img {
  width: 100%;
  height: auto;
  max-width: 350px;
}
#team .contain.member + .member {
  margin-top: 90px;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #team {
    padding: 60px 0 80px;
  }
  #team .contain {
    margin-bottom: 60px;
  }
  #team .contain .col-lt, #team .contain .col-rt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #team .contain .col-rt {
    margin-top: 30px;
  }
  #team .contain.member .col-rt {
    margin-top: 30px;
  }
  #team .contain.member + .member {
    margin-top: 40px;
  }
}

#additional-staff {
  padding: 0 0 120px 0;
}
#additional-staff h2 {
  margin-bottom: 20px;
}
#additional-staff h2 + p {
  margin-bottom: 50px;
  max-width: 900px;
}
#additional-staff h5 {
  margin-top: 25px;
  font-weight: 900;
}
#additional-staff h5:first-of-type {
  margin-top: 0;
}
#additional-staff span.title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  #additional-staff {
    padding: 0 0 80px;
  }
  #additional-staff .col-rt {
    margin-top: 25px;
  }
}

#careers {
  position: relative;
  padding-top: 120px;
  padding-bottom: 160px;
  background: #ffb719;
}
#careers:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-4.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
#careers .col-rt {
  padding-top: 51px;
}
@media only screen and (min-width: 1800px) {
  #careers .col-rt {
    padding-top: 63px;
  }
}
#careers .col-rt p + p {
  margin-top: 40px;
}
#careers .col-rt a.btn {
  margin-top: 50px;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #careers {
    padding: 60px 0 80px;
  }
  #careers .col-rt {
    padding-top: 30px;
  }
  #careers .col-rt p + p {
    margin-top: 20px;
  }
  #careers .col-rt a.btn {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

#team-grid {
  padding: 120px 0;
}
#team-grid .team-grid {
  display: grid;
  grid-template-columns: repeat(3, calc(33.333% - 26.6667px));
  grid-gap: 40px;
}
#team-grid .team-grid .member {
  position: relative;
}
#team-grid .team-grid .member img {
  width: 100%;
  height: auto;
}
#team-grid .team-grid .member h3 {
  text-transform: uppercase;
  margin-top: 10px;
}
#team-grid .team-grid .member span.title {
  text-transform: uppercase;
  font-size: 16px;
  display: block;
}
#team-grid .team-grid .member .open-modal {
  color: #db001c;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  transition: all 0.15s ease;
  /*border-radius:8px;
  position: absolute;
   right: 0;
   bottom: 0;
   margin: 0;
   width: 42px;
   box-sizing: border-box;
   padding: 0;
   text-align: center;
   font-size:22px;
   line-height:42px;
   height:42px;*/
}
#team-grid .team-grid .member .open-modal:hover {
  transition: all 0.15s ease;
  color: #000;
}
@media only screen and (max-width: 1199px) {
  #team-grid {
    padding: 100px 0 100px;
  }
  #team-grid .team-grid {
    grid-template-columns: repeat(2, calc(50% - 20px));
  }
  #team-grid .team-grid .member .open-modal {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #team-grid {
    padding: 60px 0 80px;
  }
  #team-grid .team-grid {
    grid-template-columns: 100%;
  }
}

.team-modal {
  height: 100vh;
  width: 100vw;
  background: #00a1e1;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999999;
}
.team-modal .close-modal {
  position: absolute;
  top: calc(10vh + 40px);
  right: calc(5vw + 40px);
  height: 25px;
  width: 25px;
}
.team-modal .close-modal svg {
  width: 100%;
}
.team-modal .close-modal svg line {
  transition: all 0.15s ease;
}
.team-modal .close-modal:hover svg line {
  stroke: #db001c;
  transition: all 0.15s ease;
}
.team-modal .bio-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-modal .bio-wrap .col-wrap {
  height: 80vh;
  width: 90vw;
  max-width: 1360px;
  border: 10px solid #db001c;
  border-radius: 40px;
  overflow: hidden;
}
.team-modal .bio-wrap .col-wrap .col {
  height: 100%;
}
.team-modal .bio-wrap .col-wrap .col.col-lt {
  width: 35%;
  align-self: stretch;
  padding-right: 0;
}
.team-modal .bio-wrap .col-wrap .col.col-lt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.team-modal .bio-wrap .col-wrap .col.col-rt {
  width: 65%;
  padding-right: 100px;
  padding-left: 60px;
  padding-top: 60px;
  padding-bottom: 10px;
  overflow-y: auto;
  border-bottom: 10px solid #00a1e1;
}
.team-modal .bio-wrap .col-wrap .col.col-rt h2 {
  color: #fff;
  margin-bottom: 15px;
}
.team-modal .bio-wrap .col-wrap .col.col-rt span.title {
  color: #fff;
  margin-bottom: 30px;
  display: block;
}
.team-modal .bio-wrap .col-wrap .col.col-rt p {
  max-width: 100%;
  color: #fff;
  font-size: 18px;
}
.team-modal .bio-wrap .col-wrap .col.col-rt p + p {
  margin-top: 20px;
}
.team-modal .bio-wrap .col-wrap .col.col-rt .col-wrap {
  margin-top: 60px;
  height: auto;
}
.team-modal .bio-wrap .col-wrap .col.col-rt .col-wrap h3 {
  margin-bottom: 3px;
}
.team-modal .bio-wrap .col-wrap .col.col-rt .col-wrap .col-lt {
  align-self: unset;
  height: unset;
}
.team-modal .bio-wrap .col-wrap .col.col-rt .col-wrap .col-rt {
  padding-top: 0;
  padding-right: 0;
  overflow-y: unset;
  height: unset;
  padding-bottom: 0px;
}
.team-modal .bio-wrap .col-wrap .col.col-rt .col-wrap p + h3 {
  margin-top: 20px;
}
.team-modal .bio-wrap .col-wrap .col.col-rt .col-wrap h3 {
  font-size: 22px;
  font-weight: 700;
}
.team-modal .bio-wrap .col-wrap .col.col-rt .col-wrap p {
  font-size: 22px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .team-modal .close-modal {
    position: absolute;
    top: 45px;
    right: 45px;
    height: 17px;
    width: 17px;
  }
  .team-modal .bio-wrap .col-wrap {
    overflow-y: auto;
    height: calc(100vh - 60px);
    width: calc(100vw - 60px);
  }
  .team-modal .bio-wrap .col-wrap .col.col-lt {
    width: 100%;
    align-self: unset;
    height: auto;
  }
  .team-modal .bio-wrap .col-wrap .col.col-lt img {
    max-width: 350px;
    margin: 25px 25px 0;
  }
  .team-modal .bio-wrap .col-wrap .col.col-rt {
    width: 100%;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    overflow-y: unset;
    height: auto;
  }
  .team-modal .bio-wrap .col-wrap .col.col-rt p {
    font-size: 16px;
  }
  .team-modal .bio-wrap .col-wrap .col.col-rt h2 {
    margin-bottom: 10px;
  }
  .team-modal .bio-wrap .col-wrap .col.col-rt span.title + p {
    margin-top: 30px;
  }
  .team-modal .bio-wrap .col-wrap .col.col-rt .col-wrap {
    margin-top: 40px;
  }
  .team-modal .bio-wrap .col-wrap .col.col-rt .col-wrap .col-lt {
    padding: 0;
  }
  .team-modal .bio-wrap .col-wrap .col.col-rt .col-wrap .col-rt {
    padding: 20px 0 60px 0;
  }
}

#contact-us #intro a.text-link {
  font-weight: 600;
}

#contact-us-section {
  background: #db001c;
  position: relative;
  padding: 120px 0;
  color: #fff;
}
#contact-us-section:after {
  position: absolute;
  top: -5.8vw;
  right: 0;
  width: 20%;
  height: 5.8vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-6.svg) no-repeat top right;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: translateY(2px);
  -o-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#contact-us-section .col-lt p {
  margin-top: 40px;
}
#contact-us-section .col-lt .social {
  margin-top: 100px;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
}
#contact-us-section .col-lt .social span {
  display: inline-block;
  margin-right: 20px;
}
#contact-us-section .col-lt .social a {
  font-size: 24px;
  display: inline-block;
  margin-right: 12px;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #contact-us-section .col-lt .social a:hover {
    color: #ffb719;
  }
}
#contact-us-section .col-rt {
  padding-top: 51px;
}
#contact-us-section .col-rt p {
  max-width: 450px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1800px) {
  #contact-us-section .col-rt {
    padding-top: 63px;
  }
  #contact-us-section .col-rt p {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  #contact-us-section {
    padding-top: 100px;
  }
  #contact-us-section .col-lt p {
    margin-top: 30px;
  }
  #contact-us-section .col-lt .social {
    margin-top: 80px;
    font-size: 18px;
  }
  #contact-us-section .col-lt .social span {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  #contact-us-section {
    padding: 120px 0;
  }
  #contact-us-section .col-lt .social {
    margin-top: 30px;
  }
  #contact-us-section .col-rt {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #contact-us-section {
    padding: 60px 0 50px;
    /*&:after{
       position:absolute;
       bottom:0;
       width:100%;
       background:#ffecca;
       height:9vw;
       top:unset;
       z-index:-1;
    }*/
  }
  #contact-us-section .col-lt p {
    margin-top: 25px;
  }
  #contact-us-section .col-lt .social {
    font-size: 14px;
  }
  #contact-us-section .col-lt .social a {
    font-size: 21px;
  }
  #contact-us-section .col-rt {
    padding-top: 40px;
  }
  #contact-us-section input:not([type=submit]), #contact-us-section textarea {
    padding: 16px;
    margin: 15px 0 0;
  }
  #contact-us-section input:not([type=submit]).half, #contact-us-section textarea.half {
    width: 100%;
  }
  #contact-us-section textarea {
    height: 200px;
  }
  #contact-us-section input[type=submit] {
    margin: 25px 0 0;
  }
  #contact-us-section ::placeholder {
    color: #cfd1d2;
  }
  #contact-us-section ::-ms-input-placeholder {
    color: #cfd1d2;
  }
  #contact-us-section .select {
    height: 48px;
  }
  #contact-us-section .select i {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    line-height: 48px;
    width: 40px;
    text-align: center;
    pointer-events: none;
  }
  #contact-us-section .select select {
    line-height: 48px;
    padding: 0 16px;
  }
}

#contact-us #intro .col-lt h2 {
  margin-bottom: 5px;
}
#contact-us #intro .col-lt p + p {
  margin-top: 30px;
}
#contact-us #intro .col-lt .social {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #contact-us #intro .contain {
    padding-bottom: 50px;
  }
  #contact-us #intro .col-lt h2 {
    margin-bottom: 30px;
  }
  #contact-us #intro .col-lt p + p {
    margin-top: 20px;
  }
  #contact-us #intro .col-lt .social {
    margin-top: 30px;
  }
}
#contact-us form {
  margin: 0;
  padding: 0;
}
#contact-us form fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border: 0;
  margin: 0;
  padding: 0;
}
#contact-us form fieldset .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
#contact-us form #form-status {
  margin-top: 30px;
  font-weight: 600;
}
#contact-us form input:not([type=submit]), #contact-us form textarea {
  font-size: 16px;
  line-height: 1;
  padding: 22px 20px;
  box-sizing: border-box;
  background: #00a1e1;
  border-radius: 0;
  border: 0;
  width: 100%;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-transform: uppercase;
  font-family: "Gotham HTF", sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 20px 0 0;
}
#contact-us form input:not([type=submit]).half, #contact-us form textarea.half {
  width: calc(50% - 10px);
}
#contact-us form textarea {
  height: 160px;
}
#contact-us form input[type=submit] {
  background: #ffb719;
  font-family: "Gotham HTF", sans-serif;
  border-radius: 0;
  border: 0;
  margin: 35px 0 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #000;
  transition: all 0.15s ease;
}
#contact-us form input[type=submit]:hover {
  background: #db001c;
  color: #fff;
  transition: all 0.15s ease;
}
#contact-us form input#website {
  display: none;
}
#contact-us form ::placeholder {
  color: #fff;
}
#contact-us form ::-ms-input-placeholder {
  color: #fff;
}
#contact-us form .select {
  display: block;
  position: relative;
  height: 60px;
  background: #50555b;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #contact-us form .select:hover {
    background: #444;
  }
}
#contact-us form .select i {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  line-height: 60px;
  width: 50px;
  text-align: center;
  pointer-events: none;
  color: #fff;
}
#contact-us form .select select {
  line-height: 60px;
  font-size: 16px;
  font-family: "Gotham HTF", sans-serif;
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 0 20px;
  box-sizing: border-box;
  font-weight: 600;
  background: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-transform: uppercase;
}
#contact-us .feedback {
  border: 4px solid #db001c;
  padding: 45px 50px;
  margin-bottom: 120px;
}
#contact-us .feedback h4 {
  font-size: 21px;
  color: #db001c;
  font-weight: 700;
}
#contact-us .feedback .col-lt {
  flex: 1;
  padding-right: 80px;
}
#contact-us .feedback .col-lt h4 {
  margin-bottom: 15px;
}
#contact-us .feedback .col-rt {
  width: 220px;
}
#contact-us .feedback .col-rt a.btn {
  margin: 0 0 0 auto;
  line-height: 1.2;
  padding: 8px 25px 5px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  display: block;
  width: 220px;
  box-sizing: border-box;
  height: 53px;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #contact-us .feedback {
    padding: 30px;
    margin-bottom: 80px;
  }
  #contact-us .feedback .col-lt {
    padding-right: 0;
  }
  #contact-us .feedback .col-rt {
    width: 100%;
  }
  #contact-us .feedback .col-rt a.btn {
    margin: 0;
  }
}

#resources {
  background: #ffb719;
  padding: 120px 0;
  position: relative;
}
#resources:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-4.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: translateY(-1px) scaleX(-1);
  -o-transform: translateY(-1px) scaleX(-1);
  -ms-transform: translateY(-1px) scaleX(-1);
  -webkit-transform: translateY(-1px) scaleX(-1);
  transform: translateY(-1px) scaleX(-1);
}
#resources .col-wrap .col-rt {
  padding-top: 51px;
}
#resources .col-wrap .col-rt ul {
  margin-top: 30px;
}
#resources .col-wrap .col-rt ul li {
  font-weight: 600;
  display: block;
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
}
#resources .col-wrap .col-rt ul li i {
  width: 20px;
  padding-right: 15px;
  float: left;
  margin-top: 5px;
}
#resources .col-wrap .col-rt ul li span {
  flex: 1;
  text-align: left;
}
#resources .col-wrap .col-rt ul li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  #resources .contain .col-rt {
    padding-top: 41px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #resources {
    padding: 60px 0;
  }
  #resources .contain .col-rt {
    padding-top: 30px;
  }
}

#how-to-ride #hero {
  height: calc(100vh - 100px);
  box-sizing: content-box;
}
#how-to-ride #hero img {
  height: calc(100vh - 100px);
  min-height: 500px;
  object-fit: cover;
}
#how-to-ride #hero p {
  color: #fff;
  padding: 30px 0 40px;
}
#how-to-ride #hero a.btn {
  display: block;
  width: 250px;
  text-align: center;
  clear: both;
  float: left;
}
@media only screen and (max-width: 991px) {
  #how-to-ride #hero p {
    padding: 20px 0 30px;
  }
  #how-to-ride #hero a.btn {
    width: 180px;
  }
}

#how-to-ride-section {
  background: #00a1e1;
  color: #fff;
  position: relative;
  padding: 120px 0;
}
#how-to-ride-section:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-4.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: translateY(-1px) scaleX(-1);
  -o-transform: translateY(-1px) scaleX(-1);
  -ms-transform: translateY(-1px) scaleX(-1);
  -webkit-transform: translateY(-1px) scaleX(-1);
  transform: translateY(-1px) scaleX(-1);
}
#how-to-ride-section .accord {
  padding: 70px 60px 0;
}
#how-to-ride-section .accord .band-item .acc-link.active .text {
  color: #ffb719;
  transition: all 0.15s ease;
}
#how-to-ride-section .accord .band-item .acc-link.active .icon {
  background-image: url(../img/icon-hide-yl.svg);
}
#how-to-ride-section .accord .band-item .acc-cont .additional-info p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  #how-to-ride-section {
    padding: 60px 0 80px;
  }
  #how-to-ride-section .accord {
    padding: 30px 0 0;
  }
  #how-to-ride-section .accord .acc-cont .flex *:first-child, #how-to-ride-section .accord .acc-cont .flex *, #how-to-ride-section .accord .acc-cont.flex *:first-child, #how-to-ride-section .accord .acc-cont.flex * {
    width: 100%;
    box-sizing: border-box;
  }
  #how-to-ride-section .accord .acc-cont .flex ul, #how-to-ride-section .accord .acc-cont.flex ul {
    padding: 0 18px;
  }
  #how-to-ride-section .accord .acc-cont .flex ul li, #how-to-ride-section .accord .acc-cont.flex ul li {
    padding: 0;
  }
}

#amenities {
  padding: 120px 0;
  display: block;
  box-sizing: border-box;
}
#amenities .grid {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 80px));
  grid-gap: 60px 160px;
  padding: 90px 0 0;
}
#amenities .grid figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#amenities .grid figure img {
  width: 60px;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  max-height: 60px;
}
#amenities .grid figure figcaption {
  box-sizing: border-box;
  flex: 1;
  padding-left: 60px;
  font-weight: 600;
  text-align: left;
}
#amenities .col-rt {
  padding-top: 51px;
}
@media only screen and (max-width: 1199px) {
  #amenities .col-rt {
    margin-top: 0;
    padding-top: 41px;
  }
}
@media only screen and (max-width: 991px) {
  #amenities {
    padding: 60px 0 80px;
  }
  #amenities .col-rt {
    margin-top: 20px;
  }
  #amenities .grid {
    grid-template-columns: 100%;
  }
}

#ndp {
  padding: 120px 0;
  display: block;
  box-sizing: border-box;
  background: #00a1e1;
  position: relative;
}
#ndp:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-1.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
#ndp .col-rt {
  padding-top: 51px;
}
#ndp .col-rt p {
  max-width: 450px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1800px) {
  #ndp .col-rt {
    padding-top: 63px;
  }
  #ndp .col-rt p {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  #ndp {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  #ndp {
    padding: 120px 0;
  }
  #ndp .col-rt {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #ndp {
    padding: 60px 0 50px;
  }
}
#ndp .col-rt {
  padding-top: 40px;
}

#dcp {
  padding: 120px 0;
  display: block;
  box-sizing: border-box;
  background: #ffb719;
  position: relative;
}
#dcp:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-2.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
#dcp .col-rt {
  padding-top: 51px;
}
#dcp .col-rt p {
  max-width: 450px;
  margin-bottom: 35px;
}
#dcp .col-rt p:not(.upper) {
  font-size: 16px;
}
@media only screen and (min-width: 1800px) {
  #dcp .col-rt {
    padding-top: 63px;
  }
  #dcp .col-rt p {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  #dcp {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  #dcp {
    padding: 120px 0;
  }
  #dcp .col-rt {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #dcp {
    padding: 60px 0 50px;
  }
}
#dcp .col-rt {
  padding-top: 40px;
}

#on-the-line #intro {
  background: #db001c;
  color: #fff;
}
#on-the-line #intro .text-link.black {
  color: #fff;
}
#on-the-line #intro .text-link.black:hover {
  color: #ffb719;
}
#on-the-line #intro a.btn {
  margin-bottom: 0;
}

#highlights {
  position: relative;
  padding: 120px 0;
}
#highlights:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-1.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: translateY(-1px) scaleX(-1);
  -o-transform: translateY(-1px) scaleX(-1);
  -ms-transform: translateY(-1px) scaleX(-1);
  -webkit-transform: translateY(-1px) scaleX(-1);
  transform: translateY(-1px) scaleX(-1);
}
#highlights .highlights-slider {
  margin-top: 40px;
}
#highlights .highlights-slider h3 {
  font-size: 36px;
}
#highlights .highlights-slider h5 {
  font-size: 16px;
}
#highlights .highlights-slider p strong {
  font-weight: 600;
  text-transform: uppercase;
}
#highlights .highlights-slider p span {
  font-weight: 600;
}
#highlights .highlights-slider .slick-prev {
  top: min(21.428vw, 428.56px);
  left: -75px;
  width: 28px;
  height: 84px;
  text-indent: -9999px;
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-image: url("../img/arrow-red-lt.svg");
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  transition: all 0.15s ease;
}
#highlights .highlights-slider .slick-prev:hover {
  opacity: 1;
  transition: all 0.15s ease;
}
#highlights .highlights-slider .slick-next {
  top: min(21.428vw, 428.56px);
  right: -75px;
  width: 28px;
  height: 84px;
  text-indent: -9999px;
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-image: url("../img/arrow-red-rt.svg");
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  transition: all 0.15s ease;
}
#highlights .highlights-slider .slick-next:hover {
  opacity: 1;
  transition: all 0.15s ease;
}
#highlights .highlights-slider .slick-dots {
  position: absolute;
  left: 60px;
  bottom: 60px;
}
#highlights .highlights-slider .slick-dots li {
  display: inline-block;
}
#highlights .highlights-slider .slick-dots li button {
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  border: 3px solid #000;
  background: #fff;
  box-sizing: content-box;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
#highlights .highlights-slider .slick-dots li:hover button, #highlights .highlights-slider .slick-dots li.slick-active button {
  background-color: #db001c;
  border-color: #db001c;
}
#highlights .highlights-slider .slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#highlights .highlights-slider .slide figure {
  position: relative;
}
#highlights .highlights-slider .slide figure figcaption {
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 30%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 30px 60px;
  text-transform: uppercase;
}
#highlights .highlights-slider .slide .copy {
  padding: 60px 60px 0;
}
#highlights .highlights-slider .slide .copy h3 {
  margin-bottom: 10px;
}
#highlights .highlights-slider .slide .copy h5 {
  font-size: 16px;
  font-weight: 600;
}
#highlights .highlights-slider .slide .copy p + p {
  margin-top: 25px;
}
#highlights .highlights-slider .slide .copy p + p strong, #highlights .highlights-slider .slide .copy p + p span {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  #highlights {
    padding: 60px 0 80px;
  }
  #highlights .contain {
    width: 100%;
    padding: 0 24px;
  }
  #highlights .highlights-slider {
    margin-left: -24px;
    margin-right: -24px;
    width: 100vw;
  }
  #highlights .highlights-slider .slick-dots {
    position: relative;
    bottom: unset;
    left: 24px;
    text-align: left;
    width: calc(100% - 40px);
  }
  #highlights .highlights-slider .slide {
    height: 100%;
  }
  #highlights .highlights-slider .slide .copy {
    padding: 30px 24px;
  }
  #highlights .highlights-slider .slide .copy h3 {
    font-size: 32px;
  }
  #highlights .highlights-slider .slick-arrow {
    display: none;
    top: unset;
    bottom: 0;
    transform: none;
    width: 11px;
    height: 30px;
    background-repeat: no-repeat;
  }
  #highlights .highlights-slider .slick-arrow.slick-next {
    right: 0;
    display: none !important;
  }
  #highlights .highlights-slider .slick-arrow.slick-prev {
    left: 0;
    display: none !important;
  }
}

#featured-businesses {
  background: #ffb719;
  padding: 120px 0;
  position: relative;
}
#featured-businesses:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-4.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: translateY(-1px) scaleX(-1);
  -o-transform: translateY(-1px) scaleX(-1);
  -ms-transform: translateY(-1px) scaleX(-1);
  -webkit-transform: translateY(-1px) scaleX(-1);
  transform: translateY(-1px) scaleX(-1);
}
#featured-businesses:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 20%;
  height: 4.5vw;
  pointer-events: none;
  content: "";
  background: url(../img/arch-3.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1001;
  -moz-transform: translateY(-1px) scaleX(-1);
  -o-transform: translateY(-1px) scaleX(-1);
  -ms-transform: translateY(-1px) scaleX(-1);
  -webkit-transform: translateY(-1px) scaleX(-1);
  transform: translateY(-1px) scaleX(-1);
}
#featured-businesses .col-lt h2 {
  margin-bottom: 40px;
}
#featured-businesses .col-lt p + p {
  margin-top: 25px;
}
#featured-businesses .featured-logos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#featured-businesses .featured-logos figure {
  width: calc(50% - 40px);
  padding: 0 0 80px;
  box-sizing: border-box;
  align-self: stretch;
}
#featured-businesses .featured-logos figure img {
  width: 80%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
#featured-businesses .featured-logos figure:last-of-type {
  width: 100%;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #featured-businesses {
    padding: 60px 0 40px;
  }
  #featured-businesses .col-lt h2 {
    margin-bottom: 30px;
  }
  #featured-businesses .featured-logos {
    margin-top: 30px;
  }
  #featured-businesses .featured-logos figure {
    width: calc(50% - 20px);
    padding: 0 0 40px;
  }
}

#route-highlights {
  position: relative;
  padding: 120px 0;
}
#route-highlights .col-lt h2 {
  margin-bottom: 100px;
}
#route-highlights .col-lt p + p {
  margin-top: 25px;
}
#route-highlights .col-lt a.btn {
  margin-top: 25px;
}
#route-highlights .accord {
  margin-top: 51px;
}
#route-highlights .accord .band-item .acc-link {
  position: relative;
  padding: 0 0 0 40px;
}
#route-highlights .accord .band-item .acc-link:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 21px;
  color: #000;
  transition: all 0.15s ease;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7.88px;
  height: 21px;
  line-height: 1;
  transform-origin: top center;
}
#route-highlights .accord .band-item .acc-link.active:before {
  transform: rotate(90deg) translateY(-50%);
  transition: all 0.15s ease;
}
#route-highlights .accord .band-item .acc-cont {
  padding: 25px 40px 0;
}
#route-highlights .accord .band-item .acc-cont ul {
  padding: 0 0 0 21px;
}
#route-highlights .accord .band-item .acc-cont ul li {
  list-style-type: disc;
  padding: 0 0 0 20px;
}
#route-highlights .accord .band-item + .band-item {
  margin-top: 25px;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #route-highlights {
    padding: 60px 0 80px;
  }
  #route-highlights .col-lt h2 {
    margin-bottom: 30px;
  }
  #route-highlights .col-rt {
    margin-top: 30px;
  }
}
