/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important; }

/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important; }

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-tile-pane {
  z-index: 2; }

.leaflet-objects-pane {
  z-index: 3; }

.leaflet-overlay-pane {
  z-index: 4; }

.leaflet-shadow-pane {
  z-index: 5; }

.leaflet-marker-pane {
  z-index: 6; }

.leaflet-popup-pane {
  z-index: 7; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-clickable {
  cursor: pointer; }

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-control-zoom-out {
  font-size: 20px; }

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px; }

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

.route-map {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 1024px) {
    .route-map {
      height: 800px; } }
  .route-map.view-all {
    height: auto; }
  .route-map:before {
    display: none; }
  .route-map.padding-top-small {
    padding-top: 25px; }
  .route-map.padding-top-medium {
    padding-top: 50px; }
  .route-map.padding-top-large {
    padding-top: 100px; }
  .route-map .route-map-container {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    height: 830px; }
    @media (max-width: 1024px) {
      .route-map .route-map-container {
        height: 700px;
        display: none; } }
    @media (max-width: 640px) {
      .route-map .route-map-container {
        min-height: 550px; } }
    .route-map .route-map-container #route-map {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      overflow: hidden;
      top: 0; }
      @media (max-width: 640px) {
        .route-map .route-map-container #route-map {
          height: 300px; } }
      @media (max-width: 374px) {
        .route-map .route-map-container #route-map {
          height: 250px; } }
    .route-map .route-map-container .route-total-value {
      color: #0698D9; }
    .route-map .route-map-container .marker {
      height: 100%;
      width: 100%;
      padding: 10px; }
      .route-map .route-map-container .marker img {
        height: inherit;
        width: inherit; }
      .route-map .route-map-container .marker .city-marker {
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #5f6a72;
        opacity: 1.0;
        -webkit-animation-name: showMarker;
                animation-name: showMarker;
        -webkit-animation-duration: 1.5s;
                animation-duration: 1.5s; }
      .route-map .route-map-container .marker.active {
        background-color: #a1a3a6;
        background-color: rgba(161, 163, 166, 0.6);
        border-radius: 50%;
        border: 1px solid #F6F6F6;
        padding: 9px; }
    .route-map .route-map-container g {
      -webkit-animation-name: showMarker;
              animation-name: showMarker;
      -webkit-animation-duration: 1.0s;
              animation-duration: 1.0s; }
    .route-map .route-map-container .leaflet-container {
      background: transparent; }
    .route-map .route-map-container .copy-container {
      position: absolute;
      bottom: 80px;
      left: 0;
      pointer-events: none;
      z-index: 3; }
      @media (max-width: 640px) {
        .route-map .route-map-container .copy-container {
          bottom: 20px;
          left: 10px; } }
    .route-map .route-map-container .main-section-title {
      margin-bottom: 0px;
      font-family: "HelveticaNeueW01-Thin", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 40px;
      color: #5f6a72; }
      @media (max-width: 640px) {
        .route-map .route-map-container .main-section-title {
          font-size: 30px;
          margin-bottom: 0px;
          line-height: 42px; } }
    .route-map .route-map-container .route-total {
      font-family: "HelveticaNeueW01-55Roma", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #5f6a72; }
      @media (max-width: 640px) {
        .route-map .route-map-container .route-total {
          display: none; } }
    .route-map .route-map-container .route-copy {
      width: 60%;
      font-family: "HelveticaNeueW01-55Roma", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 18px; }
      @media (max-width: 1024px) {
        .route-map .route-map-container .route-copy {
          width: 80%; } }
      @media (max-width: 640px) {
        .route-map .route-map-container .route-copy {
          width: 100%; } }
    .route-map .route-map-container .ft-menu-top {
      position: absolute;
      z-index: 4;
      top: 30px;
      left: 30px; }
      @media (max-width: 640px) {
        .route-map .route-map-container .ft-menu-top {
          top: 10px;
          left: 10px; } }
      .route-map .route-map-container .ft-menu-top .ft-zoom, .route-map .route-map-container .ft-menu-top .ft-touch-event {
        position: absolute;
        font-size: 19px;
        line-height: 15px; }
        .route-map .route-map-container .ft-menu-top .ft-zoom .ft-zoom-btn, .route-map .route-map-container .ft-menu-top .ft-touch-event .ft-zoom-btn {
          padding: 8px 6px 9px;
          color: #FFFFFF;
          cursor: pointer;
          margin-left: 4px;
          margin-right: 4px;
          text-align: center;
          font-family: "HelveticaNeueW01-75Bold", "Helvetica", Helvetica, Arial, sans-serif; }
          .route-map .route-map-container .ft-menu-top .ft-zoom .ft-zoom-btn.ft-zoom-in, .route-map .route-map-container .ft-menu-top .ft-touch-event .ft-zoom-btn.ft-zoom-in {
            border-bottom: 1px solid #d2d5d7; }
      .route-map .route-map-container .ft-menu-top .ft-touch-event {
        position: absolute;
        top: 80px; }
        .route-map .route-map-container .ft-menu-top .ft-touch-event .ft-zoom-btn {
          padding: 0px;
          margin: 0px;
          width: 31px;
          height: 33px; }
          .route-map .route-map-container .ft-menu-top .ft-touch-event .ft-zoom-btn.ft-touch {
            background-image: url(../images/mapbox/sprite-touch-icon@2x.png);
            background-repeat: no-repeat;
            background-size: 200%;
            background-position: -32px 3px; }
            .route-map .route-map-container .ft-menu-top .ft-touch-event .ft-zoom-btn.ft-touch.active {
              background-position: 3px 3px; }
    .route-map .route-map-container .ft-disclaimer {
      position: absolute;
      color: #fff;
      font-family: "HelveticaNeueW01-45Ligh", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 18px;
      line-height: 22px;
      top: 0px;
      left: 0px;
      z-index: 55;
      width: 100%;
      height: 100%;
      background-color: #002144;
      opacity: 0;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      cursor: pointer;
      display: none; }
      .route-map .route-map-container .ft-disclaimer .copy {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 640px;
        margin: auto;
        text-align: center; }
        @media (max-width: 640px) {
          .route-map .route-map-container .ft-disclaimer .copy {
            width: 90%; } }
      @media (max-width: 640px) {
        .route-map .route-map-container .ft-disclaimer {
          font-size: 14px; } }
    .route-map .route-map-container .ft-menu {
      position: absolute;
      width: 100%;
      padding-bottom: 10px;
      padding-left: 30px;
      padding-right: 30px;
      bottom: 0px;
      z-index: 3;
      display: block;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      @media (max-width: 640px) {
        .route-map .route-map-container .ft-menu {
          padding-left: 0px;
          padding-bottom: 0px;
          padding-right: 0px; } }
      @media (max-height: 400px) {
        .route-map .route-map-container .ft-menu {
          left: 5px;
          width: 100%; } }
      @media (max-width: 640px) {
        .route-map .route-map-container .ft-menu {
          left: 0;
          bottom: 43px;
          width: 100%; } }
      .route-map .route-map-container .ft-menu .disclaimer-info {
        pointer-events: auto;
        cursor: pointer;
        display: inline-block;
        position: relative;
        top: -3px; }
      .route-map .route-map-container .ft-menu .ft-logos {
        position: absolute;
        bottom: 0px;
        right: 0px;
        pointer-events: auto; }
        @media (max-width: 640px) {
          .route-map .route-map-container .ft-menu .ft-logos {
            text-align: right;
            padding-right: 10px;
            top: -255px; } }
        @media (max-width: 374px) {
          .route-map .route-map-container .ft-menu .ft-logos {
            top: -255px; } }
        .route-map .route-map-container .ft-menu .ft-logos a {
          margin-left: 20px; }
          @media (max-width: 640px) {
            .route-map .route-map-container .ft-menu .ft-logos a {
              display: block; } }
      .route-map .route-map-container .ft-menu .year-container {
        position: absolute;
        left: 0px;
        bottom: 45px;
        pointer-events: auto; }
        @media (max-width: 640px) {
          .route-map .route-map-container .ft-menu .year-container {
            bottom: -43px;
            width: 100%;
            background-color: #fff;
            padding: 5px;
            height: 115px; } }
        .route-map .route-map-container .ft-menu .year-container a {
          text-decoration: none;
          color: #3a516b;
          font-size: 20px;
          display: inline-block;
          padding-right: 15px;
          transition: all 0.5s; }
          @media (max-width: 640px) {
            .route-map .route-map-container .ft-menu .year-container a {
              opacity: 0;
              position: absolute;
              bottom: 17px;
              width: 100%;
              text-align: center; }
              .route-map .route-map-container .ft-menu .year-container a.arrow {
                opacity: 1.0;
                bottom: 22px; }
              .route-map .route-map-container .ft-menu .year-container a.active {
                opacity: 1.0; } }
          .route-map .route-map-container .ft-menu .year-container a.view-all {
            background-color: #0698D9;
            padding: 5px 10px;
            color: #fff;
            font-size: 14px; }
        .route-map .route-map-container .ft-menu .year-container .arrow {
          display: none;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: 10;
          background-image: url(/assets/images/icons.png);
          width: 12px;
          height: 26px; }
          .route-map .route-map-container .ft-menu .year-container .arrow.arrow-prev {
            background-position: -897px -991px;
            left: 15px; }
          .route-map .route-map-container .ft-menu .year-container .arrow.arrow-next {
            background-position: -875px -1027px;
            right: 15px; }
          @media (max-width: 640px) {
            .route-map .route-map-container .ft-menu .year-container .arrow {
              display: block;
              top: auto;
              -webkit-transform: none;
                  -ms-transform: none;
                      transform: none; } }
    .route-map .route-map-container .ft-overlay {
      background-color: #fff;
      padding: 15px;
      color: #fff;
      font-family: "HelveticaNeueW01-45Ligh", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 12px;
      line-height: 13px;
      position: absolute;
      z-index: 2;
      top: 0px;
      left: 0px; }
      .route-map .route-map-container .ft-overlay:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        bottom: -15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 15px solid #fff; }
      .route-map .route-map-container .ft-overlay.ft-popup {
        display: none;
        text-align: center; }
      .route-map .route-map-container .ft-overlay .details {
        display: inline-block;
        position: relative; }
      .route-map .route-map-container .ft-overlay.right-adjust {
        margin-left: -140px; }
      .route-map .route-map-container .ft-overlay.left-adjust .details {
        padding-left: 40px; }
      .route-map .route-map-container .ft-overlay .city-name {
        display: block;
        color: #5f6a72;
        font-family: "HelveticaNeueW01-55Roma", "Helvetica", Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 13px; }
        .route-map .route-map-container .ft-overlay .city-name a {
          text-decoration: none;
          color: #5f6a72; }
    .route-map .route-map-container .ft-routes {
      position: absolute;
      display: none;
      background-color: #fff;
      color: #5f6a72;
      border: 1px solid #e8e9e9;
      font-size: 13px;
      line-height: 16px;
      left: -292px;
      opacity: 0;
      overflow: hidden;
      width: 380px;
      max-height: 705px; }
      @media (max-width: 1024px) {
        .route-map .route-map-container .ft-routes {
          width: 315px;
          max-height: 480px; } }
      @media (max-width: 640px) {
        .route-map .route-map-container .ft-routes {
          width: 315px;
          max-height: 430px; } }
      @media (max-width: 374px) {
        .route-map .route-map-container .ft-routes {
          width: 250px;
          max-height: 330px; } }
      .route-map .route-map-container .ft-routes > div {
        padding: 0px 15px 15px; }
      .route-map .route-map-container .ft-routes strong {
        font-family: "HelveticaNeueW01-75Bold", "Helvetica", Helvetica, Arial, sans-serif; }
      .route-map .route-map-container .ft-routes .close {
        width: 20px;
        height: 20px;
        position: absolute;
        background: url(../images/mapbox/icon-close.png) 0px 0px no-repeat;
        top: 15px;
        right: 15px;
        padding: 0;
        cursor: pointer;
        background-size: 20px; }
      .route-map .route-map-container .ft-routes .route-destinations {
        position: relative;
        overflow: auto;
        height: 100%;
        width: 100%;
        max-height: 630px; }
        @media (max-width: 1024px) {
          .route-map .route-map-container .ft-routes .route-destinations {
            max-height: 385px; } }
        @media (max-width: 640px) {
          .route-map .route-map-container .ft-routes .route-destinations {
            max-height: 335px; } }
        @media (max-width: 374px) {
          .route-map .route-map-container .ft-routes .route-destinations {
            max-height: 240px; } }
      .route-map .route-map-container .ft-routes .ft-top {
        margin-top: 15px;
        overflow: hidden;
        padding-right: 50px;
        font-family: "HelveticaNeueW01-75Bold", "Helvetica", Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 18px; }
        .route-map .route-map-container .ft-routes .ft-top:after {
          display: table;
          clear: both; }
      .route-map .route-map-container .ft-routes .new-routes {
        color: #3a516b;
        font-family: "HelveticaNeueW01-75Bold", "Helvetica", Helvetica, Arial, sans-serif;
        font-size: 16px;
        display: block;
        padding: 5px 0px; }
      .route-map .route-map-container .ft-routes .new-route-list {
        color: #3a516b; }
        .route-map .route-map-container .ft-routes .new-route-list > li {
          float: left;
          width: 48%;
          padding: 2px; }
          .route-map .route-map-container .ft-routes .new-route-list > li:before {
            content: '';
            display: none; }
        .route-map .route-map-container .ft-routes .new-route-list .new-destination {
          color: #ff5a00; }
  .route-map .ps-container > .ps-scrollbar-y-rail {
    opacity: 1.0; }
  .route-map .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #a1a3a6;
    opacity: 1.0; }
  .route-map .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #a1a3a6; }
  .route-map .ps-container:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #a1a3a6; }
  .route-map .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #5f6a72; }

@-webkit-keyframes showMarker {
  from {
    opacity: 0.0; }
  to {
    opacity: 1.0; } }

@keyframes showMarker {
  from {
    opacity: 0.0; }
  to {
    opacity: 1.0; } }

.route-list-container {
  display: none;
  overflow: hidden;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-align: left; }
  @media (max-width: 1024px) {
    .route-list-container {
      display: block; } }
  .fancybox-inner .route-list-container {
    overflow: auto; }
  .route-list-container h3 {
    font-family: "HelveticaNeueW01-75Bold", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 5px;
    text-align: left; }
  .route-list-container .disclaimer-info {
    pointer-events: auto;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: -3px; }
  .route-list-container .year-container {
    padding: 0px 10px; }
    .route-list-container .year-container:after {
      content: '';
      display: table;
      clear: both; }
    .route-list-container .year-container ul {
      list-style: none;
      padding: 0px;
      margin: 0px; }
    .route-list-container .year-container li {
      width: 48%;
      padding: 5px 10px 0px 0px;
      display: inline-block;
      float: left;
      text-align: left; }
      .route-list-container .year-container li:before {
        display: none; }
      .route-list-container .year-container li:nth-child(2n+1):after {
        content: '';
        display: table;
        clear: both; }
      @media (max-width: 640px) {
        .route-list-container .year-container li {
          width: 100%;
          padding-left: 0px;
          padding-right: 0px; } }
  .route-list-container .view-all-container {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white, white); }
    .route-list-container .view-all-container a {
      padding: 10px 14px;
      display: inline-block;
      text-transform: uppercase;
      text-align: center;
      margin: 20px auto;
      color: #fff;
      background-color: #0698D9;
      cursor: pointer; }
    .fancybox-inner .route-list-container .view-all-container {
      display: none; }

.fancybox-inner .ft-disclaimer {
  color: #5f6a72; }
  .fancybox-inner .ft-disclaimer h3,
  .fancybox-inner .ft-disclaimer p {
    color: #5f6a72; }
